Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 690346604737e2d45e9758d82734c9e1f243b222 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2719 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/155 [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/155 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 690346604737e2d45e9758d82734c9e1f243b222 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 690346604737e2d45e9758d82734c9e1f243b222 # timeout=10 Commit message: "Merge pull request #2725 from cloudxxx8/issue-2723" > git rev-list --no-walk 54b84b229ba08925bb613cd97ca37288ac469551 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-01T03:57:54.866Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-01T03:57:55.108Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-01T03:57:55.205Z] ========================================================= [2020-10-01T03:57:55.205Z] EdgeX Global Pipelines Version Info [2020-10-01T03:57:55.205Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-01T03:57:56.642Z] ------------------- [2020-10-01T03:57:56.642Z] stable info: [2020-10-01T03:57:56.642Z] ------------------- [2020-10-01T03:57:56.642Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T03:57:56.642Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T03:57:56.642Z] Message: update stable to v1.0.131 [2020-10-01T03:57:57.585Z] ------------------- [2020-10-01T03:57:57.585Z] experimental info: [2020-10-01T03:57:57.585Z] ------------------- [2020-10-01T03:57:57.585Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T03:57:57.585Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T03:57:57.585Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-01T03:57:57.831Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-01T03:57:57.910Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-01T03:57:57.989Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-01T03:57:58.080Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-01T03:57:58.169Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-01T03:57:58.252Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-01T03:57:58.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-01T03:57:58.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-01T03:57:58.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-01T03:57:58.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-01T03:57:58.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-01T03:57:58.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-01T03:57:58.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-01T03:57:58.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-01T03:57:59.057Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-01T03:57:59.373Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-01T03:57:59.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-01T03:57:59.535Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-01T03:57:59.626Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-01T03:57:59.725Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-01T03:57:59.808Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-01T03:57:59.897Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-01T03:57:59.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-01T03:58:00.144Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-01T03:58:00.336Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] echo [2020-10-01T03:58:00.451Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6903466 [Pipeline] echo [2020-10-01T03:58:00.572Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-01T03:58:00.957Z] ++ 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-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/core-command/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/core-data/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-01T03:58:00.957Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-01T03:58:00.957Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-01T03:58:00.957Z] ++ cut -d/ -f2 [2020-10-01T03:58:00.957Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-01T03:58:01.024Z] 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-01T03:58:01.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T03:58:01.843Z] [2020-10-01T03:58:01.843Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T03:58:02.189Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T03:58:02.189Z] latest: Pulling from edgex-devops/git-semver [2020-10-01T03:58:02.189Z] 31603596830f: Pulling fs layer [2020-10-01T03:58:02.189Z] 2a8b12db71e7: Pulling fs layer [2020-10-01T03:58:02.189Z] 6ca5941a6612: Pulling fs layer [2020-10-01T03:58:02.189Z] ecc8261a40a4: Pulling fs layer [2020-10-01T03:58:02.189Z] ecc8261a40a4: Waiting [2020-10-01T03:58:02.189Z] 2a8b12db71e7: Verifying Checksum [2020-10-01T03:58:02.189Z] 2a8b12db71e7: Download complete [2020-10-01T03:58:02.452Z] 31603596830f: Verifying Checksum [2020-10-01T03:58:02.452Z] 31603596830f: Download complete [2020-10-01T03:58:02.452Z] ecc8261a40a4: Verifying Checksum [2020-10-01T03:58:02.452Z] ecc8261a40a4: Download complete [2020-10-01T03:58:02.452Z] 6ca5941a6612: Verifying Checksum [2020-10-01T03:58:02.452Z] 6ca5941a6612: Download complete [2020-10-01T03:58:02.716Z] 31603596830f: Pull complete [2020-10-01T03:58:02.716Z] 2a8b12db71e7: Pull complete [2020-10-01T03:58:03.739Z] 6ca5941a6612: Pull complete [2020-10-01T03:58:03.739Z] ecc8261a40a4: Pull complete [2020-10-01T03:58:04.002Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-01T03:58:04.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T03:58:04.002Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-01T03:58:04.122Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T03:58:04.182Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T03:58:06.550Z] $ docker top 3462c724e865fe93991d637fe0c38a07a42fc396f625699d2844991406aeda5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T03:58:06.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T03:58:06.813Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T03:58:07.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T03:58:07.040Z] $ docker exec 3462c724e865fe93991d637fe0c38a07a42fc396f625699d2844991406aeda5d ssh-agent [2020-10-01T03:58:07.203Z] SSH_AUTH_SOCK=/tmp/ssh-lhbJ1X7INbXw/agent.12 [2020-10-01T03:58:07.203Z] SSH_AGENT_PID=17 [2020-10-01T03:58:07.216Z] Running ssh-add (command line suppressed) [2020-10-01T03:58:07.356Z] Identity added: /w/workspace/edgex-go/155@tmp/private_key_2582733999152405553.key (/w/workspace/edgex-go/155@tmp/private_key_2582733999152405553.key) [2020-10-01T03:58:07.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T03:58:07.765Z] + git describe --exact-match --tags HEAD [2020-10-01T03:58:07.765Z] fatal: no tag exactly matches '690346604737e2d45e9758d82734c9e1f243b222' [Pipeline] } [2020-10-01T03:58:07.795Z] $ docker exec --env ******** --env ******** 3462c724e865fe93991d637fe0c38a07a42fc396f625699d2844991406aeda5d ssh-agent -k [2020-10-01T03:58:07.909Z] unset SSH_AUTH_SOCK; [2020-10-01T03:58:07.909Z] unset SSH_AGENT_PID; [2020-10-01T03:58:07.909Z] echo Agent pid 17 killed; [2020-10-01T03:58:07.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-01T03:58:08.056Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-01T03:58:08.056Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-01T03:58:08.158Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T03:58:08.159Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T03:58:08.337Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T03:58:08.346Z] $ docker exec 3462c724e865fe93991d637fe0c38a07a42fc396f625699d2844991406aeda5d ssh-agent [2020-10-01T03:58:08.502Z] SSH_AUTH_SOCK=/tmp/ssh-YPqb2SAkcIyt/agent.45 [2020-10-01T03:58:08.502Z] SSH_AGENT_PID=50 [2020-10-01T03:58:08.509Z] Running ssh-add (command line suppressed) [2020-10-01T03:58:08.628Z] Identity added: /w/workspace/edgex-go/155@tmp/private_key_6476267480750715424.key (/w/workspace/edgex-go/155@tmp/private_key_6476267480750715424.key) [2020-10-01T03:58:08.673Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T03:58:09.004Z] + git semver init [2020-10-01T03:58:09.004Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T03:58:09.004Z] # $GIT_DIR = /w/workspace/edgex-go/155/.git [2020-10-01T03:58:09.004Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/155 [2020-10-01T03:58:09.004Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T03:58:09.004Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T03:58:09.004Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T03:58:09.004Z] # $SEMVER_BRANCH = master [2020-10-01T03:58:09.004Z] # $SEMVER_TEMP = /tmp/semver-147273666 [2020-10-01T03:58:09.004Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-01T03:58:27.183Z] # '/tmp/semver-147273666' -> '/w/workspace/edgex-go/155/.semver' [2020-10-01T03:58:27.183Z] # -> Force: false [2020-10-01T03:58:27.183Z] # $SEMVER_DIR = /w/workspace/edgex-go/155/.semver [Pipeline] } [2020-10-01T03:58:27.201Z] $ docker exec --env ******** --env ******** 3462c724e865fe93991d637fe0c38a07a42fc396f625699d2844991406aeda5d ssh-agent -k [2020-10-01T03:58:27.381Z] unset SSH_AUTH_SOCK; [2020-10-01T03:58:27.382Z] unset SSH_AGENT_PID; [2020-10-01T03:58:27.382Z] echo Agent pid 50 killed; [2020-10-01T03:58:27.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T03:58:27.874Z] + git semver [Pipeline] } [2020-10-01T03:58:27.896Z] $ docker stop --time=1 3462c724e865fe93991d637fe0c38a07a42fc396f625699d2844991406aeda5d [2020-10-01T03:58:29.545Z] $ docker rm -f 3462c724e865fe93991d637fe0c38a07a42fc396f625699d2844991406aeda5d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-01T03:58:42.578Z] Stashed 57 file(s) [Pipeline] echo [2020-10-01T03:58:42.582Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.40 [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-01T03:58:43.072Z] ========================================================= [2020-10-01T03:58:43.072Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-01T03:58:43.072Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T03:58:43.406Z] + 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-01T03:58:47.628Z] Sending build context to Docker daemon 324.5MB [2020-10-01T03:58:47.628Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T03:58:47.628Z] Step 2/7 : FROM ${BASE} [2020-10-01T03:58:47.628Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-01T03:58:47.628Z] df20fa9351a1: Pulling fs layer [2020-10-01T03:58:47.628Z] ed8968b2872e: Pulling fs layer [2020-10-01T03:58:47.628Z] a92cc7c5fd73: Pulling fs layer [2020-10-01T03:58:47.628Z] e871e8e8d7a9: Pulling fs layer [2020-10-01T03:58:47.628Z] e73272ec9a57: Pulling fs layer [2020-10-01T03:58:47.628Z] 1e910a182e73: Pulling fs layer [2020-10-01T03:58:47.628Z] 4e634b169226: Pulling fs layer [2020-10-01T03:58:47.628Z] e871e8e8d7a9: Waiting [2020-10-01T03:58:47.628Z] e73272ec9a57: Waiting [2020-10-01T03:58:47.628Z] 1e910a182e73: Waiting [2020-10-01T03:58:47.628Z] 4e634b169226: Waiting [2020-10-01T03:58:47.628Z] ed8968b2872e: Verifying Checksum [2020-10-01T03:58:47.628Z] ed8968b2872e: Download complete [2020-10-01T03:58:47.628Z] e73272ec9a57: Verifying Checksum [2020-10-01T03:58:47.628Z] e73272ec9a57: Download complete [2020-10-01T03:58:47.628Z] 1e910a182e73: Verifying Checksum [2020-10-01T03:58:47.628Z] 1e910a182e73: Download complete [2020-10-01T03:58:47.628Z] df20fa9351a1: Download complete [2020-10-01T03:58:47.628Z] df20fa9351a1: Pull complete [2020-10-01T03:58:47.628Z] ed8968b2872e: Pull complete [2020-10-01T03:58:47.891Z] a92cc7c5fd73: Pull complete [2020-10-01T03:58:49.815Z] 4e634b169226: Verifying Checksum [2020-10-01T03:58:49.815Z] 4e634b169226: Download complete [2020-10-01T03:58:50.395Z] e871e8e8d7a9: Verifying Checksum [2020-10-01T03:58:50.395Z] e871e8e8d7a9: Download complete [2020-10-01T03:58:55.716Z] e871e8e8d7a9: Pull complete [2020-10-01T03:58:55.716Z] e73272ec9a57: Pull complete [2020-10-01T03:58:55.716Z] 1e910a182e73: Pull complete [2020-10-01T03:58:57.878Z] Still waiting to schedule task [2020-10-01T03:58:57.878Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-01T03:58:59.939Z] 4e634b169226: Pull complete [2020-10-01T03:58:59.939Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-01T03:58:59.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-01T03:58:59.939Z] ---> f7629b54cfaa [2020-10-01T03:58:59.939Z] 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-01T03:58:59.939Z] ---> Running in 41c3ed726a2f [2020-10-01T03:59:00.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T03:59:01.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T03:59:02.036Z] (1/12) Installing libmagic (5.38-r0) [2020-10-01T03:59:02.036Z] (2/12) Installing file (5.38-r0) [2020-10-01T03:59:02.297Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-01T03:59:02.297Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-01T03:59:05.604Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-01T03:59:05.865Z] (6/12) Installing patch (2.7.6-r6) [2020-10-01T03:59:05.865Z] (7/12) Installing build-base (0.5-r2) [2020-10-01T03:59:05.865Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-01T03:59:06.127Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-01T03:59:06.127Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-01T03:59:06.389Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-01T03:59:06.389Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-01T03:59:06.389Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T03:59:06.389Z] OK: 233 MiB in 51 packages [2020-10-01T03:59:10.607Z] Removing intermediate container 41c3ed726a2f [2020-10-01T03:59:10.607Z] ---> 092cd9e275c0 [2020-10-01T03:59:10.607Z] Step 4/7 : WORKDIR /edgex-go [2020-10-01T03:59:10.607Z] ---> Running in 7808ae3b5fc3 [2020-10-01T03:59:10.607Z] Removing intermediate container 7808ae3b5fc3 [2020-10-01T03:59:10.607Z] ---> 0f15b388809e [2020-10-01T03:59:10.607Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-01T03:59:11.182Z] latest: Pulling from library/docker [2020-10-01T03:59:11.182Z] df20fa9351a1: Already exists [2020-10-01T03:59:11.182Z] 25ad7478873d: Pulling fs layer [2020-10-01T03:59:11.182Z] 4684f6177b5d: Pulling fs layer [2020-10-01T03:59:11.182Z] 8ba584e970af: Pulling fs layer [2020-10-01T03:59:11.182Z] 3cdc74d2b06d: Pulling fs layer [2020-10-01T03:59:11.182Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-01T03:59:11.182Z] fca0ccc462d5: Pulling fs layer [2020-10-01T03:59:11.182Z] 3cdc74d2b06d: Waiting [2020-10-01T03:59:11.182Z] 4cf5a0d07c1f: Waiting [2020-10-01T03:59:11.182Z] fca0ccc462d5: Waiting [2020-10-01T03:59:11.448Z] 4684f6177b5d: Verifying Checksum [2020-10-01T03:59:11.448Z] 4684f6177b5d: Download complete [2020-10-01T03:59:11.448Z] 25ad7478873d: Verifying Checksum [2020-10-01T03:59:11.448Z] 25ad7478873d: Download complete [2020-10-01T03:59:11.448Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-01T03:59:11.448Z] 4cf5a0d07c1f: Download complete [2020-10-01T03:59:11.448Z] 3cdc74d2b06d: Verifying Checksum [2020-10-01T03:59:11.448Z] 3cdc74d2b06d: Download complete [2020-10-01T03:59:11.715Z] fca0ccc462d5: Verifying Checksum [2020-10-01T03:59:11.715Z] fca0ccc462d5: Download complete [2020-10-01T03:59:11.715Z] 25ad7478873d: Pull complete [2020-10-01T03:59:11.978Z] 4684f6177b5d: Pull complete [2020-10-01T03:59:12.247Z] 8ba584e970af: Verifying Checksum [2020-10-01T03:59:12.247Z] 8ba584e970af: Download complete [2020-10-01T03:59:14.808Z] 8ba584e970af: Pull complete [2020-10-01T03:59:14.808Z] 3cdc74d2b06d: Pull complete [2020-10-01T03:59:14.808Z] 4cf5a0d07c1f: Pull complete [2020-10-01T03:59:14.808Z] fca0ccc462d5: Pull complete [2020-10-01T03:59:14.808Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-01T03:59:14.808Z] Status: Downloaded newer image for docker:latest [2020-10-01T03:59:16.737Z] ---> 0a2bec1ce010 [2020-10-01T03:59:16.737Z] Step 6/7 : COPY go.mod . [2020-10-01T03:59:16.737Z] ---> d76a935ce360 [2020-10-01T03:59:16.737Z] Step 7/7 : RUN go mod download [2020-10-01T03:59:16.737Z] ---> Running in 942f8b40d942 [2020-10-01T03:59:38.740Z] Removing intermediate container 942f8b40d942 [2020-10-01T03:59:38.740Z] ---> 3dd0e10c27ae [2020-10-01T03:59:38.740Z] Successfully built 3dd0e10c27ae [2020-10-01T03:59:38.740Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T03:59:39.054Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T03:59:39.054Z] . [Pipeline] withDockerContainer [2020-10-01T03:59:39.156Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T03:59:39.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T03:59:39.965Z] $ docker top b2fd000d9c37a0dbb4668ddc7b0121f65edf64f9f86f90f685731759ab429ae7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T03:59:40.513Z] + go version [2020-10-01T03:59:40.513Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-01T03:59:40.530Z] $ docker stop --time=1 b2fd000d9c37a0dbb4668ddc7b0121f65edf64f9f86f90f685731759ab429ae7 [2020-10-01T03:59:41.902Z] $ docker rm -f b2fd000d9c37a0dbb4668ddc7b0121f65edf64f9f86f90f685731759ab429ae7 [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-01T03:59:45.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T03:59:45.240Z] [2020-10-01T03:59:45.240Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T03:59:45.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T03:59:45.607Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-01T03:59:45.607Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-01T03:59:45.607Z] ca9280d653b3: Pulling fs layer [2020-10-01T03:59:45.607Z] 7e9c9ca2126c: Pulling fs layer [2020-10-01T03:59:45.607Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-01T03:59:45.607Z] cbdbe7a5bc2a: Download complete [2020-10-01T03:59:45.872Z] cbdbe7a5bc2a: Pull complete [2020-10-01T03:59:46.136Z] ca9280d653b3: Verifying Checksum [2020-10-01T03:59:46.137Z] ca9280d653b3: Download complete [2020-10-01T03:59:47.097Z] ca9280d653b3: Pull complete [2020-10-01T03:59:47.097Z] 7e9c9ca2126c: Verifying Checksum [2020-10-01T03:59:47.097Z] 7e9c9ca2126c: Download complete [2020-10-01T03:59:53.704Z] 7e9c9ca2126c: Pull complete [2020-10-01T03:59:53.704Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-01T03:59:53.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T03:59:53.704Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-01T03:59:53.844Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T03:59:53.898Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T03:59:57.124Z] $ docker top 5a8b931162fe4959b1485247e54437d20f8f5c6259d4a8dfe6705acdab2c135c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T03:59:57.647Z] + docker-compose build --help [2020-10-01T03:59:57.647Z] + grep parallel [2020-10-01T03:59:58.591Z] --parallel Build images in parallel. [Pipeline] } [2020-10-01T03:59:58.609Z] $ docker stop --time=1 5a8b931162fe4959b1485247e54437d20f8f5c6259d4a8dfe6705acdab2c135c [2020-10-01T03:59:59.949Z] $ docker rm -f 5a8b931162fe4959b1485247e54437d20f8f5c6259d4a8dfe6705acdab2c135c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:00:00.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-01T04:00:00.574Z] . [Pipeline] withDockerContainer [2020-10-01T04:00:00.674Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:00:00.725Z] $ 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/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:00:01.317Z] $ docker top 56bb10adaaa8617e72ae39e972c0579b92204dc178bfb6643830bc841969cf61 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T04:00:01.944Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-01T04:00:02.899Z] Building docker-core-command-go ... [2020-10-01T04:00:02.899Z] Building docker-core-data-go ... [2020-10-01T04:00:02.899Z] Building docker-core-metadata-go ... [2020-10-01T04:00:02.899Z] Building docker-security-proxy-setup-go ... [2020-10-01T04:00:02.899Z] Building docker-security-secrets-setup-go ... [2020-10-01T04:00:02.899Z] Building docker-security-secretstore-setup-go ... [2020-10-01T04:00:02.899Z] Building docker-support-logging-go ... [2020-10-01T04:00:02.899Z] Building docker-support-notifications-go ... [2020-10-01T04:00:02.899Z] Building docker-support-scheduler-go ... [2020-10-01T04:00:02.899Z] Building docker-sys-mgmt-agent-go ... [2020-10-01T04:00:02.899Z] Building docker-support-scheduler-go [2020-10-01T04:00:02.899Z] Building docker-security-proxy-setup-go [2020-10-01T04:00:02.899Z] Building docker-core-metadata-go [2020-10-01T04:00:02.899Z] Building docker-security-secrets-setup-go [2020-10-01T04:00:02.899Z] Building docker-security-secretstore-setup-go [2020-10-01T04:00:25.039Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:00:25.039Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:00:25.039Z] ---> 3dd0e10c27ae [2020-10-01T04:00:25.039Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T04:00:25.039Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:00:25.039Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:00:25.039Z] ---> 3dd0e10c27ae [2020-10-01T04:00:25.039Z] Step 3/26 : WORKDIR /edgex-go [2020-10-01T04:00:25.039Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:00:25.039Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:00:25.039Z] ---> 3dd0e10c27ae [2020-10-01T04:00:25.039Z] Step 3/21 : WORKDIR /edgex-go [2020-10-01T04:00:25.039Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:00:25.039Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-01T04:00:25.039Z] ---> 3dd0e10c27ae [2020-10-01T04:00:25.039Z] Step 3/29 : WORKDIR /edgex-go [2020-10-01T04:00:25.039Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:00:25.039Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:00:25.039Z] ---> 3dd0e10c27ae [2020-10-01T04:00:25.039Z] Step 3/20 : WORKDIR /edgex-go [2020-10-01T04:00:25.039Z] ---> Running in 708b6003363d [2020-10-01T04:00:25.039Z] ---> Running in ba3bf649a941 [2020-10-01T04:00:25.039Z] ---> Running in 57e3a48007e2 [2020-10-01T04:00:25.039Z] ---> Running in 6c83b833e69a [2020-10-01T04:00:25.039Z] ---> Running in 3af101028a29 [2020-10-01T04:00:25.039Z] Removing intermediate container 57e3a48007e2 [2020-10-01T04:00:25.039Z] ---> 748ead63b6b2 [2020-10-01T04:00:25.039Z] Step 4/29 : RUN apk update && apk add make git [2020-10-01T04:00:25.039Z] Removing intermediate container 6c83b833e69a [2020-10-01T04:00:25.039Z] ---> 6228cfbfdc88 [2020-10-01T04:00:25.039Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:00:25.039Z] Removing intermediate container 3af101028a29 [2020-10-01T04:00:25.039Z] ---> 28b2dffc89cd [2020-10-01T04:00:25.039Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:00:25.039Z] Removing intermediate container 708b6003363d [2020-10-01T04:00:25.039Z] ---> b0095fbac052 [2020-10-01T04:00:25.039Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:00:25.039Z] Removing intermediate container ba3bf649a941 [2020-10-01T04:00:25.039Z] ---> 8089d4cca000 [2020-10-01T04:00:25.040Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:00:25.040Z] ---> Running in b28170925787 [2020-10-01T04:00:25.040Z] ---> Running in 75d215a77060 [2020-10-01T04:00:25.040Z] ---> Running in 23b46e90e333 [2020-10-01T04:00:25.040Z] ---> Running in adf8e91cff94 [2020-10-01T04:00:25.040Z] ---> Running in 8dcd5c5b8800 [2020-10-01T04:00:25.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:26.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:26.788Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:00:26.788Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:00:26.788Z] OK: 12752 distinct packages available [2020-10-01T04:00:27.054Z] Removing intermediate container 23b46e90e333 [2020-10-01T04:00:27.054Z] ---> 3990b2b0cd6d [2020-10-01T04:00:27.054Z] Step 5/26 : RUN apk update && apk add make git [2020-10-01T04:00:27.054Z] Removing intermediate container adf8e91cff94 [2020-10-01T04:00:27.054Z] ---> 035fddaebeb0 [2020-10-01T04:00:27.054Z] Step 5/20 : RUN apk update && apk add make git [2020-10-01T04:00:27.054Z] OK: 233 MiB in 51 packages [2020-10-01T04:00:27.054Z] ---> Running in da41ec958875 [2020-10-01T04:00:27.054Z] ---> Running in d2620ae7989a [2020-10-01T04:00:27.336Z] Removing intermediate container 75d215a77060 [2020-10-01T04:00:27.336Z] ---> 6cf840358f81 [2020-10-01T04:00:27.336Z] Step 5/21 : RUN apk update && apk add make git [2020-10-01T04:00:27.336Z] Removing intermediate container 8dcd5c5b8800 [2020-10-01T04:00:27.336Z] ---> 92733b9b6b8a [2020-10-01T04:00:27.336Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T04:00:27.597Z] ---> Running in 72f2faf18f40 [2020-10-01T04:00:27.597Z] ---> Running in f6c184587518 [2020-10-01T04:00:27.865Z] Removing intermediate container b28170925787 [2020-10-01T04:00:27.865Z] ---> dd675e85b623 [2020-10-01T04:00:27.865Z] Step 5/29 : COPY go.mod . [2020-10-01T04:00:28.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:28.136Z] ---> b6c3563768f3 [2020-10-01T04:00:28.136Z] Step 6/29 : RUN go mod download [2020-10-01T04:00:28.408Z] ---> Running in 96744b120e1b [2020-10-01T04:00:28.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:28.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:28.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:28.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:28.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:29.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:29.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:00:29.484Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:00:29.484Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:00:29.484Z] OK: 12752 distinct packages available [2020-10-01T04:00:29.484Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:00:29.484Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:00:29.484Z] OK: 12752 distinct packages available [2020-10-01T04:00:29.749Z] OK: 233 MiB in 51 packages [2020-10-01T04:00:29.749Z] OK: 233 MiB in 51 packages [2020-10-01T04:00:29.749Z] Removing intermediate container 96744b120e1b [2020-10-01T04:00:29.749Z] ---> 48815ec61646 [2020-10-01T04:00:29.749Z] Step 7/29 : COPY . . [2020-10-01T04:00:30.025Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:00:30.025Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:00:30.025Z] OK: 12752 distinct packages available [2020-10-01T04:00:30.298Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:00:30.298Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:00:30.298Z] OK: 12752 distinct packages available [2020-10-01T04:00:30.298Z] OK: 233 MiB in 51 packages [2020-10-01T04:00:30.570Z] OK: 233 MiB in 51 packages [2020-10-01T04:00:30.835Z] Removing intermediate container da41ec958875 [2020-10-01T04:00:30.835Z] ---> a9c88909dc52 [2020-10-01T04:00:30.835Z] Step 6/20 : COPY go.mod . [2020-10-01T04:00:31.786Z] Removing intermediate container d2620ae7989a [2020-10-01T04:00:31.786Z] ---> 135fb88c5874 [2020-10-01T04:00:31.786Z] Step 6/26 : COPY go.mod . [2020-10-01T04:00:35.129Z] ---> 207e9bfa60f3 [2020-10-01T04:00:35.129Z] Step 7/20 : RUN go mod download [2020-10-01T04:00:36.529Z] ---> 53f2c55ddc58 [2020-10-01T04:00:36.529Z] Step 7/26 : RUN go mod download [2020-10-01T04:00:37.476Z] ---> Running in 3e5b81105771 [2020-10-01T04:00:37.477Z] Removing intermediate container 72f2faf18f40 [2020-10-01T04:00:37.477Z] ---> 35d1a0ec7e31 [2020-10-01T04:00:37.477Z] Step 6/21 : COPY go.mod . [2020-10-01T04:00:38.436Z] ---> Running in 92a3ebd99626 [2020-10-01T04:00:38.436Z] Removing intermediate container f6c184587518 [2020-10-01T04:00:38.436Z] ---> cf28a9041083 [2020-10-01T04:00:38.436Z] Step 6/22 : COPY go.mod . [2020-10-01T04:00:38.436Z] ---> 0eda3a5ce6db [2020-10-01T04:00:38.436Z] Step 7/21 : RUN go mod download [2020-10-01T04:00:38.701Z] ---> ee7b99fd1c38 [2020-10-01T04:00:38.701Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-01T04:00:38.701Z] ---> Running in a2c3574562df [2020-10-01T04:00:38.701Z] ---> e583ef0aae64 [2020-10-01T04:00:38.701Z] Step 7/22 : RUN go mod download [2020-10-01T04:00:38.965Z] ---> Running in 4dd155c247f7 [2020-10-01T04:00:38.965Z] ---> Running in ea61b5e713e6 [2020-10-01T04:00:39.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-01T04:00:39.950Z] Removing intermediate container 3e5b81105771 [2020-10-01T04:00:39.950Z] ---> 076eaf7614ea [2020-10-01T04:00:39.950Z] Step 8/20 : COPY . . [2020-10-01T04:00:39.950Z] Removing intermediate container 92a3ebd99626 [2020-10-01T04:00:39.950Z] ---> 6d5a5397aac6 [2020-10-01T04:00:39.950Z] Step 8/26 : COPY . . [2020-10-01T04:00:45.280Z] Removing intermediate container a2c3574562df [2020-10-01T04:00:45.280Z] ---> d0d2ad8ab77f [2020-10-01T04:00:45.280Z] Step 8/21 : COPY . . [2020-10-01T04:00:45.280Z] Removing intermediate container ea61b5e713e6 [2020-10-01T04:00:45.280Z] ---> 280e542312db [2020-10-01T04:00:45.280Z] Step 8/22 : COPY . . [2020-10-01T04:00:56.802Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2720 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-01T04:00:56.916Z] Running in /w/workspace/edgex-go/155 [Pipeline] { [Pipeline] checkout [2020-10-01T04:01:02.192Z] using credential edgex-jenkins-ssh [2020-10-01T04:01:02.280Z] Cloning the remote Git repository [2020-10-01T04:01:02.344Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-01T04:01:02.469Z] > git init /w/workspace/edgex-go/155 # timeout=10 [2020-10-01T04:01:02.550Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-01T04:01:02.551Z] > git --version # timeout=10 [2020-10-01T04:01:02.573Z] > git --version # 'git version 2.17.1' [2020-10-01T04:01:02.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T04:01:02.672Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T04:01:07.863Z] ---> 85073605d772 [2020-10-01T04:01:07.863Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-01T04:01:07.863Z] ---> f0665753c845 [2020-10-01T04:01:07.863Z] 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-01T04:01:07.863Z] ---> Running in 783767286e3d [2020-10-01T04:01:07.863Z] ---> Running in 5269770d8c15 [2020-10-01T04:01:07.863Z] ---> f10d0097a4b0 [2020-10-01T04:01:07.863Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-01T04:01:07.863Z] ---> f28e87338189 [2020-10-01T04:01:07.863Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-01T04:01:08.130Z] ---> Running in 64d08430f3bc [2020-10-01T04:01:08.130Z] ---> Running in 954ef58d9aef [2020-10-01T04:01:09.097Z] Removing intermediate container 4dd155c247f7 [2020-10-01T04:01:09.097Z] ---> 2570b4eaac11 [2020-10-01T04:01:09.097Z] [2020-10-01T04:01:09.097Z] Step 9/29 : FROM alpine:latest [2020-10-01T04:01:09.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-01T04:01:09.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-01T04:01:09.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-01T04:01:09.633Z] latest: Pulling from library/alpine [2020-10-01T04:01:09.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-01T04:01:10.223Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-01T04:01:10.223Z] Status: Downloaded newer image for alpine:latest [2020-10-01T04:01:10.223Z] ---> a24bb4013296 [2020-10-01T04:01:10.223Z] 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-01T04:01:10.223Z] ---> Running in 738ec4ccfc87 [2020-10-01T04:01:10.491Z] Removing intermediate container 738ec4ccfc87 [2020-10-01T04:01:10.491Z] ---> d13b0cfabad4 [2020-10-01T04:01:10.491Z] Step 11/29 : USER root [2020-10-01T04:01:11.458Z] ---> Running in fe7eb1736cf6 [2020-10-01T04:01:11.729Z] Removing intermediate container fe7eb1736cf6 [2020-10-01T04:01:11.729Z] ---> fd8e4eecface [2020-10-01T04:01:11.729Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-01T04:01:12.000Z] ---> Running in f8fb2f366a2c [2020-10-01T04:01:13.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:13.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:14.689Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:01:14.689Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:01:14.689Z] OK: 12750 distinct packages available [2020-10-01T04:01:14.969Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-01T04:01:14.969Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-01T04:01:14.969Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:01:14.969Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T04:01:15.237Z] OK: 6 MiB in 16 packages [2020-10-01T04:01:17.208Z] Removing intermediate container f8fb2f366a2c [2020-10-01T04:01:17.208Z] ---> d70447683bbf [2020-10-01T04:01:17.208Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-01T04:01:17.258Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-01T04:01:17.275Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T04:01:17.476Z] ---> Running in d1570a38417d [2020-10-01T04:01:17.898Z] Checking out Revision 690346604737e2d45e9758d82734c9e1f243b222 (master) [2020-10-01T04:01:18.081Z] Removing intermediate container d1570a38417d [2020-10-01T04:01:18.081Z] ---> 21a9f4dc22f0 [2020-10-01T04:01:18.081Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-01T04:01:18.081Z] ---> Running in f4cecf076cd0 [2020-10-01T04:01:18.368Z] Removing intermediate container f4cecf076cd0 [2020-10-01T04:01:18.368Z] ---> 3696fb141333 [2020-10-01T04:01:18.368Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-01T04:01:18.368Z] ---> Running in cc9bee2c8f78 [2020-10-01T04:01:17.299Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-01T04:01:17.333Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-01T04:01:17.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T04:01:17.346Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T04:01:17.927Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T04:01:17.952Z] > git checkout -f 690346604737e2d45e9758d82734c9e1f243b222 # timeout=10 [2020-10-01T04:01:20.382Z] Removing intermediate container cc9bee2c8f78 [2020-10-01T04:01:20.382Z] ---> 0c05f2eda9f1 [2020-10-01T04:01:20.382Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-01T04:01:21.375Z] ---> 4fdf67322978 [2020-10-01T04:01:21.375Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-01T04:01:21.645Z] ---> 2ea266760c13 [2020-10-01T04:01:21.645Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-01T04:01:22.253Z] ---> b7cb516534c3 [2020-10-01T04:01:22.253Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-01T04:01:22.533Z] ---> cb8e5f35ba97 [2020-10-01T04:01:22.533Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-01T04:01:22.671Z] Commit message: "Merge pull request #2725 from cloudxxx8/issue-2723" [2020-10-01T04:01:23.132Z] ---> 0e152df45542 [2020-10-01T04:01:23.132Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-01T04:01:23.132Z] ---> Running in f2f00163ae4b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-01T04:01:26.525Z] Removing intermediate container f2f00163ae4b [2020-10-01T04:01:26.525Z] ---> 3ea1af064f71 [2020-10-01T04:01:26.525Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T04:01:26.802Z] ---> d3a410136a74 [2020-10-01T04:01:26.802Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T04:01:26.802Z] ---> Running in 7894a640b8e9 [2020-10-01T04:01:28.791Z] Removing intermediate container 7894a640b8e9 [2020-10-01T04:01:28.791Z] ---> e12afbcdd537 [2020-10-01T04:01:28.791Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-01T04:01:28.791Z] ---> Running in e4a4edf724a7 [2020-10-01T04:01:30.831Z] Removing intermediate container e4a4edf724a7 [2020-10-01T04:01:30.831Z] ---> 6579f277fa45 [2020-10-01T04:01:30.831Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T04:01:31.120Z] ---> Running in de62fcab0bdb [2020-10-01T04:01:31.416Z] Removing intermediate container de62fcab0bdb [2020-10-01T04:01:31.416Z] ---> 40b637623991 [2020-10-01T04:01:31.416Z] Step 26/29 : CMD [ "generate" ] [2020-10-01T04:01:31.708Z] ---> Running in 504f08b6f0b2 [2020-10-01T04:01:31.990Z] Removing intermediate container 504f08b6f0b2 [2020-10-01T04:01:31.990Z] ---> 2b70531cc5a3 [2020-10-01T04:01:31.990Z] Step 27/29 : LABEL arch=x86_64 [2020-10-01T04:01:31.990Z] ---> Running in ff89d5baa970 [2020-10-01T04:01:32.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-01T04:01:32.275Z] Removing intermediate container ff89d5baa970 [2020-10-01T04:01:32.275Z] ---> a87b06a0c917 [2020-10-01T04:01:32.275Z] Step 28/29 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:01:32.275Z] ---> Running in b6dce47c8321 [2020-10-01T04:01:32.556Z] Removing intermediate container b6dce47c8321 [2020-10-01T04:01:32.556Z] ---> 015d20834a9c [2020-10-01T04:01:32.556Z] Step 29/29 : LABEL version=1.2.2-dev.40 [2020-10-01T04:01:32.838Z] ---> Running in 62ac0d2699ef [2020-10-01T04:01:33.118Z] Removing intermediate container 62ac0d2699ef [2020-10-01T04:01:33.118Z] ---> 32ed7753c86c [2020-10-01T04:01:33.118Z] [2020-10-01T04:01:33.403Z] Successfully built 32ed7753c86c [2020-10-01T04:01:33.403Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-01T04:01:33.403Z]  Building docker-security-secrets-setup-go ... done Building docker-core-data-go [Pipeline] echo [2020-10-01T04:01:35.631Z] ========================================================= [2020-10-01T04:01:35.631Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-01T04:01:35.631Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:01:36.563Z] + 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-01T04:01:40.631Z] Removing intermediate container 5269770d8c15 [2020-10-01T04:01:40.631Z] ---> e580e97ff873 [2020-10-01T04:01:40.631Z] [2020-10-01T04:01:40.631Z] Step 10/20 : FROM alpine [2020-10-01T04:01:40.631Z] ---> a24bb4013296 [2020-10-01T04:01:40.631Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-01T04:01:40.631Z] ---> Running in 842f9bb36d42 [2020-10-01T04:01:40.936Z] Sending build context to Docker daemon 324.5MB [2020-10-01T04:01:40.936Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T04:01:40.936Z] Step 2/7 : FROM ${BASE} [2020-10-01T04:01:40.936Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-01T04:01:40.936Z] b538f80385f9: Pulling fs layer [2020-10-01T04:01:40.936Z] 74f711af9a0d: Pulling fs layer [2020-10-01T04:01:40.936Z] 99f96fe45779: Pulling fs layer [2020-10-01T04:01:40.936Z] 8529a6b9a6be: Pulling fs layer [2020-10-01T04:01:40.936Z] 45590311c82a: Pulling fs layer [2020-10-01T04:01:40.936Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-01T04:01:40.936Z] 209524e5b208: Pulling fs layer [2020-10-01T04:01:40.936Z] 69ca0ff8b7b3: Waiting [2020-10-01T04:01:40.936Z] 8529a6b9a6be: Waiting [2020-10-01T04:01:40.936Z] 209524e5b208: Waiting [2020-10-01T04:01:40.937Z] 45590311c82a: Waiting [2020-10-01T04:01:40.937Z] 99f96fe45779: Verifying Checksum [2020-10-01T04:01:40.937Z] 99f96fe45779: Download complete [2020-10-01T04:01:40.937Z] 74f711af9a0d: Verifying Checksum [2020-10-01T04:01:40.937Z] 74f711af9a0d: Download complete [2020-10-01T04:01:40.937Z] 45590311c82a: Verifying Checksum [2020-10-01T04:01:40.937Z] 45590311c82a: Download complete [2020-10-01T04:01:41.593Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-01T04:01:41.593Z] 69ca0ff8b7b3: Download complete [2020-10-01T04:01:41.914Z] b538f80385f9: Download complete [2020-10-01T04:01:42.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-01T04:01:42.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:42.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:42.591Z] b538f80385f9: Pull complete [2020-10-01T04:01:42.875Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:01:42.876Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:01:42.876Z] OK: 12750 distinct packages available [2020-10-01T04:01:43.193Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-01T04:01:43.193Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T04:01:43.193Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-01T04:01:43.193Z] (4/4) Installing curl (7.69.1-r1) [2020-10-01T04:01:43.193Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:01:43.193Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T04:01:43.193Z] OK: 7 MiB in 18 packages [2020-10-01T04:01:43.280Z] 74f711af9a0d: Pull complete [2020-10-01T04:01:43.578Z] 99f96fe45779: Pull complete [2020-10-01T04:01:44.601Z] 209524e5b208: Verifying Checksum [2020-10-01T04:01:44.601Z] 209524e5b208: Download complete [2020-10-01T04:01:46.135Z] 8529a6b9a6be: Verifying Checksum [2020-10-01T04:01:46.135Z] 8529a6b9a6be: Download complete [2020-10-01T04:01:46.783Z] Removing intermediate container 842f9bb36d42 [2020-10-01T04:01:46.783Z] ---> ae04db5cb85e [2020-10-01T04:01:46.783Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T04:01:48.263Z] ---> Running in e8e5c2b08863 [2020-10-01T04:01:48.575Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:01:48.575Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:01:48.575Z] ---> 3dd0e10c27ae [2020-10-01T04:01:48.575Z] Step 3/23 : WORKDIR /edgex-go [2020-10-01T04:01:48.575Z] ---> Using cache [2020-10-01T04:01:48.575Z] ---> 8089d4cca000 [2020-10-01T04:01:48.575Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:01:48.575Z] ---> Using cache [2020-10-01T04:01:48.575Z] ---> 92733b9b6b8a [2020-10-01T04:01:48.575Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-01T04:01:50.079Z] Removing intermediate container e8e5c2b08863 [2020-10-01T04:01:50.079Z] ---> 751642cef751 [2020-10-01T04:01:50.079Z] Step 13/20 : WORKDIR /edgex [2020-10-01T04:01:51.067Z] ---> Running in f7ff7975ae39 [2020-10-01T04:01:51.067Z] Removing intermediate container 954ef58d9aef [2020-10-01T04:01:51.067Z] ---> 3ff636f38620 [2020-10-01T04:01:51.067Z] [2020-10-01T04:01:51.067Z] Step 10/21 : FROM scratch [2020-10-01T04:01:51.067Z] ---> [2020-10-01T04:01:51.067Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:01:51.067Z] ---> Running in a95c72ba9953 [2020-10-01T04:01:51.341Z] Removing intermediate container 783767286e3d [2020-10-01T04:01:51.341Z] ---> 46380ef92283 [2020-10-01T04:01:51.341Z] [2020-10-01T04:01:51.341Z] Step 10/26 : FROM alpine:3.10 [2020-10-01T04:01:51.620Z] ---> Running in d55ef70adcd5 [2020-10-01T04:01:51.892Z] 3.10: Pulling from library/alpine [2020-10-01T04:01:51.892Z] Removing intermediate container a95c72ba9953 [2020-10-01T04:01:51.892Z] ---> e8d45bc1dccf [2020-10-01T04:01:51.892Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-01T04:01:52.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:52.440Z] Removing intermediate container d55ef70adcd5 [2020-10-01T04:01:52.440Z] ---> 45c2887cfc3a [2020-10-01T04:01:52.440Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-01T04:01:52.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:53.673Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:01:53.673Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:01:53.673Z] OK: 12752 distinct packages available [2020-10-01T04:01:53.673Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-01T04:01:53.673Z] OK: 233 MiB in 51 packages [2020-10-01T04:01:53.673Z] ---> Running in 7177f0e915ef [2020-10-01T04:01:53.673Z] Status: Downloaded newer image for alpine:3.10 [2020-10-01T04:01:53.673Z] ---> be4e4bea2c2e [2020-10-01T04:01:53.673Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-01T04:01:53.959Z] ---> 499ce5dc14c6 [2020-10-01T04:01:53.959Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-01T04:01:53.959Z] ---> Running in 2d24c655446b [2020-10-01T04:01:54.226Z] Removing intermediate container 7177f0e915ef [2020-10-01T04:01:54.226Z] ---> 99406d89ca55 [2020-10-01T04:01:54.226Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-01T04:01:54.226Z] Removing intermediate container 64d08430f3bc [2020-10-01T04:01:54.226Z] ---> 8c4598f3f0e7 [2020-10-01T04:01:54.226Z] [2020-10-01T04:01:54.226Z] Step 10/22 : FROM scratch [2020-10-01T04:01:54.226Z] ---> [2020-10-01T04:01:54.226Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:01:54.226Z] ---> Using cache [2020-10-01T04:01:54.226Z] ---> 45c2887cfc3a [2020-10-01T04:01:54.226Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-01T04:01:54.500Z] ---> Running in 9d28d0272549 [2020-10-01T04:01:54.500Z] ---> Running in 8e66768aafd3 [2020-10-01T04:01:54.779Z] ---> ed4f55a9d768 [2020-10-01T04:01:54.779Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-01T04:01:54.779Z] Removing intermediate container 9d28d0272549 [2020-10-01T04:01:54.779Z] ---> 9351ea5008fe [2020-10-01T04:01:54.779Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-01T04:01:54.779Z] ---> Running in dd8c6f3b7104 [2020-10-01T04:01:54.779Z] Removing intermediate container 8e66768aafd3 [2020-10-01T04:01:54.779Z] ---> 20eb4850ede1 [2020-10-01T04:01:54.779Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T04:01:54.779Z] Removing intermediate container f7ff7975ae39 [2020-10-01T04:01:54.779Z] ---> 0b071cc8ed1f [2020-10-01T04:01:54.779Z] Step 6/23 : COPY go.mod . [2020-10-01T04:01:55.048Z] ---> Running in f30f862ce9a8 [2020-10-01T04:01:55.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:55.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:01:55.048Z] Removing intermediate container dd8c6f3b7104 [2020-10-01T04:01:55.048Z] ---> 1f6d841e624a [2020-10-01T04:01:55.048Z] Step 17/20 : CMD ["--init=true"] [2020-10-01T04:01:55.315Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-01T04:01:55.315Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-01T04:01:55.315Z] OK: 10346 distinct packages available [2020-10-01T04:01:55.315Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-01T04:01:55.897Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-01T04:01:55.897Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-01T04:01:55.897Z] (4/5) Installing curl (7.66.0-r1) [2020-10-01T04:01:55.897Z] ---> 76ba80c846d1 [2020-10-01T04:01:55.897Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-01T04:01:55.897Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-01T04:01:55.897Z] Executing busybox-1.30.1-r3.trigger [2020-10-01T04:01:56.474Z] Executing ca-certificates-20191127-r2.trigger [2020-10-01T04:01:56.475Z] 8529a6b9a6be: Pull complete [2020-10-01T04:01:56.749Z] 45590311c82a: Pull complete [2020-10-01T04:01:57.028Z] 69ca0ff8b7b3: Pull complete [2020-10-01T04:01:57.054Z] OK: 7 MiB in 19 packages [2020-10-01T04:01:57.054Z] ---> Running in 11008ad9c0d7 [2020-10-01T04:01:57.321Z] Removing intermediate container f30f862ce9a8 [2020-10-01T04:01:57.321Z] ---> ac070cc7266f [2020-10-01T04:01:57.321Z] Step 14/22 : WORKDIR / [2020-10-01T04:01:57.321Z] ---> ebdac046dcdd [2020-10-01T04:01:57.321Z] Step 7/23 : RUN go mod download [2020-10-01T04:01:57.586Z] ---> Running in c5378acf2085 [2020-10-01T04:01:57.586Z] ---> Running in 5e8d8b7762f5 [2020-10-01T04:01:57.586Z] Removing intermediate container 11008ad9c0d7 [2020-10-01T04:01:57.586Z] ---> c784e7c4d5d0 [2020-10-01T04:01:57.586Z] Step 18/20 : LABEL arch=x86_64 [2020-10-01T04:01:57.586Z] ---> 9d9a7d5d7758 [2020-10-01T04:01:57.586Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-01T04:01:58.168Z] ---> Running in e5a20fc33492 [2020-10-01T04:01:58.447Z] Removing intermediate container c5378acf2085 [2020-10-01T04:01:58.447Z] ---> a723793b7de8 [2020-10-01T04:01:58.447Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-01T04:01:58.714Z] ---> 1ba34ea0b4b6 [2020-10-01T04:01:58.714Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-01T04:01:58.714Z] Removing intermediate container 2d24c655446b [2020-10-01T04:01:58.714Z] ---> 10b2c0ba328d [2020-10-01T04:01:58.714Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T04:01:58.714Z] ---> Running in a13e8768d16f [2020-10-01T04:01:58.714Z] Removing intermediate container e5a20fc33492 [2020-10-01T04:01:58.714Z] ---> fae74ff8c62a [2020-10-01T04:01:58.714Z] Step 19/20 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:01:58.979Z] ---> Running in c936cbfc44c6 [2020-10-01T04:01:58.979Z] ---> Running in d14ec1805d2c [2020-10-01T04:01:58.979Z] ---> 3e1838d10903 [2020-10-01T04:01:58.979Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-01T04:01:59.248Z] Removing intermediate container a13e8768d16f [2020-10-01T04:01:59.248Z] ---> de5161274bee [2020-10-01T04:01:59.248Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:01:59.248Z] ---> Running in a0c5e7370a57 [2020-10-01T04:01:59.512Z] Removing intermediate container c936cbfc44c6 [2020-10-01T04:01:59.512Z] ---> 4f8bc544b49e [2020-10-01T04:01:59.512Z] Step 13/26 : WORKDIR / [2020-10-01T04:01:59.512Z] Removing intermediate container d14ec1805d2c [2020-10-01T04:01:59.512Z] ---> 940c03ac29be [2020-10-01T04:01:59.513Z] Step 20/20 : LABEL version=1.2.2-dev.40 [2020-10-01T04:01:59.513Z] ---> Running in 341b96c28f6f [2020-10-01T04:01:59.778Z] ---> Running in 8ce3b9005f28 [2020-10-01T04:01:59.778Z] Removing intermediate container a0c5e7370a57 [2020-10-01T04:01:59.778Z] ---> 7e4078ab44a8 [2020-10-01T04:01:59.778Z] Step 19/21 : LABEL arch=x86_64 [2020-10-01T04:01:59.778Z] ---> a09dec8f23da [2020-10-01T04:01:59.778Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-01T04:02:00.057Z] ---> Running in 3236fabbc7e2 [2020-10-01T04:02:00.057Z] Removing intermediate container 341b96c28f6f [2020-10-01T04:02:00.057Z] ---> f1e03a0650d9 [2020-10-01T04:02:00.057Z] 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-01T04:02:00.057Z] Removing intermediate container 8ce3b9005f28 [2020-10-01T04:02:00.057Z] ---> da6618aba15c [2020-10-01T04:02:00.057Z] [2020-10-01T04:02:00.057Z] Removing intermediate container 5e8d8b7762f5 [2020-10-01T04:02:00.057Z] ---> d685fa73b03b [2020-10-01T04:02:00.057Z] Step 8/23 : COPY . . [2020-10-01T04:02:00.326Z] Successfully built da6618aba15c [2020-10-01T04:02:00.326Z] ---> f10ae20777c2 [2020-10-01T04:02:00.326Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-01T04:02:00.326Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-01T04:02:00.326Z] Building docker-support-logging-go [2020-10-01T04:02:00.326Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3236fabbc7e2 [2020-10-01T04:02:00.326Z] ---> a68eefa4866f [2020-10-01T04:02:00.326Z] Step 20/21 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:02:00.912Z] ---> Running in 83229a2b54f8 [2020-10-01T04:02:00.912Z] ---> Running in c25ac527b3c3 [2020-10-01T04:02:01.341Z] 209524e5b208: Pull complete [2020-10-01T04:02:01.341Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-01T04:02:01.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-01T04:02:01.341Z] ---> 5bddaf1c2fca [2020-10-01T04:02:01.341Z] 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-01T04:02:04.259Z] ---> 67095d661205 [2020-10-01T04:02:04.259Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-01T04:02:04.728Z] ---> Running in 8d1095d63b15 [2020-10-01T04:02:05.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:02:06.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:02:07.256Z] (1/12) Installing libmagic (5.38-r0) [2020-10-01T04:02:07.256Z] (2/12) Installing file (5.38-r0) [2020-10-01T04:02:07.526Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-01T04:02:07.526Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-01T04:02:07.609Z] Removing intermediate container c25ac527b3c3 [2020-10-01T04:02:07.609Z] ---> 6a786ccbf08c [2020-10-01T04:02:07.609Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:02:07.876Z] Removing intermediate container 83229a2b54f8 [2020-10-01T04:02:07.876Z] ---> cbae3ebee34e [2020-10-01T04:02:07.876Z] Step 21/21 : LABEL version=1.2.2-dev.40 [2020-10-01T04:02:10.470Z] ---> daa3ee11f18e [2020-10-01T04:02:10.470Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-01T04:02:10.470Z] ---> Running in a3edc77ca1cc [2020-10-01T04:02:11.057Z] ---> Running in c19a453efd1b [2020-10-01T04:02:12.496Z] Removing intermediate container a3edc77ca1cc [2020-10-01T04:02:12.496Z] ---> 0d71ec732bfb [2020-10-01T04:02:12.496Z] Step 20/22 : LABEL arch=x86_64 [2020-10-01T04:02:12.770Z] ---> d58b699ae382 [2020-10-01T04:02:12.770Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-01T04:02:12.910Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-01T04:02:12.910Z] (6/12) Installing patch (2.7.6-r6) [2020-10-01T04:02:12.910Z] (7/12) Installing build-base (0.5-r2) [2020-10-01T04:02:12.910Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-01T04:02:12.910Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-01T04:02:12.910Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-01T04:02:13.035Z] ---> Running in aa3fb99a5d3c [2020-10-01T04:02:13.185Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-01T04:02:13.185Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-01T04:02:13.459Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:02:13.459Z] OK: 217 MiB in 51 packages [2020-10-01T04:02:13.617Z] Removing intermediate container c19a453efd1b [2020-10-01T04:02:13.617Z] ---> 3d9cd5bbb0d0 [2020-10-01T04:02:13.617Z] [2020-10-01T04:02:13.617Z] Successfully built 3d9cd5bbb0d0 [2020-10-01T04:02:13.881Z] Removing intermediate container aa3fb99a5d3c [2020-10-01T04:02:13.881Z] ---> e9655a138a41 [2020-10-01T04:02:13.881Z] Step 21/22 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:02:14.146Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-01T04:02:14.146Z] Building docker-sys-mgmt-agent-go [2020-10-01T04:02:14.409Z]  Building docker-support-scheduler-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:02:14.409Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:02:14.409Z] ---> 3dd0e10c27ae [2020-10-01T04:02:14.409Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T04:02:14.409Z] ---> Using cache [2020-10-01T04:02:14.409Z] ---> 8089d4cca000 [2020-10-01T04:02:14.409Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:02:14.409Z] ---> Using cache [2020-10-01T04:02:14.409Z] ---> 92733b9b6b8a [2020-10-01T04:02:14.409Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-01T04:02:17.735Z] ---> c1eef8bf1eb8 [2020-10-01T04:02:17.735Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-01T04:02:17.802Z] Removing intermediate container 8d1095d63b15 [2020-10-01T04:02:17.803Z] ---> 4b8b60216628 [2020-10-01T04:02:17.803Z] Step 4/7 : WORKDIR /edgex-go [2020-10-01T04:02:17.803Z] ---> Running in bb01db15dc12 [2020-10-01T04:02:18.001Z] ---> Running in 5159b76f1705 [2020-10-01T04:02:18.001Z] ---> Running in c7a79f02c83f [2020-10-01T04:02:18.076Z] Removing intermediate container bb01db15dc12 [2020-10-01T04:02:18.076Z] ---> ac87423200e6 [2020-10-01T04:02:18.076Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-01T04:02:18.349Z] latest: Pulling from library/docker [2020-10-01T04:02:18.621Z] b538f80385f9: Already exists [2020-10-01T04:02:18.621Z] 259a493cd78d: Pulling fs layer [2020-10-01T04:02:18.621Z] b8e66b5100f5: Pulling fs layer [2020-10-01T04:02:18.621Z] 7f8258a56ab6: Pulling fs layer [2020-10-01T04:02:18.621Z] 75a0a0ebb566: Pulling fs layer [2020-10-01T04:02:18.621Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-01T04:02:18.621Z] 294320357d30: Pulling fs layer [2020-10-01T04:02:18.621Z] 75a0a0ebb566: Waiting [2020-10-01T04:02:18.621Z] 4a2c62f0a2a3: Waiting [2020-10-01T04:02:18.621Z] 294320357d30: Waiting [2020-10-01T04:02:18.621Z] b8e66b5100f5: Verifying Checksum [2020-10-01T04:02:18.621Z] b8e66b5100f5: Download complete [2020-10-01T04:02:18.910Z] 259a493cd78d: Verifying Checksum [2020-10-01T04:02:18.910Z] 75a0a0ebb566: Verifying Checksum [2020-10-01T04:02:18.910Z] 75a0a0ebb566: Download complete [2020-10-01T04:02:18.910Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-01T04:02:18.910Z] 4a2c62f0a2a3: Download complete [2020-10-01T04:02:18.910Z] 294320357d30: Verifying Checksum [2020-10-01T04:02:18.910Z] 294320357d30: Download complete [2020-10-01T04:02:19.515Z] 259a493cd78d: Pull complete [2020-10-01T04:02:19.800Z] b8e66b5100f5: Pull complete [2020-10-01T04:02:19.937Z] ---> b5eafc3b1685 [2020-10-01T04:02:19.937Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-01T04:02:19.937Z] Removing intermediate container c7a79f02c83f [2020-10-01T04:02:19.937Z] ---> 6ab4c8fbb43a [2020-10-01T04:02:19.937Z] Step 22/22 : LABEL version=1.2.2-dev.40 [2020-10-01T04:02:19.937Z] ---> 25fd7ed04521 [2020-10-01T04:02:19.937Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-01T04:02:19.937Z] ---> Running in afb24baa5ccc [2020-10-01T04:02:19.937Z] ---> Running in 137f4cef467d [2020-10-01T04:02:19.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:02:20.078Z] 7f8258a56ab6: Verifying Checksum [2020-10-01T04:02:20.079Z] 7f8258a56ab6: Download complete [2020-10-01T04:02:20.528Z] Removing intermediate container 137f4cef467d [2020-10-01T04:02:20.528Z] ---> bd55f8c73bd7 [2020-10-01T04:02:20.528Z] [2020-10-01T04:02:20.791Z] Successfully built bd55f8c73bd7 [2020-10-01T04:02:20.791Z] ---> dbe9b11ec896 [2020-10-01T04:02:20.791Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-01T04:02:20.791Z] Successfully tagged docker-core-metadata-go:latest [2020-10-01T04:02:20.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:02:20.791Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-10-01T04:02:20.791Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/core-data/core-data ./cmd/core-data [2020-10-01T04:02:21.746Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:02:21.746Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:02:21.746Z] OK: 12752 distinct packages available [2020-10-01T04:02:22.018Z] OK: 233 MiB in 51 packages [2020-10-01T04:02:22.628Z] OK: 233 MiB in 51 packages [2020-10-01T04:02:23.472Z] 7f8258a56ab6: Pull complete [2020-10-01T04:02:23.744Z] 75a0a0ebb566: Pull complete [2020-10-01T04:02:24.024Z] 4a2c62f0a2a3: Pull complete [2020-10-01T04:02:24.086Z] ---> fe071e0cc5a3 [2020-10-01T04:02:24.086Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T04:02:24.618Z] 294320357d30: Pull complete [2020-10-01T04:02:24.618Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-01T04:02:24.618Z] Status: Downloaded newer image for docker:latest [2020-10-01T04:02:26.111Z] ---> 06a494bffb86 [2020-10-01T04:02:26.111Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T04:02:26.111Z] Removing intermediate container 5159b76f1705 [2020-10-01T04:02:26.111Z] ---> e7a3aa6e1cbb [2020-10-01T04:02:26.111Z] Step 6/22 : COPY go.mod . [2020-10-01T04:02:27.078Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:02:27.078Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:02:27.078Z] ---> 3dd0e10c27ae [2020-10-01T04:02:27.078Z] Step 3/27 : WORKDIR /edgex-go [2020-10-01T04:02:27.078Z] ---> Using cache [2020-10-01T04:02:27.078Z] ---> 8089d4cca000 [2020-10-01T04:02:27.078Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:02:27.078Z] ---> Using cache [2020-10-01T04:02:27.078Z] ---> 92733b9b6b8a [2020-10-01T04:02:27.078Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-01T04:02:27.656Z] ---> Running in 9e894e1bf122 [2020-10-01T04:02:28.003Z] ---> 35cf89d96204 [2020-10-01T04:02:28.003Z] Step 6/7 : COPY go.mod . [2020-10-01T04:02:28.276Z] ---> b937f0b3ac55 [2020-10-01T04:02:28.276Z] Step 7/7 : RUN go mod download [2020-10-01T04:02:28.548Z] ---> Running in 52c2d31b6cbb [2020-10-01T04:02:28.635Z] ---> fe5570847fc2 [2020-10-01T04:02:28.635Z] Step 7/22 : RUN go mod download [2020-10-01T04:02:28.635Z] ---> Running in a4401a99205a [2020-10-01T04:02:29.222Z] ---> Running in 5ea82b11f130 [2020-10-01T04:02:30.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:02:31.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:02:31.872Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:02:31.872Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:02:31.872Z] OK: 12752 distinct packages available [2020-10-01T04:02:32.465Z] OK: 233 MiB in 51 packages [2020-10-01T04:02:33.077Z] Removing intermediate container 9e894e1bf122 [2020-10-01T04:02:33.077Z] ---> 56e573b1963e [2020-10-01T04:02:33.077Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T04:02:34.549Z] ---> Running in f1847e40a995 [2020-10-01T04:02:34.825Z] Removing intermediate container 5ea82b11f130 [2020-10-01T04:02:34.825Z] ---> 74b8a65d7775 [2020-10-01T04:02:34.825Z] Step 8/22 : COPY . . [2020-10-01T04:02:35.094Z] Removing intermediate container f1847e40a995 [2020-10-01T04:02:35.094Z] ---> f903ff725b1d [2020-10-01T04:02:35.094Z] Step 24/26 : LABEL arch=x86_64 [2020-10-01T04:02:35.371Z] ---> Running in cd90920d3a20 [2020-10-01T04:02:35.371Z] Removing intermediate container a4401a99205a [2020-10-01T04:02:35.371Z] ---> ccc1ca0ba070 [2020-10-01T04:02:35.371Z] Step 6/27 : COPY go.mod . [2020-10-01T04:02:37.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:02:37.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:02:37.986Z] ---> 3dd0e10c27ae [2020-10-01T04:02:37.986Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T04:02:37.986Z] ---> Using cache [2020-10-01T04:02:37.986Z] ---> 8089d4cca000 [2020-10-01T04:02:37.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:02:37.986Z] ---> Using cache [2020-10-01T04:02:37.986Z] ---> 92733b9b6b8a [2020-10-01T04:02:37.986Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T04:02:37.986Z] ---> Using cache [2020-10-01T04:02:37.986Z] ---> cf28a9041083 [2020-10-01T04:02:37.986Z] Step 6/22 : COPY go.mod . [2020-10-01T04:02:37.986Z] ---> Using cache [2020-10-01T04:02:37.986Z] ---> e583ef0aae64 [2020-10-01T04:02:37.986Z] Step 7/22 : RUN go mod download [2020-10-01T04:02:37.986Z] ---> Using cache [2020-10-01T04:02:37.986Z] ---> 280e542312db [2020-10-01T04:02:37.986Z] Step 8/22 : COPY . . [2020-10-01T04:02:37.986Z] ---> Using cache [2020-10-01T04:02:37.986Z] ---> f10d0097a4b0 [2020-10-01T04:02:37.986Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-01T04:02:41.450Z] ---> Running in c1ea8de15bfa [2020-10-01T04:02:41.450Z] ---> 7ec247974d59 [2020-10-01T04:02:41.450Z] Step 7/27 : RUN go mod download [2020-10-01T04:02:41.450Z] Removing intermediate container cd90920d3a20 [2020-10-01T04:02:41.450Z] ---> 7f3c17bfa590 [2020-10-01T04:02:41.450Z] Step 25/26 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:02:43.631Z] ---> Running in 78d843aa7d8b [2020-10-01T04:02:43.631Z] ---> Running in b7836cc5d9df [2020-10-01T04:02:47.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/core-command/core-command ./cmd/core-command [2020-10-01T04:02:48.130Z] Removing intermediate container b7836cc5d9df [2020-10-01T04:02:48.130Z] ---> 9f67a5311988 [2020-10-01T04:02:48.130Z] Step 26/26 : LABEL version=1.2.2-dev.40 [2020-10-01T04:02:49.561Z] ---> Running in a69df97c6b89 [2020-10-01T04:02:49.831Z] ---> b9223fac28e9 [2020-10-01T04:02:49.831Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-01T04:02:50.109Z] Removing intermediate container a69df97c6b89 [2020-10-01T04:02:50.109Z] ---> 105baa8dcfe0 [2020-10-01T04:02:50.109Z] [2020-10-01T04:02:50.109Z] ---> Running in 62f55303a0cd [2020-10-01T04:02:50.109Z] Successfully built 105baa8dcfe0 [2020-10-01T04:02:50.372Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-01T04:02:50.372Z] Building docker-support-notifications-go [2020-10-01T04:02:52.946Z]  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-01T04:02:54.365Z] Removing intermediate container 78d843aa7d8b [2020-10-01T04:02:54.365Z] ---> fdf996aa6d05 [2020-10-01T04:02:54.365Z] Step 8/27 : COPY . . [2020-10-01T04:02:55.363Z] Removing intermediate container 52c2d31b6cbb [2020-10-01T04:02:55.363Z] ---> b0729f8bcfc2 [2020-10-01T04:02:55.363Z] Successfully built b0729f8bcfc2 [2020-10-01T04:02:55.363Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:02:55.782Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T04:02:55.782Z] . [Pipeline] withDockerContainer [2020-10-01T04:02:56.026Z] prd-ubuntu18.04-docker-arm64-4c-16g-2720 does not seem to be running inside a container [2020-10-01T04:02:56.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:02:58.128Z] $ docker top dc2292a865e90b6dcaeda4587fab6620eb4650c880f190b3cd31303b1fad797e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T04:02:59.628Z] + go version [2020-10-01T04:02:59.628Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-01T04:02:59.661Z] $ docker stop --time=1 dc2292a865e90b6dcaeda4587fab6620eb4650c880f190b3cd31303b1fad797e [2020-10-01T04:03:01.549Z] $ docker rm -f dc2292a865e90b6dcaeda4587fab6620eb4650c880f190b3cd31303b1fad797e [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-01T04:03:02.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T04:03:03.183Z] [2020-10-01T04:03:03.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:03:03.570Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T04:03:03.570Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-01T04:03:03.570Z] 29e5d40040c1: Pulling fs layer [2020-10-01T04:03:03.570Z] 1ce36da41761: Pulling fs layer [2020-10-01T04:03:03.570Z] 25b303627fd3: Pulling fs layer [2020-10-01T04:03:03.844Z] 29e5d40040c1: Verifying Checksum [2020-10-01T04:03:03.844Z] 29e5d40040c1: Download complete [2020-10-01T04:03:04.442Z] 29e5d40040c1: Pull complete [2020-10-01T04:03:04.719Z] 1ce36da41761: Verifying Checksum [2020-10-01T04:03:04.719Z] 1ce36da41761: Download complete [2020-10-01T04:03:06.155Z] 1ce36da41761: Pull complete [2020-10-01T04:03:06.428Z] 25b303627fd3: Verifying Checksum [2020-10-01T04:03:06.428Z] 25b303627fd3: Download complete [2020-10-01T04:03:12.635Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:03:12.635Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:03:12.635Z] ---> 3dd0e10c27ae [2020-10-01T04:03:12.635Z] Step 3/24 : WORKDIR /edgex-go [2020-10-01T04:03:12.635Z] ---> Using cache [2020-10-01T04:03:12.635Z] ---> 8089d4cca000 [2020-10-01T04:03:12.635Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:03:12.635Z] ---> Using cache [2020-10-01T04:03:12.635Z] ---> 92733b9b6b8a [2020-10-01T04:03:12.635Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-01T04:03:14.039Z] ---> Running in 52bead4618ff [2020-10-01T04:03:16.581Z] 25b303627fd3: Pull complete [2020-10-01T04:03:16.581Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-01T04:03:16.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T04:03:16.581Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-01T04:03:16.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:16.621Z] Removing intermediate container afb24baa5ccc [2020-10-01T04:03:16.621Z] ---> aa90e9704aba [2020-10-01T04:03:16.621Z] [2020-10-01T04:03:16.621Z] Step 10/23 : FROM alpine [2020-10-01T04:03:16.621Z] ---> a24bb4013296 [2020-10-01T04:03:16.621Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:03:16.803Z] prd-ubuntu18.04-docker-arm64-4c-16g-2720 does not seem to be running inside a container [2020-10-01T04:03:16.889Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:03:17.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:17.225Z] ---> Running in 507de1921f1e [2020-10-01T04:03:17.225Z] ---> 14ad85774cca [2020-10-01T04:03:17.225Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-01T04:03:17.532Z] ---> Running in ebdfac7830c5 [2020-10-01T04:03:17.800Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:03:17.800Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:03:17.800Z] OK: 12752 distinct packages available [2020-10-01T04:03:17.800Z] Removing intermediate container 507de1921f1e [2020-10-01T04:03:17.800Z] ---> 36fc994e19f6 [2020-10-01T04:03:17.800Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-01T04:03:18.069Z] OK: 233 MiB in 51 packages [2020-10-01T04:03:18.069Z] ---> Running in 8c519fccdcf0 [2020-10-01T04:03:18.336Z] Removing intermediate container 8c519fccdcf0 [2020-10-01T04:03:18.336Z] ---> 15a8e29b2d93 [2020-10-01T04:03:18.336Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-01T04:03:18.336Z] ---> Running in 451344b52551 [2020-10-01T04:03:18.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-01T04:03:18.603Z] Removing intermediate container 451344b52551 [2020-10-01T04:03:18.603Z] ---> 47c2f6b0e340 [2020-10-01T04:03:18.603Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:03:19.553Z] ---> Running in 497195f4e09b [2020-10-01T04:03:20.185Z] $ docker top f88f4e313d7a2c2404151a57fbc3c97d5c50dc445dea4083fed50cd8d8529cc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T04:03:20.962Z] Removing intermediate container 52bead4618ff [2020-10-01T04:03:20.962Z] ---> 8b7a0078ccc0 [2020-10-01T04:03:20.962Z] Step 6/24 : COPY go.mod . [2020-10-01T04:03:21.552Z] Removing intermediate container 62f55303a0cd [2020-10-01T04:03:21.552Z] ---> 1611a8f9f64e [2020-10-01T04:03:21.552Z] [2020-10-01T04:03:21.552Z] Step 10/22 : FROM scratch [2020-10-01T04:03:21.552Z] ---> [2020-10-01T04:03:21.552Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T04:03:21.601Z] + docker-compose build --help [2020-10-01T04:03:21.601Z] + grep parallel [2020-10-01T04:03:21.830Z] Removing intermediate container c1ea8de15bfa [2020-10-01T04:03:21.831Z] ---> 2771b19dcb00 [2020-10-01T04:03:21.831Z] [2020-10-01T04:03:21.831Z] Step 10/22 : FROM scratch [2020-10-01T04:03:21.831Z] ---> [2020-10-01T04:03:21.831Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:03:22.437Z] ---> Using cache [2020-10-01T04:03:22.437Z] ---> 45c2887cfc3a [2020-10-01T04:03:22.437Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-01T04:03:22.709Z] ---> 13bb59c737fd [2020-10-01T04:03:22.709Z] Step 7/24 : RUN go mod download [2020-10-01T04:03:23.697Z] ---> Running in 0a38abeb5c48 [2020-10-01T04:03:23.697Z] ---> Running in b015bdcff184 [2020-10-01T04:03:23.697Z] ---> Running in 7da6035b1842 [2020-10-01T04:03:23.988Z] Removing intermediate container 0a38abeb5c48 [2020-10-01T04:03:23.988Z] ---> a18a8da2e1d9 [2020-10-01T04:03:23.988Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-01T04:03:24.277Z] Removing intermediate container b015bdcff184 [2020-10-01T04:03:24.277Z] ---> cca09c5b31ed [2020-10-01T04:03:24.277Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T04:03:24.277Z] ---> Running in 5459bc9da46e [2020-10-01T04:03:24.560Z] ---> Running in f59924d95df1 [2020-10-01T04:03:24.560Z] Removing intermediate container 497195f4e09b [2020-10-01T04:03:24.560Z] ---> 0869eeb154d5 [2020-10-01T04:03:24.560Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-01T04:03:24.560Z] Removing intermediate container 5459bc9da46e [2020-10-01T04:03:24.560Z] ---> 0ccabb9f1c86 [2020-10-01T04:03:24.560Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T04:03:24.826Z] ---> Running in e071bcc35207 [2020-10-01T04:03:24.826Z] ---> Running in 4c2ddda7a97d [2020-10-01T04:03:24.826Z] Removing intermediate container f59924d95df1 [2020-10-01T04:03:24.826Z] ---> 9075f339d4c1 [2020-10-01T04:03:24.826Z] Step 14/22 : WORKDIR / [2020-10-01T04:03:24.976Z] --parallel Build images in parallel. [Pipeline] } [2020-10-01T04:03:25.010Z] $ docker stop --time=1 f88f4e313d7a2c2404151a57fbc3c97d5c50dc445dea4083fed50cd8d8529cc3 [2020-10-01T04:03:25.102Z] ---> Running in f9893f027147 [2020-10-01T04:03:25.103Z] Removing intermediate container 4c2ddda7a97d [2020-10-01T04:03:25.103Z] ---> 9ef82d42c4dd [2020-10-01T04:03:25.103Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-01T04:03:25.371Z] Removing intermediate container f9893f027147 [2020-10-01T04:03:25.371Z] ---> d87da60893f0 [2020-10-01T04:03:25.371Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-01T04:03:25.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:25.650Z] ---> b18336f90849 [2020-10-01T04:03:25.650Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-01T04:03:25.920Z] ---> 1f74ce7bf0cc [2020-10-01T04:03:25.920Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-01T04:03:26.192Z] ---> eeb005f89ae1 [2020-10-01T04:03:26.192Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-01T04:03:26.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:26.766Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-01T04:03:26.919Z] $ docker rm -f f88f4e313d7a2c2404151a57fbc3c97d5c50dc445dea4083fed50cd8d8529cc3 [2020-10-01T04:03:27.029Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-01T04:03:27.029Z] (3/5) Installing libstdc++ (9.3.0-r2) [Pipeline] // withDockerContainer [2020-10-01T04:03:27.295Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-01T04:03:27.295Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-01T04:03:27.295Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:03:27.295Z] OK: 8 MiB in 19 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:03:27.562Z] ---> 4e24b434bdb2 [2020-10-01T04:03:27.562Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-01T04:03:27.562Z] Removing intermediate container 7da6035b1842 [2020-10-01T04:03:27.562Z] ---> 2e6cc402be86 [2020-10-01T04:03:27.562Z] Step 8/24 : COPY . . [2020-10-01T04:03:27.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-01T04:03:27.791Z] . [Pipeline] withDockerContainer [2020-10-01T04:03:27.836Z] ---> b45e299aa80c [2020-10-01T04:03:27.836Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-01T04:03:28.037Z] prd-ubuntu18.04-docker-arm64-4c-16g-2720 does not seem to be running inside a container [2020-10-01T04:03:28.133Z] $ 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/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:03:29.293Z] ---> bf21886f25fc [2020-10-01T04:03:29.293Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-01T04:03:29.513Z] $ docker top 3c642bfe9dce6bd5f0b63661ebbde983f6b3f910c6503c45c95c756d59c2ff67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T04:03:30.525Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-01T04:03:31.856Z] ---> 3cd83b901d8b [2020-10-01T04:03:31.856Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-01T04:03:32.818Z] ---> Running in fe76be26b18d [2020-10-01T04:03:33.395Z] Removing intermediate container e071bcc35207 [2020-10-01T04:03:33.395Z] ---> dcc47d614d05 [2020-10-01T04:03:33.395Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-01T04:03:33.395Z] ---> Running in ad6129987216 [2020-10-01T04:03:33.907Z] Building docker-core-command-go ... [2020-10-01T04:03:33.907Z] Building docker-core-data-go ... [2020-10-01T04:03:33.907Z] Building docker-core-metadata-go ... [2020-10-01T04:03:33.907Z] Building docker-security-proxy-setup-go ... [2020-10-01T04:03:33.907Z] Building docker-security-secrets-setup-go ... [2020-10-01T04:03:33.907Z] Building docker-security-secretstore-setup-go ... [2020-10-01T04:03:33.907Z] Building docker-support-logging-go ... [2020-10-01T04:03:33.907Z] Building docker-support-notifications-go ... [2020-10-01T04:03:33.907Z] Building docker-support-scheduler-go ... [2020-10-01T04:03:33.907Z] Building docker-sys-mgmt-agent-go ... [2020-10-01T04:03:33.907Z] Building docker-core-metadata-go [2020-10-01T04:03:33.907Z] Building docker-support-scheduler-go [2020-10-01T04:03:33.907Z] Building docker-security-proxy-setup-go [2020-10-01T04:03:33.907Z] Building docker-core-data-go [2020-10-01T04:03:33.907Z] Building docker-security-secrets-setup-go [2020-10-01T04:03:37.849Z] Removing intermediate container fe76be26b18d [2020-10-01T04:03:37.849Z] ---> f02690c19533 [2020-10-01T04:03:37.849Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:03:38.426Z] ---> 6a7e760e4ff1 [2020-10-01T04:03:38.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-01T04:03:38.690Z] ---> Running in a9c2988528b6 [2020-10-01T04:03:38.690Z] Removing intermediate container ad6129987216 [2020-10-01T04:03:38.690Z] ---> 9f7656a88084 [2020-10-01T04:03:38.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:03:38.690Z] ---> Running in 7b1956aca4ba [2020-10-01T04:03:38.690Z] ---> c17b2d43db02 [2020-10-01T04:03:38.690Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-01T04:03:38.954Z] ---> Running in 67090512898b [2020-10-01T04:03:39.222Z] Removing intermediate container a9c2988528b6 [2020-10-01T04:03:39.222Z] ---> 01a1b661f5cf [2020-10-01T04:03:39.222Z] Step 20/22 : LABEL arch=x86_64 [2020-10-01T04:03:39.222Z] Removing intermediate container 7b1956aca4ba [2020-10-01T04:03:39.222Z] ---> da4a07adf7fd [2020-10-01T04:03:39.222Z] Step 20/22 : LABEL arch=x86_64 [2020-10-01T04:03:39.820Z] ---> Running in 7b7c76e9c431 [2020-10-01T04:03:39.820Z] ---> Running in dba97f05d8b1 [2020-10-01T04:03:40.772Z] ---> 8dd2e964bfce [2020-10-01T04:03:40.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-01T04:03:40.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-01T04:03:40.772Z] Removing intermediate container 7b7c76e9c431 [2020-10-01T04:03:40.772Z] ---> f5b31286999d [2020-10-01T04:03:40.772Z] Step 21/22 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:03:40.772Z] Removing intermediate container dba97f05d8b1 [2020-10-01T04:03:40.772Z] ---> 3a5d2c734212 [2020-10-01T04:03:40.772Z] Step 21/22 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:03:40.772Z] Removing intermediate container ebdfac7830c5 [2020-10-01T04:03:40.772Z] ---> e08b7e4d160e [2020-10-01T04:03:40.772Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-01T04:03:41.042Z] ---> Running in f30c8620810d [2020-10-01T04:03:41.042Z] ---> Running in 227833fd9057 [2020-10-01T04:03:41.042Z] ---> Running in 9611f03e4d49 [2020-10-01T04:03:41.042Z] ---> 604d5279d4e4 [2020-10-01T04:03:41.042Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-01T04:03:41.640Z] ---> Running in 6bdda1443912 [2020-10-01T04:03:41.641Z] Removing intermediate container f30c8620810d [2020-10-01T04:03:41.641Z] ---> 54c2f792c9de [2020-10-01T04:03:41.641Z] Step 22/22 : LABEL version=1.2.2-dev.40 [2020-10-01T04:03:41.641Z] Removing intermediate container 227833fd9057 [2020-10-01T04:03:41.641Z] ---> 361934e36fc1 [2020-10-01T04:03:41.641Z] Step 22/22 : LABEL version=1.2.2-dev.40 [2020-10-01T04:03:41.912Z] ---> Running in c83c72d7ebd4 [2020-10-01T04:03:41.912Z] ---> Running in 53af3e5de9b1 [2020-10-01T04:03:41.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-01T04:03:41.912Z] Removing intermediate container 6bdda1443912 [2020-10-01T04:03:41.912Z] ---> 8e7f107b9f72 [2020-10-01T04:03:41.912Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:03:42.200Z] ---> Running in 7f684bcf3c75 [2020-10-01T04:03:42.200Z] Removing intermediate container 53af3e5de9b1 [2020-10-01T04:03:42.200Z] ---> e8d69d0586d5 [2020-10-01T04:03:42.200Z] [2020-10-01T04:03:42.200Z] Removing intermediate container c83c72d7ebd4 [2020-10-01T04:03:42.200Z] ---> 3011c026bbc7 [2020-10-01T04:03:42.200Z] [2020-10-01T04:03:43.174Z] Successfully built 3011c026bbc7 [2020-10-01T04:03:43.174Z] Successfully built e8d69d0586d5 [2020-10-01T04:03:43.174Z] Successfully tagged docker-core-command-go:latest [2020-10-01T04:03:43.174Z]  Building docker-core-command-go ... done Removing intermediate container 7f684bcf3c75 [2020-10-01T04:03:43.174Z] ---> d984b27717d6 [2020-10-01T04:03:43.174Z] Step 21/23 : LABEL arch=x86_64 [2020-10-01T04:03:43.174Z] Successfully tagged docker-support-logging-go:latest [2020-10-01T04:03:43.455Z]  Building docker-support-logging-go ... done  ---> Running in 82c2bac9af76 [2020-10-01T04:03:43.741Z] Removing intermediate container 82c2bac9af76 [2020-10-01T04:03:43.741Z] ---> 93a94bb402e8 [2020-10-01T04:03:43.741Z] Step 22/23 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:03:43.741Z] ---> Running in 6a0a5a0523a6 [2020-10-01T04:03:44.022Z] Removing intermediate container 6a0a5a0523a6 [2020-10-01T04:03:44.022Z] ---> 8d89f6bbd056 [2020-10-01T04:03:44.022Z] Step 23/23 : LABEL version=1.2.2-dev.40 [2020-10-01T04:03:44.022Z] ---> Running in 0242431f801d [2020-10-01T04:03:44.292Z] Removing intermediate container 9611f03e4d49 [2020-10-01T04:03:44.292Z] ---> 1f3107953f47 [2020-10-01T04:03:44.292Z] [2020-10-01T04:03:44.292Z] Step 11/27 : FROM docker:latest [2020-10-01T04:03:44.292Z] ---> 809cc4dba987 [2020-10-01T04:03:44.292Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-01T04:03:44.561Z] Removing intermediate container 0242431f801d [2020-10-01T04:03:44.561Z] ---> 88cad7dddd7b [2020-10-01T04:03:44.561Z] [2020-10-01T04:03:44.561Z] ---> Running in b574b5e8f3b3 [2020-10-01T04:03:45.172Z] Successfully built 88cad7dddd7b [2020-10-01T04:03:45.172Z] Successfully tagged docker-core-data-go:latest [2020-10-01T04:03:45.810Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:45.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:46.091Z] (1/2) Installing readline (8.0.4-r0) [2020-10-01T04:03:46.091Z] (2/2) Installing bash (5.0.17-r0) [2020-10-01T04:03:46.091Z] Executing bash-5.0.17-r0.post-install [2020-10-01T04:03:46.091Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:03:46.091Z] OK: 12 MiB in 22 packages [2020-10-01T04:03:47.110Z] Removing intermediate container b574b5e8f3b3 [2020-10-01T04:03:47.110Z] ---> 0ba41df86b84 [2020-10-01T04:03:47.110Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-01T04:03:47.110Z] ---> Running in a7494b291e2f [2020-10-01T04:03:48.516Z] Removing intermediate container a7494b291e2f [2020-10-01T04:03:48.516Z] ---> 3cbea15603a0 [2020-10-01T04:03:48.516Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-01T04:03:48.783Z] ---> Running in c12ef063b2d8 [2020-10-01T04:03:49.059Z] Removing intermediate container c12ef063b2d8 [2020-10-01T04:03:49.059Z] ---> 1c7cce14aa0d [2020-10-01T04:03:49.059Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-01T04:03:49.059Z] ---> Running in cc38b97ddc43 [2020-10-01T04:03:49.333Z] Removing intermediate container cc38b97ddc43 [2020-10-01T04:03:49.333Z] ---> 6f2eca624963 [2020-10-01T04:03:49.333Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-01T04:03:49.602Z] ---> Running in e68764f5c223 [2020-10-01T04:03:49.873Z] Removing intermediate container e68764f5c223 [2020-10-01T04:03:49.873Z] ---> cc5392f2ea0d [2020-10-01T04:03:49.873Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-01T04:03:50.507Z] ---> 688daf731616 [2020-10-01T04:03:50.507Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-01T04:03:50.836Z] ---> b4d8e8f7cb74 [2020-10-01T04:03:50.836Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-01T04:03:51.476Z] ---> 7ca38c8006dc [2020-10-01T04:03:51.476Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-01T04:03:51.737Z] ---> Running in 5cc0cebe1993 [2020-10-01T04:03:52.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:52.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:03:52.583Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-01T04:03:52.583Z] (2/33) Installing expat (2.2.9-r1) [2020-10-01T04:03:52.583Z] (3/33) Installing libffi (3.3-r2) [2020-10-01T04:03:52.583Z] (4/33) Installing gdbm (1.13-r1) [2020-10-01T04:03:52.583Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-01T04:03:52.583Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-01T04:03:52.583Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-01T04:03:59.182Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-01T04:03:59.182Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-01T04:03:59.182Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-01T04:03:59.182Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-01T04:03:59.182Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-01T04:03:59.182Z] Removing intermediate container 67090512898b [2020-10-01T04:03:59.182Z] ---> 72f455c2bfa9 [2020-10-01T04:03:59.182Z] [2020-10-01T04:03:59.182Z] Step 10/24 : FROM scratch [2020-10-01T04:03:59.182Z] ---> [2020-10-01T04:03:59.182Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T04:03:59.182Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-01T04:03:59.182Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-01T04:03:59.182Z] ---> Using cache [2020-10-01T04:03:59.182Z] ---> a18a8da2e1d9 [2020-10-01T04:03:59.182Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-01T04:03:59.182Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-01T04:03:59.182Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-01T04:03:59.444Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-01T04:03:59.706Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-01T04:03:59.706Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-01T04:03:59.706Z] ---> Running in a4bf061e3fe2 [2020-10-01T04:03:59.706Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-01T04:03:59.706Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-01T04:03:59.706Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-01T04:03:59.706Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-01T04:03:59.706Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-01T04:03:59.706Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-01T04:03:59.706Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-01T04:03:59.706Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-01T04:03:59.706Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-01T04:03:59.706Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-01T04:03:59.706Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-01T04:03:59.706Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-01T04:03:59.706Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-01T04:03:59.706Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-01T04:04:01.097Z] Removing intermediate container a4bf061e3fe2 [2020-10-01T04:04:01.097Z] ---> 6373c9ad4f99 [2020-10-01T04:04:01.097Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-01T04:04:01.097Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:04:01.097Z] OK: 71 MiB in 55 packages [2020-10-01T04:04:01.361Z] ---> Running in 321aa76ccd8f [2020-10-01T04:04:01.630Z] Removing intermediate container 321aa76ccd8f [2020-10-01T04:04:01.630Z] ---> b4c0c13d227e [2020-10-01T04:04:01.630Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-01T04:04:02.217Z] ---> 6ab3903c91ae [2020-10-01T04:04:02.217Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-01T04:04:07.527Z] ---> abf0acd58e1d [2020-10-01T04:04:07.527Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-01T04:04:07.527Z] Removing intermediate container 5cc0cebe1993 [2020-10-01T04:04:07.527Z] ---> f17a8959e814 [2020-10-01T04:04:07.527Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-01T04:04:07.527Z] ---> Running in fa8d7437ab8d [2020-10-01T04:04:07.527Z] ---> ad2f13e22fb0 [2020-10-01T04:04:07.527Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-01T04:04:07.527Z] ---> e2c697612fa8 [2020-10-01T04:04:07.527Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-01T04:04:08.102Z] ---> 04f2f784f26c [2020-10-01T04:04:08.102Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-01T04:04:08.364Z] ---> 84165e711471 [2020-10-01T04:04:08.364Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-01T04:04:08.626Z] ---> Running in b0987287f753 [2020-10-01T04:04:08.626Z] Collecting docker-compose==1.23.2 [2020-10-01T04:04:08.626Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-01T04:04:08.626Z] Removing intermediate container b0987287f753 [2020-10-01T04:04:08.626Z] ---> 082e9ae99b4f [2020-10-01T04:04:08.626Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:04:08.889Z] ---> Running in 65b8f56200bb [2020-10-01T04:04:08.889Z] Collecting PyYAML<4,>=3.10 [2020-10-01T04:04:08.889Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-01T04:04:08.889Z] Removing intermediate container 65b8f56200bb [2020-10-01T04:04:08.889Z] ---> 05b912ba6e1b [2020-10-01T04:04:08.889Z] Step 22/24 : LABEL arch=x86_64 [2020-10-01T04:04:08.889Z] ---> Running in 4543f71223f9 [2020-10-01T04:04:10.280Z] Removing intermediate container 4543f71223f9 [2020-10-01T04:04:10.280Z] ---> c34819a7773b [2020-10-01T04:04:10.280Z] Step 23/24 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:10.280Z] Collecting docopt<0.7,>=0.6.1 [2020-10-01T04:04:10.281Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-01T04:04:10.281Z] ---> Running in ef953d5e0f0e [2020-10-01T04:04:10.542Z] Removing intermediate container ef953d5e0f0e [2020-10-01T04:04:10.542Z] ---> 70e90e06cd51 [2020-10-01T04:04:10.542Z] Step 24/24 : LABEL version=1.2.2-dev.40 [2020-10-01T04:04:10.542Z] ---> Running in b8f4bdc2f1f0 [2020-10-01T04:04:10.804Z] 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-01T04:04:10.804Z] Removing intermediate container b8f4bdc2f1f0 [2020-10-01T04:04:10.804Z] ---> 3f1f93b73663 [2020-10-01T04:04:10.804Z] [2020-10-01T04:04:10.804Z] Collecting jsonschema<3,>=2.5.1 [2020-10-01T04:04:10.804Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-01T04:04:11.065Z] Successfully built 3f1f93b73663 [2020-10-01T04:04:11.065Z] Successfully tagged docker-support-notifications-go:latest [2020-10-01T04:04:11.065Z]  Building docker-support-notifications-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-01T04:04:11.065Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-01T04:04:11.326Z] Collecting docker<4.0,>=3.6.0 [2020-10-01T04:04:11.326Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-01T04:04:11.587Z] Collecting texttable<0.10,>=0.9.0 [2020-10-01T04:04:11.587Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-01T04:04:12.160Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-01T04:04:12.160Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-01T04:04:12.160Z] Collecting cached-property<2,>=1.2.0 [2020-10-01T04:04:12.160Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-01T04:04:12.160Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-01T04:04:12.160Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-01T04:04:12.732Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-01T04:04:12.732Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-01T04:04:12.732Z] 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-01T04:04:12.998Z] Collecting idna<2.8,>=2.5 [2020-10-01T04:04:12.998Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-01T04:04:12.998Z] 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-01T04:04:12.998Z] Collecting docker-pycreds>=0.4.0 [2020-10-01T04:04:12.998Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-01T04:04:12.998Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-01T04:04:12.998Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-01T04:04:12.998Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-01T04:04:12.998Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-01T04:04:13.259Z] Installing collected packages: PyYAML, docopt, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, cached-property, dockerpty, docker-compose [2020-10-01T04:04:13.259Z] Running setup.py install for PyYAML: started [2020-10-01T04:04:13.833Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-01T04:04:13.833Z] Running setup.py install for docopt: started [2020-10-01T04:04:14.094Z] Running setup.py install for docopt: finished with status 'done' [2020-10-01T04:04:14.356Z] Attempting uninstall: urllib3 [2020-10-01T04:04:14.356Z] Found existing installation: urllib3 1.25.9 [2020-10-01T04:04:14.356Z] Uninstalling urllib3-1.25.9: [2020-10-01T04:04:14.356Z] Successfully uninstalled urllib3-1.25.9 [2020-10-01T04:04:14.618Z] Attempting uninstall: idna [2020-10-01T04:04:14.619Z] Found existing installation: idna 2.9 [2020-10-01T04:04:14.619Z] Uninstalling idna-2.9: [2020-10-01T04:04:14.619Z] Successfully uninstalled idna-2.9 [2020-10-01T04:04:14.880Z] Attempting uninstall: requests [2020-10-01T04:04:14.880Z] Found existing installation: requests 2.23.0 [2020-10-01T04:04:14.880Z] Uninstalling requests-2.23.0: [2020-10-01T04:04:14.880Z] Successfully uninstalled requests-2.23.0 [2020-10-01T04:04:15.454Z] Running setup.py install for texttable: started [2020-10-01T04:04:15.716Z] Running setup.py install for texttable: finished with status 'done' [2020-10-01T04:04:15.716Z] Running setup.py install for dockerpty: started [2020-10-01T04:04:16.290Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-01T04:04:16.551Z] 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-01T04:04:19.859Z] Removing intermediate container fa8d7437ab8d [2020-10-01T04:04:19.859Z] ---> 2108241928fa [2020-10-01T04:04:19.859Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-01T04:04:20.123Z] ---> Running in acc28124aedf [2020-10-01T04:04:20.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T04:04:20.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T04:04:20.906Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T04:04:20.906Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-01T04:04:20.906Z] (3/3) Installing curl (7.69.1-r1) [2020-10-01T04:04:20.906Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:04:20.906Z] OK: 72 MiB in 58 packages [2020-10-01T04:04:21.478Z] Removing intermediate container acc28124aedf [2020-10-01T04:04:21.478Z] ---> abded01b204d [2020-10-01T04:04:21.478Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-01T04:04:21.478Z] ---> Running in a76b9e3faaf9 [2020-10-01T04:04:21.478Z] Removing intermediate container a76b9e3faaf9 [2020-10-01T04:04:21.478Z] ---> b4ed36626879 [2020-10-01T04:04:21.478Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:04:21.478Z] ---> Running in 1657526a7af3 [2020-10-01T04:04:21.745Z] Removing intermediate container 1657526a7af3 [2020-10-01T04:04:21.745Z] ---> 5ba627ae2093 [2020-10-01T04:04:21.745Z] Step 25/27 : LABEL arch=x86_64 [2020-10-01T04:04:21.745Z] ---> Running in 5c263fb951ca [2020-10-01T04:04:22.006Z] Removing intermediate container 5c263fb951ca [2020-10-01T04:04:22.006Z] ---> a1e4aa368f82 [2020-10-01T04:04:22.006Z] Step 26/27 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:22.006Z] ---> Running in 74bca51e392f [2020-10-01T04:04:22.267Z] Removing intermediate container 74bca51e392f [2020-10-01T04:04:22.267Z] ---> 0d5e77f27b81 [2020-10-01T04:04:22.267Z] Step 27/27 : LABEL version=1.2.2-dev.40 [2020-10-01T04:04:22.267Z] ---> Running in 667e6f47af63 [2020-10-01T04:04:22.529Z] Removing intermediate container 667e6f47af63 [2020-10-01T04:04:22.529Z] ---> 4cf8d1252f50 [2020-10-01T04:04:22.529Z] [2020-10-01T04:04:22.529Z] Successfully built 4cf8d1252f50 [2020-10-01T04:04:22.529Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-01T04:04:22.799Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-01T04:04:22.823Z] $ docker stop --time=1 56bb10adaaa8617e72ae39e972c0579b92204dc178bfb6643830bc841969cf61 [2020-10-01T04:04:24.467Z] $ docker rm -f 56bb10adaaa8617e72ae39e972c0579b92204dc178bfb6643830bc841969cf61 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:04:24.994Z] + docker images [2020-10-01T04:04:24.994Z] + grep docker [2020-10-01T04:04:24.994Z] docker-sys-mgmt-agent-go latest 4cf8d1252f50 2 seconds ago 290MB [2020-10-01T04:04:24.994Z] docker-support-notifications-go latest 3f1f93b73663 14 seconds ago 13.6MB [2020-10-01T04:04:24.994Z] docker-core-data-go latest 88cad7dddd7b 40 seconds ago 23.6MB [2020-10-01T04:04:24.994Z] docker-core-command-go latest 3011c026bbc7 42 seconds ago 12.2MB [2020-10-01T04:04:24.994Z] docker-support-logging-go latest e8d69d0586d5 43 seconds ago 11.1MB [2020-10-01T04:04:24.994Z] docker-security-secretstore-setup-go latest 105baa8dcfe0 About a minute ago 32.4MB [2020-10-01T04:04:24.994Z] docker-core-metadata-go latest bd55f8c73bd7 2 minutes ago 14.1MB [2020-10-01T04:04:24.994Z] docker-support-scheduler-go latest 3d9cd5bbb0d0 2 minutes ago 12.3MB [2020-10-01T04:04:24.994Z] docker-security-proxy-setup-go latest da6618aba15c 2 minutes ago 15.8MB [2020-10-01T04:04:24.994Z] docker-security-secrets-setup-go latest 32ed7753c86c 2 minutes ago 24MB [2020-10-01T04:04:24.994Z] docker latest 809cc4dba987 13 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-01T04:04:25.572Z] provisioning config files... [2020-10-01T04:04:25.619Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/155@tmp/config524533332176285406tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:04:26.040Z] ---> docker-login.sh [2020-10-01T04:04:26.040Z] nexus3.edgexfoundry.org:10001 [2020-10-01T04:04:26.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:04:26.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:04:26.300Z] Configure a credential helper to remove this warning. See [2020-10-01T04:04:26.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:04:26.301Z] [2020-10-01T04:04:26.301Z] Login Succeeded [2020-10-01T04:04:26.301Z] nexus3.edgexfoundry.org:10002 [2020-10-01T04:04:26.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:04:26.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:04:26.562Z] Configure a credential helper to remove this warning. See [2020-10-01T04:04:26.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:04:26.562Z] [2020-10-01T04:04:26.562Z] Login Succeeded [2020-10-01T04:04:26.562Z] nexus3.edgexfoundry.org:10003 [2020-10-01T04:04:26.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:04:26.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:04:26.562Z] Configure a credential helper to remove this warning. See [2020-10-01T04:04:26.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:04:26.562Z] [2020-10-01T04:04:26.562Z] Login Succeeded [2020-10-01T04:04:26.562Z] nexus3.edgexfoundry.org:10004 [2020-10-01T04:04:26.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:04:26.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:04:26.824Z] Configure a credential helper to remove this warning. See [2020-10-01T04:04:26.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:04:26.824Z] [2020-10-01T04:04:26.824Z] Login Succeeded [2020-10-01T04:04:26.824Z] docker.io [2020-10-01T04:04:27.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:04:27.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:04:27.348Z] Configure a credential helper to remove this warning. See [2020-10-01T04:04:27.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:04:27.348Z] [2020-10-01T04:04:27.348Z] Login Succeeded [2020-10-01T04:04:27.348Z] ---> docker-login.sh ends [Pipeline] } [2020-10-01T04:04:27.360Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:04:28.014Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-01T04:04:28.014Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:28.014Z] 1.2.2-dev.40 [2020-10-01T04:04:28.014Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:28.014Z] master [2020-10-01T04:04:28.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:28.527Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:28.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:28.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T04:04:28.866Z] d3242dbf662f: Preparing [2020-10-01T04:04:28.867Z] 4a9fc7f4c1ab: Preparing [2020-10-01T04:04:28.867Z] b23733c53798: Preparing [2020-10-01T04:04:28.867Z] b23733c53798: Pushed [2020-10-01T04:04:28.867Z] d3242dbf662f: Pushed [2020-10-01T04:04:30.261Z] 4a9fc7f4c1ab: Pushed [2020-10-01T04:04:30.531Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:74e9264022e40cda6fb4118fc96b4db24aa3c139eefbf4eb35f0f09d9889f294 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:30.846Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:31.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.40 [2020-10-01T04:04:31.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T04:04:31.156Z] d3242dbf662f: Preparing [2020-10-01T04:04:31.156Z] 4a9fc7f4c1ab: Preparing [2020-10-01T04:04:31.156Z] b23733c53798: Preparing [2020-10-01T04:04:31.156Z] b23733c53798: Layer already exists [2020-10-01T04:04:31.156Z] d3242dbf662f: Layer already exists [2020-10-01T04:04:31.156Z] 4a9fc7f4c1ab: Layer already exists [2020-10-01T04:04:31.156Z] 1.2.2-dev.40: digest: sha256:74e9264022e40cda6fb4118fc96b4db24aa3c139eefbf4eb35f0f09d9889f294 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:31.471Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:31.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:31.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T04:04:31.779Z] d3242dbf662f: Preparing [2020-10-01T04:04:31.779Z] 4a9fc7f4c1ab: Preparing [2020-10-01T04:04:31.779Z] b23733c53798: Preparing [2020-10-01T04:04:31.779Z] d3242dbf662f: Layer already exists [2020-10-01T04:04:31.779Z] b23733c53798: Layer already exists [2020-10-01T04:04:31.779Z] 4a9fc7f4c1ab: Layer already exists [2020-10-01T04:04:31.779Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:74e9264022e40cda6fb4118fc96b4db24aa3c139eefbf4eb35f0f09d9889f294 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:32.115Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:32.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-01T04:04:32.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-01T04:04:32.482Z] d3242dbf662f: Preparing [2020-10-01T04:04:32.482Z] 4a9fc7f4c1ab: Preparing [2020-10-01T04:04:32.482Z] b23733c53798: Preparing [2020-10-01T04:04:32.482Z] 4a9fc7f4c1ab: Layer already exists [2020-10-01T04:04:32.482Z] d3242dbf662f: Layer already exists [2020-10-01T04:04:32.482Z] b23733c53798: Layer already exists [2020-10-01T04:04:32.482Z] master: digest: sha256:74e9264022e40cda6fb4118fc96b4db24aa3c139eefbf4eb35f0f09d9889f294 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:04:32.698Z] ===================================================== [Pipeline] echo [2020-10-01T04:04:32.744Z] taggedImages: [2020-10-01T04:04:32.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:32.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.40 [2020-10-01T04:04:32.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:32.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-01T04:04:32.820Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-01T04:04:32.820Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:32.820Z] 1.2.2-dev.40 [2020-10-01T04:04:32.820Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:32.820Z] master [2020-10-01T04:04:32.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:33.334Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:33.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:33.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T04:04:33.641Z] 239e1b95594c: Preparing [2020-10-01T04:04:33.641Z] 998305a0d68c: Preparing [2020-10-01T04:04:33.641Z] cac7a2123d07: Preparing [2020-10-01T04:04:33.641Z] 7e8e85788e68: Preparing [2020-10-01T04:04:33.641Z] 5c25e4edb0f1: Preparing [2020-10-01T04:04:33.641Z] 50644c29ef5a: Preparing [2020-10-01T04:04:33.641Z] 50644c29ef5a: Waiting [2020-10-01T04:04:33.641Z] 5c25e4edb0f1: Pushed [2020-10-01T04:04:33.904Z] cac7a2123d07: Pushed [2020-10-01T04:04:33.904Z] 239e1b95594c: Pushed [2020-10-01T04:04:33.904Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:33.904Z] 7e8e85788e68: Pushed [2020-10-01T04:04:35.298Z] 998305a0d68c: Pushed [2020-10-01T04:04:35.561Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:ec7f9cdc4f10ac732557c6b44235d951034e142bb66041df62c7a952ad5f5614 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:35.866Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:36.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.40 [2020-10-01T04:04:36.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T04:04:36.166Z] 239e1b95594c: Preparing [2020-10-01T04:04:36.166Z] 998305a0d68c: Preparing [2020-10-01T04:04:36.166Z] cac7a2123d07: Preparing [2020-10-01T04:04:36.166Z] 7e8e85788e68: Preparing [2020-10-01T04:04:36.166Z] 5c25e4edb0f1: Preparing [2020-10-01T04:04:36.166Z] 50644c29ef5a: Preparing [2020-10-01T04:04:36.166Z] 50644c29ef5a: Waiting [2020-10-01T04:04:36.166Z] 5c25e4edb0f1: Layer already exists [2020-10-01T04:04:36.166Z] cac7a2123d07: Layer already exists [2020-10-01T04:04:36.166Z] 239e1b95594c: Layer already exists [2020-10-01T04:04:36.166Z] 7e8e85788e68: Layer already exists [2020-10-01T04:04:36.166Z] 998305a0d68c: Layer already exists [2020-10-01T04:04:36.166Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:36.166Z] 1.2.2-dev.40: digest: sha256:ec7f9cdc4f10ac732557c6b44235d951034e142bb66041df62c7a952ad5f5614 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:36.474Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:36.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:36.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T04:04:36.773Z] 239e1b95594c: Preparing [2020-10-01T04:04:36.773Z] 998305a0d68c: Preparing [2020-10-01T04:04:36.773Z] cac7a2123d07: Preparing [2020-10-01T04:04:36.773Z] 7e8e85788e68: Preparing [2020-10-01T04:04:36.773Z] 5c25e4edb0f1: Preparing [2020-10-01T04:04:36.773Z] 50644c29ef5a: Preparing [2020-10-01T04:04:36.773Z] 50644c29ef5a: Waiting [2020-10-01T04:04:36.773Z] 5c25e4edb0f1: Layer already exists [2020-10-01T04:04:36.773Z] cac7a2123d07: Layer already exists [2020-10-01T04:04:36.773Z] 239e1b95594c: Layer already exists [2020-10-01T04:04:36.773Z] 998305a0d68c: Layer already exists [2020-10-01T04:04:36.773Z] 7e8e85788e68: Layer already exists [2020-10-01T04:04:36.773Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:36.773Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:ec7f9cdc4f10ac732557c6b44235d951034e142bb66041df62c7a952ad5f5614 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:37.076Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:37.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-01T04:04:37.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-01T04:04:37.384Z] 239e1b95594c: Preparing [2020-10-01T04:04:37.384Z] 998305a0d68c: Preparing [2020-10-01T04:04:37.384Z] cac7a2123d07: Preparing [2020-10-01T04:04:37.384Z] 7e8e85788e68: Preparing [2020-10-01T04:04:37.384Z] 5c25e4edb0f1: Preparing [2020-10-01T04:04:37.384Z] 50644c29ef5a: Preparing [2020-10-01T04:04:37.384Z] 50644c29ef5a: Waiting [2020-10-01T04:04:37.384Z] cac7a2123d07: Layer already exists [2020-10-01T04:04:37.384Z] 7e8e85788e68: Layer already exists [2020-10-01T04:04:37.384Z] 5c25e4edb0f1: Layer already exists [2020-10-01T04:04:37.384Z] 998305a0d68c: Layer already exists [2020-10-01T04:04:37.384Z] 239e1b95594c: Layer already exists [2020-10-01T04:04:37.384Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:37.384Z] master: digest: sha256:ec7f9cdc4f10ac732557c6b44235d951034e142bb66041df62c7a952ad5f5614 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:04:37.568Z] ===================================================== [Pipeline] echo [2020-10-01T04:04:37.613Z] taggedImages: [2020-10-01T04:04:37.613Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:37.613Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.40 [2020-10-01T04:04:37.613Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:37.613Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-01T04:04:37.678Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-01T04:04:37.678Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:37.678Z] 1.2.2-dev.40 [2020-10-01T04:04:37.678Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:37.678Z] master [2020-10-01T04:04:37.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:38.218Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:38.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:38.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T04:04:38.524Z] 0f940a90b99d: Preparing [2020-10-01T04:04:38.524Z] ecbe4497ea60: Preparing [2020-10-01T04:04:38.524Z] d2c821860639: Preparing [2020-10-01T04:04:38.524Z] 0f940a90b99d: Pushed [2020-10-01T04:04:38.524Z] d2c821860639: Pushed [2020-10-01T04:04:39.909Z] ecbe4497ea60: Pushed [2020-10-01T04:04:40.171Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:97b6645506748c47e7d100c4797491b837e50cde1152fe5c508e07ce49add8c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:40.480Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:40.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.40 [2020-10-01T04:04:40.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T04:04:40.780Z] 0f940a90b99d: Preparing [2020-10-01T04:04:40.780Z] ecbe4497ea60: Preparing [2020-10-01T04:04:40.780Z] d2c821860639: Preparing [2020-10-01T04:04:40.780Z] 0f940a90b99d: Layer already exists [2020-10-01T04:04:40.780Z] d2c821860639: Layer already exists [2020-10-01T04:04:40.780Z] ecbe4497ea60: Layer already exists [2020-10-01T04:04:40.780Z] 1.2.2-dev.40: digest: sha256:97b6645506748c47e7d100c4797491b837e50cde1152fe5c508e07ce49add8c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:41.086Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:41.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:41.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T04:04:41.383Z] 0f940a90b99d: Preparing [2020-10-01T04:04:41.383Z] ecbe4497ea60: Preparing [2020-10-01T04:04:41.383Z] d2c821860639: Preparing [2020-10-01T04:04:41.383Z] 0f940a90b99d: Layer already exists [2020-10-01T04:04:41.383Z] d2c821860639: Layer already exists [2020-10-01T04:04:41.383Z] ecbe4497ea60: Layer already exists [2020-10-01T04:04:41.383Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:97b6645506748c47e7d100c4797491b837e50cde1152fe5c508e07ce49add8c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:41.687Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:41.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-01T04:04:41.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-01T04:04:41.983Z] 0f940a90b99d: Preparing [2020-10-01T04:04:41.983Z] ecbe4497ea60: Preparing [2020-10-01T04:04:41.983Z] d2c821860639: Preparing [2020-10-01T04:04:41.983Z] ecbe4497ea60: Layer already exists [2020-10-01T04:04:41.983Z] 0f940a90b99d: Layer already exists [2020-10-01T04:04:41.983Z] d2c821860639: Layer already exists [2020-10-01T04:04:41.983Z] master: digest: sha256:97b6645506748c47e7d100c4797491b837e50cde1152fe5c508e07ce49add8c1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:04:42.170Z] ===================================================== [Pipeline] echo [2020-10-01T04:04:42.215Z] taggedImages: [2020-10-01T04:04:42.215Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:42.215Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.40 [2020-10-01T04:04:42.215Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:42.215Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-01T04:04:42.280Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-01T04:04:42.280Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:42.280Z] 1.2.2-dev.40 [2020-10-01T04:04:42.280Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:42.280Z] master [2020-10-01T04:04:42.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:42.739Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:43.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:43.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T04:04:43.040Z] c69c539ba811: Preparing [2020-10-01T04:04:43.040Z] 57debf7cef4d: Preparing [2020-10-01T04:04:43.040Z] 8c572348ebbd: Preparing [2020-10-01T04:04:43.040Z] 187fb19d580f: Preparing [2020-10-01T04:04:43.040Z] 50644c29ef5a: Preparing [2020-10-01T04:04:43.040Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:43.301Z] 8c572348ebbd: Pushed [2020-10-01T04:04:43.301Z] 57debf7cef4d: Pushed [2020-10-01T04:04:43.563Z] 187fb19d580f: Pushed [2020-10-01T04:04:44.134Z] c69c539ba811: Pushed [2020-10-01T04:04:44.708Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:bb002166db2087eb93d96475321c95aa3348727bd03d0779efcba906ef5bc3b8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:45.015Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:45.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.40 [2020-10-01T04:04:45.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T04:04:45.311Z] c69c539ba811: Preparing [2020-10-01T04:04:45.311Z] 57debf7cef4d: Preparing [2020-10-01T04:04:45.311Z] 8c572348ebbd: Preparing [2020-10-01T04:04:45.311Z] 187fb19d580f: Preparing [2020-10-01T04:04:45.311Z] 50644c29ef5a: Preparing [2020-10-01T04:04:45.311Z] 187fb19d580f: Layer already exists [2020-10-01T04:04:45.311Z] 8c572348ebbd: Layer already exists [2020-10-01T04:04:45.311Z] 57debf7cef4d: Layer already exists [2020-10-01T04:04:45.311Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:45.311Z] c69c539ba811: Layer already exists [2020-10-01T04:04:45.311Z] 1.2.2-dev.40: digest: sha256:bb002166db2087eb93d96475321c95aa3348727bd03d0779efcba906ef5bc3b8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:45.613Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:45.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:45.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T04:04:45.913Z] c69c539ba811: Preparing [2020-10-01T04:04:45.913Z] 57debf7cef4d: Preparing [2020-10-01T04:04:45.913Z] 8c572348ebbd: Preparing [2020-10-01T04:04:45.913Z] 187fb19d580f: Preparing [2020-10-01T04:04:45.913Z] 50644c29ef5a: Preparing [2020-10-01T04:04:45.913Z] 57debf7cef4d: Layer already exists [2020-10-01T04:04:45.913Z] c69c539ba811: Layer already exists [2020-10-01T04:04:45.913Z] 187fb19d580f: Layer already exists [2020-10-01T04:04:45.913Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:45.913Z] 8c572348ebbd: Layer already exists [2020-10-01T04:04:45.913Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:bb002166db2087eb93d96475321c95aa3348727bd03d0779efcba906ef5bc3b8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:46.219Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:46.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-01T04:04:46.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-01T04:04:46.519Z] c69c539ba811: Preparing [2020-10-01T04:04:46.519Z] 57debf7cef4d: Preparing [2020-10-01T04:04:46.519Z] 8c572348ebbd: Preparing [2020-10-01T04:04:46.519Z] 187fb19d580f: Preparing [2020-10-01T04:04:46.519Z] 50644c29ef5a: Preparing [2020-10-01T04:04:46.519Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:46.519Z] 57debf7cef4d: Layer already exists [2020-10-01T04:04:46.519Z] 8c572348ebbd: Layer already exists [2020-10-01T04:04:46.519Z] 187fb19d580f: Layer already exists [2020-10-01T04:04:46.519Z] c69c539ba811: Layer already exists [2020-10-01T04:04:46.519Z] master: digest: sha256:bb002166db2087eb93d96475321c95aa3348727bd03d0779efcba906ef5bc3b8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:04:46.689Z] ===================================================== [Pipeline] echo [2020-10-01T04:04:46.733Z] taggedImages: [2020-10-01T04:04:46.733Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:46.733Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.40 [2020-10-01T04:04:46.733Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:46.733Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-01T04:04:46.794Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-01T04:04:46.794Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:46.794Z] 1.2.2-dev.40 [2020-10-01T04:04:46.794Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:46.794Z] master [2020-10-01T04:04:46.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:47.284Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:47.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:47.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T04:04:47.652Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:47.652Z] 442495eac82e: Preparing [2020-10-01T04:04:47.652Z] 9591f9d18e44: Preparing [2020-10-01T04:04:47.652Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:47.652Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:47.652Z] c7c91bc3cdba: Preparing [2020-10-01T04:04:47.652Z] fba541e46d6f: Preparing [2020-10-01T04:04:47.652Z] 4efd5e90d116: Preparing [2020-10-01T04:04:47.652Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:47.652Z] a269f11a0371: Preparing [2020-10-01T04:04:47.652Z] d85a156cd124: Preparing [2020-10-01T04:04:47.652Z] febd5a7656c8: Preparing [2020-10-01T04:04:47.652Z] 50644c29ef5a: Preparing [2020-10-01T04:04:47.652Z] 4efd5e90d116: Waiting [2020-10-01T04:04:47.652Z] a269f11a0371: Waiting [2020-10-01T04:04:47.652Z] 50644c29ef5a: Waiting [2020-10-01T04:04:47.652Z] d85a156cd124: Waiting [2020-10-01T04:04:47.652Z] febd5a7656c8: Waiting [2020-10-01T04:04:47.652Z] fba541e46d6f: Waiting [2020-10-01T04:04:47.928Z] 9591f9d18e44: Pushed [2020-10-01T04:04:47.928Z] 442495eac82e: Pushed [2020-10-01T04:04:47.928Z] c7c91bc3cdba: Pushed [2020-10-01T04:04:47.928Z] 28f8e88b2bb3: Pushed [2020-10-01T04:04:47.928Z] fba541e46d6f: Pushed [2020-10-01T04:04:48.193Z] d85a156cd124: Pushed [2020-10-01T04:04:48.193Z] 4efd5e90d116: Pushed [2020-10-01T04:04:48.193Z] a269f11a0371: Pushed [2020-10-01T04:04:48.193Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:48.454Z] febd5a7656c8: Pushed [2020-10-01T04:04:48.715Z] 871aa7ee3e75: Pushed [2020-10-01T04:04:48.978Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:04c39461fc4e56d294868c22722d9534971ac0a49266b093310cc254cb4cdb23 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:49.291Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:49.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.40 [2020-10-01T04:04:49.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T04:04:49.591Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:49.591Z] 442495eac82e: Preparing [2020-10-01T04:04:49.591Z] 9591f9d18e44: Preparing [2020-10-01T04:04:49.591Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:49.591Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:49.591Z] c7c91bc3cdba: Preparing [2020-10-01T04:04:49.591Z] fba541e46d6f: Preparing [2020-10-01T04:04:49.591Z] 4efd5e90d116: Preparing [2020-10-01T04:04:49.591Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:49.591Z] a269f11a0371: Preparing [2020-10-01T04:04:49.591Z] d85a156cd124: Preparing [2020-10-01T04:04:49.591Z] febd5a7656c8: Preparing [2020-10-01T04:04:49.591Z] 50644c29ef5a: Preparing [2020-10-01T04:04:49.591Z] fba541e46d6f: Waiting [2020-10-01T04:04:49.591Z] 4efd5e90d116: Waiting [2020-10-01T04:04:49.591Z] a269f11a0371: Waiting [2020-10-01T04:04:49.591Z] d85a156cd124: Waiting [2020-10-01T04:04:49.591Z] febd5a7656c8: Waiting [2020-10-01T04:04:49.591Z] 50644c29ef5a: Waiting [2020-10-01T04:04:49.591Z] c7c91bc3cdba: Layer already exists [2020-10-01T04:04:49.591Z] 28f8e88b2bb3: Layer already exists [2020-10-01T04:04:49.591Z] 442495eac82e: Layer already exists [2020-10-01T04:04:49.591Z] 9591f9d18e44: Layer already exists [2020-10-01T04:04:49.591Z] 871aa7ee3e75: Layer already exists [2020-10-01T04:04:49.591Z] fba541e46d6f: Layer already exists [2020-10-01T04:04:49.591Z] a269f11a0371: Layer already exists [2020-10-01T04:04:49.591Z] d85a156cd124: Layer already exists [2020-10-01T04:04:49.591Z] 4efd5e90d116: Layer already exists [2020-10-01T04:04:49.591Z] febd5a7656c8: Layer already exists [2020-10-01T04:04:49.591Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:49.853Z] 1.2.2-dev.40: digest: sha256:04c39461fc4e56d294868c22722d9534971ac0a49266b093310cc254cb4cdb23 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:50.159Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:50.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:50.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T04:04:50.458Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:50.458Z] 442495eac82e: Preparing [2020-10-01T04:04:50.458Z] 9591f9d18e44: Preparing [2020-10-01T04:04:50.458Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:50.458Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:50.458Z] c7c91bc3cdba: Preparing [2020-10-01T04:04:50.458Z] fba541e46d6f: Preparing [2020-10-01T04:04:50.458Z] 4efd5e90d116: Preparing [2020-10-01T04:04:50.458Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:50.458Z] a269f11a0371: Preparing [2020-10-01T04:04:50.458Z] d85a156cd124: Preparing [2020-10-01T04:04:50.458Z] febd5a7656c8: Preparing [2020-10-01T04:04:50.458Z] 50644c29ef5a: Preparing [2020-10-01T04:04:50.458Z] fba541e46d6f: Waiting [2020-10-01T04:04:50.458Z] 4efd5e90d116: Waiting [2020-10-01T04:04:50.458Z] a269f11a0371: Waiting [2020-10-01T04:04:50.458Z] d85a156cd124: Waiting [2020-10-01T04:04:50.458Z] febd5a7656c8: Waiting [2020-10-01T04:04:50.458Z] 50644c29ef5a: Waiting [2020-10-01T04:04:50.458Z] c7c91bc3cdba: Layer already exists [2020-10-01T04:04:50.458Z] 28f8e88b2bb3: Layer already exists [2020-10-01T04:04:50.458Z] 9591f9d18e44: Layer already exists [2020-10-01T04:04:50.458Z] 871aa7ee3e75: Layer already exists [2020-10-01T04:04:50.458Z] 442495eac82e: Layer already exists [2020-10-01T04:04:50.458Z] fba541e46d6f: Layer already exists [2020-10-01T04:04:50.458Z] a269f11a0371: Layer already exists [2020-10-01T04:04:50.458Z] 4efd5e90d116: Layer already exists [2020-10-01T04:04:50.458Z] febd5a7656c8: Layer already exists [2020-10-01T04:04:50.458Z] d85a156cd124: Layer already exists [2020-10-01T04:04:50.458Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:50.458Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:04c39461fc4e56d294868c22722d9534971ac0a49266b093310cc254cb4cdb23 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:50.766Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:51.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-01T04:04:51.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-01T04:04:51.068Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:51.068Z] 442495eac82e: Preparing [2020-10-01T04:04:51.068Z] 9591f9d18e44: Preparing [2020-10-01T04:04:51.068Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:51.068Z] 28f8e88b2bb3: Preparing [2020-10-01T04:04:51.068Z] c7c91bc3cdba: Preparing [2020-10-01T04:04:51.068Z] fba541e46d6f: Preparing [2020-10-01T04:04:51.068Z] 4efd5e90d116: Preparing [2020-10-01T04:04:51.068Z] 871aa7ee3e75: Preparing [2020-10-01T04:04:51.068Z] a269f11a0371: Preparing [2020-10-01T04:04:51.068Z] d85a156cd124: Preparing [2020-10-01T04:04:51.068Z] febd5a7656c8: Preparing [2020-10-01T04:04:51.068Z] 50644c29ef5a: Preparing [2020-10-01T04:04:51.068Z] fba541e46d6f: Waiting [2020-10-01T04:04:51.068Z] 4efd5e90d116: Waiting [2020-10-01T04:04:51.068Z] a269f11a0371: Waiting [2020-10-01T04:04:51.068Z] d85a156cd124: Waiting [2020-10-01T04:04:51.068Z] febd5a7656c8: Waiting [2020-10-01T04:04:51.068Z] 9591f9d18e44: Layer already exists [2020-10-01T04:04:51.068Z] 442495eac82e: Layer already exists [2020-10-01T04:04:51.068Z] c7c91bc3cdba: Layer already exists [2020-10-01T04:04:51.068Z] 871aa7ee3e75: Layer already exists [2020-10-01T04:04:51.068Z] 28f8e88b2bb3: Layer already exists [2020-10-01T04:04:51.068Z] fba541e46d6f: Layer already exists [2020-10-01T04:04:51.068Z] 4efd5e90d116: Layer already exists [2020-10-01T04:04:51.068Z] a269f11a0371: Layer already exists [2020-10-01T04:04:51.068Z] febd5a7656c8: Layer already exists [2020-10-01T04:04:51.068Z] d85a156cd124: Layer already exists [2020-10-01T04:04:51.068Z] 50644c29ef5a: Layer already exists [2020-10-01T04:04:51.068Z] master: digest: sha256:04c39461fc4e56d294868c22722d9534971ac0a49266b093310cc254cb4cdb23 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:04:51.251Z] ===================================================== [Pipeline] echo [2020-10-01T04:04:51.295Z] taggedImages: [2020-10-01T04:04:51.295Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:51.295Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.40 [2020-10-01T04:04:51.295Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:51.295Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-01T04:04:51.363Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-01T04:04:51.363Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:51.363Z] 1.2.2-dev.40 [2020-10-01T04:04:51.363Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:51.363Z] master [2020-10-01T04:04:51.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:51.862Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:52.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:52.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T04:04:52.166Z] 1e1182e47702: Preparing [2020-10-01T04:04:52.166Z] e1d2936ddb22: Preparing [2020-10-01T04:04:52.166Z] aeeabbfe060b: Preparing [2020-10-01T04:04:52.166Z] 125eea8a34a5: Preparing [2020-10-01T04:04:52.166Z] abbde1e5db3f: Preparing [2020-10-01T04:04:52.166Z] 2ef0dea1ff17: Preparing [2020-10-01T04:04:52.166Z] 398ecc6b16eb: Preparing [2020-10-01T04:04:52.166Z] 3307c87c1ca4: Preparing [2020-10-01T04:04:52.166Z] 59aeb8be3540: Preparing [2020-10-01T04:04:52.166Z] 033eddc78726: Preparing [2020-10-01T04:04:52.166Z] 1b3ee35aacca: Preparing [2020-10-01T04:04:52.166Z] 2ef0dea1ff17: Waiting [2020-10-01T04:04:52.166Z] 398ecc6b16eb: Waiting [2020-10-01T04:04:52.166Z] 3307c87c1ca4: Waiting [2020-10-01T04:04:52.166Z] 59aeb8be3540: Waiting [2020-10-01T04:04:52.166Z] 033eddc78726: Waiting [2020-10-01T04:04:52.166Z] 1b3ee35aacca: Waiting [2020-10-01T04:04:52.430Z] e1d2936ddb22: Pushed [2020-10-01T04:04:52.430Z] 1e1182e47702: Pushed [2020-10-01T04:04:52.694Z] 2ef0dea1ff17: Pushed [2020-10-01T04:04:52.695Z] 398ecc6b16eb: Pushed [2020-10-01T04:04:52.955Z] 3307c87c1ca4: Pushed [2020-10-01T04:04:52.955Z] 59aeb8be3540: Pushed [2020-10-01T04:04:52.955Z] 1b3ee35aacca: Layer already exists [2020-10-01T04:04:53.216Z] aeeabbfe060b: Pushed [2020-10-01T04:04:53.478Z] abbde1e5db3f: Pushed [2020-10-01T04:04:53.478Z] 125eea8a34a5: Pushed [2020-10-01T04:04:53.478Z] 033eddc78726: Pushed [2020-10-01T04:04:53.739Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:11fe637a2110b18d1ec17a596bbd0ae727c9c737529ed8a916ff1c8be0fb8b08 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:54.045Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:54.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.40 [2020-10-01T04:04:54.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T04:04:54.343Z] 1e1182e47702: Preparing [2020-10-01T04:04:54.343Z] e1d2936ddb22: Preparing [2020-10-01T04:04:54.343Z] aeeabbfe060b: Preparing [2020-10-01T04:04:54.343Z] 125eea8a34a5: Preparing [2020-10-01T04:04:54.343Z] abbde1e5db3f: Preparing [2020-10-01T04:04:54.343Z] 2ef0dea1ff17: Preparing [2020-10-01T04:04:54.343Z] 398ecc6b16eb: Preparing [2020-10-01T04:04:54.343Z] 3307c87c1ca4: Preparing [2020-10-01T04:04:54.343Z] 59aeb8be3540: Preparing [2020-10-01T04:04:54.343Z] 033eddc78726: Preparing [2020-10-01T04:04:54.343Z] 1b3ee35aacca: Preparing [2020-10-01T04:04:54.343Z] 2ef0dea1ff17: Waiting [2020-10-01T04:04:54.343Z] 398ecc6b16eb: Waiting [2020-10-01T04:04:54.343Z] 3307c87c1ca4: Waiting [2020-10-01T04:04:54.343Z] 59aeb8be3540: Waiting [2020-10-01T04:04:54.343Z] 1b3ee35aacca: Waiting [2020-10-01T04:04:54.343Z] 033eddc78726: Waiting [2020-10-01T04:04:54.343Z] 1e1182e47702: Layer already exists [2020-10-01T04:04:54.343Z] 125eea8a34a5: Layer already exists [2020-10-01T04:04:54.343Z] e1d2936ddb22: Layer already exists [2020-10-01T04:04:54.343Z] abbde1e5db3f: Layer already exists [2020-10-01T04:04:54.343Z] aeeabbfe060b: Layer already exists [2020-10-01T04:04:54.343Z] 2ef0dea1ff17: Layer already exists [2020-10-01T04:04:54.343Z] 3307c87c1ca4: Layer already exists [2020-10-01T04:04:54.343Z] 398ecc6b16eb: Layer already exists [2020-10-01T04:04:54.343Z] 033eddc78726: Layer already exists [2020-10-01T04:04:54.343Z] 59aeb8be3540: Layer already exists [2020-10-01T04:04:54.343Z] 1b3ee35aacca: Layer already exists [2020-10-01T04:04:54.343Z] 1.2.2-dev.40: digest: sha256:11fe637a2110b18d1ec17a596bbd0ae727c9c737529ed8a916ff1c8be0fb8b08 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:54.641Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:54.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:54.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T04:04:54.935Z] 1e1182e47702: Preparing [2020-10-01T04:04:54.935Z] e1d2936ddb22: Preparing [2020-10-01T04:04:54.935Z] aeeabbfe060b: Preparing [2020-10-01T04:04:54.935Z] 125eea8a34a5: Preparing [2020-10-01T04:04:54.935Z] abbde1e5db3f: Preparing [2020-10-01T04:04:54.935Z] 2ef0dea1ff17: Preparing [2020-10-01T04:04:54.935Z] 398ecc6b16eb: Preparing [2020-10-01T04:04:54.935Z] 3307c87c1ca4: Preparing [2020-10-01T04:04:54.935Z] 59aeb8be3540: Preparing [2020-10-01T04:04:54.935Z] 033eddc78726: Preparing [2020-10-01T04:04:54.935Z] 1b3ee35aacca: Preparing [2020-10-01T04:04:54.935Z] 2ef0dea1ff17: Waiting [2020-10-01T04:04:54.935Z] 033eddc78726: Waiting [2020-10-01T04:04:54.935Z] 398ecc6b16eb: Waiting [2020-10-01T04:04:54.935Z] 1b3ee35aacca: Waiting [2020-10-01T04:04:54.935Z] 59aeb8be3540: Waiting [2020-10-01T04:04:54.935Z] 3307c87c1ca4: Waiting [2020-10-01T04:04:54.935Z] e1d2936ddb22: Layer already exists [2020-10-01T04:04:54.935Z] 1e1182e47702: Layer already exists [2020-10-01T04:04:54.935Z] abbde1e5db3f: Layer already exists [2020-10-01T04:04:54.935Z] aeeabbfe060b: Layer already exists [2020-10-01T04:04:54.935Z] 125eea8a34a5: Layer already exists [2020-10-01T04:04:54.935Z] 2ef0dea1ff17: Layer already exists [2020-10-01T04:04:54.935Z] 398ecc6b16eb: Layer already exists [2020-10-01T04:04:54.935Z] 3307c87c1ca4: Layer already exists [2020-10-01T04:04:54.935Z] 59aeb8be3540: Layer already exists [2020-10-01T04:04:54.935Z] 033eddc78726: Layer already exists [2020-10-01T04:04:54.935Z] 1b3ee35aacca: Layer already exists [2020-10-01T04:04:54.936Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:11fe637a2110b18d1ec17a596bbd0ae727c9c737529ed8a916ff1c8be0fb8b08 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:55.236Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:55.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-01T04:04:55.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-01T04:04:55.533Z] 1e1182e47702: Preparing [2020-10-01T04:04:55.533Z] e1d2936ddb22: Preparing [2020-10-01T04:04:55.533Z] aeeabbfe060b: Preparing [2020-10-01T04:04:55.533Z] 125eea8a34a5: Preparing [2020-10-01T04:04:55.533Z] abbde1e5db3f: Preparing [2020-10-01T04:04:55.533Z] 2ef0dea1ff17: Preparing [2020-10-01T04:04:55.533Z] 398ecc6b16eb: Preparing [2020-10-01T04:04:55.533Z] 3307c87c1ca4: Preparing [2020-10-01T04:04:55.533Z] 59aeb8be3540: Preparing [2020-10-01T04:04:55.533Z] 033eddc78726: Preparing [2020-10-01T04:04:55.533Z] 1b3ee35aacca: Preparing [2020-10-01T04:04:55.533Z] 3307c87c1ca4: Waiting [2020-10-01T04:04:55.533Z] 59aeb8be3540: Waiting [2020-10-01T04:04:55.533Z] 2ef0dea1ff17: Waiting [2020-10-01T04:04:55.533Z] 033eddc78726: Waiting [2020-10-01T04:04:55.533Z] 1b3ee35aacca: Waiting [2020-10-01T04:04:55.533Z] 1e1182e47702: Layer already exists [2020-10-01T04:04:55.533Z] abbde1e5db3f: Layer already exists [2020-10-01T04:04:55.533Z] aeeabbfe060b: Layer already exists [2020-10-01T04:04:55.533Z] 125eea8a34a5: Layer already exists [2020-10-01T04:04:55.533Z] e1d2936ddb22: Layer already exists [2020-10-01T04:04:55.533Z] 398ecc6b16eb: Layer already exists [2020-10-01T04:04:55.533Z] 2ef0dea1ff17: Layer already exists [2020-10-01T04:04:55.533Z] 3307c87c1ca4: Layer already exists [2020-10-01T04:04:55.533Z] 033eddc78726: Layer already exists [2020-10-01T04:04:55.533Z] 59aeb8be3540: Layer already exists [2020-10-01T04:04:55.533Z] 1b3ee35aacca: Layer already exists [2020-10-01T04:04:55.533Z] master: digest: sha256:11fe637a2110b18d1ec17a596bbd0ae727c9c737529ed8a916ff1c8be0fb8b08 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:04:55.700Z] ===================================================== [Pipeline] echo [2020-10-01T04:04:55.746Z] taggedImages: [2020-10-01T04:04:55.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:55.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.40 [2020-10-01T04:04:55.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:55.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-01T04:04:55.805Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-01T04:04:55.805Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:55.805Z] 1.2.2-dev.40 [2020-10-01T04:04:55.805Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:55.805Z] master [2020-10-01T04:04:55.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:56.261Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:56.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:04:56.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T04:04:56.557Z] c3ccfd9c2f67: Preparing [2020-10-01T04:04:56.557Z] 6032815c0389: Preparing [2020-10-01T04:04:56.557Z] 499da2c22b7e: Preparing [2020-10-01T04:04:56.557Z] df52bda5e096: Preparing [2020-10-01T04:04:56.557Z] c3ccfd9c2f67: Pushed [2020-10-01T04:04:56.557Z] 499da2c22b7e: Pushed [2020-10-01T04:04:56.820Z] df52bda5e096: Pushed [2020-10-01T04:04:57.762Z] 6032815c0389: Pushed [2020-10-01T04:04:58.334Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:d8ce31351276392fd5aa955a4d56ff12e00619225b8d71e08cd00707e7499be7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:58.634Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:58.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.40 [2020-10-01T04:04:58.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T04:04:58.931Z] c3ccfd9c2f67: Preparing [2020-10-01T04:04:58.931Z] 6032815c0389: Preparing [2020-10-01T04:04:58.931Z] 499da2c22b7e: Preparing [2020-10-01T04:04:58.931Z] df52bda5e096: Preparing [2020-10-01T04:04:58.931Z] df52bda5e096: Layer already exists [2020-10-01T04:04:58.931Z] 6032815c0389: Layer already exists [2020-10-01T04:04:58.931Z] 499da2c22b7e: Layer already exists [2020-10-01T04:04:58.931Z] c3ccfd9c2f67: Layer already exists [2020-10-01T04:04:58.931Z] 1.2.2-dev.40: digest: sha256:d8ce31351276392fd5aa955a4d56ff12e00619225b8d71e08cd00707e7499be7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:59.233Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:59.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:04:59.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T04:04:59.528Z] c3ccfd9c2f67: Preparing [2020-10-01T04:04:59.528Z] 6032815c0389: Preparing [2020-10-01T04:04:59.528Z] 499da2c22b7e: Preparing [2020-10-01T04:04:59.528Z] df52bda5e096: Preparing [2020-10-01T04:04:59.528Z] c3ccfd9c2f67: Layer already exists [2020-10-01T04:04:59.528Z] df52bda5e096: Layer already exists [2020-10-01T04:04:59.528Z] 6032815c0389: Layer already exists [2020-10-01T04:04:59.528Z] 499da2c22b7e: Layer already exists [2020-10-01T04:04:59.528Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:d8ce31351276392fd5aa955a4d56ff12e00619225b8d71e08cd00707e7499be7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:04:59.830Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:00.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-01T04:05:00.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-01T04:05:00.126Z] c3ccfd9c2f67: Preparing [2020-10-01T04:05:00.126Z] 6032815c0389: Preparing [2020-10-01T04:05:00.126Z] 499da2c22b7e: Preparing [2020-10-01T04:05:00.126Z] df52bda5e096: Preparing [2020-10-01T04:05:00.126Z] 6032815c0389: Layer already exists [2020-10-01T04:05:00.126Z] c3ccfd9c2f67: Layer already exists [2020-10-01T04:05:00.126Z] 499da2c22b7e: Layer already exists [2020-10-01T04:05:00.126Z] df52bda5e096: Layer already exists [2020-10-01T04:05:00.126Z] master: digest: sha256:d8ce31351276392fd5aa955a4d56ff12e00619225b8d71e08cd00707e7499be7 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:05:00.341Z] ===================================================== [Pipeline] echo [2020-10-01T04:05:00.390Z] taggedImages: [2020-10-01T04:05:00.390Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:00.390Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.40 [2020-10-01T04:05:00.390Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:00.390Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-01T04:05:00.481Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-01T04:05:00.481Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:00.481Z] 1.2.2-dev.40 [2020-10-01T04:05:00.481Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:00.481Z] master [2020-10-01T04:05:00.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:00.960Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:01.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:01.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T04:05:01.260Z] 11cde5ac10af: Preparing [2020-10-01T04:05:01.260Z] 7a26d6c42e54: Preparing [2020-10-01T04:05:01.260Z] 94359721447f: Preparing [2020-10-01T04:05:01.260Z] a187977045cd: Preparing [2020-10-01T04:05:01.260Z] 5658f247837e: Preparing [2020-10-01T04:05:01.260Z] 24f6f9224ab0: Preparing [2020-10-01T04:05:01.260Z] 24f6f9224ab0: Waiting [2020-10-01T04:05:01.523Z] a187977045cd: Pushed [2020-10-01T04:05:01.523Z] 11cde5ac10af: Pushed [2020-10-01T04:05:01.523Z] 5658f247837e: Pushed [2020-10-01T04:05:01.523Z] 94359721447f: Pushed [2020-10-01T04:05:01.795Z] 24f6f9224ab0: Pushed [2020-10-01T04:05:02.740Z] 7a26d6c42e54: Pushed [2020-10-01T04:05:02.740Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:2056d658cd436055582a8483432d15b772c93a40d40059317054a34543387bd1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:03.045Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:03.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.40 [2020-10-01T04:05:03.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T04:05:03.395Z] 11cde5ac10af: Preparing [2020-10-01T04:05:03.395Z] 7a26d6c42e54: Preparing [2020-10-01T04:05:03.395Z] 94359721447f: Preparing [2020-10-01T04:05:03.395Z] a187977045cd: Preparing [2020-10-01T04:05:03.395Z] 5658f247837e: Preparing [2020-10-01T04:05:03.395Z] 24f6f9224ab0: Preparing [2020-10-01T04:05:03.395Z] 24f6f9224ab0: Waiting [2020-10-01T04:05:03.395Z] a187977045cd: Layer already exists [2020-10-01T04:05:03.395Z] 94359721447f: Layer already exists [2020-10-01T04:05:03.395Z] 7a26d6c42e54: Layer already exists [2020-10-01T04:05:03.395Z] 5658f247837e: Layer already exists [2020-10-01T04:05:03.395Z] 11cde5ac10af: Layer already exists [2020-10-01T04:05:03.395Z] 24f6f9224ab0: Layer already exists [2020-10-01T04:05:03.395Z] 1.2.2-dev.40: digest: sha256:2056d658cd436055582a8483432d15b772c93a40d40059317054a34543387bd1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:03.729Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:04.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:04.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T04:05:04.041Z] 11cde5ac10af: Preparing [2020-10-01T04:05:04.041Z] 7a26d6c42e54: Preparing [2020-10-01T04:05:04.041Z] 94359721447f: Preparing [2020-10-01T04:05:04.041Z] a187977045cd: Preparing [2020-10-01T04:05:04.041Z] 5658f247837e: Preparing [2020-10-01T04:05:04.041Z] 24f6f9224ab0: Preparing [2020-10-01T04:05:04.041Z] 24f6f9224ab0: Waiting [2020-10-01T04:05:04.041Z] a187977045cd: Layer already exists [2020-10-01T04:05:04.041Z] 94359721447f: Layer already exists [2020-10-01T04:05:04.041Z] 7a26d6c42e54: Layer already exists [2020-10-01T04:05:04.041Z] 11cde5ac10af: Layer already exists [2020-10-01T04:05:04.041Z] 5658f247837e: Layer already exists [2020-10-01T04:05:04.041Z] 24f6f9224ab0: Layer already exists [2020-10-01T04:05:04.041Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:2056d658cd436055582a8483432d15b772c93a40d40059317054a34543387bd1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:04.350Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:04.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-01T04:05:04.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-01T04:05:04.716Z] 11cde5ac10af: Preparing [2020-10-01T04:05:04.716Z] 7a26d6c42e54: Preparing [2020-10-01T04:05:04.716Z] 94359721447f: Preparing [2020-10-01T04:05:04.716Z] a187977045cd: Preparing [2020-10-01T04:05:04.716Z] 5658f247837e: Preparing [2020-10-01T04:05:04.716Z] 24f6f9224ab0: Preparing [2020-10-01T04:05:04.716Z] 24f6f9224ab0: Waiting [2020-10-01T04:05:04.716Z] a187977045cd: Layer already exists [2020-10-01T04:05:04.716Z] 94359721447f: Layer already exists [2020-10-01T04:05:04.716Z] 5658f247837e: Layer already exists [2020-10-01T04:05:04.716Z] 11cde5ac10af: Layer already exists [2020-10-01T04:05:04.716Z] 7a26d6c42e54: Layer already exists [2020-10-01T04:05:04.716Z] 24f6f9224ab0: Layer already exists [2020-10-01T04:05:04.716Z] master: digest: sha256:2056d658cd436055582a8483432d15b772c93a40d40059317054a34543387bd1 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:05:04.891Z] ===================================================== [Pipeline] echo [2020-10-01T04:05:04.938Z] taggedImages: [2020-10-01T04:05:04.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:04.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.40 [2020-10-01T04:05:04.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:04.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-01T04:05:04.995Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-01T04:05:04.995Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:04.995Z] 1.2.2-dev.40 [2020-10-01T04:05:04.995Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:04.995Z] master [2020-10-01T04:05:04.995Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:05.491Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:05.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:05.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T04:05:05.805Z] e64942ac2700: Preparing [2020-10-01T04:05:05.805Z] c5ecbb24ce05: Preparing [2020-10-01T04:05:05.805Z] dd27cfef836e: Preparing [2020-10-01T04:05:06.068Z] dd27cfef836e: Pushed [2020-10-01T04:05:06.068Z] e64942ac2700: Pushed [2020-10-01T04:05:07.014Z] c5ecbb24ce05: Pushed [2020-10-01T04:05:07.275Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:283bc786f4ae6975661f26ec265e2b04c41e25d05f99a3a5208e85af2992c52a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:07.578Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:07.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.40 [2020-10-01T04:05:07.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T04:05:07.876Z] e64942ac2700: Preparing [2020-10-01T04:05:07.876Z] c5ecbb24ce05: Preparing [2020-10-01T04:05:07.876Z] dd27cfef836e: Preparing [2020-10-01T04:05:07.876Z] c5ecbb24ce05: Layer already exists [2020-10-01T04:05:07.876Z] e64942ac2700: Layer already exists [2020-10-01T04:05:07.876Z] dd27cfef836e: Layer already exists [2020-10-01T04:05:07.876Z] 1.2.2-dev.40: digest: sha256:283bc786f4ae6975661f26ec265e2b04c41e25d05f99a3a5208e85af2992c52a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:08.179Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:08.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:08.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T04:05:08.476Z] e64942ac2700: Preparing [2020-10-01T04:05:08.476Z] c5ecbb24ce05: Preparing [2020-10-01T04:05:08.476Z] dd27cfef836e: Preparing [2020-10-01T04:05:08.476Z] dd27cfef836e: Layer already exists [2020-10-01T04:05:08.476Z] e64942ac2700: Layer already exists [2020-10-01T04:05:08.476Z] c5ecbb24ce05: Layer already exists [2020-10-01T04:05:08.476Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:283bc786f4ae6975661f26ec265e2b04c41e25d05f99a3a5208e85af2992c52a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:08.781Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:09.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-01T04:05:09.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-01T04:05:09.080Z] e64942ac2700: Preparing [2020-10-01T04:05:09.080Z] c5ecbb24ce05: Preparing [2020-10-01T04:05:09.080Z] dd27cfef836e: Preparing [2020-10-01T04:05:09.080Z] e64942ac2700: Layer already exists [2020-10-01T04:05:09.080Z] c5ecbb24ce05: Layer already exists [2020-10-01T04:05:09.080Z] dd27cfef836e: Layer already exists [2020-10-01T04:05:09.080Z] master: digest: sha256:283bc786f4ae6975661f26ec265e2b04c41e25d05f99a3a5208e85af2992c52a size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:05:09.250Z] ===================================================== [Pipeline] echo [2020-10-01T04:05:09.300Z] taggedImages: [2020-10-01T04:05:09.300Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:09.300Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.40 [2020-10-01T04:05:09.300Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:09.300Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-01T04:05:09.366Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-01T04:05:09.366Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:09.366Z] 1.2.2-dev.40 [2020-10-01T04:05:09.366Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:09.366Z] master [2020-10-01T04:05:09.366Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:09.834Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:10.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:10.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T04:05:10.134Z] 78c2e52bc547: Preparing [2020-10-01T04:05:10.134Z] 36fa50d17fae: Preparing [2020-10-01T04:05:10.134Z] 81b068c87c57: Preparing [2020-10-01T04:05:10.134Z] 5daac56f3e4c: Preparing [2020-10-01T04:05:10.134Z] 770b34e242df: Preparing [2020-10-01T04:05:10.134Z] 6400e430725f: Preparing [2020-10-01T04:05:10.134Z] c8068e393371: Preparing [2020-10-01T04:05:10.134Z] 527eef706b20: Preparing [2020-10-01T04:05:10.134Z] 224742e9e948: Preparing [2020-10-01T04:05:10.134Z] 5391e5290f13: Preparing [2020-10-01T04:05:10.134Z] 13baed61c795: Preparing [2020-10-01T04:05:10.134Z] 51d6d3d09136: Preparing [2020-10-01T04:05:10.134Z] 1507bc794612: Preparing [2020-10-01T04:05:10.134Z] 50644c29ef5a: Preparing [2020-10-01T04:05:10.134Z] 224742e9e948: Waiting [2020-10-01T04:05:10.134Z] 5391e5290f13: Waiting [2020-10-01T04:05:10.134Z] 13baed61c795: Waiting [2020-10-01T04:05:10.134Z] 51d6d3d09136: Waiting [2020-10-01T04:05:10.134Z] 1507bc794612: Waiting [2020-10-01T04:05:10.134Z] 50644c29ef5a: Waiting [2020-10-01T04:05:10.134Z] 6400e430725f: Waiting [2020-10-01T04:05:10.134Z] c8068e393371: Waiting [2020-10-01T04:05:10.134Z] 527eef706b20: Waiting [2020-10-01T04:05:10.409Z] 770b34e242df: Pushed [2020-10-01T04:05:10.409Z] 78c2e52bc547: Pushed [2020-10-01T04:05:10.676Z] 5daac56f3e4c: Pushed [2020-10-01T04:05:10.676Z] 527eef706b20: Layer already exists [2020-10-01T04:05:10.676Z] 224742e9e948: Layer already exists [2020-10-01T04:05:10.676Z] c8068e393371: Pushed [2020-10-01T04:05:10.676Z] 5391e5290f13: Layer already exists [2020-10-01T04:05:10.726Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:05:10.726Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:05:10.726Z] ---> b0729f8bcfc2 [2020-10-01T04:05:10.726Z] Step 3/21 : WORKDIR /edgex-go [2020-10-01T04:05:10.726Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:05:10.726Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-01T04:05:10.726Z] ---> b0729f8bcfc2 [2020-10-01T04:05:10.726Z] Step 3/29 : WORKDIR /edgex-go [2020-10-01T04:05:10.726Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:05:10.726Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:05:10.726Z] ---> b0729f8bcfc2 [2020-10-01T04:05:10.726Z] Step 3/20 : WORKDIR /edgex-go [2020-10-01T04:05:10.726Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:05:10.726Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:05:10.726Z] ---> b0729f8bcfc2 [2020-10-01T04:05:10.726Z] Step 3/23 : WORKDIR /edgex-go [2020-10-01T04:05:10.726Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:05:10.726Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:05:10.726Z] ---> b0729f8bcfc2 [2020-10-01T04:05:10.726Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T04:05:10.726Z] ---> Running in ae299f929d73 [2020-10-01T04:05:10.726Z] ---> Running in 150a28ef9bdc [2020-10-01T04:05:10.726Z] ---> Running in 3935632388bb [2020-10-01T04:05:10.726Z] ---> Running in 776e87940023 [2020-10-01T04:05:10.726Z] ---> Running in 06ca1e2d92d5 [2020-10-01T04:05:10.726Z] Removing intermediate container 06ca1e2d92d5 [2020-10-01T04:05:10.726Z] ---> 080fb13144ee [2020-10-01T04:05:10.726Z] Step 4/29 : RUN apk update && apk add make git [2020-10-01T04:05:10.726Z] Removing intermediate container ae299f929d73 [2020-10-01T04:05:10.726Z] ---> 90e81144450a [2020-10-01T04:05:10.726Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:05:10.726Z] Removing intermediate container 776e87940023 [2020-10-01T04:05:10.726Z] ---> fdc18e272d0c [2020-10-01T04:05:10.726Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:05:10.726Z] Removing intermediate container 150a28ef9bdc [2020-10-01T04:05:10.726Z] ---> 5130fc4068eb [2020-10-01T04:05:10.726Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:05:10.726Z] Removing intermediate container 3935632388bb [2020-10-01T04:05:10.726Z] ---> 4fab6262dff8 [2020-10-01T04:05:10.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:05:10.726Z] ---> Running in d90f8156344f [2020-10-01T04:05:10.726Z] ---> Running in 6f0cb58304c4 [2020-10-01T04:05:10.726Z] ---> Running in b0a31460651f [2020-10-01T04:05:10.726Z] ---> Running in 43f83632084b [2020-10-01T04:05:10.726Z] ---> Running in 9376ba4af12f [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.726Z] Removing intermediate container 6f0cb58304c4 [2020-10-01T04:05:10.726Z] ---> 23f5823a9cf5 [2020-10-01T04:05:10.726Z] Step 5/21 : RUN apk update && apk add make git [2020-10-01T04:05:10.726Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:05:10.726Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:05:10.726Z] OK: 12623 distinct packages available [2020-10-01T04:05:10.726Z] ---> Running in f8fc7351e6e6 [2020-10-01T04:05:10.726Z] Removing intermediate container 9376ba4af12f [2020-10-01T04:05:10.726Z] ---> b4ea1d8c8f6c [2020-10-01T04:05:10.726Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-01T04:05:10.726Z] Removing intermediate container 43f83632084b [2020-10-01T04:05:10.726Z] ---> 35fc253aa7e1 [2020-10-01T04:05:10.726Z] Step 5/20 : RUN apk update && apk add make git [2020-10-01T04:05:10.726Z] Removing intermediate container b0a31460651f [2020-10-01T04:05:10.726Z] ---> 144d8dab14fd [2020-10-01T04:05:10.726Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T04:05:10.726Z] ---> Running in 4af865163993 [2020-10-01T04:05:10.726Z] OK: 217 MiB in 51 packages [2020-10-01T04:05:10.726Z] ---> Running in 64643f1a95a7 [2020-10-01T04:05:10.726Z] ---> Running in 59ba185d69c9 [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.726Z] Removing intermediate container d90f8156344f [2020-10-01T04:05:10.726Z] ---> 675c7a7c1a0b [2020-10-01T04:05:10.726Z] Step 5/29 : COPY go.mod . [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.726Z] ---> aabc2b1d4c30 [2020-10-01T04:05:10.726Z] Step 6/29 : RUN go mod download [2020-10-01T04:05:10.726Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:05:10.726Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:05:10.726Z] OK: 12623 distinct packages available [2020-10-01T04:05:10.726Z] ---> Running in 5b6cb6e6a623 [2020-10-01T04:05:10.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:10.939Z] 13baed61c795: Layer already exists [2020-10-01T04:05:10.940Z] 51d6d3d09136: Layer already exists [2020-10-01T04:05:10.940Z] 1507bc794612: Layer already exists [2020-10-01T04:05:10.940Z] 50644c29ef5a: Layer already exists [2020-10-01T04:05:10.940Z] 36fa50d17fae: Pushed [2020-10-01T04:05:11.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:11.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:05:11.281Z] OK: 217 MiB in 51 packages [2020-10-01T04:05:11.560Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:05:11.560Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:05:11.560Z] OK: 12623 distinct packages available [2020-10-01T04:05:11.841Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:05:11.841Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:05:11.841Z] OK: 12623 distinct packages available [2020-10-01T04:05:11.897Z] 6400e430725f: Pushed [2020-10-01T04:05:12.458Z] OK: 217 MiB in 51 packages [2020-10-01T04:05:12.743Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:05:12.743Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:05:12.743Z] OK: 12623 distinct packages available [2020-10-01T04:05:12.743Z] OK: 217 MiB in 51 packages [2020-10-01T04:05:13.026Z] Removing intermediate container f8fc7351e6e6 [2020-10-01T04:05:13.026Z] ---> e5b9fe5b0f9c [2020-10-01T04:05:13.026Z] Step 6/21 : COPY go.mod . [2020-10-01T04:05:13.632Z] OK: 217 MiB in 51 packages [2020-10-01T04:05:14.265Z] Removing intermediate container 4af865163993 [2020-10-01T04:05:14.265Z] ---> c2418fe0afef [2020-10-01T04:05:14.265Z] Step 6/23 : COPY go.mod . [2020-10-01T04:05:14.541Z] ---> 94b680978d1e [2020-10-01T04:05:14.541Z] Step 7/21 : RUN go mod download [2020-10-01T04:05:14.815Z] ---> Running in 56027c6a4bd8 [2020-10-01T04:05:15.101Z] Removing intermediate container 5b6cb6e6a623 [2020-10-01T04:05:15.101Z] ---> 2ee8ef331b20 [2020-10-01T04:05:15.101Z] Step 7/29 : COPY . . [2020-10-01T04:05:15.101Z] Removing intermediate container 64643f1a95a7 [2020-10-01T04:05:15.101Z] ---> cf8edf7aab80 [2020-10-01T04:05:15.101Z] Step 6/20 : COPY go.mod . [2020-10-01T04:05:15.386Z] Removing intermediate container 59ba185d69c9 [2020-10-01T04:05:15.386Z] ---> 7fae86c88b94 [2020-10-01T04:05:15.386Z] Step 6/22 : COPY go.mod . [2020-10-01T04:05:15.386Z] ---> e52859356bb1 [2020-10-01T04:05:15.386Z] Step 7/23 : RUN go mod download [2020-10-01T04:05:15.668Z] ---> Running in 3249801c233f [2020-10-01T04:05:16.114Z] 81b068c87c57: Pushed [2020-10-01T04:05:16.114Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:830a0de993acd5ea90dec51b900c41e27e1c66f754477a0e2094a98daab65e42 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:16.420Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:16.661Z] ---> d4aeaa903184 [2020-10-01T04:05:16.661Z] Step 7/22 : RUN go mod download [2020-10-01T04:05:16.661Z] ---> f327abbe5437 [2020-10-01T04:05:16.661Z] Step 7/20 : RUN go mod download [2020-10-01T04:05:16.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.40 [2020-10-01T04:05:16.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T04:05:16.721Z] 78c2e52bc547: Preparing [2020-10-01T04:05:16.721Z] 36fa50d17fae: Preparing [2020-10-01T04:05:16.721Z] 81b068c87c57: Preparing [2020-10-01T04:05:16.721Z] 5daac56f3e4c: Preparing [2020-10-01T04:05:16.721Z] 770b34e242df: Preparing [2020-10-01T04:05:16.721Z] 6400e430725f: Preparing [2020-10-01T04:05:16.721Z] c8068e393371: Preparing [2020-10-01T04:05:16.721Z] 527eef706b20: Preparing [2020-10-01T04:05:16.721Z] 224742e9e948: Preparing [2020-10-01T04:05:16.721Z] 5391e5290f13: Preparing [2020-10-01T04:05:16.721Z] 13baed61c795: Preparing [2020-10-01T04:05:16.721Z] 51d6d3d09136: Preparing [2020-10-01T04:05:16.721Z] 1507bc794612: Preparing [2020-10-01T04:05:16.721Z] 50644c29ef5a: Preparing [2020-10-01T04:05:16.721Z] 6400e430725f: Waiting [2020-10-01T04:05:16.721Z] c8068e393371: Waiting [2020-10-01T04:05:16.721Z] 5391e5290f13: Waiting [2020-10-01T04:05:16.721Z] 527eef706b20: Waiting [2020-10-01T04:05:16.721Z] 13baed61c795: Waiting [2020-10-01T04:05:16.721Z] 224742e9e948: Waiting [2020-10-01T04:05:16.721Z] 50644c29ef5a: Waiting [2020-10-01T04:05:16.721Z] 1507bc794612: Waiting [2020-10-01T04:05:16.721Z] 770b34e242df: Layer already exists [2020-10-01T04:05:16.721Z] 5daac56f3e4c: Layer already exists [2020-10-01T04:05:16.721Z] 78c2e52bc547: Layer already exists [2020-10-01T04:05:16.721Z] 81b068c87c57: Layer already exists [2020-10-01T04:05:16.721Z] 36fa50d17fae: Layer already exists [2020-10-01T04:05:16.721Z] 6400e430725f: Layer already exists [2020-10-01T04:05:16.721Z] 527eef706b20: Layer already exists [2020-10-01T04:05:16.721Z] c8068e393371: Layer already exists [2020-10-01T04:05:16.721Z] 224742e9e948: Layer already exists [2020-10-01T04:05:16.721Z] 5391e5290f13: Layer already exists [2020-10-01T04:05:16.722Z] 1507bc794612: Layer already exists [2020-10-01T04:05:16.722Z] 51d6d3d09136: Layer already exists [2020-10-01T04:05:16.722Z] 13baed61c795: Layer already exists [2020-10-01T04:05:16.722Z] 50644c29ef5a: Layer already exists [2020-10-01T04:05:16.722Z] 1.2.2-dev.40: digest: sha256:830a0de993acd5ea90dec51b900c41e27e1c66f754477a0e2094a98daab65e42 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:17.028Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:17.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:17.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T04:05:17.322Z] 78c2e52bc547: Preparing [2020-10-01T04:05:17.322Z] 36fa50d17fae: Preparing [2020-10-01T04:05:17.322Z] 81b068c87c57: Preparing [2020-10-01T04:05:17.322Z] 5daac56f3e4c: Preparing [2020-10-01T04:05:17.322Z] 770b34e242df: Preparing [2020-10-01T04:05:17.322Z] 6400e430725f: Preparing [2020-10-01T04:05:17.322Z] c8068e393371: Preparing [2020-10-01T04:05:17.322Z] 527eef706b20: Preparing [2020-10-01T04:05:17.322Z] 224742e9e948: Preparing [2020-10-01T04:05:17.322Z] 5391e5290f13: Preparing [2020-10-01T04:05:17.322Z] 13baed61c795: Preparing [2020-10-01T04:05:17.322Z] 51d6d3d09136: Preparing [2020-10-01T04:05:17.322Z] 1507bc794612: Preparing [2020-10-01T04:05:17.323Z] 50644c29ef5a: Preparing [2020-10-01T04:05:17.323Z] 224742e9e948: Waiting [2020-10-01T04:05:17.323Z] 5391e5290f13: Waiting [2020-10-01T04:05:17.323Z] 13baed61c795: Waiting [2020-10-01T04:05:17.323Z] 51d6d3d09136: Waiting [2020-10-01T04:05:17.323Z] 1507bc794612: Waiting [2020-10-01T04:05:17.323Z] 50644c29ef5a: Waiting [2020-10-01T04:05:17.323Z] 6400e430725f: Waiting [2020-10-01T04:05:17.323Z] c8068e393371: Waiting [2020-10-01T04:05:17.323Z] 527eef706b20: Waiting [2020-10-01T04:05:17.323Z] 81b068c87c57: Layer already exists [2020-10-01T04:05:17.323Z] 36fa50d17fae: Layer already exists [2020-10-01T04:05:17.323Z] 78c2e52bc547: Layer already exists [2020-10-01T04:05:17.323Z] 770b34e242df: Layer already exists [2020-10-01T04:05:17.323Z] 5daac56f3e4c: Layer already exists [2020-10-01T04:05:17.323Z] 6400e430725f: Layer already exists [2020-10-01T04:05:17.323Z] 224742e9e948: Layer already exists [2020-10-01T04:05:17.323Z] 527eef706b20: Layer already exists [2020-10-01T04:05:17.323Z] 5391e5290f13: Layer already exists [2020-10-01T04:05:17.323Z] c8068e393371: Layer already exists [2020-10-01T04:05:17.323Z] 13baed61c795: Layer already exists [2020-10-01T04:05:17.323Z] 50644c29ef5a: Layer already exists [2020-10-01T04:05:17.323Z] 1507bc794612: Layer already exists [2020-10-01T04:05:17.323Z] 51d6d3d09136: Layer already exists [2020-10-01T04:05:17.323Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:830a0de993acd5ea90dec51b900c41e27e1c66f754477a0e2094a98daab65e42 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:17.624Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:05:17.647Z] ---> Running in 736e84752b48 [2020-10-01T04:05:17.647Z] ---> Running in 80631fc253cf [2020-10-01T04:05:17.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-01T04:05:17.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-01T04:05:17.918Z] 78c2e52bc547: Preparing [2020-10-01T04:05:17.918Z] 36fa50d17fae: Preparing [2020-10-01T04:05:17.918Z] 81b068c87c57: Preparing [2020-10-01T04:05:17.918Z] 5daac56f3e4c: Preparing [2020-10-01T04:05:17.918Z] 770b34e242df: Preparing [2020-10-01T04:05:17.918Z] 6400e430725f: Preparing [2020-10-01T04:05:17.918Z] c8068e393371: Preparing [2020-10-01T04:05:17.918Z] 527eef706b20: Preparing [2020-10-01T04:05:17.918Z] 224742e9e948: Preparing [2020-10-01T04:05:17.918Z] 5391e5290f13: Preparing [2020-10-01T04:05:17.918Z] 13baed61c795: Preparing [2020-10-01T04:05:17.918Z] 51d6d3d09136: Preparing [2020-10-01T04:05:17.918Z] 1507bc794612: Preparing [2020-10-01T04:05:17.918Z] 50644c29ef5a: Preparing [2020-10-01T04:05:17.918Z] 6400e430725f: Waiting [2020-10-01T04:05:17.918Z] c8068e393371: Waiting [2020-10-01T04:05:17.918Z] 224742e9e948: Waiting [2020-10-01T04:05:17.918Z] 527eef706b20: Waiting [2020-10-01T04:05:17.918Z] 5391e5290f13: Waiting [2020-10-01T04:05:17.918Z] 13baed61c795: Waiting [2020-10-01T04:05:17.918Z] 1507bc794612: Waiting [2020-10-01T04:05:17.918Z] 51d6d3d09136: Waiting [2020-10-01T04:05:17.918Z] 50644c29ef5a: Waiting [2020-10-01T04:05:17.918Z] 770b34e242df: Layer already exists [2020-10-01T04:05:17.918Z] 81b068c87c57: Layer already exists [2020-10-01T04:05:17.918Z] 78c2e52bc547: Layer already exists [2020-10-01T04:05:17.918Z] 5daac56f3e4c: Layer already exists [2020-10-01T04:05:17.918Z] 36fa50d17fae: Layer already exists [2020-10-01T04:05:17.918Z] 527eef706b20: Layer already exists [2020-10-01T04:05:17.918Z] c8068e393371: Layer already exists [2020-10-01T04:05:17.918Z] 6400e430725f: Layer already exists [2020-10-01T04:05:17.918Z] 5391e5290f13: Layer already exists [2020-10-01T04:05:17.918Z] 224742e9e948: Layer already exists [2020-10-01T04:05:17.918Z] 51d6d3d09136: Layer already exists [2020-10-01T04:05:17.918Z] 13baed61c795: Layer already exists [2020-10-01T04:05:17.918Z] 1507bc794612: Layer already exists [2020-10-01T04:05:17.918Z] 50644c29ef5a: Layer already exists [2020-10-01T04:05:18.178Z] master: digest: sha256:830a0de993acd5ea90dec51b900c41e27e1c66f754477a0e2094a98daab65e42 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:05:18.356Z] ===================================================== [Pipeline] echo [2020-10-01T04:05:18.399Z] taggedImages: [2020-10-01T04:05:18.399Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:05:18.399Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.40 [2020-10-01T04:05:18.399Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:05:18.399Z] - 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-01T04:05:20.337Z] Removing intermediate container 56027c6a4bd8 [2020-10-01T04:05:20.337Z] ---> 961e8717f49e [2020-10-01T04:05:20.337Z] Step 8/21 : COPY . . [2020-10-01T04:05:20.946Z] Removing intermediate container 3249801c233f [2020-10-01T04:05:20.946Z] ---> 61f9a257eb69 [2020-10-01T04:05:20.946Z] Step 8/23 : COPY . . [2020-10-01T04:05:25.273Z] Removing intermediate container 80631fc253cf [2020-10-01T04:05:25.273Z] ---> 82f54ce46713 [2020-10-01T04:05:25.273Z] Step 8/22 : COPY . . [2020-10-01T04:05:25.550Z] Removing intermediate container 736e84752b48 [2020-10-01T04:05:25.550Z] ---> 04d903dbc947 [2020-10-01T04:05:25.550Z] Step 8/20 : COPY . . [2020-10-01T04:05:40.678Z] ---> 57d69296465b [2020-10-01T04:05:40.678Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-01T04:05:40.678Z] ---> Running in 0c55a17270d3 [2020-10-01T04:05:41.279Z] ---> ee018cfd87b4 [2020-10-01T04:05:41.279Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-01T04:05:41.279Z] ---> a03d0b5184db [2020-10-01T04:05:41.279Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-01T04:05:41.551Z] ---> Running in d6c9e56645de [2020-10-01T04:05:41.551Z] ---> Running in 1328973970b8 [2020-10-01T04:05:41.833Z] ---> 924cdb90c51d [2020-10-01T04:05:41.833Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-01T04:05:42.122Z] ---> Running in f644ca3dac87 [2020-10-01T04:05:42.122Z] ---> b48084a9c66d [2020-10-01T04:05:42.122Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-01T04:05:42.407Z] ---> Running in 0a8dc92f0985 [2020-10-01T04:05:43.012Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-01T04:05:43.996Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/core-data/core-data ./cmd/core-data [2020-10-01T04:05:44.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-01T04:05:44.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-01T04:05:45.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-01T04:07:06.941Z] Removing intermediate container 0c55a17270d3 [2020-10-01T04:07:06.941Z] ---> e817328f701b [2020-10-01T04:07:06.941Z] [2020-10-01T04:07:06.941Z] Step 9/29 : FROM alpine:latest [2020-10-01T04:07:06.941Z] latest: Pulling from library/alpine [2020-10-01T04:07:06.941Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-01T04:07:06.941Z] Status: Downloaded newer image for alpine:latest [2020-10-01T04:07:06.941Z] ---> 62ee0e9f8440 [2020-10-01T04:07:06.941Z] 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-01T04:07:06.941Z] ---> Running in ac285ba202c5 [2020-10-01T04:07:06.941Z] Removing intermediate container ac285ba202c5 [2020-10-01T04:07:06.941Z] ---> 45e4232f559a [2020-10-01T04:07:06.941Z] Step 11/29 : USER root [2020-10-01T04:07:06.941Z] ---> Running in a25e5a73cd12 [2020-10-01T04:07:06.941Z] Removing intermediate container a25e5a73cd12 [2020-10-01T04:07:06.941Z] ---> e2efc09a9279 [2020-10-01T04:07:06.941Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-01T04:07:06.941Z] ---> Running in 008399d90087 [2020-10-01T04:07:07.218Z] Removing intermediate container 0a8dc92f0985 [2020-10-01T04:07:07.218Z] ---> 87f7fba7f2d1 [2020-10-01T04:07:07.218Z] [2020-10-01T04:07:07.218Z] Step 10/20 : FROM alpine [2020-10-01T04:07:07.218Z] ---> 62ee0e9f8440 [2020-10-01T04:07:07.218Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-01T04:07:07.493Z] ---> Running in 2a5326cb08ed [2020-10-01T04:07:09.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:07:09.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:07:10.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:07:10.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:07:10.375Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:07:10.375Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:07:10.375Z] OK: 12621 distinct packages available [2020-10-01T04:07:10.980Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:07:10.980Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:07:10.980Z] OK: 12621 distinct packages available [2020-10-01T04:07:11.584Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-01T04:07:11.584Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-01T04:07:11.584Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:07:11.584Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T04:07:11.584Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-01T04:07:11.860Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T04:07:11.860Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-01T04:07:11.860Z] (4/4) Installing curl (7.69.1-r1) [2020-10-01T04:07:11.860Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:07:11.860Z] Executing ca-certificates-20191127-r4.trigger [2020-10-01T04:07:11.860Z] OK: 6 MiB in 16 packages [2020-10-01T04:07:12.467Z] OK: 7 MiB in 18 packages [2020-10-01T04:07:15.122Z] Removing intermediate container 008399d90087 [2020-10-01T04:07:15.122Z] ---> 6686ebc874b4 [2020-10-01T04:07:15.122Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-01T04:07:15.402Z] Removing intermediate container 2a5326cb08ed [2020-10-01T04:07:15.402Z] ---> 7cf09109b898 [2020-10-01T04:07:15.402Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T04:07:15.683Z] ---> Running in 225b13e0017e [2020-10-01T04:07:15.964Z] ---> Running in 78f9e1bc555f [2020-10-01T04:07:16.574Z] Removing intermediate container 225b13e0017e [2020-10-01T04:07:16.574Z] ---> 5a4580ea1787 [2020-10-01T04:07:16.574Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-01T04:07:16.853Z] ---> Running in e5b1fcb92840 [2020-10-01T04:07:16.853Z] Removing intermediate container 78f9e1bc555f [2020-10-01T04:07:16.853Z] ---> fa05627159a5 [2020-10-01T04:07:16.853Z] Step 13/20 : WORKDIR /edgex [2020-10-01T04:07:17.142Z] ---> Running in 64ef997bfde5 [2020-10-01T04:07:17.750Z] Removing intermediate container e5b1fcb92840 [2020-10-01T04:07:17.750Z] ---> 1a9df30770f0 [2020-10-01T04:07:17.750Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-01T04:07:18.034Z] ---> Running in 4f181b7d26ea [2020-10-01T04:07:18.034Z] Removing intermediate container 64ef997bfde5 [2020-10-01T04:07:18.034Z] ---> bed3a1ba0acd [2020-10-01T04:07:18.034Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-01T04:07:19.497Z] ---> 7d28a1f69d8b [2020-10-01T04:07:19.497Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-01T04:07:21.509Z] ---> f1a8550e8900 [2020-10-01T04:07:21.510Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-01T04:07:21.789Z] ---> Running in 69f0556be303 [2020-10-01T04:07:22.785Z] Removing intermediate container 4f181b7d26ea [2020-10-01T04:07:22.785Z] ---> 6b16fab3d3c2 [2020-10-01T04:07:22.785Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-01T04:07:22.785Z] Removing intermediate container 69f0556be303 [2020-10-01T04:07:22.785Z] ---> cabb1df1147e [2020-10-01T04:07:22.785Z] Step 17/20 : CMD ["--init=true"] [2020-10-01T04:07:23.407Z] ---> Running in 5c43a04c03f9 [2020-10-01T04:07:24.414Z] Removing intermediate container 5c43a04c03f9 [2020-10-01T04:07:24.414Z] ---> edff369aaa74 [2020-10-01T04:07:24.414Z] Step 18/20 : LABEL arch=arm64 [2020-10-01T04:07:25.021Z] ---> f658433c4dba [2020-10-01T04:07:25.021Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-01T04:07:25.021Z] ---> Running in 77c4ba7a24ed [2020-10-01T04:07:25.628Z] Removing intermediate container 77c4ba7a24ed [2020-10-01T04:07:25.628Z] ---> 474bcfb4ea7e [2020-10-01T04:07:25.628Z] Step 19/20 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:07:25.913Z] ---> Running in d180b303c389 [2020-10-01T04:07:26.193Z] ---> ed4d4d87ec82 [2020-10-01T04:07:26.193Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-01T04:07:26.800Z] Removing intermediate container d180b303c389 [2020-10-01T04:07:26.800Z] ---> 3b0051c8f6e8 [2020-10-01T04:07:26.800Z] Step 20/20 : LABEL version=1.2.2-dev.40 [2020-10-01T04:07:27.078Z] ---> Running in 54981367f542 [2020-10-01T04:07:27.078Z] ---> 77e571ea67f3 [2020-10-01T04:07:27.078Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-01T04:07:27.691Z] Removing intermediate container 54981367f542 [2020-10-01T04:07:27.691Z] ---> 585905f395c8 [2020-10-01T04:07:27.691Z] [2020-10-01T04:07:28.307Z] Successfully built 585905f395c8 [2020-10-01T04:07:28.307Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-01T04:07:28.591Z] Building docker-support-logging-go [2020-10-01T04:07:28.870Z]  Building docker-security-proxy-setup-go ... done  ---> 57b2d3a855e7 [2020-10-01T04:07:28.870Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-01T04:07:30.886Z] ---> bdd14fc40d11 [2020-10-01T04:07:30.886Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-01T04:07:31.165Z] ---> Running in 360760652cd1 [2020-10-01T04:07:37.927Z] Removing intermediate container d6c9e56645de [2020-10-01T04:07:37.927Z] ---> dcd846bba11d [2020-10-01T04:07:37.927Z] [2020-10-01T04:07:37.927Z] Step 10/21 : FROM scratch [2020-10-01T04:07:37.927Z] ---> [2020-10-01T04:07:37.927Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:07:37.927Z] ---> Running in 2d55533a540c [2020-10-01T04:07:37.927Z] Removing intermediate container 360760652cd1 [2020-10-01T04:07:37.927Z] ---> 5f43298206cc [2020-10-01T04:07:37.927Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T04:07:38.918Z] Removing intermediate container 2d55533a540c [2020-10-01T04:07:38.918Z] ---> 3e22e579bf31 [2020-10-01T04:07:38.918Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-01T04:07:39.199Z] ---> Running in 419de63108f7 [2020-10-01T04:07:39.500Z] ---> 8c62259ae3c4 [2020-10-01T04:07:39.500Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T04:07:40.106Z] ---> Running in 4e6d09989349 [2020-10-01T04:07:40.386Z] Removing intermediate container 419de63108f7 [2020-10-01T04:07:40.386Z] ---> 8b5a3f29c064 [2020-10-01T04:07:40.386Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-01T04:07:40.991Z] ---> Running in cd48a057bf61 [2020-10-01T04:07:41.976Z] Removing intermediate container cd48a057bf61 [2020-10-01T04:07:41.976Z] ---> 1b1cb06690d7 [2020-10-01T04:07:41.976Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-01T04:07:44.009Z] ---> d492b8449cfd [2020-10-01T04:07:44.009Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-01T04:07:45.456Z] Removing intermediate container 4e6d09989349 [2020-10-01T04:07:45.456Z] ---> dcc098ef83d3 [2020-10-01T04:07:45.456Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-01T04:07:45.743Z] ---> Running in ff7c1b5044fe [2020-10-01T04:07:46.019Z] ---> 61e877d5f853 [2020-10-01T04:07:46.019Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-01T04:07:48.032Z] ---> 4e833491dce1 [2020-10-01T04:07:48.032Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-01T04:07:48.312Z] ---> Running in 03404f75cbc0 [2020-10-01T04:07:49.769Z] Removing intermediate container 03404f75cbc0 [2020-10-01T04:07:49.769Z] ---> dc4fe41e9357 [2020-10-01T04:07:49.769Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:07:50.064Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:07:50.064Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:07:50.064Z] ---> b0729f8bcfc2 [2020-10-01T04:07:50.064Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T04:07:50.064Z] ---> Using cache [2020-10-01T04:07:50.064Z] ---> 4fab6262dff8 [2020-10-01T04:07:50.064Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:07:50.064Z] ---> Using cache [2020-10-01T04:07:50.064Z] ---> b4ea1d8c8f6c [2020-10-01T04:07:50.064Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-01T04:07:50.064Z] ---> Running in 854543316abe [2020-10-01T04:07:50.343Z] ---> Running in 4cfa9a49d2a9 [2020-10-01T04:07:50.944Z] Removing intermediate container 854543316abe [2020-10-01T04:07:50.944Z] ---> 3594716b9647 [2020-10-01T04:07:50.944Z] Step 19/21 : LABEL arch=arm64 [2020-10-01T04:07:51.550Z] Removing intermediate container ff7c1b5044fe [2020-10-01T04:07:51.550Z] ---> 50a607d98a12 [2020-10-01T04:07:51.550Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T04:07:51.550Z] ---> Running in 504dd647f31d [2020-10-01T04:07:52.157Z] ---> Running in 2d7870f6276f [2020-10-01T04:07:52.433Z] Removing intermediate container 504dd647f31d [2020-10-01T04:07:52.433Z] ---> b37130a7de83 [2020-10-01T04:07:52.433Z] Step 20/21 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:07:52.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:07:53.034Z] ---> Running in 06f447d553cb [2020-10-01T04:07:53.308Z] Removing intermediate container 2d7870f6276f [2020-10-01T04:07:53.308Z] ---> 6ab9de1dd1c3 [2020-10-01T04:07:53.308Z] Step 26/29 : CMD [ "generate" ] [2020-10-01T04:07:53.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:07:53.910Z] ---> Running in 26f467f65927 [2020-10-01T04:07:54.183Z] Removing intermediate container 06f447d553cb [2020-10-01T04:07:54.183Z] ---> 3513359e53b1 [2020-10-01T04:07:54.183Z] Step 21/21 : LABEL version=1.2.2-dev.40 [2020-10-01T04:07:54.470Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:07:54.470Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:07:54.470Z] OK: 12623 distinct packages available [2020-10-01T04:07:54.470Z] Removing intermediate container f644ca3dac87 [2020-10-01T04:07:54.470Z] ---> 8dc03af1e0a8 [2020-10-01T04:07:54.470Z] [2020-10-01T04:07:54.470Z] Step 10/22 : FROM scratch [2020-10-01T04:07:54.470Z] ---> [2020-10-01T04:07:54.470Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:07:54.749Z] ---> Running in 79629331fbf0 [2020-10-01T04:07:54.749Z] ---> Using cache [2020-10-01T04:07:54.749Z] ---> 3e22e579bf31 [2020-10-01T04:07:54.749Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-01T04:07:55.032Z] Removing intermediate container 26f467f65927 [2020-10-01T04:07:55.032Z] ---> 588cf5c47465 [2020-10-01T04:07:55.032Z] Step 27/29 : LABEL arch=arm64 [2020-10-01T04:07:55.032Z] ---> Running in 7ff0bd164f39 [2020-10-01T04:07:55.308Z] ---> Running in e46564fcd125 [2020-10-01T04:07:55.308Z] Removing intermediate container 79629331fbf0 [2020-10-01T04:07:55.308Z] ---> 207da027ad1c [2020-10-01T04:07:55.308Z] [2020-10-01T04:07:55.308Z] OK: 217 MiB in 51 packages [2020-10-01T04:07:55.916Z] Removing intermediate container 7ff0bd164f39 [2020-10-01T04:07:55.916Z] ---> 1b334da9b715 [2020-10-01T04:07:55.916Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T04:07:55.916Z] Successfully built 207da027ad1c [2020-10-01T04:07:55.916Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-01T04:07:55.916Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-10-01T04:07:55.916Z] Removing intermediate container e46564fcd125 [2020-10-01T04:07:55.916Z] ---> a41556145b18 [2020-10-01T04:07:55.916Z] Step 28/29 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:07:56.274Z] OK: 217 MiB in 51 packages [2020-10-01T04:07:56.274Z] ---> Running in eb0e45fd07a7 [2020-10-01T04:07:56.593Z] ---> Running in 3c2ff2466a08 [2020-10-01T04:07:57.308Z] Removing intermediate container eb0e45fd07a7 [2020-10-01T04:07:57.308Z] ---> 4a33bc2d6f63 [2020-10-01T04:07:57.308Z] Step 14/22 : WORKDIR / [2020-10-01T04:07:58.107Z] ---> Running in 6fa2ffa9a172 [2020-10-01T04:07:58.107Z] Removing intermediate container 3c2ff2466a08 [2020-10-01T04:07:58.107Z] ---> 1c3c888de691 [2020-10-01T04:07:58.107Z] Step 29/29 : LABEL version=1.2.2-dev.40 [2020-10-01T04:07:58.411Z] ---> Running in 645f1845178e [2020-10-01T04:07:58.411Z] Removing intermediate container 4cfa9a49d2a9 [2020-10-01T04:07:58.411Z] ---> 83c127bebe90 [2020-10-01T04:07:58.411Z] Step 6/22 : COPY go.mod . [2020-10-01T04:07:59.065Z] Removing intermediate container 6fa2ffa9a172 [2020-10-01T04:07:59.065Z] ---> 50f146caf708 [2020-10-01T04:07:59.065Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-01T04:07:59.820Z] Removing intermediate container 645f1845178e [2020-10-01T04:07:59.820Z] ---> 777630f1994c [2020-10-01T04:07:59.820Z] [2020-10-01T04:08:00.139Z] ---> f9cb3a0f1138 [2020-10-01T04:08:00.139Z] Step 7/22 : RUN go mod download [2020-10-01T04:08:00.416Z] Successfully built 777630f1994c [2020-10-01T04:08:00.416Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-01T04:08:00.416Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-10-01T04:08:00.699Z] ---> d8bc2934109c [2020-10-01T04:08:00.699Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-01T04:08:00.699Z] ---> Running in 3a638fce94b1 [2020-10-01T04:08:05.016Z] ---> 297cd41cff6f [2020-10-01T04:08:05.016Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-01T04:08:05.622Z] Removing intermediate container 1328973970b8 [2020-10-01T04:08:05.622Z] ---> e67dea0112c0 [2020-10-01T04:08:05.622Z] [2020-10-01T04:08:05.622Z] Step 10/23 : FROM alpine [2020-10-01T04:08:05.622Z] ---> 62ee0e9f8440 [2020-10-01T04:08:05.622Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:08:05.896Z] ---> Running in dfcfc2d6dd64 [2020-10-01T04:08:06.183Z] Removing intermediate container 3a638fce94b1 [2020-10-01T04:08:06.183Z] ---> 91c44dea73ca [2020-10-01T04:08:06.183Z] Step 8/22 : COPY . . [2020-10-01T04:08:06.458Z] ---> ee007d905d7f [2020-10-01T04:08:06.458Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-01T04:08:06.731Z] ---> Running in f9e368b36c69 [2020-10-01T04:08:06.731Z] Removing intermediate container dfcfc2d6dd64 [2020-10-01T04:08:06.731Z] ---> 8a662e077d41 [2020-10-01T04:08:06.731Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-01T04:08:07.717Z] ---> Running in 2bb3c68075f4 [2020-10-01T04:08:09.162Z] Removing intermediate container f9e368b36c69 [2020-10-01T04:08:09.162Z] ---> fbf1ff9bd3c7 [2020-10-01T04:08:09.162Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:08:10.602Z] Removing intermediate container 2bb3c68075f4 [2020-10-01T04:08:10.602Z] ---> eebb8a3fe96c [2020-10-01T04:08:10.602Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-01T04:08:10.875Z] ---> Running in 7903e836d70a [2020-10-01T04:08:11.473Z] ---> Running in 23b5ea7d1391 [2020-10-01T04:08:11.749Z] Removing intermediate container 7903e836d70a [2020-10-01T04:08:11.749Z] ---> a57c2fe6359b [2020-10-01T04:08:11.749Z] Step 20/22 : LABEL arch=arm64 [2020-10-01T04:08:12.022Z] Removing intermediate container 23b5ea7d1391 [2020-10-01T04:08:12.022Z] ---> 0d411314c5cd [2020-10-01T04:08:12.022Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:08:12.022Z] ---> Running in 8b0d2dc9a0ef [2020-10-01T04:08:12.303Z] ---> Running in 8e53f28b6c2b [2020-10-01T04:08:13.298Z] Removing intermediate container 8b0d2dc9a0ef [2020-10-01T04:08:13.298Z] ---> 48790e7205a0 [2020-10-01T04:08:13.298Z] Step 21/22 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:08:13.899Z] ---> Running in 2ec53ed9098d [2020-10-01T04:08:15.338Z] Removing intermediate container 2ec53ed9098d [2020-10-01T04:08:15.338Z] ---> d4ef0041766c [2020-10-01T04:08:15.338Z] Step 22/22 : LABEL version=1.2.2-dev.40 [2020-10-01T04:08:15.956Z] ---> Running in 39d5c7a3983d [2020-10-01T04:08:16.671Z] Removing intermediate container 39d5c7a3983d [2020-10-01T04:08:16.671Z] ---> 68a120c96aa0 [2020-10-01T04:08:16.671Z] [2020-10-01T04:08:16.985Z] Removing intermediate container 8e53f28b6c2b [2020-10-01T04:08:16.985Z] ---> 18aa41b924d8 [2020-10-01T04:08:16.985Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-01T04:08:17.312Z] Successfully built 68a120c96aa0 [2020-10-01T04:08:17.312Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-01T04:08:17.312Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-10-01T04:08:17.605Z] ---> Running in e96fe910f1b5 [2020-10-01T04:08:19.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:08:19.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:08:21.031Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-01T04:08:21.031Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-01T04:08:21.328Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-01T04:08:21.638Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-01T04:08:21.638Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-01T04:08:21.938Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:08:21.938Z] OK: 8 MiB in 19 packages [2020-10-01T04:08:24.041Z] ---> 78c382166814 [2020-10-01T04:08:24.041Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-01T04:08:24.735Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:08:24.735Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:08:24.735Z] ---> b0729f8bcfc2 [2020-10-01T04:08:24.735Z] Step 3/22 : WORKDIR /edgex-go [2020-10-01T04:08:24.735Z] ---> Using cache [2020-10-01T04:08:24.735Z] ---> 4fab6262dff8 [2020-10-01T04:08:24.735Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:08:24.735Z] ---> Using cache [2020-10-01T04:08:24.736Z] ---> b4ea1d8c8f6c [2020-10-01T04:08:24.736Z] Step 5/22 : RUN apk update && apk add make git [2020-10-01T04:08:25.034Z] ---> Running in 415824c38de2 [2020-10-01T04:08:25.034Z] ---> Running in 2d60953a7a4b [2020-10-01T04:08:25.688Z] Removing intermediate container e96fe910f1b5 [2020-10-01T04:08:25.688Z] ---> cfd2a78309c2 [2020-10-01T04:08:25.688Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-01T04:08:27.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:08:27.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-01T04:08:27.762Z] ---> d03f148149cd [2020-10-01T04:08:27.762Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-01T04:08:28.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:08:29.864Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:08:29.864Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:08:29.864Z] OK: 12623 distinct packages available [2020-10-01T04:08:29.864Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:08:29.864Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:08:29.864Z] ---> b0729f8bcfc2 [2020-10-01T04:08:29.864Z] Step 3/24 : WORKDIR /edgex-go [2020-10-01T04:08:29.864Z] ---> Using cache [2020-10-01T04:08:29.864Z] ---> 4fab6262dff8 [2020-10-01T04:08:29.864Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:08:29.864Z] ---> Using cache [2020-10-01T04:08:29.864Z] ---> b4ea1d8c8f6c [2020-10-01T04:08:29.864Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-01T04:08:30.483Z] ---> 7b7286271814 [2020-10-01T04:08:30.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-01T04:08:30.483Z] ---> Running in 136246d70b8d [2020-10-01T04:08:30.483Z] OK: 217 MiB in 51 packages [2020-10-01T04:08:31.977Z] ---> 1bdb15ee9d05 [2020-10-01T04:08:31.977Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-01T04:08:32.278Z] ---> Running in ea145a5889ae [2020-10-01T04:08:33.299Z] Removing intermediate container 415824c38de2 [2020-10-01T04:08:33.299Z] ---> dd5f8f71fb38 [2020-10-01T04:08:33.299Z] Step 6/22 : COPY go.mod . [2020-10-01T04:08:33.299Z] Removing intermediate container ea145a5889ae [2020-10-01T04:08:33.299Z] ---> d598f08ac460 [2020-10-01T04:08:33.299Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:08:33.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:08:33.871Z] ---> Running in a89bc364b40d [2020-10-01T04:08:34.482Z] ---> e408fb9bdce9 [2020-10-01T04:08:34.482Z] Step 7/22 : RUN go mod download [2020-10-01T04:08:34.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:08:34.782Z] Removing intermediate container a89bc364b40d [2020-10-01T04:08:34.782Z] ---> 2b78a2ff63f2 [2020-10-01T04:08:34.782Z] Step 21/23 : LABEL arch=arm64 [2020-10-01T04:08:34.782Z] ---> Running in d61962217988 [2020-10-01T04:08:35.066Z] ---> Running in 56c1117dc056 [2020-10-01T04:08:35.676Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:08:35.676Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:08:35.676Z] OK: 12623 distinct packages available [2020-10-01T04:08:36.281Z] Removing intermediate container 56c1117dc056 [2020-10-01T04:08:36.281Z] ---> 8985df95bf9b [2020-10-01T04:08:36.281Z] Step 22/23 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:08:36.562Z] OK: 217 MiB in 51 packages [2020-10-01T04:08:36.844Z] ---> Running in d2606925ece9 [2020-10-01T04:08:37.842Z] Removing intermediate container d2606925ece9 [2020-10-01T04:08:37.843Z] ---> de82b7fbf619 [2020-10-01T04:08:37.843Z] Step 23/23 : LABEL version=1.2.2-dev.40 [2020-10-01T04:08:38.444Z] ---> Running in 5b39afd63063 [2020-10-01T04:08:39.049Z] Removing intermediate container 136246d70b8d [2020-10-01T04:08:39.049Z] ---> feaac0b4d9c6 [2020-10-01T04:08:39.049Z] Step 6/24 : COPY go.mod . [2020-10-01T04:08:39.649Z] Removing intermediate container 5b39afd63063 [2020-10-01T04:08:39.649Z] ---> 7e0b78b3e5c3 [2020-10-01T04:08:39.649Z] [2020-10-01T04:08:40.647Z] Successfully built 7e0b78b3e5c3 [2020-10-01T04:08:40.647Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-01T04:08:40.647Z] Building docker-sys-mgmt-agent-go [2020-10-01T04:08:41.252Z]  Building docker-core-data-go ... done  ---> db649a3de9fc [2020-10-01T04:08:41.252Z] Step 7/24 : RUN go mod download [2020-10-01T04:08:41.252Z] Removing intermediate container d61962217988 [2020-10-01T04:08:41.252Z] ---> 2ddf69442d37 [2020-10-01T04:08:41.252Z] Step 8/22 : COPY . . [2020-10-01T04:08:41.252Z] ---> Running in 902ff8d2635f [2020-10-01T04:08:48.092Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:08:48.092Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:08:48.092Z] ---> b0729f8bcfc2 [2020-10-01T04:08:48.092Z] Step 3/26 : WORKDIR /edgex-go [2020-10-01T04:08:48.092Z] ---> Using cache [2020-10-01T04:08:48.092Z] ---> 4fab6262dff8 [2020-10-01T04:08:48.092Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:08:48.092Z] ---> Using cache [2020-10-01T04:08:48.092Z] ---> b4ea1d8c8f6c [2020-10-01T04:08:48.092Z] Step 5/26 : RUN apk update && apk add make git [2020-10-01T04:08:48.092Z] ---> Using cache [2020-10-01T04:08:48.092Z] ---> dd5f8f71fb38 [2020-10-01T04:08:48.092Z] Step 6/26 : COPY go.mod . [2020-10-01T04:08:48.092Z] ---> Using cache [2020-10-01T04:08:48.092Z] ---> e408fb9bdce9 [2020-10-01T04:08:48.092Z] Step 7/26 : RUN go mod download [2020-10-01T04:08:48.092Z] ---> Using cache [2020-10-01T04:08:48.092Z] ---> 2ddf69442d37 [2020-10-01T04:08:48.092Z] Step 8/26 : COPY . . [2020-10-01T04:08:50.899Z] Removing intermediate container 902ff8d2635f [2020-10-01T04:08:50.899Z] ---> 3797dea53231 [2020-10-01T04:08:50.899Z] Step 8/24 : COPY . . [2020-10-01T04:09:09.350Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-01T04:09:09.350Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-01T04:09:09.350Z] ---> b0729f8bcfc2 [2020-10-01T04:09:09.350Z] Step 3/27 : WORKDIR /edgex-go [2020-10-01T04:09:09.350Z] ---> Using cache [2020-10-01T04:09:09.350Z] ---> 4fab6262dff8 [2020-10-01T04:09:09.350Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T04:09:09.350Z] ---> Using cache [2020-10-01T04:09:09.350Z] ---> b4ea1d8c8f6c [2020-10-01T04:09:09.350Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-01T04:09:16.062Z] ---> Running in 1d260de1efeb [2020-10-01T04:09:16.062Z] ---> 129f46b1885f [2020-10-01T04:09:16.062Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-01T04:09:16.336Z] ---> 92f776ac3283 [2020-10-01T04:09:16.336Z] 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-01T04:09:16.614Z] ---> Running in 1ab0d98b7ce6 [2020-10-01T04:09:16.614Z] ---> Running in 29cb3bbd7b0e [2020-10-01T04:09:16.614Z] ---> cd8dce905e66 [2020-10-01T04:09:16.614Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-01T04:09:16.887Z] ---> Running in 23743b51bf76 [2020-10-01T04:09:17.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:09:18.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:09:18.876Z] Removing intermediate container 2d60953a7a4b [2020-10-01T04:09:18.876Z] ---> 1427c3ae290e [2020-10-01T04:09:18.876Z] [2020-10-01T04:09:18.876Z] Step 10/22 : FROM scratch [2020-10-01T04:09:18.876Z] ---> [2020-10-01T04:09:18.876Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T04:09:18.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-01T04:09:19.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/core-command/core-command ./cmd/core-command [2020-10-01T04:09:19.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-01T04:09:19.153Z] ---> Running in 39ad4a1e447c [2020-10-01T04:09:19.756Z] Removing intermediate container 39ad4a1e447c [2020-10-01T04:09:19.756Z] ---> 87c5724ae943 [2020-10-01T04:09:19.756Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-01T04:09:19.756Z] ---> Running in 2bd6ac8a1313 [2020-10-01T04:09:20.033Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-01T04:09:20.033Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-01T04:09:20.033Z] OK: 12623 distinct packages available [2020-10-01T04:09:20.308Z] Removing intermediate container 2bd6ac8a1313 [2020-10-01T04:09:20.308Z] ---> 14e90ded52dd [2020-10-01T04:09:20.308Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T04:09:20.585Z] ---> Running in 26971f3daf2b [2020-10-01T04:09:20.861Z] OK: 217 MiB in 51 packages [2020-10-01T04:09:21.139Z] Removing intermediate container 26971f3daf2b [2020-10-01T04:09:21.139Z] ---> 5b35f7eff52e [2020-10-01T04:09:21.139Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-01T04:09:22.600Z] ---> b25fab090bb5 [2020-10-01T04:09:22.600Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-01T04:09:22.878Z] Removing intermediate container 1d260de1efeb [2020-10-01T04:09:22.878Z] ---> 5e9bb1a84f1d [2020-10-01T04:09:22.878Z] Step 6/27 : COPY go.mod . [2020-10-01T04:09:23.878Z] ---> dd6f283875dd [2020-10-01T04:09:23.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-01T04:09:24.154Z] ---> 7943a7c31787 [2020-10-01T04:09:24.154Z] Step 7/27 : RUN go mod download [2020-10-01T04:09:24.435Z] ---> Running in 78c43e32ebb8 [2020-10-01T04:09:26.429Z] ---> 89d69ce3113d [2020-10-01T04:09:26.429Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-01T04:09:27.040Z] ---> f1f033a53755 [2020-10-01T04:09:27.040Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-01T04:09:27.321Z] ---> Running in bf238f6b02e0 [2020-10-01T04:09:28.318Z] Removing intermediate container bf238f6b02e0 [2020-10-01T04:09:28.318Z] ---> 027caed0ad83 [2020-10-01T04:09:28.318Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:09:28.318Z] ---> Running in 807190c64199 [2020-10-01T04:09:28.925Z] Removing intermediate container 807190c64199 [2020-10-01T04:09:28.925Z] ---> 62ad54cd923a [2020-10-01T04:09:28.925Z] Step 20/22 : LABEL arch=arm64 [2020-10-01T04:09:29.205Z] ---> Running in 0f527bec7fc3 [2020-10-01T04:09:30.196Z] Removing intermediate container 78c43e32ebb8 [2020-10-01T04:09:30.196Z] ---> ba61d7fcff10 [2020-10-01T04:09:30.196Z] Step 8/27 : COPY . . [2020-10-01T04:09:30.196Z] Removing intermediate container 0f527bec7fc3 [2020-10-01T04:09:30.196Z] ---> f9872ef47ad9 [2020-10-01T04:09:30.196Z] Step 21/22 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:09:30.196Z] ---> Running in 3fe0db375fff [2020-10-01T04:09:31.212Z] Removing intermediate container 3fe0db375fff [2020-10-01T04:09:31.212Z] ---> 801ea7569669 [2020-10-01T04:09:31.212Z] Step 22/22 : LABEL version=1.2.2-dev.40 [2020-10-01T04:09:31.491Z] ---> Running in e3a3d56a9b5a [2020-10-01T04:09:32.958Z] Removing intermediate container e3a3d56a9b5a [2020-10-01T04:09:32.958Z] ---> 65185945f211 [2020-10-01T04:09:32.958Z] [2020-10-01T04:09:33.567Z] Successfully built 65185945f211 [2020-10-01T04:09:33.567Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-01T04:09:51.961Z]  Building docker-support-logging-go ... done  ---> 5db54a6f0b43 [2020-10-01T04:09:51.961Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-01T04:09:51.961Z] ---> Running in 18034c5b66a8 [2020-10-01T04:09:52.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-01T04:10:25.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-01T04:10:32.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-01T04:10:44.590Z] Removing intermediate container 29cb3bbd7b0e [2020-10-01T04:10:44.590Z] ---> 42199187ceea [2020-10-01T04:10:44.590Z] [2020-10-01T04:10:44.590Z] Step 10/26 : FROM alpine:3.10 [2020-10-01T04:10:44.590Z] 3.10: Pulling from library/alpine [2020-10-01T04:10:45.193Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-01T04:10:45.193Z] Status: Downloaded newer image for alpine:3.10 [2020-10-01T04:10:45.193Z] ---> 536a684cf733 [2020-10-01T04:10:45.193Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-01T04:10:45.494Z] ---> Running in 7b15d32e71ea [2020-10-01T04:10:48.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:10:48.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:10:49.040Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-01T04:10:49.040Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-01T04:10:49.040Z] OK: 10167 distinct packages available [2020-10-01T04:10:49.650Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-01T04:10:49.650Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-01T04:10:49.650Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-01T04:10:49.650Z] (4/5) Installing curl (7.66.0-r1) [2020-10-01T04:10:49.931Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-01T04:10:49.931Z] Executing busybox-1.30.1-r3.trigger [2020-10-01T04:10:49.931Z] Executing ca-certificates-20191127-r2.trigger [2020-10-01T04:10:50.209Z] OK: 7 MiB in 19 packages [2020-10-01T04:10:50.209Z] Removing intermediate container 23743b51bf76 [2020-10-01T04:10:50.209Z] ---> 186165e8a51d [2020-10-01T04:10:50.209Z] [2020-10-01T04:10:50.209Z] Step 10/24 : FROM scratch [2020-10-01T04:10:50.209Z] ---> [2020-10-01T04:10:50.209Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-01T04:10:50.488Z] ---> Using cache [2020-10-01T04:10:50.488Z] ---> 87c5724ae943 [2020-10-01T04:10:50.488Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-01T04:10:51.090Z] ---> Running in a963b7b6d0b1 [2020-10-01T04:10:51.692Z] Removing intermediate container a963b7b6d0b1 [2020-10-01T04:10:51.692Z] ---> f06c38b20158 [2020-10-01T04:10:51.692Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-01T04:10:51.692Z] ---> Running in 3fe855da157a [2020-10-01T04:10:52.288Z] Removing intermediate container 1ab0d98b7ce6 [2020-10-01T04:10:52.288Z] ---> 0c88e14c5f8c [2020-10-01T04:10:52.288Z] [2020-10-01T04:10:52.288Z] Step 10/22 : FROM scratch [2020-10-01T04:10:52.288Z] ---> [2020-10-01T04:10:52.288Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-01T04:10:52.288Z] ---> Using cache [2020-10-01T04:10:52.288Z] ---> 3e22e579bf31 [2020-10-01T04:10:52.288Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-01T04:10:52.563Z] Removing intermediate container 3fe855da157a [2020-10-01T04:10:52.563Z] ---> 50701b402f21 [2020-10-01T04:10:52.563Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-01T04:10:52.563Z] ---> Running in 53a83c291281 [2020-10-01T04:10:52.838Z] Removing intermediate container 7b15d32e71ea [2020-10-01T04:10:52.838Z] ---> 99bb1ac4e944 [2020-10-01T04:10:52.838Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-01T04:10:52.838Z] ---> Running in 781d1a688c43 [2020-10-01T04:10:53.112Z] Removing intermediate container 53a83c291281 [2020-10-01T04:10:53.112Z] ---> 427e2d32575e [2020-10-01T04:10:53.112Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-01T04:10:53.390Z] ---> Running in 7b0824050750 [2020-10-01T04:10:53.390Z] Removing intermediate container 781d1a688c43 [2020-10-01T04:10:53.390Z] ---> 870a7bc4959b [2020-10-01T04:10:53.390Z] Step 13/26 : WORKDIR / [2020-10-01T04:10:53.666Z] ---> 5f170c8d5969 [2020-10-01T04:10:53.666Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-01T04:10:53.666Z] ---> Running in 0b07f24f7aef [2020-10-01T04:10:53.975Z] Removing intermediate container 7b0824050750 [2020-10-01T04:10:53.975Z] ---> 93bb69e97115 [2020-10-01T04:10:53.975Z] Step 14/22 : WORKDIR / [2020-10-01T04:10:53.975Z] ---> Running in 3f635ad396ae [2020-10-01T04:10:54.620Z] Removing intermediate container 0b07f24f7aef [2020-10-01T04:10:54.620Z] ---> 9579b870a1fa [2020-10-01T04:10:54.620Z] 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-01T04:10:54.933Z] Removing intermediate container 3f635ad396ae [2020-10-01T04:10:54.933Z] ---> 9b64f244bf8e [2020-10-01T04:10:54.933Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-01T04:10:55.581Z] ---> 4ff24c65e33d [2020-10-01T04:10:55.581Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-01T04:10:55.903Z] ---> bfb7c2205f3d [2020-10-01T04:10:55.903Z] 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-01T04:10:56.536Z] ---> 5d32e6353a63 [2020-10-01T04:10:56.536Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-01T04:10:57.550Z] ---> 00437c3ce92c [2020-10-01T04:10:57.550Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-01T04:10:57.832Z] ---> 7ef85110ac92 [2020-10-01T04:10:57.832Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-01T04:10:58.825Z] ---> c7327103bda0 [2020-10-01T04:10:58.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-01T04:10:58.825Z] ---> df9443a5516b [2020-10-01T04:10:58.825Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-01T04:10:58.825Z] ---> d81d7cd8bd82 [2020-10-01T04:10:58.825Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-01T04:10:59.103Z] Removing intermediate container 18034c5b66a8 [2020-10-01T04:10:59.103Z] ---> 6ab1140a1f6c [2020-10-01T04:10:59.103Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-01T04:10:59.376Z] ---> Running in 88cad55f9d45 [2020-10-01T04:10:59.654Z] ---> f2016439f0eb [2020-10-01T04:10:59.654Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-01T04:10:59.931Z] ---> Running in b315bfa76a0e [2020-10-01T04:11:00.206Z] ---> 983b3a96b3fb [2020-10-01T04:11:00.206Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-01T04:11:00.803Z] Removing intermediate container b315bfa76a0e [2020-10-01T04:11:00.803Z] ---> 83e3818d6f46 [2020-10-01T04:11:00.803Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:11:00.803Z] ---> eb592bf6e4c2 [2020-10-01T04:11:00.803Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-01T04:11:00.803Z] ---> Running in 48ab0a0df0e3 [2020-10-01T04:11:01.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.40" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-01T04:11:01.413Z] ---> 9819c6a74cb5 [2020-10-01T04:11:01.413Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-01T04:11:01.690Z] Removing intermediate container 48ab0a0df0e3 [2020-10-01T04:11:01.690Z] ---> a58abf0f1e2e [2020-10-01T04:11:01.690Z] Step 20/22 : LABEL arch=arm64 [2020-10-01T04:11:01.690Z] ---> Running in c1f0934e0252 [2020-10-01T04:11:01.690Z] ---> 9fa3cd958b99 [2020-10-01T04:11:01.690Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-01T04:11:01.963Z] ---> Running in 0a4d68fe046f [2020-10-01T04:11:02.572Z] Removing intermediate container c1f0934e0252 [2020-10-01T04:11:02.572Z] ---> 181b7544efe1 [2020-10-01T04:11:02.572Z] Step 21/22 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:11:02.572Z] ---> Running in 0cc46fc7bf89 [2020-10-01T04:11:02.845Z] Removing intermediate container 0a4d68fe046f [2020-10-01T04:11:02.845Z] ---> c653a8854036 [2020-10-01T04:11:02.845Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:11:03.120Z] ---> Running in 3554ecc3fccd [2020-10-01T04:11:03.120Z] ---> 56365a628cba [2020-10-01T04:11:03.120Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-01T04:11:03.120Z] Removing intermediate container 0cc46fc7bf89 [2020-10-01T04:11:03.120Z] ---> cf7917eaaba5 [2020-10-01T04:11:03.120Z] Step 22/22 : LABEL version=1.2.2-dev.40 [2020-10-01T04:11:03.400Z] ---> Running in 17cbd5b6fcd5 [2020-10-01T04:11:03.677Z] Removing intermediate container 3554ecc3fccd [2020-10-01T04:11:03.677Z] ---> 8dc796f212a9 [2020-10-01T04:11:03.677Z] Step 22/24 : LABEL arch=arm64 [2020-10-01T04:11:03.951Z] ---> Running in ae8765547371 [2020-10-01T04:11:03.951Z] Removing intermediate container 17cbd5b6fcd5 [2020-10-01T04:11:03.951Z] ---> 1b1065983240 [2020-10-01T04:11:04.228Z] [2020-10-01T04:11:04.501Z] Successfully built 1b1065983240 [2020-10-01T04:11:04.774Z] ---> d094ba1bdf05 [2020-10-01T04:11:04.774Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-01T04:11:04.774Z] Removing intermediate container ae8765547371 [2020-10-01T04:11:04.774Z] ---> 1cc7a953debd [2020-10-01T04:11:04.774Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-01T04:11:04.774Z] Step 23/24 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:11:04.774Z]  Building docker-core-command-go ... done Removing intermediate container 88cad55f9d45 [2020-10-01T04:11:04.774Z] ---> 9d500cbc8ac5 [2020-10-01T04:11:04.774Z] [2020-10-01T04:11:04.774Z] Step 11/27 : FROM docker:latest [2020-10-01T04:11:04.774Z] ---> 45884bde0078 [2020-10-01T04:11:04.774Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-01T04:11:05.055Z] ---> Running in d995e7474d24 [2020-10-01T04:11:05.055Z] ---> Running in 7cfeb20744b6 [2020-10-01T04:11:05.330Z] Removing intermediate container d995e7474d24 [2020-10-01T04:11:05.330Z] ---> 549ba72c7e94 [2020-10-01T04:11:05.330Z] Step 24/24 : LABEL version=1.2.2-dev.40 [2020-10-01T04:11:05.603Z] ---> 640db096c20b [2020-10-01T04:11:05.603Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-01T04:11:05.603Z] ---> Running in a81132e56af5 [2020-10-01T04:11:05.892Z] ---> Running in e2f08443b2c2 [2020-10-01T04:11:06.170Z] Removing intermediate container a81132e56af5 [2020-10-01T04:11:06.170Z] ---> 4691e148169b [2020-10-01T04:11:06.170Z] [2020-10-01T04:11:06.768Z] Successfully built 4691e148169b [2020-10-01T04:11:06.768Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-01T04:11:07.040Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:11:07.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:11:07.637Z] (1/2) Installing readline (8.0.4-r0) [2020-10-01T04:11:07.637Z] (2/2) Installing bash (5.0.17-r0) [2020-10-01T04:11:07.637Z] Executing bash-5.0.17-r0.post-install [2020-10-01T04:11:07.637Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:11:07.637Z] OK: 12 MiB in 22 packages [2020-10-01T04:11:08.613Z] Removing intermediate container e2f08443b2c2 [2020-10-01T04:11:08.613Z] ---> e61220d832f8 [2020-10-01T04:11:08.613Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-01T04:11:08.613Z] ---> Running in 681c8fd87af6 [2020-10-01T04:11:08.886Z] Removing intermediate container 7cfeb20744b6 [2020-10-01T04:11:08.886Z] ---> 6dacff5cfd91 [2020-10-01T04:11:08.886Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-01T04:11:09.158Z] ---> Running in 16692a6484b9 [2020-10-01T04:11:09.158Z] Removing intermediate container 681c8fd87af6 [2020-10-01T04:11:09.158Z] ---> 8342b6ea3f71 [2020-10-01T04:11:09.158Z] Step 24/26 : LABEL arch=arm64 [2020-10-01T04:11:09.436Z] ---> Running in 0e6443a977e7 [2020-10-01T04:11:10.029Z] Removing intermediate container 0e6443a977e7 [2020-10-01T04:11:10.029Z] ---> dd29709f46ab [2020-10-01T04:11:10.029Z] Step 25/26 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:11:10.029Z] ---> Running in a2722df713bf [2020-10-01T04:11:10.624Z] Removing intermediate container a2722df713bf [2020-10-01T04:11:10.624Z] ---> ca68f25e86e6 [2020-10-01T04:11:10.624Z] Step 26/26 : LABEL version=1.2.2-dev.40 [2020-10-01T04:11:10.624Z] ---> Running in 204a762568b5 [2020-10-01T04:11:11.224Z] Removing intermediate container 204a762568b5 [2020-10-01T04:11:11.224Z] ---> 2e4dcc96a82e [2020-10-01T04:11:11.224Z] [2020-10-01T04:11:11.819Z] Successfully built 2e4dcc96a82e [2020-10-01T04:11:11.819Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-01T04:11:11.819Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 16692a6484b9 [2020-10-01T04:11:11.819Z] ---> c726112ddb34 [2020-10-01T04:11:11.819Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-01T04:11:12.090Z] ---> Running in 8bac03d44c48 [2020-10-01T04:11:12.360Z] Removing intermediate container 8bac03d44c48 [2020-10-01T04:11:12.360Z] ---> e4092bbdc0b1 [2020-10-01T04:11:12.360Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-01T04:11:12.634Z] ---> Running in d390d7961403 [2020-10-01T04:11:12.904Z] Removing intermediate container d390d7961403 [2020-10-01T04:11:12.904Z] ---> c492016c0cff [2020-10-01T04:11:12.904Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-01T04:11:13.178Z] ---> Running in 7af0fa8c491e [2020-10-01T04:11:13.778Z] Removing intermediate container 7af0fa8c491e [2020-10-01T04:11:13.778Z] ---> 2763c5aaf669 [2020-10-01T04:11:13.778Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-01T04:11:14.755Z] ---> 33d976cd0a28 [2020-10-01T04:11:14.755Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-01T04:11:15.728Z] ---> df4f69d2e36f [2020-10-01T04:11:15.728Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-01T04:11:16.317Z] ---> 7d8840e9c096 [2020-10-01T04:11:16.317Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-01T04:11:16.587Z] ---> Running in 8fc29f04f994 [2020-10-01T04:11:18.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:11:18.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:11:18.608Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-01T04:11:18.608Z] (2/33) Installing expat (2.2.9-r1) [2020-10-01T04:11:18.608Z] (3/33) Installing libffi (3.3-r2) [2020-10-01T04:11:18.608Z] (4/33) Installing gdbm (1.13-r1) [2020-10-01T04:11:18.608Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-01T04:11:18.878Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-01T04:11:18.878Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-01T04:11:20.842Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-01T04:11:20.842Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-01T04:11:20.842Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-01T04:11:20.842Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-01T04:11:20.842Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-01T04:11:20.842Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-01T04:11:20.842Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-01T04:11:20.842Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-01T04:11:20.842Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-01T04:11:20.842Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-01T04:11:20.842Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-01T04:11:20.842Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-01T04:11:20.842Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-01T04:11:20.842Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-01T04:11:20.842Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-01T04:11:20.842Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-01T04:11:20.842Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-01T04:11:20.842Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-01T04:11:20.842Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-01T04:11:20.842Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-01T04:11:20.842Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-01T04:11:21.114Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-01T04:11:21.114Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-01T04:11:21.114Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-01T04:11:21.114Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-01T04:11:21.114Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-01T04:11:21.114Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:11:21.114Z] OK: 71 MiB in 55 packages [2020-10-01T04:11:27.831Z] Removing intermediate container 8fc29f04f994 [2020-10-01T04:11:27.831Z] ---> b5b0411ac3d8 [2020-10-01T04:11:27.831Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-01T04:11:27.831Z] ---> Running in 846039f1f2ee [2020-10-01T04:11:33.307Z] Collecting docker-compose==1.23.2 [2020-10-01T04:11:33.307Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-01T04:11:33.902Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-01T04:11:33.902Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-01T04:11:34.500Z] Collecting PyYAML<4,>=3.10 [2020-10-01T04:11:34.774Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-01T04:11:37.407Z] 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-01T04:11:37.675Z] Collecting jsonschema<3,>=2.5.1 [2020-10-01T04:11:37.675Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-01T04:11:38.270Z] Collecting docker<4.0,>=3.6.0 [2020-10-01T04:11:38.270Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-01T04:11:38.858Z] Collecting cached-property<2,>=1.2.0 [2020-10-01T04:11:38.858Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-01T04:11:39.128Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-01T04:11:39.128Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-01T04:11:41.107Z] Collecting docopt<0.7,>=0.6.1 [2020-10-01T04:11:41.107Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-01T04:11:43.102Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-01T04:11:43.102Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-01T04:11:43.375Z] Collecting texttable<0.10,>=0.9.0 [2020-10-01T04:11:43.375Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-01T04:11:45.349Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-01T04:11:45.622Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-01T04:11:45.622Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-01T04:11:45.894Z] Collecting idna<2.8,>=2.5 [2020-10-01T04:11:45.894Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-01T04:11:45.894Z] 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-01T04:11:46.168Z] Collecting docker-pycreds>=0.4.0 [2020-10-01T04:11:46.168Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-01T04:11:46.168Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-01T04:11:46.168Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-01T04:11:46.168Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-01T04:11:46.168Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-01T04:11:47.154Z] Installing collected packages: urllib3, idna, requests, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, cached-property, dockerpty, docopt, texttable, docker-compose [2020-10-01T04:11:47.154Z] Attempting uninstall: urllib3 [2020-10-01T04:11:47.154Z] Found existing installation: urllib3 1.25.9 [2020-10-01T04:11:47.154Z] Uninstalling urllib3-1.25.9: [2020-10-01T04:11:47.154Z] Successfully uninstalled urllib3-1.25.9 [2020-10-01T04:11:47.752Z] Attempting uninstall: idna [2020-10-01T04:11:47.752Z] Found existing installation: idna 2.9 [2020-10-01T04:11:47.752Z] Uninstalling idna-2.9: [2020-10-01T04:11:47.752Z] Successfully uninstalled idna-2.9 [2020-10-01T04:11:48.351Z] Attempting uninstall: requests [2020-10-01T04:11:48.351Z] Found existing installation: requests 2.23.0 [2020-10-01T04:11:48.351Z] Uninstalling requests-2.23.0: [2020-10-01T04:11:48.625Z] Successfully uninstalled requests-2.23.0 [2020-10-01T04:11:48.900Z] Running setup.py install for PyYAML: started [2020-10-01T04:11:50.877Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-01T04:11:52.308Z] Running setup.py install for dockerpty: started [2020-10-01T04:11:54.281Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-01T04:11:54.281Z] Running setup.py install for docopt: started [2020-10-01T04:11:55.713Z] Running setup.py install for docopt: finished with status 'done' [2020-10-01T04:11:55.713Z] Running setup.py install for texttable: started [2020-10-01T04:11:57.689Z] Running setup.py install for texttable: finished with status 'done' [2020-10-01T04:11:58.283Z] 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-01T04:12:01.668Z] Removing intermediate container 846039f1f2ee [2020-10-01T04:12:01.668Z] ---> 4c4da133f33a [2020-10-01T04:12:01.668Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-01T04:12:01.943Z] ---> Running in 2a93ab3e887b [2020-10-01T04:12:03.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T04:12:03.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T04:12:04.252Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T04:12:04.252Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-01T04:12:04.252Z] (3/3) Installing curl (7.69.1-r1) [2020-10-01T04:12:04.252Z] Executing busybox-1.31.1-r16.trigger [2020-10-01T04:12:04.252Z] OK: 71 MiB in 58 packages [2020-10-01T04:12:05.236Z] Removing intermediate container 2a93ab3e887b [2020-10-01T04:12:05.236Z] ---> 7b7ab8bd258b [2020-10-01T04:12:05.236Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-01T04:12:05.512Z] ---> Running in 5f3359b6a87b [2020-10-01T04:12:06.112Z] Removing intermediate container 5f3359b6a87b [2020-10-01T04:12:06.112Z] ---> 2d4fb84a2d56 [2020-10-01T04:12:06.112Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T04:12:06.112Z] ---> Running in ba6b888b61d6 [2020-10-01T04:12:06.386Z] Removing intermediate container ba6b888b61d6 [2020-10-01T04:12:06.386Z] ---> a983b3930587 [2020-10-01T04:12:06.386Z] Step 25/27 : LABEL arch=arm64 [2020-10-01T04:12:06.660Z] ---> Running in a702d8a1b574 [2020-10-01T04:12:07.258Z] Removing intermediate container a702d8a1b574 [2020-10-01T04:12:07.258Z] ---> a7df03fce199 [2020-10-01T04:12:07.258Z] Step 26/27 : LABEL git_sha=690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:07.258Z] ---> Running in ade0f593a74b [2020-10-01T04:12:07.534Z] Removing intermediate container ade0f593a74b [2020-10-01T04:12:07.534Z] ---> fa765bc7fb6c [2020-10-01T04:12:07.534Z] Step 27/27 : LABEL version=1.2.2-dev.40 [2020-10-01T04:12:07.810Z] ---> Running in c029830a0be4 [2020-10-01T04:12:08.408Z] Removing intermediate container c029830a0be4 [2020-10-01T04:12:08.408Z] ---> 19200067ec47 [2020-10-01T04:12:08.408Z] [2020-10-01T04:12:08.680Z] Successfully built 19200067ec47 [2020-10-01T04:12:08.680Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-01T04:12:08.968Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-01T04:12:08.992Z] $ docker stop --time=1 3c642bfe9dce6bd5f0b63661ebbde983f6b3f910c6503c45c95c756d59c2ff67 [2020-10-01T04:12:10.926Z] $ docker rm -f 3c642bfe9dce6bd5f0b63661ebbde983f6b3f910c6503c45c95c756d59c2ff67 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:12:11.620Z] + grep docker [2020-10-01T04:12:11.620Z] + docker images [2020-10-01T04:12:11.892Z] docker-sys-mgmt-agent-go-arm64 latest 19200067ec47 3 seconds ago 270MB [2020-10-01T04:12:11.892Z] docker-security-secretstore-setup-go-arm64 latest 2e4dcc96a82e About a minute ago 30.8MB [2020-10-01T04:12:11.892Z] docker-support-notifications-go-arm64 latest 4691e148169b About a minute ago 12.9MB [2020-10-01T04:12:11.892Z] docker-core-command-go-arm64 latest 1b1065983240 About a minute ago 11.4MB [2020-10-01T04:12:11.892Z] docker-support-logging-go-arm64 latest 65185945f211 2 minutes ago 10.6MB [2020-10-01T04:12:11.892Z] docker-core-data-go-arm64 latest 7e0b78b3e5c3 3 minutes ago 22.2MB [2020-10-01T04:12:11.892Z] docker-core-metadata-go-arm64 latest 68a120c96aa0 3 minutes ago 13.2MB [2020-10-01T04:12:11.892Z] docker-security-secrets-setup-go-arm64 latest 777630f1994c 4 minutes ago 22.7MB [2020-10-01T04:12:11.892Z] docker-support-scheduler-go-arm64 latest 207da027ad1c 4 minutes ago 11.5MB [2020-10-01T04:12:11.892Z] docker-security-proxy-setup-go-arm64 latest 585905f395c8 4 minutes ago 15.1MB [2020-10-01T04:12:11.892Z] docker latest 45884bde0078 13 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-01T04:12:12.504Z] provisioning config files... [2020-10-01T04:12:12.550Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/155@tmp/config3340623690602624667tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:12:12.936Z] ---> docker-login.sh [2020-10-01T04:12:12.936Z] nexus3.edgexfoundry.org:10001 [2020-10-01T04:12:13.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:12:13.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:12:13.479Z] Configure a credential helper to remove this warning. See [2020-10-01T04:12:13.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:12:13.479Z] [2020-10-01T04:12:13.479Z] Login Succeeded [2020-10-01T04:12:13.479Z] nexus3.edgexfoundry.org:10002 [2020-10-01T04:12:13.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:12:14.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:12:14.025Z] Configure a credential helper to remove this warning. See [2020-10-01T04:12:14.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:12:14.025Z] [2020-10-01T04:12:14.025Z] Login Succeeded [2020-10-01T04:12:14.025Z] nexus3.edgexfoundry.org:10003 [2020-10-01T04:12:14.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:12:14.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:12:14.622Z] Configure a credential helper to remove this warning. See [2020-10-01T04:12:14.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:12:14.622Z] [2020-10-01T04:12:14.622Z] Login Succeeded [2020-10-01T04:12:14.622Z] nexus3.edgexfoundry.org:10004 [2020-10-01T04:12:15.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:12:15.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:12:15.225Z] Configure a credential helper to remove this warning. See [2020-10-01T04:12:15.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:12:15.225Z] [2020-10-01T04:12:15.225Z] Login Succeeded [2020-10-01T04:12:15.225Z] docker.io [2020-10-01T04:12:15.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-01T04:12:16.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-01T04:12:16.089Z] Configure a credential helper to remove this warning. See [2020-10-01T04:12:16.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-01T04:12:16.089Z] [2020-10-01T04:12:16.089Z] Login Succeeded [2020-10-01T04:12:16.089Z] ---> docker-login.sh ends [Pipeline] } [2020-10-01T04:12:16.106Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:12:16.317Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-01T04:12:16.317Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:16.317Z] 1.2.2-dev.40 [2020-10-01T04:12:16.317Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:16.317Z] master [2020-10-01T04:12:16.317Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:16.862Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:17.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:17.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T04:12:17.206Z] c134aac2bec2: Preparing [2020-10-01T04:12:17.206Z] 6aaad56d5ce0: Preparing [2020-10-01T04:12:17.206Z] afddecc1fe7f: Preparing [2020-10-01T04:12:17.477Z] c134aac2bec2: Pushed [2020-10-01T04:12:17.477Z] afddecc1fe7f: Pushed [2020-10-01T04:12:20.852Z] 6aaad56d5ce0: Pushed [2020-10-01T04:12:20.852Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:ef167dbdd26929dfb7b67e251d8e6dee3da43bf1df43e062e73e18cf06ce2ca3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:21.205Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:21.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:21.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T04:12:21.545Z] c134aac2bec2: Preparing [2020-10-01T04:12:21.545Z] 6aaad56d5ce0: Preparing [2020-10-01T04:12:21.545Z] afddecc1fe7f: Preparing [2020-10-01T04:12:21.545Z] c134aac2bec2: Layer already exists [2020-10-01T04:12:21.545Z] afddecc1fe7f: Layer already exists [2020-10-01T04:12:21.545Z] 6aaad56d5ce0: Layer already exists [2020-10-01T04:12:21.815Z] 1.2.2-dev.40: digest: sha256:ef167dbdd26929dfb7b67e251d8e6dee3da43bf1df43e062e73e18cf06ce2ca3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:22.154Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:22.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:22.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T04:12:22.490Z] c134aac2bec2: Preparing [2020-10-01T04:12:22.490Z] 6aaad56d5ce0: Preparing [2020-10-01T04:12:22.490Z] afddecc1fe7f: Preparing [2020-10-01T04:12:22.762Z] 6aaad56d5ce0: Layer already exists [2020-10-01T04:12:22.762Z] afddecc1fe7f: Layer already exists [2020-10-01T04:12:22.762Z] c134aac2bec2: Layer already exists [2020-10-01T04:12:22.762Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:ef167dbdd26929dfb7b67e251d8e6dee3da43bf1df43e062e73e18cf06ce2ca3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:23.108Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:23.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-01T04:12:23.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-01T04:12:23.447Z] c134aac2bec2: Preparing [2020-10-01T04:12:23.447Z] 6aaad56d5ce0: Preparing [2020-10-01T04:12:23.447Z] afddecc1fe7f: Preparing [2020-10-01T04:12:23.447Z] afddecc1fe7f: Layer already exists [2020-10-01T04:12:23.447Z] c134aac2bec2: Layer already exists [2020-10-01T04:12:23.447Z] 6aaad56d5ce0: Layer already exists [2020-10-01T04:12:23.718Z] master: digest: sha256:ef167dbdd26929dfb7b67e251d8e6dee3da43bf1df43e062e73e18cf06ce2ca3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:12:23.928Z] ===================================================== [Pipeline] echo [2020-10-01T04:12:23.976Z] taggedImages: [2020-10-01T04:12:23.976Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:23.976Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:23.976Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:23.976Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-01T04:12:24.051Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-01T04:12:24.051Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:24.051Z] 1.2.2-dev.40 [2020-10-01T04:12:24.051Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:24.051Z] master [2020-10-01T04:12:24.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:24.572Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:24.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:24.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T04:12:24.937Z] d57c83b25557: Preparing [2020-10-01T04:12:24.937Z] 53327625df47: Preparing [2020-10-01T04:12:24.937Z] 990e1dc4538a: Preparing [2020-10-01T04:12:24.937Z] 768a5942704a: Preparing [2020-10-01T04:12:24.937Z] 23f2ba4861ca: Preparing [2020-10-01T04:12:24.937Z] e2f13739ad41: Preparing [2020-10-01T04:12:24.937Z] e2f13739ad41: Waiting [2020-10-01T04:12:25.582Z] 23f2ba4861ca: Pushed [2020-10-01T04:12:25.582Z] 990e1dc4538a: Pushed [2020-10-01T04:12:25.582Z] d57c83b25557: Pushed [2020-10-01T04:12:25.582Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:26.225Z] 768a5942704a: Pushed [2020-10-01T04:12:29.634Z] 53327625df47: Pushed [2020-10-01T04:12:29.634Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:269fc094f4076fcf5e847826e41db2cf2a3c059c8773f5e4242588b7077f5e10 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:29.987Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:30.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:30.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T04:12:30.328Z] d57c83b25557: Preparing [2020-10-01T04:12:30.328Z] 53327625df47: Preparing [2020-10-01T04:12:30.328Z] 990e1dc4538a: Preparing [2020-10-01T04:12:30.328Z] 768a5942704a: Preparing [2020-10-01T04:12:30.328Z] 23f2ba4861ca: Preparing [2020-10-01T04:12:30.328Z] e2f13739ad41: Preparing [2020-10-01T04:12:30.328Z] e2f13739ad41: Waiting [2020-10-01T04:12:30.328Z] 768a5942704a: Layer already exists [2020-10-01T04:12:30.328Z] 53327625df47: Layer already exists [2020-10-01T04:12:30.600Z] 990e1dc4538a: Layer already exists [2020-10-01T04:12:30.600Z] 23f2ba4861ca: Layer already exists [2020-10-01T04:12:30.600Z] d57c83b25557: Layer already exists [2020-10-01T04:12:30.600Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:30.600Z] 1.2.2-dev.40: digest: sha256:269fc094f4076fcf5e847826e41db2cf2a3c059c8773f5e4242588b7077f5e10 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:30.949Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:31.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:31.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T04:12:31.287Z] d57c83b25557: Preparing [2020-10-01T04:12:31.287Z] 53327625df47: Preparing [2020-10-01T04:12:31.287Z] 990e1dc4538a: Preparing [2020-10-01T04:12:31.287Z] 768a5942704a: Preparing [2020-10-01T04:12:31.287Z] 23f2ba4861ca: Preparing [2020-10-01T04:12:31.287Z] e2f13739ad41: Preparing [2020-10-01T04:12:31.287Z] e2f13739ad41: Waiting [2020-10-01T04:12:31.287Z] 990e1dc4538a: Layer already exists [2020-10-01T04:12:31.287Z] 23f2ba4861ca: Layer already exists [2020-10-01T04:12:31.287Z] 53327625df47: Layer already exists [2020-10-01T04:12:31.287Z] d57c83b25557: Layer already exists [2020-10-01T04:12:31.287Z] 768a5942704a: Layer already exists [2020-10-01T04:12:31.287Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:31.558Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:269fc094f4076fcf5e847826e41db2cf2a3c059c8773f5e4242588b7077f5e10 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:31.897Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:32.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-01T04:12:32.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-01T04:12:32.236Z] d57c83b25557: Preparing [2020-10-01T04:12:32.236Z] 53327625df47: Preparing [2020-10-01T04:12:32.236Z] 990e1dc4538a: Preparing [2020-10-01T04:12:32.236Z] 768a5942704a: Preparing [2020-10-01T04:12:32.236Z] 23f2ba4861ca: Preparing [2020-10-01T04:12:32.236Z] e2f13739ad41: Preparing [2020-10-01T04:12:32.236Z] e2f13739ad41: Waiting [2020-10-01T04:12:32.236Z] 23f2ba4861ca: Layer already exists [2020-10-01T04:12:32.236Z] 990e1dc4538a: Layer already exists [2020-10-01T04:12:32.236Z] d57c83b25557: Layer already exists [2020-10-01T04:12:32.236Z] 53327625df47: Layer already exists [2020-10-01T04:12:32.236Z] 768a5942704a: Layer already exists [2020-10-01T04:12:32.236Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:32.508Z] master: digest: sha256:269fc094f4076fcf5e847826e41db2cf2a3c059c8773f5e4242588b7077f5e10 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:12:32.722Z] ===================================================== [Pipeline] echo [2020-10-01T04:12:32.767Z] taggedImages: [2020-10-01T04:12:32.767Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:32.767Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:32.767Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:32.767Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-01T04:12:32.844Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-01T04:12:32.844Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:32.844Z] 1.2.2-dev.40 [2020-10-01T04:12:32.844Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:32.844Z] master [2020-10-01T04:12:32.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:33.377Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:33.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:33.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T04:12:33.713Z] 56d622ef27e6: Preparing [2020-10-01T04:12:33.713Z] 48c093c15272: Preparing [2020-10-01T04:12:33.713Z] f9395cb6c3bd: Preparing [2020-10-01T04:12:33.985Z] 56d622ef27e6: Pushed [2020-10-01T04:12:33.985Z] f9395cb6c3bd: Pushed [2020-10-01T04:12:37.367Z] 48c093c15272: Pushed [2020-10-01T04:12:37.637Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:6c640431926e51d19f20f719d0f55fe5a53c85cc921c929dfec118070e815773 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:37.979Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:38.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:38.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T04:12:38.318Z] 56d622ef27e6: Preparing [2020-10-01T04:12:38.318Z] 48c093c15272: Preparing [2020-10-01T04:12:38.318Z] f9395cb6c3bd: Preparing [2020-10-01T04:12:38.318Z] 48c093c15272: Layer already exists [2020-10-01T04:12:38.318Z] 56d622ef27e6: Layer already exists [2020-10-01T04:12:38.318Z] f9395cb6c3bd: Layer already exists [2020-10-01T04:12:38.590Z] 1.2.2-dev.40: digest: sha256:6c640431926e51d19f20f719d0f55fe5a53c85cc921c929dfec118070e815773 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:38.938Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:39.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:39.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T04:12:39.280Z] 56d622ef27e6: Preparing [2020-10-01T04:12:39.281Z] 48c093c15272: Preparing [2020-10-01T04:12:39.281Z] f9395cb6c3bd: Preparing [2020-10-01T04:12:39.553Z] 48c093c15272: Layer already exists [2020-10-01T04:12:39.553Z] 56d622ef27e6: Layer already exists [2020-10-01T04:12:39.553Z] f9395cb6c3bd: Layer already exists [2020-10-01T04:12:39.553Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:6c640431926e51d19f20f719d0f55fe5a53c85cc921c929dfec118070e815773 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:39.901Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:40.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-01T04:12:40.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-01T04:12:40.241Z] 56d622ef27e6: Preparing [2020-10-01T04:12:40.241Z] 48c093c15272: Preparing [2020-10-01T04:12:40.241Z] f9395cb6c3bd: Preparing [2020-10-01T04:12:40.241Z] 56d622ef27e6: Layer already exists [2020-10-01T04:12:40.241Z] 48c093c15272: Layer already exists [2020-10-01T04:12:40.241Z] f9395cb6c3bd: Layer already exists [2020-10-01T04:12:40.520Z] master: digest: sha256:6c640431926e51d19f20f719d0f55fe5a53c85cc921c929dfec118070e815773 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:12:40.727Z] ===================================================== [Pipeline] echo [2020-10-01T04:12:40.772Z] taggedImages: [2020-10-01T04:12:40.772Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:40.772Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:40.772Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:40.772Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-01T04:12:40.836Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-01T04:12:40.836Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:40.836Z] 1.2.2-dev.40 [2020-10-01T04:12:40.836Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:40.836Z] master [2020-10-01T04:12:40.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:41.467Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:41.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:41.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T04:12:41.808Z] 5c6494ad18a0: Preparing [2020-10-01T04:12:41.808Z] 179fb76fdff6: Preparing [2020-10-01T04:12:41.808Z] ebac7254ad81: Preparing [2020-10-01T04:12:41.808Z] ab8215b59170: Preparing [2020-10-01T04:12:41.808Z] e2f13739ad41: Preparing [2020-10-01T04:12:42.080Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:42.081Z] ebac7254ad81: Pushed [2020-10-01T04:12:42.081Z] 179fb76fdff6: Pushed [2020-10-01T04:12:42.678Z] ab8215b59170: Pushed [2020-10-01T04:12:44.642Z] 5c6494ad18a0: Pushed [2020-10-01T04:12:44.642Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:4af5fbd8a41aa19d3a15440bb78014c968829163bd1200d15ed57edc58382006 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:44.978Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:45.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:45.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T04:12:45.314Z] 5c6494ad18a0: Preparing [2020-10-01T04:12:45.314Z] 179fb76fdff6: Preparing [2020-10-01T04:12:45.314Z] ebac7254ad81: Preparing [2020-10-01T04:12:45.314Z] ab8215b59170: Preparing [2020-10-01T04:12:45.314Z] e2f13739ad41: Preparing [2020-10-01T04:12:45.314Z] ab8215b59170: Layer already exists [2020-10-01T04:12:45.314Z] 5c6494ad18a0: Layer already exists [2020-10-01T04:12:45.314Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:45.314Z] 179fb76fdff6: Layer already exists [2020-10-01T04:12:45.314Z] ebac7254ad81: Layer already exists [2020-10-01T04:12:45.584Z] 1.2.2-dev.40: digest: sha256:4af5fbd8a41aa19d3a15440bb78014c968829163bd1200d15ed57edc58382006 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:45.929Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:46.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:46.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T04:12:46.266Z] 5c6494ad18a0: Preparing [2020-10-01T04:12:46.266Z] 179fb76fdff6: Preparing [2020-10-01T04:12:46.266Z] ebac7254ad81: Preparing [2020-10-01T04:12:46.266Z] ab8215b59170: Preparing [2020-10-01T04:12:46.266Z] e2f13739ad41: Preparing [2020-10-01T04:12:46.266Z] 179fb76fdff6: Layer already exists [2020-10-01T04:12:46.266Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:46.266Z] 5c6494ad18a0: Layer already exists [2020-10-01T04:12:46.266Z] ab8215b59170: Layer already exists [2020-10-01T04:12:46.266Z] ebac7254ad81: Layer already exists [2020-10-01T04:12:46.534Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:4af5fbd8a41aa19d3a15440bb78014c968829163bd1200d15ed57edc58382006 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:46.876Z] + 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-01T04:12:47.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-01T04:12:47.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-01T04:12:47.209Z] 5c6494ad18a0: Preparing [2020-10-01T04:12:47.209Z] 179fb76fdff6: Preparing [2020-10-01T04:12:47.209Z] ebac7254ad81: Preparing [2020-10-01T04:12:47.209Z] ab8215b59170: Preparing [2020-10-01T04:12:47.209Z] e2f13739ad41: Preparing [2020-10-01T04:12:47.209Z] ebac7254ad81: Layer already exists [2020-10-01T04:12:47.209Z] 5c6494ad18a0: Layer already exists [2020-10-01T04:12:47.209Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:47.209Z] 179fb76fdff6: Layer already exists [2020-10-01T04:12:47.482Z] ab8215b59170: Layer already exists [2020-10-01T04:12:47.482Z] master: digest: sha256:4af5fbd8a41aa19d3a15440bb78014c968829163bd1200d15ed57edc58382006 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:12:47.693Z] ===================================================== [Pipeline] echo [2020-10-01T04:12:47.741Z] taggedImages: [2020-10-01T04:12:47.741Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:47.741Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:47.741Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:47.741Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-01T04:12:47.806Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-01T04:12:47.806Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:47.806Z] 1.2.2-dev.40 [2020-10-01T04:12:47.806Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:47.806Z] master [2020-10-01T04:12:47.806Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:48.310Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:48.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:48.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T04:12:48.646Z] ddeb71fadb32: Preparing [2020-10-01T04:12:48.646Z] c60bde8e2ae4: Preparing [2020-10-01T04:12:48.646Z] 38bbec63172f: Preparing [2020-10-01T04:12:48.646Z] 7df0a49d035b: Preparing [2020-10-01T04:12:48.646Z] 7df0a49d035b: Preparing [2020-10-01T04:12:48.646Z] 221e6a84b14c: Preparing [2020-10-01T04:12:48.646Z] 2e621c81e774: Preparing [2020-10-01T04:12:48.646Z] 2c7942f8409c: Preparing [2020-10-01T04:12:48.646Z] ddeb71fadb32: Preparing [2020-10-01T04:12:48.646Z] 157f85c3cf7d: Preparing [2020-10-01T04:12:48.646Z] 15a54f048210: Preparing [2020-10-01T04:12:48.646Z] ad59aeabb607: Preparing [2020-10-01T04:12:48.646Z] e2f13739ad41: Preparing [2020-10-01T04:12:48.646Z] 2c7942f8409c: Waiting [2020-10-01T04:12:48.646Z] 157f85c3cf7d: Waiting [2020-10-01T04:12:48.646Z] 15a54f048210: Waiting [2020-10-01T04:12:48.646Z] ad59aeabb607: Waiting [2020-10-01T04:12:48.646Z] e2f13739ad41: Waiting [2020-10-01T04:12:48.646Z] 2e621c81e774: Waiting [2020-10-01T04:12:48.916Z] 7df0a49d035b: Pushed [2020-10-01T04:12:48.916Z] c60bde8e2ae4: Pushed [2020-10-01T04:12:49.187Z] 221e6a84b14c: Pushed [2020-10-01T04:12:49.187Z] 38bbec63172f: Pushed [2020-10-01T04:12:49.187Z] 2e621c81e774: Pushed [2020-10-01T04:12:49.187Z] 2c7942f8409c: Pushed [2020-10-01T04:12:49.459Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:49.459Z] 15a54f048210: Pushed [2020-10-01T04:12:49.459Z] 157f85c3cf7d: Pushed [2020-10-01T04:12:49.732Z] ad59aeabb607: Pushed [2020-10-01T04:12:51.157Z] ddeb71fadb32: Pushed [2020-10-01T04:12:51.428Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:73802e7f90781d3c7525293dd16e0b31276836a9485bf4aa970ac20c143fbc20 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:51.762Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:52.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:52.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T04:12:52.097Z] ddeb71fadb32: Preparing [2020-10-01T04:12:52.097Z] c60bde8e2ae4: Preparing [2020-10-01T04:12:52.097Z] 38bbec63172f: Preparing [2020-10-01T04:12:52.097Z] 7df0a49d035b: Preparing [2020-10-01T04:12:52.097Z] 7df0a49d035b: Preparing [2020-10-01T04:12:52.097Z] 221e6a84b14c: Preparing [2020-10-01T04:12:52.097Z] 2e621c81e774: Preparing [2020-10-01T04:12:52.097Z] 2c7942f8409c: Preparing [2020-10-01T04:12:52.097Z] ddeb71fadb32: Preparing [2020-10-01T04:12:52.097Z] 157f85c3cf7d: Preparing [2020-10-01T04:12:52.097Z] 15a54f048210: Preparing [2020-10-01T04:12:52.097Z] ad59aeabb607: Preparing [2020-10-01T04:12:52.097Z] e2f13739ad41: Preparing [2020-10-01T04:12:52.097Z] 157f85c3cf7d: Waiting [2020-10-01T04:12:52.097Z] 15a54f048210: Waiting [2020-10-01T04:12:52.097Z] ad59aeabb607: Waiting [2020-10-01T04:12:52.097Z] 2e621c81e774: Waiting [2020-10-01T04:12:52.097Z] 2c7942f8409c: Waiting [2020-10-01T04:12:52.097Z] e2f13739ad41: Waiting [2020-10-01T04:12:52.097Z] 38bbec63172f: Layer already exists [2020-10-01T04:12:52.097Z] 7df0a49d035b: Layer already exists [2020-10-01T04:12:52.097Z] ddeb71fadb32: Layer already exists [2020-10-01T04:12:52.366Z] 221e6a84b14c: Layer already exists [2020-10-01T04:12:52.366Z] c60bde8e2ae4: Layer already exists [2020-10-01T04:12:52.366Z] 2c7942f8409c: Layer already exists [2020-10-01T04:12:52.366Z] ad59aeabb607: Layer already exists [2020-10-01T04:12:52.366Z] 2e621c81e774: Layer already exists [2020-10-01T04:12:52.366Z] 157f85c3cf7d: Layer already exists [2020-10-01T04:12:52.366Z] 15a54f048210: Layer already exists [2020-10-01T04:12:52.366Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:52.366Z] 1.2.2-dev.40: digest: sha256:73802e7f90781d3c7525293dd16e0b31276836a9485bf4aa970ac20c143fbc20 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:52.704Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:53.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:53.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T04:12:53.034Z] ddeb71fadb32: Preparing [2020-10-01T04:12:53.034Z] c60bde8e2ae4: Preparing [2020-10-01T04:12:53.034Z] 38bbec63172f: Preparing [2020-10-01T04:12:53.034Z] 7df0a49d035b: Preparing [2020-10-01T04:12:53.034Z] 7df0a49d035b: Preparing [2020-10-01T04:12:53.034Z] 221e6a84b14c: Preparing [2020-10-01T04:12:53.034Z] 2e621c81e774: Preparing [2020-10-01T04:12:53.034Z] 2c7942f8409c: Preparing [2020-10-01T04:12:53.034Z] ddeb71fadb32: Preparing [2020-10-01T04:12:53.034Z] 157f85c3cf7d: Preparing [2020-10-01T04:12:53.034Z] 15a54f048210: Preparing [2020-10-01T04:12:53.034Z] ad59aeabb607: Preparing [2020-10-01T04:12:53.034Z] e2f13739ad41: Preparing [2020-10-01T04:12:53.034Z] 157f85c3cf7d: Waiting [2020-10-01T04:12:53.034Z] 15a54f048210: Waiting [2020-10-01T04:12:53.034Z] ad59aeabb607: Waiting [2020-10-01T04:12:53.034Z] 2e621c81e774: Waiting [2020-10-01T04:12:53.034Z] 2c7942f8409c: Waiting [2020-10-01T04:12:53.034Z] e2f13739ad41: Waiting [2020-10-01T04:12:53.304Z] 221e6a84b14c: Layer already exists [2020-10-01T04:12:53.304Z] c60bde8e2ae4: Layer already exists [2020-10-01T04:12:53.304Z] 7df0a49d035b: Layer already exists [2020-10-01T04:12:53.304Z] 38bbec63172f: Layer already exists [2020-10-01T04:12:53.304Z] ddeb71fadb32: Layer already exists [2020-10-01T04:12:53.304Z] 2c7942f8409c: Layer already exists [2020-10-01T04:12:53.304Z] ad59aeabb607: Layer already exists [2020-10-01T04:12:53.304Z] 157f85c3cf7d: Layer already exists [2020-10-01T04:12:53.304Z] 2e621c81e774: Layer already exists [2020-10-01T04:12:53.304Z] 15a54f048210: Layer already exists [2020-10-01T04:12:53.304Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:53.304Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:73802e7f90781d3c7525293dd16e0b31276836a9485bf4aa970ac20c143fbc20 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:53.640Z] + 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-01T04:12:53.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-01T04:12:53.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-01T04:12:53.971Z] ddeb71fadb32: Preparing [2020-10-01T04:12:53.971Z] c60bde8e2ae4: Preparing [2020-10-01T04:12:53.971Z] 38bbec63172f: Preparing [2020-10-01T04:12:53.971Z] 7df0a49d035b: Preparing [2020-10-01T04:12:53.971Z] 7df0a49d035b: Preparing [2020-10-01T04:12:53.971Z] 221e6a84b14c: Preparing [2020-10-01T04:12:53.971Z] 2e621c81e774: Preparing [2020-10-01T04:12:53.971Z] 2c7942f8409c: Preparing [2020-10-01T04:12:53.971Z] ddeb71fadb32: Preparing [2020-10-01T04:12:53.971Z] 157f85c3cf7d: Preparing [2020-10-01T04:12:53.971Z] 15a54f048210: Preparing [2020-10-01T04:12:53.971Z] ad59aeabb607: Preparing [2020-10-01T04:12:53.971Z] e2f13739ad41: Preparing [2020-10-01T04:12:53.971Z] 2c7942f8409c: Waiting [2020-10-01T04:12:53.971Z] 157f85c3cf7d: Waiting [2020-10-01T04:12:53.971Z] 15a54f048210: Waiting [2020-10-01T04:12:53.971Z] ad59aeabb607: Waiting [2020-10-01T04:12:53.971Z] e2f13739ad41: Waiting [2020-10-01T04:12:53.971Z] 2e621c81e774: Waiting [2020-10-01T04:12:54.241Z] 221e6a84b14c: Layer already exists [2020-10-01T04:12:54.241Z] ddeb71fadb32: Layer already exists [2020-10-01T04:12:54.241Z] 7df0a49d035b: Layer already exists [2020-10-01T04:12:54.241Z] c60bde8e2ae4: Layer already exists [2020-10-01T04:12:54.241Z] 38bbec63172f: Layer already exists [2020-10-01T04:12:54.241Z] 157f85c3cf7d: Layer already exists [2020-10-01T04:12:54.241Z] 15a54f048210: Layer already exists [2020-10-01T04:12:54.241Z] 2e621c81e774: Layer already exists [2020-10-01T04:12:54.241Z] ad59aeabb607: Layer already exists [2020-10-01T04:12:54.241Z] 2c7942f8409c: Layer already exists [2020-10-01T04:12:54.241Z] e2f13739ad41: Layer already exists [2020-10-01T04:12:54.241Z] master: digest: sha256:73802e7f90781d3c7525293dd16e0b31276836a9485bf4aa970ac20c143fbc20 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:12:54.453Z] ===================================================== [Pipeline] echo [2020-10-01T04:12:54.498Z] taggedImages: [2020-10-01T04:12:54.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:54.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:54.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:54.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-01T04:12:54.566Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-01T04:12:54.566Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:54.566Z] 1.2.2-dev.40 [2020-10-01T04:12:54.566Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:54.566Z] master [2020-10-01T04:12:54.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:55.057Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:55.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:12:55.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T04:12:55.389Z] 985e977b991e: Preparing [2020-10-01T04:12:55.389Z] aa4d6c632686: Preparing [2020-10-01T04:12:55.389Z] 8cec734f1153: Preparing [2020-10-01T04:12:55.389Z] 4e23e2c94920: Preparing [2020-10-01T04:12:55.389Z] 3b9a8f7f796a: Preparing [2020-10-01T04:12:55.389Z] 630c573c83c7: Preparing [2020-10-01T04:12:55.389Z] 5fd7caa83e5f: Preparing [2020-10-01T04:12:55.389Z] c7f15397dcdc: Preparing [2020-10-01T04:12:55.389Z] c147e41f8897: Preparing [2020-10-01T04:12:55.389Z] 5e1d0f94eb27: Preparing [2020-10-01T04:12:55.389Z] 66b385cf80cf: Preparing [2020-10-01T04:12:55.389Z] 630c573c83c7: Waiting [2020-10-01T04:12:55.389Z] 5fd7caa83e5f: Waiting [2020-10-01T04:12:55.389Z] 5e1d0f94eb27: Waiting [2020-10-01T04:12:55.389Z] 66b385cf80cf: Waiting [2020-10-01T04:12:55.389Z] c7f15397dcdc: Waiting [2020-10-01T04:12:55.389Z] c147e41f8897: Waiting [2020-10-01T04:12:55.672Z] 985e977b991e: Pushed [2020-10-01T04:12:55.672Z] aa4d6c632686: Pushed [2020-10-01T04:12:55.946Z] 630c573c83c7: Pushed [2020-10-01T04:12:55.946Z] 5fd7caa83e5f: Pushed [2020-10-01T04:12:56.220Z] c7f15397dcdc: Pushed [2020-10-01T04:12:56.220Z] c147e41f8897: Pushed [2020-10-01T04:12:56.497Z] 66b385cf80cf: Layer already exists [2020-10-01T04:12:56.767Z] 5e1d0f94eb27: Pushed [2020-10-01T04:12:57.743Z] 8cec734f1153: Pushed [2020-10-01T04:12:57.744Z] 3b9a8f7f796a: Pushed [2020-10-01T04:12:57.744Z] 4e23e2c94920: Pushed [2020-10-01T04:12:58.013Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:96ba31136404191034dea87e33f5190cacfd6a9c65e3a3a56810ce293bdecb10 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:58.348Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:58.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.40 [2020-10-01T04:12:58.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T04:12:58.680Z] 985e977b991e: Preparing [2020-10-01T04:12:58.680Z] aa4d6c632686: Preparing [2020-10-01T04:12:58.680Z] 8cec734f1153: Preparing [2020-10-01T04:12:58.680Z] 4e23e2c94920: Preparing [2020-10-01T04:12:58.680Z] 3b9a8f7f796a: Preparing [2020-10-01T04:12:58.680Z] 630c573c83c7: Preparing [2020-10-01T04:12:58.680Z] 5fd7caa83e5f: Preparing [2020-10-01T04:12:58.680Z] c7f15397dcdc: Preparing [2020-10-01T04:12:58.680Z] c147e41f8897: Preparing [2020-10-01T04:12:58.680Z] 5e1d0f94eb27: Preparing [2020-10-01T04:12:58.680Z] 66b385cf80cf: Preparing [2020-10-01T04:12:58.680Z] 630c573c83c7: Waiting [2020-10-01T04:12:58.680Z] 5fd7caa83e5f: Waiting [2020-10-01T04:12:58.680Z] c7f15397dcdc: Waiting [2020-10-01T04:12:58.680Z] c147e41f8897: Waiting [2020-10-01T04:12:58.680Z] 5e1d0f94eb27: Waiting [2020-10-01T04:12:58.680Z] 66b385cf80cf: Waiting [2020-10-01T04:12:58.680Z] 8cec734f1153: Layer already exists [2020-10-01T04:12:58.680Z] 4e23e2c94920: Layer already exists [2020-10-01T04:12:58.680Z] 985e977b991e: Layer already exists [2020-10-01T04:12:58.680Z] 3b9a8f7f796a: Layer already exists [2020-10-01T04:12:58.680Z] aa4d6c632686: Layer already exists [2020-10-01T04:12:58.680Z] 630c573c83c7: Layer already exists [2020-10-01T04:12:58.680Z] 5fd7caa83e5f: Layer already exists [2020-10-01T04:12:58.680Z] c147e41f8897: Layer already exists [2020-10-01T04:12:58.680Z] 5e1d0f94eb27: Layer already exists [2020-10-01T04:12:58.680Z] c7f15397dcdc: Layer already exists [2020-10-01T04:12:58.680Z] 66b385cf80cf: Layer already exists [2020-10-01T04:12:58.950Z] 1.2.2-dev.40: digest: sha256:96ba31136404191034dea87e33f5190cacfd6a9c65e3a3a56810ce293bdecb10 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:59.288Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:12:59.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:12:59.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T04:12:59.619Z] 985e977b991e: Preparing [2020-10-01T04:12:59.619Z] aa4d6c632686: Preparing [2020-10-01T04:12:59.619Z] 8cec734f1153: Preparing [2020-10-01T04:12:59.619Z] 4e23e2c94920: Preparing [2020-10-01T04:12:59.619Z] 3b9a8f7f796a: Preparing [2020-10-01T04:12:59.619Z] 630c573c83c7: Preparing [2020-10-01T04:12:59.619Z] 5fd7caa83e5f: Preparing [2020-10-01T04:12:59.619Z] c7f15397dcdc: Preparing [2020-10-01T04:12:59.619Z] c147e41f8897: Preparing [2020-10-01T04:12:59.619Z] 5e1d0f94eb27: Preparing [2020-10-01T04:12:59.619Z] 66b385cf80cf: Preparing [2020-10-01T04:12:59.619Z] 630c573c83c7: Waiting [2020-10-01T04:12:59.619Z] 5fd7caa83e5f: Waiting [2020-10-01T04:12:59.619Z] c7f15397dcdc: Waiting [2020-10-01T04:12:59.619Z] c147e41f8897: Waiting [2020-10-01T04:12:59.619Z] 66b385cf80cf: Waiting [2020-10-01T04:12:59.619Z] 5e1d0f94eb27: Waiting [2020-10-01T04:12:59.619Z] 3b9a8f7f796a: Layer already exists [2020-10-01T04:12:59.619Z] 985e977b991e: Layer already exists [2020-10-01T04:12:59.619Z] 8cec734f1153: Layer already exists [2020-10-01T04:12:59.619Z] 4e23e2c94920: Layer already exists [2020-10-01T04:12:59.619Z] aa4d6c632686: Layer already exists [2020-10-01T04:12:59.619Z] 630c573c83c7: Layer already exists [2020-10-01T04:12:59.619Z] 5fd7caa83e5f: Layer already exists [2020-10-01T04:12:59.619Z] c7f15397dcdc: Layer already exists [2020-10-01T04:12:59.619Z] 5e1d0f94eb27: Layer already exists [2020-10-01T04:12:59.619Z] c147e41f8897: Layer already exists [2020-10-01T04:12:59.890Z] 66b385cf80cf: Layer already exists [2020-10-01T04:12:59.890Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:96ba31136404191034dea87e33f5190cacfd6a9c65e3a3a56810ce293bdecb10 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:00.229Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:00.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-01T04:13:00.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-01T04:13:00.561Z] 985e977b991e: Preparing [2020-10-01T04:13:00.561Z] aa4d6c632686: Preparing [2020-10-01T04:13:00.561Z] 8cec734f1153: Preparing [2020-10-01T04:13:00.561Z] 4e23e2c94920: Preparing [2020-10-01T04:13:00.561Z] 3b9a8f7f796a: Preparing [2020-10-01T04:13:00.561Z] 630c573c83c7: Preparing [2020-10-01T04:13:00.561Z] 5fd7caa83e5f: Preparing [2020-10-01T04:13:00.561Z] c7f15397dcdc: Preparing [2020-10-01T04:13:00.561Z] c147e41f8897: Preparing [2020-10-01T04:13:00.561Z] 5e1d0f94eb27: Preparing [2020-10-01T04:13:00.561Z] 66b385cf80cf: Preparing [2020-10-01T04:13:00.561Z] 630c573c83c7: Waiting [2020-10-01T04:13:00.561Z] 5fd7caa83e5f: Waiting [2020-10-01T04:13:00.561Z] c7f15397dcdc: Waiting [2020-10-01T04:13:00.561Z] c147e41f8897: Waiting [2020-10-01T04:13:00.561Z] 5e1d0f94eb27: Waiting [2020-10-01T04:13:00.561Z] 66b385cf80cf: Waiting [2020-10-01T04:13:00.832Z] aa4d6c632686: Layer already exists [2020-10-01T04:13:00.832Z] 4e23e2c94920: Layer already exists [2020-10-01T04:13:00.832Z] 8cec734f1153: Layer already exists [2020-10-01T04:13:00.832Z] 3b9a8f7f796a: Layer already exists [2020-10-01T04:13:00.832Z] 985e977b991e: Layer already exists [2020-10-01T04:13:00.832Z] c7f15397dcdc: Layer already exists [2020-10-01T04:13:00.832Z] 630c573c83c7: Layer already exists [2020-10-01T04:13:00.832Z] 5fd7caa83e5f: Layer already exists [2020-10-01T04:13:00.832Z] c147e41f8897: Layer already exists [2020-10-01T04:13:00.832Z] 5e1d0f94eb27: Layer already exists [2020-10-01T04:13:00.832Z] 66b385cf80cf: Layer already exists [2020-10-01T04:13:00.832Z] master: digest: sha256:96ba31136404191034dea87e33f5190cacfd6a9c65e3a3a56810ce293bdecb10 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:13:01.048Z] ===================================================== [Pipeline] echo [2020-10-01T04:13:01.115Z] taggedImages: [2020-10-01T04:13:01.115Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:01.115Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:01.115Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:01.115Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-01T04:13:01.191Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-01T04:13:01.191Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:01.191Z] 1.2.2-dev.40 [2020-10-01T04:13:01.191Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:01.191Z] master [2020-10-01T04:13:01.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:01.701Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:02.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:02.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T04:13:02.046Z] 01dcbeeec565: Preparing [2020-10-01T04:13:02.046Z] eb73afca73a1: Preparing [2020-10-01T04:13:02.046Z] a1cf99365467: Preparing [2020-10-01T04:13:02.046Z] 2d95f45090e9: Preparing [2020-10-01T04:13:02.316Z] a1cf99365467: Pushed [2020-10-01T04:13:02.316Z] 01dcbeeec565: Pushed [2020-10-01T04:13:02.587Z] 2d95f45090e9: Pushed [2020-10-01T04:13:05.187Z] eb73afca73a1: Pushed [2020-10-01T04:13:05.187Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:4d8f3ed723c3e1d5376e52b753eab1364485ec51d48377ea7cde72b031db4827 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:05.534Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:05.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:05.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T04:13:05.907Z] 01dcbeeec565: Preparing [2020-10-01T04:13:05.907Z] eb73afca73a1: Preparing [2020-10-01T04:13:05.907Z] a1cf99365467: Preparing [2020-10-01T04:13:05.907Z] 2d95f45090e9: Preparing [2020-10-01T04:13:06.185Z] 2d95f45090e9: Layer already exists [2020-10-01T04:13:06.185Z] 01dcbeeec565: Layer already exists [2020-10-01T04:13:06.185Z] a1cf99365467: Layer already exists [2020-10-01T04:13:06.185Z] eb73afca73a1: Layer already exists [2020-10-01T04:13:06.185Z] 1.2.2-dev.40: digest: sha256:4d8f3ed723c3e1d5376e52b753eab1364485ec51d48377ea7cde72b031db4827 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:06.537Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:06.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:06.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T04:13:06.896Z] 01dcbeeec565: Preparing [2020-10-01T04:13:06.896Z] eb73afca73a1: Preparing [2020-10-01T04:13:06.896Z] a1cf99365467: Preparing [2020-10-01T04:13:06.896Z] 2d95f45090e9: Preparing [2020-10-01T04:13:06.897Z] eb73afca73a1: Layer already exists [2020-10-01T04:13:06.897Z] 01dcbeeec565: Layer already exists [2020-10-01T04:13:06.897Z] 2d95f45090e9: Layer already exists [2020-10-01T04:13:07.172Z] a1cf99365467: Layer already exists [2020-10-01T04:13:07.172Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:4d8f3ed723c3e1d5376e52b753eab1364485ec51d48377ea7cde72b031db4827 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:07.527Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:07.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-01T04:13:07.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-01T04:13:07.886Z] 01dcbeeec565: Preparing [2020-10-01T04:13:07.886Z] eb73afca73a1: Preparing [2020-10-01T04:13:07.886Z] a1cf99365467: Preparing [2020-10-01T04:13:07.886Z] 2d95f45090e9: Preparing [2020-10-01T04:13:07.886Z] eb73afca73a1: Layer already exists [2020-10-01T04:13:07.886Z] 01dcbeeec565: Layer already exists [2020-10-01T04:13:07.886Z] 2d95f45090e9: Layer already exists [2020-10-01T04:13:07.886Z] a1cf99365467: Layer already exists [2020-10-01T04:13:08.161Z] master: digest: sha256:4d8f3ed723c3e1d5376e52b753eab1364485ec51d48377ea7cde72b031db4827 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:13:08.356Z] ===================================================== [Pipeline] echo [2020-10-01T04:13:08.402Z] taggedImages: [2020-10-01T04:13:08.402Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:08.402Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:08.402Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:08.402Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-01T04:13:08.469Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-01T04:13:08.469Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:08.469Z] 1.2.2-dev.40 [2020-10-01T04:13:08.469Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:08.469Z] master [2020-10-01T04:13:08.469Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:08.976Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:09.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:09.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T04:13:09.315Z] 47a0f7ce4e06: Preparing [2020-10-01T04:13:09.315Z] 058033aa10ad: Preparing [2020-10-01T04:13:09.315Z] ba4b66b0c7d2: Preparing [2020-10-01T04:13:09.315Z] 74051a57a8ad: Preparing [2020-10-01T04:13:09.315Z] e20c9a7f70de: Preparing [2020-10-01T04:13:09.315Z] 4298caf9da99: Preparing [2020-10-01T04:13:09.315Z] 4298caf9da99: Waiting [2020-10-01T04:13:09.586Z] 47a0f7ce4e06: Pushed [2020-10-01T04:13:09.586Z] ba4b66b0c7d2: Pushed [2020-10-01T04:13:09.586Z] e20c9a7f70de: Pushed [2020-10-01T04:13:09.856Z] 74051a57a8ad: Pushed [2020-10-01T04:13:10.126Z] 4298caf9da99: Pushed [2020-10-01T04:13:12.087Z] 058033aa10ad: Pushed [2020-10-01T04:13:12.358Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:15b0d2763e954f2fd899422a471572e2312f85d55e632f86f1250614358783b1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:12.694Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:13.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:13.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T04:13:13.027Z] 47a0f7ce4e06: Preparing [2020-10-01T04:13:13.027Z] 058033aa10ad: Preparing [2020-10-01T04:13:13.027Z] ba4b66b0c7d2: Preparing [2020-10-01T04:13:13.027Z] 74051a57a8ad: Preparing [2020-10-01T04:13:13.027Z] e20c9a7f70de: Preparing [2020-10-01T04:13:13.027Z] 4298caf9da99: Preparing [2020-10-01T04:13:13.027Z] 4298caf9da99: Waiting [2020-10-01T04:13:13.027Z] 058033aa10ad: Layer already exists [2020-10-01T04:13:13.027Z] e20c9a7f70de: Layer already exists [2020-10-01T04:13:13.027Z] 74051a57a8ad: Layer already exists [2020-10-01T04:13:13.027Z] 47a0f7ce4e06: Layer already exists [2020-10-01T04:13:13.027Z] ba4b66b0c7d2: Layer already exists [2020-10-01T04:13:13.299Z] 4298caf9da99: Layer already exists [2020-10-01T04:13:13.299Z] 1.2.2-dev.40: digest: sha256:15b0d2763e954f2fd899422a471572e2312f85d55e632f86f1250614358783b1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:13.638Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:13.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:13.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T04:13:13.972Z] 47a0f7ce4e06: Preparing [2020-10-01T04:13:13.972Z] 058033aa10ad: Preparing [2020-10-01T04:13:13.972Z] ba4b66b0c7d2: Preparing [2020-10-01T04:13:13.972Z] 74051a57a8ad: Preparing [2020-10-01T04:13:13.972Z] e20c9a7f70de: Preparing [2020-10-01T04:13:13.972Z] 4298caf9da99: Preparing [2020-10-01T04:13:13.972Z] 4298caf9da99: Waiting [2020-10-01T04:13:14.243Z] 47a0f7ce4e06: Layer already exists [2020-10-01T04:13:14.243Z] ba4b66b0c7d2: Layer already exists [2020-10-01T04:13:14.243Z] 058033aa10ad: Layer already exists [2020-10-01T04:13:14.243Z] e20c9a7f70de: Layer already exists [2020-10-01T04:13:14.243Z] 74051a57a8ad: Layer already exists [2020-10-01T04:13:14.243Z] 4298caf9da99: Layer already exists [2020-10-01T04:13:14.243Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:15b0d2763e954f2fd899422a471572e2312f85d55e632f86f1250614358783b1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:14.580Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:14.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-01T04:13:14.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-01T04:13:14.912Z] 47a0f7ce4e06: Preparing [2020-10-01T04:13:14.912Z] 058033aa10ad: Preparing [2020-10-01T04:13:14.912Z] ba4b66b0c7d2: Preparing [2020-10-01T04:13:14.912Z] 74051a57a8ad: Preparing [2020-10-01T04:13:14.912Z] e20c9a7f70de: Preparing [2020-10-01T04:13:14.912Z] 4298caf9da99: Preparing [2020-10-01T04:13:14.912Z] 4298caf9da99: Waiting [2020-10-01T04:13:14.912Z] 058033aa10ad: Layer already exists [2020-10-01T04:13:14.912Z] ba4b66b0c7d2: Layer already exists [2020-10-01T04:13:14.912Z] e20c9a7f70de: Layer already exists [2020-10-01T04:13:15.184Z] 47a0f7ce4e06: Layer already exists [2020-10-01T04:13:15.184Z] 74051a57a8ad: Layer already exists [2020-10-01T04:13:15.184Z] 4298caf9da99: Layer already exists [2020-10-01T04:13:15.184Z] master: digest: sha256:15b0d2763e954f2fd899422a471572e2312f85d55e632f86f1250614358783b1 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:13:15.376Z] ===================================================== [Pipeline] echo [2020-10-01T04:13:15.441Z] taggedImages: [2020-10-01T04:13:15.441Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:15.441Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:15.441Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:15.441Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-01T04:13:15.505Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-01T04:13:15.505Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:15.505Z] 1.2.2-dev.40 [2020-10-01T04:13:15.505Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:15.505Z] master [2020-10-01T04:13:15.505Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:16.019Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:16.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:16.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T04:13:16.350Z] a44b620ef363: Preparing [2020-10-01T04:13:16.350Z] d06d7ecbc03e: Preparing [2020-10-01T04:13:16.350Z] e8c6620b034e: Preparing [2020-10-01T04:13:16.621Z] e8c6620b034e: Pushed [2020-10-01T04:13:16.621Z] a44b620ef363: Pushed [2020-10-01T04:13:20.005Z] d06d7ecbc03e: Pushed [2020-10-01T04:13:20.005Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:33a379f0176ed703c4fe85d7c8bda81fe4036036f0632c0ffe7f8a73447d4102 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:20.352Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:20.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:20.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T04:13:20.691Z] a44b620ef363: Preparing [2020-10-01T04:13:20.691Z] d06d7ecbc03e: Preparing [2020-10-01T04:13:20.691Z] e8c6620b034e: Preparing [2020-10-01T04:13:20.960Z] d06d7ecbc03e: Layer already exists [2020-10-01T04:13:20.960Z] a44b620ef363: Layer already exists [2020-10-01T04:13:20.960Z] e8c6620b034e: Layer already exists [2020-10-01T04:13:20.960Z] 1.2.2-dev.40: digest: sha256:33a379f0176ed703c4fe85d7c8bda81fe4036036f0632c0ffe7f8a73447d4102 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:21.297Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:21.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:21.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T04:13:21.627Z] a44b620ef363: Preparing [2020-10-01T04:13:21.627Z] d06d7ecbc03e: Preparing [2020-10-01T04:13:21.627Z] e8c6620b034e: Preparing [2020-10-01T04:13:21.627Z] e8c6620b034e: Layer already exists [2020-10-01T04:13:21.627Z] d06d7ecbc03e: Layer already exists [2020-10-01T04:13:21.627Z] a44b620ef363: Layer already exists [2020-10-01T04:13:21.897Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:33a379f0176ed703c4fe85d7c8bda81fe4036036f0632c0ffe7f8a73447d4102 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:22.237Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:22.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-01T04:13:22.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-01T04:13:22.575Z] a44b620ef363: Preparing [2020-10-01T04:13:22.575Z] d06d7ecbc03e: Preparing [2020-10-01T04:13:22.575Z] e8c6620b034e: Preparing [2020-10-01T04:13:22.575Z] e8c6620b034e: Layer already exists [2020-10-01T04:13:22.575Z] d06d7ecbc03e: Layer already exists [2020-10-01T04:13:22.848Z] a44b620ef363: Layer already exists [2020-10-01T04:13:22.848Z] master: digest: sha256:33a379f0176ed703c4fe85d7c8bda81fe4036036f0632c0ffe7f8a73447d4102 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:13:23.048Z] ===================================================== [Pipeline] echo [2020-10-01T04:13:23.098Z] taggedImages: [2020-10-01T04:13:23.098Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:23.098Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:23.098Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:23.098Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-01T04:13:23.170Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-01T04:13:23.170Z] 690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:23.170Z] 1.2.2-dev.40 [2020-10-01T04:13:23.170Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:23.170Z] master [2020-10-01T04:13:23.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:23.724Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:24.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:24.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T04:13:24.057Z] 6cf2b8749d1e: Preparing [2020-10-01T04:13:24.057Z] 285d1f337ea6: Preparing [2020-10-01T04:13:24.057Z] 77f45dee10c3: Preparing [2020-10-01T04:13:24.057Z] affb86ddcfd3: Preparing [2020-10-01T04:13:24.057Z] 96cebd139e93: Preparing [2020-10-01T04:13:24.057Z] 18e8a30d6261: Preparing [2020-10-01T04:13:24.057Z] abd051943f47: Preparing [2020-10-01T04:13:24.057Z] f875f9e206db: Preparing [2020-10-01T04:13:24.057Z] 3994ac1dcb8b: Preparing [2020-10-01T04:13:24.057Z] 5f2247eaf593: Preparing [2020-10-01T04:13:24.057Z] 62d13be1b083: Preparing [2020-10-01T04:13:24.057Z] 94fdc660876c: Preparing [2020-10-01T04:13:24.057Z] 4e7279dfc0c0: Preparing [2020-10-01T04:13:24.057Z] e2f13739ad41: Preparing [2020-10-01T04:13:24.057Z] 94fdc660876c: Waiting [2020-10-01T04:13:24.057Z] 4e7279dfc0c0: Waiting [2020-10-01T04:13:24.057Z] 3994ac1dcb8b: Waiting [2020-10-01T04:13:24.057Z] e2f13739ad41: Waiting [2020-10-01T04:13:24.057Z] 18e8a30d6261: Waiting [2020-10-01T04:13:24.057Z] 5f2247eaf593: Waiting [2020-10-01T04:13:24.057Z] abd051943f47: Waiting [2020-10-01T04:13:24.057Z] 62d13be1b083: Waiting [2020-10-01T04:13:24.057Z] f875f9e206db: Waiting [2020-10-01T04:13:24.671Z] 96cebd139e93: Pushed [2020-10-01T04:13:24.949Z] 6cf2b8749d1e: Pushed [2020-10-01T04:13:25.223Z] affb86ddcfd3: Pushed [2020-10-01T04:13:25.497Z] f875f9e206db: Layer already exists [2020-10-01T04:13:25.497Z] 3994ac1dcb8b: Layer already exists [2020-10-01T04:13:25.497Z] 5f2247eaf593: Layer already exists [2020-10-01T04:13:25.497Z] 62d13be1b083: Layer already exists [2020-10-01T04:13:25.497Z] abd051943f47: Pushed [2020-10-01T04:13:25.497Z] 94fdc660876c: Layer already exists [2020-10-01T04:13:25.497Z] 4e7279dfc0c0: Layer already exists [2020-10-01T04:13:25.772Z] e2f13739ad41: Layer already exists [2020-10-01T04:13:26.045Z] 285d1f337ea6: Pushed [2020-10-01T04:13:27.025Z] 18e8a30d6261: Pushed [2020-10-01T04:13:37.139Z] 77f45dee10c3: Pushed [2020-10-01T04:13:37.139Z] 690346604737e2d45e9758d82734c9e1f243b222: digest: sha256:fbac7063afa29616f45a420904636e124688d39722a0ef9a3193ff27f5822019 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:37.475Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:37.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:37.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T04:13:37.808Z] 6cf2b8749d1e: Preparing [2020-10-01T04:13:37.808Z] 285d1f337ea6: Preparing [2020-10-01T04:13:37.808Z] 77f45dee10c3: Preparing [2020-10-01T04:13:37.808Z] affb86ddcfd3: Preparing [2020-10-01T04:13:37.808Z] 96cebd139e93: Preparing [2020-10-01T04:13:37.808Z] 18e8a30d6261: Preparing [2020-10-01T04:13:37.808Z] abd051943f47: Preparing [2020-10-01T04:13:37.808Z] f875f9e206db: Preparing [2020-10-01T04:13:37.808Z] 3994ac1dcb8b: Preparing [2020-10-01T04:13:37.808Z] 5f2247eaf593: Preparing [2020-10-01T04:13:37.808Z] 62d13be1b083: Preparing [2020-10-01T04:13:37.808Z] 94fdc660876c: Preparing [2020-10-01T04:13:37.808Z] 4e7279dfc0c0: Preparing [2020-10-01T04:13:37.808Z] e2f13739ad41: Preparing [2020-10-01T04:13:37.808Z] 3994ac1dcb8b: Waiting [2020-10-01T04:13:37.808Z] 94fdc660876c: Waiting [2020-10-01T04:13:37.808Z] 5f2247eaf593: Waiting [2020-10-01T04:13:37.808Z] 62d13be1b083: Waiting [2020-10-01T04:13:37.808Z] 4e7279dfc0c0: Waiting [2020-10-01T04:13:37.808Z] e2f13739ad41: Waiting [2020-10-01T04:13:37.808Z] 18e8a30d6261: Waiting [2020-10-01T04:13:37.808Z] abd051943f47: Waiting [2020-10-01T04:13:37.808Z] f875f9e206db: Waiting [2020-10-01T04:13:38.082Z] 96cebd139e93: Layer already exists [2020-10-01T04:13:38.082Z] 6cf2b8749d1e: Layer already exists [2020-10-01T04:13:38.082Z] affb86ddcfd3: Layer already exists [2020-10-01T04:13:38.082Z] 285d1f337ea6: Layer already exists [2020-10-01T04:13:38.082Z] 77f45dee10c3: Layer already exists [2020-10-01T04:13:38.082Z] f875f9e206db: Layer already exists [2020-10-01T04:13:38.082Z] 3994ac1dcb8b: Layer already exists [2020-10-01T04:13:38.082Z] 18e8a30d6261: Layer already exists [2020-10-01T04:13:38.082Z] 5f2247eaf593: Layer already exists [2020-10-01T04:13:38.082Z] abd051943f47: Layer already exists [2020-10-01T04:13:38.082Z] 94fdc660876c: Layer already exists [2020-10-01T04:13:38.082Z] e2f13739ad41: Layer already exists [2020-10-01T04:13:38.082Z] 62d13be1b083: Layer already exists [2020-10-01T04:13:38.082Z] 4e7279dfc0c0: Layer already exists [2020-10-01T04:13:38.082Z] 1.2.2-dev.40: digest: sha256:fbac7063afa29616f45a420904636e124688d39722a0ef9a3193ff27f5822019 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:38.419Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:38.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:38.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T04:13:38.755Z] 6cf2b8749d1e: Preparing [2020-10-01T04:13:38.755Z] 285d1f337ea6: Preparing [2020-10-01T04:13:38.755Z] 77f45dee10c3: Preparing [2020-10-01T04:13:38.755Z] affb86ddcfd3: Preparing [2020-10-01T04:13:38.755Z] 96cebd139e93: Preparing [2020-10-01T04:13:38.755Z] 18e8a30d6261: Preparing [2020-10-01T04:13:38.755Z] abd051943f47: Preparing [2020-10-01T04:13:38.755Z] f875f9e206db: Preparing [2020-10-01T04:13:38.755Z] 3994ac1dcb8b: Preparing [2020-10-01T04:13:38.755Z] 5f2247eaf593: Preparing [2020-10-01T04:13:38.755Z] 62d13be1b083: Preparing [2020-10-01T04:13:38.755Z] 94fdc660876c: Preparing [2020-10-01T04:13:38.755Z] 4e7279dfc0c0: Preparing [2020-10-01T04:13:38.755Z] e2f13739ad41: Preparing [2020-10-01T04:13:38.755Z] 3994ac1dcb8b: Waiting [2020-10-01T04:13:38.755Z] 5f2247eaf593: Waiting [2020-10-01T04:13:38.755Z] 62d13be1b083: Waiting [2020-10-01T04:13:38.755Z] 94fdc660876c: Waiting [2020-10-01T04:13:38.755Z] 4e7279dfc0c0: Waiting [2020-10-01T04:13:38.755Z] e2f13739ad41: Waiting [2020-10-01T04:13:38.755Z] abd051943f47: Waiting [2020-10-01T04:13:38.755Z] 18e8a30d6261: Waiting [2020-10-01T04:13:38.755Z] f875f9e206db: Waiting [2020-10-01T04:13:39.024Z] 96cebd139e93: Layer already exists [2020-10-01T04:13:39.024Z] 285d1f337ea6: Layer already exists [2020-10-01T04:13:39.024Z] 6cf2b8749d1e: Layer already exists [2020-10-01T04:13:39.024Z] 77f45dee10c3: Layer already exists [2020-10-01T04:13:39.024Z] affb86ddcfd3: Layer already exists [2020-10-01T04:13:39.024Z] f875f9e206db: Layer already exists [2020-10-01T04:13:39.024Z] 18e8a30d6261: Layer already exists [2020-10-01T04:13:39.024Z] abd051943f47: Layer already exists [2020-10-01T04:13:39.024Z] 5f2247eaf593: Layer already exists [2020-10-01T04:13:39.024Z] 3994ac1dcb8b: Layer already exists [2020-10-01T04:13:39.024Z] 62d13be1b083: Layer already exists [2020-10-01T04:13:39.024Z] 94fdc660876c: Layer already exists [2020-10-01T04:13:39.024Z] 4e7279dfc0c0: Layer already exists [2020-10-01T04:13:39.024Z] e2f13739ad41: Layer already exists [2020-10-01T04:13:39.024Z] 690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40: digest: sha256:fbac7063afa29616f45a420904636e124688d39722a0ef9a3193ff27f5822019 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:39.362Z] + 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-01T04:13:39.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-01T04:13:39.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-01T04:13:39.696Z] 6cf2b8749d1e: Preparing [2020-10-01T04:13:39.696Z] 285d1f337ea6: Preparing [2020-10-01T04:13:39.696Z] 77f45dee10c3: Preparing [2020-10-01T04:13:39.696Z] affb86ddcfd3: Preparing [2020-10-01T04:13:39.696Z] 96cebd139e93: Preparing [2020-10-01T04:13:39.696Z] 18e8a30d6261: Preparing [2020-10-01T04:13:39.696Z] abd051943f47: Preparing [2020-10-01T04:13:39.696Z] f875f9e206db: Preparing [2020-10-01T04:13:39.696Z] 3994ac1dcb8b: Preparing [2020-10-01T04:13:39.696Z] 5f2247eaf593: Preparing [2020-10-01T04:13:39.696Z] 62d13be1b083: Preparing [2020-10-01T04:13:39.696Z] 94fdc660876c: Preparing [2020-10-01T04:13:39.696Z] 4e7279dfc0c0: Preparing [2020-10-01T04:13:39.696Z] e2f13739ad41: Preparing [2020-10-01T04:13:39.696Z] 18e8a30d6261: Waiting [2020-10-01T04:13:39.696Z] abd051943f47: Waiting [2020-10-01T04:13:39.696Z] f875f9e206db: Waiting [2020-10-01T04:13:39.696Z] 3994ac1dcb8b: Waiting [2020-10-01T04:13:39.696Z] 5f2247eaf593: Waiting [2020-10-01T04:13:39.696Z] 62d13be1b083: Waiting [2020-10-01T04:13:39.696Z] 94fdc660876c: Waiting [2020-10-01T04:13:39.696Z] 4e7279dfc0c0: Waiting [2020-10-01T04:13:39.696Z] e2f13739ad41: Waiting [2020-10-01T04:13:39.696Z] 96cebd139e93: Layer already exists [2020-10-01T04:13:39.696Z] 6cf2b8749d1e: Layer already exists [2020-10-01T04:13:39.696Z] affb86ddcfd3: Layer already exists [2020-10-01T04:13:39.696Z] 77f45dee10c3: Layer already exists [2020-10-01T04:13:39.696Z] 285d1f337ea6: Layer already exists [2020-10-01T04:13:39.696Z] abd051943f47: Layer already exists [2020-10-01T04:13:39.696Z] 18e8a30d6261: Layer already exists [2020-10-01T04:13:39.696Z] f875f9e206db: Layer already exists [2020-10-01T04:13:39.696Z] 3994ac1dcb8b: Layer already exists [2020-10-01T04:13:39.696Z] 5f2247eaf593: Layer already exists [2020-10-01T04:13:39.968Z] 94fdc660876c: Layer already exists [2020-10-01T04:13:39.968Z] 62d13be1b083: Layer already exists [2020-10-01T04:13:39.968Z] 4e7279dfc0c0: Layer already exists [2020-10-01T04:13:39.968Z] e2f13739ad41: Layer already exists [2020-10-01T04:13:39.968Z] master: digest: sha256:fbac7063afa29616f45a420904636e124688d39722a0ef9a3193ff27f5822019 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-01T04:13:40.192Z] ===================================================== [Pipeline] echo [2020-10-01T04:13:40.285Z] taggedImages: [2020-10-01T04:13:40.285Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:13:40.285Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.40 [2020-10-01T04:13:40.285Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222-1.2.2-dev.40 [2020-10-01T04:13:40.285Z] - 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-01T04:13:42.229Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-01T04:13:42.232Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-01T04:13:42.305Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:42.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T04:13:42.669Z] [2020-10-01T04:13:42.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:13:43.067Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T04:13:43.067Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-01T04:13:43.067Z] cbdbe7a5bc2a: Already exists [2020-10-01T04:13:43.067Z] 408f87550127: Pulling fs layer [2020-10-01T04:13:43.067Z] fe522b08c979: Pulling fs layer [2020-10-01T04:13:43.067Z] 221eaa008020: Pulling fs layer [2020-10-01T04:13:43.067Z] 2a4607e5d6b9: Pulling fs layer [2020-10-01T04:13:43.067Z] 8f79b27c4fd2: Pulling fs layer [2020-10-01T04:13:43.067Z] e5c8dbe1645b: Pulling fs layer [2020-10-01T04:13:43.067Z] 23e8b3b47431: Pulling fs layer [2020-10-01T04:13:43.067Z] 5c568d65a230: Pulling fs layer [2020-10-01T04:13:43.067Z] 8f79b27c4fd2: Waiting [2020-10-01T04:13:43.067Z] e5c8dbe1645b: Waiting [2020-10-01T04:13:43.067Z] 23e8b3b47431: Waiting [2020-10-01T04:13:43.067Z] 5c568d65a230: Waiting [2020-10-01T04:13:43.067Z] 2a4607e5d6b9: Waiting [2020-10-01T04:13:43.067Z] fe522b08c979: Verifying Checksum [2020-10-01T04:13:43.067Z] fe522b08c979: Download complete [2020-10-01T04:13:43.067Z] 408f87550127: Download complete [2020-10-01T04:13:43.067Z] 2a4607e5d6b9: Verifying Checksum [2020-10-01T04:13:43.067Z] 2a4607e5d6b9: Download complete [2020-10-01T04:13:43.067Z] 8f79b27c4fd2: Verifying Checksum [2020-10-01T04:13:43.067Z] 8f79b27c4fd2: Download complete [2020-10-01T04:13:43.335Z] 408f87550127: Pull complete [2020-10-01T04:13:43.599Z] fe522b08c979: Pull complete [2020-10-01T04:13:44.987Z] e5c8dbe1645b: Verifying Checksum [2020-10-01T04:13:44.987Z] e5c8dbe1645b: Download complete [2020-10-01T04:13:46.382Z] 23e8b3b47431: Verifying Checksum [2020-10-01T04:13:46.382Z] 23e8b3b47431: Download complete [2020-10-01T04:13:46.382Z] 5c568d65a230: Verifying Checksum [2020-10-01T04:13:46.382Z] 5c568d65a230: Download complete [2020-10-01T04:13:47.780Z] 221eaa008020: Verifying Checksum [2020-10-01T04:13:47.780Z] 221eaa008020: Download complete [2020-10-01T04:13:53.099Z] 221eaa008020: Pull complete [2020-10-01T04:13:53.099Z] 2a4607e5d6b9: Pull complete [2020-10-01T04:13:53.360Z] 8f79b27c4fd2: Pull complete [2020-10-01T04:13:57.574Z] e5c8dbe1645b: Pull complete [2020-10-01T04:14:01.802Z] 23e8b3b47431: Pull complete [2020-10-01T04:14:03.196Z] 5c568d65a230: Pull complete [2020-10-01T04:14:03.196Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-01T04:14:03.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T04:14:03.196Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-01T04:14:03.365Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:03.417Z] $ 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/155:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:04.498Z] $ docker top 361671a6f276cf30537c102ac7367aa65fe991cb8791a7faa676ca79848b6566 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T04:14:05.088Z] + snyk monitor '--org=edgex-jenkins' [2020-10-01T04:14:17.348Z] [2020-10-01T04:14:17.348Z] Monitoring /w/workspace/edgex-go/155 (github.com/edgexfoundry/edgex-go)... [2020-10-01T04:14:17.348Z] [2020-10-01T04:14:17.348Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e8c3265a-1c9f-4ba5-b3f7-c264473a660e [2020-10-01T04:14:17.348Z] [2020-10-01T04:14:17.348Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-01T04:14:17.348Z] [2020-10-01T04:14:17.348Z] [2020-10-01T04:14:17.348Z] Snyk CLI supports Node.js 8 and higher. [2020-10-01T04:14:17.348Z] 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-01T04:14:17.348Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-01T04:14:17.348Z] [2020-10-01T04:14:17.348Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-01T04:14:17.348Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-01T04:14:17.362Z] $ docker stop --time=1 361671a6f276cf30537c102ac7367aa65fe991cb8791a7faa676ca79848b6566 [2020-10-01T04:14:20.168Z] $ docker rm -f 361671a6f276cf30537c102ac7367aa65fe991cb8791a7faa676ca79848b6566 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:21.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:21.724Z] [2020-10-01T04:14:21.724Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:22.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:22.070Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-01T04:14:22.070Z] e7c96db7181b: Pulling fs layer [2020-10-01T04:14:22.070Z] 1868ca2cb446: Pulling fs layer [2020-10-01T04:14:22.070Z] 136be5d0fe8e: Pulling fs layer [2020-10-01T04:14:22.070Z] 894bfe63afcb: Pulling fs layer [2020-10-01T04:14:22.070Z] 894bfe63afcb: Waiting [2020-10-01T04:14:22.070Z] 1868ca2cb446: Verifying Checksum [2020-10-01T04:14:22.070Z] 1868ca2cb446: Download complete [2020-10-01T04:14:22.070Z] 136be5d0fe8e: Verifying Checksum [2020-10-01T04:14:22.070Z] 136be5d0fe8e: Download complete [2020-10-01T04:14:22.070Z] e7c96db7181b: Verifying Checksum [2020-10-01T04:14:22.070Z] e7c96db7181b: Download complete [2020-10-01T04:14:22.331Z] 894bfe63afcb: Verifying Checksum [2020-10-01T04:14:22.331Z] 894bfe63afcb: Download complete [2020-10-01T04:14:22.592Z] e7c96db7181b: Pull complete [2020-10-01T04:14:22.592Z] 1868ca2cb446: Pull complete [2020-10-01T04:14:22.854Z] 136be5d0fe8e: Pull complete [2020-10-01T04:14:23.117Z] 894bfe63afcb: Pull complete [2020-10-01T04:14:23.117Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-01T04:14:23.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:23.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-01T04:14:23.283Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:23.329Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:24.352Z] $ docker top 4c4ec8ed7d9069f97b147095b105fe777016dc2111c705aadee0a275c3cecc68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:14:24.935Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:14:24.935Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:14:27.954Z] $ docker stop --time=1 4c4ec8ed7d9069f97b147095b105fe777016dc2111c705aadee0a275c3cecc68 [2020-10-01T04:14:29.405Z] $ docker rm -f 4c4ec8ed7d9069f97b147095b105fe777016dc2111c705aadee0a275c3cecc68 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:29.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:29.960Z] . [Pipeline] withDockerContainer [2020-10-01T04:14:30.073Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:30.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:30.810Z] $ docker top a614f5bd0dc13bfc919a0b83681ee1e0e146e342a29bb7bd696e6733924df68d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:14:31.335Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:14:31.335Z] + tee [2020-10-01T04:14:31.335Z] clair timeout 1m0s [2020-10-01T04:14:31.335Z] docker timeout: 1m0s [2020-10-01T04:14:31.335Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:14:32.010Z] $ docker stop --time=1 a614f5bd0dc13bfc919a0b83681ee1e0e146e342a29bb7bd696e6733924df68d [2020-10-01T04:14:33.391Z] $ docker rm -f a614f5bd0dc13bfc919a0b83681ee1e0e146e342a29bb7bd696e6733924df68d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:14:33.875Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:14:33.890Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-core-command-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:14:33.951Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:34.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:34.309Z] . [Pipeline] withDockerContainer [2020-10-01T04:14:34.418Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:34.460Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:35.191Z] $ docker top 866fcc4105087fc94ed20d7254135fa7c28776b5ecd192fecefb4c1db8adf819 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:14:35.758Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:14:35.758Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:14:41.301Z] $ docker stop --time=1 866fcc4105087fc94ed20d7254135fa7c28776b5ecd192fecefb4c1db8adf819 [2020-10-01T04:14:42.665Z] $ docker rm -f 866fcc4105087fc94ed20d7254135fa7c28776b5ecd192fecefb4c1db8adf819 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:43.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:43.147Z] . [Pipeline] withDockerContainer [2020-10-01T04:14:43.253Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:43.304Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:44.042Z] $ docker top 76fa0b34fd2ab657cf644544b51eea003ac60b776260967144922ad421bc20ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:14:44.609Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:14:44.609Z] + tee [2020-10-01T04:14:44.609Z] clair timeout 1m0s [2020-10-01T04:14:44.609Z] docker timeout: 1m0s [2020-10-01T04:14:44.609Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:14:45.661Z] $ docker stop --time=1 76fa0b34fd2ab657cf644544b51eea003ac60b776260967144922ad421bc20ad [2020-10-01T04:14:47.060Z] $ docker rm -f 76fa0b34fd2ab657cf644544b51eea003ac60b776260967144922ad421bc20ad [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:14:47.531Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:14:47.547Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-core-data-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:14:47.621Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:47.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:47.975Z] . [Pipeline] withDockerContainer [2020-10-01T04:14:48.094Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:48.142Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:48.769Z] $ docker top 0fd3bdb024351267f3f36ab2b77f6d414592a78a4df80bf316697258fe8135e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:14:49.318Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:14:49.318Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:14:52.034Z] $ docker stop --time=1 0fd3bdb024351267f3f36ab2b77f6d414592a78a4df80bf316697258fe8135e7 [2020-10-01T04:14:53.408Z] $ docker rm -f 0fd3bdb024351267f3f36ab2b77f6d414592a78a4df80bf316697258fe8135e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:53.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:53.885Z] . [Pipeline] withDockerContainer [2020-10-01T04:14:53.986Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:54.027Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:54.727Z] $ docker top 9dcbcee9bd39340385f028d256b5c1497340d90595ab7a76783ba2c133255c91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:14:55.268Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:14:55.268Z] + tee [2020-10-01T04:14:55.268Z] clair timeout 1m0s [2020-10-01T04:14:55.268Z] docker timeout: 1m0s [2020-10-01T04:14:55.268Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:14:55.939Z] $ docker stop --time=1 9dcbcee9bd39340385f028d256b5c1497340d90595ab7a76783ba2c133255c91 [2020-10-01T04:14:57.305Z] $ docker rm -f 9dcbcee9bd39340385f028d256b5c1497340d90595ab7a76783ba2c133255c91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:14:57.783Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:14:57.798Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-core-metadata-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:14:57.850Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:14:58.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:14:58.191Z] . [Pipeline] withDockerContainer [2020-10-01T04:14:58.296Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:14:58.337Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:14:59.034Z] $ docker top 9e808ae927f0b2511dee76bf08006d3d7d92710009e96ad19e8109923f8a3952 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:14:59.585Z] + + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222tee [2020-10-01T04:14:59.585Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:05.144Z] $ docker stop --time=1 9e808ae927f0b2511dee76bf08006d3d7d92710009e96ad19e8109923f8a3952 [2020-10-01T04:15:06.546Z] $ docker rm -f 9e808ae927f0b2511dee76bf08006d3d7d92710009e96ad19e8109923f8a3952 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:07.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:07.025Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:07.130Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:07.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:07.815Z] $ docker top f70b893a90f94445c97b44ce21fe9698dc9b5194c4a42ff37b6a952e07b965df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:08.417Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:08.418Z] + tee [2020-10-01T04:15:08.418Z] clair timeout 1m0s [2020-10-01T04:15:08.418Z] docker timeout: 1m0s [2020-10-01T04:15:08.418Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:09.167Z] $ docker stop --time=1 f70b893a90f94445c97b44ce21fe9698dc9b5194c4a42ff37b6a952e07b965df [2020-10-01T04:15:10.543Z] $ docker rm -f f70b893a90f94445c97b44ce21fe9698dc9b5194c4a42ff37b6a952e07b965df [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:15:11.040Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:15:11.054Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-security-proxy-setup-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:15:11.109Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:11.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:11.521Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:11.636Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:11.689Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:12.406Z] $ docker top c10203f69e772f8946fb43a08c4fbac4af95b27da4de4bd9213df54b6df553a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:12.984Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:12.984Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:21.349Z] $ docker stop --time=1 c10203f69e772f8946fb43a08c4fbac4af95b27da4de4bd9213df54b6df553a3 [2020-10-01T04:15:22.745Z] $ docker rm -f c10203f69e772f8946fb43a08c4fbac4af95b27da4de4bd9213df54b6df553a3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:23.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:23.221Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:23.329Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:23.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:24.134Z] $ docker top 32f4fb2dc05e0e1441fe265bbb3604508faee7afac3e5c465a19a08322232e9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:24.668Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:24.668Z] + tee [2020-10-01T04:15:24.668Z] clair timeout 1m0s [2020-10-01T04:15:24.668Z] docker timeout: 1m0s [2020-10-01T04:15:24.668Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:26.192Z] $ docker stop --time=1 32f4fb2dc05e0e1441fe265bbb3604508faee7afac3e5c465a19a08322232e9d [2020-10-01T04:15:27.553Z] $ docker rm -f 32f4fb2dc05e0e1441fe265bbb3604508faee7afac3e5c465a19a08322232e9d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:15:28.021Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:15:28.035Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-security-secrets-setup-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:15:28.087Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:28.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:28.432Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:28.542Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:28.585Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:29.282Z] $ docker top e7bdb82b23477b141a10c671d64bdddfe23dcbc5300f10f572bb7a8ab9f91fef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:29.966Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:29.967Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:38.338Z] $ docker stop --time=1 e7bdb82b23477b141a10c671d64bdddfe23dcbc5300f10f572bb7a8ab9f91fef [2020-10-01T04:15:39.707Z] $ docker rm -f e7bdb82b23477b141a10c671d64bdddfe23dcbc5300f10f572bb7a8ab9f91fef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:40.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:40.209Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:40.324Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:40.371Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:41.090Z] $ docker top 7197fb2a3d1ee1291ec4637b6620442f85478747dbb6fb979caab5fa03a72a9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:41.657Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:41.657Z] + tee [2020-10-01T04:15:41.657Z] clair timeout 1m0s [2020-10-01T04:15:41.657Z] docker timeout: 1m0s [2020-10-01T04:15:41.657Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:43.164Z] $ docker stop --time=1 7197fb2a3d1ee1291ec4637b6620442f85478747dbb6fb979caab5fa03a72a9b [2020-10-01T04:15:44.542Z] $ docker rm -f 7197fb2a3d1ee1291ec4637b6620442f85478747dbb6fb979caab5fa03a72a9b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:15:45.031Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:15:45.046Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-security-secretstore-setup-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:15:45.095Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:45.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:45.450Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:45.554Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:45.599Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:46.272Z] $ docker top a84f36aa106f076bbaee821c0628b14c1320ef9a4fe737e78508a85e978af438 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:46.788Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:46.788Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:50.539Z] $ docker stop --time=1 a84f36aa106f076bbaee821c0628b14c1320ef9a4fe737e78508a85e978af438 [2020-10-01T04:15:51.889Z] $ docker rm -f a84f36aa106f076bbaee821c0628b14c1320ef9a4fe737e78508a85e978af438 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:52.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:52.371Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:52.476Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:52.526Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:53.183Z] $ docker top 92d6e3ba1495e07677fc65e3aa780c5eb8755c9783b478bc773ca94aea84558f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:53.891Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:53.892Z] [2020-10-01T04:15:53.892Z] clair timeout 1m0s [2020-10-01T04:15:53.892Z] docker timeout: 1m0s [2020-10-01T04:15:53.892Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:15:54.590Z] $ docker stop --time=1 92d6e3ba1495e07677fc65e3aa780c5eb8755c9783b478bc773ca94aea84558f [2020-10-01T04:15:55.963Z] $ docker rm -f 92d6e3ba1495e07677fc65e3aa780c5eb8755c9783b478bc773ca94aea84558f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:15:56.483Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:15:56.498Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-support-logging-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:15:56.556Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:15:56.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:15:56.889Z] . [Pipeline] withDockerContainer [2020-10-01T04:15:56.999Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:15:57.048Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:15:57.766Z] $ docker top c2b59529323e8d9e9e2980f482741d37fdfb65a8e00dd32df564b88a97dc4e5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:15:58.316Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:15:58.316Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:03.831Z] $ docker stop --time=1 c2b59529323e8d9e9e2980f482741d37fdfb65a8e00dd32df564b88a97dc4e5f [2020-10-01T04:16:05.230Z] $ docker rm -f c2b59529323e8d9e9e2980f482741d37fdfb65a8e00dd32df564b88a97dc4e5f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:05.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:05.719Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:05.825Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:05.870Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:06.511Z] $ docker top bcd30afc523e1c56ca41f395aa8559f0e9b489d6c35410b028c517eca8683b24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:07.165Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:07.165Z] + tee [2020-10-01T04:16:07.165Z] clair timeout 1m0s [2020-10-01T04:16:07.165Z] docker timeout: 1m0s [2020-10-01T04:16:07.165Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:08.086Z] $ docker stop --time=1 bcd30afc523e1c56ca41f395aa8559f0e9b489d6c35410b028c517eca8683b24 [2020-10-01T04:16:09.431Z] $ docker rm -f bcd30afc523e1c56ca41f395aa8559f0e9b489d6c35410b028c517eca8683b24 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:16:09.923Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:16:09.939Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-support-notifications-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:16:10.000Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:10.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:10.409Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:10.525Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:10.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:11.294Z] $ docker top ff5d3fcda3359c3b2d2588a5bd5a0019451a6e4a27af3607bae0d5bb41329be4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:11.886Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:11.886Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:14.623Z] $ docker stop --time=1 ff5d3fcda3359c3b2d2588a5bd5a0019451a6e4a27af3607bae0d5bb41329be4 [2020-10-01T04:16:16.009Z] $ docker rm -f ff5d3fcda3359c3b2d2588a5bd5a0019451a6e4a27af3607bae0d5bb41329be4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:16.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:16.523Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:16.666Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:16.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:17.498Z] $ docker top f6db83c7732fa6f3fc1690e07dd3ec6946b5e07d8ecb4d660f0ebf89a2618d21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:18.113Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:18.113Z] + tee [2020-10-01T04:16:18.113Z] clair timeout 1m0s [2020-10-01T04:16:18.114Z] docker timeout: 1m0s [2020-10-01T04:16:18.114Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:18.812Z] $ docker stop --time=1 f6db83c7732fa6f3fc1690e07dd3ec6946b5e07d8ecb4d660f0ebf89a2618d21 [2020-10-01T04:16:20.177Z] $ docker rm -f f6db83c7732fa6f3fc1690e07dd3ec6946b5e07d8ecb4d660f0ebf89a2618d21 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:16:20.753Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:16:20.770Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-support-scheduler-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:16:20.832Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:21.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:21.226Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:21.358Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:21.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:22.170Z] $ docker top c34a8d16428d1937f596a8a7d060ea00e3a4cc3cc2a50307501b0b4f5eb2c4f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:22.827Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:22.827Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:38.089Z] $ docker stop --time=1 c34a8d16428d1937f596a8a7d060ea00e3a4cc3cc2a50307501b0b4f5eb2c4f5 [2020-10-01T04:16:39.511Z] $ docker rm -f c34a8d16428d1937f596a8a7d060ea00e3a4cc3cc2a50307501b0b4f5eb2c4f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:40.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:40.008Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:40.109Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:40.157Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:40.917Z] $ docker top abc04925fa3ff1b9a8786de131ceb4c92b4894c61af66af6517bca2a61b5134f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:41.448Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:41.448Z] + tee [2020-10-01T04:16:41.448Z] clair timeout 1m0s [2020-10-01T04:16:41.448Z] docker timeout: 1m0s [2020-10-01T04:16:41.448Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:42.953Z] $ docker stop --time=1 abc04925fa3ff1b9a8786de131ceb4c92b4894c61af66af6517bca2a61b5134f [2020-10-01T04:16:44.291Z] $ docker rm -f abc04925fa3ff1b9a8786de131ceb4c92b4894c61af66af6517bca2a61b5134f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:16:44.758Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:16:44.772Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-sys-mgmt-agent-go_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:16:44.842Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:45.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:45.193Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:45.307Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:45.353Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:46.039Z] $ docker top e27c93400fe9113022fbedf336d39adf1593b735f93d71baf44a5098efe5a0cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:46.583Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:46.583Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:49.292Z] $ docker stop --time=1 e27c93400fe9113022fbedf336d39adf1593b735f93d71baf44a5098efe5a0cb [2020-10-01T04:16:50.662Z] $ docker rm -f e27c93400fe9113022fbedf336d39adf1593b735f93d71baf44a5098efe5a0cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:51.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:51.159Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:51.266Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:51.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:51.984Z] $ docker top f560465b40bc074d1c461855d963ae7040adc3a8d742cfc829f2070da1987743 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:52.552Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:52.552Z] + tee [2020-10-01T04:16:52.552Z] clair timeout 1m0s [2020-10-01T04:16:52.552Z] docker timeout: 1m0s [2020-10-01T04:16:52.552Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:16:53.266Z] $ docker stop --time=1 f560465b40bc074d1c461855d963ae7040adc3a8d742cfc829f2070da1987743 [2020-10-01T04:16:54.607Z] $ docker rm -f f560465b40bc074d1c461855d963ae7040adc3a8d742cfc829f2070da1987743 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:16:55.098Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:16:55.113Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-core-command-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:16:55.168Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:16:55.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:16:55.515Z] . [Pipeline] withDockerContainer [2020-10-01T04:16:55.616Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:16:55.655Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:16:56.338Z] $ docker top 39b98b033f7d715a7e1a03ff25f44f0d448718dae512a7737d1aac582d1b4412 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:16:56.873Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:16:56.873Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:02.408Z] $ docker stop --time=1 39b98b033f7d715a7e1a03ff25f44f0d448718dae512a7737d1aac582d1b4412 [2020-10-01T04:17:03.835Z] $ docker rm -f 39b98b033f7d715a7e1a03ff25f44f0d448718dae512a7737d1aac582d1b4412 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:04.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:04.355Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:04.462Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:04.505Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:05.193Z] $ docker top e406ce810afdb5ea8d3fc96d65f39cee8f2a4d09374cba461a742e0547de099f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:05.724Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:17:05.724Z] + tee [2020-10-01T04:17:05.724Z] clair timeout 1m0s [2020-10-01T04:17:05.724Z] docker timeout: 1m0s [2020-10-01T04:17:05.724Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:06.811Z] $ docker stop --time=1 e406ce810afdb5ea8d3fc96d65f39cee8f2a4d09374cba461a742e0547de099f [2020-10-01T04:17:08.163Z] $ docker rm -f e406ce810afdb5ea8d3fc96d65f39cee8f2a4d09374cba461a742e0547de099f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:17:08.654Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:17:08.669Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-core-data-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:17:08.723Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:09.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:09.090Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:09.198Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:09.242Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:09.961Z] $ docker top 3da4cd4b6ef2a94f7f8082710f57cc661dc64c4c0ff203405bc30fda1d8257ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:10.565Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:17:10.566Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:13.284Z] $ docker stop --time=1 3da4cd4b6ef2a94f7f8082710f57cc661dc64c4c0ff203405bc30fda1d8257ab [2020-10-01T04:17:14.662Z] $ docker rm -f 3da4cd4b6ef2a94f7f8082710f57cc661dc64c4c0ff203405bc30fda1d8257ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:15.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:15.157Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:15.268Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:15.309Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:15.985Z] $ docker top 045e3bab47aa9d391eb1ac7346f86fe343d3560ce427d8e717fec3cfb4c1265a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:16.558Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:17:16.559Z] + tee [2020-10-01T04:17:16.559Z] clair timeout 1m0s [2020-10-01T04:17:16.559Z] docker timeout: 1m0s [2020-10-01T04:17:16.559Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:17.254Z] $ docker stop --time=1 045e3bab47aa9d391eb1ac7346f86fe343d3560ce427d8e717fec3cfb4c1265a [2020-10-01T04:17:18.614Z] $ docker rm -f 045e3bab47aa9d391eb1ac7346f86fe343d3560ce427d8e717fec3cfb4c1265a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:17:19.094Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:17:19.107Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-core-metadata-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:17:19.157Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:19.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:19.501Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:19.697Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:19.777Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:20.451Z] $ docker top aaef99b2f76e3c00d5d5b202a1599cfca5a38235563bf182690a32dfaedf3e3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:20.971Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:17:20.971Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:25.434Z] $ docker stop --time=1 aaef99b2f76e3c00d5d5b202a1599cfca5a38235563bf182690a32dfaedf3e3d [2020-10-01T04:17:26.810Z] $ docker rm -f aaef99b2f76e3c00d5d5b202a1599cfca5a38235563bf182690a32dfaedf3e3d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:27.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:27.326Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:27.422Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:27.463Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:28.132Z] $ docker top 938f3065c0ca6c7a9bf622708907c1d994527a8e056bd8416c5ea80e95faa4a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:28.662Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:17:28.662Z] + tee [2020-10-01T04:17:28.662Z] clair timeout 1m0s [2020-10-01T04:17:28.662Z] docker timeout: 1m0s [2020-10-01T04:17:28.662Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:29.709Z] $ docker stop --time=1 938f3065c0ca6c7a9bf622708907c1d994527a8e056bd8416c5ea80e95faa4a1 [2020-10-01T04:17:31.057Z] $ docker rm -f 938f3065c0ca6c7a9bf622708907c1d994527a8e056bd8416c5ea80e95faa4a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:17:31.536Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:17:31.548Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:17:31.603Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:31.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:31.945Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:32.049Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:32.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:32.748Z] $ docker top bfe28376d5675026a55a624cbec9646aab3a8fe10e72346146fa350c7c33c2be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:33.297Z] + tee [2020-10-01T04:17:33.297Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:41.673Z] $ docker stop --time=1 bfe28376d5675026a55a624cbec9646aab3a8fe10e72346146fa350c7c33c2be [2020-10-01T04:17:43.071Z] $ docker rm -f bfe28376d5675026a55a624cbec9646aab3a8fe10e72346146fa350c7c33c2be [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:43.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:43.571Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:43.744Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:43.791Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:44.479Z] $ docker top 77207e26a07570f583a69c70ee6c2c1a4064fb0d03d7f403a185df7a72681548 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:45.017Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:17:45.017Z] + tee [2020-10-01T04:17:45.017Z] clair timeout 1m0s [2020-10-01T04:17:45.018Z] docker timeout: 1m0s [2020-10-01T04:17:45.018Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:46.532Z] $ docker stop --time=1 77207e26a07570f583a69c70ee6c2c1a4064fb0d03d7f403a185df7a72681548 [2020-10-01T04:17:47.891Z] $ docker rm -f 77207e26a07570f583a69c70ee6c2c1a4064fb0d03d7f403a185df7a72681548 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:17:48.369Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:17:48.383Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:17:48.448Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:17:48.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:17:48.799Z] . [Pipeline] withDockerContainer [2020-10-01T04:17:48.912Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:17:48.959Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:17:49.601Z] $ docker top c94838c1ac8385e227947d51a56128e58db2ff86ad1abeadbcdf42ca9001de74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:17:50.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:17:50.147Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:17:58.453Z] $ docker stop --time=1 c94838c1ac8385e227947d51a56128e58db2ff86ad1abeadbcdf42ca9001de74 [2020-10-01T04:17:59.835Z] $ docker rm -f c94838c1ac8385e227947d51a56128e58db2ff86ad1abeadbcdf42ca9001de74 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:00.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:00.365Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:00.471Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:00.620Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:01.294Z] $ docker top a295842b09d4924de6ec54dc3f4f069a7444ad43a703c3d88f6c39c78162b264 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:01.858Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:01.858Z] + tee [2020-10-01T04:18:01.858Z] clair timeout 1m0s [2020-10-01T04:18:01.858Z] docker timeout: 1m0s [2020-10-01T04:18:01.858Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:03.389Z] $ docker stop --time=1 a295842b09d4924de6ec54dc3f4f069a7444ad43a703c3d88f6c39c78162b264 [2020-10-01T04:18:04.780Z] $ docker rm -f a295842b09d4924de6ec54dc3f4f069a7444ad43a703c3d88f6c39c78162b264 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:18:05.258Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:18:05.272Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:18:05.323Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:05.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:05.669Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:05.777Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:05.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:06.547Z] $ docker top db3e871cfe0e89b5380cdf3dce832ae5e4a3d6b246336a63bd7384a1da92c802 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:07.072Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:07.072Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:10.603Z] $ docker stop --time=1 db3e871cfe0e89b5380cdf3dce832ae5e4a3d6b246336a63bd7384a1da92c802 [2020-10-01T04:18:11.972Z] $ docker rm -f db3e871cfe0e89b5380cdf3dce832ae5e4a3d6b246336a63bd7384a1da92c802 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:12.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:12.449Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:12.551Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:12.592Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:13.307Z] $ docker top 0a917cd54a244bc765499c8359150d90e085423706f2a8260ff44ef6c354ce0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:13.832Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:13.832Z] + tee [2020-10-01T04:18:13.832Z] clair timeout 1m0s [2020-10-01T04:18:13.832Z] docker timeout: 1m0s [2020-10-01T04:18:13.832Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:14.515Z] $ docker stop --time=1 0a917cd54a244bc765499c8359150d90e085423706f2a8260ff44ef6c354ce0a [2020-10-01T04:18:15.939Z] $ docker rm -f 0a917cd54a244bc765499c8359150d90e085423706f2a8260ff44ef6c354ce0a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:18:16.480Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:18:16.492Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-support-logging-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:18:16.567Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:16.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:16.919Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:17.020Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:17.063Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:17.901Z] $ docker top a3f6cd6db062f584592495ac2da17dfb70b38f063ddb5f918708759225174038 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:18.498Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:18.498Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:23.938Z] $ docker stop --time=1 a3f6cd6db062f584592495ac2da17dfb70b38f063ddb5f918708759225174038 [2020-10-01T04:18:25.344Z] $ docker rm -f a3f6cd6db062f584592495ac2da17dfb70b38f063ddb5f918708759225174038 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:25.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:25.904Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:26.063Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:26.107Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:26.940Z] $ docker top de2fd3d239754c23b8a157d7d252349eac5f38fce191817858988add9a98c339 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:27.466Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:27.466Z] [2020-10-01T04:18:27.466Z] clair timeout 1m0s [2020-10-01T04:18:27.466Z] docker timeout: 1m0s [2020-10-01T04:18:27.466Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:28.602Z] $ docker stop --time=1 de2fd3d239754c23b8a157d7d252349eac5f38fce191817858988add9a98c339 [2020-10-01T04:18:30.012Z] $ docker rm -f de2fd3d239754c23b8a157d7d252349eac5f38fce191817858988add9a98c339 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:18:30.673Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:18:30.687Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-support-notifications-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:18:30.739Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:31.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:31.118Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:31.223Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:31.266Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:32.181Z] $ docker top 98890f55305c9fff89f2d17d85348929fddff5bba3999e62f1e6c7c21f1f472e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:32.732Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:32.732Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:35.425Z] $ docker stop --time=1 98890f55305c9fff89f2d17d85348929fddff5bba3999e62f1e6c7c21f1f472e [2020-10-01T04:18:36.844Z] $ docker rm -f 98890f55305c9fff89f2d17d85348929fddff5bba3999e62f1e6c7c21f1f472e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:37.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:37.358Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:37.460Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:37.537Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:38.319Z] $ docker top 6fd550831d1ebbfbebdc611cde41f44753f19290dc38502c4e71b4384fa286a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:38.887Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:38.887Z] + tee [2020-10-01T04:18:38.887Z] clair timeout 1m0s [2020-10-01T04:18:38.887Z] docker timeout: 1m0s [2020-10-01T04:18:38.887Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:39.574Z] $ docker stop --time=1 6fd550831d1ebbfbebdc611cde41f44753f19290dc38502c4e71b4384fa286a2 [2020-10-01T04:18:40.951Z] $ docker rm -f 6fd550831d1ebbfbebdc611cde41f44753f19290dc38502c4e71b4384fa286a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:18:41.443Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:18:41.458Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-support-scheduler-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:18:41.514Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:18:41.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:18:41.852Z] . [Pipeline] withDockerContainer [2020-10-01T04:18:41.949Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:18:41.988Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:18:42.709Z] $ docker top 7e8e6eca080be36b2ee1ef5b57194eced50d8061c69a2451fa79bfe852981266 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:18:43.232Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:18:43.232Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:18:58.406Z] $ docker stop --time=1 7e8e6eca080be36b2ee1ef5b57194eced50d8061c69a2451fa79bfe852981266 [2020-10-01T04:18:59.772Z] $ docker rm -f 7e8e6eca080be36b2ee1ef5b57194eced50d8061c69a2451fa79bfe852981266 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:19:00.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-01T04:19:00.261Z] . [Pipeline] withDockerContainer [2020-10-01T04:19:00.401Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:19:00.446Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:19:01.157Z] $ docker top 165ba8ea57d3f1b937ee416a7f4bdbfa7fa3d0d7f7db061b4c3a8e5fd85b249d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T04:19:01.741Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:690346604737e2d45e9758d82734c9e1f243b222 [2020-10-01T04:19:01.741Z] + tee [2020-10-01T04:19:01.741Z] clair timeout 1m0s [2020-10-01T04:19:01.741Z] docker timeout: 1m0s [2020-10-01T04:19:01.741Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-01T04:19:03.853Z] $ docker stop --time=1 165ba8ea57d3f1b937ee416a7f4bdbfa7fa3d0d7f7db061b4c3a8e5fd85b249d [2020-10-01T04:19:05.221Z] $ docker rm -f 165ba8ea57d3f1b937ee416a7f4bdbfa7fa3d0d7f7db061b4c3a8e5fd85b249d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-01T04:19:05.713Z] + mkdir -p /w/workspace/edgex-go/155/clair-reports [Pipeline] echo [2020-10-01T04:19:05.726Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/155/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_690346604737e2d45e9758d82734c9e1f243b222.html [Pipeline] writeFile [Pipeline] step [2020-10-01T04:19:05.778Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-01T04:19:06.210Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-01T04:19:06.291Z] provisioning config files... [2020-10-01T04:19:06.306Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/155@tmp/config8169485274337699644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:19:06.679Z] --> edgex-publish-swagger.sh [2020-10-01T04:19:06.679Z] === Publish openapi/v1 API === [2020-10-01T04:19:06.679Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-01T04:19:06.679Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-01T04:19:06.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:06.679Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:07.891Z] 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 8766 0:00:01 0:00:01 --:--:-- 8774 [2020-10-01T04:19:07.891Z] [2020-10-01T04:19:07.891Z] [2020-10-01T04:19:07.891Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-01T04:19:07.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:07.891Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:08.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30831 0:00:01 0:00:01 --:--:-- 30858 100 32556 0 0 100 32556 0 30825 0:00:01 0:00:01 --:--:-- 30858 [2020-10-01T04:19:08.838Z] [2020-10-01T04:19:08.838Z] [2020-10-01T04:19:09.101Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-01T04:19:09.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:09.101Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:10.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 72537 0:00:01 0:00:01 --:--:-- 72559 100 73720 0 0 100 73720 0 72525 0:00:01 0:00:01 --:--:-- 72559 [2020-10-01T04:19:10.046Z] [2020-10-01T04:19:10.046Z] [2020-10-01T04:19:10.046Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-01T04:19:10.046Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:10.046Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:11.435Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12124 0:00:01 0:00:01 --:--:-- 12135 100 13580 0 0 100 13580 0 12122 0:00:01 0:00:01 --:--:-- 12125 [2020-10-01T04:19:11.435Z] [2020-10-01T04:19:11.435Z] [2020-10-01T04:19:11.435Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-01T04:19:11.435Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:11.435Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:12.378Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34239 0:00:01 0:00:01 --:--:-- 34263 100 38889 0 0 100 38889 0 34233 0:00:01 0:00:01 --:--:-- 34263 [2020-10-01T04:19:12.378Z] [2020-10-01T04:19:12.378Z] [2020-10-01T04:19:12.378Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-01T04:19:12.378Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:12.378Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:13.321Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13461 0:00:01 0:00:01 --:--:-- 13466 100 14248 0 0 100 14248 0 13459 0:00:01 0:00:01 --:--:-- 13466 [2020-10-01T04:19:13.321Z] [2020-10-01T04:19:13.321Z] [2020-10-01T04:19:13.321Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-01T04:19:13.321Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:13.321Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:14.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3778 0:00:01 0:00:01 --:--:-- 3780 100 4109 0 0 100 4109 0 3777 0:00:01 0:00:01 --:--:-- 3780 [2020-10-01T04:19:14.713Z] [2020-10-01T04:19:14.713Z] [2020-10-01T04:19:14.713Z] === Publish openapi/v2 API === [2020-10-01T04:19:14.713Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-01T04:19:14.713Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-01T04:19:14.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:14.713Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:15.660Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 30149 0:00:01 0:00:01 --:--:-- 30173 100 30234 0 0 100 30234 0 30139 0:00:01 0:00:01 --:--:-- 30173 [2020-10-01T04:19:15.660Z] [2020-10-01T04:19:15.660Z] [2020-10-01T04:19:15.660Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-01T04:19:15.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:15.660Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:16.607Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 56318 0:00:01 0:00:01 --:--:-- 56362 100 59012 0 0 100 59012 0 56308 0:00:01 0:00:01 --:--:-- 56362 [2020-10-01T04:19:16.607Z] [2020-10-01T04:19:16.607Z] [2020-10-01T04:19:16.607Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-01T04:19:16.607Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:16.607Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:17.553Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 64424 0:00:01 0:00:01 --:--:-- 64443 100 68246 0 0 100 68246 0 64412 0:00:01 0:00:01 --:--:-- 64443 [2020-10-01T04:19:17.553Z] [2020-10-01T04:19:17.553Z] [2020-10-01T04:19:17.553Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-01T04:19:17.553Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:17.553Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:18.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 22060 0:00:01 0:00:01 --:--:-- 22080 100 26165 0 0 100 26165 0 22056 0:00:01 0:00:01 --:--:-- 22061 [2020-10-01T04:19:18.943Z] [2020-10-01T04:19:18.943Z] [2020-10-01T04:19:18.943Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-01T04:19:18.943Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:18.943Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:19.886Z] 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 61112 0:00:01 0:00:01 --:--:-- 61147 [2020-10-01T04:19:19.887Z] [2020-10-01T04:19:19.887Z] [2020-10-01T04:19:19.887Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-01T04:19:19.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:19.887Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:21.277Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 41589 0:00:01 0:00:01 --:--:-- 41598 100 46049 0 0 100 46049 0 41582 0:00:01 0:00:01 --:--:-- 41598 [2020-10-01T04:19:21.277Z] [2020-10-01T04:19:21.277Z] [2020-10-01T04:19:21.277Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-01T04:19:21.277Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T04:19:21.277Z] Dload Upload Total Spent Left Speed [2020-10-01T04:19:22.223Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 21863 0:00:01 0:00:01 --:--:-- 21882 100 24114 0 0 100 24114 0 21858 0:00:01 0:00:01 --:--:-- 21882 [2020-10-01T04:19:22.224Z] [2020-10-01T04:19:22.224Z] [Pipeline] } [2020-10-01T04:19:22.233Z] 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-01T04:19:32.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T04:19:32.430Z] . [Pipeline] withDockerContainer [2020-10-01T04:19:32.538Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:19:32.577Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:19:33.519Z] $ docker top 340a14d034424bbd8e4e968ba901343f6eb8ad31e424039bf594f709238c766e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T04:19:33.817Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T04:19:33.817Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T04:19:34.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T04:19:34.056Z] $ docker exec 340a14d034424bbd8e4e968ba901343f6eb8ad31e424039bf594f709238c766e ssh-agent [2020-10-01T04:19:34.252Z] SSH_AUTH_SOCK=/tmp/ssh-Aaz5VgHGB2MP/agent.11 [2020-10-01T04:19:34.252Z] SSH_AGENT_PID=16 [2020-10-01T04:19:34.261Z] Running ssh-add (command line suppressed) [2020-10-01T04:19:34.399Z] Identity added: /w/workspace/edgex-go/155@tmp/private_key_2618872785840424583.key (/w/workspace/edgex-go/155@tmp/private_key_2618872785840424583.key) [2020-10-01T04:19:34.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T04:19:34.791Z] + git semver tag [2020-10-01T04:19:35.054Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T04:19:35.054Z] # $GIT_DIR = /w/workspace/edgex-go/155/.git [2020-10-01T04:19:35.054Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/155 [2020-10-01T04:19:35.054Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T04:19:35.054Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T04:19:35.054Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T04:19:35.054Z] # $SEMVER_BRANCH = master [2020-10-01T04:19:35.054Z] # $SEMVER_DIR = /w/workspace/edgex-go/155/.semver [2020-10-01T04:19:35.054Z] # 690346604737e2d45e9758d82734c9e1f243b222 HEAD [2020-10-01T04:19:35.627Z] # -> Force: false [2020-10-01T04:19:35.627Z] # 9b42138001c4b7c96d10166c920a339ac6bb8b7b refs/tags/v1.2.2-dev.40 [Pipeline] } [2020-10-01T04:19:35.636Z] $ docker exec --env ******** --env ******** 340a14d034424bbd8e4e968ba901343f6eb8ad31e424039bf594f709238c766e ssh-agent -k [2020-10-01T04:19:35.806Z] unset SSH_AUTH_SOCK; [2020-10-01T04:19:35.806Z] unset SSH_AGENT_PID; [2020-10-01T04:19:35.806Z] echo Agent pid 16 killed; [2020-10-01T04:19:35.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T04:19:36.352Z] + git semver [Pipeline] } [2020-10-01T04:19:36.364Z] $ docker stop --time=1 340a14d034424bbd8e4e968ba901343f6eb8ad31e424039bf594f709238c766e [2020-10-01T04:19:37.728Z] $ docker rm -f 340a14d034424bbd8e4e968ba901343f6eb8ad31e424039bf594f709238c766e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:19:38.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T04:19:38.309Z] [2020-10-01T04:19:38.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:19:38.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T04:19:38.646Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-01T04:19:38.646Z] ab5ef0e58194: Pulling fs layer [2020-10-01T04:19:38.646Z] 9712f1f96733: Pulling fs layer [2020-10-01T04:19:38.646Z] 63f879dbbcfc: Pulling fs layer [2020-10-01T04:19:38.646Z] 0d9ebad4ef96: Pulling fs layer [2020-10-01T04:19:38.646Z] e9a5061849ea: Pulling fs layer [2020-10-01T04:19:38.646Z] d747dcd14b5f: Pulling fs layer [2020-10-01T04:19:38.646Z] 2de7ff778b66: Pulling fs layer [2020-10-01T04:19:38.646Z] e9a5061849ea: Waiting [2020-10-01T04:19:38.646Z] d747dcd14b5f: Waiting [2020-10-01T04:19:38.646Z] 0d9ebad4ef96: Waiting [2020-10-01T04:19:38.646Z] 2de7ff778b66: Waiting [2020-10-01T04:19:38.646Z] 9712f1f96733: Download complete [2020-10-01T04:19:40.575Z] 63f879dbbcfc: Verifying Checksum [2020-10-01T04:19:40.575Z] 63f879dbbcfc: Download complete [2020-10-01T04:19:40.837Z] e9a5061849ea: Verifying Checksum [2020-10-01T04:19:40.837Z] e9a5061849ea: Download complete [2020-10-01T04:19:40.837Z] d747dcd14b5f: Verifying Checksum [2020-10-01T04:19:40.837Z] d747dcd14b5f: Download complete [2020-10-01T04:19:41.101Z] 2de7ff778b66: Verifying Checksum [2020-10-01T04:19:41.101Z] 2de7ff778b66: Download complete [2020-10-01T04:19:41.364Z] ab5ef0e58194: Verifying Checksum [2020-10-01T04:19:41.364Z] ab5ef0e58194: Download complete [2020-10-01T04:19:41.628Z] 0d9ebad4ef96: Verifying Checksum [2020-10-01T04:19:41.628Z] 0d9ebad4ef96: Download complete [2020-10-01T04:19:45.862Z] ab5ef0e58194: Pull complete [2020-10-01T04:19:45.862Z] 9712f1f96733: Pull complete [2020-10-01T04:19:48.458Z] 63f879dbbcfc: Pull complete [2020-10-01T04:19:55.123Z] 0d9ebad4ef96: Pull complete [2020-10-01T04:19:57.047Z] e9a5061849ea: Pull complete [2020-10-01T04:19:57.311Z] d747dcd14b5f: Pull complete [2020-10-01T04:19:59.235Z] 2de7ff778b66: Pull complete [2020-10-01T04:19:59.235Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-01T04:19:59.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T04:19:59.235Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-01T04:19:59.404Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:19:59.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:20:03.285Z] $ docker top b17a5ac77b4599e7ad04db7dc0176cfc44799b23119da3531912ce209ecca0f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-01T04:20:03.591Z] provisioning config files... [2020-10-01T04:20:03.602Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/155@tmp/config6903740600442937692tmp [2020-10-01T04:20:03.619Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/155@tmp/config6902146675756403830tmp [2020-10-01T04:20:03.633Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/155@tmp/config3151857127057313632tmp [Pipeline] { [Pipeline] echo [2020-10-01T04:20:03.690Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:20:03.988Z] ---> sigul-configuration.sh [2020-10-01T04:20:03.988Z] gpg: directory `/root/.gnupg' created [2020-10-01T04:20:03.988Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-01T04:20:03.988Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-01T04:20:03.988Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-01T04:20:03.988Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-01T04:20:03.988Z] gpg: CAST5 encrypted data [2020-10-01T04:20:04.252Z] gpg: encrypted with 1 passphrase [2020-10-01T04:20:04.252Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-01T04:20:04.550Z] + mkdir /home/jenkins [2020-10-01T04:20:04.550Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-01T04:20:04.845Z] + 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-01T04:20:04.856Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:20:05.154Z] ---> sigul-install.sh [2020-10-01T04:20:11.764Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-01T04:20:12.057Z] + git tag --list [2020-10-01T04:20:12.058Z] 0.6.0 [2020-10-01T04:20:12.058Z] 0.6.1 [2020-10-01T04:20:12.058Z] 0.7.0 [2020-10-01T04:20:12.058Z] 0.7.1 [2020-10-01T04:20:12.058Z] v1.0.0 [2020-10-01T04:20:12.058Z] v1.0.1 [2020-10-01T04:20:12.058Z] v1.1.0 [2020-10-01T04:20:12.058Z] v1.2.0 [2020-10-01T04:20:12.058Z] v1.2.1 [2020-10-01T04:20:12.058Z] v1.2.2-dev.1 [2020-10-01T04:20:12.058Z] v1.2.2-dev.10 [2020-10-01T04:20:12.058Z] v1.2.2-dev.11 [2020-10-01T04:20:12.058Z] v1.2.2-dev.12 [2020-10-01T04:20:12.058Z] v1.2.2-dev.13 [2020-10-01T04:20:12.058Z] v1.2.2-dev.14 [2020-10-01T04:20:12.058Z] v1.2.2-dev.15 [2020-10-01T04:20:12.058Z] v1.2.2-dev.16 [2020-10-01T04:20:12.058Z] v1.2.2-dev.17 [2020-10-01T04:20:12.058Z] v1.2.2-dev.18 [2020-10-01T04:20:12.058Z] v1.2.2-dev.19 [2020-10-01T04:20:12.058Z] v1.2.2-dev.2 [2020-10-01T04:20:12.058Z] v1.2.2-dev.20 [2020-10-01T04:20:12.058Z] v1.2.2-dev.21 [2020-10-01T04:20:12.058Z] v1.2.2-dev.22 [2020-10-01T04:20:12.058Z] v1.2.2-dev.23 [2020-10-01T04:20:12.058Z] v1.2.2-dev.24 [2020-10-01T04:20:12.058Z] v1.2.2-dev.25 [2020-10-01T04:20:12.058Z] v1.2.2-dev.26 [2020-10-01T04:20:12.058Z] v1.2.2-dev.27 [2020-10-01T04:20:12.058Z] v1.2.2-dev.28 [2020-10-01T04:20:12.058Z] v1.2.2-dev.29 [2020-10-01T04:20:12.058Z] v1.2.2-dev.3 [2020-10-01T04:20:12.058Z] v1.2.2-dev.30 [2020-10-01T04:20:12.058Z] v1.2.2-dev.31 [2020-10-01T04:20:12.058Z] v1.2.2-dev.32 [2020-10-01T04:20:12.058Z] v1.2.2-dev.33 [2020-10-01T04:20:12.058Z] v1.2.2-dev.34 [2020-10-01T04:20:12.058Z] v1.2.2-dev.35 [2020-10-01T04:20:12.058Z] v1.2.2-dev.36 [2020-10-01T04:20:12.058Z] v1.2.2-dev.37 [2020-10-01T04:20:12.058Z] v1.2.2-dev.38 [2020-10-01T04:20:12.058Z] v1.2.2-dev.39 [2020-10-01T04:20:12.058Z] v1.2.2-dev.4 [2020-10-01T04:20:12.058Z] v1.2.2-dev.40 [2020-10-01T04:20:12.058Z] v1.2.2-dev.5 [2020-10-01T04:20:12.058Z] v1.2.2-dev.6 [2020-10-01T04:20:12.058Z] v1.2.2-dev.7 [2020-10-01T04:20:12.058Z] v1.2.2-dev.8 [2020-10-01T04:20:12.058Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-01T04:20:12.352Z] + lftools sign git-tag v1.2.2-dev.40 [2020-10-01T04:20:13.736Z] Signing Git tag with Sigul... [2020-10-01T04:20:13.736Z] Signing v1.2.2-dev.40 [Pipeline] echo [2020-10-01T04:20:14.690Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:20:14.982Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-01T04:20:14.991Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-01T04:20:15.088Z] $ docker stop --time=1 b17a5ac77b4599e7ad04db7dc0176cfc44799b23119da3531912ce209ecca0f5 [2020-10-01T04:20:17.158Z] $ docker rm -f b17a5ac77b4599e7ad04db7dc0176cfc44799b23119da3531912ce209ecca0f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:20:18.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T04:20:18.042Z] . [Pipeline] withDockerContainer [2020-10-01T04:20:18.148Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:20:18.189Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:20:18.877Z] $ docker top eb4103c395d62f29c50777c54d6d2824ac5e5577c31fc8d44b57d76ff8dd4830 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T04:20:19.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T04:20:19.237Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T04:20:19.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T04:20:19.448Z] $ docker exec eb4103c395d62f29c50777c54d6d2824ac5e5577c31fc8d44b57d76ff8dd4830 ssh-agent [2020-10-01T04:20:19.627Z] SSH_AUTH_SOCK=/tmp/ssh-e6TSM5DsUTSP/agent.12 [2020-10-01T04:20:19.627Z] SSH_AGENT_PID=18 [2020-10-01T04:20:19.654Z] Running ssh-add (command line suppressed) [2020-10-01T04:20:19.802Z] Identity added: /w/workspace/edgex-go/155@tmp/private_key_6270913344541550056.key (/w/workspace/edgex-go/155@tmp/private_key_6270913344541550056.key) [2020-10-01T04:20:19.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T04:20:20.213Z] + git semver bump pre [2020-10-01T04:20:20.214Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T04:20:20.214Z] # $GIT_DIR = /w/workspace/edgex-go/155/.git [2020-10-01T04:20:20.214Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/155 [2020-10-01T04:20:20.214Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T04:20:20.214Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T04:20:20.214Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T04:20:20.214Z] # $SEMVER_BRANCH = master [2020-10-01T04:20:20.214Z] # $SEMVER_DIR = /w/workspace/edgex-go/155/.semver [2020-10-01T04:20:20.214Z] 1.2.2-dev.41 [Pipeline] } [2020-10-01T04:20:20.222Z] $ docker exec --env ******** --env ******** eb4103c395d62f29c50777c54d6d2824ac5e5577c31fc8d44b57d76ff8dd4830 ssh-agent -k [2020-10-01T04:20:20.342Z] unset SSH_AUTH_SOCK; [2020-10-01T04:20:20.342Z] unset SSH_AGENT_PID; [2020-10-01T04:20:20.342Z] echo Agent pid 18 killed; [2020-10-01T04:20:20.397Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T04:20:20.946Z] + git semver [Pipeline] } [2020-10-01T04:20:20.959Z] $ docker stop --time=1 eb4103c395d62f29c50777c54d6d2824ac5e5577c31fc8d44b57d76ff8dd4830 [2020-10-01T04:20:22.311Z] $ docker rm -f eb4103c395d62f29c50777c54d6d2824ac5e5577c31fc8d44b57d76ff8dd4830 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T04:20:22.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T04:20:22.845Z] . [Pipeline] withDockerContainer [2020-10-01T04:20:22.949Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2020-10-01T04:20:22.989Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/155 -v /w/workspace/edgex-go/155:/w/workspace/edgex-go/155:rw,z -v /w/workspace/edgex-go/155@tmp:/w/workspace/edgex-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-01T04:20:23.700Z] $ docker top 4529bfdbb58602f8a5504ed2b07c5a730a8eb7d0cb3c10644ea21ccb6daab783 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T04:20:24.028Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T04:20:24.028Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T04:20:24.224Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T04:20:24.225Z] $ docker exec 4529bfdbb58602f8a5504ed2b07c5a730a8eb7d0cb3c10644ea21ccb6daab783 ssh-agent [2020-10-01T04:20:24.403Z] SSH_AUTH_SOCK=/tmp/ssh-N5TPad3SrGeO/agent.11 [2020-10-01T04:20:24.403Z] SSH_AGENT_PID=16 [2020-10-01T04:20:24.410Z] Running ssh-add (command line suppressed) [2020-10-01T04:20:24.534Z] Identity added: /w/workspace/edgex-go/155@tmp/private_key_2819198996366363021.key (/w/workspace/edgex-go/155@tmp/private_key_2819198996366363021.key) [2020-10-01T04:20:24.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T04:20:24.919Z] + git semver push [2020-10-01T04:20:24.919Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T04:20:24.919Z] # $GIT_DIR = /w/workspace/edgex-go/155/.git [2020-10-01T04:20:24.919Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/155 [2020-10-01T04:20:24.919Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T04:20:24.919Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T04:20:24.919Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T04:20:24.919Z] # $SEMVER_BRANCH = master [2020-10-01T04:20:24.919Z] # $SEMVER_DIR = /w/workspace/edgex-go/155/.semver [Pipeline] } [2020-10-01T04:20:34.948Z] $ docker exec --env ******** --env ******** 4529bfdbb58602f8a5504ed2b07c5a730a8eb7d0cb3c10644ea21ccb6daab783 ssh-agent -k [2020-10-01T04:20:35.084Z] unset SSH_AUTH_SOCK; [2020-10-01T04:20:35.084Z] unset SSH_AGENT_PID; [2020-10-01T04:20:35.084Z] echo Agent pid 16 killed; [2020-10-01T04:20:35.147Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T04:20:35.622Z] + git semver [Pipeline] } [2020-10-01T04:20:35.638Z] $ docker stop --time=1 4529bfdbb58602f8a5504ed2b07c5a730a8eb7d0cb3c10644ea21ccb6daab783 [2020-10-01T04:20:36.989Z] $ docker rm -f 4529bfdbb58602f8a5504ed2b07c5a730a8eb7d0cb3c10644ea21ccb6daab783 [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-01T04:20:38.008Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:20:38.878Z] ---> package-listing.sh [2020-10-01T04:20:38.878Z] ++ facter osfamily [2020-10-01T04:20:38.878Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-01T04:20:38.878Z] + OS_FAMILY=redhat [2020-10-01T04:20:38.878Z] + workspace=/w/workspace/edgex-go/155 [2020-10-01T04:20:38.878Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-01T04:20:38.878Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-01T04:20:38.878Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-01T04:20:38.878Z] + PACKAGES=/tmp/packages_start.txt [2020-10-01T04:20:38.878Z] + '[' /w/workspace/edgex-go/155 ']' [2020-10-01T04:20:38.878Z] + PACKAGES=/tmp/packages_end.txt [2020-10-01T04:20:38.878Z] + case "${OS_FAMILY}" in [2020-10-01T04:20:38.878Z] + rpm -qa [2020-10-01T04:20:38.878Z] + sort [2020-10-01T04:20:43.101Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-01T04:20:43.101Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-01T04:20:43.101Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-01T04:20:43.101Z] + '[' /w/workspace/edgex-go/155 ']' [2020-10-01T04:20:43.101Z] + mkdir -p /w/workspace/edgex-go/155/archives/ [2020-10-01T04:20:43.101Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/155/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-01T04:20:43.381Z] provisioning config files... [2020-10-01T04:20:43.403Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/155@tmp/config5032040317460121366tmp [Pipeline] { [Pipeline] echo [2020-10-01T04:20:43.469Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:20:43.767Z] ---> create-netrc.sh [Pipeline] } [2020-10-01T04:20:43.777Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-01T04:20:43.868Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:20:44.253Z] ---> python-tools-install.sh [2020-10-01T04:20:44.254Z] Generating Requirements File [2020-10-01T04:22:05.799Z] Python 3.6.8 [2020-10-01T04:22:05.799Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-01T04:22:05.799Z] aiohttp==3.6.2 [2020-10-01T04:22:05.799Z] appdirs==1.4.3 [2020-10-01T04:22:05.799Z] argcomplete==1.12.1 [2020-10-01T04:22:05.799Z] aspy.yaml==1.3.0 [2020-10-01T04:22:05.799Z] async-timeout==3.0.1 [2020-10-01T04:22:05.799Z] attrs==19.3.0 [2020-10-01T04:22:05.799Z] Babel==2.8.0 [2020-10-01T04:22:05.799Z] beautifulsoup4==4.8.2 [2020-10-01T04:22:05.799Z] boto3==1.11.6 [2020-10-01T04:22:05.799Z] botocore==1.14.6 [2020-10-01T04:22:05.799Z] bs4==0.0.1 [2020-10-01T04:22:05.799Z] cachetools==4.1.1 [2020-10-01T04:22:05.799Z] certifi==2019.11.28 [2020-10-01T04:22:05.799Z] cffi==1.14.3 [2020-10-01T04:22:05.799Z] cfgv==2.0.1 [2020-10-01T04:22:05.799Z] chardet==3.0.4 [2020-10-01T04:22:05.799Z] click==7.1 [2020-10-01T04:22:05.799Z] cliff==3.4.0 [2020-10-01T04:22:05.799Z] cmd2==1.3.10 [2020-10-01T04:22:05.799Z] colorama==0.4.3 [2020-10-01T04:22:05.799Z] cryptography==3.1.1 [2020-10-01T04:22:05.799Z] debtcollector==2.2.0 [2020-10-01T04:22:05.799Z] decorator==4.4.2 [2020-10-01T04:22:05.799Z] defusedxml==0.6.0 [2020-10-01T04:22:05.799Z] Deprecated==1.2.7 [2020-10-01T04:22:05.799Z] distlib==0.3.1 [2020-10-01T04:22:05.799Z] distro==1.2.0 [2020-10-01T04:22:05.799Z] dnspython==1.16.0 [2020-10-01T04:22:05.799Z] docker==4.2.0 [2020-10-01T04:22:05.799Z] docutils==0.15.2 [2020-10-01T04:22:05.799Z] dogpile.cache==1.0.2 [2020-10-01T04:22:05.799Z] email-validator==1.0.5 [2020-10-01T04:22:05.799Z] filelock==3.0.12 [2020-10-01T04:22:05.799Z] future==0.18.2 [2020-10-01T04:22:05.799Z] google-auth==1.22.0 [2020-10-01T04:22:05.799Z] httplib2==0.17.0 [2020-10-01T04:22:05.799Z] identify==1.4.11 [2020-10-01T04:22:05.799Z] idna==2.9 [2020-10-01T04:22:05.799Z] idna-ssl==1.1.0 [2020-10-01T04:22:05.799Z] importlib-metadata==1.7.0 [2020-10-01T04:22:05.799Z] importlib-resources==1.5.0 [2020-10-01T04:22:05.799Z] iso8601==0.1.13 [2020-10-01T04:22:05.799Z] Jinja2==2.11.1 [2020-10-01T04:22:05.799Z] jmespath==0.10.0 [2020-10-01T04:22:05.799Z] jsonpatch==1.26 [2020-10-01T04:22:05.799Z] jsonpointer==2.0 [2020-10-01T04:22:05.799Z] jsonschema==3.2.0 [2020-10-01T04:22:05.799Z] keystoneauth1==4.2.1 [2020-10-01T04:22:05.799Z] kubernetes==11.0.0 [2020-10-01T04:22:05.799Z] lftools==0.34.2 [2020-10-01T04:22:05.799Z] lxml==4.5.0 [2020-10-01T04:22:05.799Z] MarkupSafe==0.23 [2020-10-01T04:22:05.799Z] msgpack==1.0.0 [2020-10-01T04:22:05.799Z] multi-key-dict==2.0.3 [2020-10-01T04:22:05.799Z] multidict==4.7.6 [2020-10-01T04:22:05.799Z] munch==2.5.0 [2020-10-01T04:22:05.799Z] netaddr==0.8.0 [2020-10-01T04:22:05.799Z] netifaces==0.10.9 [2020-10-01T04:22:05.799Z] niet==1.4.2 [2020-10-01T04:22:05.799Z] nodeenv==1.3.5 [2020-10-01T04:22:05.799Z] oauth2client==4.1.3 [2020-10-01T04:22:05.799Z] oauthlib==3.1.0 [2020-10-01T04:22:05.799Z] openstacksdk==0.50.0 [2020-10-01T04:22:05.799Z] os-client-config==2.1.0 [2020-10-01T04:22:05.799Z] os-service-types==1.7.0 [2020-10-01T04:22:05.799Z] osc-lib==2.2.1 [2020-10-01T04:22:05.799Z] oslo.config==8.3.2 [2020-10-01T04:22:05.799Z] oslo.context==3.1.1 [2020-10-01T04:22:05.799Z] oslo.i18n==5.0.1 [2020-10-01T04:22:05.799Z] oslo.log==4.4.0 [2020-10-01T04:22:05.799Z] oslo.serialization==4.0.1 [2020-10-01T04:22:05.799Z] oslo.utils==4.6.0 [2020-10-01T04:22:05.799Z] packaging==20.4 [2020-10-01T04:22:05.800Z] pbr==5.4.4 [2020-10-01T04:22:05.800Z] pluggy==0.13.1 [2020-10-01T04:22:05.800Z] prettytable==0.7.2 [2020-10-01T04:22:05.800Z] py==1.9.0 [2020-10-01T04:22:05.800Z] pyasn1==0.4.8 [2020-10-01T04:22:05.800Z] pyasn1-modules==0.2.8 [2020-10-01T04:22:05.800Z] pycparser==2.20 [2020-10-01T04:22:05.800Z] pygerrit2==2.0.10 [2020-10-01T04:22:05.800Z] PyGithub==1.46 [2020-10-01T04:22:05.800Z] pyinotify==0.9.6 [2020-10-01T04:22:05.800Z] PyJWT==1.7.1 [2020-10-01T04:22:05.800Z] pyparsing==2.4.7 [2020-10-01T04:22:05.800Z] pyperclip==1.8.0 [2020-10-01T04:22:05.800Z] pyroute2==0.4.13 [2020-10-01T04:22:05.800Z] pyrsistent==0.15.7 [2020-10-01T04:22:05.800Z] PySocks==1.6.8 [2020-10-01T04:22:05.800Z] python-cinderclient==7.2.0 [2020-10-01T04:22:05.800Z] python-dateutil==2.8.1 [2020-10-01T04:22:05.800Z] python-heatclient==2.2.1 [2020-10-01T04:22:05.800Z] python-jenkins==1.7.0 [2020-10-01T04:22:05.800Z] python-keystoneclient==4.1.1 [2020-10-01T04:22:05.800Z] python-magnumclient==3.2.1 [2020-10-01T04:22:05.800Z] python-novaclient==17.2.1 [2020-10-01T04:22:05.800Z] python-openstackclient==5.3.1 [2020-10-01T04:22:05.800Z] python-swiftclient==3.10.1 [2020-10-01T04:22:05.800Z] pytz==2020.1 [2020-10-01T04:22:05.800Z] PyYAML==5.3 [2020-10-01T04:22:05.800Z] requests==2.23.0 [2020-10-01T04:22:05.800Z] requests-oauthlib==1.3.0 [2020-10-01T04:22:05.800Z] requestsexceptions==1.4.0 [2020-10-01T04:22:05.800Z] rfc3986==1.4.0 [2020-10-01T04:22:05.800Z] rpm==4.11.3 [2020-10-01T04:22:05.800Z] rsa==4.0 [2020-10-01T04:22:05.800Z] ruamel.yaml==0.16.10 [2020-10-01T04:22:05.800Z] ruamel.yaml.clib==0.2.0 [2020-10-01T04:22:05.800Z] s3transfer==0.3.3 [2020-10-01T04:22:05.800Z] shade==1.27.2 [2020-10-01T04:22:05.800Z] simplejson==3.17.2 [2020-10-01T04:22:05.800Z] six==1.14.0 [2020-10-01T04:22:05.800Z] soupsieve==2.0 [2020-10-01T04:22:05.800Z] stevedore==3.2.2 [2020-10-01T04:22:05.800Z] tabulate==0.8.6 [2020-10-01T04:22:05.800Z] toml==0.10.0 [2020-10-01T04:22:05.800Z] tox==3.20.0 [2020-10-01T04:22:05.800Z] tqdm==4.43.0 [2020-10-01T04:22:05.800Z] typing-extensions==3.7.4.3 [2020-10-01T04:22:05.800Z] urllib3==1.25.8 [2020-10-01T04:22:05.800Z] virtualenv==20.0.31 [2020-10-01T04:22:05.800Z] wcwidth==0.2.5 [2020-10-01T04:22:05.800Z] websocket-client==0.57.0 [2020-10-01T04:22:05.800Z] wrapt==1.12.1 [2020-10-01T04:22:05.800Z] xdg==3.0.2 [2020-10-01T04:22:05.800Z] xmltodict==0.12.0 [2020-10-01T04:22:05.800Z] yarl==1.6.0 [2020-10-01T04:22:05.800Z] yq==2.11.1 [2020-10-01T04:22:05.800Z] zipp==3.2.0 [2020-10-01T04:22:05.800Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:05.800Z] 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-01T04:22:05.800Z] Python 2.7.5 [2020-10-01T04:22:05.800Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-01T04:22:05.800Z] 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-01T04:22:05.800Z] ansible==2.9.7 [2020-10-01T04:22:05.800Z] Babel==0.9.6 [2020-10-01T04:22:05.800Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-01T04:22:05.800Z] beautifulsoup4==4.4.1 [2020-10-01T04:22:05.800Z] bodhi==2.11.0 [2020-10-01T04:22:05.800Z] bodhi-client==2.11.0 [2020-10-01T04:22:05.800Z] CCColUtils==1.4 [2020-10-01T04:22:05.800Z] cffi==1.6.0 [2020-10-01T04:22:05.800Z] chardet==2.2.1 [2020-10-01T04:22:05.800Z] click==6.7 [2020-10-01T04:22:05.800Z] cloud-init==18.5 [2020-10-01T04:22:05.800Z] configobj==4.7.2 [2020-10-01T04:22:05.800Z] cryptography==1.7.2 [2020-10-01T04:22:05.800Z] decorator==3.4.0 [2020-10-01T04:22:05.800Z] distro==1.2.0 [2020-10-01T04:22:05.800Z] enum34==1.0.4 [2020-10-01T04:22:05.800Z] fedpkg==1.38 [2020-10-01T04:22:05.800Z] futures==3.1.1 [2020-10-01T04:22:05.800Z] gitdb==0.6.4 [2020-10-01T04:22:05.800Z] GitPython==1.0.1 [2020-10-01T04:22:05.800Z] html5lib==0.999 [2020-10-01T04:22:05.800Z] httplib2==0.9.2 [2020-10-01T04:22:05.800Z] idna==2.4 [2020-10-01T04:22:05.800Z] iniparse==0.4 [2020-10-01T04:22:05.800Z] ipaddress==1.0.16 [2020-10-01T04:22:05.800Z] IPy==0.75 [2020-10-01T04:22:05.800Z] javapackages==1.0.0 [2020-10-01T04:22:05.800Z] Jinja2==2.7.2 [2020-10-01T04:22:05.800Z] jmespath==0.9.4 [2020-10-01T04:22:05.800Z] jsonpatch==1.2 [2020-10-01T04:22:05.800Z] jsonpointer==1.9 [2020-10-01T04:22:05.800Z] kerberos==1.1 [2020-10-01T04:22:05.800Z] kitchen==1.1.1 [2020-10-01T04:22:05.800Z] langtable==0.0.31 [2020-10-01T04:22:05.800Z] lockfile==0.9.1 [2020-10-01T04:22:05.800Z] lxml==3.2.1 [2020-10-01T04:22:05.800Z] MarkupSafe==0.11 [2020-10-01T04:22:05.800Z] munch==2.0.2 [2020-10-01T04:22:05.800Z] offtrac==0.1.0 [2020-10-01T04:22:05.800Z] openidc-client==0.6.0 [2020-10-01T04:22:05.800Z] packagedb-cli==2.14.1 [2020-10-01T04:22:05.800Z] paramiko==2.1.1 [2020-10-01T04:22:05.800Z] perf==0.1 [2020-10-01T04:22:05.800Z] ply==3.4 [2020-10-01T04:22:05.800Z] policycoreutils-default-encoding==0.1 [2020-10-01T04:22:05.800Z] prettytable==0.7.2 [2020-10-01T04:22:05.800Z] pyasn1==0.1.9 [2020-10-01T04:22:05.800Z] pycparser==2.14 [2020-10-01T04:22:05.800Z] pycurl==7.19.0 [2020-10-01T04:22:05.800Z] pygobject==3.22.0 [2020-10-01T04:22:05.800Z] pygpgme==0.3 [2020-10-01T04:22:05.800Z] pyliblzma==0.5.3 [2020-10-01T04:22:05.800Z] pyOpenSSL==0.13.1 [2020-10-01T04:22:05.800Z] pyparsing==1.5.6 [2020-10-01T04:22:05.800Z] pyserial==2.6 [2020-10-01T04:22:05.800Z] python-augeas==0.5.0 [2020-10-01T04:22:05.800Z] python-bugzilla==2.3.0 [2020-10-01T04:22:05.800Z] python-dateutil==1.5 [2020-10-01T04:22:05.800Z] python-fedora==0.10.0 [2020-10-01T04:22:05.800Z] python-linux-procfs==0.4.9 [2020-10-01T04:22:05.800Z] python-yubico==1.2.3 [2020-10-01T04:22:05.800Z] pyudev==0.15 [2020-10-01T04:22:05.800Z] pyusb==1.0.0b1 [2020-10-01T04:22:05.800Z] pyxattr==0.5.1 [2020-10-01T04:22:05.800Z] PyYAML==3.10 [2020-10-01T04:22:05.800Z] requests==2.6.0 [2020-10-01T04:22:05.800Z] requests-kerberos==0.7.0 [2020-10-01T04:22:05.800Z] rpkg==1.60 [2020-10-01T04:22:05.800Z] schedutils==0.4 [2020-10-01T04:22:05.800Z] seobject==0.1 [2020-10-01T04:22:05.800Z] sepolicy==1.1 [2020-10-01T04:22:05.800Z] six==1.9.0 [2020-10-01T04:22:05.800Z] smmap==0.9.0 [2020-10-01T04:22:05.800Z] urlgrabber==3.10 [2020-10-01T04:22:05.800Z] urllib3==1.10.2 [2020-10-01T04:22:05.800Z] virtualenv==15.1.0 [2020-10-01T04:22:05.800Z] yum-langpacks==0.4.2 [2020-10-01T04:22:05.800Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-01T04:22:05.812Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:22:06.120Z] ---> sudo-logs.sh [2020-10-01T04:22:06.120Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-01T04:22:06.394Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:22:06.693Z] ---> job-cost.sh [2020-10-01T04:22:06.693Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1qIr [2020-10-01T04:22:14.849Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:14.849Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:15.802Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:15.802Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:15.802Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:15.802Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:16.070Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:16.070Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:16.070Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:16.070Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:16.337Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:16.337Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:16.337Z] Cache entry deserialization failed, entry ignored [2020-10-01T04:22:18.907Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-01T04:22:51.071Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-10-01T04:22:51.071Z] [2020-10-01T04:22:51.071Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-10-01T04:22:51.071Z] [2020-10-01T04:22:51.071Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-10-01T04:22:51.071Z] lf-activate-venv(): INFO: Adding /tmp/venv-1qIr/bin to PATH [2020-10-01T04:22:51.071Z] INFO: No Stack... [2020-10-01T04:22:51.071Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-01T04:22:51.071Z] INFO: Archiving Costs [Pipeline] echo [2020-10-01T04:22:51.234Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T04:22:51.736Z] ---> logs-deploy.sh [2020-10-01T04:22:51.736Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/155 [2020-10-01T04:22:51.736Z] INFO: archiving workspace using pattern(s): [2020-10-01T04:22:53.655Z] Archives upload complete. [2020-10-01T04:22:53.655Z] INFO: archiving logs to Nexus