Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 23d78d8d6164cd46726267bd4b072740b98d7786 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-8157 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/204 [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/204 # 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 23d78d8d6164cd46726267bd4b072740b98d7786 (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 23d78d8d6164cd46726267bd4b072740b98d7786 # timeout=10 Commit message: "Merge pull request #2813 from weichou1229/issue-2812" > git rev-list --no-walk 276039d959642f82e27682464d1409e0b052ceab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T04:43:53.654Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T04:43:53.939Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T04:43:54.041Z] ========================================================= [2020-10-22T04:43:54.041Z] EdgeX Global Pipelines Version Info [2020-10-22T04:43:54.041Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:43:55.559Z] ------------------- [2020-10-22T04:43:55.559Z] stable info: [2020-10-22T04:43:55.559Z] ------------------- [2020-10-22T04:43:55.559Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T04:43:55.559Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T04:43:55.559Z] Message: update stable to v1.0.144 [2020-10-22T04:43:56.507Z] ------------------- [2020-10-22T04:43:56.507Z] experimental info: [2020-10-22T04:43:56.507Z] ------------------- [2020-10-22T04:43:56.507Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T04:43:56.507Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T04:43:56.507Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T04:43:56.891Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T04:43:56.990Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T04:43:57.088Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T04:43:57.178Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T04:43:57.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T04:43:57.393Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T04:43:57.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T04:43:57.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T04:43:57.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T04:43:57.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T04:43:57.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T04:43:58.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T04:43:58.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T04:43:58.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T04:43:58.446Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T04:43:58.593Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T04:43:58.708Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T04:43:58.813Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T04:43:58.915Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T04:43:59.012Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T04:43:59.116Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T04:43:59.211Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-22T04:43:59.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-22T04:43:59.419Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-22T04:43:59.543Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] echo [2020-10-22T04:43:59.635Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 23d78d8 [Pipeline] echo [2020-10-22T04:43:59.751Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T04:44:00.140Z] ++ 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-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T04:44:00.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:44:00.140Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T04:44:00.140Z] ++ cut -d/ -f2 [2020-10-22T04:44:00.140Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T04:44:00.197Z] 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-22T04:44:02.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T04:44:02.324Z] [2020-10-22T04:44:02.324Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:44:02.679Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T04:44:02.679Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T04:44:02.679Z] 31603596830f: Pulling fs layer [2020-10-22T04:44:02.679Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T04:44:02.679Z] 6ca5941a6612: Pulling fs layer [2020-10-22T04:44:02.679Z] ecc8261a40a4: Pulling fs layer [2020-10-22T04:44:02.679Z] ecc8261a40a4: Waiting [2020-10-22T04:44:02.955Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T04:44:02.955Z] 2a8b12db71e7: Download complete [2020-10-22T04:44:02.955Z] 31603596830f: Download complete [2020-10-22T04:44:03.222Z] 6ca5941a6612: Verifying Checksum [2020-10-22T04:44:03.222Z] 6ca5941a6612: Download complete [2020-10-22T04:44:03.222Z] ecc8261a40a4: Verifying Checksum [2020-10-22T04:44:03.222Z] ecc8261a40a4: Download complete [2020-10-22T04:44:03.486Z] 31603596830f: Pull complete [2020-10-22T04:44:03.486Z] 2a8b12db71e7: Pull complete [2020-10-22T04:44:04.472Z] 6ca5941a6612: Pull complete [2020-10-22T04:44:04.472Z] ecc8261a40a4: Pull complete [2020-10-22T04:44:04.472Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T04:44:04.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T04:44:04.472Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T04:44:04.594Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:44:04.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:44:07.139Z] $ docker top 5f1182def1b39e1d25a7e9fff2b6e6a7d199b78eb411eec0682151b97c44fab7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T04:44:07.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T04:44:07.438Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T04:44:07.652Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T04:44:07.658Z] $ docker exec 5f1182def1b39e1d25a7e9fff2b6e6a7d199b78eb411eec0682151b97c44fab7 ssh-agent [2020-10-22T04:44:07.831Z] SSH_AUTH_SOCK=/tmp/ssh-DRa2fJjFsfmx/agent.12 [2020-10-22T04:44:07.831Z] SSH_AGENT_PID=17 [2020-10-22T04:44:07.845Z] Running ssh-add (command line suppressed) [2020-10-22T04:44:07.970Z] Identity added: /w/workspace/edgex-go/204@tmp/private_key_8475687550899452062.key (/w/workspace/edgex-go/204@tmp/private_key_8475687550899452062.key) [2020-10-22T04:44:08.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T04:44:08.370Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T04:44:08.394Z] $ docker exec --env ******** --env ******** 5f1182def1b39e1d25a7e9fff2b6e6a7d199b78eb411eec0682151b97c44fab7 ssh-agent -k [2020-10-22T04:44:08.509Z] unset SSH_AUTH_SOCK; [2020-10-22T04:44:08.509Z] unset SSH_AGENT_PID; [2020-10-22T04:44:08.509Z] echo Agent pid 17 killed; [2020-10-22T04:44:08.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T04:44:08.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T04:44:08.713Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T04:44:08.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T04:44:08.923Z] $ docker exec 5f1182def1b39e1d25a7e9fff2b6e6a7d199b78eb411eec0682151b97c44fab7 ssh-agent [2020-10-22T04:44:09.083Z] SSH_AUTH_SOCK=/tmp/ssh-EDhwyF8Vacei/agent.47 [2020-10-22T04:44:09.083Z] SSH_AGENT_PID=52 [2020-10-22T04:44:09.091Z] Running ssh-add (command line suppressed) [2020-10-22T04:44:09.211Z] Identity added: /w/workspace/edgex-go/204@tmp/private_key_4564985072201275824.key (/w/workspace/edgex-go/204@tmp/private_key_4564985072201275824.key) [2020-10-22T04:44:09.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T04:44:09.598Z] + git semver init [2020-10-22T04:44:09.598Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T04:44:09.598Z] # $GIT_DIR = /w/workspace/edgex-go/204/.git [2020-10-22T04:44:09.598Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/204 [2020-10-22T04:44:09.598Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T04:44:09.598Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T04:44:09.598Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T04:44:09.598Z] # $SEMVER_BRANCH = master [2020-10-22T04:44:09.598Z] # $SEMVER_TEMP = /tmp/semver-402194935 [2020-10-22T04:44:09.598Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T04:44:27.754Z] # '/tmp/semver-402194935' -> '/w/workspace/edgex-go/204/.semver' [2020-10-22T04:44:27.754Z] # -> Force: false [2020-10-22T04:44:27.754Z] # $SEMVER_DIR = /w/workspace/edgex-go/204/.semver [Pipeline] } [2020-10-22T04:44:27.771Z] $ docker exec --env ******** --env ******** 5f1182def1b39e1d25a7e9fff2b6e6a7d199b78eb411eec0682151b97c44fab7 ssh-agent -k [2020-10-22T04:44:27.972Z] unset SSH_AUTH_SOCK; [2020-10-22T04:44:27.973Z] unset SSH_AGENT_PID; [2020-10-22T04:44:27.973Z] echo Agent pid 52 killed; [2020-10-22T04:44:28.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T04:44:28.518Z] + git semver [Pipeline] } [2020-10-22T04:44:28.538Z] $ docker stop --time=1 5f1182def1b39e1d25a7e9fff2b6e6a7d199b78eb411eec0682151b97c44fab7 [2020-10-22T04:44:30.174Z] $ docker rm -f 5f1182def1b39e1d25a7e9fff2b6e6a7d199b78eb411eec0682151b97c44fab7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:44:30.733Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T04:44:31.301Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T04:44:31.305Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.88 [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-22T04:44:31.970Z] ========================================================= [2020-10-22T04:44:31.970Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T04:44:31.970Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:44:32.350Z] + 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-22T04:44:36.603Z] Sending build context to Docker daemon 325.5MB [2020-10-22T04:44:36.603Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T04:44:36.603Z] Step 2/7 : FROM ${BASE} [2020-10-22T04:44:36.603Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T04:44:36.603Z] df20fa9351a1: Pulling fs layer [2020-10-22T04:44:36.603Z] ed8968b2872e: Pulling fs layer [2020-10-22T04:44:36.603Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T04:44:36.603Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T04:44:36.603Z] e73272ec9a57: Pulling fs layer [2020-10-22T04:44:36.603Z] 1e910a182e73: Pulling fs layer [2020-10-22T04:44:36.603Z] 4e634b169226: Pulling fs layer [2020-10-22T04:44:36.603Z] e871e8e8d7a9: Waiting [2020-10-22T04:44:36.603Z] e73272ec9a57: Waiting [2020-10-22T04:44:36.603Z] 1e910a182e73: Waiting [2020-10-22T04:44:36.603Z] 4e634b169226: Waiting [2020-10-22T04:44:36.603Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T04:44:36.603Z] a92cc7c5fd73: Download complete [2020-10-22T04:44:36.603Z] ed8968b2872e: Verifying Checksum [2020-10-22T04:44:36.603Z] ed8968b2872e: Download complete [2020-10-22T04:44:36.603Z] e73272ec9a57: Verifying Checksum [2020-10-22T04:44:36.603Z] e73272ec9a57: Download complete [2020-10-22T04:44:36.603Z] 1e910a182e73: Verifying Checksum [2020-10-22T04:44:36.603Z] 1e910a182e73: Download complete [2020-10-22T04:44:36.603Z] df20fa9351a1: Verifying Checksum [2020-10-22T04:44:36.603Z] df20fa9351a1: Download complete [2020-10-22T04:44:36.603Z] df20fa9351a1: Pull complete [2020-10-22T04:44:36.603Z] ed8968b2872e: Pull complete [2020-10-22T04:44:36.867Z] a92cc7c5fd73: Pull complete [2020-10-22T04:44:39.438Z] 4e634b169226: Verifying Checksum [2020-10-22T04:44:39.438Z] 4e634b169226: Download complete [2020-10-22T04:44:39.704Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T04:44:39.704Z] e871e8e8d7a9: Download complete [2020-10-22T04:44:45.059Z] e871e8e8d7a9: Pull complete [2020-10-22T04:44:45.059Z] e73272ec9a57: Pull complete [2020-10-22T04:44:45.321Z] 1e910a182e73: Pull complete [2020-10-22T04:44:46.736Z] Still waiting to schedule task [2020-10-22T04:44:46.736Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-22T04:44:50.651Z] 4e634b169226: Pull complete [2020-10-22T04:44:50.651Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T04:44:50.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T04:44:50.651Z] ---> f7629b54cfaa [2020-10-22T04:44:50.651Z] 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-22T04:44:50.651Z] ---> Running in 01c702e7770e [2020-10-22T04:44:50.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:44:51.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:44:52.440Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T04:44:52.440Z] (2/12) Installing file (5.38-r0) [2020-10-22T04:44:52.440Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T04:44:52.702Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T04:44:55.263Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T04:44:55.525Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T04:44:55.525Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T04:44:55.525Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T04:44:55.787Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T04:44:55.787Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T04:44:55.787Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T04:44:56.049Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T04:44:56.049Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T04:44:56.049Z] OK: 233 MiB in 51 packages [2020-10-22T04:44:59.377Z] Removing intermediate container 01c702e7770e [2020-10-22T04:44:59.377Z] ---> fade1c6cad82 [2020-10-22T04:44:59.377Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T04:44:59.377Z] ---> Running in c105b66323ff [2020-10-22T04:44:59.377Z] Removing intermediate container c105b66323ff [2020-10-22T04:44:59.377Z] ---> d29240884c2f [2020-10-22T04:44:59.377Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T04:44:59.643Z] latest: Pulling from library/docker [2020-10-22T04:44:59.643Z] 188c0c94c7c5: Pulling fs layer [2020-10-22T04:44:59.643Z] 0c7c675703d6: Pulling fs layer [2020-10-22T04:44:59.643Z] cc8c12a437cb: Pulling fs layer [2020-10-22T04:44:59.643Z] c5dafad2182a: Pulling fs layer [2020-10-22T04:44:59.643Z] 5aa711733414: Pulling fs layer [2020-10-22T04:44:59.643Z] 058f73b55e4b: Pulling fs layer [2020-10-22T04:44:59.643Z] 8c9c664faf12: Pulling fs layer [2020-10-22T04:44:59.643Z] 5aa711733414: Waiting [2020-10-22T04:44:59.643Z] 058f73b55e4b: Waiting [2020-10-22T04:44:59.643Z] 8c9c664faf12: Waiting [2020-10-22T04:44:59.643Z] c5dafad2182a: Waiting [2020-10-22T04:44:59.908Z] cc8c12a437cb: Verifying Checksum [2020-10-22T04:44:59.908Z] cc8c12a437cb: Download complete [2020-10-22T04:44:59.908Z] 0c7c675703d6: Verifying Checksum [2020-10-22T04:44:59.908Z] 0c7c675703d6: Download complete [2020-10-22T04:44:59.908Z] 188c0c94c7c5: Download complete [2020-10-22T04:44:59.908Z] 058f73b55e4b: Verifying Checksum [2020-10-22T04:44:59.908Z] 058f73b55e4b: Download complete [2020-10-22T04:44:59.908Z] 5aa711733414: Verifying Checksum [2020-10-22T04:44:59.908Z] 5aa711733414: Download complete [2020-10-22T04:45:00.172Z] 8c9c664faf12: Verifying Checksum [2020-10-22T04:45:00.172Z] 8c9c664faf12: Download complete [2020-10-22T04:45:00.172Z] 188c0c94c7c5: Pull complete [2020-10-22T04:45:00.440Z] 0c7c675703d6: Pull complete [2020-10-22T04:45:00.440Z] cc8c12a437cb: Pull complete [2020-10-22T04:45:00.704Z] c5dafad2182a: Verifying Checksum [2020-10-22T04:45:00.704Z] c5dafad2182a: Download complete [2020-10-22T04:45:03.293Z] c5dafad2182a: Pull complete [2020-10-22T04:45:03.293Z] 5aa711733414: Pull complete [2020-10-22T04:45:03.293Z] 058f73b55e4b: Pull complete [2020-10-22T04:45:03.559Z] 8c9c664faf12: Pull complete [2020-10-22T04:45:03.559Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T04:45:03.559Z] Status: Downloaded newer image for docker:latest [2020-10-22T04:45:06.124Z] ---> 0197632a6bf7 [2020-10-22T04:45:06.124Z] Step 6/7 : COPY go.mod . [2020-10-22T04:45:06.124Z] ---> 037311643219 [2020-10-22T04:45:06.124Z] Step 7/7 : RUN go mod download [2020-10-22T04:45:06.124Z] ---> Running in 749df77115d4 [2020-10-22T04:45:28.166Z] Removing intermediate container 749df77115d4 [2020-10-22T04:45:28.166Z] ---> 7e564700ab06 [2020-10-22T04:45:28.166Z] Successfully built 7e564700ab06 [2020-10-22T04:45:28.166Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:45:28.497Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T04:45:28.497Z] . [Pipeline] withDockerContainer [2020-10-22T04:45:28.636Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:45:28.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:45:29.603Z] $ docker top be4ca5e3a9ebce462b3e839869b9d00bff2cc047e8ec7c12401451d28371ef75 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:45:30.128Z] + go version [2020-10-22T04:45:30.128Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T04:45:30.147Z] $ docker stop --time=1 be4ca5e3a9ebce462b3e839869b9d00bff2cc047e8ec7c12401451d28371ef75 [2020-10-22T04:45:31.496Z] $ docker rm -f be4ca5e3a9ebce462b3e839869b9d00bff2cc047e8ec7c12401451d28371ef75 [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-22T04:45:35.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:45:35.213Z] [2020-10-22T04:45:35.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:45:35.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:45:35.571Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T04:45:35.571Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T04:45:35.571Z] ca9280d653b3: Pulling fs layer [2020-10-22T04:45:35.571Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T04:45:35.837Z] cbdbe7a5bc2a: Download complete [2020-10-22T04:45:36.100Z] cbdbe7a5bc2a: Pull complete [2020-10-22T04:45:36.378Z] ca9280d653b3: Verifying Checksum [2020-10-22T04:45:36.378Z] ca9280d653b3: Download complete [2020-10-22T04:45:37.339Z] ca9280d653b3: Pull complete [2020-10-22T04:45:37.340Z] 7e9c9ca2126c: Verifying Checksum [2020-10-22T04:45:37.340Z] 7e9c9ca2126c: Download complete [2020-10-22T04:45:45.506Z] 7e9c9ca2126c: Pull complete [2020-10-22T04:45:45.506Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T04:45:45.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:45:45.506Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T04:45:45.718Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:45:45.768Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:45:48.610Z] $ docker top 1ee03eaa6af2125997742f3db0c57afbaa892925795c44e5fa17ffb4de826efb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:45:49.116Z] + docker-compose build --help [2020-10-22T04:45:49.117Z] + grep parallel [2020-10-22T04:45:50.062Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T04:45:50.078Z] $ docker stop --time=1 1ee03eaa6af2125997742f3db0c57afbaa892925795c44e5fa17ffb4de826efb [2020-10-22T04:45:51.430Z] $ docker rm -f 1ee03eaa6af2125997742f3db0c57afbaa892925795c44e5fa17ffb4de826efb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:45:52.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:45:52.131Z] . [Pipeline] withDockerContainer [2020-10-22T04:45:52.245Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:45:52.308Z] $ 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/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:45:52.965Z] $ docker top 3ee03c9707bb4eafe9797cd5b36f50422932163fadc2bc50f8442e6bfad88413 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:45:53.464Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T04:45:54.415Z] Building docker-core-command-go ... [2020-10-22T04:45:54.415Z] Building docker-core-data-go ... [2020-10-22T04:45:54.415Z] Building docker-core-metadata-go ... [2020-10-22T04:45:54.415Z] Building docker-security-proxy-setup-go ... [2020-10-22T04:45:54.415Z] Building docker-security-secrets-setup-go ... [2020-10-22T04:45:54.415Z] Building docker-security-secretstore-setup-go ... [2020-10-22T04:45:54.415Z] Building docker-support-logging-go ... [2020-10-22T04:45:54.415Z] Building docker-support-notifications-go ... [2020-10-22T04:45:54.415Z] Building docker-support-scheduler-go ... [2020-10-22T04:45:54.415Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T04:45:54.415Z] Building docker-support-notifications-go [2020-10-22T04:45:54.415Z] Building docker-core-data-go [2020-10-22T04:45:54.415Z] Building docker-security-secretstore-setup-go [2020-10-22T04:45:54.415Z] Building docker-sys-mgmt-agent-go [2020-10-22T04:45:54.415Z] Building docker-security-proxy-setup-go [2020-10-22T04:46:16.968Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:46:16.968Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:46:16.968Z] ---> 7e564700ab06 [2020-10-22T04:46:16.968Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T04:46:16.968Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:46:16.968Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:46:16.968Z] ---> 7e564700ab06 [2020-10-22T04:46:16.968Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T04:46:16.968Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:46:16.968Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:46:16.968Z] ---> 7e564700ab06 [2020-10-22T04:46:16.968Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T04:46:16.968Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:46:16.968Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:46:16.968Z] ---> 7e564700ab06 [2020-10-22T04:46:16.968Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T04:46:17.235Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:46:17.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:46:17.235Z] ---> 7e564700ab06 [2020-10-22T04:46:17.235Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T04:46:18.645Z] ---> Running in 412eaf4d4d2d [2020-10-22T04:46:18.645Z] ---> Running in ef8e2e9c125b [2020-10-22T04:46:18.645Z] ---> Running in 7f6acce22e22 [2020-10-22T04:46:18.645Z] ---> Running in 65aed0e97ccc [2020-10-22T04:46:18.645Z] ---> Running in 7c13b62e3bc1 [2020-10-22T04:46:18.915Z] Removing intermediate container 412eaf4d4d2d [2020-10-22T04:46:18.915Z] ---> 9b50a6fb3370 [2020-10-22T04:46:18.915Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:46:18.915Z] Removing intermediate container 65aed0e97ccc [2020-10-22T04:46:18.915Z] ---> 47b56f0da0e0 [2020-10-22T04:46:18.915Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:46:18.915Z] Removing intermediate container ef8e2e9c125b [2020-10-22T04:46:18.915Z] ---> 1517bdad2d04 [2020-10-22T04:46:18.915Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:46:18.915Z] Removing intermediate container 7c13b62e3bc1 [2020-10-22T04:46:18.915Z] ---> fef12bd5d329 [2020-10-22T04:46:18.915Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:46:19.184Z] Removing intermediate container 7f6acce22e22 [2020-10-22T04:46:19.184Z] ---> 557a160eb5fe [2020-10-22T04:46:19.184Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:46:19.184Z] ---> Running in 9d0b5524b2f7 [2020-10-22T04:46:19.184Z] ---> Running in a3011eccfe5d [2020-10-22T04:46:19.184Z] ---> Running in 665cee555a46 [2020-10-22T04:46:19.184Z] ---> Running in bb61f50c5b0d [2020-10-22T04:46:19.184Z] ---> Running in d4ab2314cd14 [2020-10-22T04:46:21.171Z] Removing intermediate container 9d0b5524b2f7 [2020-10-22T04:46:21.171Z] ---> e110e0a85adf [2020-10-22T04:46:21.171Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T04:46:21.171Z] Removing intermediate container 665cee555a46 [2020-10-22T04:46:21.171Z] ---> 8822642275f4 [2020-10-22T04:46:21.171Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T04:46:21.441Z] ---> Running in 32f11f8bfad7 [2020-10-22T04:46:21.441Z] ---> Running in 8d5e495a77a5 [2020-10-22T04:46:21.441Z] Removing intermediate container a3011eccfe5d [2020-10-22T04:46:21.441Z] ---> 56b44f7bc16d [2020-10-22T04:46:21.441Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T04:46:21.718Z] Removing intermediate container d4ab2314cd14 [2020-10-22T04:46:21.718Z] ---> 20e3bf784f1e [2020-10-22T04:46:21.718Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T04:46:21.718Z] ---> Running in 43e7ce5bd86e [2020-10-22T04:46:21.718Z] Removing intermediate container bb61f50c5b0d [2020-10-22T04:46:21.718Z] ---> d78d1f00fe6f [2020-10-22T04:46:21.718Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T04:46:21.990Z] ---> Running in d5f079b2c108 [2020-10-22T04:46:21.990Z] ---> Running in d407941a8f82 [2020-10-22T04:46:22.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:22.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:22.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:22.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:22.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:23.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:23.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:23.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:23.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:23.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:46:24.099Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:46:24.099Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:46:24.099Z] OK: 12752 distinct packages available [2020-10-22T04:46:24.099Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:46:24.099Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:46:24.099Z] OK: 12752 distinct packages available [2020-10-22T04:46:24.099Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:46:24.099Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:46:24.099Z] OK: 12752 distinct packages available [2020-10-22T04:46:24.099Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:46:24.099Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:46:24.099Z] OK: 12752 distinct packages available [2020-10-22T04:46:24.369Z] OK: 233 MiB in 51 packages [2020-10-22T04:46:24.369Z] OK: 233 MiB in 51 packages [2020-10-22T04:46:24.369Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:46:24.369Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:46:24.369Z] OK: 12752 distinct packages available [2020-10-22T04:46:24.369Z] OK: 233 MiB in 51 packages [2020-10-22T04:46:24.643Z] OK: 233 MiB in 51 packages [2020-10-22T04:46:24.643Z] OK: 233 MiB in 51 packages [2020-10-22T04:46:25.275Z] Removing intermediate container 32f11f8bfad7 [2020-10-22T04:46:25.275Z] ---> d89deb10e9db [2020-10-22T04:46:25.275Z] Step 6/27 : COPY go.mod . [2020-10-22T04:46:26.405Z] Removing intermediate container 8d5e495a77a5 [2020-10-22T04:46:26.405Z] ---> c14f57ed667d [2020-10-22T04:46:26.405Z] Step 6/24 : COPY go.mod . [2020-10-22T04:46:26.405Z] Removing intermediate container d5f079b2c108 [2020-10-22T04:46:26.405Z] ---> 0b53afb8a398 [2020-10-22T04:46:26.405Z] Step 6/23 : COPY go.mod . [2020-10-22T04:46:26.405Z] ---> 1fb3acf06ff4 [2020-10-22T04:46:26.405Z] Step 7/27 : RUN go mod download [2020-10-22T04:46:26.405Z] Removing intermediate container 43e7ce5bd86e [2020-10-22T04:46:26.405Z] ---> da7f96536943 [2020-10-22T04:46:26.405Z] Step 6/26 : COPY go.mod . [2020-10-22T04:46:26.405Z] ---> Running in ca4c57c273b5 [2020-10-22T04:46:26.698Z] Removing intermediate container d407941a8f82 [2020-10-22T04:46:26.698Z] ---> d153e60b2e07 [2020-10-22T04:46:26.698Z] Step 6/20 : COPY go.mod . [2020-10-22T04:46:26.698Z] ---> 7d6f9c9c61e4 [2020-10-22T04:46:26.698Z] Step 7/24 : RUN go mod download [2020-10-22T04:46:26.970Z] ---> b90ca4355f63 [2020-10-22T04:46:26.970Z] Step 7/23 : RUN go mod download [2020-10-22T04:46:26.970Z] ---> 2fa02bb51497 [2020-10-22T04:46:26.970Z] Step 7/26 : RUN go mod download [2020-10-22T04:46:26.970Z] ---> 49669be37d4c [2020-10-22T04:46:26.970Z] Step 7/20 : RUN go mod download [2020-10-22T04:46:26.970Z] ---> Running in 390b82ec1c2d [2020-10-22T04:46:27.241Z] ---> Running in 7241c3063db5 [2020-10-22T04:46:27.241Z] ---> Running in fb8172e4059a [2020-10-22T04:46:27.241Z] ---> Running in 4b766ab70626 [2020-10-22T04:46:28.719Z] Removing intermediate container ca4c57c273b5 [2020-10-22T04:46:28.719Z] ---> b5a4a1a1faa9 [2020-10-22T04:46:28.719Z] Step 8/27 : COPY . . [2020-10-22T04:46:29.314Z] Removing intermediate container 390b82ec1c2d [2020-10-22T04:46:29.314Z] ---> a1f081fbc4b0 [2020-10-22T04:46:29.314Z] Step 8/24 : COPY . . [2020-10-22T04:46:31.809Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8158 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-22T04:46:31.874Z] Running in /w/workspace/edgex-go/204 [Pipeline] { [2020-10-22T04:46:31.958Z] Removing intermediate container 7241c3063db5 [2020-10-22T04:46:31.958Z] ---> ef0aad8df449 [2020-10-22T04:46:31.958Z] Step 8/26 : COPY . . [Pipeline] checkout [2020-10-22T04:46:36.396Z] Removing intermediate container 4b766ab70626 [2020-10-22T04:46:36.396Z] ---> bf83cab1379d [2020-10-22T04:46:36.396Z] Step 8/20 : COPY . . [2020-10-22T04:46:36.674Z] Removing intermediate container fb8172e4059a [2020-10-22T04:46:36.674Z] ---> 4cfcd2ce40d1 [2020-10-22T04:46:36.674Z] Step 8/23 : COPY . . [2020-10-22T04:46:37.691Z] using credential edgex-jenkins-ssh [2020-10-22T04:46:37.765Z] Cloning the remote Git repository [2020-10-22T04:46:37.834Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:46:37.965Z] > git init /w/workspace/edgex-go/204 # timeout=10 [2020-10-22T04:46:38.060Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:46:38.061Z] > git --version # timeout=10 [2020-10-22T04:46:38.080Z] > git --version # 'git version 2.17.1' [2020-10-22T04:46:38.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T04:46:38.169Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T04:46:54.144Z] Checking out Revision 23d78d8d6164cd46726267bd4b072740b98d7786 (master) [2020-10-22T04:46:53.499Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T04:46:53.516Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T04:46:53.561Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T04:46:53.597Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:46:53.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T04:46:53.614Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T04:46:54.169Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T04:46:54.191Z] > git checkout -f 23d78d8d6164cd46726267bd4b072740b98d7786 # timeout=10 [2020-10-22T04:46:59.095Z] Commit message: "Merge pull request #2813 from weichou1229/issue-2812" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T04:47:00.135Z] ========================================================= [2020-10-22T04:47:00.135Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T04:47:00.135Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:47:01.178Z] + 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-22T04:47:03.497Z] ---> 430d299ec86b [2020-10-22T04:47:03.497Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T04:47:03.497Z] ---> c4ff78bb28e2 [2020-10-22T04:47:03.497Z] 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-22T04:47:03.497Z] ---> 40e09d7f3a11 [2020-10-22T04:47:03.497Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T04:47:03.497Z] ---> Running in 9697c4a67f9d [2020-10-22T04:47:03.497Z] ---> 5987a4c6ae8b [2020-10-22T04:47:03.497Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T04:47:03.497Z] ---> Running in d5da09418116 [2020-10-22T04:47:03.497Z] ---> Running in d305292ee8da [2020-10-22T04:47:03.497Z] ---> b232a3b167b7 [2020-10-22T04:47:03.497Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T04:47:03.497Z] ---> Running in 3b0fb7fa734b [2020-10-22T04:47:03.497Z] ---> Running in 7db0daeb27f8 [2020-10-22T04:47:03.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T04:47:03.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T04:47:03.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T04:47:03.497Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T04:47:03.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T04:47:03.906Z] Sending build context to Docker daemon 165.1MB [2020-10-22T04:47:03.906Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T04:47:03.906Z] Step 2/7 : FROM ${BASE} [2020-10-22T04:47:04.180Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T04:47:04.180Z] b538f80385f9: Pulling fs layer [2020-10-22T04:47:04.180Z] 74f711af9a0d: Pulling fs layer [2020-10-22T04:47:04.180Z] 99f96fe45779: Pulling fs layer [2020-10-22T04:47:04.180Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T04:47:04.180Z] 45590311c82a: Pulling fs layer [2020-10-22T04:47:04.180Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T04:47:04.180Z] 209524e5b208: Pulling fs layer [2020-10-22T04:47:04.180Z] 8529a6b9a6be: Waiting [2020-10-22T04:47:04.180Z] 45590311c82a: Waiting [2020-10-22T04:47:04.180Z] 69ca0ff8b7b3: Waiting [2020-10-22T04:47:04.180Z] 209524e5b208: Waiting [2020-10-22T04:47:04.180Z] 99f96fe45779: Verifying Checksum [2020-10-22T04:47:04.180Z] 99f96fe45779: Download complete [2020-10-22T04:47:04.180Z] 74f711af9a0d: Verifying Checksum [2020-10-22T04:47:04.180Z] 74f711af9a0d: Download complete [2020-10-22T04:47:04.777Z] 45590311c82a: Verifying Checksum [2020-10-22T04:47:04.777Z] 45590311c82a: Download complete [2020-10-22T04:47:05.054Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T04:47:05.054Z] 69ca0ff8b7b3: Download complete [2020-10-22T04:47:05.054Z] b538f80385f9: Verifying Checksum [2020-10-22T04:47:05.054Z] b538f80385f9: Download complete [2020-10-22T04:47:05.661Z] b538f80385f9: Pull complete [2020-10-22T04:47:06.283Z] 74f711af9a0d: Pull complete [2020-10-22T04:47:06.563Z] 99f96fe45779: Pull complete [2020-10-22T04:47:07.180Z] 209524e5b208: Verifying Checksum [2020-10-22T04:47:07.180Z] 209524e5b208: Download complete [2020-10-22T04:47:08.620Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T04:47:08.620Z] 8529a6b9a6be: Download complete [2020-10-22T04:47:18.814Z] 8529a6b9a6be: Pull complete [2020-10-22T04:47:19.090Z] 45590311c82a: Pull complete [2020-10-22T04:47:19.365Z] 69ca0ff8b7b3: Pull complete [2020-10-22T04:47:23.706Z] 209524e5b208: Pull complete [2020-10-22T04:47:23.706Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T04:47:23.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T04:47:23.706Z] ---> 5bddaf1c2fca [2020-10-22T04:47:23.706Z] 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-22T04:47:28.042Z] ---> Running in 2de21185b525 [2020-10-22T04:47:29.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:47:30.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:47:30.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T04:47:31.442Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T04:47:31.442Z] (2/12) Installing file (5.38-r0) [2020-10-22T04:47:31.442Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T04:47:31.713Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T04:47:34.790Z] Removing intermediate container 3b0fb7fa734b [2020-10-22T04:47:34.790Z] ---> 91378f7ca732 [2020-10-22T04:47:34.790Z] [2020-10-22T04:47:34.790Z] Step 10/20 : FROM alpine [2020-10-22T04:47:34.790Z] latest: Pulling from library/alpine [2020-10-22T04:47:35.763Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T04:47:35.763Z] Status: Downloaded newer image for alpine:latest [2020-10-22T04:47:35.763Z] ---> d6e46aa2470d [2020-10-22T04:47:35.763Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T04:47:35.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T04:47:36.031Z] Removing intermediate container 9697c4a67f9d [2020-10-22T04:47:36.031Z] ---> acf25dd063f6 [2020-10-22T04:47:36.031Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T04:47:36.033Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T04:47:36.033Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T04:47:36.304Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T04:47:36.304Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T04:47:36.304Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T04:47:36.304Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T04:47:36.307Z] ---> Running in 6b68265738a0 [2020-10-22T04:47:36.307Z] ---> Running in 71271b74d269 [2020-10-22T04:47:36.576Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T04:47:36.576Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T04:47:36.850Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T04:47:36.851Z] OK: 217 MiB in 51 packages [2020-10-22T04:47:37.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T04:47:37.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:37.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:37.846Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:47:37.846Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:47:37.846Z] OK: 12744 distinct packages available [2020-10-22T04:47:38.122Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T04:47:38.122Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:47:38.122Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T04:47:38.122Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T04:47:38.122Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:47:38.386Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:47:38.386Z] OK: 7 MiB in 18 packages [2020-10-22T04:47:42.271Z] Removing intermediate container 2de21185b525 [2020-10-22T04:47:42.271Z] ---> c245d464ea4e [2020-10-22T04:47:42.271Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T04:47:42.271Z] ---> Running in 164209633f0c [2020-10-22T04:47:42.271Z] Removing intermediate container 164209633f0c [2020-10-22T04:47:42.271Z] ---> 67f270ce949c [2020-10-22T04:47:42.271Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T04:47:42.867Z] latest: Pulling from library/docker [2020-10-22T04:47:42.867Z] 5f621e34cdf4: Pulling fs layer [2020-10-22T04:47:42.867Z] 85db56a05063: Pulling fs layer [2020-10-22T04:47:42.867Z] ccb67d6aeaaa: Pulling fs layer [2020-10-22T04:47:42.867Z] a0b19fc83503: Pulling fs layer [2020-10-22T04:47:42.867Z] 8eb508b41278: Pulling fs layer [2020-10-22T04:47:42.867Z] 37236713561e: Pulling fs layer [2020-10-22T04:47:42.867Z] 07c93f2b1b56: Pulling fs layer [2020-10-22T04:47:42.867Z] a0b19fc83503: Waiting [2020-10-22T04:47:42.867Z] 07c93f2b1b56: Waiting [2020-10-22T04:47:42.867Z] 8eb508b41278: Waiting [2020-10-22T04:47:42.867Z] 37236713561e: Waiting [2020-10-22T04:47:43.144Z] ccb67d6aeaaa: Verifying Checksum [2020-10-22T04:47:43.144Z] ccb67d6aeaaa: Download complete [2020-10-22T04:47:43.144Z] 85db56a05063: Verifying Checksum [2020-10-22T04:47:43.144Z] 85db56a05063: Download complete [2020-10-22T04:47:43.144Z] 8eb508b41278: Verifying Checksum [2020-10-22T04:47:43.144Z] 8eb508b41278: Download complete [2020-10-22T04:47:43.144Z] 5f621e34cdf4: Verifying Checksum [2020-10-22T04:47:43.144Z] 5f621e34cdf4: Download complete [2020-10-22T04:47:43.421Z] 37236713561e: Verifying Checksum [2020-10-22T04:47:43.421Z] 37236713561e: Download complete [2020-10-22T04:47:43.421Z] 07c93f2b1b56: Verifying Checksum [2020-10-22T04:47:43.421Z] 07c93f2b1b56: Download complete [2020-10-22T04:47:43.744Z] Removing intermediate container d305292ee8da [2020-10-22T04:47:43.744Z] ---> bdec2f7b433b [2020-10-22T04:47:43.744Z] [2020-10-22T04:47:43.744Z] Step 10/24 : FROM scratch [2020-10-22T04:47:43.744Z] ---> [2020-10-22T04:47:43.744Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:47:43.744Z] Removing intermediate container 6b68265738a0 [2020-10-22T04:47:43.744Z] ---> 90954d2da57f [2020-10-22T04:47:43.744Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:47:43.744Z] Removing intermediate container d5da09418116 [2020-10-22T04:47:43.744Z] ---> be55e036408f [2020-10-22T04:47:43.744Z] [2020-10-22T04:47:43.744Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T04:47:43.744Z] ---> Running in eb08d7bbfa58 [2020-10-22T04:47:43.744Z] ---> Running in d015b18d573a [2020-10-22T04:47:43.744Z] Removing intermediate container 71271b74d269 [2020-10-22T04:47:43.744Z] ---> 9f45a96d1b22 [2020-10-22T04:47:43.744Z] [2020-10-22T04:47:43.744Z] Step 11/27 : FROM docker:latest [2020-10-22T04:47:43.744Z] ---> 6972c414f322 [2020-10-22T04:47:43.744Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T04:47:43.744Z] 3.10: Pulling from library/alpine [2020-10-22T04:47:43.744Z] ---> Running in cb210b44f6c9 [2020-10-22T04:47:43.744Z] Removing intermediate container eb08d7bbfa58 [2020-10-22T04:47:43.744Z] ---> 962571b0416a [2020-10-22T04:47:43.744Z] Step 13/20 : WORKDIR /edgex [2020-10-22T04:47:43.744Z] Removing intermediate container d015b18d573a [2020-10-22T04:47:43.744Z] ---> 01aac0509118 [2020-10-22T04:47:43.744Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T04:47:43.744Z] ---> Running in 68c5dd4f01f6 [2020-10-22T04:47:44.021Z] 5f621e34cdf4: Pull complete [2020-10-22T04:47:44.318Z] ---> Running in 5828c4014cd5 [2020-10-22T04:47:44.318Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T04:47:44.318Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T04:47:44.318Z] ---> be4e4bea2c2e [2020-10-22T04:47:44.318Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T04:47:44.623Z] a0b19fc83503: Verifying Checksum [2020-10-22T04:47:44.623Z] a0b19fc83503: Download complete [2020-10-22T04:47:44.623Z] 85db56a05063: Pull complete [2020-10-22T04:47:44.897Z] ccb67d6aeaaa: Pull complete [2020-10-22T04:47:45.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:45.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:45.720Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T04:47:45.720Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T04:47:45.984Z] Executing bash-5.0.17-r0.post-install [2020-10-22T04:47:45.984Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:47:45.984Z] OK: 12 MiB in 22 packages [2020-10-22T04:47:46.246Z] ---> Running in 44a049eb178d [2020-10-22T04:47:46.246Z] Removing intermediate container 5828c4014cd5 [2020-10-22T04:47:46.246Z] ---> 69d35b871013 [2020-10-22T04:47:46.246Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T04:47:46.508Z] Removing intermediate container 68c5dd4f01f6 [2020-10-22T04:47:46.509Z] ---> 36e63d081fc8 [2020-10-22T04:47:46.509Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T04:47:46.509Z] ---> Running in b699f8b96991 [2020-10-22T04:47:46.509Z] Removing intermediate container 7db0daeb27f8 [2020-10-22T04:47:46.509Z] ---> a7e02428eaee [2020-10-22T04:47:46.509Z] [2020-10-22T04:47:46.509Z] Step 10/23 : FROM alpine [2020-10-22T04:47:46.509Z] ---> d6e46aa2470d [2020-10-22T04:47:46.509Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:47:46.774Z] ---> Running in 812b68e7a108 [2020-10-22T04:47:47.041Z] Removing intermediate container b699f8b96991 [2020-10-22T04:47:47.041Z] ---> d2b139882af8 [2020-10-22T04:47:47.041Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T04:47:47.041Z] ---> f2cb729a365f [2020-10-22T04:47:47.041Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T04:47:47.617Z] Removing intermediate container 812b68e7a108 [2020-10-22T04:47:47.617Z] ---> 07d0f4e66d70 [2020-10-22T04:47:47.617Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T04:47:47.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:47.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:47.880Z] ---> Running in 4962fe6fd9d0 [2020-10-22T04:47:47.880Z] ---> f8c355d5cf60 [2020-10-22T04:47:47.880Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T04:47:47.880Z] ---> 1ca9c4434c0c [2020-10-22T04:47:47.880Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T04:47:47.880Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T04:47:47.880Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T04:47:47.880Z] OK: 10346 distinct packages available [2020-10-22T04:47:47.880Z] Removing intermediate container cb210b44f6c9 [2020-10-22T04:47:47.880Z] ---> 47f7e8813045 [2020-10-22T04:47:47.880Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T04:47:48.146Z] ---> Running in e56c5e12ef1a [2020-10-22T04:47:48.146Z] ---> Running in ad1b7bc24cc3 [2020-10-22T04:47:48.146Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T04:47:48.146Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T04:47:48.146Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T04:47:48.146Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T04:47:48.146Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T04:47:48.146Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T04:47:48.146Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T04:47:48.300Z] a0b19fc83503: Pull complete [2020-10-22T04:47:48.409Z] Removing intermediate container 4962fe6fd9d0 [2020-10-22T04:47:48.409Z] ---> c4a981f52754 [2020-10-22T04:47:48.409Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T04:47:48.576Z] 8eb508b41278: Pull complete [2020-10-22T04:47:48.849Z] 37236713561e: Pull complete [2020-10-22T04:47:48.986Z] OK: 7 MiB in 19 packages [2020-10-22T04:47:49.123Z] 07c93f2b1b56: Pull complete [2020-10-22T04:47:49.396Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T04:47:49.396Z] Status: Downloaded newer image for docker:latest [2020-10-22T04:47:49.564Z] ---> Running in db159d477c7e [2020-10-22T04:47:49.564Z] Removing intermediate container e56c5e12ef1a [2020-10-22T04:47:49.564Z] ---> c1f141daf82d [2020-10-22T04:47:49.564Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T04:47:49.564Z] ---> a7093844e2eb [2020-10-22T04:47:49.564Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T04:47:49.828Z] ---> Running in 493e1453059e [2020-10-22T04:47:49.828Z] Removing intermediate container db159d477c7e [2020-10-22T04:47:49.828Z] ---> dfd579a3bb55 [2020-10-22T04:47:49.828Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:47:51.225Z] ---> Running in fc40fe995ca7 [2020-10-22T04:47:51.226Z] Removing intermediate container 493e1453059e [2020-10-22T04:47:51.226Z] ---> 4bd459020e95 [2020-10-22T04:47:51.226Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T04:47:51.226Z] ---> 7dbd23beb4ec [2020-10-22T04:47:51.226Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T04:47:51.226Z] Removing intermediate container 44a049eb178d [2020-10-22T04:47:51.226Z] ---> 6727a325ff8b [2020-10-22T04:47:51.226Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:47:51.492Z] ---> Running in 4af1a32beaec [2020-10-22T04:47:51.492Z] Removing intermediate container ad1b7bc24cc3 [2020-10-22T04:47:51.492Z] ---> a710319f66c9 [2020-10-22T04:47:51.492Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T04:47:51.492Z] ---> Running in e4fd19dc6700 [2020-10-22T04:47:51.765Z] ---> Running in 9afc38980434 [2020-10-22T04:47:51.765Z] ---> f7d1deb4f126 [2020-10-22T04:47:51.765Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T04:47:51.765Z] Removing intermediate container 4af1a32beaec [2020-10-22T04:47:51.765Z] ---> 0d9570e5338f [2020-10-22T04:47:51.765Z] Step 19/20 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:47:51.765Z] Removing intermediate container e4fd19dc6700 [2020-10-22T04:47:51.765Z] ---> 221137938a3e [2020-10-22T04:47:51.765Z] Step 13/26 : WORKDIR / [2020-10-22T04:47:52.028Z] ---> Running in 35230c19f954 [2020-10-22T04:47:52.291Z] ---> Running in 82c352be1744 [2020-10-22T04:47:52.291Z] Removing intermediate container 9afc38980434 [2020-10-22T04:47:52.291Z] ---> 734286475036 [2020-10-22T04:47:52.291Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T04:47:52.553Z] ---> Running in c5c1e2e31eb1 [2020-10-22T04:47:52.553Z] Removing intermediate container 35230c19f954 [2020-10-22T04:47:52.553Z] ---> 8c0724bb963e [2020-10-22T04:47:52.553Z] Step 20/20 : LABEL version=1.2.2-dev.88 [2020-10-22T04:47:52.790Z] ---> ccbe09e38a2e [2020-10-22T04:47:52.790Z] Step 6/7 : COPY go.mod . [2020-10-22T04:47:52.816Z] ---> f050d429b1fa [2020-10-22T04:47:52.816Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T04:47:52.816Z] Removing intermediate container 82c352be1744 [2020-10-22T04:47:52.816Z] ---> 0526bf3adfb9 [2020-10-22T04:47:52.816Z] 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-22T04:47:52.816Z] ---> Running in 8fac3a94b330 [2020-10-22T04:47:53.063Z] ---> e65a7a12014e [2020-10-22T04:47:53.063Z] Step 7/7 : RUN go mod download [2020-10-22T04:47:53.080Z] Removing intermediate container c5c1e2e31eb1 [2020-10-22T04:47:53.080Z] ---> 5c1ccaa52c72 [2020-10-22T04:47:53.080Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T04:47:53.080Z] Removing intermediate container fc40fe995ca7 [2020-10-22T04:47:53.080Z] ---> 638498657f07 [2020-10-22T04:47:53.080Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T04:47:53.338Z] ---> Running in 80ce9fa2afbb [2020-10-22T04:47:53.342Z] ---> Running in c5932cf35817 [2020-10-22T04:47:53.342Z] ---> Running in 3b21c0cc69c9 [2020-10-22T04:47:53.342Z] ---> ec684975d10d [2020-10-22T04:47:53.342Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T04:47:53.342Z] Removing intermediate container 8fac3a94b330 [2020-10-22T04:47:53.342Z] ---> f39d5ceef42d [2020-10-22T04:47:53.342Z] [2020-10-22T04:47:53.342Z] ---> 0f0e92a9ac7c [2020-10-22T04:47:53.342Z] 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-22T04:47:53.612Z] Successfully built f39d5ceef42d [2020-10-22T04:47:53.612Z] ---> Running in 430be0f450aa [2020-10-22T04:47:53.612Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T04:47:53.612Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-22T04:47:53.612Z] Removing intermediate container c5932cf35817 [2020-10-22T04:47:53.612Z] ---> 378c8405b8a6 [2020-10-22T04:47:53.612Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T04:47:53.885Z] ---> b967827f3eed [2020-10-22T04:47:53.885Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T04:47:53.885Z] Removing intermediate container 430be0f450aa [2020-10-22T04:47:53.885Z] ---> 303b797df906 [2020-10-22T04:47:53.885Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:47:53.885Z] ---> Running in a5fd05f38e20 [2020-10-22T04:47:54.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:54.153Z] ---> 7aa233789c6f [2020-10-22T04:47:54.153Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T04:47:54.429Z] Removing intermediate container a5fd05f38e20 [2020-10-22T04:47:54.429Z] ---> d9a782b2c368 [2020-10-22T04:47:54.429Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T04:47:55.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:47:55.272Z] ---> Running in 188e442a181a [2020-10-22T04:47:56.220Z] ---> 444a44cac1c9 [2020-10-22T04:47:56.220Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T04:47:56.220Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T04:47:56.484Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T04:47:56.484Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T04:47:57.068Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T04:47:57.332Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T04:47:57.602Z] ---> cbe7371c3cfb [2020-10-22T04:47:57.602Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T04:47:57.602Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:47:57.602Z] OK: 8 MiB in 19 packages [2020-10-22T04:47:57.602Z] Removing intermediate container 188e442a181a [2020-10-22T04:47:57.602Z] ---> 8ed08b46b21e [2020-10-22T04:47:57.602Z] Step 23/24 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:47:57.602Z] ---> 8c4a0931b1ce [2020-10-22T04:47:57.602Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T04:47:57.602Z] ---> Running in b6ebbd17cf56 [2020-10-22T04:47:59.540Z] ---> c48d8b288ec2 [2020-10-22T04:47:59.540Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T04:47:59.540Z] Removing intermediate container b6ebbd17cf56 [2020-10-22T04:47:59.540Z] ---> c5ccfaf32f3d [2020-10-22T04:47:59.540Z] Step 24/24 : LABEL version=1.2.2-dev.88 [2020-10-22T04:48:00.955Z] ---> eda178d880e8 [2020-10-22T04:48:00.955Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T04:48:01.222Z] ---> Running in abb4b9a2d0e7 [2020-10-22T04:48:01.222Z] ---> Running in d5b7166bda07 [2020-10-22T04:48:03.793Z] Removing intermediate container 3b21c0cc69c9 [2020-10-22T04:48:03.793Z] ---> 6bff036521ab [2020-10-22T04:48:03.793Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T04:48:03.793Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:48:03.793Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:48:03.793Z] ---> 7e564700ab06 [2020-10-22T04:48:03.793Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:48:03.793Z] ---> Using cache [2020-10-22T04:48:03.793Z] ---> 557a160eb5fe [2020-10-22T04:48:03.793Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:48:03.793Z] ---> Using cache [2020-10-22T04:48:03.793Z] ---> 20e3bf784f1e [2020-10-22T04:48:03.793Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:48:04.752Z] Removing intermediate container d5b7166bda07 [2020-10-22T04:48:04.752Z] ---> 07162ee6d122 [2020-10-22T04:48:04.752Z] [2020-10-22T04:48:04.752Z] ---> 56dd53b7684e [2020-10-22T04:48:04.752Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T04:48:04.752Z] Successfully built 07162ee6d122 [2020-10-22T04:48:04.752Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T04:48:04.752Z] Building docker-core-metadata-go [2020-10-22T04:48:04.752Z]  Building docker-support-notifications-go ... done  ---> Running in 7a895b312da1 [2020-10-22T04:48:04.752Z] ---> 9197fe9538ca [2020-10-22T04:48:04.752Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T04:48:05.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:48:05.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:48:05.285Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T04:48:05.285Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T04:48:05.285Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T04:48:05.551Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T04:48:05.551Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T04:48:05.551Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T04:48:05.551Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T04:48:06.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:48:07.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:48:08.851Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:48:08.851Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:48:08.851Z] OK: 12752 distinct packages available [2020-10-22T04:48:09.114Z] OK: 233 MiB in 51 packages [2020-10-22T04:48:10.515Z] ---> 602f70d4de96 [2020-10-22T04:48:10.515Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:48:10.515Z] ---> ca7b5aef99eb [2020-10-22T04:48:10.515Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T04:48:10.515Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T04:48:10.515Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T04:48:10.515Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T04:48:10.515Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T04:48:10.515Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T04:48:10.515Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T04:48:11.462Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T04:48:11.462Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T04:48:11.462Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T04:48:12.038Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T04:48:13.968Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T04:48:13.968Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T04:48:14.232Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T04:48:14.807Z] ---> 4893c6a86531 [2020-10-22T04:48:14.807Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:48:15.069Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T04:48:16.463Z] Removing intermediate container 7a895b312da1 [2020-10-22T04:48:16.463Z] ---> 69c00346ca97 [2020-10-22T04:48:16.463Z] Step 6/22 : COPY go.mod . [2020-10-22T04:48:16.463Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T04:48:16.463Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:48:16.463Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:48:16.463Z] ---> 7e564700ab06 [2020-10-22T04:48:16.463Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:48:16.463Z] ---> Using cache [2020-10-22T04:48:16.463Z] ---> 557a160eb5fe [2020-10-22T04:48:16.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:48:16.463Z] ---> Using cache [2020-10-22T04:48:16.463Z] ---> 20e3bf784f1e [2020-10-22T04:48:16.463Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:48:16.463Z] ---> Using cache [2020-10-22T04:48:16.463Z] ---> 69c00346ca97 [2020-10-22T04:48:16.463Z] Step 6/22 : COPY go.mod . [2020-10-22T04:48:17.041Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T04:48:17.303Z] ---> 123a9f4e00cd [2020-10-22T04:48:17.303Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T04:48:17.303Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T04:48:17.564Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T04:48:17.564Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T04:48:17.564Z] ---> Running in 2444cf078848 [2020-10-22T04:48:17.564Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T04:48:17.829Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T04:48:17.829Z] ---> ff8c42b87164 [2020-10-22T04:48:17.829Z] Step 7/22 : RUN go mod download [2020-10-22T04:48:17.829Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T04:48:17.829Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T04:48:18.093Z] ---> Running in a37f92355c08 [2020-10-22T04:48:18.093Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T04:48:18.093Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T04:48:18.093Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T04:48:18.358Z] ---> Running in b1d474671c43 [2020-10-22T04:48:18.358Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:48:18.938Z] OK: 71 MiB in 55 packages [2020-10-22T04:48:18.938Z] ---> f5304f5e00c4 [2020-10-22T04:48:18.938Z] Step 7/22 : RUN go mod download [2020-10-22T04:48:19.215Z] Removing intermediate container a37f92355c08 [2020-10-22T04:48:19.215Z] ---> 937520fb4d38 [2020-10-22T04:48:19.215Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:48:19.215Z] ---> Running in 1bf81b57a913 [2020-10-22T04:48:19.215Z] ---> Running in 0bd257c825c9 [2020-10-22T04:48:19.805Z] Removing intermediate container 0bd257c825c9 [2020-10-22T04:48:19.805Z] ---> 4cfd1b0c9580 [2020-10-22T04:48:19.805Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T04:48:20.069Z] ---> Running in 73f4e857e043 [2020-10-22T04:48:20.166Z] Removing intermediate container 80ce9fa2afbb [2020-10-22T04:48:20.166Z] ---> 2bd4f0cec9aa [2020-10-22T04:48:20.166Z] Successfully built 2bd4f0cec9aa [2020-10-22T04:48:20.166Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:48:20.583Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T04:48:20.584Z] . [Pipeline] withDockerContainer [2020-10-22T04:48:20.865Z] prd-ubuntu18.04-docker-arm64-4c-16g-8158 does not seem to be running inside a container [2020-10-22T04:48:20.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:48:21.023Z] Removing intermediate container 73f4e857e043 [2020-10-22T04:48:21.023Z] ---> 2e3752f36f87 [2020-10-22T04:48:21.023Z] Step 22/23 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:48:22.424Z] Removing intermediate container 2444cf078848 [2020-10-22T04:48:22.424Z] ---> 546f1839a114 [2020-10-22T04:48:22.424Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:48:22.424Z] ---> Running in d600487d412c [2020-10-22T04:48:22.792Z] $ docker top ab0943365159f4fb1b7072fc8c3b1c2c7876f7c64de8b04cc7474ee2f4430668 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:48:23.520Z] Removing intermediate container b1d474671c43 [2020-10-22T04:48:23.520Z] ---> 801d436224f2 [2020-10-22T04:48:23.520Z] Step 8/22 : COPY . . [2020-10-22T04:48:23.520Z] ---> Running in c749ff1d027b [2020-10-22T04:48:24.202Z] + go version [2020-10-22T04:48:24.202Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T04:48:24.233Z] $ docker stop --time=1 ab0943365159f4fb1b7072fc8c3b1c2c7876f7c64de8b04cc7474ee2f4430668 [2020-10-22T04:48:26.123Z] $ docker rm -f ab0943365159f4fb1b7072fc8c3b1c2c7876f7c64de8b04cc7474ee2f4430668 [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] { [2020-10-22T04:48:27.071Z] Removing intermediate container d600487d412c [2020-10-22T04:48:27.071Z] ---> e76251a89376 [2020-10-22T04:48:27.071Z] Step 23/23 : LABEL version=1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:48:27.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:48:27.681Z] [2020-10-22T04:48:27.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:48:28.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:48:28.352Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T04:48:28.352Z] 29e5d40040c1: Pulling fs layer [2020-10-22T04:48:28.352Z] 1ce36da41761: Pulling fs layer [2020-10-22T04:48:28.352Z] 25b303627fd3: Pulling fs layer [2020-10-22T04:48:28.470Z] Removing intermediate container 1bf81b57a913 [2020-10-22T04:48:28.470Z] ---> 4dffcd5b2be6 [2020-10-22T04:48:28.470Z] Step 8/22 : COPY . . [2020-10-22T04:48:28.625Z] 29e5d40040c1: Verifying Checksum [2020-10-22T04:48:28.625Z] 29e5d40040c1: Download complete [2020-10-22T04:48:29.225Z] 1ce36da41761: Verifying Checksum [2020-10-22T04:48:29.226Z] 1ce36da41761: Download complete [2020-10-22T04:48:29.226Z] 29e5d40040c1: Pull complete [2020-10-22T04:48:30.665Z] 1ce36da41761: Pull complete [2020-10-22T04:48:30.938Z] 25b303627fd3: Verifying Checksum [2020-10-22T04:48:30.938Z] 25b303627fd3: Download complete [2020-10-22T04:48:31.807Z] Removing intermediate container c749ff1d027b [2020-10-22T04:48:31.807Z] ---> 7e833a8630d2 [2020-10-22T04:48:31.807Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T04:48:31.807Z] Removing intermediate container abb4b9a2d0e7 [2020-10-22T04:48:31.807Z] ---> d0dcad8da65a [2020-10-22T04:48:31.807Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T04:48:31.807Z] ---> Running in fbadfafccc1d [2020-10-22T04:48:38.439Z] ---> Running in fc1db719f2b2 [2020-10-22T04:48:38.439Z] ---> Running in a961a2292779 [2020-10-22T04:48:38.439Z] Removing intermediate container fbadfafccc1d [2020-10-22T04:48:38.439Z] ---> 3aa473de063b [2020-10-22T04:48:38.439Z] [2020-10-22T04:48:39.014Z] Successfully built 3aa473de063b [2020-10-22T04:48:39.278Z] Successfully tagged docker-core-data-go:latest [2020-10-22T04:48:39.278Z] Building docker-security-secrets-setup-go [2020-10-22T04:48:41.103Z] 25b303627fd3: Pull complete [2020-10-22T04:48:41.104Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T04:48:41.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:48:41.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T04:48:41.381Z] prd-ubuntu18.04-docker-arm64-4c-16g-8158 does not seem to be running inside a container [2020-10-22T04:48:41.468Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:48:41.900Z]  Building docker-core-data-go ... done Removing intermediate container a961a2292779 [2020-10-22T04:48:41.900Z] ---> b43eb3b03ea4 [2020-10-22T04:48:41.900Z] Step 25/26 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:48:44.923Z] $ docker top 93e1e8d0aa5c0f248ffe2a1fe90622f22ba75617c05f003ccf9ffcdc0f958e56 -eo pid,comm [2020-10-22T04:48:45.227Z] ---> Running in f1fc9aef98ad [Pipeline] { [Pipeline] sh [2020-10-22T04:48:45.817Z] ---> 9eef4f2c6aa3 [2020-10-22T04:48:45.817Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T04:48:45.817Z] Removing intermediate container f1fc9aef98ad [2020-10-22T04:48:45.817Z] ---> 7659130c09cf [2020-10-22T04:48:45.817Z] Step 26/26 : LABEL version=1.2.2-dev.88 [2020-10-22T04:48:46.411Z] + + docker-composegrep build parallel --help [2020-10-22T04:48:46.411Z] [2020-10-22T04:48:49.787Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T04:48:49.815Z] $ docker stop --time=1 93e1e8d0aa5c0f248ffe2a1fe90622f22ba75617c05f003ccf9ffcdc0f958e56 [2020-10-22T04:48:50.047Z] ---> Running in ebb3baf46045 [2020-10-22T04:48:50.047Z] ---> Running in 0af76fef880d [2020-10-22T04:48:51.737Z] $ docker rm -f 93e1e8d0aa5c0f248ffe2a1fe90622f22ba75617c05f003ccf9ffcdc0f958e56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:48:52.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:48:52.567Z] . [Pipeline] withDockerContainer [2020-10-22T04:48:52.602Z] ---> 0d1d1fee1965 [2020-10-22T04:48:52.602Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T04:48:52.602Z] Collecting docker-compose==1.23.2 [2020-10-22T04:48:52.602Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:48:52.602Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T04:48:52.602Z] ---> 7e564700ab06 [2020-10-22T04:48:52.602Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T04:48:52.602Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T04:48:52.602Z] ---> Using cache [2020-10-22T04:48:52.602Z] ---> 557a160eb5fe [2020-10-22T04:48:52.602Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T04:48:52.812Z] prd-ubuntu18.04-docker-arm64-4c-16g-8158 does not seem to be running inside a container [2020-10-22T04:48:52.906Z] $ 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/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:48:53.577Z] Removing intermediate container 0af76fef880d [2020-10-22T04:48:53.578Z] ---> b14a69079bf0 [2020-10-22T04:48:53.578Z] [2020-10-22T04:48:53.578Z] Successfully built b14a69079bf0 [2020-10-22T04:48:53.578Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T04:48:53.578Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-22T04:48:53.578Z] ---> Running in 0f9b5eec8b5e [2020-10-22T04:48:53.578Z] ---> Running in 16c11aa44001 [2020-10-22T04:48:53.578Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T04:48:53.578Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T04:48:53.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T04:48:53.866Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T04:48:53.866Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T04:48:54.155Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T04:48:54.155Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T04:48:54.251Z] $ docker top 6da317889b740694e16306cadde39b0efae85751dffc1c297b7f0d0e64dfd09b -eo pid,comm [2020-10-22T04:48:54.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] { [Pipeline] sh [2020-10-22T04:48:54.697Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T04:48:54.697Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T04:48:54.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:48:55.245Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T04:48:55.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:48:56.893Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:48:56.893Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:48:56.893Z] OK: 12752 distinct packages available [2020-10-22T04:48:57.476Z] OK: 233 MiB in 51 packages [2020-10-22T04:48:58.072Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T04:48:58.072Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T04:48:58.345Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T04:48:58.345Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T04:48:58.345Z] 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-22T04:48:58.625Z] Collecting PyYAML<4,>=3.10 [2020-10-22T04:48:58.625Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T04:48:58.627Z] Building docker-core-command-go ... [2020-10-22T04:48:58.627Z] Building docker-core-data-go ... [2020-10-22T04:48:58.627Z] Building docker-core-metadata-go ... [2020-10-22T04:48:58.627Z] Building docker-security-proxy-setup-go ... [2020-10-22T04:48:58.627Z] Building docker-security-secrets-setup-go ... [2020-10-22T04:48:58.627Z] Building docker-security-secretstore-setup-go ... [2020-10-22T04:48:58.627Z] Building docker-support-logging-go ... [2020-10-22T04:48:58.627Z] Building docker-support-notifications-go ... [2020-10-22T04:48:58.627Z] Building docker-support-scheduler-go ... [2020-10-22T04:48:58.627Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T04:48:58.627Z] Building docker-core-metadata-go [2020-10-22T04:48:58.627Z] Building docker-sys-mgmt-agent-go [2020-10-22T04:48:58.627Z] Building docker-support-logging-go [2020-10-22T04:48:58.627Z] Building docker-core-data-go [2020-10-22T04:48:58.627Z] Building docker-security-secrets-setup-go [2020-10-22T04:48:58.906Z] Removing intermediate container 16c11aa44001 [2020-10-22T04:48:58.906Z] ---> 2aabc8f1edc5 [2020-10-22T04:48:58.906Z] Step 5/29 : COPY go.mod . [2020-10-22T04:49:00.340Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T04:49:00.340Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T04:49:00.609Z] ---> d3cf6027458b [2020-10-22T04:49:00.609Z] Step 6/29 : RUN go mod download [2020-10-22T04:49:00.882Z] ---> Running in 6e40bfc2dfd2 [2020-10-22T04:49:01.176Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T04:49:01.176Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T04:49:02.179Z] 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-22T04:49:02.179Z] Collecting idna<2.8,>=2.5 [2020-10-22T04:49:02.179Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T04:49:02.179Z] 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-22T04:49:02.463Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T04:49:02.463Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T04:49:03.895Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T04:49:03.895Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T04:49:03.895Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T04:49:03.895Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T04:49:03.895Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T04:49:03.895Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T04:49:04.164Z] Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, cached-property, PyYAML, docopt, texttable, docker-compose [2020-10-22T04:49:04.753Z] Attempting uninstall: idna [2020-10-22T04:49:04.753Z] Found existing installation: idna 2.9 [2020-10-22T04:49:04.753Z] Uninstalling idna-2.9: [2020-10-22T04:49:05.039Z] Successfully uninstalled idna-2.9 [2020-10-22T04:49:06.493Z] Attempting uninstall: urllib3 [2020-10-22T04:49:06.493Z] Found existing installation: urllib3 1.25.9 [2020-10-22T04:49:06.493Z] Uninstalling urllib3-1.25.9: [2020-10-22T04:49:06.778Z] Removing intermediate container 6e40bfc2dfd2 [2020-10-22T04:49:06.778Z] ---> 100d9b84be86 [2020-10-22T04:49:06.778Z] Step 7/29 : COPY . . [2020-10-22T04:49:07.062Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T04:49:07.062Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:49:07.062Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:49:07.062Z] ---> 7e564700ab06 [2020-10-22T04:49:07.062Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:49:07.062Z] ---> Using cache [2020-10-22T04:49:07.062Z] ---> 557a160eb5fe [2020-10-22T04:49:07.062Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:49:07.062Z] ---> Using cache [2020-10-22T04:49:07.062Z] ---> 20e3bf784f1e [2020-10-22T04:49:07.062Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T04:49:12.512Z] Attempting uninstall: requests [2020-10-22T04:49:12.512Z] Found existing installation: requests 2.23.0 [2020-10-22T04:49:12.512Z] Uninstalling requests-2.23.0: [2020-10-22T04:49:12.512Z] Successfully uninstalled requests-2.23.0 [2020-10-22T04:49:13.114Z] ---> Running in 937f57c6e91d [2020-10-22T04:49:13.734Z] Running setup.py install for dockerpty: started [2020-10-22T04:49:14.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:49:14.632Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T04:49:14.632Z] Running setup.py install for PyYAML: started [2020-10-22T04:49:14.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:49:15.554Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T04:49:15.554Z] Running setup.py install for docopt: started [2020-10-22T04:49:16.164Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T04:49:16.164Z] Running setup.py install for texttable: started [2020-10-22T04:49:16.440Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:49:16.440Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:49:16.440Z] OK: 12752 distinct packages available [2020-10-22T04:49:17.030Z] OK: 233 MiB in 51 packages [2020-10-22T04:49:17.030Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T04:49:17.296Z] OK: 233 MiB in 51 packages [2020-10-22T04:49:21.573Z] 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-22T04:49:24.194Z] Removing intermediate container 937f57c6e91d [2020-10-22T04:49:24.194Z] ---> 090dce76d80e [2020-10-22T04:49:24.194Z] Step 6/22 : COPY go.mod . [2020-10-22T04:49:24.459Z] ---> 00e5acc5e03b [2020-10-22T04:49:24.459Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T04:49:24.725Z] ---> Running in 61b4a67be97a [2020-10-22T04:49:24.725Z] ---> d20630ca987b [2020-10-22T04:49:24.725Z] Step 7/22 : RUN go mod download [2020-10-22T04:49:25.324Z] ---> Running in cf363ea85e4e [2020-10-22T04:49:26.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T04:49:26.896Z] Removing intermediate container fc1db719f2b2 [2020-10-22T04:49:26.896Z] ---> 20dfbfb2140f [2020-10-22T04:49:26.896Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T04:49:26.896Z] ---> Running in 1a7cde5f9392 [2020-10-22T04:49:29.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:49:29.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:49:29.785Z] Removing intermediate container cf363ea85e4e [2020-10-22T04:49:29.785Z] ---> e261619d3976 [2020-10-22T04:49:29.785Z] Step 8/22 : COPY . . [2020-10-22T04:49:29.785Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:49:29.785Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T04:49:29.785Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T04:49:29.785Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:49:30.067Z] OK: 72 MiB in 58 packages [2020-10-22T04:49:40.210Z] Removing intermediate container ebb3baf46045 [2020-10-22T04:49:40.210Z] ---> 5a0fac36b18f [2020-10-22T04:49:40.210Z] [2020-10-22T04:49:40.210Z] Step 10/22 : FROM scratch [2020-10-22T04:49:40.210Z] ---> [2020-10-22T04:49:40.210Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:49:40.210Z] Removing intermediate container 0f9b5eec8b5e [2020-10-22T04:49:40.210Z] ---> d2d7969992bc [2020-10-22T04:49:40.210Z] [2020-10-22T04:49:40.210Z] Step 10/22 : FROM scratch [2020-10-22T04:49:40.210Z] ---> [2020-10-22T04:49:40.210Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:49:40.210Z] Removing intermediate container 1a7cde5f9392 [2020-10-22T04:49:40.210Z] ---> 9c2301df8110 [2020-10-22T04:49:40.210Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T04:49:40.210Z] ---> Running in 80604ff7dea7 [2020-10-22T04:49:40.210Z] ---> Running in a5f381ff75b8 [2020-10-22T04:49:40.210Z] ---> Running in e4b1c168d9c8 [2020-10-22T04:49:40.485Z] Removing intermediate container a5f381ff75b8 [2020-10-22T04:49:40.486Z] ---> 4cc85da55727 [2020-10-22T04:49:40.486Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:49:40.767Z] Removing intermediate container e4b1c168d9c8 [2020-10-22T04:49:40.767Z] ---> 2115f679fad8 [2020-10-22T04:49:40.767Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T04:49:40.767Z] Removing intermediate container 80604ff7dea7 [2020-10-22T04:49:40.767Z] ---> 33800132347a [2020-10-22T04:49:40.767Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T04:49:40.767Z] ---> Running in 7ff6f4857c38 [2020-10-22T04:49:40.767Z] ---> Running in 9a8f0bdd356f [2020-10-22T04:49:40.767Z] ---> Running in e02b395fdaae [2020-10-22T04:49:43.358Z] Removing intermediate container e02b395fdaae [2020-10-22T04:49:43.358Z] ---> 70559e25664f [2020-10-22T04:49:43.358Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:49:43.358Z] Removing intermediate container 7ff6f4857c38 [2020-10-22T04:49:43.358Z] ---> 92871e8c9d3a [2020-10-22T04:49:43.358Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T04:49:43.358Z] Removing intermediate container 9a8f0bdd356f [2020-10-22T04:49:43.358Z] ---> 16b8a2ba7ca6 [2020-10-22T04:49:43.358Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:49:43.626Z] ---> Running in e37fc74413cd [2020-10-22T04:49:44.603Z] ---> Running in 6bd767ce39cf [2020-10-22T04:49:44.603Z] ---> Running in fdc1ffbfbf2e [2020-10-22T04:49:45.564Z] Removing intermediate container e37fc74413cd [2020-10-22T04:49:45.564Z] ---> 7abe19566d8b [2020-10-22T04:49:45.564Z] Step 14/22 : WORKDIR / [2020-10-22T04:49:45.590Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:49:45.591Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T04:49:45.591Z] ---> 2bd4f0cec9aa [2020-10-22T04:49:45.591Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T04:49:46.243Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:49:46.243Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:49:46.243Z] ---> 2bd4f0cec9aa [2020-10-22T04:49:46.243Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T04:49:46.243Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:49:46.243Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:49:46.243Z] ---> 2bd4f0cec9aa [2020-10-22T04:49:46.243Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T04:49:46.517Z] Removing intermediate container 6bd767ce39cf [2020-10-22T04:49:46.517Z] ---> 941eed382caf [2020-10-22T04:49:46.517Z] Step 14/22 : WORKDIR / [2020-10-22T04:49:46.517Z] Removing intermediate container fdc1ffbfbf2e [2020-10-22T04:49:46.517Z] ---> 8971cc17238f [2020-10-22T04:49:46.517Z] Step 26/27 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:49:46.517Z] ---> Running in 10318f94e6ac [2020-10-22T04:49:46.517Z] ---> Running in b6f2a0adc7d3 [2020-10-22T04:49:46.517Z] ---> Running in 5deb38215cf6 [2020-10-22T04:49:46.517Z] ---> 29bf08051849 [2020-10-22T04:49:46.517Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T04:49:46.519Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:49:46.519Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:49:46.519Z] ---> 2bd4f0cec9aa [2020-10-22T04:49:46.519Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:49:46.519Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:49:46.519Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:49:46.519Z] ---> 2bd4f0cec9aa [2020-10-22T04:49:46.519Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:49:46.783Z] ---> Running in fb212aaeff49 [2020-10-22T04:49:46.783Z] Removing intermediate container b6f2a0adc7d3 [2020-10-22T04:49:46.783Z] ---> b4637f314158 [2020-10-22T04:49:46.783Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T04:49:47.049Z] Removing intermediate container 10318f94e6ac [2020-10-22T04:49:47.049Z] ---> cf9a9cef3ced [2020-10-22T04:49:47.049Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T04:49:47.049Z] Removing intermediate container 5deb38215cf6 [2020-10-22T04:49:47.049Z] ---> 78c7a8da0296 [2020-10-22T04:49:47.049Z] Step 27/27 : LABEL version=1.2.2-dev.88 [2020-10-22T04:49:47.313Z] ---> Running in 17c897959e85 [2020-10-22T04:49:48.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T04:49:48.269Z] ---> e78833d7abb2 [2020-10-22T04:49:48.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T04:49:48.269Z] ---> e2e22807c5bd [2020-10-22T04:49:48.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T04:49:48.537Z] Removing intermediate container 17c897959e85 [2020-10-22T04:49:48.537Z] ---> c1daf1220530 [2020-10-22T04:49:48.537Z] [2020-10-22T04:49:48.814Z] Removing intermediate container 61b4a67be97a [2020-10-22T04:49:48.814Z] ---> 146714c156fe [2020-10-22T04:49:48.814Z] [2020-10-22T04:49:48.814Z] Step 9/29 : FROM alpine:latest [2020-10-22T04:49:48.814Z] ---> d6e46aa2470d [2020-10-22T04:49:48.814Z] 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-22T04:49:48.814Z] Successfully built c1daf1220530 [2020-10-22T04:49:48.814Z] ---> Running in f638d2439611 [2020-10-22T04:49:48.814Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T04:49:49.082Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-10-22T04:49:49.146Z] ---> Running in 2492d01c1045 [2020-10-22T04:49:49.146Z] ---> Running in 5d7980960ac2 [2020-10-22T04:49:49.146Z] ---> Running in 2010188880ed [2020-10-22T04:49:49.146Z] ---> Running in 8d57932eb9cf [2020-10-22T04:49:49.146Z] ---> Running in ba0486164912 [2020-10-22T04:49:49.355Z] ---> 0b7553713ea4 [2020-10-22T04:49:49.355Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T04:49:49.355Z] Removing intermediate container f638d2439611 [2020-10-22T04:49:49.355Z] ---> f585b09342fb [2020-10-22T04:49:49.355Z] Step 11/29 : USER root [2020-10-22T04:49:49.626Z] ---> 8e7795a55769 [2020-10-22T04:49:49.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T04:49:49.626Z] ---> Running in 8b5f4591f7fd [2020-10-22T04:49:49.748Z] Removing intermediate container 2492d01c1045 [2020-10-22T04:49:49.748Z] ---> ab0f133bc15e [2020-10-22T04:49:49.748Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:49:50.022Z] ---> Running in 26e2b6e0d536 [2020-10-22T04:49:50.022Z] Removing intermediate container 2010188880ed [2020-10-22T04:49:50.022Z] ---> df1093893b94 [2020-10-22T04:49:50.022Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:49:50.022Z] Removing intermediate container 5d7980960ac2 [2020-10-22T04:49:50.022Z] ---> 6deee95d3b7d [2020-10-22T04:49:50.022Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:49:50.022Z] Removing intermediate container 8d57932eb9cf [2020-10-22T04:49:50.022Z] ---> 4b54c4960d0e [2020-10-22T04:49:50.022Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T04:49:50.022Z] Removing intermediate container ba0486164912 [2020-10-22T04:49:50.022Z] ---> 08570038f98f [2020-10-22T04:49:50.022Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:49:50.299Z] ---> Running in 60853c27e64f [2020-10-22T04:49:50.299Z] ---> Running in 9117cbf45a11 [2020-10-22T04:49:50.299Z] ---> Running in 2df81c214a2c [2020-10-22T04:49:50.299Z] ---> Running in 8dcc3f885555 [2020-10-22T04:49:51.567Z] ---> 3f6a8d469c0d [2020-10-22T04:49:51.567Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T04:49:53.513Z] ---> Running in 280ff8161215 [2020-10-22T04:49:53.513Z] Removing intermediate container 8b5f4591f7fd [2020-10-22T04:49:53.513Z] ---> dd598cd0f68e [2020-10-22T04:49:53.513Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T04:49:53.513Z] ---> 5db084389b2e [2020-10-22T04:49:53.513Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T04:49:53.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:53.706Z] Removing intermediate container 26e2b6e0d536 [2020-10-22T04:49:53.706Z] ---> 69ae1cea4ab1 [2020-10-22T04:49:53.706Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T04:49:53.982Z] ---> Running in 5496e3cfb0e1 [2020-10-22T04:49:54.112Z] ---> Running in 8258065488a9 [2020-10-22T04:49:54.258Z] Removing intermediate container 60853c27e64f [2020-10-22T04:49:54.258Z] ---> a554079cb6c0 [2020-10-22T04:49:54.258Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:49:54.395Z] ---> Running in 9eaedf2bfa85 [2020-10-22T04:49:54.537Z] ---> Running in f0708ff839bc [2020-10-22T04:49:54.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:54.825Z] Removing intermediate container 8dcc3f885555 [2020-10-22T04:49:54.825Z] ---> a227214410d5 [2020-10-22T04:49:54.825Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T04:49:54.825Z] ---> Running in 52d31f0f30a1 [2020-10-22T04:49:54.825Z] Removing intermediate container 9117cbf45a11 [2020-10-22T04:49:54.825Z] ---> 4156d5e033a6 [2020-10-22T04:49:54.825Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T04:49:54.995Z] Removing intermediate container 280ff8161215 [2020-10-22T04:49:54.995Z] ---> be7be55c2fb2 [2020-10-22T04:49:54.995Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:49:55.103Z] ---> Running in 4a9afe9c2ee4 [2020-10-22T04:49:56.115Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:49:56.115Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:49:56.115Z] OK: 12623 distinct packages available [2020-10-22T04:49:56.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:56.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:56.965Z] OK: 217 MiB in 51 packages [2020-10-22T04:49:57.000Z] ---> Running in fdefe4503039 [2020-10-22T04:49:57.000Z] Removing intermediate container 9eaedf2bfa85 [2020-10-22T04:49:57.000Z] ---> 0be362e18b01 [2020-10-22T04:49:57.000Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:49:57.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:57.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:57.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:57.596Z] ---> Running in aff3eaf2f228 [2020-10-22T04:49:57.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:49:57.596Z] Removing intermediate container fdefe4503039 [2020-10-22T04:49:57.596Z] ---> 3b811c59fc3a [2020-10-22T04:49:57.596Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T04:49:57.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:49:57.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:57.883Z] ---> Running in f3083bc8602a [2020-10-22T04:49:57.883Z] Removing intermediate container aff3eaf2f228 [2020-10-22T04:49:57.883Z] ---> 0be3aeaeaa89 [2020-10-22T04:49:57.883Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T04:49:57.883Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:49:57.883Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:49:57.883Z] OK: 12744 distinct packages available [2020-10-22T04:49:58.205Z] ---> Running in eebb013c4d5e [2020-10-22T04:49:58.205Z] Removing intermediate container f3083bc8602a [2020-10-22T04:49:58.205Z] ---> 9e2732fb1ee4 [2020-10-22T04:49:58.205Z] Step 21/22 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:49:58.205Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T04:49:58.205Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T04:49:58.205Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:49:58.408Z] Removing intermediate container 2df81c214a2c [2020-10-22T04:49:58.408Z] ---> 585d70104812 [2020-10-22T04:49:58.408Z] Step 5/29 : COPY go.mod . [2020-10-22T04:49:58.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:58.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:49:58.679Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:49:58.679Z] OK: 6 MiB in 16 packages [2020-10-22T04:49:58.693Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:49:58.693Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:49:58.693Z] OK: 12623 distinct packages available [2020-10-22T04:49:58.973Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:49:58.973Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:49:58.973Z] OK: 12623 distinct packages available [2020-10-22T04:49:58.973Z] ---> e4cbb5b8d471 [2020-10-22T04:49:58.973Z] Step 6/29 : RUN go mod download [2020-10-22T04:49:59.153Z] ---> Running in 70c5dbfb2e46 [2020-10-22T04:49:59.153Z] Removing intermediate container eebb013c4d5e [2020-10-22T04:49:59.153Z] ---> 79dbe625f34e [2020-10-22T04:49:59.153Z] Step 21/22 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:49:59.260Z] ---> Running in a7b4e2030b71 [2020-10-22T04:49:59.532Z] OK: 217 MiB in 51 packages [2020-10-22T04:49:59.807Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:49:59.807Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:49:59.807Z] OK: 12623 distinct packages available [2020-10-22T04:49:59.807Z] OK: 217 MiB in 51 packages [2020-10-22T04:50:00.094Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:50:00.094Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:50:00.094Z] OK: 12623 distinct packages available [2020-10-22T04:50:00.183Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:50:00.184Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:50:00.184Z] ---> 7e564700ab06 [2020-10-22T04:50:00.184Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T04:50:00.184Z] ---> Using cache [2020-10-22T04:50:00.184Z] ---> 557a160eb5fe [2020-10-22T04:50:00.184Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:50:00.184Z] ---> Using cache [2020-10-22T04:50:00.184Z] ---> 20e3bf784f1e [2020-10-22T04:50:00.184Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T04:50:00.184Z] ---> Using cache [2020-10-22T04:50:00.184Z] ---> 69c00346ca97 [2020-10-22T04:50:00.184Z] Step 6/21 : COPY go.mod . [2020-10-22T04:50:00.184Z] ---> Using cache [2020-10-22T04:50:00.184Z] ---> f5304f5e00c4 [2020-10-22T04:50:00.184Z] Step 7/21 : RUN go mod download [2020-10-22T04:50:00.184Z] ---> Using cache [2020-10-22T04:50:00.184Z] ---> 4dffcd5b2be6 [2020-10-22T04:50:00.184Z] Step 8/21 : COPY . . [2020-10-22T04:50:00.184Z] ---> Using cache [2020-10-22T04:50:00.184Z] ---> 0d1d1fee1965 [2020-10-22T04:50:00.184Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T04:50:00.720Z] OK: 217 MiB in 51 packages [2020-10-22T04:50:00.999Z] OK: 217 MiB in 51 packages [2020-10-22T04:50:01.143Z] ---> Running in 0890c37d4e58 [2020-10-22T04:50:01.143Z] ---> Running in 55ec990ec3cf [2020-10-22T04:50:01.281Z] Removing intermediate container 5496e3cfb0e1 [2020-10-22T04:50:01.281Z] ---> 3229194ef9d0 [2020-10-22T04:50:01.281Z] Step 6/23 : COPY go.mod . [2020-10-22T04:50:01.412Z] Removing intermediate container 70c5dbfb2e46 [2020-10-22T04:50:01.412Z] ---> 637249c83c74 [2020-10-22T04:50:01.412Z] Step 22/22 : LABEL version=1.2.2-dev.88 [2020-10-22T04:50:01.559Z] OK: 217 MiB in 51 packages [2020-10-22T04:50:02.170Z] Removing intermediate container f0708ff839bc [2020-10-22T04:50:02.170Z] ---> bcf89268604e [2020-10-22T04:50:02.170Z] Step 6/22 : COPY go.mod . [2020-10-22T04:50:02.388Z] ---> Running in 9dcaca51eb35 [2020-10-22T04:50:02.388Z] Removing intermediate container 0890c37d4e58 [2020-10-22T04:50:02.388Z] ---> fe6e095d166a [2020-10-22T04:50:02.388Z] Step 22/22 : LABEL version=1.2.2-dev.88 [2020-10-22T04:50:02.388Z] Removing intermediate container 8258065488a9 [2020-10-22T04:50:02.388Z] ---> 2dfe10c7a127 [2020-10-22T04:50:02.388Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T04:50:02.388Z] ---> Running in f04a4200b844 [2020-10-22T04:50:02.388Z] ---> Running in d29d6a19ad50 [2020-10-22T04:50:02.388Z] Removing intermediate container 9dcaca51eb35 [2020-10-22T04:50:02.388Z] ---> 3ea5927e3d48 [2020-10-22T04:50:02.388Z] [2020-10-22T04:50:02.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T04:50:02.657Z] Removing intermediate container f04a4200b844 [2020-10-22T04:50:02.657Z] ---> 57edf0de18e8 [2020-10-22T04:50:02.657Z] [2020-10-22T04:50:02.657Z] Successfully built 3ea5927e3d48 [2020-10-22T04:50:02.657Z] Removing intermediate container d29d6a19ad50 [2020-10-22T04:50:02.657Z] ---> 3201682aeb81 [2020-10-22T04:50:02.657Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T04:50:02.657Z] Successfully tagged docker-core-command-go:latest [2020-10-22T04:50:02.781Z] ---> 93b93cc0d5bb [2020-10-22T04:50:02.781Z] Step 7/23 : RUN go mod download [2020-10-22T04:50:02.929Z]  Building docker-core-command-go ... done  ---> Running in ed9002be4a07 [2020-10-22T04:50:02.929Z] Successfully built 57edf0de18e8 [2020-10-22T04:50:02.929Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T04:50:03.058Z] Removing intermediate container 52d31f0f30a1 [2020-10-22T04:50:03.058Z] ---> b39944bade65 [2020-10-22T04:50:03.058Z] Step 6/27 : COPY go.mod . [2020-10-22T04:50:03.058Z] ---> Running in 4e2fa01081c0 [2020-10-22T04:50:03.204Z]  Building docker-core-metadata-go ... done Removing intermediate container ed9002be4a07 [2020-10-22T04:50:03.204Z] ---> 1779792607fe [2020-10-22T04:50:03.204Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T04:50:03.204Z] ---> Running in bc1fc5a1bdfb [2020-10-22T04:50:03.339Z] ---> 2150a9cbccac [2020-10-22T04:50:03.339Z] Step 7/22 : RUN go mod download [2020-10-22T04:50:03.616Z] Removing intermediate container 4a9afe9c2ee4 [2020-10-22T04:50:03.616Z] ---> 898f60a29e7a [2020-10-22T04:50:03.616Z] Step 6/22 : COPY go.mod . [2020-10-22T04:50:03.616Z] ---> Running in b96179789b78 [2020-10-22T04:50:03.896Z] Removing intermediate container a7b4e2030b71 [2020-10-22T04:50:03.896Z] ---> 368c47707326 [2020-10-22T04:50:03.896Z] Step 7/29 : COPY . . [2020-10-22T04:50:04.178Z] ---> f88d2c655b6a [2020-10-22T04:50:04.178Z] Step 7/27 : RUN go mod download [2020-10-22T04:50:04.460Z] ---> Running in 0d5ac4cc1a6a [2020-10-22T04:50:04.737Z] ---> c66de6d6f40f [2020-10-22T04:50:04.737Z] Step 7/22 : RUN go mod download [2020-10-22T04:50:05.362Z] ---> Running in 99bd92c78384 [2020-10-22T04:50:05.861Z] Removing intermediate container bc1fc5a1bdfb [2020-10-22T04:50:05.861Z] ---> 464156dd2487 [2020-10-22T04:50:05.861Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T04:50:06.181Z] Removing intermediate container fb212aaeff49 [2020-10-22T04:50:06.181Z] ---> 04e95e3aa639 [2020-10-22T04:50:06.181Z] [2020-10-22T04:50:06.181Z] Step 10/22 : FROM scratch [2020-10-22T04:50:06.181Z] ---> [2020-10-22T04:50:06.181Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:50:06.181Z] ---> Using cache [2020-10-22T04:50:06.181Z] ---> 01aac0509118 [2020-10-22T04:50:06.181Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T04:50:06.469Z] ---> Running in 3b5986d76af8 [2020-10-22T04:50:06.469Z] ---> 4c8c1f6cfc01 [2020-10-22T04:50:06.469Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T04:50:07.069Z] Removing intermediate container 3b5986d76af8 [2020-10-22T04:50:07.069Z] ---> dcbdfd993d68 [2020-10-22T04:50:07.069Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:50:07.344Z] ---> 771a9668d08c [2020-10-22T04:50:07.344Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T04:50:07.344Z] ---> Running in 0965d47b64c4 [2020-10-22T04:50:07.628Z] Removing intermediate container 0965d47b64c4 [2020-10-22T04:50:07.628Z] ---> 3ffddc67a202 [2020-10-22T04:50:07.628Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T04:50:07.628Z] ---> 413b5f8252a1 [2020-10-22T04:50:07.628Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T04:50:08.236Z] ---> 4ea8c7f308bb [2020-10-22T04:50:08.236Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T04:50:08.236Z] ---> e7533ac7276f [2020-10-22T04:50:08.236Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T04:50:08.520Z] ---> 4e913f8363c0 [2020-10-22T04:50:08.520Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T04:50:08.520Z] ---> 165b45c84371 [2020-10-22T04:50:08.520Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T04:50:08.784Z] Removing intermediate container 4e2fa01081c0 [2020-10-22T04:50:08.784Z] ---> d046567316ee [2020-10-22T04:50:08.784Z] Step 8/23 : COPY . . [2020-10-22T04:50:08.794Z] ---> Running in b0afd1c8e065 [2020-10-22T04:50:09.059Z] Removing intermediate container b96179789b78 [2020-10-22T04:50:09.059Z] ---> 94669661c83a [2020-10-22T04:50:09.059Z] Step 8/22 : COPY . . [2020-10-22T04:50:09.342Z] Removing intermediate container 0d5ac4cc1a6a [2020-10-22T04:50:09.342Z] ---> 3553238fcd61 [2020-10-22T04:50:09.342Z] Step 8/27 : COPY . . [2020-10-22T04:50:09.437Z] ---> 3c338d217cdb [2020-10-22T04:50:09.437Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T04:50:09.713Z] ---> deceb2d2f84e [2020-10-22T04:50:09.713Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T04:50:09.982Z] ---> Running in 9acbb299eb3a [2020-10-22T04:50:10.251Z] Removing intermediate container b0afd1c8e065 [2020-10-22T04:50:10.251Z] ---> b572d988a388 [2020-10-22T04:50:10.251Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:50:10.794Z] Removing intermediate container 99bd92c78384 [2020-10-22T04:50:10.795Z] ---> d50507ddccf5 [2020-10-22T04:50:10.795Z] Step 8/22 : COPY . . [2020-10-22T04:50:10.844Z] Removing intermediate container 9acbb299eb3a [2020-10-22T04:50:10.844Z] ---> 6453dc18f6c8 [2020-10-22T04:50:10.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:50:11.117Z] ---> Running in fd108d5ea8b0 [2020-10-22T04:50:11.117Z] ---> eea705c44046 [2020-10-22T04:50:11.117Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:50:11.392Z] ---> Running in afe8a30deed2 [2020-10-22T04:50:11.392Z] Removing intermediate container fd108d5ea8b0 [2020-10-22T04:50:11.392Z] ---> 223854c82303 [2020-10-22T04:50:11.392Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T04:50:11.672Z] ---> Running in 09c392094dd6 [2020-10-22T04:50:11.955Z] Removing intermediate container 09c392094dd6 [2020-10-22T04:50:11.955Z] ---> 1694700cbf70 [2020-10-22T04:50:11.955Z] Step 21/22 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:11.955Z] ---> Running in 03eb9639e603 [2020-10-22T04:50:12.240Z] Removing intermediate container 03eb9639e603 [2020-10-22T04:50:12.240Z] ---> 6784d7b69300 [2020-10-22T04:50:12.240Z] Step 22/22 : LABEL version=1.2.2-dev.88 [2020-10-22T04:50:12.515Z] ---> Running in bb637184a9e0 [2020-10-22T04:50:12.793Z] Removing intermediate container bb637184a9e0 [2020-10-22T04:50:12.793Z] ---> 476e56c8bd90 [2020-10-22T04:50:12.793Z] [2020-10-22T04:50:13.065Z] Successfully built 476e56c8bd90 [2020-10-22T04:50:13.329Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T04:50:13.329Z]  Building docker-support-logging-go ... done Removing intermediate container afe8a30deed2 [2020-10-22T04:50:13.329Z] ---> 7afb7481bd33 [2020-10-22T04:50:13.329Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T04:50:13.594Z] ---> Running in ec88fa835a1c [2020-10-22T04:50:14.558Z] Removing intermediate container ec88fa835a1c [2020-10-22T04:50:14.558Z] ---> 0a6a498604b6 [2020-10-22T04:50:14.558Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:50:14.558Z] ---> Running in 58bfb72e85e4 [2020-10-22T04:50:14.825Z] Removing intermediate container 58bfb72e85e4 [2020-10-22T04:50:14.825Z] ---> c6c8e76593db [2020-10-22T04:50:14.825Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T04:50:14.825Z] ---> Running in 9ee88c2a23b1 [2020-10-22T04:50:15.091Z] Removing intermediate container 9ee88c2a23b1 [2020-10-22T04:50:15.091Z] ---> 54d9098123d2 [2020-10-22T04:50:15.091Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T04:50:16.493Z] ---> Running in e6947937889e [2020-10-22T04:50:16.493Z] Removing intermediate container 55ec990ec3cf [2020-10-22T04:50:16.493Z] ---> fb4bda54a8e3 [2020-10-22T04:50:16.758Z] [2020-10-22T04:50:16.758Z] Step 10/21 : FROM scratch [2020-10-22T04:50:16.758Z] ---> [2020-10-22T04:50:16.758Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:50:16.758Z] ---> Using cache [2020-10-22T04:50:16.758Z] ---> 33800132347a [2020-10-22T04:50:16.758Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T04:50:16.758Z] Removing intermediate container e6947937889e [2020-10-22T04:50:16.758Z] ---> 908793e42533 [2020-10-22T04:50:16.758Z] Step 28/29 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:16.758Z] ---> Running in c914e599060b [2020-10-22T04:50:16.758Z] ---> Running in 7e630cf23320 [2020-10-22T04:50:17.022Z] Removing intermediate container c914e599060b [2020-10-22T04:50:17.022Z] ---> bd4bfc3c3402 [2020-10-22T04:50:17.022Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T04:50:17.022Z] ---> Running in 2d002112374a [2020-10-22T04:50:17.022Z] Removing intermediate container 7e630cf23320 [2020-10-22T04:50:17.022Z] ---> 78e7bbf76caa [2020-10-22T04:50:17.022Z] Step 29/29 : LABEL version=1.2.2-dev.88 [2020-10-22T04:50:17.022Z] ---> Running in 2816d1297671 [2020-10-22T04:50:17.022Z] Removing intermediate container 2d002112374a [2020-10-22T04:50:17.022Z] ---> 6d44a6510692 [2020-10-22T04:50:17.022Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T04:50:17.291Z] Removing intermediate container 2816d1297671 [2020-10-22T04:50:17.291Z] ---> 272db7b8ff54 [2020-10-22T04:50:17.291Z] [2020-10-22T04:50:17.291Z] Successfully built 272db7b8ff54 [2020-10-22T04:50:17.291Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T04:50:17.291Z]  Building docker-security-secrets-setup-go ... done  ---> 1065333c54e0 [2020-10-22T04:50:17.291Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T04:50:17.868Z] ---> 75fb32634ca2 [2020-10-22T04:50:17.868Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T04:50:18.142Z] ---> 26f7d9c800d1 [2020-10-22T04:50:18.142Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T04:50:18.142Z] ---> Running in 92dc48fc269e [2020-10-22T04:50:18.407Z] Removing intermediate container 92dc48fc269e [2020-10-22T04:50:18.407Z] ---> 222a35e5c9fd [2020-10-22T04:50:18.407Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:50:18.407Z] ---> Running in 7a9831dd1c81 [2020-10-22T04:50:18.672Z] Removing intermediate container 7a9831dd1c81 [2020-10-22T04:50:18.672Z] ---> a63e968ed63b [2020-10-22T04:50:18.672Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T04:50:18.672Z] ---> Running in d2f7d31ec5c1 [2020-10-22T04:50:18.938Z] Removing intermediate container d2f7d31ec5c1 [2020-10-22T04:50:18.938Z] ---> f27a53d2ae79 [2020-10-22T04:50:18.938Z] Step 20/21 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:18.938Z] ---> Running in 85b8b0bf930d [2020-10-22T04:50:19.202Z] Removing intermediate container 85b8b0bf930d [2020-10-22T04:50:19.202Z] ---> 077a0e19d525 [2020-10-22T04:50:19.202Z] Step 21/21 : LABEL version=1.2.2-dev.88 [2020-10-22T04:50:19.202Z] ---> Running in d2b65296b872 [2020-10-22T04:50:19.202Z] Removing intermediate container d2b65296b872 [2020-10-22T04:50:19.202Z] ---> 63fd4950adcc [2020-10-22T04:50:19.202Z] [2020-10-22T04:50:19.466Z] Successfully built 63fd4950adcc [2020-10-22T04:50:19.466Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T04:50:20.062Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-10-22T04:50:20.088Z] $ docker stop --time=1 3ee03c9707bb4eafe9797cd5b36f50422932163fadc2bc50f8442e6bfad88413 [2020-10-22T04:50:21.010Z] ---> 3f8f9b80d5d9 [2020-10-22T04:50:21.010Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T04:50:21.010Z] ---> Running in 3777579bdaba [2020-10-22T04:50:21.010Z] ---> df14bd3f6653 [2020-10-22T04:50:21.010Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T04:50:21.010Z] ---> 7ffc36e5c05f [2020-10-22T04:50:21.010Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T04:50:21.010Z] ---> 65c352cbb61d [2020-10-22T04:50:21.010Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T04:50:21.284Z] ---> Running in f06c0111d6dc [2020-10-22T04:50:21.284Z] ---> Running in 721dadc3f2ee [2020-10-22T04:50:21.284Z] ---> Running in ebddd0a6cb70 [2020-10-22T04:50:21.821Z] $ docker rm -f 3ee03c9707bb4eafe9797cd5b36f50422932163fadc2bc50f8442e6bfad88413 [2020-10-22T04:50:21.892Z] ---> 3b58cdada52d [2020-10-22T04:50:21.892Z] Step 9/22 : RUN make cmd/support-logging/support-logging [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:50:22.165Z] ---> Running in 9d0d92156762 [2020-10-22T04:50:22.394Z] + docker images [2020-10-22T04:50:22.394Z] + grep docker [2020-10-22T04:50:22.394Z] docker-support-scheduler-go latest 63fd4950adcc 3 seconds ago 12.3MB [2020-10-22T04:50:22.395Z] docker-security-secrets-setup-go latest 272db7b8ff54 5 seconds ago 24MB [2020-10-22T04:50:22.395Z] docker-support-logging-go latest 476e56c8bd90 10 seconds ago 11.1MB [2020-10-22T04:50:22.395Z] docker-core-metadata-go latest 57edf0de18e8 20 seconds ago 14.4MB [2020-10-22T04:50:22.395Z] docker-core-command-go latest 3ea5927e3d48 20 seconds ago 12.2MB [2020-10-22T04:50:22.395Z] docker-sys-mgmt-agent-go latest c1daf1220530 34 seconds ago 290MB [2020-10-22T04:50:22.395Z] docker-security-secretstore-setup-go latest b14a69079bf0 About a minute ago 32.4MB [2020-10-22T04:50:22.395Z] docker-core-data-go latest 3aa473de063b About a minute ago 23.6MB [2020-10-22T04:50:22.395Z] docker-support-notifications-go latest 07162ee6d122 2 minutes ago 13.6MB [2020-10-22T04:50:22.395Z] docker-security-proxy-setup-go latest f39d5ceef42d 2 minutes ago 15.8MB [2020-10-22T04:50:22.395Z] docker latest 6972c414f322 2 hours ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-22T04:50:22.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-22T04:50:23.125Z] provisioning config files... [2020-10-22T04:50:23.172Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/204@tmp/config3708647999892863709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:50:23.603Z] ---> docker-login.sh [2020-10-22T04:50:23.603Z] nexus3.edgexfoundry.org:10001 [2020-10-22T04:50:23.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:50:23.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T04:50:23.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:50:23.865Z] Configure a credential helper to remove this warning. See [2020-10-22T04:50:23.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:50:23.865Z] [2020-10-22T04:50:23.865Z] Login Succeeded [2020-10-22T04:50:23.865Z] nexus3.edgexfoundry.org:10002 [2020-10-22T04:50:23.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:50:23.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:50:23.865Z] Configure a credential helper to remove this warning. See [2020-10-22T04:50:23.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:50:23.865Z] [2020-10-22T04:50:23.865Z] Login Succeeded [2020-10-22T04:50:23.865Z] nexus3.edgexfoundry.org:10003 [2020-10-22T04:50:24.050Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T04:50:24.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:50:24.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:50:24.127Z] Configure a credential helper to remove this warning. See [2020-10-22T04:50:24.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:50:24.127Z] [2020-10-22T04:50:24.127Z] Login Succeeded [2020-10-22T04:50:24.127Z] nexus3.edgexfoundry.org:10004 [2020-10-22T04:50:24.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T04:50:24.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T04:50:24.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:50:24.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:50:24.390Z] Configure a credential helper to remove this warning. See [2020-10-22T04:50:24.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:50:24.390Z] [2020-10-22T04:50:24.390Z] Login Succeeded [2020-10-22T04:50:24.390Z] docker.io [2020-10-22T04:50:24.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:50:24.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:50:24.653Z] Configure a credential helper to remove this warning. See [2020-10-22T04:50:24.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:50:24.653Z] [2020-10-22T04:50:24.653Z] Login Succeeded [2020-10-22T04:50:24.653Z] ---> docker-login.sh ends [Pipeline] } [2020-10-22T04:50:24.667Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:24.890Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-22T04:50:24.890Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:24.890Z] 1.2.2-dev.88 [2020-10-22T04:50:24.890Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:24.890Z] master [2020-10-22T04:50:24.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:25.425Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:25.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:25.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T04:50:25.732Z] db68e4adea08: Preparing [2020-10-22T04:50:25.732Z] f16d0c37d945: Preparing [2020-10-22T04:50:25.732Z] 5307ffc795c7: Preparing [2020-10-22T04:50:25.994Z] 5307ffc795c7: Pushed [2020-10-22T04:50:25.994Z] db68e4adea08: Pushed [2020-10-22T04:50:26.940Z] f16d0c37d945: Pushed [2020-10-22T04:50:27.203Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:5ea3e178d40aa066c0896960c13920786d8d160138031210cd382331de1b9cfe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:28.456Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:28.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.88 [2020-10-22T04:50:28.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T04:50:28.755Z] db68e4adea08: Preparing [2020-10-22T04:50:28.755Z] f16d0c37d945: Preparing [2020-10-22T04:50:28.755Z] 5307ffc795c7: Preparing [2020-10-22T04:50:28.755Z] f16d0c37d945: Layer already exists [2020-10-22T04:50:28.755Z] db68e4adea08: Layer already exists [2020-10-22T04:50:28.755Z] 5307ffc795c7: Layer already exists [2020-10-22T04:50:28.755Z] 1.2.2-dev.88: digest: sha256:5ea3e178d40aa066c0896960c13920786d8d160138031210cd382331de1b9cfe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:29.066Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:29.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:29.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T04:50:29.370Z] db68e4adea08: Preparing [2020-10-22T04:50:29.370Z] f16d0c37d945: Preparing [2020-10-22T04:50:29.370Z] 5307ffc795c7: Preparing [2020-10-22T04:50:29.370Z] 5307ffc795c7: Layer already exists [2020-10-22T04:50:29.370Z] f16d0c37d945: Layer already exists [2020-10-22T04:50:29.370Z] db68e4adea08: Layer already exists [2020-10-22T04:50:29.370Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:5ea3e178d40aa066c0896960c13920786d8d160138031210cd382331de1b9cfe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:29.674Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:29.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-22T04:50:29.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T04:50:29.981Z] db68e4adea08: Preparing [2020-10-22T04:50:29.981Z] f16d0c37d945: Preparing [2020-10-22T04:50:29.981Z] 5307ffc795c7: Preparing [2020-10-22T04:50:29.981Z] f16d0c37d945: Layer already exists [2020-10-22T04:50:29.981Z] db68e4adea08: Layer already exists [2020-10-22T04:50:29.981Z] 5307ffc795c7: Layer already exists [2020-10-22T04:50:29.981Z] master: digest: sha256:5ea3e178d40aa066c0896960c13920786d8d160138031210cd382331de1b9cfe size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:30.188Z] ===================================================== [Pipeline] echo [2020-10-22T04:50:30.258Z] taggedImages: [2020-10-22T04:50:30.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:30.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.88 [2020-10-22T04:50:30.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:30.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-22T04:50:30.323Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-22T04:50:30.323Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:30.323Z] 1.2.2-dev.88 [2020-10-22T04:50:30.323Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:30.323Z] master [2020-10-22T04:50:30.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:30.876Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:31.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:31.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T04:50:31.179Z] e502c04ac079: Preparing [2020-10-22T04:50:31.179Z] fd82c2de7562: Preparing [2020-10-22T04:50:31.179Z] 53b9f4d1b499: Preparing [2020-10-22T04:50:31.179Z] 57fad621854d: Preparing [2020-10-22T04:50:31.179Z] a691cb8afd01: Preparing [2020-10-22T04:50:31.179Z] ace0eda3e3be: Preparing [2020-10-22T04:50:31.179Z] ace0eda3e3be: Waiting [2020-10-22T04:50:31.442Z] e502c04ac079: Pushed [2020-10-22T04:50:31.442Z] a691cb8afd01: Pushed [2020-10-22T04:50:31.442Z] 53b9f4d1b499: Pushed [2020-10-22T04:50:31.442Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:31.442Z] 57fad621854d: Pushed [2020-10-22T04:50:32.849Z] fd82c2de7562: Pushed [2020-10-22T04:50:33.118Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:44f5b14ebedbf1bd144a65ec350ba856ed399a4d840fec63f8280c155c430183 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:33.428Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:33.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.88 [2020-10-22T04:50:33.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T04:50:33.733Z] e502c04ac079: Preparing [2020-10-22T04:50:33.733Z] fd82c2de7562: Preparing [2020-10-22T04:50:33.733Z] 53b9f4d1b499: Preparing [2020-10-22T04:50:33.733Z] 57fad621854d: Preparing [2020-10-22T04:50:33.733Z] a691cb8afd01: Preparing [2020-10-22T04:50:33.733Z] ace0eda3e3be: Preparing [2020-10-22T04:50:33.733Z] ace0eda3e3be: Waiting [2020-10-22T04:50:33.733Z] a691cb8afd01: Layer already exists [2020-10-22T04:50:33.733Z] fd82c2de7562: Layer already exists [2020-10-22T04:50:33.733Z] 53b9f4d1b499: Layer already exists [2020-10-22T04:50:33.733Z] e502c04ac079: Layer already exists [2020-10-22T04:50:33.733Z] 57fad621854d: Layer already exists [2020-10-22T04:50:33.733Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:33.733Z] 1.2.2-dev.88: digest: sha256:44f5b14ebedbf1bd144a65ec350ba856ed399a4d840fec63f8280c155c430183 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:34.052Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:34.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:34.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T04:50:34.355Z] e502c04ac079: Preparing [2020-10-22T04:50:34.355Z] fd82c2de7562: Preparing [2020-10-22T04:50:34.355Z] 53b9f4d1b499: Preparing [2020-10-22T04:50:34.355Z] 57fad621854d: Preparing [2020-10-22T04:50:34.355Z] a691cb8afd01: Preparing [2020-10-22T04:50:34.355Z] ace0eda3e3be: Preparing [2020-10-22T04:50:34.355Z] ace0eda3e3be: Waiting [2020-10-22T04:50:34.355Z] 53b9f4d1b499: Layer already exists [2020-10-22T04:50:34.355Z] 57fad621854d: Layer already exists [2020-10-22T04:50:34.355Z] e502c04ac079: Layer already exists [2020-10-22T04:50:34.355Z] a691cb8afd01: Layer already exists [2020-10-22T04:50:34.355Z] fd82c2de7562: Layer already exists [2020-10-22T04:50:34.355Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:34.355Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:44f5b14ebedbf1bd144a65ec350ba856ed399a4d840fec63f8280c155c430183 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:34.674Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:35.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-22T04:50:35.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T04:50:35.026Z] e502c04ac079: Preparing [2020-10-22T04:50:35.026Z] fd82c2de7562: Preparing [2020-10-22T04:50:35.026Z] 53b9f4d1b499: Preparing [2020-10-22T04:50:35.026Z] 57fad621854d: Preparing [2020-10-22T04:50:35.026Z] a691cb8afd01: Preparing [2020-10-22T04:50:35.026Z] ace0eda3e3be: Preparing [2020-10-22T04:50:35.027Z] ace0eda3e3be: Waiting [2020-10-22T04:50:35.027Z] 53b9f4d1b499: Layer already exists [2020-10-22T04:50:35.027Z] fd82c2de7562: Layer already exists [2020-10-22T04:50:35.027Z] 57fad621854d: Layer already exists [2020-10-22T04:50:35.027Z] a691cb8afd01: Layer already exists [2020-10-22T04:50:35.027Z] e502c04ac079: Layer already exists [2020-10-22T04:50:35.027Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:35.027Z] master: digest: sha256:44f5b14ebedbf1bd144a65ec350ba856ed399a4d840fec63f8280c155c430183 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:35.230Z] ===================================================== [Pipeline] echo [2020-10-22T04:50:35.282Z] taggedImages: [2020-10-22T04:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.88 [2020-10-22T04:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:35.282Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-22T04:50:35.355Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-22T04:50:35.355Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:35.355Z] 1.2.2-dev.88 [2020-10-22T04:50:35.355Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:35.355Z] master [2020-10-22T04:50:35.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:35.922Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:36.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:36.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T04:50:36.228Z] b59186e18c95: Preparing [2020-10-22T04:50:36.228Z] 568cf2d605fe: Preparing [2020-10-22T04:50:36.228Z] bcddeb2521d4: Preparing [2020-10-22T04:50:36.490Z] bcddeb2521d4: Pushed [2020-10-22T04:50:36.490Z] b59186e18c95: Pushed [2020-10-22T04:50:37.908Z] 568cf2d605fe: Pushed [2020-10-22T04:50:37.908Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:8eb933e1d60376a11613f51c623f7d290d21f84b0e72ead1faaff03c851ae872 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:38.390Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:38.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.88 [2020-10-22T04:50:38.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T04:50:38.753Z] b59186e18c95: Preparing [2020-10-22T04:50:38.753Z] 568cf2d605fe: Preparing [2020-10-22T04:50:38.753Z] bcddeb2521d4: Preparing [2020-10-22T04:50:38.753Z] 568cf2d605fe: Layer already exists [2020-10-22T04:50:38.753Z] bcddeb2521d4: Layer already exists [2020-10-22T04:50:38.753Z] b59186e18c95: Layer already exists [2020-10-22T04:50:38.753Z] 1.2.2-dev.88: digest: sha256:8eb933e1d60376a11613f51c623f7d290d21f84b0e72ead1faaff03c851ae872 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:39.059Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:39.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:39.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T04:50:39.363Z] b59186e18c95: Preparing [2020-10-22T04:50:39.363Z] 568cf2d605fe: Preparing [2020-10-22T04:50:39.363Z] bcddeb2521d4: Preparing [2020-10-22T04:50:39.363Z] 568cf2d605fe: Layer already exists [2020-10-22T04:50:39.363Z] b59186e18c95: Layer already exists [2020-10-22T04:50:39.363Z] bcddeb2521d4: Layer already exists [2020-10-22T04:50:39.363Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:8eb933e1d60376a11613f51c623f7d290d21f84b0e72ead1faaff03c851ae872 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:39.673Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:39.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-22T04:50:39.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T04:50:39.974Z] b59186e18c95: Preparing [2020-10-22T04:50:39.974Z] 568cf2d605fe: Preparing [2020-10-22T04:50:39.974Z] bcddeb2521d4: Preparing [2020-10-22T04:50:39.974Z] bcddeb2521d4: Layer already exists [2020-10-22T04:50:39.974Z] b59186e18c95: Layer already exists [2020-10-22T04:50:39.974Z] 568cf2d605fe: Layer already exists [2020-10-22T04:50:39.974Z] master: digest: sha256:8eb933e1d60376a11613f51c623f7d290d21f84b0e72ead1faaff03c851ae872 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:40.240Z] ===================================================== [Pipeline] echo [2020-10-22T04:50:40.288Z] taggedImages: [2020-10-22T04:50:40.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:40.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.88 [2020-10-22T04:50:40.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:40.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-22T04:50:40.355Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-22T04:50:40.355Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:40.355Z] 1.2.2-dev.88 [2020-10-22T04:50:40.355Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:40.355Z] master [2020-10-22T04:50:40.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:40.861Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:41.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:41.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T04:50:41.167Z] 28ae0211f2df: Preparing [2020-10-22T04:50:41.167Z] e850016dad62: Preparing [2020-10-22T04:50:41.167Z] 8066b5112f36: Preparing [2020-10-22T04:50:41.167Z] 9e4a5c9c0170: Preparing [2020-10-22T04:50:41.167Z] ace0eda3e3be: Preparing [2020-10-22T04:50:41.167Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:41.429Z] e850016dad62: Pushed [2020-10-22T04:50:41.429Z] 8066b5112f36: Pushed [2020-10-22T04:50:41.691Z] 9e4a5c9c0170: Pushed [2020-10-22T04:50:42.264Z] 28ae0211f2df: Pushed [2020-10-22T04:50:42.265Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:f8ec065dabaeea6ec5e0c407acc810d4f2a8774704d01546f603c36725f8964a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:42.571Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:42.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.88 [2020-10-22T04:50:42.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T04:50:42.872Z] 28ae0211f2df: Preparing [2020-10-22T04:50:42.872Z] e850016dad62: Preparing [2020-10-22T04:50:42.872Z] 8066b5112f36: Preparing [2020-10-22T04:50:42.872Z] 9e4a5c9c0170: Preparing [2020-10-22T04:50:42.872Z] ace0eda3e3be: Preparing [2020-10-22T04:50:42.872Z] 9e4a5c9c0170: Layer already exists [2020-10-22T04:50:42.872Z] e850016dad62: Layer already exists [2020-10-22T04:50:42.872Z] 28ae0211f2df: Layer already exists [2020-10-22T04:50:42.872Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:42.872Z] 8066b5112f36: Layer already exists [2020-10-22T04:50:42.872Z] 1.2.2-dev.88: digest: sha256:f8ec065dabaeea6ec5e0c407acc810d4f2a8774704d01546f603c36725f8964a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:43.182Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:43.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:43.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T04:50:43.481Z] 28ae0211f2df: Preparing [2020-10-22T04:50:43.481Z] e850016dad62: Preparing [2020-10-22T04:50:43.481Z] 8066b5112f36: Preparing [2020-10-22T04:50:43.481Z] 9e4a5c9c0170: Preparing [2020-10-22T04:50:43.481Z] ace0eda3e3be: Preparing [2020-10-22T04:50:43.481Z] e850016dad62: Layer already exists [2020-10-22T04:50:43.481Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:43.481Z] 28ae0211f2df: Layer already exists [2020-10-22T04:50:43.481Z] 8066b5112f36: Layer already exists [2020-10-22T04:50:43.481Z] 9e4a5c9c0170: Layer already exists [2020-10-22T04:50:43.481Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:f8ec065dabaeea6ec5e0c407acc810d4f2a8774704d01546f603c36725f8964a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:43.791Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:44.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-22T04:50:44.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T04:50:44.091Z] 28ae0211f2df: Preparing [2020-10-22T04:50:44.091Z] e850016dad62: Preparing [2020-10-22T04:50:44.091Z] 8066b5112f36: Preparing [2020-10-22T04:50:44.091Z] 9e4a5c9c0170: Preparing [2020-10-22T04:50:44.091Z] ace0eda3e3be: Preparing [2020-10-22T04:50:44.091Z] 28ae0211f2df: Layer already exists [2020-10-22T04:50:44.091Z] 9e4a5c9c0170: Layer already exists [2020-10-22T04:50:44.091Z] e850016dad62: Layer already exists [2020-10-22T04:50:44.091Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:44.091Z] 8066b5112f36: Layer already exists [2020-10-22T04:50:44.091Z] master: digest: sha256:f8ec065dabaeea6ec5e0c407acc810d4f2a8774704d01546f603c36725f8964a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:44.321Z] ===================================================== [Pipeline] echo [2020-10-22T04:50:44.375Z] taggedImages: [2020-10-22T04:50:44.375Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:44.375Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.88 [2020-10-22T04:50:44.375Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:44.375Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-22T04:50:44.483Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-22T04:50:44.483Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:44.483Z] 1.2.2-dev.88 [2020-10-22T04:50:44.483Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:44.483Z] master [2020-10-22T04:50:44.483Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:44.987Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:45.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:45.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T04:50:45.285Z] 5a348a46fb21: Preparing [2020-10-22T04:50:45.285Z] fe7cbce725af: Preparing [2020-10-22T04:50:45.285Z] 9adc122ddfec: Preparing [2020-10-22T04:50:45.285Z] 3c56404f1454: Preparing [2020-10-22T04:50:45.285Z] 3c56404f1454: Preparing [2020-10-22T04:50:45.285Z] 8de50dbb330e: Preparing [2020-10-22T04:50:45.285Z] 729b0ab5f7e2: Preparing [2020-10-22T04:50:45.285Z] 6283c1e8543f: Preparing [2020-10-22T04:50:45.285Z] 5a348a46fb21: Preparing [2020-10-22T04:50:45.285Z] 8fbcbf16974d: Preparing [2020-10-22T04:50:45.285Z] 9b50907b0647: Preparing [2020-10-22T04:50:45.285Z] 695a74755e16: Preparing [2020-10-22T04:50:45.285Z] ace0eda3e3be: Preparing [2020-10-22T04:50:45.285Z] 729b0ab5f7e2: Waiting [2020-10-22T04:50:45.285Z] 6283c1e8543f: Waiting [2020-10-22T04:50:45.285Z] 8fbcbf16974d: Waiting [2020-10-22T04:50:45.285Z] 9b50907b0647: Waiting [2020-10-22T04:50:45.285Z] 695a74755e16: Waiting [2020-10-22T04:50:45.546Z] 8de50dbb330e: Pushed [2020-10-22T04:50:45.546Z] 3c56404f1454: Pushed [2020-10-22T04:50:45.546Z] 9adc122ddfec: Pushed [2020-10-22T04:50:45.546Z] fe7cbce725af: Pushed [2020-10-22T04:50:45.807Z] 729b0ab5f7e2: Pushed [2020-10-22T04:50:45.807Z] 9b50907b0647: Pushed [2020-10-22T04:50:45.807Z] 6283c1e8543f: Pushed [2020-10-22T04:50:45.807Z] 8fbcbf16974d: Pushed [2020-10-22T04:50:45.807Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:45.807Z] 695a74755e16: Pushed [2020-10-22T04:50:46.379Z] 5a348a46fb21: Pushed [2020-10-22T04:50:46.379Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:67dfe563484f96f65f1e057aba1c0cc87d9670082ad56db473fa7e3b0fdb4b51 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:46.684Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:46.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.88 [2020-10-22T04:50:46.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T04:50:46.984Z] 5a348a46fb21: Preparing [2020-10-22T04:50:46.984Z] fe7cbce725af: Preparing [2020-10-22T04:50:46.984Z] 9adc122ddfec: Preparing [2020-10-22T04:50:46.984Z] 3c56404f1454: Preparing [2020-10-22T04:50:46.984Z] 3c56404f1454: Preparing [2020-10-22T04:50:46.984Z] 8de50dbb330e: Preparing [2020-10-22T04:50:46.984Z] 729b0ab5f7e2: Preparing [2020-10-22T04:50:46.984Z] 6283c1e8543f: Preparing [2020-10-22T04:50:46.984Z] 5a348a46fb21: Preparing [2020-10-22T04:50:46.984Z] 8fbcbf16974d: Preparing [2020-10-22T04:50:46.984Z] 9b50907b0647: Preparing [2020-10-22T04:50:46.984Z] 695a74755e16: Preparing [2020-10-22T04:50:46.984Z] ace0eda3e3be: Preparing [2020-10-22T04:50:46.984Z] 729b0ab5f7e2: Waiting [2020-10-22T04:50:46.984Z] 6283c1e8543f: Waiting [2020-10-22T04:50:46.984Z] 8fbcbf16974d: Waiting [2020-10-22T04:50:46.984Z] 9b50907b0647: Waiting [2020-10-22T04:50:46.984Z] 695a74755e16: Waiting [2020-10-22T04:50:46.984Z] ace0eda3e3be: Waiting [2020-10-22T04:50:46.984Z] 5a348a46fb21: Layer already exists [2020-10-22T04:50:46.984Z] 9adc122ddfec: Layer already exists [2020-10-22T04:50:46.984Z] fe7cbce725af: Layer already exists [2020-10-22T04:50:46.984Z] 3c56404f1454: Layer already exists [2020-10-22T04:50:46.984Z] 8de50dbb330e: Layer already exists [2020-10-22T04:50:46.984Z] 8fbcbf16974d: Layer already exists [2020-10-22T04:50:46.984Z] 729b0ab5f7e2: Layer already exists [2020-10-22T04:50:46.984Z] 9b50907b0647: Layer already exists [2020-10-22T04:50:46.984Z] 6283c1e8543f: Layer already exists [2020-10-22T04:50:46.984Z] 695a74755e16: Layer already exists [2020-10-22T04:50:46.984Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:47.246Z] 1.2.2-dev.88: digest: sha256:67dfe563484f96f65f1e057aba1c0cc87d9670082ad56db473fa7e3b0fdb4b51 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:47.547Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:47.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:47.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T04:50:47.843Z] 5a348a46fb21: Preparing [2020-10-22T04:50:47.843Z] fe7cbce725af: Preparing [2020-10-22T04:50:47.843Z] 9adc122ddfec: Preparing [2020-10-22T04:50:47.843Z] 3c56404f1454: Preparing [2020-10-22T04:50:47.843Z] 3c56404f1454: Preparing [2020-10-22T04:50:47.843Z] 8de50dbb330e: Preparing [2020-10-22T04:50:47.843Z] 729b0ab5f7e2: Preparing [2020-10-22T04:50:47.843Z] 6283c1e8543f: Preparing [2020-10-22T04:50:47.843Z] 5a348a46fb21: Preparing [2020-10-22T04:50:47.843Z] 8fbcbf16974d: Preparing [2020-10-22T04:50:47.843Z] 9b50907b0647: Preparing [2020-10-22T04:50:47.843Z] 695a74755e16: Preparing [2020-10-22T04:50:47.843Z] ace0eda3e3be: Preparing [2020-10-22T04:50:47.843Z] 6283c1e8543f: Waiting [2020-10-22T04:50:47.843Z] 8fbcbf16974d: Waiting [2020-10-22T04:50:47.843Z] 9b50907b0647: Waiting [2020-10-22T04:50:47.843Z] 695a74755e16: Waiting [2020-10-22T04:50:47.843Z] ace0eda3e3be: Waiting [2020-10-22T04:50:47.843Z] 729b0ab5f7e2: Waiting [2020-10-22T04:50:47.843Z] 8de50dbb330e: Layer already exists [2020-10-22T04:50:47.843Z] 9adc122ddfec: Layer already exists [2020-10-22T04:50:47.843Z] fe7cbce725af: Layer already exists [2020-10-22T04:50:47.843Z] 5a348a46fb21: Layer already exists [2020-10-22T04:50:47.843Z] 3c56404f1454: Layer already exists [2020-10-22T04:50:47.843Z] 729b0ab5f7e2: Layer already exists [2020-10-22T04:50:47.843Z] 6283c1e8543f: Layer already exists [2020-10-22T04:50:47.844Z] 8fbcbf16974d: Layer already exists [2020-10-22T04:50:47.844Z] 9b50907b0647: Layer already exists [2020-10-22T04:50:47.844Z] 695a74755e16: Layer already exists [2020-10-22T04:50:47.844Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:47.844Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:67dfe563484f96f65f1e057aba1c0cc87d9670082ad56db473fa7e3b0fdb4b51 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:48.146Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:48.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-22T04:50:48.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T04:50:48.440Z] 5a348a46fb21: Preparing [2020-10-22T04:50:48.440Z] fe7cbce725af: Preparing [2020-10-22T04:50:48.440Z] 9adc122ddfec: Preparing [2020-10-22T04:50:48.440Z] 3c56404f1454: Preparing [2020-10-22T04:50:48.440Z] 3c56404f1454: Preparing [2020-10-22T04:50:48.440Z] 8de50dbb330e: Preparing [2020-10-22T04:50:48.440Z] 729b0ab5f7e2: Preparing [2020-10-22T04:50:48.440Z] 6283c1e8543f: Preparing [2020-10-22T04:50:48.440Z] 5a348a46fb21: Preparing [2020-10-22T04:50:48.440Z] 8fbcbf16974d: Preparing [2020-10-22T04:50:48.440Z] 9b50907b0647: Preparing [2020-10-22T04:50:48.440Z] 695a74755e16: Preparing [2020-10-22T04:50:48.440Z] ace0eda3e3be: Preparing [2020-10-22T04:50:48.440Z] 8fbcbf16974d: Waiting [2020-10-22T04:50:48.440Z] 9b50907b0647: Waiting [2020-10-22T04:50:48.440Z] 695a74755e16: Waiting [2020-10-22T04:50:48.440Z] ace0eda3e3be: Waiting [2020-10-22T04:50:48.440Z] 729b0ab5f7e2: Waiting [2020-10-22T04:50:48.440Z] 6283c1e8543f: Waiting [2020-10-22T04:50:48.440Z] 5a348a46fb21: Layer already exists [2020-10-22T04:50:48.440Z] 8de50dbb330e: Layer already exists [2020-10-22T04:50:48.440Z] 3c56404f1454: Layer already exists [2020-10-22T04:50:48.440Z] fe7cbce725af: Layer already exists [2020-10-22T04:50:48.440Z] 9adc122ddfec: Layer already exists [2020-10-22T04:50:48.440Z] 6283c1e8543f: Layer already exists [2020-10-22T04:50:48.440Z] 729b0ab5f7e2: Layer already exists [2020-10-22T04:50:48.440Z] 8fbcbf16974d: Layer already exists [2020-10-22T04:50:48.440Z] 695a74755e16: Layer already exists [2020-10-22T04:50:48.440Z] 9b50907b0647: Layer already exists [2020-10-22T04:50:48.440Z] ace0eda3e3be: Layer already exists [2020-10-22T04:50:48.440Z] master: digest: sha256:67dfe563484f96f65f1e057aba1c0cc87d9670082ad56db473fa7e3b0fdb4b51 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:48.676Z] ===================================================== [Pipeline] echo [2020-10-22T04:50:48.732Z] taggedImages: [2020-10-22T04:50:48.732Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:48.732Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.88 [2020-10-22T04:50:48.732Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:48.732Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-22T04:50:48.804Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-22T04:50:48.804Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:48.804Z] 1.2.2-dev.88 [2020-10-22T04:50:48.804Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:48.804Z] master [2020-10-22T04:50:48.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:49.282Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:49.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:49.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T04:50:49.590Z] dc0ed15f90e9: Preparing [2020-10-22T04:50:49.590Z] ac47618e98e9: Preparing [2020-10-22T04:50:49.590Z] 2917c3e393d6: Preparing [2020-10-22T04:50:49.590Z] 5f2f001d3719: Preparing [2020-10-22T04:50:49.590Z] 236635b9a790: Preparing [2020-10-22T04:50:49.590Z] 2fd4b6507b3f: Preparing [2020-10-22T04:50:49.590Z] d5402dbcf971: Preparing [2020-10-22T04:50:49.590Z] 9915ccb8f85d: Preparing [2020-10-22T04:50:49.590Z] fbc79747f7ce: Preparing [2020-10-22T04:50:49.590Z] 8fd75f8c5f33: Preparing [2020-10-22T04:50:49.590Z] 1b3ee35aacca: Preparing [2020-10-22T04:50:49.590Z] d5402dbcf971: Waiting [2020-10-22T04:50:49.590Z] 9915ccb8f85d: Waiting [2020-10-22T04:50:49.590Z] 2fd4b6507b3f: Waiting [2020-10-22T04:50:49.590Z] 1b3ee35aacca: Waiting [2020-10-22T04:50:49.590Z] fbc79747f7ce: Waiting [2020-10-22T04:50:49.590Z] 8fd75f8c5f33: Waiting [2020-10-22T04:50:49.857Z] ac47618e98e9: Pushed [2020-10-22T04:50:49.857Z] dc0ed15f90e9: Pushed [2020-10-22T04:50:50.122Z] 2fd4b6507b3f: Pushed [2020-10-22T04:50:50.122Z] d5402dbcf971: Pushed [2020-10-22T04:50:50.122Z] 9915ccb8f85d: Pushed [2020-10-22T04:50:50.122Z] fbc79747f7ce: Pushed [2020-10-22T04:50:50.383Z] 1b3ee35aacca: Layer already exists [2020-10-22T04:50:50.383Z] 2917c3e393d6: Pushed [2020-10-22T04:50:50.644Z] 5f2f001d3719: Pushed [2020-10-22T04:50:50.644Z] 236635b9a790: Pushed [2020-10-22T04:50:50.644Z] 8fd75f8c5f33: Pushed [2020-10-22T04:50:50.905Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:47120a2e1c636a4eeccc0f67cfdb3970ca09126e123f44ee3f52e5b033867391 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:51.211Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:51.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.88 [2020-10-22T04:50:51.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T04:50:51.511Z] dc0ed15f90e9: Preparing [2020-10-22T04:50:51.511Z] ac47618e98e9: Preparing [2020-10-22T04:50:51.511Z] 2917c3e393d6: Preparing [2020-10-22T04:50:51.511Z] 5f2f001d3719: Preparing [2020-10-22T04:50:51.511Z] 236635b9a790: Preparing [2020-10-22T04:50:51.511Z] 2fd4b6507b3f: Preparing [2020-10-22T04:50:51.511Z] d5402dbcf971: Preparing [2020-10-22T04:50:51.511Z] 9915ccb8f85d: Preparing [2020-10-22T04:50:51.511Z] fbc79747f7ce: Preparing [2020-10-22T04:50:51.511Z] 8fd75f8c5f33: Preparing [2020-10-22T04:50:51.511Z] 1b3ee35aacca: Preparing [2020-10-22T04:50:51.511Z] 2fd4b6507b3f: Waiting [2020-10-22T04:50:51.511Z] d5402dbcf971: Waiting [2020-10-22T04:50:51.511Z] 9915ccb8f85d: Waiting [2020-10-22T04:50:51.511Z] fbc79747f7ce: Waiting [2020-10-22T04:50:51.511Z] 8fd75f8c5f33: Waiting [2020-10-22T04:50:51.511Z] 1b3ee35aacca: Waiting [2020-10-22T04:50:51.511Z] dc0ed15f90e9: Layer already exists [2020-10-22T04:50:51.511Z] 236635b9a790: Layer already exists [2020-10-22T04:50:51.511Z] 5f2f001d3719: Layer already exists [2020-10-22T04:50:51.511Z] 2917c3e393d6: Layer already exists [2020-10-22T04:50:51.511Z] ac47618e98e9: Layer already exists [2020-10-22T04:50:51.511Z] 2fd4b6507b3f: Layer already exists [2020-10-22T04:50:51.511Z] 8fd75f8c5f33: Layer already exists [2020-10-22T04:50:51.511Z] 9915ccb8f85d: Layer already exists [2020-10-22T04:50:51.511Z] d5402dbcf971: Layer already exists [2020-10-22T04:50:51.511Z] fbc79747f7ce: Layer already exists [2020-10-22T04:50:51.511Z] 1b3ee35aacca: Layer already exists [2020-10-22T04:50:51.511Z] 1.2.2-dev.88: digest: sha256:47120a2e1c636a4eeccc0f67cfdb3970ca09126e123f44ee3f52e5b033867391 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:51.819Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:52.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:52.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T04:50:52.115Z] dc0ed15f90e9: Preparing [2020-10-22T04:50:52.115Z] ac47618e98e9: Preparing [2020-10-22T04:50:52.115Z] 2917c3e393d6: Preparing [2020-10-22T04:50:52.115Z] 5f2f001d3719: Preparing [2020-10-22T04:50:52.115Z] 236635b9a790: Preparing [2020-10-22T04:50:52.115Z] 2fd4b6507b3f: Preparing [2020-10-22T04:50:52.115Z] d5402dbcf971: Preparing [2020-10-22T04:50:52.115Z] 9915ccb8f85d: Preparing [2020-10-22T04:50:52.115Z] fbc79747f7ce: Preparing [2020-10-22T04:50:52.115Z] 8fd75f8c5f33: Preparing [2020-10-22T04:50:52.115Z] 1b3ee35aacca: Preparing [2020-10-22T04:50:52.115Z] 2fd4b6507b3f: Waiting [2020-10-22T04:50:52.115Z] fbc79747f7ce: Waiting [2020-10-22T04:50:52.115Z] 8fd75f8c5f33: Waiting [2020-10-22T04:50:52.115Z] 1b3ee35aacca: Waiting [2020-10-22T04:50:52.115Z] d5402dbcf971: Waiting [2020-10-22T04:50:52.115Z] 9915ccb8f85d: Waiting [2020-10-22T04:50:52.115Z] ac47618e98e9: Layer already exists [2020-10-22T04:50:52.115Z] dc0ed15f90e9: Layer already exists [2020-10-22T04:50:52.115Z] 5f2f001d3719: Layer already exists [2020-10-22T04:50:52.115Z] 2917c3e393d6: Layer already exists [2020-10-22T04:50:52.115Z] 236635b9a790: Layer already exists [2020-10-22T04:50:52.115Z] 9915ccb8f85d: Layer already exists [2020-10-22T04:50:52.115Z] 8fd75f8c5f33: Layer already exists [2020-10-22T04:50:52.115Z] fbc79747f7ce: Layer already exists [2020-10-22T04:50:52.115Z] 2fd4b6507b3f: Layer already exists [2020-10-22T04:50:52.115Z] d5402dbcf971: Layer already exists [2020-10-22T04:50:52.115Z] 1b3ee35aacca: Layer already exists [2020-10-22T04:50:52.115Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:47120a2e1c636a4eeccc0f67cfdb3970ca09126e123f44ee3f52e5b033867391 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:52.422Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:52.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-22T04:50:52.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T04:50:52.719Z] dc0ed15f90e9: Preparing [2020-10-22T04:50:52.719Z] ac47618e98e9: Preparing [2020-10-22T04:50:52.719Z] 2917c3e393d6: Preparing [2020-10-22T04:50:52.719Z] 5f2f001d3719: Preparing [2020-10-22T04:50:52.719Z] 236635b9a790: Preparing [2020-10-22T04:50:52.719Z] 2fd4b6507b3f: Preparing [2020-10-22T04:50:52.719Z] d5402dbcf971: Preparing [2020-10-22T04:50:52.719Z] 9915ccb8f85d: Preparing [2020-10-22T04:50:52.719Z] fbc79747f7ce: Preparing [2020-10-22T04:50:52.719Z] 8fd75f8c5f33: Preparing [2020-10-22T04:50:52.719Z] 1b3ee35aacca: Preparing [2020-10-22T04:50:52.719Z] d5402dbcf971: Waiting [2020-10-22T04:50:52.719Z] 9915ccb8f85d: Waiting [2020-10-22T04:50:52.719Z] fbc79747f7ce: Waiting [2020-10-22T04:50:52.719Z] 8fd75f8c5f33: Waiting [2020-10-22T04:50:52.719Z] 1b3ee35aacca: Waiting [2020-10-22T04:50:52.719Z] 2fd4b6507b3f: Waiting [2020-10-22T04:50:52.719Z] 236635b9a790: Layer already exists [2020-10-22T04:50:52.719Z] ac47618e98e9: Layer already exists [2020-10-22T04:50:52.719Z] dc0ed15f90e9: Layer already exists [2020-10-22T04:50:52.719Z] 2917c3e393d6: Layer already exists [2020-10-22T04:50:52.719Z] 5f2f001d3719: Layer already exists [2020-10-22T04:50:52.719Z] 9915ccb8f85d: Layer already exists [2020-10-22T04:50:52.719Z] d5402dbcf971: Layer already exists [2020-10-22T04:50:52.719Z] 2fd4b6507b3f: Layer already exists [2020-10-22T04:50:52.719Z] fbc79747f7ce: Layer already exists [2020-10-22T04:50:52.719Z] 8fd75f8c5f33: Layer already exists [2020-10-22T04:50:52.719Z] 1b3ee35aacca: Layer already exists [2020-10-22T04:50:52.719Z] master: digest: sha256:47120a2e1c636a4eeccc0f67cfdb3970ca09126e123f44ee3f52e5b033867391 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:52.904Z] ===================================================== [Pipeline] echo [2020-10-22T04:50:53.023Z] taggedImages: [2020-10-22T04:50:53.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:53.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.88 [2020-10-22T04:50:53.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:53.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-22T04:50:53.147Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-22T04:50:53.147Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:53.147Z] 1.2.2-dev.88 [2020-10-22T04:50:53.147Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:53.147Z] master [2020-10-22T04:50:53.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:53.620Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:53.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:53.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T04:50:53.917Z] bb8b1d3180a3: Preparing [2020-10-22T04:50:53.917Z] 1248f083e3ad: Preparing [2020-10-22T04:50:53.917Z] 2288b603acd1: Preparing [2020-10-22T04:50:53.917Z] b10dcc5a48d9: Preparing [2020-10-22T04:50:53.917Z] bb8b1d3180a3: Pushed [2020-10-22T04:50:53.917Z] 2288b603acd1: Pushed [2020-10-22T04:50:54.178Z] b10dcc5a48d9: Pushed [2020-10-22T04:50:55.122Z] 1248f083e3ad: Pushed [2020-10-22T04:50:55.384Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:9b62fb71813f24ac4b88e55f15c436a2537f94a533f122689b59a97c85f2f206 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:55.691Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:55.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.88 [2020-10-22T04:50:55.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T04:50:55.992Z] bb8b1d3180a3: Preparing [2020-10-22T04:50:55.992Z] 1248f083e3ad: Preparing [2020-10-22T04:50:55.992Z] 2288b603acd1: Preparing [2020-10-22T04:50:55.992Z] b10dcc5a48d9: Preparing [2020-10-22T04:50:55.992Z] 1248f083e3ad: Layer already exists [2020-10-22T04:50:55.992Z] b10dcc5a48d9: Layer already exists [2020-10-22T04:50:55.992Z] bb8b1d3180a3: Layer already exists [2020-10-22T04:50:55.992Z] 2288b603acd1: Layer already exists [2020-10-22T04:50:55.992Z] 1.2.2-dev.88: digest: sha256:9b62fb71813f24ac4b88e55f15c436a2537f94a533f122689b59a97c85f2f206 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:56.297Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:56.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:56.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T04:50:56.593Z] bb8b1d3180a3: Preparing [2020-10-22T04:50:56.593Z] 1248f083e3ad: Preparing [2020-10-22T04:50:56.593Z] 2288b603acd1: Preparing [2020-10-22T04:50:56.593Z] b10dcc5a48d9: Preparing [2020-10-22T04:50:56.593Z] 1248f083e3ad: Layer already exists [2020-10-22T04:50:56.593Z] b10dcc5a48d9: Layer already exists [2020-10-22T04:50:56.593Z] 2288b603acd1: Layer already exists [2020-10-22T04:50:56.593Z] bb8b1d3180a3: Layer already exists [2020-10-22T04:50:56.593Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:9b62fb71813f24ac4b88e55f15c436a2537f94a533f122689b59a97c85f2f206 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:56.893Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:57.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-22T04:50:57.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T04:50:57.189Z] bb8b1d3180a3: Preparing [2020-10-22T04:50:57.189Z] 1248f083e3ad: Preparing [2020-10-22T04:50:57.189Z] 2288b603acd1: Preparing [2020-10-22T04:50:57.189Z] b10dcc5a48d9: Preparing [2020-10-22T04:50:57.189Z] bb8b1d3180a3: Layer already exists [2020-10-22T04:50:57.189Z] 2288b603acd1: Layer already exists [2020-10-22T04:50:57.189Z] b10dcc5a48d9: Layer already exists [2020-10-22T04:50:57.189Z] 1248f083e3ad: Layer already exists [2020-10-22T04:50:57.189Z] master: digest: sha256:9b62fb71813f24ac4b88e55f15c436a2537f94a533f122689b59a97c85f2f206 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:50:57.370Z] ===================================================== [Pipeline] echo [2020-10-22T04:50:57.416Z] taggedImages: [2020-10-22T04:50:57.417Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:57.417Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.88 [2020-10-22T04:50:57.417Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:57.417Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-22T04:50:57.481Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-22T04:50:57.481Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:57.481Z] 1.2.2-dev.88 [2020-10-22T04:50:57.481Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:50:57.481Z] master [2020-10-22T04:50:57.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:57.959Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:50:58.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:50:58.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T04:50:58.397Z] 83142f98c909: Preparing [2020-10-22T04:50:58.397Z] c3df8ab4ac26: Preparing [2020-10-22T04:50:58.397Z] eb72ae70ffe8: Preparing [2020-10-22T04:50:58.397Z] 34783f6f14cd: Preparing [2020-10-22T04:50:58.397Z] 9104feeb549e: Preparing [2020-10-22T04:50:58.397Z] e76097dc1c0b: Preparing [2020-10-22T04:50:58.397Z] e76097dc1c0b: Waiting [2020-10-22T04:50:58.397Z] eb72ae70ffe8: Pushed [2020-10-22T04:50:58.676Z] 83142f98c909: Pushed [2020-10-22T04:50:58.676Z] 34783f6f14cd: Pushed [2020-10-22T04:50:58.676Z] 9104feeb549e: Pushed [2020-10-22T04:50:58.676Z] e76097dc1c0b: Pushed [2020-10-22T04:50:59.622Z] c3df8ab4ac26: Pushed [2020-10-22T04:50:59.884Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:24dbafff9a753e49036f6145bdc3d82e90463f6aaa9f0d447637f339d8cb3799 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:00.190Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:00.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.88 [2020-10-22T04:51:00.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T04:51:00.492Z] 83142f98c909: Preparing [2020-10-22T04:51:00.492Z] c3df8ab4ac26: Preparing [2020-10-22T04:51:00.492Z] eb72ae70ffe8: Preparing [2020-10-22T04:51:00.492Z] 34783f6f14cd: Preparing [2020-10-22T04:51:00.492Z] 9104feeb549e: Preparing [2020-10-22T04:51:00.492Z] e76097dc1c0b: Preparing [2020-10-22T04:51:00.492Z] e76097dc1c0b: Waiting [2020-10-22T04:51:00.492Z] eb72ae70ffe8: Layer already exists [2020-10-22T04:51:00.492Z] 83142f98c909: Layer already exists [2020-10-22T04:51:00.492Z] 9104feeb549e: Layer already exists [2020-10-22T04:51:00.492Z] 34783f6f14cd: Layer already exists [2020-10-22T04:51:00.492Z] c3df8ab4ac26: Layer already exists [2020-10-22T04:51:00.492Z] e76097dc1c0b: Layer already exists [2020-10-22T04:51:00.492Z] 1.2.2-dev.88: digest: sha256:24dbafff9a753e49036f6145bdc3d82e90463f6aaa9f0d447637f339d8cb3799 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:00.797Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:01.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:01.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T04:51:01.096Z] 83142f98c909: Preparing [2020-10-22T04:51:01.096Z] c3df8ab4ac26: Preparing [2020-10-22T04:51:01.096Z] eb72ae70ffe8: Preparing [2020-10-22T04:51:01.096Z] 34783f6f14cd: Preparing [2020-10-22T04:51:01.096Z] 9104feeb549e: Preparing [2020-10-22T04:51:01.096Z] e76097dc1c0b: Preparing [2020-10-22T04:51:01.096Z] e76097dc1c0b: Waiting [2020-10-22T04:51:01.096Z] c3df8ab4ac26: Layer already exists [2020-10-22T04:51:01.096Z] 34783f6f14cd: Layer already exists [2020-10-22T04:51:01.096Z] eb72ae70ffe8: Layer already exists [2020-10-22T04:51:01.096Z] 9104feeb549e: Layer already exists [2020-10-22T04:51:01.096Z] 83142f98c909: Layer already exists [2020-10-22T04:51:01.096Z] e76097dc1c0b: Layer already exists [2020-10-22T04:51:01.096Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:24dbafff9a753e49036f6145bdc3d82e90463f6aaa9f0d447637f339d8cb3799 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:01.416Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:01.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-22T04:51:01.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T04:51:01.716Z] 83142f98c909: Preparing [2020-10-22T04:51:01.716Z] c3df8ab4ac26: Preparing [2020-10-22T04:51:01.716Z] eb72ae70ffe8: Preparing [2020-10-22T04:51:01.716Z] 34783f6f14cd: Preparing [2020-10-22T04:51:01.716Z] 9104feeb549e: Preparing [2020-10-22T04:51:01.716Z] e76097dc1c0b: Preparing [2020-10-22T04:51:01.716Z] e76097dc1c0b: Waiting [2020-10-22T04:51:01.716Z] 9104feeb549e: Layer already exists [2020-10-22T04:51:01.716Z] eb72ae70ffe8: Layer already exists [2020-10-22T04:51:01.716Z] c3df8ab4ac26: Layer already exists [2020-10-22T04:51:01.716Z] e76097dc1c0b: Layer already exists [2020-10-22T04:51:01.716Z] 83142f98c909: Layer already exists [2020-10-22T04:51:01.716Z] 34783f6f14cd: Layer already exists [2020-10-22T04:51:01.978Z] master: digest: sha256:24dbafff9a753e49036f6145bdc3d82e90463f6aaa9f0d447637f339d8cb3799 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:51:02.187Z] ===================================================== [Pipeline] echo [2020-10-22T04:51:02.235Z] taggedImages: [2020-10-22T04:51:02.235Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:51:02.235Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.88 [2020-10-22T04:51:02.235Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:02.235Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-22T04:51:02.305Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-22T04:51:02.305Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:51:02.305Z] 1.2.2-dev.88 [2020-10-22T04:51:02.305Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:02.305Z] master [2020-10-22T04:51:02.305Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:02.795Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:03.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:51:03.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T04:51:03.092Z] 38b78a8a2810: Preparing [2020-10-22T04:51:03.092Z] fbdc78503d50: Preparing [2020-10-22T04:51:03.092Z] a5e092d72748: Preparing [2020-10-22T04:51:03.354Z] 38b78a8a2810: Pushed [2020-10-22T04:51:03.354Z] a5e092d72748: Pushed [2020-10-22T04:51:04.300Z] fbdc78503d50: Pushed [2020-10-22T04:51:04.562Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:dc5dac0980972becc773e379c29088e8ede78ed9c74307762f865bdcc52212f7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:04.874Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:05.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.88 [2020-10-22T04:51:05.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T04:51:05.174Z] 38b78a8a2810: Preparing [2020-10-22T04:51:05.174Z] fbdc78503d50: Preparing [2020-10-22T04:51:05.174Z] a5e092d72748: Preparing [2020-10-22T04:51:05.174Z] 38b78a8a2810: Layer already exists [2020-10-22T04:51:05.174Z] fbdc78503d50: Layer already exists [2020-10-22T04:51:05.174Z] a5e092d72748: Layer already exists [2020-10-22T04:51:05.174Z] 1.2.2-dev.88: digest: sha256:dc5dac0980972becc773e379c29088e8ede78ed9c74307762f865bdcc52212f7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:05.478Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:05.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:05.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T04:51:05.780Z] 38b78a8a2810: Preparing [2020-10-22T04:51:05.780Z] fbdc78503d50: Preparing [2020-10-22T04:51:05.780Z] a5e092d72748: Preparing [2020-10-22T04:51:05.780Z] fbdc78503d50: Layer already exists [2020-10-22T04:51:05.780Z] 38b78a8a2810: Layer already exists [2020-10-22T04:51:05.780Z] a5e092d72748: Layer already exists [2020-10-22T04:51:05.780Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:dc5dac0980972becc773e379c29088e8ede78ed9c74307762f865bdcc52212f7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:06.098Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:06.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-22T04:51:06.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T04:51:06.404Z] 38b78a8a2810: Preparing [2020-10-22T04:51:06.404Z] fbdc78503d50: Preparing [2020-10-22T04:51:06.404Z] a5e092d72748: Preparing [2020-10-22T04:51:06.404Z] 38b78a8a2810: Layer already exists [2020-10-22T04:51:06.404Z] a5e092d72748: Layer already exists [2020-10-22T04:51:06.404Z] fbdc78503d50: Layer already exists [2020-10-22T04:51:06.404Z] master: digest: sha256:dc5dac0980972becc773e379c29088e8ede78ed9c74307762f865bdcc52212f7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:51:06.646Z] ===================================================== [Pipeline] echo [2020-10-22T04:51:06.693Z] taggedImages: [2020-10-22T04:51:06.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:51:06.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.88 [2020-10-22T04:51:06.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:06.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-22T04:51:06.767Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-22T04:51:06.767Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:51:06.767Z] 1.2.2-dev.88 [2020-10-22T04:51:06.767Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:06.767Z] master [2020-10-22T04:51:06.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:07.264Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:07.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:51:07.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T04:51:07.562Z] 7f09388be2b7: Preparing [2020-10-22T04:51:07.562Z] f3532ee9a5f4: Preparing [2020-10-22T04:51:07.562Z] 9f5bf79571aa: Preparing [2020-10-22T04:51:07.562Z] b15bec653a03: Preparing [2020-10-22T04:51:07.562Z] d4d93ef290ee: Preparing [2020-10-22T04:51:07.562Z] 0c1e1e6c6214: Preparing [2020-10-22T04:51:07.562Z] e980d36ced7f: Preparing [2020-10-22T04:51:07.562Z] 1d278c39f50a: Preparing [2020-10-22T04:51:07.562Z] 3730a0890c46: Preparing [2020-10-22T04:51:07.562Z] 383f309b5d37: Preparing [2020-10-22T04:51:07.562Z] e1a73c32da76: Preparing [2020-10-22T04:51:07.562Z] 31b11ec6ff38: Preparing [2020-10-22T04:51:07.562Z] 911954e2fe49: Preparing [2020-10-22T04:51:07.562Z] ace0eda3e3be: Preparing [2020-10-22T04:51:07.562Z] 0c1e1e6c6214: Waiting [2020-10-22T04:51:07.562Z] e980d36ced7f: Waiting [2020-10-22T04:51:07.562Z] 1d278c39f50a: Waiting [2020-10-22T04:51:07.562Z] 3730a0890c46: Waiting [2020-10-22T04:51:07.562Z] 383f309b5d37: Waiting [2020-10-22T04:51:07.562Z] e1a73c32da76: Waiting [2020-10-22T04:51:07.562Z] 31b11ec6ff38: Waiting [2020-10-22T04:51:07.562Z] 911954e2fe49: Waiting [2020-10-22T04:51:07.562Z] ace0eda3e3be: Waiting [2020-10-22T04:51:07.826Z] d4d93ef290ee: Pushed [2020-10-22T04:51:07.826Z] 7f09388be2b7: Pushed [2020-10-22T04:51:08.087Z] b15bec653a03: Pushed [2020-10-22T04:51:08.087Z] e980d36ced7f: Pushed [2020-10-22T04:51:08.350Z] 1d278c39f50a: Pushed [2020-10-22T04:51:08.350Z] 3730a0890c46: Pushed [2020-10-22T04:51:08.350Z] 383f309b5d37: Pushed [2020-10-22T04:51:08.615Z] 31b11ec6ff38: Pushed [2020-10-22T04:51:08.879Z] 0c1e1e6c6214: Pushed [2020-10-22T04:51:08.879Z] ace0eda3e3be: Layer already exists [2020-10-22T04:51:09.144Z] f3532ee9a5f4: Pushed [2020-10-22T04:51:09.720Z] 911954e2fe49: Pushed [2020-10-22T04:51:16.322Z] 9f5bf79571aa: Pushed [2020-10-22T04:51:24.488Z] e1a73c32da76: Pushed [2020-10-22T04:51:24.750Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:a20bf61218a89afaf7e988a1c8475c0687dfe4e034a67c0a25e126ebe2dd0984 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:25.062Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:25.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.88 [2020-10-22T04:51:25.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T04:51:25.364Z] 7f09388be2b7: Preparing [2020-10-22T04:51:25.364Z] f3532ee9a5f4: Preparing [2020-10-22T04:51:25.364Z] 9f5bf79571aa: Preparing [2020-10-22T04:51:25.364Z] b15bec653a03: Preparing [2020-10-22T04:51:25.364Z] d4d93ef290ee: Preparing [2020-10-22T04:51:25.364Z] 0c1e1e6c6214: Preparing [2020-10-22T04:51:25.364Z] e980d36ced7f: Preparing [2020-10-22T04:51:25.364Z] 1d278c39f50a: Preparing [2020-10-22T04:51:25.364Z] 3730a0890c46: Preparing [2020-10-22T04:51:25.364Z] 383f309b5d37: Preparing [2020-10-22T04:51:25.364Z] e1a73c32da76: Preparing [2020-10-22T04:51:25.364Z] 31b11ec6ff38: Preparing [2020-10-22T04:51:25.364Z] 911954e2fe49: Preparing [2020-10-22T04:51:25.364Z] ace0eda3e3be: Preparing [2020-10-22T04:51:25.364Z] 383f309b5d37: Waiting [2020-10-22T04:51:25.364Z] e1a73c32da76: Waiting [2020-10-22T04:51:25.364Z] 31b11ec6ff38: Waiting [2020-10-22T04:51:25.364Z] ace0eda3e3be: Waiting [2020-10-22T04:51:25.364Z] e980d36ced7f: Waiting [2020-10-22T04:51:25.364Z] 911954e2fe49: Waiting [2020-10-22T04:51:25.364Z] 1d278c39f50a: Waiting [2020-10-22T04:51:25.364Z] 3730a0890c46: Waiting [2020-10-22T04:51:25.364Z] 7f09388be2b7: Layer already exists [2020-10-22T04:51:25.364Z] b15bec653a03: Layer already exists [2020-10-22T04:51:25.364Z] 9f5bf79571aa: Layer already exists [2020-10-22T04:51:25.364Z] f3532ee9a5f4: Layer already exists [2020-10-22T04:51:25.364Z] d4d93ef290ee: Layer already exists [2020-10-22T04:51:25.364Z] 0c1e1e6c6214: Layer already exists [2020-10-22T04:51:25.364Z] 383f309b5d37: Layer already exists [2020-10-22T04:51:25.364Z] e980d36ced7f: Layer already exists [2020-10-22T04:51:25.364Z] 3730a0890c46: Layer already exists [2020-10-22T04:51:25.364Z] 1d278c39f50a: Layer already exists [2020-10-22T04:51:25.364Z] e1a73c32da76: Layer already exists [2020-10-22T04:51:25.364Z] 911954e2fe49: Layer already exists [2020-10-22T04:51:25.364Z] 31b11ec6ff38: Layer already exists [2020-10-22T04:51:25.364Z] ace0eda3e3be: Layer already exists [2020-10-22T04:51:25.626Z] 1.2.2-dev.88: digest: sha256:a20bf61218a89afaf7e988a1c8475c0687dfe4e034a67c0a25e126ebe2dd0984 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:25.934Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:26.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:26.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T04:51:26.235Z] 7f09388be2b7: Preparing [2020-10-22T04:51:26.235Z] f3532ee9a5f4: Preparing [2020-10-22T04:51:26.235Z] 9f5bf79571aa: Preparing [2020-10-22T04:51:26.235Z] b15bec653a03: Preparing [2020-10-22T04:51:26.235Z] d4d93ef290ee: Preparing [2020-10-22T04:51:26.235Z] 0c1e1e6c6214: Preparing [2020-10-22T04:51:26.235Z] e980d36ced7f: Preparing [2020-10-22T04:51:26.235Z] 1d278c39f50a: Preparing [2020-10-22T04:51:26.235Z] 3730a0890c46: Preparing [2020-10-22T04:51:26.235Z] 383f309b5d37: Preparing [2020-10-22T04:51:26.235Z] e1a73c32da76: Preparing [2020-10-22T04:51:26.235Z] 31b11ec6ff38: Preparing [2020-10-22T04:51:26.235Z] 911954e2fe49: Preparing [2020-10-22T04:51:26.235Z] ace0eda3e3be: Preparing [2020-10-22T04:51:26.235Z] e980d36ced7f: Waiting [2020-10-22T04:51:26.235Z] 1d278c39f50a: Waiting [2020-10-22T04:51:26.235Z] 3730a0890c46: Waiting [2020-10-22T04:51:26.235Z] 31b11ec6ff38: Waiting [2020-10-22T04:51:26.235Z] 911954e2fe49: Waiting [2020-10-22T04:51:26.235Z] 383f309b5d37: Waiting [2020-10-22T04:51:26.235Z] ace0eda3e3be: Waiting [2020-10-22T04:51:26.235Z] e1a73c32da76: Waiting [2020-10-22T04:51:26.235Z] 0c1e1e6c6214: Waiting [2020-10-22T04:51:26.235Z] f3532ee9a5f4: Layer already exists [2020-10-22T04:51:26.235Z] 9f5bf79571aa: Layer already exists [2020-10-22T04:51:26.235Z] b15bec653a03: Layer already exists [2020-10-22T04:51:26.235Z] d4d93ef290ee: Layer already exists [2020-10-22T04:51:26.235Z] 7f09388be2b7: Layer already exists [2020-10-22T04:51:26.235Z] e980d36ced7f: Layer already exists [2020-10-22T04:51:26.235Z] 1d278c39f50a: Layer already exists [2020-10-22T04:51:26.235Z] 0c1e1e6c6214: Layer already exists [2020-10-22T04:51:26.235Z] 3730a0890c46: Layer already exists [2020-10-22T04:51:26.235Z] 383f309b5d37: Layer already exists [2020-10-22T04:51:26.235Z] 31b11ec6ff38: Layer already exists [2020-10-22T04:51:26.235Z] e1a73c32da76: Layer already exists [2020-10-22T04:51:26.235Z] 911954e2fe49: Layer already exists [2020-10-22T04:51:26.235Z] ace0eda3e3be: Layer already exists [2020-10-22T04:51:26.235Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:a20bf61218a89afaf7e988a1c8475c0687dfe4e034a67c0a25e126ebe2dd0984 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:26.543Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:51:26.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-22T04:51:26.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T04:51:26.843Z] 7f09388be2b7: Preparing [2020-10-22T04:51:26.843Z] f3532ee9a5f4: Preparing [2020-10-22T04:51:26.843Z] 9f5bf79571aa: Preparing [2020-10-22T04:51:26.843Z] b15bec653a03: Preparing [2020-10-22T04:51:26.843Z] d4d93ef290ee: Preparing [2020-10-22T04:51:26.843Z] 0c1e1e6c6214: Preparing [2020-10-22T04:51:26.843Z] e980d36ced7f: Preparing [2020-10-22T04:51:26.843Z] 1d278c39f50a: Preparing [2020-10-22T04:51:26.843Z] 3730a0890c46: Preparing [2020-10-22T04:51:26.843Z] 383f309b5d37: Preparing [2020-10-22T04:51:26.843Z] e1a73c32da76: Preparing [2020-10-22T04:51:26.843Z] 31b11ec6ff38: Preparing [2020-10-22T04:51:26.843Z] 911954e2fe49: Preparing [2020-10-22T04:51:26.843Z] ace0eda3e3be: Preparing [2020-10-22T04:51:26.843Z] 1d278c39f50a: Waiting [2020-10-22T04:51:26.843Z] 3730a0890c46: Waiting [2020-10-22T04:51:26.843Z] 383f309b5d37: Waiting [2020-10-22T04:51:26.843Z] e1a73c32da76: Waiting [2020-10-22T04:51:26.843Z] 31b11ec6ff38: Waiting [2020-10-22T04:51:26.843Z] 911954e2fe49: Waiting [2020-10-22T04:51:26.843Z] ace0eda3e3be: Waiting [2020-10-22T04:51:26.843Z] 0c1e1e6c6214: Waiting [2020-10-22T04:51:26.843Z] e980d36ced7f: Waiting [2020-10-22T04:51:26.843Z] b15bec653a03: Layer already exists [2020-10-22T04:51:26.843Z] 9f5bf79571aa: Layer already exists [2020-10-22T04:51:26.843Z] d4d93ef290ee: Layer already exists [2020-10-22T04:51:26.843Z] f3532ee9a5f4: Layer already exists [2020-10-22T04:51:26.843Z] 7f09388be2b7: Layer already exists [2020-10-22T04:51:26.843Z] 1d278c39f50a: Layer already exists [2020-10-22T04:51:26.843Z] 0c1e1e6c6214: Layer already exists [2020-10-22T04:51:26.843Z] 383f309b5d37: Layer already exists [2020-10-22T04:51:26.843Z] e980d36ced7f: Layer already exists [2020-10-22T04:51:26.843Z] 3730a0890c46: Layer already exists [2020-10-22T04:51:26.843Z] ace0eda3e3be: Layer already exists [2020-10-22T04:51:26.843Z] e1a73c32da76: Layer already exists [2020-10-22T04:51:26.843Z] 31b11ec6ff38: Layer already exists [2020-10-22T04:51:26.843Z] 911954e2fe49: Layer already exists [2020-10-22T04:51:27.105Z] master: digest: sha256:a20bf61218a89afaf7e988a1c8475c0687dfe4e034a67c0a25e126ebe2dd0984 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:51:27.291Z] ===================================================== [Pipeline] echo [2020-10-22T04:51:27.337Z] taggedImages: [2020-10-22T04:51:27.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:51:27.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.88 [2020-10-22T04:51:27.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:51:27.337Z] - 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-22T04:51:46.256Z] Removing intermediate container 3777579bdaba [2020-10-22T04:51:46.256Z] ---> 2e56d8cb1447 [2020-10-22T04:51:46.256Z] [2020-10-22T04:51:46.256Z] Step 9/29 : FROM alpine:latest [2020-10-22T04:51:46.256Z] latest: Pulling from library/alpine [2020-10-22T04:51:46.256Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T04:51:46.256Z] Status: Downloaded newer image for alpine:latest [2020-10-22T04:51:46.256Z] ---> 2e77e061c27f [2020-10-22T04:51:46.257Z] 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-22T04:51:46.257Z] ---> Running in ca8ce5454e43 [2020-10-22T04:51:46.257Z] Removing intermediate container ca8ce5454e43 [2020-10-22T04:51:46.257Z] ---> 52dca7f392c8 [2020-10-22T04:51:46.257Z] Step 11/29 : USER root [2020-10-22T04:51:46.257Z] ---> Running in 48931fd4dbda [2020-10-22T04:51:46.257Z] Removing intermediate container 48931fd4dbda [2020-10-22T04:51:46.257Z] ---> 1fbc8a2b6219 [2020-10-22T04:51:46.257Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T04:51:46.257Z] ---> Running in 40c9d975a58e [2020-10-22T04:51:47.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:51:47.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:51:48.550Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:51:48.550Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:51:48.550Z] OK: 12615 distinct packages available [2020-10-22T04:51:49.558Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T04:51:49.558Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T04:51:49.558Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:51:49.558Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:51:49.836Z] OK: 6 MiB in 16 packages [2020-10-22T04:51:54.221Z] Removing intermediate container 40c9d975a58e [2020-10-22T04:51:54.221Z] ---> c6cceaefc8bd [2020-10-22T04:51:54.221Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T04:51:54.500Z] ---> Running in 8247d1df0707 [2020-10-22T04:51:55.121Z] Removing intermediate container f06c0111d6dc [2020-10-22T04:51:55.121Z] ---> 4b8790e31571 [2020-10-22T04:51:55.121Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T04:51:55.121Z] Removing intermediate container 8247d1df0707 [2020-10-22T04:51:55.121Z] ---> af1e9dfd55f7 [2020-10-22T04:51:55.121Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T04:51:55.406Z] ---> Running in c5ca7ad3a2b1 [2020-10-22T04:51:55.406Z] ---> Running in 5331e65d21f0 [2020-10-22T04:51:56.412Z] Removing intermediate container 5331e65d21f0 [2020-10-22T04:51:56.412Z] ---> 62a95a70c14b [2020-10-22T04:51:56.412Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T04:51:56.701Z] ---> Running in f2c42da6aa5d [2020-10-22T04:51:58.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T04:52:02.157Z] Removing intermediate container 9d0d92156762 [2020-10-22T04:52:02.157Z] ---> 4d553f231424 [2020-10-22T04:52:02.157Z] [2020-10-22T04:52:02.157Z] Step 10/22 : FROM scratch [2020-10-22T04:52:02.157Z] ---> [2020-10-22T04:52:02.157Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:52:02.157Z] Removing intermediate container f2c42da6aa5d [2020-10-22T04:52:02.157Z] ---> 5d3496c0bb16 [2020-10-22T04:52:02.157Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T04:52:02.157Z] ---> Running in 1c601071c327 [2020-10-22T04:52:03.651Z] Removing intermediate container 1c601071c327 [2020-10-22T04:52:03.651Z] ---> e6e27d986d04 [2020-10-22T04:52:03.651Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T04:52:03.651Z] ---> Running in ace206e250f5 [2020-10-22T04:52:03.929Z] ---> fecf2084d7fd [2020-10-22T04:52:03.929Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T04:52:04.931Z] Removing intermediate container ace206e250f5 [2020-10-22T04:52:04.931Z] ---> db1f49e82662 [2020-10-22T04:52:04.931Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:52:04.931Z] Removing intermediate container c5ca7ad3a2b1 [2020-10-22T04:52:04.931Z] ---> 7749bbf6394f [2020-10-22T04:52:04.931Z] [2020-10-22T04:52:04.931Z] Step 11/27 : FROM docker:latest [2020-10-22T04:52:04.931Z] ---> 5d4db4dc0692 [2020-10-22T04:52:04.931Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T04:52:04.931Z] ---> Running in ae04e8c2808f [2020-10-22T04:52:05.210Z] ---> Running in e545c87c3060 [2020-10-22T04:52:05.486Z] ---> d4eb12c53b93 [2020-10-22T04:52:05.486Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T04:52:05.771Z] Removing intermediate container ae04e8c2808f [2020-10-22T04:52:05.771Z] ---> cdb03d627e64 [2020-10-22T04:52:05.771Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T04:52:07.237Z] ---> 1c41f90e6b19 [2020-10-22T04:52:07.237Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T04:52:07.839Z] ---> 1d7f302df34c [2020-10-22T04:52:07.839Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T04:52:08.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:52:08.393Z] ---> a3026e0f6de9 [2020-10-22T04:52:08.393Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T04:52:08.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:52:08.956Z] ---> f60d0f44fe9b [2020-10-22T04:52:08.956Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T04:52:09.588Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T04:52:09.588Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T04:52:09.588Z] Executing bash-5.0.17-r0.post-install [2020-10-22T04:52:09.866Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:52:09.866Z] OK: 12 MiB in 22 packages [2020-10-22T04:52:10.147Z] ---> 7011967be0d3 [2020-10-22T04:52:10.147Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T04:52:10.433Z] ---> Running in 5870503d9fa4 [2020-10-22T04:52:11.430Z] ---> 95cd2b58c84d [2020-10-22T04:52:11.430Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T04:52:12.430Z] Removing intermediate container e545c87c3060 [2020-10-22T04:52:12.430Z] ---> e9d1c09efe03 [2020-10-22T04:52:12.430Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T04:52:12.430Z] ---> Running in fa6e38693334 [2020-10-22T04:52:13.043Z] ---> 22572978c560 [2020-10-22T04:52:13.043Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T04:52:13.322Z] ---> Running in 440ddf59561e [2020-10-22T04:52:14.330Z] Removing intermediate container 440ddf59561e [2020-10-22T04:52:14.330Z] ---> 2c7d44a83288 [2020-10-22T04:52:14.331Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:52:14.613Z] ---> Running in fb7583218167 [2020-10-22T04:52:15.615Z] Removing intermediate container fb7583218167 [2020-10-22T04:52:15.615Z] ---> 59d2652dfcc4 [2020-10-22T04:52:15.615Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T04:52:15.615Z] ---> Running in a4060c7c7f73 [2020-10-22T04:52:15.615Z] Removing intermediate container 5870503d9fa4 [2020-10-22T04:52:15.615Z] ---> 005df2eabbf4 [2020-10-22T04:52:15.615Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:52:16.629Z] Removing intermediate container a4060c7c7f73 [2020-10-22T04:52:16.629Z] ---> 67233218cc45 [2020-10-22T04:52:16.629Z] Step 21/22 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:52:17.235Z] ---> Running in fd56b162ac3c [2020-10-22T04:52:17.509Z] Removing intermediate container fa6e38693334 [2020-10-22T04:52:17.509Z] ---> 2e324d30971a [2020-10-22T04:52:17.509Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T04:52:17.789Z] ---> 71286d4be611 [2020-10-22T04:52:17.789Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:52:17.789Z] ---> Running in 2f2b547b29f7 [2020-10-22T04:52:18.067Z] ---> Running in e632c2d91edc [2020-10-22T04:52:18.067Z] Removing intermediate container fd56b162ac3c [2020-10-22T04:52:18.067Z] ---> 25e5ee48cd69 [2020-10-22T04:52:18.067Z] Step 22/22 : LABEL version=1.2.2-dev.88 [2020-10-22T04:52:18.674Z] ---> Running in 09af36787c04 [2020-10-22T04:52:18.952Z] Removing intermediate container 2f2b547b29f7 [2020-10-22T04:52:18.952Z] ---> f26f992bca04 [2020-10-22T04:52:18.952Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T04:52:19.228Z] ---> Running in 60cedb87db34 [2020-10-22T04:52:19.228Z] Removing intermediate container 09af36787c04 [2020-10-22T04:52:19.228Z] ---> 46f25be6c861 [2020-10-22T04:52:19.228Z] [2020-10-22T04:52:20.216Z] Successfully built 46f25be6c861 [2020-10-22T04:52:20.216Z] Removing intermediate container 60cedb87db34 [2020-10-22T04:52:20.217Z] ---> 38aabf37dcdc [2020-10-22T04:52:20.217Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T04:52:20.217Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T04:52:20.217Z] Building docker-security-secretstore-setup-go [2020-10-22T04:52:20.493Z]  Building docker-support-logging-go ... done  ---> Running in fa37c544bc15 [2020-10-22T04:52:21.094Z] Removing intermediate container fa37c544bc15 [2020-10-22T04:52:21.094Z] ---> 18bda11da240 [2020-10-22T04:52:21.094Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T04:52:23.778Z] ---> 980c4393243f [2020-10-22T04:52:23.778Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T04:52:23.778Z] Removing intermediate container e632c2d91edc [2020-10-22T04:52:23.778Z] ---> 9fe855a61a4c [2020-10-22T04:52:23.778Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T04:52:24.066Z] ---> Running in d4f8dbd067e2 [2020-10-22T04:52:24.347Z] ---> 1f8efe3de7c7 [2020-10-22T04:52:24.347Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T04:52:26.352Z] ---> d9304ccf8ecb [2020-10-22T04:52:26.352Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T04:52:26.352Z] ---> Running in ef1d89952659 [2020-10-22T04:52:29.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:52:29.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:52:29.341Z] Removing intermediate container d4f8dbd067e2 [2020-10-22T04:52:29.341Z] ---> 79052ed258c0 [2020-10-22T04:52:29.644Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:52:29.644Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T04:52:29.644Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T04:52:29.644Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T04:52:29.644Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T04:52:29.930Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T04:52:29.930Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T04:52:29.930Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T04:52:29.930Z] ---> Running in 5a71722948fd [2020-10-22T04:52:31.955Z] Removing intermediate container 5a71722948fd [2020-10-22T04:52:31.955Z] ---> 251136ac308c [2020-10-22T04:52:31.955Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T04:52:31.955Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T04:52:31.955Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T04:52:31.955Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T04:52:31.955Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T04:52:31.955Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T04:52:31.955Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T04:52:32.238Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T04:52:32.238Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T04:52:32.238Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T04:52:32.238Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T04:52:32.238Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T04:52:32.238Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T04:52:32.515Z] ---> Running in 93b68115f442 [2020-10-22T04:52:32.515Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T04:52:32.515Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T04:52:32.515Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T04:52:32.515Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T04:52:32.515Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T04:52:32.813Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T04:52:32.813Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T04:52:32.813Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T04:52:32.813Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T04:52:32.813Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T04:52:32.813Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T04:52:32.813Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T04:52:32.813Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T04:52:32.813Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T04:52:33.114Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:52:33.114Z] OK: 71 MiB in 55 packages [2020-10-22T04:52:33.759Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:52:33.759Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:52:33.759Z] ---> 2bd4f0cec9aa [2020-10-22T04:52:33.759Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T04:52:33.759Z] ---> Using cache [2020-10-22T04:52:33.759Z] ---> 08570038f98f [2020-10-22T04:52:33.759Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:52:33.759Z] ---> Using cache [2020-10-22T04:52:33.759Z] ---> a227214410d5 [2020-10-22T04:52:33.759Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T04:52:34.758Z] Removing intermediate container 93b68115f442 [2020-10-22T04:52:34.758Z] ---> d7200cf18488 [2020-10-22T04:52:34.758Z] Step 27/29 : LABEL arch=arm64 [2020-10-22T04:52:34.758Z] ---> Running in faf62e176726 [2020-10-22T04:52:35.036Z] ---> Running in 5c93c16073ab [2020-10-22T04:52:35.312Z] Removing intermediate container ebddd0a6cb70 [2020-10-22T04:52:35.312Z] ---> 7c2a237d2096 [2020-10-22T04:52:35.313Z] [2020-10-22T04:52:35.313Z] Step 10/22 : FROM scratch [2020-10-22T04:52:35.313Z] ---> [2020-10-22T04:52:35.313Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:52:35.917Z] ---> Running in 29277dbdf5ad [2020-10-22T04:52:36.202Z] Removing intermediate container 5c93c16073ab [2020-10-22T04:52:36.202Z] ---> 9e5cad41dcdb [2020-10-22T04:52:36.202Z] Step 28/29 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:52:36.479Z] ---> Running in c855a2248c28 [2020-10-22T04:52:36.757Z] Removing intermediate container 29277dbdf5ad [2020-10-22T04:52:36.757Z] ---> dcc8567363cf [2020-10-22T04:52:36.757Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T04:52:36.757Z] ---> Running in 599f2466683b [2020-10-22T04:52:37.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:52:37.376Z] Removing intermediate container c855a2248c28 [2020-10-22T04:52:37.376Z] ---> c93115b9bbf0 [2020-10-22T04:52:37.376Z] Step 29/29 : LABEL version=1.2.2-dev.88 [2020-10-22T04:52:37.990Z] ---> Running in b98e4d4f8cdf [2020-10-22T04:52:37.990Z] Removing intermediate container 599f2466683b [2020-10-22T04:52:37.990Z] ---> a5f4e4816103 [2020-10-22T04:52:37.990Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:52:38.278Z] ---> Running in 7f149021ccc7 [2020-10-22T04:52:38.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:52:38.894Z] Removing intermediate container b98e4d4f8cdf [2020-10-22T04:52:38.894Z] ---> 20220faa7a0f [2020-10-22T04:52:38.894Z] [2020-10-22T04:52:38.894Z] Removing intermediate container 7f149021ccc7 [2020-10-22T04:52:38.894Z] ---> 13e58433af25 [2020-10-22T04:52:38.894Z] Step 14/22 : WORKDIR / [2020-10-22T04:52:39.181Z] Successfully built 20220faa7a0f [2020-10-22T04:52:39.181Z] ---> Running in 46577330d9c2 [2020-10-22T04:52:39.181Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T04:52:39.181Z] Building docker-core-command-go [2020-10-22T04:52:39.794Z]  Building docker-security-secrets-setup-go ... done v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:52:39.794Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:52:39.794Z] OK: 12623 distinct packages available [2020-10-22T04:52:40.661Z] OK: 217 MiB in 51 packages [2020-10-22T04:52:41.062Z] Removing intermediate container 46577330d9c2 [2020-10-22T04:52:41.062Z] ---> 42736bee404e [2020-10-22T04:52:41.062Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T04:52:44.175Z] ---> 896eefef025b [2020-10-22T04:52:44.175Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T04:52:44.175Z] Removing intermediate container faf62e176726 [2020-10-22T04:52:44.175Z] ---> b3b42b333420 [2020-10-22T04:52:44.175Z] Step 6/26 : COPY go.mod . [2020-10-22T04:52:45.821Z] Removing intermediate container ef1d89952659 [2020-10-22T04:52:45.821Z] ---> d6581a7001e0 [2020-10-22T04:52:45.821Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T04:52:47.316Z] ---> d659e8e03d25 [2020-10-22T04:52:47.316Z] Step 7/26 : RUN go mod download [2020-10-22T04:52:47.921Z] ---> Running in 9eb511761c9b [2020-10-22T04:52:47.921Z] ---> Running in 73f09c7edbf5 [2020-10-22T04:52:48.528Z] Removing intermediate container 721dadc3f2ee [2020-10-22T04:52:48.528Z] ---> 15ef8d4bb8d5 [2020-10-22T04:52:48.528Z] [2020-10-22T04:52:48.801Z] Step 10/23 : FROM alpine [2020-10-22T04:52:48.801Z] ---> 2e77e061c27f [2020-10-22T04:52:48.801Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:52:49.085Z] ---> 65d632abf843 [2020-10-22T04:52:49.085Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T04:52:49.687Z] ---> Running in cb91d6b235cf [2020-10-22T04:52:49.687Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:52:49.687Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:52:49.687Z] ---> 2bd4f0cec9aa [2020-10-22T04:52:49.687Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:52:49.687Z] ---> Using cache [2020-10-22T04:52:49.687Z] ---> 08570038f98f [2020-10-22T04:52:49.687Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:52:49.687Z] ---> Using cache [2020-10-22T04:52:49.687Z] ---> a227214410d5 [2020-10-22T04:52:49.687Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:52:49.687Z] ---> Using cache [2020-10-22T04:52:49.687Z] ---> b3b42b333420 [2020-10-22T04:52:49.687Z] Step 6/22 : COPY go.mod . [2020-10-22T04:52:49.687Z] ---> Using cache [2020-10-22T04:52:49.688Z] ---> d659e8e03d25 [2020-10-22T04:52:49.688Z] Step 7/22 : RUN go mod download [2020-10-22T04:52:49.975Z] ---> Running in 881051704bef [2020-10-22T04:52:49.975Z] ---> 69d5e58ef0bd [2020-10-22T04:52:49.975Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T04:52:50.255Z] ---> Running in 9d906dd7f6f4 [2020-10-22T04:52:50.531Z] Removing intermediate container cb91d6b235cf [2020-10-22T04:52:50.531Z] ---> a5e1cebbf9ed [2020-10-22T04:52:50.531Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T04:52:50.810Z] ---> Running in 7d8d161b1f3c [2020-10-22T04:52:51.087Z] Removing intermediate container 9d906dd7f6f4 [2020-10-22T04:52:51.087Z] ---> 7f0ac7117e1e [2020-10-22T04:52:51.088Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:52:51.088Z] ---> Running in 6ea2a3719463 [2020-10-22T04:52:51.366Z] Removing intermediate container 7d8d161b1f3c [2020-10-22T04:52:51.366Z] ---> 052c9db314d5 [2020-10-22T04:52:51.366Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T04:52:51.641Z] ---> Running in 576b831d5f3c [2020-10-22T04:52:51.923Z] Removing intermediate container 6ea2a3719463 [2020-10-22T04:52:51.923Z] ---> f39d4b6c34dd [2020-10-22T04:52:51.923Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T04:52:51.923Z] ---> Running in a2306f412afa [2020-10-22T04:52:52.199Z] Removing intermediate container 576b831d5f3c [2020-10-22T04:52:52.199Z] ---> c4d2492f7c40 [2020-10-22T04:52:52.199Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:52:52.477Z] ---> Running in efa0f20404ed [2020-10-22T04:52:52.753Z] Removing intermediate container a2306f412afa [2020-10-22T04:52:52.753Z] ---> d21e258149a4 [2020-10-22T04:52:52.753Z] Step 21/22 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:52:53.030Z] ---> Running in b56a1b8132c1 [2020-10-22T04:52:53.635Z] Removing intermediate container b56a1b8132c1 [2020-10-22T04:52:53.635Z] ---> 521edc97f887 [2020-10-22T04:52:53.635Z] Step 22/22 : LABEL version=1.2.2-dev.88 [2020-10-22T04:52:53.913Z] Removing intermediate container 73f09c7edbf5 [2020-10-22T04:52:53.913Z] ---> e4bcc094b9dd [2020-10-22T04:52:53.913Z] Step 8/26 : COPY . . [2020-10-22T04:52:53.913Z] ---> Running in 1e094fa224b3 [2020-10-22T04:52:54.895Z] Removing intermediate container 881051704bef [2020-10-22T04:52:54.895Z] ---> d4627ce6cff1 [2020-10-22T04:52:54.895Z] Step 8/22 : COPY . . [2020-10-22T04:52:54.895Z] Removing intermediate container 1e094fa224b3 [2020-10-22T04:52:54.895Z] ---> 3c390c139049 [2020-10-22T04:52:54.895Z] [2020-10-22T04:52:55.173Z] Successfully built 3c390c139049 [2020-10-22T04:52:55.173Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T04:52:55.173Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-22T04:52:57.186Z] Collecting docker-compose==1.23.2 [2020-10-22T04:52:57.477Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T04:52:59.483Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T04:52:59.483Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T04:52:59.483Z] Removing intermediate container efa0f20404ed [2020-10-22T04:52:59.483Z] ---> e6b2140ad0d1 [2020-10-22T04:52:59.483Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T04:52:59.763Z] ---> Running in 48bd5524e69b [2020-10-22T04:53:01.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:53:02.370Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T04:53:02.370Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T04:53:02.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:53:02.934Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T04:53:02.934Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T04:53:03.535Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T04:53:03.535Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T04:53:03.535Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T04:53:03.535Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T04:53:03.812Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T04:53:04.088Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T04:53:04.390Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T04:53:04.390Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:53:04.390Z] OK: 8 MiB in 19 packages [2020-10-22T04:53:07.076Z] Collecting PyYAML<4,>=3.10 [2020-10-22T04:53:07.076Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T04:53:07.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:53:07.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:53:07.350Z] ---> 2bd4f0cec9aa [2020-10-22T04:53:07.350Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T04:53:07.350Z] ---> Using cache [2020-10-22T04:53:07.350Z] ---> 08570038f98f [2020-10-22T04:53:07.350Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:53:07.350Z] ---> Using cache [2020-10-22T04:53:07.350Z] ---> a227214410d5 [2020-10-22T04:53:07.350Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T04:53:07.967Z] ---> Running in ca754d1c7610 [2020-10-22T04:53:08.573Z] ---> 59145df7b59a [2020-10-22T04:53:08.573Z] 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-22T04:53:08.573Z] ---> 291c2abff595 [2020-10-22T04:53:08.573Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T04:53:08.850Z] Removing intermediate container 48bd5524e69b [2020-10-22T04:53:08.850Z] ---> 99913618917c [2020-10-22T04:53:08.850Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T04:53:08.850Z] ---> Running in 6db19f349c85 [2020-10-22T04:53:08.850Z] ---> Running in 6a4d384d7ebc [2020-10-22T04:53:10.294Z] ---> 867fefcf5544 [2020-10-22T04:53:10.294Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T04:53:10.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:53:11.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:53:11.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T04:53:11.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T04:53:11.885Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T04:53:11.885Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T04:53:12.160Z] ---> 25c19d8d1c65 [2020-10-22T04:53:12.161Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T04:53:12.437Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:53:12.437Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:53:12.437Z] OK: 12623 distinct packages available [2020-10-22T04:53:13.424Z] ---> 89ff9d89afc0 [2020-10-22T04:53:13.424Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T04:53:13.424Z] ---> Running in cd982c007047 [2020-10-22T04:53:13.700Z] OK: 217 MiB in 51 packages [2020-10-22T04:53:13.980Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T04:53:13.980Z] Removing intermediate container cd982c007047 [2020-10-22T04:53:13.980Z] ---> 1d0da7632ccf [2020-10-22T04:53:13.980Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:53:13.980Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T04:53:14.268Z] ---> Running in 13649e3cae4b [2020-10-22T04:53:15.269Z] Removing intermediate container 13649e3cae4b [2020-10-22T04:53:15.269Z] ---> 531b64992f56 [2020-10-22T04:53:15.269Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T04:53:15.269Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T04:53:15.269Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T04:53:15.554Z] ---> Running in 8da878c5963f [2020-10-22T04:53:15.554Z] Removing intermediate container ca754d1c7610 [2020-10-22T04:53:15.554Z] ---> 30dea51403f3 [2020-10-22T04:53:15.554Z] Step 6/24 : COPY go.mod . [2020-10-22T04:53:16.171Z] 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-22T04:53:16.171Z] Removing intermediate container 8da878c5963f [2020-10-22T04:53:16.171Z] ---> 99f21186196d [2020-10-22T04:53:16.171Z] Step 22/23 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:53:16.171Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T04:53:16.456Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T04:53:16.456Z] ---> Running in 4a07f37f441a [2020-10-22T04:53:17.117Z] ---> 38e957a76f38 [2020-10-22T04:53:17.117Z] Step 7/24 : RUN go mod download [2020-10-22T04:53:17.117Z] ---> Running in 1f204b50ee9f [2020-10-22T04:53:17.117Z] Removing intermediate container 4a07f37f441a [2020-10-22T04:53:17.435Z] ---> 0de60ed20a82 [2020-10-22T04:53:17.435Z] Step 23/23 : LABEL version=1.2.2-dev.88 [2020-10-22T04:53:17.724Z] ---> Running in 2aaad1da4937 [2020-10-22T04:53:18.360Z] Removing intermediate container 2aaad1da4937 [2020-10-22T04:53:18.360Z] ---> 64cca1c96d1a [2020-10-22T04:53:18.360Z] [2020-10-22T04:53:18.994Z] Successfully built 64cca1c96d1a [2020-10-22T04:53:18.994Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T04:53:18.994Z] Building docker-security-proxy-setup-go [2020-10-22T04:53:20.306Z]  Building docker-core-data-go ... done Collecting urllib3<1.25,>=1.21.1 [2020-10-22T04:53:20.306Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T04:53:20.597Z] 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-22T04:53:20.597Z] 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-22T04:53:20.876Z] Collecting idna<2.8,>=2.5 [2020-10-22T04:53:21.168Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T04:53:21.809Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T04:53:21.809Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T04:53:22.108Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T04:53:22.108Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T04:53:22.108Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T04:53:22.108Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T04:53:22.731Z] Removing intermediate container 1f204b50ee9f [2020-10-22T04:53:22.731Z] ---> 4361a397208f [2020-10-22T04:53:22.731Z] Step 8/24 : COPY . . [2020-10-22T04:53:23.359Z] Installing collected packages: dockerpty, websocket-client, jsonschema, texttable, PyYAML, cached-property, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose [2020-10-22T04:53:23.360Z] Running setup.py install for dockerpty: started [2020-10-22T04:53:26.916Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T04:53:27.965Z] Running setup.py install for texttable: started [2020-10-22T04:53:30.673Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T04:53:30.673Z] Running setup.py install for PyYAML: started [2020-10-22T04:53:33.463Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:53:33.463Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:53:33.463Z] ---> 2bd4f0cec9aa [2020-10-22T04:53:33.463Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T04:53:33.463Z] ---> Using cache [2020-10-22T04:53:33.463Z] ---> 08570038f98f [2020-10-22T04:53:33.463Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:53:33.463Z] ---> Using cache [2020-10-22T04:53:33.463Z] ---> a227214410d5 [2020-10-22T04:53:33.463Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T04:53:33.463Z] ---> Using cache [2020-10-22T04:53:33.463Z] ---> b3b42b333420 [2020-10-22T04:53:33.463Z] Step 6/20 : COPY go.mod . [2020-10-22T04:53:33.463Z] ---> Using cache [2020-10-22T04:53:33.463Z] ---> d659e8e03d25 [2020-10-22T04:53:33.463Z] Step 7/20 : RUN go mod download [2020-10-22T04:53:33.463Z] ---> Using cache [2020-10-22T04:53:33.463Z] ---> d4627ce6cff1 [2020-10-22T04:53:33.463Z] Step 8/20 : COPY . . [2020-10-22T04:53:33.772Z] ---> Using cache [2020-10-22T04:53:33.772Z] ---> 291c2abff595 [2020-10-22T04:53:33.772Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T04:53:34.067Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T04:53:35.114Z] Attempting uninstall: urllib3 [2020-10-22T04:53:35.114Z] Found existing installation: urllib3 1.25.9 [2020-10-22T04:53:35.440Z] Uninstalling urllib3-1.25.9: [2020-10-22T04:53:35.720Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T04:53:37.173Z] ---> Running in f64ab9023b52 [2020-10-22T04:53:37.173Z] Attempting uninstall: idna [2020-10-22T04:53:37.173Z] Found existing installation: idna 2.9 [2020-10-22T04:53:37.173Z] Uninstalling idna-2.9: [2020-10-22T04:53:37.173Z] Successfully uninstalled idna-2.9 [2020-10-22T04:53:37.449Z] ---> f13974867f0a [2020-10-22T04:53:37.449Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T04:53:37.727Z] ---> Running in cfa55a57b002 [2020-10-22T04:53:38.007Z] Attempting uninstall: requests [2020-10-22T04:53:38.007Z] Found existing installation: requests 2.23.0 [2020-10-22T04:53:38.007Z] Uninstalling requests-2.23.0: [2020-10-22T04:53:38.282Z] Successfully uninstalled requests-2.23.0 [2020-10-22T04:53:39.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T04:53:39.994Z] Running setup.py install for docopt: started [2020-10-22T04:53:39.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T04:53:42.781Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T04:53:44.375Z] 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-22T04:53:51.004Z] Removing intermediate container 9eb511761c9b [2020-10-22T04:53:51.004Z] ---> cabd74e53b8d [2020-10-22T04:53:51.004Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T04:53:51.004Z] ---> Running in 1a6e22b373ee [2020-10-22T04:53:53.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:53:53.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:53:54.355Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:53:54.355Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T04:53:54.355Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T04:53:54.355Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:53:54.355Z] OK: 71 MiB in 58 packages [2020-10-22T04:53:55.924Z] Removing intermediate container 1a6e22b373ee [2020-10-22T04:53:55.924Z] ---> 00f11295f8a7 [2020-10-22T04:53:55.924Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T04:53:56.213Z] ---> Running in 51df7d1bb071 [2020-10-22T04:53:56.861Z] Removing intermediate container 51df7d1bb071 [2020-10-22T04:53:56.861Z] ---> f528f2f79fc6 [2020-10-22T04:53:56.861Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:53:56.861Z] ---> Running in 967a06c05a36 [2020-10-22T04:53:57.483Z] Removing intermediate container 967a06c05a36 [2020-10-22T04:53:57.483Z] ---> f56bbef81a4f [2020-10-22T04:53:57.483Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T04:53:57.769Z] ---> Running in aabb1dc81ba6 [2020-10-22T04:53:58.400Z] Removing intermediate container aabb1dc81ba6 [2020-10-22T04:53:58.400Z] ---> 04ee99fafbc9 [2020-10-22T04:53:58.400Z] Step 26/27 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:53:58.694Z] ---> Running in d29017c79507 [2020-10-22T04:53:58.990Z] Removing intermediate container d29017c79507 [2020-10-22T04:53:59.276Z] ---> f6284392135b [2020-10-22T04:53:59.276Z] Step 27/27 : LABEL version=1.2.2-dev.88 [2020-10-22T04:53:59.276Z] ---> Running in 6418213f6111 [2020-10-22T04:53:59.884Z] Removing intermediate container 6418213f6111 [2020-10-22T04:53:59.884Z] ---> 086b1b437e2e [2020-10-22T04:53:59.884Z] [2020-10-22T04:54:00.168Z] Successfully built 086b1b437e2e [2020-10-22T04:54:00.445Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T04:54:00.445Z] Building docker-support-scheduler-go [2020-10-22T04:54:15.579Z]  Building docker-sys-mgmt-agent-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:54:15.579Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:54:15.579Z] ---> 2bd4f0cec9aa [2020-10-22T04:54:15.579Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T04:54:15.579Z] ---> Using cache [2020-10-22T04:54:15.579Z] ---> 08570038f98f [2020-10-22T04:54:15.579Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:54:15.579Z] ---> Using cache [2020-10-22T04:54:15.579Z] ---> a227214410d5 [2020-10-22T04:54:15.579Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T04:54:15.579Z] ---> Using cache [2020-10-22T04:54:15.579Z] ---> b3b42b333420 [2020-10-22T04:54:15.579Z] Step 6/21 : COPY go.mod . [2020-10-22T04:54:15.579Z] ---> Using cache [2020-10-22T04:54:15.580Z] ---> d659e8e03d25 [2020-10-22T04:54:15.580Z] Step 7/21 : RUN go mod download [2020-10-22T04:54:15.580Z] ---> Using cache [2020-10-22T04:54:15.580Z] ---> d4627ce6cff1 [2020-10-22T04:54:15.580Z] Step 8/21 : COPY . . [2020-10-22T04:54:15.580Z] ---> Using cache [2020-10-22T04:54:15.580Z] ---> 291c2abff595 [2020-10-22T04:54:15.580Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T04:54:17.581Z] ---> Running in 3489951c958c [2020-10-22T04:54:20.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T04:54:28.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T04:54:43.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.88" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T04:54:56.120Z] Removing intermediate container 6db19f349c85 [2020-10-22T04:54:56.120Z] ---> 0ffdd04e5fc0 [2020-10-22T04:54:56.120Z] [2020-10-22T04:54:56.120Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T04:54:56.120Z] 3.10: Pulling from library/alpine [2020-10-22T04:54:57.580Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T04:54:57.580Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T04:54:57.580Z] ---> 536a684cf733 [2020-10-22T04:54:57.580Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T04:54:57.864Z] ---> Running in 2b9a50df03c0 [2020-10-22T04:55:00.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:55:00.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:55:01.405Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T04:55:01.405Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T04:55:01.405Z] OK: 10167 distinct packages available [2020-10-22T04:55:02.016Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T04:55:02.295Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T04:55:02.295Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T04:55:02.295Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T04:55:02.295Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T04:55:02.295Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T04:55:02.295Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T04:55:02.906Z] OK: 7 MiB in 19 packages [2020-10-22T04:55:05.547Z] Removing intermediate container f64ab9023b52 [2020-10-22T04:55:05.547Z] ---> 7c6a9171a27e [2020-10-22T04:55:05.547Z] [2020-10-22T04:55:05.547Z] Step 10/20 : FROM alpine [2020-10-22T04:55:05.547Z] ---> 2e77e061c27f [2020-10-22T04:55:05.547Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T04:55:06.160Z] ---> Running in 9a99b586ccdf [2020-10-22T04:55:06.455Z] Removing intermediate container 2b9a50df03c0 [2020-10-22T04:55:06.455Z] ---> 8a722408391c [2020-10-22T04:55:06.455Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:55:07.061Z] ---> Running in bd1b3a0a2872 [2020-10-22T04:55:08.516Z] Removing intermediate container bd1b3a0a2872 [2020-10-22T04:55:08.516Z] ---> f812954057fe [2020-10-22T04:55:08.516Z] Step 13/26 : WORKDIR / [2020-10-22T04:55:08.516Z] Removing intermediate container 6a4d384d7ebc [2020-10-22T04:55:08.516Z] ---> 1de7dd1d9c25 [2020-10-22T04:55:08.516Z] [2020-10-22T04:55:08.516Z] Step 10/22 : FROM scratch [2020-10-22T04:55:08.516Z] ---> [2020-10-22T04:55:08.516Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:55:08.795Z] ---> Running in d7d417bba2fc [2020-10-22T04:55:08.795Z] ---> Using cache [2020-10-22T04:55:08.795Z] ---> dcc8567363cf [2020-10-22T04:55:08.795Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T04:55:08.795Z] ---> Running in 9d026964e6f0 [2020-10-22T04:55:09.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:55:09.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:55:09.354Z] Removing intermediate container d7d417bba2fc [2020-10-22T04:55:09.354Z] ---> e62f258bf41f [2020-10-22T04:55:09.354Z] 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-22T04:55:09.637Z] Removing intermediate container 9d026964e6f0 [2020-10-22T04:55:09.637Z] ---> 545a7acbba8d [2020-10-22T04:55:09.637Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:55:09.928Z] ---> Running in 1d3069824078 [2020-10-22T04:55:10.209Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:55:10.209Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:55:10.209Z] OK: 12615 distinct packages available [2020-10-22T04:55:10.495Z] Removing intermediate container 1d3069824078 [2020-10-22T04:55:10.495Z] ---> e036c7696e89 [2020-10-22T04:55:10.495Z] Step 14/22 : WORKDIR / [2020-10-22T04:55:10.774Z] ---> 24a6bb1a7cef [2020-10-22T04:55:10.774Z] ---> Running in 9197bae69f5e [2020-10-22T04:55:10.774Z] 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-22T04:55:11.049Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T04:55:11.049Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:55:11.326Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T04:55:11.326Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T04:55:11.326Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:55:11.326Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:55:11.606Z] Removing intermediate container 9197bae69f5e [2020-10-22T04:55:11.606Z] ---> 45ccde362688 [2020-10-22T04:55:11.606Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T04:55:11.606Z] OK: 7 MiB in 18 packages [2020-10-22T04:55:12.254Z] ---> 3139a1aec886 [2020-10-22T04:55:12.254Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T04:55:13.241Z] ---> 747fdf9de7e3 [2020-10-22T04:55:13.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T04:55:14.231Z] ---> bd223489e65a [2020-10-22T04:55:14.231Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T04:55:14.834Z] Removing intermediate container 9a99b586ccdf [2020-10-22T04:55:14.834Z] ---> cca475f763e4 [2020-10-22T04:55:14.834Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:55:15.110Z] ---> Running in c80c5df4fce5 [2020-10-22T04:55:15.710Z] ---> 3c46af6ed3b2 [2020-10-22T04:55:15.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T04:55:16.005Z] ---> eb6d20e4ef10 [2020-10-22T04:55:16.005Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T04:55:16.005Z] Removing intermediate container c80c5df4fce5 [2020-10-22T04:55:16.005Z] ---> 6d745f725aee [2020-10-22T04:55:16.005Z] Step 13/20 : WORKDIR /edgex [2020-10-22T04:55:16.279Z] ---> Running in e4d0b10e9e04 [2020-10-22T04:55:17.272Z] ---> a948cae94f03 [2020-10-22T04:55:17.272Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T04:55:17.272Z] Removing intermediate container e4d0b10e9e04 [2020-10-22T04:55:17.272Z] ---> a8c95fcdc070 [2020-10-22T04:55:17.272Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T04:55:17.549Z] ---> Running in 9e4bd8eb0309 [2020-10-22T04:55:18.156Z] ---> 63de1cb8330e [2020-10-22T04:55:18.156Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T04:55:18.156Z] Removing intermediate container 9e4bd8eb0309 [2020-10-22T04:55:18.156Z] ---> d1886a95f3b8 [2020-10-22T04:55:18.431Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:55:18.431Z] ---> Running in ae65ee1b3a2b [2020-10-22T04:55:19.035Z] ---> 234e85138c3c [2020-10-22T04:55:19.035Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T04:55:19.317Z] Removing intermediate container ae65ee1b3a2b [2020-10-22T04:55:19.317Z] ---> bad15ba7c811 [2020-10-22T04:55:19.318Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T04:55:19.592Z] ---> Running in 0eaa47628ff9 [2020-10-22T04:55:20.193Z] ---> 0e2a9374c285 [2020-10-22T04:55:20.194Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T04:55:20.481Z] Removing intermediate container 0eaa47628ff9 [2020-10-22T04:55:20.481Z] ---> 6d8c2956ae1c [2020-10-22T04:55:20.481Z] Step 21/22 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:55:20.764Z] ---> Running in 13138862db6e [2020-10-22T04:55:21.368Z] ---> 6b62438e13b9 [2020-10-22T04:55:21.368Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T04:55:21.368Z] ---> Running in 5479620368d7 [2020-10-22T04:55:21.368Z] Removing intermediate container 13138862db6e [2020-10-22T04:55:21.368Z] ---> 9177cdda0d82 [2020-10-22T04:55:21.368Z] Step 22/22 : LABEL version=1.2.2-dev.88 [2020-10-22T04:55:21.645Z] ---> Running in 7f64a28b4842 [2020-10-22T04:55:22.248Z] ---> ada1d96f241d [2020-10-22T04:55:22.248Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:55:22.248Z] Removing intermediate container 5479620368d7 [2020-10-22T04:55:22.248Z] ---> 4b319fc26373 [2020-10-22T04:55:22.248Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T04:55:22.523Z] Removing intermediate container 7f64a28b4842 [2020-10-22T04:55:22.523Z] ---> 8ef09c7eec7d [2020-10-22T04:55:22.523Z] [2020-10-22T04:55:22.523Z] ---> Running in aa219aec75fa [2020-10-22T04:55:23.122Z] Successfully built 8ef09c7eec7d [2020-10-22T04:55:23.122Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T04:55:23.729Z]  Building docker-core-command-go ... done Removing intermediate container aa219aec75fa [2020-10-22T04:55:23.729Z] ---> ddba079f4aa4 [2020-10-22T04:55:23.729Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T04:55:23.729Z] ---> cd3be19bf930 [2020-10-22T04:55:23.729Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:55:24.089Z] ---> Running in aa5882d4d86e [2020-10-22T04:55:24.089Z] ---> Running in 44170c39dbf8 [2020-10-22T04:55:25.680Z] Removing intermediate container 44170c39dbf8 [2020-10-22T04:55:25.680Z] ---> 8e0a5862a828 [2020-10-22T04:55:25.680Z] Step 19/20 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:55:25.680Z] ---> Running in ec83128c00e1 [2020-10-22T04:55:26.729Z] Removing intermediate container ec83128c00e1 [2020-10-22T04:55:26.729Z] ---> 70180896e974 [2020-10-22T04:55:26.729Z] Step 20/20 : LABEL version=1.2.2-dev.88 [2020-10-22T04:55:27.405Z] ---> Running in b1d020956256 [2020-10-22T04:55:29.010Z] Removing intermediate container b1d020956256 [2020-10-22T04:55:29.010Z] ---> 2a7fa0d0525c [2020-10-22T04:55:29.010Z] [2020-10-22T04:55:29.619Z] Removing intermediate container aa5882d4d86e [2020-10-22T04:55:29.619Z] ---> 1d929bd577b8 [2020-10-22T04:55:29.619Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:55:29.619Z] Successfully built 2a7fa0d0525c [2020-10-22T04:55:29.619Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T04:55:29.895Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 52888d57466d [2020-10-22T04:55:30.514Z] Removing intermediate container cfa55a57b002 [2020-10-22T04:55:30.514Z] ---> dfceaae83794 [2020-10-22T04:55:30.514Z] [2020-10-22T04:55:30.514Z] Step 10/24 : FROM scratch [2020-10-22T04:55:30.514Z] ---> [2020-10-22T04:55:30.514Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:55:30.796Z] ---> Using cache [2020-10-22T04:55:30.796Z] ---> e6e27d986d04 [2020-10-22T04:55:30.796Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T04:55:31.082Z] Removing intermediate container 52888d57466d [2020-10-22T04:55:31.082Z] ---> 5ecad47e16d3 [2020-10-22T04:55:31.082Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T04:55:31.082Z] ---> Running in 4d2619e6e96d [2020-10-22T04:55:31.082Z] ---> Running in b14b9f98f6d6 [2020-10-22T04:55:31.688Z] Removing intermediate container 4d2619e6e96d [2020-10-22T04:55:31.688Z] ---> 58b4c55a3bd1 [2020-10-22T04:55:31.688Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T04:55:31.966Z] ---> Running in 93911ac4e5fb [2020-10-22T04:55:31.967Z] Removing intermediate container b14b9f98f6d6 [2020-10-22T04:55:31.967Z] ---> 60bdbae81370 [2020-10-22T04:55:31.967Z] Step 25/26 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:55:32.244Z] ---> Running in d1017e8df25c [2020-10-22T04:55:32.529Z] Removing intermediate container 93911ac4e5fb [2020-10-22T04:55:32.529Z] ---> 9ba4448b99c7 [2020-10-22T04:55:32.529Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T04:55:33.150Z] Removing intermediate container d1017e8df25c [2020-10-22T04:55:33.150Z] ---> 49684c612fa3 [2020-10-22T04:55:33.150Z] Step 26/26 : LABEL version=1.2.2-dev.88 [2020-10-22T04:55:33.150Z] ---> Running in 71e516b0da9a [2020-10-22T04:55:33.760Z] ---> 5c619de19707 [2020-10-22T04:55:33.760Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T04:55:34.047Z] Removing intermediate container 71e516b0da9a [2020-10-22T04:55:34.047Z] ---> b9696481f099 [2020-10-22T04:55:34.047Z] [2020-10-22T04:55:34.650Z] Successfully built b9696481f099 [2020-10-22T04:55:34.650Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T04:55:35.640Z]  Building docker-security-secretstore-setup-go ... done  ---> 62d18ce4c41d [2020-10-22T04:55:35.640Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T04:55:37.085Z] ---> 0253e31d13d7 [2020-10-22T04:55:37.085Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T04:55:37.686Z] ---> e61260a88a0d [2020-10-22T04:55:37.686Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T04:55:39.129Z] ---> c1e22b23f909 [2020-10-22T04:55:39.129Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T04:55:40.117Z] ---> 2bb1dd9680f4 [2020-10-22T04:55:40.117Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T04:55:40.117Z] ---> Running in 6605213ee7d6 [2020-10-22T04:55:40.722Z] Removing intermediate container 6605213ee7d6 [2020-10-22T04:55:40.722Z] ---> bbb7b549813e [2020-10-22T04:55:40.722Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:55:40.996Z] ---> Running in becdc061decb [2020-10-22T04:55:41.602Z] Removing intermediate container becdc061decb [2020-10-22T04:55:41.602Z] ---> bbee589afaf1 [2020-10-22T04:55:41.602Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T04:55:41.877Z] ---> Running in 69fe38c0bc2a [2020-10-22T04:55:42.471Z] Removing intermediate container 3489951c958c [2020-10-22T04:55:42.471Z] ---> efa844bba75b [2020-10-22T04:55:42.471Z] [2020-10-22T04:55:42.471Z] Step 10/21 : FROM scratch [2020-10-22T04:55:42.471Z] ---> [2020-10-22T04:55:42.471Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:55:42.471Z] Removing intermediate container 69fe38c0bc2a [2020-10-22T04:55:42.471Z] ---> 10c221ccabd1 [2020-10-22T04:55:42.471Z] Step 23/24 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:55:42.471Z] ---> Using cache [2020-10-22T04:55:42.471Z] ---> dcc8567363cf [2020-10-22T04:55:42.471Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T04:55:42.742Z] ---> Running in f3d1e7fa2b98 [2020-10-22T04:55:42.742Z] ---> Running in 1eb1132da803 [2020-10-22T04:55:43.013Z] Removing intermediate container f3d1e7fa2b98 [2020-10-22T04:55:43.013Z] ---> 1cded896f474 [2020-10-22T04:55:43.013Z] Step 24/24 : LABEL version=1.2.2-dev.88 [2020-10-22T04:55:43.283Z] Removing intermediate container 1eb1132da803 [2020-10-22T04:55:43.283Z] ---> f312557e5c9d [2020-10-22T04:55:43.283Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T04:55:43.283Z] ---> Running in 0b193498cb95 [2020-10-22T04:55:43.283Z] ---> Running in ae93c8d80bac [2020-10-22T04:55:43.879Z] Removing intermediate container 0b193498cb95 [2020-10-22T04:55:43.879Z] ---> 61ff69a3c226 [2020-10-22T04:55:43.879Z] [2020-10-22T04:55:43.879Z] Removing intermediate container ae93c8d80bac [2020-10-22T04:55:43.879Z] ---> 8e4a977b3ef5 [2020-10-22T04:55:43.879Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T04:55:44.151Z] Successfully built 61ff69a3c226 [2020-10-22T04:55:44.151Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T04:55:44.421Z]  Building docker-support-notifications-go ... done  ---> f7786bbc013a [2020-10-22T04:55:44.421Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T04:55:45.854Z] ---> 56b18cd3bd3e [2020-10-22T04:55:45.854Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T04:55:46.447Z] ---> 6ccb36243ffa [2020-10-22T04:55:46.447Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T04:55:46.447Z] ---> Running in 2afc115d48fe [2020-10-22T04:55:47.038Z] Removing intermediate container 2afc115d48fe [2020-10-22T04:55:47.038Z] ---> 1c6d93b2c5b3 [2020-10-22T04:55:47.038Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:55:47.038Z] ---> Running in 2967248a2f80 [2020-10-22T04:55:47.630Z] Removing intermediate container 2967248a2f80 [2020-10-22T04:55:47.631Z] ---> d4ae7b1d22e4 [2020-10-22T04:55:47.631Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T04:55:47.631Z] ---> Running in eaf9f155a8ba [2020-10-22T04:55:47.901Z] Removing intermediate container eaf9f155a8ba [2020-10-22T04:55:47.901Z] ---> 5bd738012215 [2020-10-22T04:55:47.901Z] Step 20/21 : LABEL git_sha=23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:55:48.172Z] ---> Running in 8c62deb6d845 [2020-10-22T04:55:48.445Z] Removing intermediate container 8c62deb6d845 [2020-10-22T04:55:48.445Z] ---> 7d9b101d44ea [2020-10-22T04:55:48.445Z] Step 21/21 : LABEL version=1.2.2-dev.88 [2020-10-22T04:55:48.720Z] ---> Running in 7ff6288ddfde [2020-10-22T04:55:48.993Z] Removing intermediate container 7ff6288ddfde [2020-10-22T04:55:48.993Z] ---> 5a401704d186 [2020-10-22T04:55:48.993Z] [2020-10-22T04:55:49.265Z] Successfully built 5a401704d186 [2020-10-22T04:55:49.265Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T04:55:49.549Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-10-22T04:55:49.553Z] $ docker stop --time=1 6da317889b740694e16306cadde39b0efae85751dffc1c297b7f0d0e64dfd09b [2020-10-22T04:55:51.387Z] $ docker rm -f 6da317889b740694e16306cadde39b0efae85751dffc1c297b7f0d0e64dfd09b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:55:52.081Z] + docker images [2020-10-22T04:55:52.081Z] + grep docker [2020-10-22T04:55:52.352Z] docker-support-scheduler-go-arm64 latest 5a401704d186 4 seconds ago 11.5MB [2020-10-22T04:55:52.352Z] docker-support-notifications-go-arm64 latest 61ff69a3c226 9 seconds ago 12.9MB [2020-10-22T04:55:52.352Z] docker-security-secretstore-setup-go-arm64 latest b9696481f099 19 seconds ago 30.8MB [2020-10-22T04:55:52.352Z] docker-security-proxy-setup-go-arm64 latest 2a7fa0d0525c 24 seconds ago 15.1MB [2020-10-22T04:55:52.352Z] docker-core-command-go-arm64 latest 8ef09c7eec7d 30 seconds ago 11.4MB [2020-10-22T04:55:52.352Z] docker-sys-mgmt-agent-go-arm64 latest 086b1b437e2e About a minute ago 270MB [2020-10-22T04:55:52.352Z] docker-core-data-go-arm64 latest 64cca1c96d1a 2 minutes ago 22.2MB [2020-10-22T04:55:52.352Z] docker-core-metadata-go-arm64 latest 3c390c139049 2 minutes ago 13.5MB [2020-10-22T04:55:52.352Z] docker-security-secrets-setup-go-arm64 latest 20220faa7a0f 3 minutes ago 22.7MB [2020-10-22T04:55:52.352Z] docker-support-logging-go-arm64 latest 46f25be6c861 3 minutes ago 10.6MB [2020-10-22T04:55:52.352Z] docker latest 5d4db4dc0692 2 hours 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-22T04:55:52.887Z] provisioning config files... [2020-10-22T04:55:52.963Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/204@tmp/config8325745502644121494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:55:53.353Z] ---> docker-login.sh [2020-10-22T04:55:53.353Z] nexus3.edgexfoundry.org:10001 [2020-10-22T04:55:53.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:55:53.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:55:53.894Z] Configure a credential helper to remove this warning. See [2020-10-22T04:55:53.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:55:53.894Z] [2020-10-22T04:55:53.894Z] Login Succeeded [2020-10-22T04:55:53.894Z] nexus3.edgexfoundry.org:10002 [2020-10-22T04:55:54.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:55:54.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:55:54.165Z] Configure a credential helper to remove this warning. See [2020-10-22T04:55:54.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:55:54.165Z] [2020-10-22T04:55:54.165Z] Login Succeeded [2020-10-22T04:55:54.165Z] nexus3.edgexfoundry.org:10003 [2020-10-22T04:55:54.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:55:54.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:55:54.770Z] Configure a credential helper to remove this warning. See [2020-10-22T04:55:54.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:55:54.770Z] [2020-10-22T04:55:54.770Z] Login Succeeded [2020-10-22T04:55:54.771Z] nexus3.edgexfoundry.org:10004 [2020-10-22T04:55:55.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:55:55.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:55:55.322Z] Configure a credential helper to remove this warning. See [2020-10-22T04:55:55.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:55:55.322Z] [2020-10-22T04:55:55.322Z] Login Succeeded [2020-10-22T04:55:55.322Z] docker.io [2020-10-22T04:55:55.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T04:55:56.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T04:55:56.189Z] Configure a credential helper to remove this warning. See [2020-10-22T04:55:56.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T04:55:56.189Z] [2020-10-22T04:55:56.189Z] Login Succeeded [2020-10-22T04:55:56.189Z] ---> docker-login.sh ends [Pipeline] } [2020-10-22T04:55:56.206Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:55:56.434Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-22T04:55:56.434Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:55:56.434Z] 1.2.2-dev.88 [2020-10-22T04:55:56.434Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:55:56.434Z] master [2020-10-22T04:55:56.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:55:56.948Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:55:57.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:55:57.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T04:55:57.293Z] 7002e7898f2b: Preparing [2020-10-22T04:55:57.293Z] 9d5488df2e09: Preparing [2020-10-22T04:55:57.293Z] d5bfeab665a9: Preparing [2020-10-22T04:55:57.568Z] d5bfeab665a9: Pushed [2020-10-22T04:55:57.568Z] 7002e7898f2b: Pushed [2020-10-22T04:56:00.944Z] 9d5488df2e09: Pushed [2020-10-22T04:56:00.945Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:6b52b2220c77b68ed6d7076b35a756658b975f29799dfb4916924f25ffdbcec5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:01.299Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:01.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:01.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T04:56:01.647Z] 7002e7898f2b: Preparing [2020-10-22T04:56:01.647Z] 9d5488df2e09: Preparing [2020-10-22T04:56:01.647Z] d5bfeab665a9: Preparing [2020-10-22T04:56:01.647Z] 9d5488df2e09: Layer already exists [2020-10-22T04:56:01.647Z] 7002e7898f2b: Layer already exists [2020-10-22T04:56:01.647Z] d5bfeab665a9: Layer already exists [2020-10-22T04:56:01.923Z] 1.2.2-dev.88: digest: sha256:6b52b2220c77b68ed6d7076b35a756658b975f29799dfb4916924f25ffdbcec5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:02.273Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:02.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:02.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T04:56:02.614Z] 7002e7898f2b: Preparing [2020-10-22T04:56:02.614Z] 9d5488df2e09: Preparing [2020-10-22T04:56:02.614Z] d5bfeab665a9: Preparing [2020-10-22T04:56:02.614Z] 7002e7898f2b: Layer already exists [2020-10-22T04:56:02.614Z] 9d5488df2e09: Layer already exists [2020-10-22T04:56:02.889Z] d5bfeab665a9: Layer already exists [2020-10-22T04:56:02.889Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:6b52b2220c77b68ed6d7076b35a756658b975f29799dfb4916924f25ffdbcec5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:03.234Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:03.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-22T04:56:03.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T04:56:03.570Z] 7002e7898f2b: Preparing [2020-10-22T04:56:03.570Z] 9d5488df2e09: Preparing [2020-10-22T04:56:03.570Z] d5bfeab665a9: Preparing [2020-10-22T04:56:03.570Z] 9d5488df2e09: Layer already exists [2020-10-22T04:56:03.570Z] d5bfeab665a9: Layer already exists [2020-10-22T04:56:03.570Z] 7002e7898f2b: Layer already exists [2020-10-22T04:56:03.841Z] master: digest: sha256:6b52b2220c77b68ed6d7076b35a756658b975f29799dfb4916924f25ffdbcec5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:04.076Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:04.133Z] taggedImages: [2020-10-22T04:56:04.133Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:04.133Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:04.133Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:04.133Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-22T04:56:04.225Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-22T04:56:04.225Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:04.225Z] 1.2.2-dev.88 [2020-10-22T04:56:04.225Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:04.225Z] master [2020-10-22T04:56:04.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:04.763Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:05.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:05.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T04:56:05.110Z] 90cd8f8b8148: Preparing [2020-10-22T04:56:05.110Z] b3c5a29f4370: Preparing [2020-10-22T04:56:05.110Z] 5e79ea683947: Preparing [2020-10-22T04:56:05.110Z] b08fa79708d6: Preparing [2020-10-22T04:56:05.110Z] a70ae719272c: Preparing [2020-10-22T04:56:05.110Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:05.110Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:05.381Z] a70ae719272c: Pushed [2020-10-22T04:56:05.381Z] 90cd8f8b8148: Pushed [2020-10-22T04:56:05.381Z] 5e79ea683947: Pushed [2020-10-22T04:56:05.655Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:05.926Z] b08fa79708d6: Pushed [2020-10-22T04:56:08.530Z] b3c5a29f4370: Pushed [2020-10-22T04:56:08.801Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:bdf4d12f9260efb08e73f3070c54de552097da44095c75b637a5fa4a789255a8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:09.143Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:09.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:09.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T04:56:09.488Z] 90cd8f8b8148: Preparing [2020-10-22T04:56:09.488Z] b3c5a29f4370: Preparing [2020-10-22T04:56:09.488Z] 5e79ea683947: Preparing [2020-10-22T04:56:09.488Z] b08fa79708d6: Preparing [2020-10-22T04:56:09.488Z] a70ae719272c: Preparing [2020-10-22T04:56:09.488Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:09.488Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:09.488Z] a70ae719272c: Layer already exists [2020-10-22T04:56:09.488Z] b3c5a29f4370: Layer already exists [2020-10-22T04:56:09.488Z] 5e79ea683947: Layer already exists [2020-10-22T04:56:09.488Z] 90cd8f8b8148: Layer already exists [2020-10-22T04:56:09.488Z] b08fa79708d6: Layer already exists [2020-10-22T04:56:09.488Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:09.760Z] 1.2.2-dev.88: digest: sha256:bdf4d12f9260efb08e73f3070c54de552097da44095c75b637a5fa4a789255a8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:10.107Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:10.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:10.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T04:56:10.442Z] 90cd8f8b8148: Preparing [2020-10-22T04:56:10.442Z] b3c5a29f4370: Preparing [2020-10-22T04:56:10.442Z] 5e79ea683947: Preparing [2020-10-22T04:56:10.442Z] b08fa79708d6: Preparing [2020-10-22T04:56:10.442Z] a70ae719272c: Preparing [2020-10-22T04:56:10.442Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:10.442Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:10.442Z] b08fa79708d6: Layer already exists [2020-10-22T04:56:10.442Z] 5e79ea683947: Layer already exists [2020-10-22T04:56:10.442Z] a70ae719272c: Layer already exists [2020-10-22T04:56:10.442Z] b3c5a29f4370: Layer already exists [2020-10-22T04:56:10.442Z] 90cd8f8b8148: Layer already exists [2020-10-22T04:56:10.712Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:10.712Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:bdf4d12f9260efb08e73f3070c54de552097da44095c75b637a5fa4a789255a8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:11.061Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:11.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-22T04:56:11.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T04:56:11.400Z] 90cd8f8b8148: Preparing [2020-10-22T04:56:11.400Z] b3c5a29f4370: Preparing [2020-10-22T04:56:11.400Z] 5e79ea683947: Preparing [2020-10-22T04:56:11.400Z] b08fa79708d6: Preparing [2020-10-22T04:56:11.400Z] a70ae719272c: Preparing [2020-10-22T04:56:11.400Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:11.400Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:11.400Z] b08fa79708d6: Layer already exists [2020-10-22T04:56:11.400Z] a70ae719272c: Layer already exists [2020-10-22T04:56:11.400Z] 5e79ea683947: Layer already exists [2020-10-22T04:56:11.400Z] b3c5a29f4370: Layer already exists [2020-10-22T04:56:11.400Z] 90cd8f8b8148: Layer already exists [2020-10-22T04:56:11.400Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:11.672Z] master: digest: sha256:bdf4d12f9260efb08e73f3070c54de552097da44095c75b637a5fa4a789255a8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:11.948Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:12.001Z] taggedImages: [2020-10-22T04:56:12.001Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:12.001Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:12.001Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:12.001Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-22T04:56:12.070Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-22T04:56:12.071Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:12.071Z] 1.2.2-dev.88 [2020-10-22T04:56:12.071Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:12.071Z] master [2020-10-22T04:56:12.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:12.599Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:12.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:12.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T04:56:12.941Z] bbeacb3cc971: Preparing [2020-10-22T04:56:12.941Z] edb6baa501c2: Preparing [2020-10-22T04:56:12.941Z] 8d107a752376: Preparing [2020-10-22T04:56:13.212Z] bbeacb3cc971: Pushed [2020-10-22T04:56:13.212Z] 8d107a752376: Pushed [2020-10-22T04:56:16.589Z] edb6baa501c2: Pushed [2020-10-22T04:56:16.590Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:c46db3fd861bc2be1b00900b3d090c4b445aea113712ec49a2dbeed0998e119d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:16.932Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:17.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:17.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T04:56:17.266Z] bbeacb3cc971: Preparing [2020-10-22T04:56:17.266Z] edb6baa501c2: Preparing [2020-10-22T04:56:17.266Z] 8d107a752376: Preparing [2020-10-22T04:56:17.266Z] edb6baa501c2: Layer already exists [2020-10-22T04:56:17.266Z] bbeacb3cc971: Layer already exists [2020-10-22T04:56:17.266Z] 8d107a752376: Layer already exists [2020-10-22T04:56:17.535Z] 1.2.2-dev.88: digest: sha256:c46db3fd861bc2be1b00900b3d090c4b445aea113712ec49a2dbeed0998e119d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:17.877Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:18.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:18.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T04:56:18.212Z] bbeacb3cc971: Preparing [2020-10-22T04:56:18.212Z] edb6baa501c2: Preparing [2020-10-22T04:56:18.212Z] 8d107a752376: Preparing [2020-10-22T04:56:18.483Z] 8d107a752376: Layer already exists [2020-10-22T04:56:18.483Z] bbeacb3cc971: Layer already exists [2020-10-22T04:56:18.483Z] edb6baa501c2: Layer already exists [2020-10-22T04:56:18.483Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:c46db3fd861bc2be1b00900b3d090c4b445aea113712ec49a2dbeed0998e119d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:18.856Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:19.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-22T04:56:19.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T04:56:19.195Z] bbeacb3cc971: Preparing [2020-10-22T04:56:19.195Z] edb6baa501c2: Preparing [2020-10-22T04:56:19.195Z] 8d107a752376: Preparing [2020-10-22T04:56:19.195Z] 8d107a752376: Layer already exists [2020-10-22T04:56:19.195Z] edb6baa501c2: Layer already exists [2020-10-22T04:56:19.195Z] bbeacb3cc971: Layer already exists [2020-10-22T04:56:19.467Z] master: digest: sha256:c46db3fd861bc2be1b00900b3d090c4b445aea113712ec49a2dbeed0998e119d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:19.668Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:19.723Z] taggedImages: [2020-10-22T04:56:19.723Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:19.723Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:19.723Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:19.723Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-22T04:56:19.835Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-22T04:56:19.835Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:19.835Z] 1.2.2-dev.88 [2020-10-22T04:56:19.835Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:19.835Z] master [2020-10-22T04:56:19.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:20.355Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:20.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:20.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T04:56:20.702Z] 2926a4d55461: Preparing [2020-10-22T04:56:20.702Z] 1afffe498c83: Preparing [2020-10-22T04:56:20.702Z] 87e701d1cf72: Preparing [2020-10-22T04:56:20.702Z] fb91017b539e: Preparing [2020-10-22T04:56:20.702Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:20.978Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:20.978Z] 87e701d1cf72: Pushed [2020-10-22T04:56:20.978Z] 1afffe498c83: Pushed [2020-10-22T04:56:21.571Z] fb91017b539e: Pushed [2020-10-22T04:56:22.998Z] 2926a4d55461: Pushed [2020-10-22T04:56:23.272Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:23dcd7c1d552ad61bfdddb24c6c3a81e8ea64002489ac7d7267762176ceed74d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:23.612Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:23.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:23.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T04:56:23.948Z] 2926a4d55461: Preparing [2020-10-22T04:56:23.948Z] 1afffe498c83: Preparing [2020-10-22T04:56:23.948Z] 87e701d1cf72: Preparing [2020-10-22T04:56:23.948Z] fb91017b539e: Preparing [2020-10-22T04:56:23.948Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:23.948Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:23.948Z] fb91017b539e: Layer already exists [2020-10-22T04:56:23.948Z] 2926a4d55461: Layer already exists [2020-10-22T04:56:23.948Z] 87e701d1cf72: Layer already exists [2020-10-22T04:56:23.948Z] 1afffe498c83: Layer already exists [2020-10-22T04:56:24.221Z] 1.2.2-dev.88: digest: sha256:23dcd7c1d552ad61bfdddb24c6c3a81e8ea64002489ac7d7267762176ceed74d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:24.569Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:24.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:24.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T04:56:24.937Z] 2926a4d55461: Preparing [2020-10-22T04:56:24.937Z] 1afffe498c83: Preparing [2020-10-22T04:56:24.937Z] 87e701d1cf72: Preparing [2020-10-22T04:56:24.937Z] fb91017b539e: Preparing [2020-10-22T04:56:24.937Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:24.937Z] 2926a4d55461: Layer already exists [2020-10-22T04:56:24.937Z] 1afffe498c83: Layer already exists [2020-10-22T04:56:24.937Z] fb91017b539e: Layer already exists [2020-10-22T04:56:24.937Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:24.937Z] 87e701d1cf72: Layer already exists [2020-10-22T04:56:25.218Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:23dcd7c1d552ad61bfdddb24c6c3a81e8ea64002489ac7d7267762176ceed74d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:25.578Z] + 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-22T04:56:25.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-22T04:56:25.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T04:56:25.929Z] 2926a4d55461: Preparing [2020-10-22T04:56:25.929Z] 1afffe498c83: Preparing [2020-10-22T04:56:25.929Z] 87e701d1cf72: Preparing [2020-10-22T04:56:25.929Z] fb91017b539e: Preparing [2020-10-22T04:56:25.929Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:26.205Z] fb91017b539e: Layer already exists [2020-10-22T04:56:26.205Z] 1afffe498c83: Layer already exists [2020-10-22T04:56:26.205Z] 2926a4d55461: Layer already exists [2020-10-22T04:56:26.205Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:26.205Z] 87e701d1cf72: Layer already exists [2020-10-22T04:56:26.205Z] master: digest: sha256:23dcd7c1d552ad61bfdddb24c6c3a81e8ea64002489ac7d7267762176ceed74d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:26.428Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:26.479Z] taggedImages: [2020-10-22T04:56:26.479Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:26.479Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:26.479Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:26.479Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-22T04:56:26.547Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-22T04:56:26.547Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:26.547Z] 1.2.2-dev.88 [2020-10-22T04:56:26.547Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:26.547Z] master [2020-10-22T04:56:26.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:27.077Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:27.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:27.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T04:56:27.425Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:27.425Z] ef69654acc91: Preparing [2020-10-22T04:56:27.425Z] 7f42887baf38: Preparing [2020-10-22T04:56:27.425Z] 4b5a43608f42: Preparing [2020-10-22T04:56:27.425Z] 4b5a43608f42: Preparing [2020-10-22T04:56:27.425Z] 2ce1ccb1ce0c: Preparing [2020-10-22T04:56:27.425Z] eb2e97fa1e36: Preparing [2020-10-22T04:56:27.425Z] fa623214ca75: Preparing [2020-10-22T04:56:27.425Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:27.425Z] 7d5275b75237: Preparing [2020-10-22T04:56:27.425Z] e7b8e6e67646: Preparing [2020-10-22T04:56:27.425Z] 68c75762aa78: Preparing [2020-10-22T04:56:27.425Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:27.425Z] 7d5275b75237: Waiting [2020-10-22T04:56:27.425Z] eb2e97fa1e36: Waiting [2020-10-22T04:56:27.425Z] e7b8e6e67646: Waiting [2020-10-22T04:56:27.425Z] fa623214ca75: Waiting [2020-10-22T04:56:27.425Z] 68c75762aa78: Waiting [2020-10-22T04:56:27.425Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:27.755Z] 2ce1ccb1ce0c: Pushed [2020-10-22T04:56:27.755Z] 7f42887baf38: Pushed [2020-10-22T04:56:27.755Z] ef69654acc91: Pushed [2020-10-22T04:56:27.755Z] 4b5a43608f42: Pushed [2020-10-22T04:56:28.078Z] eb2e97fa1e36: Pushed [2020-10-22T04:56:28.078Z] 7d5275b75237: Pushed [2020-10-22T04:56:28.078Z] e7b8e6e67646: Pushed [2020-10-22T04:56:28.078Z] fa623214ca75: Pushed [2020-10-22T04:56:28.078Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:28.670Z] 68c75762aa78: Pushed [2020-10-22T04:56:30.091Z] 373bf22eb1d6: Pushed [2020-10-22T04:56:30.091Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:70a1294d83b4b1e1f6ca15dd028e721e4b7df42e892d19200f71d7b11d611924 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:30.437Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:30.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:30.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T04:56:30.798Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:30.798Z] ef69654acc91: Preparing [2020-10-22T04:56:30.798Z] 7f42887baf38: Preparing [2020-10-22T04:56:30.798Z] 4b5a43608f42: Preparing [2020-10-22T04:56:30.798Z] 4b5a43608f42: Preparing [2020-10-22T04:56:30.798Z] 2ce1ccb1ce0c: Preparing [2020-10-22T04:56:30.798Z] eb2e97fa1e36: Preparing [2020-10-22T04:56:30.798Z] fa623214ca75: Preparing [2020-10-22T04:56:30.798Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:30.798Z] 7d5275b75237: Preparing [2020-10-22T04:56:30.798Z] e7b8e6e67646: Preparing [2020-10-22T04:56:30.798Z] 68c75762aa78: Preparing [2020-10-22T04:56:30.798Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:30.798Z] eb2e97fa1e36: Waiting [2020-10-22T04:56:30.798Z] fa623214ca75: Waiting [2020-10-22T04:56:30.798Z] 7d5275b75237: Waiting [2020-10-22T04:56:30.798Z] e7b8e6e67646: Waiting [2020-10-22T04:56:30.798Z] 68c75762aa78: Waiting [2020-10-22T04:56:30.798Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:30.798Z] 7f42887baf38: Layer already exists [2020-10-22T04:56:30.798Z] 373bf22eb1d6: Layer already exists [2020-10-22T04:56:30.798Z] 2ce1ccb1ce0c: Layer already exists [2020-10-22T04:56:30.798Z] ef69654acc91: Layer already exists [2020-10-22T04:56:30.798Z] 4b5a43608f42: Layer already exists [2020-10-22T04:56:31.070Z] fa623214ca75: Layer already exists [2020-10-22T04:56:31.070Z] eb2e97fa1e36: Layer already exists [2020-10-22T04:56:31.070Z] e7b8e6e67646: Layer already exists [2020-10-22T04:56:31.070Z] 68c75762aa78: Layer already exists [2020-10-22T04:56:31.070Z] 7d5275b75237: Layer already exists [2020-10-22T04:56:31.070Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:31.070Z] 1.2.2-dev.88: digest: sha256:70a1294d83b4b1e1f6ca15dd028e721e4b7df42e892d19200f71d7b11d611924 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:31.410Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:31.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:31.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T04:56:31.751Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:31.751Z] ef69654acc91: Preparing [2020-10-22T04:56:31.751Z] 7f42887baf38: Preparing [2020-10-22T04:56:31.751Z] 4b5a43608f42: Preparing [2020-10-22T04:56:31.751Z] 4b5a43608f42: Preparing [2020-10-22T04:56:31.751Z] 2ce1ccb1ce0c: Preparing [2020-10-22T04:56:31.751Z] eb2e97fa1e36: Preparing [2020-10-22T04:56:31.751Z] fa623214ca75: Preparing [2020-10-22T04:56:31.751Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:31.751Z] 7d5275b75237: Preparing [2020-10-22T04:56:31.751Z] e7b8e6e67646: Preparing [2020-10-22T04:56:31.751Z] 68c75762aa78: Preparing [2020-10-22T04:56:31.751Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:31.751Z] fa623214ca75: Waiting [2020-10-22T04:56:31.751Z] 7d5275b75237: Waiting [2020-10-22T04:56:31.752Z] e7b8e6e67646: Waiting [2020-10-22T04:56:31.752Z] 68c75762aa78: Waiting [2020-10-22T04:56:31.752Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:31.752Z] eb2e97fa1e36: Waiting [2020-10-22T04:56:31.752Z] 373bf22eb1d6: Layer already exists [2020-10-22T04:56:31.752Z] 4b5a43608f42: Layer already exists [2020-10-22T04:56:31.752Z] 2ce1ccb1ce0c: Layer already exists [2020-10-22T04:56:31.752Z] 7f42887baf38: Layer already exists [2020-10-22T04:56:31.752Z] ef69654acc91: Layer already exists [2020-10-22T04:56:31.752Z] 7d5275b75237: Layer already exists [2020-10-22T04:56:31.752Z] fa623214ca75: Layer already exists [2020-10-22T04:56:32.025Z] e7b8e6e67646: Layer already exists [2020-10-22T04:56:32.025Z] eb2e97fa1e36: Layer already exists [2020-10-22T04:56:32.025Z] 68c75762aa78: Layer already exists [2020-10-22T04:56:32.025Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:32.025Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:70a1294d83b4b1e1f6ca15dd028e721e4b7df42e892d19200f71d7b11d611924 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:32.393Z] + 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-22T04:56:32.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-22T04:56:32.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T04:56:32.734Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:32.734Z] ef69654acc91: Preparing [2020-10-22T04:56:32.734Z] 7f42887baf38: Preparing [2020-10-22T04:56:32.734Z] 4b5a43608f42: Preparing [2020-10-22T04:56:32.734Z] 4b5a43608f42: Preparing [2020-10-22T04:56:32.734Z] 2ce1ccb1ce0c: Preparing [2020-10-22T04:56:32.734Z] eb2e97fa1e36: Preparing [2020-10-22T04:56:32.734Z] fa623214ca75: Preparing [2020-10-22T04:56:32.734Z] 373bf22eb1d6: Preparing [2020-10-22T04:56:32.734Z] 7d5275b75237: Preparing [2020-10-22T04:56:32.734Z] e7b8e6e67646: Preparing [2020-10-22T04:56:32.734Z] 68c75762aa78: Preparing [2020-10-22T04:56:32.734Z] cd3761cfa1d9: Preparing [2020-10-22T04:56:32.734Z] fa623214ca75: Waiting [2020-10-22T04:56:32.734Z] 7d5275b75237: Waiting [2020-10-22T04:56:32.734Z] e7b8e6e67646: Waiting [2020-10-22T04:56:32.734Z] 68c75762aa78: Waiting [2020-10-22T04:56:32.734Z] cd3761cfa1d9: Waiting [2020-10-22T04:56:32.734Z] eb2e97fa1e36: Waiting [2020-10-22T04:56:32.734Z] ef69654acc91: Layer already exists [2020-10-22T04:56:32.734Z] 7f42887baf38: Layer already exists [2020-10-22T04:56:32.734Z] 2ce1ccb1ce0c: Layer already exists [2020-10-22T04:56:32.734Z] 373bf22eb1d6: Layer already exists [2020-10-22T04:56:32.734Z] 4b5a43608f42: Layer already exists [2020-10-22T04:56:32.734Z] eb2e97fa1e36: Layer already exists [2020-10-22T04:56:32.734Z] fa623214ca75: Layer already exists [2020-10-22T04:56:32.734Z] 68c75762aa78: Layer already exists [2020-10-22T04:56:32.734Z] e7b8e6e67646: Layer already exists [2020-10-22T04:56:33.006Z] 7d5275b75237: Layer already exists [2020-10-22T04:56:33.007Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:56:33.007Z] master: digest: sha256:70a1294d83b4b1e1f6ca15dd028e721e4b7df42e892d19200f71d7b11d611924 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:33.217Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:33.266Z] taggedImages: [2020-10-22T04:56:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-22T04:56:33.390Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-22T04:56:33.390Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:33.390Z] 1.2.2-dev.88 [2020-10-22T04:56:33.390Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:33.390Z] master [2020-10-22T04:56:33.390Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:33.942Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:34.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:34.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T04:56:34.332Z] cc19bf17b62a: Preparing [2020-10-22T04:56:34.332Z] 5d651d94f53e: Preparing [2020-10-22T04:56:34.332Z] b9bf19a91a9e: Preparing [2020-10-22T04:56:34.332Z] 57b9876e1323: Preparing [2020-10-22T04:56:34.332Z] d20ca631549b: Preparing [2020-10-22T04:56:34.332Z] 18295df19c91: Preparing [2020-10-22T04:56:34.332Z] 37d7ab47e13b: Preparing [2020-10-22T04:56:34.332Z] aa6556b9aea0: Preparing [2020-10-22T04:56:34.332Z] b8e1ebb616d7: Preparing [2020-10-22T04:56:34.332Z] 55bb8d22d89a: Preparing [2020-10-22T04:56:34.332Z] 66b385cf80cf: Preparing [2020-10-22T04:56:34.332Z] 37d7ab47e13b: Waiting [2020-10-22T04:56:34.332Z] aa6556b9aea0: Waiting [2020-10-22T04:56:34.332Z] 18295df19c91: Waiting [2020-10-22T04:56:34.332Z] b8e1ebb616d7: Waiting [2020-10-22T04:56:34.332Z] 55bb8d22d89a: Waiting [2020-10-22T04:56:34.332Z] 66b385cf80cf: Waiting [2020-10-22T04:56:34.697Z] cc19bf17b62a: Pushed [2020-10-22T04:56:34.697Z] 5d651d94f53e: Pushed [2020-10-22T04:56:35.004Z] 18295df19c91: Pushed [2020-10-22T04:56:35.004Z] 37d7ab47e13b: Pushed [2020-10-22T04:56:35.455Z] aa6556b9aea0: Pushed [2020-10-22T04:56:35.455Z] b8e1ebb616d7: Pushed [2020-10-22T04:56:35.455Z] 66b385cf80cf: Layer already exists [2020-10-22T04:56:36.584Z] 55bb8d22d89a: Pushed [2020-10-22T04:56:37.437Z] b9bf19a91a9e: Pushed [2020-10-22T04:56:37.798Z] 57b9876e1323: Pushed [2020-10-22T04:56:37.798Z] d20ca631549b: Pushed [2020-10-22T04:56:38.133Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:28506b0b8fc8ddbbe920b1bf431d79485a0540330636db4424dda7b155866593 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:38.541Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:38.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:38.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T04:56:38.894Z] cc19bf17b62a: Preparing [2020-10-22T04:56:38.894Z] 5d651d94f53e: Preparing [2020-10-22T04:56:38.894Z] b9bf19a91a9e: Preparing [2020-10-22T04:56:38.894Z] 57b9876e1323: Preparing [2020-10-22T04:56:38.894Z] d20ca631549b: Preparing [2020-10-22T04:56:38.894Z] 18295df19c91: Preparing [2020-10-22T04:56:38.894Z] 37d7ab47e13b: Preparing [2020-10-22T04:56:38.894Z] aa6556b9aea0: Preparing [2020-10-22T04:56:38.894Z] b8e1ebb616d7: Preparing [2020-10-22T04:56:38.894Z] 55bb8d22d89a: Preparing [2020-10-22T04:56:38.894Z] 66b385cf80cf: Preparing [2020-10-22T04:56:38.894Z] aa6556b9aea0: Waiting [2020-10-22T04:56:38.894Z] b8e1ebb616d7: Waiting [2020-10-22T04:56:38.894Z] 18295df19c91: Waiting [2020-10-22T04:56:38.894Z] 55bb8d22d89a: Waiting [2020-10-22T04:56:38.894Z] 37d7ab47e13b: Waiting [2020-10-22T04:56:38.894Z] 66b385cf80cf: Waiting [2020-10-22T04:56:38.894Z] b9bf19a91a9e: Layer already exists [2020-10-22T04:56:38.894Z] d20ca631549b: Layer already exists [2020-10-22T04:56:39.183Z] 57b9876e1323: Layer already exists [2020-10-22T04:56:39.183Z] 5d651d94f53e: Layer already exists [2020-10-22T04:56:39.183Z] cc19bf17b62a: Layer already exists [2020-10-22T04:56:39.183Z] aa6556b9aea0: Layer already exists [2020-10-22T04:56:39.183Z] 18295df19c91: Layer already exists [2020-10-22T04:56:39.183Z] b8e1ebb616d7: Layer already exists [2020-10-22T04:56:39.183Z] 37d7ab47e13b: Layer already exists [2020-10-22T04:56:39.183Z] 55bb8d22d89a: Layer already exists [2020-10-22T04:56:39.183Z] 66b385cf80cf: Layer already exists [2020-10-22T04:56:39.183Z] 1.2.2-dev.88: digest: sha256:28506b0b8fc8ddbbe920b1bf431d79485a0540330636db4424dda7b155866593 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:39.554Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:39.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:39.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T04:56:39.901Z] cc19bf17b62a: Preparing [2020-10-22T04:56:39.901Z] 5d651d94f53e: Preparing [2020-10-22T04:56:39.901Z] b9bf19a91a9e: Preparing [2020-10-22T04:56:39.901Z] 57b9876e1323: Preparing [2020-10-22T04:56:39.901Z] d20ca631549b: Preparing [2020-10-22T04:56:39.901Z] 18295df19c91: Preparing [2020-10-22T04:56:39.901Z] 37d7ab47e13b: Preparing [2020-10-22T04:56:39.901Z] aa6556b9aea0: Preparing [2020-10-22T04:56:39.901Z] b8e1ebb616d7: Preparing [2020-10-22T04:56:39.901Z] 18295df19c91: Waiting [2020-10-22T04:56:39.901Z] 37d7ab47e13b: Waiting [2020-10-22T04:56:39.901Z] aa6556b9aea0: Waiting [2020-10-22T04:56:39.901Z] 55bb8d22d89a: Preparing [2020-10-22T04:56:39.901Z] 66b385cf80cf: Preparing [2020-10-22T04:56:39.901Z] b8e1ebb616d7: Waiting [2020-10-22T04:56:39.901Z] 66b385cf80cf: Waiting [2020-10-22T04:56:39.901Z] 55bb8d22d89a: Waiting [2020-10-22T04:56:40.209Z] b9bf19a91a9e: Layer already exists [2020-10-22T04:56:40.209Z] 57b9876e1323: Layer already exists [2020-10-22T04:56:40.209Z] cc19bf17b62a: Layer already exists [2020-10-22T04:56:40.209Z] d20ca631549b: Layer already exists [2020-10-22T04:56:40.209Z] 5d651d94f53e: Layer already exists [2020-10-22T04:56:40.209Z] 18295df19c91: Layer already exists [2020-10-22T04:56:40.209Z] 37d7ab47e13b: Layer already exists [2020-10-22T04:56:40.209Z] aa6556b9aea0: Layer already exists [2020-10-22T04:56:40.209Z] b8e1ebb616d7: Layer already exists [2020-10-22T04:56:40.209Z] 55bb8d22d89a: Layer already exists [2020-10-22T04:56:40.209Z] 66b385cf80cf: Layer already exists [2020-10-22T04:56:40.209Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:28506b0b8fc8ddbbe920b1bf431d79485a0540330636db4424dda7b155866593 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:40.610Z] + 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-22T04:56:41.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-22T04:56:41.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T04:56:41.010Z] cc19bf17b62a: Preparing [2020-10-22T04:56:41.010Z] 5d651d94f53e: Preparing [2020-10-22T04:56:41.010Z] b9bf19a91a9e: Preparing [2020-10-22T04:56:41.010Z] 57b9876e1323: Preparing [2020-10-22T04:56:41.010Z] d20ca631549b: Preparing [2020-10-22T04:56:41.010Z] 18295df19c91: Preparing [2020-10-22T04:56:41.010Z] 37d7ab47e13b: Preparing [2020-10-22T04:56:41.010Z] aa6556b9aea0: Preparing [2020-10-22T04:56:41.010Z] b8e1ebb616d7: Preparing [2020-10-22T04:56:41.010Z] 55bb8d22d89a: Preparing [2020-10-22T04:56:41.010Z] 66b385cf80cf: Preparing [2020-10-22T04:56:41.010Z] aa6556b9aea0: Waiting [2020-10-22T04:56:41.010Z] b8e1ebb616d7: Waiting [2020-10-22T04:56:41.010Z] 18295df19c91: Waiting [2020-10-22T04:56:41.010Z] 37d7ab47e13b: Waiting [2020-10-22T04:56:41.010Z] 55bb8d22d89a: Waiting [2020-10-22T04:56:41.010Z] 66b385cf80cf: Waiting [2020-10-22T04:56:41.010Z] d20ca631549b: Layer already exists [2020-10-22T04:56:41.010Z] cc19bf17b62a: Layer already exists [2020-10-22T04:56:41.010Z] b9bf19a91a9e: Layer already exists [2020-10-22T04:56:41.010Z] 5d651d94f53e: Layer already exists [2020-10-22T04:56:41.010Z] 57b9876e1323: Layer already exists [2020-10-22T04:56:41.010Z] 18295df19c91: Layer already exists [2020-10-22T04:56:41.010Z] 37d7ab47e13b: Layer already exists [2020-10-22T04:56:41.010Z] aa6556b9aea0: Layer already exists [2020-10-22T04:56:41.010Z] b8e1ebb616d7: Layer already exists [2020-10-22T04:56:41.010Z] 55bb8d22d89a: Layer already exists [2020-10-22T04:56:41.010Z] 66b385cf80cf: Layer already exists [2020-10-22T04:56:41.323Z] master: digest: sha256:28506b0b8fc8ddbbe920b1bf431d79485a0540330636db4424dda7b155866593 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:41.635Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:41.700Z] taggedImages: [2020-10-22T04:56:41.700Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:41.700Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:41.700Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:41.700Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-22T04:56:41.768Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-22T04:56:41.768Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:41.768Z] 1.2.2-dev.88 [2020-10-22T04:56:41.768Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:41.768Z] master [2020-10-22T04:56:41.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:42.771Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:43.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:43.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T04:56:43.347Z] 84bee251fd0a: Preparing [2020-10-22T04:56:43.347Z] fb60cdf90945: Preparing [2020-10-22T04:56:43.347Z] 80fe153f55d9: Preparing [2020-10-22T04:56:43.347Z] 6f86e7d7f841: Preparing [2020-10-22T04:56:43.716Z] 80fe153f55d9: Pushed [2020-10-22T04:56:43.716Z] 6f86e7d7f841: Pushed [2020-10-22T04:56:44.716Z] 84bee251fd0a: Pushed [2020-10-22T04:56:46.155Z] fb60cdf90945: Pushed [2020-10-22T04:56:46.436Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:1d43abd719378af19bb7f0f01dba198aae8ede517c05faccdad5edd9d203973c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:46.796Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:47.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:47.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T04:56:47.157Z] 84bee251fd0a: Preparing [2020-10-22T04:56:47.157Z] fb60cdf90945: Preparing [2020-10-22T04:56:47.157Z] 80fe153f55d9: Preparing [2020-10-22T04:56:47.157Z] 6f86e7d7f841: Preparing [2020-10-22T04:56:47.157Z] 84bee251fd0a: Layer already exists [2020-10-22T04:56:47.157Z] fb60cdf90945: Layer already exists [2020-10-22T04:56:47.157Z] 6f86e7d7f841: Layer already exists [2020-10-22T04:56:47.157Z] 80fe153f55d9: Layer already exists [2020-10-22T04:56:47.430Z] 1.2.2-dev.88: digest: sha256:1d43abd719378af19bb7f0f01dba198aae8ede517c05faccdad5edd9d203973c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:47.782Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:48.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:48.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T04:56:48.122Z] 84bee251fd0a: Preparing [2020-10-22T04:56:48.122Z] fb60cdf90945: Preparing [2020-10-22T04:56:48.122Z] 80fe153f55d9: Preparing [2020-10-22T04:56:48.122Z] 6f86e7d7f841: Preparing [2020-10-22T04:56:48.396Z] 80fe153f55d9: Layer already exists [2020-10-22T04:56:48.396Z] 6f86e7d7f841: Layer already exists [2020-10-22T04:56:48.396Z] 84bee251fd0a: Layer already exists [2020-10-22T04:56:48.396Z] fb60cdf90945: Layer already exists [2020-10-22T04:56:48.396Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:1d43abd719378af19bb7f0f01dba198aae8ede517c05faccdad5edd9d203973c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:48.739Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:49.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-22T04:56:49.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T04:56:49.079Z] 84bee251fd0a: Preparing [2020-10-22T04:56:49.079Z] fb60cdf90945: Preparing [2020-10-22T04:56:49.079Z] 80fe153f55d9: Preparing [2020-10-22T04:56:49.079Z] 6f86e7d7f841: Preparing [2020-10-22T04:56:49.079Z] 84bee251fd0a: Layer already exists [2020-10-22T04:56:49.079Z] fb60cdf90945: Layer already exists [2020-10-22T04:56:49.079Z] 6f86e7d7f841: Layer already exists [2020-10-22T04:56:49.079Z] 80fe153f55d9: Layer already exists [2020-10-22T04:56:49.351Z] master: digest: sha256:1d43abd719378af19bb7f0f01dba198aae8ede517c05faccdad5edd9d203973c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:49.539Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:49.584Z] taggedImages: [2020-10-22T04:56:49.584Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:49.584Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:49.585Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:49.585Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-22T04:56:49.651Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-22T04:56:49.651Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:49.651Z] 1.2.2-dev.88 [2020-10-22T04:56:49.651Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:49.651Z] master [2020-10-22T04:56:49.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:50.168Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:50.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:50.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T04:56:50.508Z] 3ef40da5b5dc: Preparing [2020-10-22T04:56:50.508Z] 277002f50a5d: Preparing [2020-10-22T04:56:50.508Z] 33ae47290ee0: Preparing [2020-10-22T04:56:50.508Z] 7901b3d03e8e: Preparing [2020-10-22T04:56:50.508Z] 14a3f64a0079: Preparing [2020-10-22T04:56:50.508Z] dd7cc81ef349: Preparing [2020-10-22T04:56:50.508Z] dd7cc81ef349: Waiting [2020-10-22T04:56:50.781Z] 33ae47290ee0: Pushed [2020-10-22T04:56:51.053Z] 3ef40da5b5dc: Pushed [2020-10-22T04:56:51.053Z] 14a3f64a0079: Pushed [2020-10-22T04:56:51.053Z] 7901b3d03e8e: Pushed [2020-10-22T04:56:51.326Z] dd7cc81ef349: Pushed [2020-10-22T04:56:53.932Z] 277002f50a5d: Pushed [2020-10-22T04:56:53.932Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:94f93861267ee28ab4eca1f20353dd71c4fe10830d46e96b029ffe988d2fbfbd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:54.276Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:54.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:54.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T04:56:54.613Z] 3ef40da5b5dc: Preparing [2020-10-22T04:56:54.613Z] 277002f50a5d: Preparing [2020-10-22T04:56:54.613Z] 33ae47290ee0: Preparing [2020-10-22T04:56:54.613Z] 7901b3d03e8e: Preparing [2020-10-22T04:56:54.613Z] 14a3f64a0079: Preparing [2020-10-22T04:56:54.613Z] dd7cc81ef349: Preparing [2020-10-22T04:56:54.613Z] dd7cc81ef349: Waiting [2020-10-22T04:56:54.884Z] 7901b3d03e8e: Layer already exists [2020-10-22T04:56:54.884Z] 277002f50a5d: Layer already exists [2020-10-22T04:56:54.884Z] 33ae47290ee0: Layer already exists [2020-10-22T04:56:54.884Z] 3ef40da5b5dc: Layer already exists [2020-10-22T04:56:54.884Z] 14a3f64a0079: Layer already exists [2020-10-22T04:56:54.884Z] dd7cc81ef349: Layer already exists [2020-10-22T04:56:54.884Z] 1.2.2-dev.88: digest: sha256:94f93861267ee28ab4eca1f20353dd71c4fe10830d46e96b029ffe988d2fbfbd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:55.256Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:55.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:55.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T04:56:55.600Z] 3ef40da5b5dc: Preparing [2020-10-22T04:56:55.600Z] 277002f50a5d: Preparing [2020-10-22T04:56:55.600Z] 33ae47290ee0: Preparing [2020-10-22T04:56:55.600Z] 7901b3d03e8e: Preparing [2020-10-22T04:56:55.600Z] 14a3f64a0079: Preparing [2020-10-22T04:56:55.600Z] dd7cc81ef349: Preparing [2020-10-22T04:56:55.600Z] dd7cc81ef349: Waiting [2020-10-22T04:56:55.600Z] 277002f50a5d: Layer already exists [2020-10-22T04:56:55.600Z] 33ae47290ee0: Layer already exists [2020-10-22T04:56:55.600Z] 14a3f64a0079: Layer already exists [2020-10-22T04:56:55.872Z] 7901b3d03e8e: Layer already exists [2020-10-22T04:56:55.872Z] 3ef40da5b5dc: Layer already exists [2020-10-22T04:56:55.872Z] dd7cc81ef349: Layer already exists [2020-10-22T04:56:55.872Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:94f93861267ee28ab4eca1f20353dd71c4fe10830d46e96b029ffe988d2fbfbd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:56.219Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:56.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-22T04:56:56.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T04:56:56.561Z] 3ef40da5b5dc: Preparing [2020-10-22T04:56:56.561Z] 277002f50a5d: Preparing [2020-10-22T04:56:56.561Z] 33ae47290ee0: Preparing [2020-10-22T04:56:56.561Z] 7901b3d03e8e: Preparing [2020-10-22T04:56:56.561Z] 14a3f64a0079: Preparing [2020-10-22T04:56:56.561Z] dd7cc81ef349: Preparing [2020-10-22T04:56:56.561Z] dd7cc81ef349: Waiting [2020-10-22T04:56:56.833Z] 277002f50a5d: Layer already exists [2020-10-22T04:56:56.833Z] 33ae47290ee0: Layer already exists [2020-10-22T04:56:56.833Z] 14a3f64a0079: Layer already exists [2020-10-22T04:56:56.833Z] 7901b3d03e8e: Layer already exists [2020-10-22T04:56:56.833Z] 3ef40da5b5dc: Layer already exists [2020-10-22T04:56:56.833Z] dd7cc81ef349: Layer already exists [2020-10-22T04:56:56.833Z] master: digest: sha256:94f93861267ee28ab4eca1f20353dd71c4fe10830d46e96b029ffe988d2fbfbd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:56:57.038Z] ===================================================== [Pipeline] echo [2020-10-22T04:56:57.087Z] taggedImages: [2020-10-22T04:56:57.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:57.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.88 [2020-10-22T04:56:57.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:57.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-22T04:56:57.153Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-22T04:56:57.153Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:57.153Z] 1.2.2-dev.88 [2020-10-22T04:56:57.153Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:56:57.153Z] master [2020-10-22T04:56:57.153Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:57.656Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:56:57.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:56:57.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T04:56:57.992Z] 509e56130623: Preparing [2020-10-22T04:56:57.992Z] 3fe45258b285: Preparing [2020-10-22T04:56:57.992Z] f3e3681be48d: Preparing [2020-10-22T04:56:58.264Z] f3e3681be48d: Pushed [2020-10-22T04:56:58.264Z] 509e56130623: Pushed [2020-10-22T04:57:01.640Z] 3fe45258b285: Pushed [2020-10-22T04:57:01.640Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:a109c75052e04da40f2b609637ac8a3f06a938ebe877b4be3dcf373ed1627843 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:01.984Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:02.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.88 [2020-10-22T04:57:02.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T04:57:02.315Z] 509e56130623: Preparing [2020-10-22T04:57:02.315Z] 3fe45258b285: Preparing [2020-10-22T04:57:02.315Z] f3e3681be48d: Preparing [2020-10-22T04:57:02.315Z] f3e3681be48d: Layer already exists [2020-10-22T04:57:02.315Z] 3fe45258b285: Layer already exists [2020-10-22T04:57:02.315Z] 509e56130623: Layer already exists [2020-10-22T04:57:02.588Z] 1.2.2-dev.88: digest: sha256:a109c75052e04da40f2b609637ac8a3f06a938ebe877b4be3dcf373ed1627843 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:02.931Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:03.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:57:03.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T04:57:03.266Z] 509e56130623: Preparing [2020-10-22T04:57:03.266Z] 3fe45258b285: Preparing [2020-10-22T04:57:03.266Z] f3e3681be48d: Preparing [2020-10-22T04:57:03.539Z] 509e56130623: Layer already exists [2020-10-22T04:57:03.539Z] 3fe45258b285: Layer already exists [2020-10-22T04:57:03.539Z] f3e3681be48d: Layer already exists [2020-10-22T04:57:03.539Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:a109c75052e04da40f2b609637ac8a3f06a938ebe877b4be3dcf373ed1627843 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:03.880Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:04.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-22T04:57:04.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T04:57:04.213Z] 509e56130623: Preparing [2020-10-22T04:57:04.213Z] 3fe45258b285: Preparing [2020-10-22T04:57:04.213Z] f3e3681be48d: Preparing [2020-10-22T04:57:04.213Z] 509e56130623: Layer already exists [2020-10-22T04:57:04.213Z] f3e3681be48d: Layer already exists [2020-10-22T04:57:04.213Z] 3fe45258b285: Layer already exists [2020-10-22T04:57:04.483Z] master: digest: sha256:a109c75052e04da40f2b609637ac8a3f06a938ebe877b4be3dcf373ed1627843 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:57:04.670Z] ===================================================== [Pipeline] echo [2020-10-22T04:57:04.716Z] taggedImages: [2020-10-22T04:57:04.716Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:57:04.716Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.88 [2020-10-22T04:57:04.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:57:04.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-22T04:57:04.782Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-22T04:57:04.782Z] 23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:57:04.782Z] 1.2.2-dev.88 [2020-10-22T04:57:04.782Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:57:04.782Z] master [2020-10-22T04:57:04.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:05.300Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:05.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:57:05.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T04:57:05.640Z] e7e1507fabf2: Preparing [2020-10-22T04:57:05.640Z] bfb662bc92b7: Preparing [2020-10-22T04:57:05.640Z] d6553d760777: Preparing [2020-10-22T04:57:05.640Z] 4f6b1fbbf823: Preparing [2020-10-22T04:57:05.640Z] b80d8e92a8e3: Preparing [2020-10-22T04:57:05.640Z] 7a80105e330f: Preparing [2020-10-22T04:57:05.640Z] bc9edf4f1b6f: Preparing [2020-10-22T04:57:05.640Z] 52543ddb2901: Preparing [2020-10-22T04:57:05.640Z] 9f553b275599: Preparing [2020-10-22T04:57:05.640Z] 3a47579f0cd1: Preparing [2020-10-22T04:57:05.640Z] cd6d79ebbfb6: Preparing [2020-10-22T04:57:05.640Z] 3e7dc55cab04: Preparing [2020-10-22T04:57:05.640Z] b2e85fd0898f: Preparing [2020-10-22T04:57:05.640Z] cd3761cfa1d9: Preparing [2020-10-22T04:57:05.640Z] 7a80105e330f: Waiting [2020-10-22T04:57:05.640Z] 9f553b275599: Waiting [2020-10-22T04:57:05.640Z] 3a47579f0cd1: Waiting [2020-10-22T04:57:05.640Z] cd6d79ebbfb6: Waiting [2020-10-22T04:57:05.640Z] 3e7dc55cab04: Waiting [2020-10-22T04:57:05.640Z] b2e85fd0898f: Waiting [2020-10-22T04:57:05.640Z] cd3761cfa1d9: Waiting [2020-10-22T04:57:05.640Z] 52543ddb2901: Waiting [2020-10-22T04:57:05.640Z] bc9edf4f1b6f: Waiting [2020-10-22T04:57:06.235Z] b80d8e92a8e3: Pushed [2020-10-22T04:57:06.506Z] e7e1507fabf2: Pushed [2020-10-22T04:57:07.105Z] 4f6b1fbbf823: Pushed [2020-10-22T04:57:07.105Z] 52543ddb2901: Layer already exists [2020-10-22T04:57:07.105Z] 9f553b275599: Layer already exists [2020-10-22T04:57:07.105Z] 3a47579f0cd1: Layer already exists [2020-10-22T04:57:07.105Z] cd6d79ebbfb6: Layer already exists [2020-10-22T04:57:07.105Z] bc9edf4f1b6f: Pushed [2020-10-22T04:57:07.105Z] 3e7dc55cab04: Layer already exists [2020-10-22T04:57:07.380Z] b2e85fd0898f: Layer already exists [2020-10-22T04:57:07.380Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:57:07.977Z] bfb662bc92b7: Pushed [2020-10-22T04:57:08.571Z] 7a80105e330f: Pushed [2020-10-22T04:57:18.733Z] d6553d760777: Pushed [2020-10-22T04:57:19.005Z] 23d78d8d6164cd46726267bd4b072740b98d7786: digest: sha256:985171aad6c7c85f2028218b0352399d5ea720d43da55693ba35925f3eba391c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:19.350Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:19.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.88 [2020-10-22T04:57:19.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T04:57:19.686Z] e7e1507fabf2: Preparing [2020-10-22T04:57:19.686Z] bfb662bc92b7: Preparing [2020-10-22T04:57:19.686Z] d6553d760777: Preparing [2020-10-22T04:57:19.686Z] 4f6b1fbbf823: Preparing [2020-10-22T04:57:19.686Z] b80d8e92a8e3: Preparing [2020-10-22T04:57:19.686Z] 7a80105e330f: Preparing [2020-10-22T04:57:19.686Z] bc9edf4f1b6f: Preparing [2020-10-22T04:57:19.686Z] 52543ddb2901: Preparing [2020-10-22T04:57:19.686Z] 9f553b275599: Preparing [2020-10-22T04:57:19.686Z] 3a47579f0cd1: Preparing [2020-10-22T04:57:19.686Z] cd6d79ebbfb6: Preparing [2020-10-22T04:57:19.686Z] 3e7dc55cab04: Preparing [2020-10-22T04:57:19.686Z] b2e85fd0898f: Preparing [2020-10-22T04:57:19.686Z] cd3761cfa1d9: Preparing [2020-10-22T04:57:19.686Z] 7a80105e330f: Waiting [2020-10-22T04:57:19.686Z] bc9edf4f1b6f: Waiting [2020-10-22T04:57:19.686Z] 52543ddb2901: Waiting [2020-10-22T04:57:19.686Z] 9f553b275599: Waiting [2020-10-22T04:57:19.686Z] 3a47579f0cd1: Waiting [2020-10-22T04:57:19.686Z] cd6d79ebbfb6: Waiting [2020-10-22T04:57:19.686Z] 3e7dc55cab04: Waiting [2020-10-22T04:57:19.686Z] cd3761cfa1d9: Waiting [2020-10-22T04:57:19.958Z] e7e1507fabf2: Layer already exists [2020-10-22T04:57:19.958Z] d6553d760777: Layer already exists [2020-10-22T04:57:19.958Z] 4f6b1fbbf823: Layer already exists [2020-10-22T04:57:19.958Z] b80d8e92a8e3: Layer already exists [2020-10-22T04:57:19.958Z] bfb662bc92b7: Layer already exists [2020-10-22T04:57:19.958Z] bc9edf4f1b6f: Layer already exists [2020-10-22T04:57:19.958Z] 7a80105e330f: Layer already exists [2020-10-22T04:57:19.958Z] 52543ddb2901: Layer already exists [2020-10-22T04:57:19.958Z] 9f553b275599: Layer already exists [2020-10-22T04:57:19.958Z] 3a47579f0cd1: Layer already exists [2020-10-22T04:57:19.958Z] 3e7dc55cab04: Layer already exists [2020-10-22T04:57:19.958Z] b2e85fd0898f: Layer already exists [2020-10-22T04:57:19.958Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:57:19.959Z] cd6d79ebbfb6: Layer already exists [2020-10-22T04:57:19.959Z] 1.2.2-dev.88: digest: sha256:985171aad6c7c85f2028218b0352399d5ea720d43da55693ba35925f3eba391c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:20.302Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:20.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:57:20.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T04:57:20.637Z] e7e1507fabf2: Preparing [2020-10-22T04:57:20.637Z] bfb662bc92b7: Preparing [2020-10-22T04:57:20.637Z] d6553d760777: Preparing [2020-10-22T04:57:20.637Z] 4f6b1fbbf823: Preparing [2020-10-22T04:57:20.637Z] b80d8e92a8e3: Preparing [2020-10-22T04:57:20.637Z] 7a80105e330f: Preparing [2020-10-22T04:57:20.637Z] bc9edf4f1b6f: Preparing [2020-10-22T04:57:20.637Z] 52543ddb2901: Preparing [2020-10-22T04:57:20.637Z] 9f553b275599: Preparing [2020-10-22T04:57:20.637Z] 3a47579f0cd1: Preparing [2020-10-22T04:57:20.637Z] cd6d79ebbfb6: Preparing [2020-10-22T04:57:20.637Z] 3e7dc55cab04: Preparing [2020-10-22T04:57:20.637Z] b2e85fd0898f: Preparing [2020-10-22T04:57:20.637Z] cd3761cfa1d9: Preparing [2020-10-22T04:57:20.637Z] 3a47579f0cd1: Waiting [2020-10-22T04:57:20.637Z] cd6d79ebbfb6: Waiting [2020-10-22T04:57:20.637Z] 3e7dc55cab04: Waiting [2020-10-22T04:57:20.637Z] cd3761cfa1d9: Waiting [2020-10-22T04:57:20.637Z] b2e85fd0898f: Waiting [2020-10-22T04:57:20.637Z] 7a80105e330f: Waiting [2020-10-22T04:57:20.637Z] bc9edf4f1b6f: Waiting [2020-10-22T04:57:20.637Z] 52543ddb2901: Waiting [2020-10-22T04:57:20.637Z] 9f553b275599: Waiting [2020-10-22T04:57:20.911Z] 4f6b1fbbf823: Layer already exists [2020-10-22T04:57:20.911Z] bfb662bc92b7: Layer already exists [2020-10-22T04:57:20.911Z] e7e1507fabf2: Layer already exists [2020-10-22T04:57:20.911Z] b80d8e92a8e3: Layer already exists [2020-10-22T04:57:20.911Z] d6553d760777: Layer already exists [2020-10-22T04:57:20.911Z] bc9edf4f1b6f: Layer already exists [2020-10-22T04:57:20.911Z] 52543ddb2901: Layer already exists [2020-10-22T04:57:20.911Z] 7a80105e330f: Layer already exists [2020-10-22T04:57:20.911Z] 9f553b275599: Layer already exists [2020-10-22T04:57:20.911Z] 3a47579f0cd1: Layer already exists [2020-10-22T04:57:20.911Z] cd6d79ebbfb6: Layer already exists [2020-10-22T04:57:20.911Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:57:20.911Z] b2e85fd0898f: Layer already exists [2020-10-22T04:57:20.911Z] 3e7dc55cab04: Layer already exists [2020-10-22T04:57:20.911Z] 23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88: digest: sha256:985171aad6c7c85f2028218b0352399d5ea720d43da55693ba35925f3eba391c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:21.252Z] + 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-22T04:57:21.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-22T04:57:21.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T04:57:21.597Z] e7e1507fabf2: Preparing [2020-10-22T04:57:21.597Z] bfb662bc92b7: Preparing [2020-10-22T04:57:21.597Z] d6553d760777: Preparing [2020-10-22T04:57:21.597Z] 4f6b1fbbf823: Preparing [2020-10-22T04:57:21.597Z] b80d8e92a8e3: Preparing [2020-10-22T04:57:21.597Z] 7a80105e330f: Preparing [2020-10-22T04:57:21.597Z] bc9edf4f1b6f: Preparing [2020-10-22T04:57:21.597Z] 7a80105e330f: Waiting [2020-10-22T04:57:21.597Z] 52543ddb2901: Preparing [2020-10-22T04:57:21.597Z] bc9edf4f1b6f: Waiting [2020-10-22T04:57:21.597Z] 52543ddb2901: Waiting [2020-10-22T04:57:21.597Z] 9f553b275599: Preparing [2020-10-22T04:57:21.597Z] 3a47579f0cd1: Preparing [2020-10-22T04:57:21.597Z] cd6d79ebbfb6: Preparing [2020-10-22T04:57:21.597Z] 3e7dc55cab04: Preparing [2020-10-22T04:57:21.597Z] b2e85fd0898f: Preparing [2020-10-22T04:57:21.597Z] cd3761cfa1d9: Preparing [2020-10-22T04:57:21.597Z] 3a47579f0cd1: Waiting [2020-10-22T04:57:21.597Z] cd6d79ebbfb6: Waiting [2020-10-22T04:57:21.597Z] 3e7dc55cab04: Waiting [2020-10-22T04:57:21.597Z] b2e85fd0898f: Waiting [2020-10-22T04:57:21.597Z] cd3761cfa1d9: Waiting [2020-10-22T04:57:21.597Z] 9f553b275599: Waiting [2020-10-22T04:57:21.870Z] d6553d760777: Layer already exists [2020-10-22T04:57:21.870Z] e7e1507fabf2: Layer already exists [2020-10-22T04:57:21.870Z] 4f6b1fbbf823: Layer already exists [2020-10-22T04:57:21.870Z] b80d8e92a8e3: Layer already exists [2020-10-22T04:57:21.870Z] bfb662bc92b7: Layer already exists [2020-10-22T04:57:21.870Z] 52543ddb2901: Layer already exists [2020-10-22T04:57:21.871Z] bc9edf4f1b6f: Layer already exists [2020-10-22T04:57:21.871Z] 7a80105e330f: Layer already exists [2020-10-22T04:57:21.871Z] 3a47579f0cd1: Layer already exists [2020-10-22T04:57:21.871Z] 9f553b275599: Layer already exists [2020-10-22T04:57:21.871Z] cd6d79ebbfb6: Layer already exists [2020-10-22T04:57:21.871Z] 3e7dc55cab04: Layer already exists [2020-10-22T04:57:21.871Z] b2e85fd0898f: Layer already exists [2020-10-22T04:57:21.871Z] cd3761cfa1d9: Layer already exists [2020-10-22T04:57:21.871Z] master: digest: sha256:985171aad6c7c85f2028218b0352399d5ea720d43da55693ba35925f3eba391c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T04:57:22.063Z] ===================================================== [Pipeline] echo [2020-10-22T04:57:22.114Z] taggedImages: [2020-10-22T04:57:22.114Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:57:22.114Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.88 [2020-10-22T04:57:22.114Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786-1.2.2-dev.88 [2020-10-22T04:57:22.114Z] - 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-22T04:57:23.718Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-22T04:57:23.720Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-22T04:57:23.779Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:24.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T04:57:24.122Z] [2020-10-22T04:57:24.122Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:24.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T04:57:24.467Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-22T04:57:24.467Z] cbdbe7a5bc2a: Already exists [2020-10-22T04:57:24.467Z] 408f87550127: Pulling fs layer [2020-10-22T04:57:24.467Z] fe522b08c979: Pulling fs layer [2020-10-22T04:57:24.467Z] 221eaa008020: Pulling fs layer [2020-10-22T04:57:24.467Z] 2a4607e5d6b9: Pulling fs layer [2020-10-22T04:57:24.467Z] 8f79b27c4fd2: Pulling fs layer [2020-10-22T04:57:24.467Z] e5c8dbe1645b: Pulling fs layer [2020-10-22T04:57:24.467Z] 23e8b3b47431: Pulling fs layer [2020-10-22T04:57:24.467Z] 5c568d65a230: Pulling fs layer [2020-10-22T04:57:24.467Z] e5c8dbe1645b: Waiting [2020-10-22T04:57:24.467Z] 23e8b3b47431: Waiting [2020-10-22T04:57:24.467Z] 5c568d65a230: Waiting [2020-10-22T04:57:24.467Z] 2a4607e5d6b9: Waiting [2020-10-22T04:57:24.467Z] 8f79b27c4fd2: Waiting [2020-10-22T04:57:24.467Z] fe522b08c979: Verifying Checksum [2020-10-22T04:57:24.467Z] fe522b08c979: Download complete [2020-10-22T04:57:24.467Z] 408f87550127: Verifying Checksum [2020-10-22T04:57:24.467Z] 408f87550127: Download complete [2020-10-22T04:57:24.467Z] 2a4607e5d6b9: Verifying Checksum [2020-10-22T04:57:24.467Z] 2a4607e5d6b9: Download complete [2020-10-22T04:57:24.467Z] 8f79b27c4fd2: Verifying Checksum [2020-10-22T04:57:24.467Z] 8f79b27c4fd2: Download complete [2020-10-22T04:57:24.730Z] 408f87550127: Pull complete [2020-10-22T04:57:24.992Z] fe522b08c979: Pull complete [2020-10-22T04:57:26.381Z] e5c8dbe1645b: Download complete [2020-10-22T04:57:27.333Z] 23e8b3b47431: Verifying Checksum [2020-10-22T04:57:27.333Z] 23e8b3b47431: Download complete [2020-10-22T04:57:27.333Z] 5c568d65a230: Verifying Checksum [2020-10-22T04:57:27.333Z] 5c568d65a230: Download complete [2020-10-22T04:57:28.734Z] 221eaa008020: Verifying Checksum [2020-10-22T04:57:28.734Z] 221eaa008020: Download complete [2020-10-22T04:57:34.056Z] 221eaa008020: Pull complete [2020-10-22T04:57:34.057Z] 2a4607e5d6b9: Pull complete [2020-10-22T04:57:34.057Z] 8f79b27c4fd2: Pull complete [2020-10-22T04:57:39.354Z] e5c8dbe1645b: Pull complete [2020-10-22T04:57:42.830Z] 23e8b3b47431: Pull complete [2020-10-22T04:57:44.762Z] 5c568d65a230: Pull complete [2020-10-22T04:57:44.762Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-22T04:57:44.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T04:57:44.762Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-22T04:57:44.963Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:57:45.024Z] $ 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/204:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:57:46.237Z] $ docker top 367d97c5a93295102ac305651cac65e68283046ecdbababd0baebbb96548e52f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:57:46.812Z] + snyk monitor '--org=edgex-jenkins' [2020-10-22T04:57:53.406Z] [2020-10-22T04:57:53.406Z] Monitoring /w/workspace/edgex-go/204 (github.com/edgexfoundry/edgex-go)... [2020-10-22T04:57:53.406Z] [2020-10-22T04:57:53.406Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/d937c558-eed5-412d-85cc-67843e7dcece [2020-10-22T04:57:53.406Z] [2020-10-22T04:57:53.406Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-22T04:57:53.406Z] [2020-10-22T04:57:53.406Z] [2020-10-22T04:57:53.406Z] Snyk CLI supports Node.js 8 and higher. [2020-10-22T04:57:53.406Z] 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-22T04:57:53.406Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-22T04:57:53.406Z] [2020-10-22T04:57:53.406Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-22T04:57:53.406Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-22T04:57:53.406Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-22T04:57:53.406Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-22T04:57:53.421Z] $ docker stop --time=1 367d97c5a93295102ac305651cac65e68283046ecdbababd0baebbb96548e52f [2020-10-22T04:57:56.408Z] $ docker rm -f 367d97c5a93295102ac305651cac65e68283046ecdbababd0baebbb96548e52f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:58.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:57:58.029Z] [2020-10-22T04:57:58.029Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:57:58.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:57:58.377Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-22T04:57:58.377Z] e7c96db7181b: Pulling fs layer [2020-10-22T04:57:58.377Z] 1868ca2cb446: Pulling fs layer [2020-10-22T04:57:58.377Z] 136be5d0fe8e: Pulling fs layer [2020-10-22T04:57:58.377Z] 894bfe63afcb: Pulling fs layer [2020-10-22T04:57:58.377Z] 894bfe63afcb: Waiting [2020-10-22T04:57:58.377Z] 1868ca2cb446: Download complete [2020-10-22T04:57:58.377Z] 136be5d0fe8e: Download complete [2020-10-22T04:57:58.640Z] e7c96db7181b: Verifying Checksum [2020-10-22T04:57:58.640Z] e7c96db7181b: Download complete [2020-10-22T04:57:58.640Z] 894bfe63afcb: Verifying Checksum [2020-10-22T04:57:58.640Z] 894bfe63afcb: Download complete [2020-10-22T04:57:58.903Z] e7c96db7181b: Pull complete [2020-10-22T04:57:58.903Z] 1868ca2cb446: Pull complete [2020-10-22T04:57:59.169Z] 136be5d0fe8e: Pull complete [2020-10-22T04:57:59.432Z] 894bfe63afcb: Pull complete [2020-10-22T04:57:59.432Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-22T04:57:59.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:57:59.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-22T04:57:59.554Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:57:59.603Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:00.699Z] $ docker top 94534d9166df0f55a106453a3c8da9f73b2c0b801d90661fbccd7df01d0339c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:01.242Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:01.242Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:03.954Z] $ docker stop --time=1 94534d9166df0f55a106453a3c8da9f73b2c0b801d90661fbccd7df01d0339c3 [2020-10-22T04:58:05.302Z] $ docker rm -f 94534d9166df0f55a106453a3c8da9f73b2c0b801d90661fbccd7df01d0339c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:05.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:05.770Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:05.866Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:05.914Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:06.572Z] $ docker top f610374275aed1287f8bb11223c99ae7d359c04bac7f733ae8d683f74a0b8036 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:07.141Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:07.141Z] + tee [2020-10-22T04:58:07.141Z] clair timeout 1m0s [2020-10-22T04:58:07.141Z] docker timeout: 1m0s [2020-10-22T04:58:07.141Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:07.865Z] $ docker stop --time=1 f610374275aed1287f8bb11223c99ae7d359c04bac7f733ae8d683f74a0b8036 [2020-10-22T04:58:09.204Z] $ docker rm -f f610374275aed1287f8bb11223c99ae7d359c04bac7f733ae8d683f74a0b8036 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:58:09.728Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:58:09.743Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-core-command-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:58:09.798Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:10.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:10.247Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:10.346Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:10.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:11.110Z] $ docker top 9bd4e3700c5d9e62729995efe9e099d2e9b2686036d1cfdafb1271ae88d1fc15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:11.655Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:11.655Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:17.113Z] $ docker stop --time=1 9bd4e3700c5d9e62729995efe9e099d2e9b2686036d1cfdafb1271ae88d1fc15 [2020-10-22T04:58:18.562Z] $ docker rm -f 9bd4e3700c5d9e62729995efe9e099d2e9b2686036d1cfdafb1271ae88d1fc15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:19.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:19.044Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:19.153Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:19.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:20.004Z] $ docker top 55aefc965efb054d5c8c43a4646501632f15329e13fc1779ec026b74b2ff41a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:20.710Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:20.710Z] + tee [2020-10-22T04:58:20.710Z] clair timeout 1m0s [2020-10-22T04:58:20.710Z] docker timeout: 1m0s [2020-10-22T04:58:20.710Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:21.810Z] $ docker stop --time=1 55aefc965efb054d5c8c43a4646501632f15329e13fc1779ec026b74b2ff41a1 [2020-10-22T04:58:23.171Z] $ docker rm -f 55aefc965efb054d5c8c43a4646501632f15329e13fc1779ec026b74b2ff41a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:58:23.720Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:58:23.732Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-core-data-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:58:23.809Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:24.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:24.155Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:24.252Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:24.300Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:24.964Z] $ docker top cc613744a02688aca2384cdd37f7b67bb66b9b3e399aaede00b10f73db6bdd29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:25.517Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:25.517Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:28.258Z] $ docker stop --time=1 cc613744a02688aca2384cdd37f7b67bb66b9b3e399aaede00b10f73db6bdd29 [2020-10-22T04:58:29.650Z] $ docker rm -f cc613744a02688aca2384cdd37f7b67bb66b9b3e399aaede00b10f73db6bdd29 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:30.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:30.140Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:30.241Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:30.290Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:30.988Z] $ docker top c2cefe89ea7e9faab8b42a2747af11e471b13cb83f3bc1ebcf9b812c7e43151b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:31.542Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-metadata-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:31.542Z] [2020-10-22T04:58:31.542Z] clair timeout 1m0s [2020-10-22T04:58:31.542Z] docker timeout: 1m0s [2020-10-22T04:58:31.542Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:32.221Z] $ docker stop --time=1 c2cefe89ea7e9faab8b42a2747af11e471b13cb83f3bc1ebcf9b812c7e43151b [2020-10-22T04:58:33.578Z] $ docker rm -f c2cefe89ea7e9faab8b42a2747af11e471b13cb83f3bc1ebcf9b812c7e43151b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:58:34.049Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:58:34.061Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-core-metadata-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:58:34.114Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:34.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:34.457Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:34.565Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:34.613Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:35.357Z] $ docker top f413db199dbf2f56abf119390485aa996306847513692e8a3d0d2b967295abaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:35.965Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:35.965Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:40.377Z] $ docker stop --time=1 f413db199dbf2f56abf119390485aa996306847513692e8a3d0d2b967295abaf [2020-10-22T04:58:41.749Z] $ docker rm -f f413db199dbf2f56abf119390485aa996306847513692e8a3d0d2b967295abaf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:42.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:42.216Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:42.354Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:42.401Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:43.023Z] $ docker top 2bf10f08e4c6f5ca19e6e8543200283e9efe3c332fbde490331e0b948326bda6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:43.560Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:43.561Z] + tee [2020-10-22T04:58:43.561Z] clair timeout 1m0s [2020-10-22T04:58:43.561Z] docker timeout: 1m0s [2020-10-22T04:58:43.561Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:44.246Z] $ docker stop --time=1 2bf10f08e4c6f5ca19e6e8543200283e9efe3c332fbde490331e0b948326bda6 [2020-10-22T04:58:45.613Z] $ docker rm -f 2bf10f08e4c6f5ca19e6e8543200283e9efe3c332fbde490331e0b948326bda6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:58:46.168Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:58:46.182Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-security-proxy-setup-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:58:46.242Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:46.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:46.589Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:46.693Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:46.737Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:47.447Z] $ docker top 826c946cda8376bebdd66203e783da518ca47d0cda2425d7862a0541b73a5dd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:47.982Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:47.983Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:54.735Z] $ docker stop --time=1 826c946cda8376bebdd66203e783da518ca47d0cda2425d7862a0541b73a5dd5 [2020-10-22T04:58:56.142Z] $ docker rm -f 826c946cda8376bebdd66203e783da518ca47d0cda2425d7862a0541b73a5dd5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:58:56.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:58:56.629Z] . [Pipeline] withDockerContainer [2020-10-22T04:58:56.733Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:58:56.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:58:57.465Z] $ docker top 0002ddc081f8e132ba0e855f1de2d4fdfd9ca88377aa28fa04b2b285c6a857a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:58:57.998Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:58:57.998Z] + tee [2020-10-22T04:58:57.998Z] clair timeout 1m0s [2020-10-22T04:58:57.998Z] docker timeout: 1m0s [2020-10-22T04:58:57.998Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:58:59.522Z] $ docker stop --time=1 0002ddc081f8e132ba0e855f1de2d4fdfd9ca88377aa28fa04b2b285c6a857a3 [2020-10-22T04:59:00.884Z] $ docker rm -f 0002ddc081f8e132ba0e855f1de2d4fdfd9ca88377aa28fa04b2b285c6a857a3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:59:01.379Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:59:01.391Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-security-secrets-setup-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:59:01.447Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:01.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:01.790Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:01.890Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:01.947Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:02.569Z] $ docker top 8d84909622c1a64c7b41916cf35f7857a28712df2ea73fb4c37d4e4370582338 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:03.117Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:03.117Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:11.423Z] $ docker stop --time=1 8d84909622c1a64c7b41916cf35f7857a28712df2ea73fb4c37d4e4370582338 [2020-10-22T04:59:12.837Z] $ docker rm -f 8d84909622c1a64c7b41916cf35f7857a28712df2ea73fb4c37d4e4370582338 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:13.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:13.320Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:13.420Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:13.468Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:14.176Z] $ docker top 68885f8f9be96c2d975cba293ba7cff0ba06885b6f9bf33f04ff9c191b661a8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:14.727Z] + tee [2020-10-22T04:59:14.727Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:14.727Z] clair timeout 1m0s [2020-10-22T04:59:14.727Z] docker timeout: 1m0s [2020-10-22T04:59:14.727Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:16.250Z] $ docker stop --time=1 68885f8f9be96c2d975cba293ba7cff0ba06885b6f9bf33f04ff9c191b661a8a [2020-10-22T04:59:17.655Z] $ docker rm -f 68885f8f9be96c2d975cba293ba7cff0ba06885b6f9bf33f04ff9c191b661a8a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:59:18.127Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:59:18.139Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-security-secretstore-setup-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:59:18.192Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:18.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:18.537Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:18.634Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:18.838Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:19.508Z] $ docker top 5662e7be8bb64636d079b38b412371ed74885590e6536bc38559bfb111ec35e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:20.026Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:20.026Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:23.486Z] $ docker stop --time=1 5662e7be8bb64636d079b38b412371ed74885590e6536bc38559bfb111ec35e8 [2020-10-22T04:59:24.867Z] $ docker rm -f 5662e7be8bb64636d079b38b412371ed74885590e6536bc38559bfb111ec35e8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:25.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:25.344Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:25.451Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:25.501Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:26.147Z] $ docker top c597785f2309faf290dd38050ade37af78081f2b8ac79a3afb204804e8e79cfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:26.796Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:26.796Z] + tee [2020-10-22T04:59:26.796Z] clair timeout 1m0s [2020-10-22T04:59:26.796Z] docker timeout: 1m0s [2020-10-22T04:59:26.796Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:27.494Z] $ docker stop --time=1 c597785f2309faf290dd38050ade37af78081f2b8ac79a3afb204804e8e79cfb [2020-10-22T04:59:29.169Z] $ docker rm -f c597785f2309faf290dd38050ade37af78081f2b8ac79a3afb204804e8e79cfb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:59:29.641Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:59:29.652Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-support-logging-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:59:29.702Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:30.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:30.041Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:30.140Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:30.185Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:30.813Z] $ docker top 5288cdc2491aa410c6f7305040111924866629e61d5eacce688b7b303c4304bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:31.351Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:31.351Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:36.814Z] $ docker stop --time=1 5288cdc2491aa410c6f7305040111924866629e61d5eacce688b7b303c4304bb [2020-10-22T04:59:38.213Z] $ docker rm -f 5288cdc2491aa410c6f7305040111924866629e61d5eacce688b7b303c4304bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:38.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:38.689Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:38.787Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:38.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:39.563Z] $ docker top e925ba3a38f19c10d1cefdc50069a333c49317e9c6166700d196d89b29eeebe5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:40.082Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:40.082Z] + tee [2020-10-22T04:59:40.082Z] clair timeout 1m0s [2020-10-22T04:59:40.082Z] docker timeout: 1m0s [2020-10-22T04:59:40.082Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:41.200Z] $ docker stop --time=1 e925ba3a38f19c10d1cefdc50069a333c49317e9c6166700d196d89b29eeebe5 [2020-10-22T04:59:42.594Z] $ docker rm -f e925ba3a38f19c10d1cefdc50069a333c49317e9c6166700d196d89b29eeebe5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:59:43.061Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:59:43.074Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-support-notifications-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:59:43.125Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:43.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:43.494Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:43.595Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:43.661Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:44.297Z] $ docker top b0bb08a6e123c23dd289ae0c9d824d2e81ef24041ba8bc11d8df905c3883aa73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:44.841Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:44.842Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:47.531Z] $ docker stop --time=1 b0bb08a6e123c23dd289ae0c9d824d2e81ef24041ba8bc11d8df905c3883aa73 [2020-10-22T04:59:48.884Z] $ docker rm -f b0bb08a6e123c23dd289ae0c9d824d2e81ef24041ba8bc11d8df905c3883aa73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:49.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:49.344Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:49.444Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:49.491Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:50.057Z] $ docker top ea1f0d3d2a6d8d471901ee4be6954b64e3edbe2c6aff51ebe4f6ebefef0eb8aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:50.566Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:50.566Z] + tee [2020-10-22T04:59:50.566Z] clair timeout 1m0s [2020-10-22T04:59:50.566Z] docker timeout: 1m0s [2020-10-22T04:59:50.566Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T04:59:51.247Z] $ docker stop --time=1 ea1f0d3d2a6d8d471901ee4be6954b64e3edbe2c6aff51ebe4f6ebefef0eb8aa [2020-10-22T04:59:52.599Z] $ docker rm -f ea1f0d3d2a6d8d471901ee4be6954b64e3edbe2c6aff51ebe4f6ebefef0eb8aa [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:59:53.076Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T04:59:53.089Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-support-scheduler-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T04:59:53.140Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:59:53.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T04:59:53.480Z] . [Pipeline] withDockerContainer [2020-10-22T04:59:53.584Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T04:59:53.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T04:59:54.276Z] $ docker top 178d7ba974d2b0c4b717e1d7facfba5f0c9ee2049d90aff90818a60840444bba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T04:59:54.816Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T04:59:54.817Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:09.952Z] $ docker stop --time=1 178d7ba974d2b0c4b717e1d7facfba5f0c9ee2049d90aff90818a60840444bba [2020-10-22T05:00:11.328Z] $ docker rm -f 178d7ba974d2b0c4b717e1d7facfba5f0c9ee2049d90aff90818a60840444bba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:11.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:11.814Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:11.913Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:11.958Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:12.622Z] $ docker top 5b262c710d5ec46e033d7b38ae5df20c5b52b066b82368ed4bf0c89c8b747976 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:13.184Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:13.184Z] + tee [2020-10-22T05:00:13.184Z] clair timeout 1m0s [2020-10-22T05:00:13.184Z] docker timeout: 1m0s [2020-10-22T05:00:13.184Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:14.697Z] $ docker stop --time=1 5b262c710d5ec46e033d7b38ae5df20c5b52b066b82368ed4bf0c89c8b747976 [2020-10-22T05:00:16.100Z] $ docker rm -f 5b262c710d5ec46e033d7b38ae5df20c5b52b066b82368ed4bf0c89c8b747976 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:00:16.585Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:00:16.599Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-sys-mgmt-agent-go_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:00:16.654Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:17.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:17.036Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:17.139Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:17.187Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:17.863Z] $ docker top ab586ee1325a95281a382b62395cce97bd9d416be3d428d1a2a4f38f61285815 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:18.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:18.455Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:21.167Z] $ docker stop --time=1 ab586ee1325a95281a382b62395cce97bd9d416be3d428d1a2a4f38f61285815 [2020-10-22T05:00:22.533Z] $ docker rm -f ab586ee1325a95281a382b62395cce97bd9d416be3d428d1a2a4f38f61285815 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:23.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:23.041Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:23.147Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:23.196Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:23.874Z] $ docker top ce9deb010dfe9ebd8bb0b72963ba8b0568b4565950fc40a68befa688a4a1e016 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:24.388Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:24.388Z] + tee [2020-10-22T05:00:24.388Z] clair timeout 1m0s [2020-10-22T05:00:24.388Z] docker timeout: 1m0s [2020-10-22T05:00:24.388Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:25.067Z] $ docker stop --time=1 ce9deb010dfe9ebd8bb0b72963ba8b0568b4565950fc40a68befa688a4a1e016 [2020-10-22T05:00:26.424Z] $ docker rm -f ce9deb010dfe9ebd8bb0b72963ba8b0568b4565950fc40a68befa688a4a1e016 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:00:26.941Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:00:26.953Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-core-command-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:00:27.017Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:27.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:27.356Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:27.458Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:27.502Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:28.091Z] $ docker top f292b9ee8bda5b239a2c7dc4d7c80b17c8bcb83f24f33360238fdf410550c734 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:28.599Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:28.599Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:34.098Z] $ docker stop --time=1 f292b9ee8bda5b239a2c7dc4d7c80b17c8bcb83f24f33360238fdf410550c734 [2020-10-22T05:00:35.442Z] $ docker rm -f f292b9ee8bda5b239a2c7dc4d7c80b17c8bcb83f24f33360238fdf410550c734 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:35.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:35.914Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:36.010Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:36.055Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:36.695Z] $ docker top 98c2891b696daed6ab2c5d89bbde8f88f298ee851c2d1c5b948a4a1dae42ed36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:37.244Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:37.244Z] + tee [2020-10-22T05:00:37.244Z] clair timeout 1m0s [2020-10-22T05:00:37.244Z] docker timeout: 1m0s [2020-10-22T05:00:37.244Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:38.302Z] $ docker stop --time=1 98c2891b696daed6ab2c5d89bbde8f88f298ee851c2d1c5b948a4a1dae42ed36 [2020-10-22T05:00:39.653Z] $ docker rm -f 98c2891b696daed6ab2c5d89bbde8f88f298ee851c2d1c5b948a4a1dae42ed36 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:00:40.180Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:00:40.197Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-core-data-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:00:40.262Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:40.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:40.606Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:40.734Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:40.788Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:41.380Z] $ docker top 42a4b785c8652d0c727d70dd56cfb621b6cacdaa4a91249d1de0f04fec616c2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:41.915Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:41.915Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:44.629Z] $ docker stop --time=1 42a4b785c8652d0c727d70dd56cfb621b6cacdaa4a91249d1de0f04fec616c2c [2020-10-22T05:00:45.994Z] $ docker rm -f 42a4b785c8652d0c727d70dd56cfb621b6cacdaa4a91249d1de0f04fec616c2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:46.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:46.497Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:46.591Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:46.633Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:47.292Z] $ docker top 38e4cbe02572e5dbbc75b45415252c0854619d9a5aa90340ef10a89a5974521d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:47.870Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:47.871Z] + tee [2020-10-22T05:00:47.871Z] clair timeout 1m0s [2020-10-22T05:00:47.871Z] docker timeout: 1m0s [2020-10-22T05:00:47.871Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:48.549Z] $ docker stop --time=1 38e4cbe02572e5dbbc75b45415252c0854619d9a5aa90340ef10a89a5974521d [2020-10-22T05:00:49.901Z] $ docker rm -f 38e4cbe02572e5dbbc75b45415252c0854619d9a5aa90340ef10a89a5974521d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:00:50.381Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:00:50.394Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-core-metadata-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:00:50.449Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:50.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:50.813Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:50.910Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:50.954Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:51.626Z] $ docker top ac28755e5896b029f0cc128df5404ae071791eff906857422c5962f08c71cb64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:00:52.247Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:00:52.247Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:00:56.623Z] $ docker stop --time=1 ac28755e5896b029f0cc128df5404ae071791eff906857422c5962f08c71cb64 [2020-10-22T05:00:58.040Z] $ docker rm -f ac28755e5896b029f0cc128df5404ae071791eff906857422c5962f08c71cb64 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:00:58.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:00:58.519Z] . [Pipeline] withDockerContainer [2020-10-22T05:00:58.615Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:00:58.664Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:00:59.647Z] $ docker top 9cb633e4a387f79c7422920a3faeb7d2bf236ea34b08781bdb3c05c39b902316 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:00.196Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:00.196Z] + tee [2020-10-22T05:01:00.196Z] clair timeout 1m0s [2020-10-22T05:01:00.196Z] docker timeout: 1m0s [2020-10-22T05:01:00.196Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:01.253Z] $ docker stop --time=1 9cb633e4a387f79c7422920a3faeb7d2bf236ea34b08781bdb3c05c39b902316 [2020-10-22T05:01:02.625Z] $ docker rm -f 9cb633e4a387f79c7422920a3faeb7d2bf236ea34b08781bdb3c05c39b902316 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:01:03.107Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:01:03.120Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:01:03.198Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:03.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:03.702Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:03.814Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:03.862Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:04.515Z] $ docker top c30635c13e5852e2f70e46f5aa8ba5a783f3a82a3d5ee5bdad5505b1a580306b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:05.056Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:05.056Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:12.044Z] $ docker stop --time=1 c30635c13e5852e2f70e46f5aa8ba5a783f3a82a3d5ee5bdad5505b1a580306b [2020-10-22T05:01:13.653Z] $ docker rm -f c30635c13e5852e2f70e46f5aa8ba5a783f3a82a3d5ee5bdad5505b1a580306b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:14.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:14.212Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:14.333Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:14.427Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:15.067Z] $ docker top 297e1ef1fe94f816b70f05d0753a74da6943e74d7d27ab2b43f9054efb055b38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:15.768Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:15.768Z] + tee [2020-10-22T05:01:15.768Z] clair timeout 1m0s [2020-10-22T05:01:15.768Z] docker timeout: 1m0s [2020-10-22T05:01:15.768Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:17.333Z] $ docker stop --time=1 297e1ef1fe94f816b70f05d0753a74da6943e74d7d27ab2b43f9054efb055b38 [2020-10-22T05:01:18.699Z] $ docker rm -f 297e1ef1fe94f816b70f05d0753a74da6943e74d7d27ab2b43f9054efb055b38 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:01:19.427Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:01:19.449Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:01:19.556Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:19.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:20.000Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:20.117Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:20.166Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:20.803Z] $ docker top cf2c70a2af55dfa76bc8e40607dbd49a8b19d88cb607c12622dadca2e7ee3df7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:21.471Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:21.472Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:29.966Z] $ docker stop --time=1 cf2c70a2af55dfa76bc8e40607dbd49a8b19d88cb607c12622dadca2e7ee3df7 [2020-10-22T05:01:31.393Z] $ docker rm -f cf2c70a2af55dfa76bc8e40607dbd49a8b19d88cb607c12622dadca2e7ee3df7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:31.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:31.967Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:32.134Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:32.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:33.014Z] $ docker top 6f78a5f25a6d4aa22a79a0ea45a844164d85f38ef66a8fe7502b2116285b9be5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:34.479Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:34.479Z] + tee [2020-10-22T05:01:34.479Z] clair timeout 1m0s [2020-10-22T05:01:34.479Z] docker timeout: 1m0s [2020-10-22T05:01:34.479Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:35.188Z] $ docker stop --time=1 6f78a5f25a6d4aa22a79a0ea45a844164d85f38ef66a8fe7502b2116285b9be5 [2020-10-22T05:01:36.552Z] $ docker rm -f 6f78a5f25a6d4aa22a79a0ea45a844164d85f38ef66a8fe7502b2116285b9be5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:01:37.104Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:01:37.143Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:01:37.206Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:37.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:37.639Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:37.774Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:37.883Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:38.558Z] $ docker top 73808f48e3913389b1861820c2f4d2d727545b05d70691a8bd041a3b722ea551 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:39.165Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:39.165Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:42.784Z] $ docker stop --time=1 73808f48e3913389b1861820c2f4d2d727545b05d70691a8bd041a3b722ea551 [2020-10-22T05:01:44.181Z] $ docker rm -f 73808f48e3913389b1861820c2f4d2d727545b05d70691a8bd041a3b722ea551 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:44.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:44.699Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:44.799Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:44.846Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:45.445Z] $ docker top f9e7972d48de359c5f80100a0e5ccb2961e1dba6159950243cc182e426b0ba8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:45.970Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:45.970Z] + tee [2020-10-22T05:01:45.970Z] clair timeout 1m0s [2020-10-22T05:01:45.970Z] docker timeout: 1m0s [2020-10-22T05:01:45.970Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:46.646Z] $ docker stop --time=1 f9e7972d48de359c5f80100a0e5ccb2961e1dba6159950243cc182e426b0ba8b [2020-10-22T05:01:47.998Z] $ docker rm -f f9e7972d48de359c5f80100a0e5ccb2961e1dba6159950243cc182e426b0ba8b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:01:48.468Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:01:48.482Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-support-logging-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:01:48.535Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:50.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:50.129Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:50.228Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:50.271Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:50.935Z] $ docker top 520ea5fb15588e59f5bae15d213ec4a4878f2ad563fbe2d1bd770627c349a979 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:01:51.461Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:01:51.461Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:01:56.976Z] $ docker stop --time=1 520ea5fb15588e59f5bae15d213ec4a4878f2ad563fbe2d1bd770627c349a979 [2020-10-22T05:01:58.377Z] $ docker rm -f 520ea5fb15588e59f5bae15d213ec4a4878f2ad563fbe2d1bd770627c349a979 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:01:58.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:01:58.865Z] . [Pipeline] withDockerContainer [2020-10-22T05:01:58.978Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:01:59.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:01:59.879Z] $ docker top 9bcf9c54a5f727bcc6c98e779d41b660ae94e9e5ffe06c7c7da7eadcccb422cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:02:00.423Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:02:00.423Z] + tee [2020-10-22T05:02:00.423Z] clair timeout 1m0s [2020-10-22T05:02:00.423Z] docker timeout: 1m0s [2020-10-22T05:02:00.423Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:02:01.485Z] $ docker stop --time=1 9bcf9c54a5f727bcc6c98e779d41b660ae94e9e5ffe06c7c7da7eadcccb422cd [2020-10-22T05:02:02.842Z] $ docker rm -f 9bcf9c54a5f727bcc6c98e779d41b660ae94e9e5ffe06c7c7da7eadcccb422cd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:02:03.309Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:02:03.323Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-support-notifications-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:02:03.431Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:02:03.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:02:03.779Z] . [Pipeline] withDockerContainer [2020-10-22T05:02:03.887Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:02:03.934Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:02:04.578Z] $ docker top f8b512f79457ac384d034fc7767b7c7c8d0c37bf65160d47e02aaf6640e4ddf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:02:05.093Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:02:05.093Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:02:07.801Z] $ docker stop --time=1 f8b512f79457ac384d034fc7767b7c7c8d0c37bf65160d47e02aaf6640e4ddf3 [2020-10-22T05:02:09.168Z] $ docker rm -f f8b512f79457ac384d034fc7767b7c7c8d0c37bf65160d47e02aaf6640e4ddf3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:02:09.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:02:09.633Z] . [Pipeline] withDockerContainer [2020-10-22T05:02:09.739Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:02:09.787Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:02:10.357Z] $ docker top dd8f37d561b65970b782d97857b036eda76940f7fa30532bb5c88c40fa66cc6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:02:10.897Z] + tee [2020-10-22T05:02:10.898Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:02:10.898Z] clair timeout 1m0s [2020-10-22T05:02:10.898Z] docker timeout: 1m0s [2020-10-22T05:02:10.898Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:02:11.583Z] $ docker stop --time=1 dd8f37d561b65970b782d97857b036eda76940f7fa30532bb5c88c40fa66cc6a [2020-10-22T05:02:12.927Z] $ docker rm -f dd8f37d561b65970b782d97857b036eda76940f7fa30532bb5c88c40fa66cc6a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:02:13.442Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:02:13.455Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-support-scheduler-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:02:13.520Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:02:13.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:02:13.862Z] . [Pipeline] withDockerContainer [2020-10-22T05:02:13.960Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:02:14.157Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:02:14.731Z] $ docker top f26006e7067f15317e2362ea9688058b0f345105d37b6316b7ee637f502deb06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:02:15.250Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:02:15.250Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:02:30.453Z] $ docker stop --time=1 f26006e7067f15317e2362ea9688058b0f345105d37b6316b7ee637f502deb06 [2020-10-22T05:02:31.883Z] $ docker rm -f f26006e7067f15317e2362ea9688058b0f345105d37b6316b7ee637f502deb06 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:02:32.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T05:02:32.412Z] . [Pipeline] withDockerContainer [2020-10-22T05:02:32.511Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:02:32.558Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:02:33.281Z] $ docker top 7e7199a58e894a48522239d93a56d4872a876a12bd3a162a3f3331c0701623dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T05:02:33.856Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:23d78d8d6164cd46726267bd4b072740b98d7786 [2020-10-22T05:02:33.857Z] + tee [2020-10-22T05:02:33.857Z] clair timeout 1m0s [2020-10-22T05:02:33.857Z] docker timeout: 1m0s [2020-10-22T05:02:33.857Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T05:02:35.365Z] $ docker stop --time=1 7e7199a58e894a48522239d93a56d4872a876a12bd3a162a3f3331c0701623dc [2020-10-22T05:02:36.716Z] $ docker rm -f 7e7199a58e894a48522239d93a56d4872a876a12bd3a162a3f3331c0701623dc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T05:02:37.179Z] + mkdir -p /w/workspace/edgex-go/204/clair-reports [Pipeline] echo [2020-10-22T05:02:37.192Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/204/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_23d78d8d6164cd46726267bd4b072740b98d7786.html [Pipeline] writeFile [Pipeline] step [2020-10-22T05:02:37.250Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-22T05:02:37.697Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T05:02:37.767Z] provisioning config files... [2020-10-22T05:02:37.780Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/204@tmp/config7726068282250716023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:02:38.152Z] --> edgex-publish-swagger.sh [2020-10-22T05:02:38.153Z] === Publish openapi/v1 API === [2020-10-22T05:02:38.153Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-22T05:02:38.153Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T05:02:38.153Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:38.153Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:39.540Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8240 0:00:01 0:00:01 --:--:-- 8245 100 10521 0 0 100 10521 0 8239 0:00:01 0:00:01 --:--:-- 8245 [2020-10-22T05:02:39.540Z] [2020-10-22T05:02:39.540Z] [2020-10-22T05:02:39.540Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T05:02:39.540Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:39.540Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:40.482Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31751 0:00:01 0:00:01 --:--:-- 31761 100 32556 0 0 100 32556 0 31745 0:00:01 0:00:01 --:--:-- 31761 [2020-10-22T05:02:40.482Z] [2020-10-22T05:02:40.482Z] [2020-10-22T05:02:40.482Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T05:02:40.482Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:40.482Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:41.868Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63158 0:00:01 0:00:01 --:--:-- 63170 100 73720 0 0 100 73720 0 63150 0:00:01 0:00:01 --:--:-- 63170 [2020-10-22T05:02:41.868Z] [2020-10-22T05:02:41.868Z] [2020-10-22T05:02:41.868Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T05:02:41.868Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:41.868Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:42.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13594 --:--:-- --:--:-- --:--:-- 13593 [2020-10-22T05:02:42.812Z] [2020-10-22T05:02:42.812Z] [2020-10-22T05:02:42.812Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T05:02:42.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:42.812Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:43.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34922 0:00:01 0:00:01 --:--:-- 34940 [2020-10-22T05:02:43.755Z] [2020-10-22T05:02:43.755Z] [2020-10-22T05:02:43.755Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T05:02:43.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:43.755Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:44.959Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13832 0:00:01 0:00:01 --:--:-- 13846 [2020-10-22T05:02:44.959Z] [2020-10-22T05:02:44.959Z] [2020-10-22T05:02:44.959Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T05:02:44.959Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:44.959Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:45.905Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3707 0:00:01 0:00:01 --:--:-- 3708 100 4109 0 0 100 4109 0 3706 0:00:01 0:00:01 --:--:-- 3708 [2020-10-22T05:02:45.905Z] [2020-10-22T05:02:45.905Z] [2020-10-22T05:02:45.905Z] === Publish openapi/v2 API === [2020-10-22T05:02:45.905Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-22T05:02:45.905Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T05:02:45.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:45.905Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:47.292Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27492 0:00:01 0:00:01 --:--:-- 27500 100 29535 0 0 100 29535 0 27488 0:00:01 0:00:01 --:--:-- 27500 [2020-10-22T05:02:47.292Z] [2020-10-22T05:02:47.292Z] [2020-10-22T05:02:47.292Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T05:02:47.292Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:47.292Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:48.806Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 55146 0:00:01 0:00:01 --:--:-- 55166 100 65648 0 0 100 65648 0 40560 0:00:01 0:00:01 --:--:-- 40573 [2020-10-22T05:02:48.806Z] [2020-10-22T05:02:48.806Z] [2020-10-22T05:02:48.806Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T05:02:48.806Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:48.806Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:49.748Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 109k 0:00:01 0:00:01 --:--:-- 109k [2020-10-22T05:02:49.748Z] [2020-10-22T05:02:49.748Z] [2020-10-22T05:02:49.748Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T05:02:49.748Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:49.748Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:50.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 22010 0:00:01 0:00:01 --:--:-- 21997 100 23691 0 0 100 23691 0 22007 0:00:01 0:00:01 --:--:-- 21997 [2020-10-22T05:02:50.952Z] [2020-10-22T05:02:50.952Z] [2020-10-22T05:02:50.952Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T05:02:50.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:50.952Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:51.895Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54811 0:00:01 0:00:01 --:--:-- 54847 100 62691 0 0 100 62691 0 54804 0:00:01 0:00:01 --:--:-- 54847 [2020-10-22T05:02:51.895Z] [2020-10-22T05:02:51.895Z] [2020-10-22T05:02:52.157Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T05:02:52.157Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:52.157Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:53.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39521 0:00:01 0:00:01 --:--:-- 39553 100 46198 0 0 100 46198 0 39516 0:00:01 0:00:01 --:--:-- 39553 [2020-10-22T05:02:53.114Z] [2020-10-22T05:02:53.114Z] [2020-10-22T05:02:53.114Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T05:02:53.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T05:02:53.114Z] Dload Upload Total Spent Left Speed [2020-10-22T05:02:54.118Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 23223 0:00:01 0:00:01 --:--:-- 23237 100 23725 0 0 100 23725 0 23219 0:00:01 0:00:01 --:--:-- 23237 [2020-10-22T05:02:54.118Z] [2020-10-22T05:02:54.118Z] [Pipeline] } [2020-10-22T05:02:54.127Z] 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-22T05:02:55.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T05:02:55.066Z] . [Pipeline] withDockerContainer [2020-10-22T05:02:55.169Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:02:55.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:02:55.861Z] $ docker top df15ca9f1396daf74564a35a8544e50548496442c7d7aa7409df6bf68907256b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T05:02:56.197Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T05:02:56.197Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T05:02:56.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T05:02:56.417Z] $ docker exec df15ca9f1396daf74564a35a8544e50548496442c7d7aa7409df6bf68907256b ssh-agent [2020-10-22T05:02:56.581Z] SSH_AUTH_SOCK=/tmp/ssh-WjrpE9TMAbEQ/agent.11 [2020-10-22T05:02:56.581Z] SSH_AGENT_PID=16 [2020-10-22T05:02:56.589Z] Running ssh-add (command line suppressed) [2020-10-22T05:02:56.718Z] Identity added: /w/workspace/edgex-go/204@tmp/private_key_1478340673818611817.key (/w/workspace/edgex-go/204@tmp/private_key_1478340673818611817.key) [2020-10-22T05:02:56.771Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T05:02:57.100Z] + git semver tag [2020-10-22T05:02:57.363Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T05:02:57.363Z] # $GIT_DIR = /w/workspace/edgex-go/204/.git [2020-10-22T05:02:57.363Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/204 [2020-10-22T05:02:57.363Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T05:02:57.363Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T05:02:57.363Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T05:02:57.363Z] # $SEMVER_BRANCH = master [2020-10-22T05:02:57.363Z] # $SEMVER_DIR = /w/workspace/edgex-go/204/.semver [2020-10-22T05:02:57.363Z] # 23d78d8d6164cd46726267bd4b072740b98d7786 HEAD [2020-10-22T05:02:57.938Z] # -> Force: false [2020-10-22T05:02:57.938Z] # 4bfff5915416338ff145c863f493ac656d5c1ed6 refs/tags/v1.2.2-dev.88 [Pipeline] } [2020-10-22T05:02:57.951Z] $ docker exec --env ******** --env ******** df15ca9f1396daf74564a35a8544e50548496442c7d7aa7409df6bf68907256b ssh-agent -k [2020-10-22T05:02:58.106Z] unset SSH_AUTH_SOCK; [2020-10-22T05:02:58.106Z] unset SSH_AGENT_PID; [2020-10-22T05:02:58.106Z] echo Agent pid 16 killed; [2020-10-22T05:02:58.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T05:02:58.643Z] + git semver [Pipeline] } [2020-10-22T05:02:58.662Z] $ docker stop --time=1 df15ca9f1396daf74564a35a8544e50548496442c7d7aa7409df6bf68907256b [2020-10-22T05:03:00.050Z] $ docker rm -f df15ca9f1396daf74564a35a8544e50548496442c7d7aa7409df6bf68907256b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:03:00.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T05:03:00.733Z] [2020-10-22T05:03:00.733Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:03:01.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T05:03:01.081Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-22T05:03:01.081Z] ab5ef0e58194: Pulling fs layer [2020-10-22T05:03:01.081Z] 9712f1f96733: Pulling fs layer [2020-10-22T05:03:01.081Z] 63f879dbbcfc: Pulling fs layer [2020-10-22T05:03:01.081Z] 0d9ebad4ef96: Pulling fs layer [2020-10-22T05:03:01.081Z] e9a5061849ea: Pulling fs layer [2020-10-22T05:03:01.081Z] d747dcd14b5f: Pulling fs layer [2020-10-22T05:03:01.081Z] 2de7ff778b66: Pulling fs layer [2020-10-22T05:03:01.081Z] 0d9ebad4ef96: Waiting [2020-10-22T05:03:01.081Z] d747dcd14b5f: Waiting [2020-10-22T05:03:01.081Z] e9a5061849ea: Waiting [2020-10-22T05:03:01.081Z] 2de7ff778b66: Waiting [2020-10-22T05:03:01.081Z] 9712f1f96733: Verifying Checksum [2020-10-22T05:03:01.081Z] 9712f1f96733: Download complete [2020-10-22T05:03:03.639Z] 63f879dbbcfc: Verifying Checksum [2020-10-22T05:03:03.639Z] 63f879dbbcfc: Download complete [2020-10-22T05:03:03.639Z] e9a5061849ea: Verifying Checksum [2020-10-22T05:03:03.639Z] e9a5061849ea: Download complete [2020-10-22T05:03:03.639Z] d747dcd14b5f: Verifying Checksum [2020-10-22T05:03:03.639Z] d747dcd14b5f: Download complete [2020-10-22T05:03:03.903Z] 0d9ebad4ef96: Verifying Checksum [2020-10-22T05:03:03.903Z] 0d9ebad4ef96: Download complete [2020-10-22T05:03:03.903Z] 2de7ff778b66: Verifying Checksum [2020-10-22T05:03:03.903Z] 2de7ff778b66: Download complete [2020-10-22T05:03:03.903Z] ab5ef0e58194: Download complete [2020-10-22T05:03:08.148Z] ab5ef0e58194: Pull complete [2020-10-22T05:03:08.149Z] 9712f1f96733: Pull complete [2020-10-22T05:03:11.453Z] 63f879dbbcfc: Pull complete [2020-10-22T05:03:16.808Z] 0d9ebad4ef96: Pull complete [2020-10-22T05:03:20.122Z] e9a5061849ea: Pull complete [2020-10-22T05:03:20.122Z] d747dcd14b5f: Pull complete [2020-10-22T05:03:22.678Z] 2de7ff778b66: Pull complete [2020-10-22T05:03:22.678Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-22T05:03:22.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T05:03:22.678Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-22T05:03:22.847Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:03:23.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:03:25.620Z] $ docker top b35fb43ad8a40cfbd0d13c704ff7355ece52ea64fa94543b9ff25c512000744d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-22T05:03:25.903Z] provisioning config files... [2020-10-22T05:03:25.913Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/204@tmp/config1485520765146663517tmp [2020-10-22T05:03:25.928Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/204@tmp/config645464768033855736tmp [2020-10-22T05:03:25.943Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/204@tmp/config8377406141009313446tmp [Pipeline] { [Pipeline] echo [2020-10-22T05:03:26.005Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:03:26.303Z] ---> sigul-configuration.sh [2020-10-22T05:03:26.303Z] gpg: directory `/root/.gnupg' created [2020-10-22T05:03:26.303Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-22T05:03:26.303Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-22T05:03:26.303Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-22T05:03:26.303Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-22T05:03:26.303Z] gpg: CAST5 encrypted data [2020-10-22T05:03:26.564Z] gpg: encrypted with 1 passphrase [2020-10-22T05:03:26.564Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-22T05:03:26.859Z] + mkdir /home/jenkins [2020-10-22T05:03:26.859Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-22T05:03:27.156Z] + 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-22T05:03:27.166Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:03:27.459Z] ---> sigul-install.sh [2020-10-22T05:03:32.763Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-22T05:03:33.320Z] + git tag --list [2020-10-22T05:03:33.320Z] 0.6.0 [2020-10-22T05:03:33.320Z] 0.6.1 [2020-10-22T05:03:33.320Z] 0.7.0 [2020-10-22T05:03:33.320Z] 0.7.1 [2020-10-22T05:03:33.320Z] v1.0.0 [2020-10-22T05:03:33.320Z] v1.0.1 [2020-10-22T05:03:33.320Z] v1.1.0 [2020-10-22T05:03:33.320Z] v1.2.0 [2020-10-22T05:03:33.320Z] v1.2.1 [2020-10-22T05:03:33.320Z] v1.2.2-dev.1 [2020-10-22T05:03:33.320Z] v1.2.2-dev.10 [2020-10-22T05:03:33.320Z] v1.2.2-dev.11 [2020-10-22T05:03:33.320Z] v1.2.2-dev.12 [2020-10-22T05:03:33.320Z] v1.2.2-dev.13 [2020-10-22T05:03:33.320Z] v1.2.2-dev.14 [2020-10-22T05:03:33.320Z] v1.2.2-dev.15 [2020-10-22T05:03:33.320Z] v1.2.2-dev.16 [2020-10-22T05:03:33.320Z] v1.2.2-dev.17 [2020-10-22T05:03:33.320Z] v1.2.2-dev.18 [2020-10-22T05:03:33.320Z] v1.2.2-dev.19 [2020-10-22T05:03:33.320Z] v1.2.2-dev.2 [2020-10-22T05:03:33.320Z] v1.2.2-dev.20 [2020-10-22T05:03:33.320Z] v1.2.2-dev.21 [2020-10-22T05:03:33.320Z] v1.2.2-dev.22 [2020-10-22T05:03:33.320Z] v1.2.2-dev.23 [2020-10-22T05:03:33.320Z] v1.2.2-dev.24 [2020-10-22T05:03:33.320Z] v1.2.2-dev.25 [2020-10-22T05:03:33.320Z] v1.2.2-dev.26 [2020-10-22T05:03:33.320Z] v1.2.2-dev.27 [2020-10-22T05:03:33.320Z] v1.2.2-dev.28 [2020-10-22T05:03:33.320Z] v1.2.2-dev.29 [2020-10-22T05:03:33.320Z] v1.2.2-dev.3 [2020-10-22T05:03:33.320Z] v1.2.2-dev.30 [2020-10-22T05:03:33.320Z] v1.2.2-dev.31 [2020-10-22T05:03:33.320Z] v1.2.2-dev.32 [2020-10-22T05:03:33.320Z] v1.2.2-dev.33 [2020-10-22T05:03:33.320Z] v1.2.2-dev.34 [2020-10-22T05:03:33.320Z] v1.2.2-dev.35 [2020-10-22T05:03:33.320Z] v1.2.2-dev.36 [2020-10-22T05:03:33.320Z] v1.2.2-dev.37 [2020-10-22T05:03:33.320Z] v1.2.2-dev.38 [2020-10-22T05:03:33.320Z] v1.2.2-dev.39 [2020-10-22T05:03:33.320Z] v1.2.2-dev.4 [2020-10-22T05:03:33.320Z] v1.2.2-dev.40 [2020-10-22T05:03:33.320Z] v1.2.2-dev.41 [2020-10-22T05:03:33.320Z] v1.2.2-dev.42 [2020-10-22T05:03:33.320Z] v1.2.2-dev.43 [2020-10-22T05:03:33.320Z] v1.2.2-dev.44 [2020-10-22T05:03:33.320Z] v1.2.2-dev.45 [2020-10-22T05:03:33.320Z] v1.2.2-dev.46 [2020-10-22T05:03:33.320Z] v1.2.2-dev.47 [2020-10-22T05:03:33.320Z] v1.2.2-dev.48 [2020-10-22T05:03:33.320Z] v1.2.2-dev.49 [2020-10-22T05:03:33.320Z] v1.2.2-dev.5 [2020-10-22T05:03:33.320Z] v1.2.2-dev.50 [2020-10-22T05:03:33.320Z] v1.2.2-dev.51 [2020-10-22T05:03:33.320Z] v1.2.2-dev.52 [2020-10-22T05:03:33.320Z] v1.2.2-dev.53 [2020-10-22T05:03:33.320Z] v1.2.2-dev.54 [2020-10-22T05:03:33.320Z] v1.2.2-dev.55 [2020-10-22T05:03:33.320Z] v1.2.2-dev.56 [2020-10-22T05:03:33.320Z] v1.2.2-dev.57 [2020-10-22T05:03:33.320Z] v1.2.2-dev.58 [2020-10-22T05:03:33.320Z] v1.2.2-dev.59 [2020-10-22T05:03:33.320Z] v1.2.2-dev.6 [2020-10-22T05:03:33.320Z] v1.2.2-dev.60 [2020-10-22T05:03:33.320Z] v1.2.2-dev.61 [2020-10-22T05:03:33.320Z] v1.2.2-dev.62 [2020-10-22T05:03:33.320Z] v1.2.2-dev.63 [2020-10-22T05:03:33.320Z] v1.2.2-dev.64 [2020-10-22T05:03:33.320Z] v1.2.2-dev.65 [2020-10-22T05:03:33.320Z] v1.2.2-dev.66 [2020-10-22T05:03:33.320Z] v1.2.2-dev.67 [2020-10-22T05:03:33.320Z] v1.2.2-dev.68 [2020-10-22T05:03:33.320Z] v1.2.2-dev.69 [2020-10-22T05:03:33.320Z] v1.2.2-dev.7 [2020-10-22T05:03:33.320Z] v1.2.2-dev.70 [2020-10-22T05:03:33.320Z] v1.2.2-dev.71 [2020-10-22T05:03:33.320Z] v1.2.2-dev.72 [2020-10-22T05:03:33.320Z] v1.2.2-dev.73 [2020-10-22T05:03:33.320Z] v1.2.2-dev.74 [2020-10-22T05:03:33.320Z] v1.2.2-dev.75 [2020-10-22T05:03:33.320Z] v1.2.2-dev.76 [2020-10-22T05:03:33.320Z] v1.2.2-dev.77 [2020-10-22T05:03:33.320Z] v1.2.2-dev.78 [2020-10-22T05:03:33.320Z] v1.2.2-dev.79 [2020-10-22T05:03:33.320Z] v1.2.2-dev.8 [2020-10-22T05:03:33.320Z] v1.2.2-dev.80 [2020-10-22T05:03:33.320Z] v1.2.2-dev.81 [2020-10-22T05:03:33.320Z] v1.2.2-dev.82 [2020-10-22T05:03:33.320Z] v1.2.2-dev.83 [2020-10-22T05:03:33.320Z] v1.2.2-dev.84 [2020-10-22T05:03:33.320Z] v1.2.2-dev.85 [2020-10-22T05:03:33.320Z] v1.2.2-dev.86 [2020-10-22T05:03:33.320Z] v1.2.2-dev.87 [2020-10-22T05:03:33.320Z] v1.2.2-dev.88 [2020-10-22T05:03:33.320Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-22T05:03:33.619Z] + lftools sign git-tag v1.2.2-dev.88 [2020-10-22T05:03:35.009Z] Signing Git tag with Sigul... [2020-10-22T05:03:35.009Z] Signing v1.2.2-dev.88 [Pipeline] echo [2020-10-22T05:03:36.405Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:03:36.701Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-22T05:03:36.710Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-22T05:03:36.813Z] $ docker stop --time=1 b35fb43ad8a40cfbd0d13c704ff7355ece52ea64fa94543b9ff25c512000744d [2020-10-22T05:03:38.771Z] $ docker rm -f b35fb43ad8a40cfbd0d13c704ff7355ece52ea64fa94543b9ff25c512000744d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:03:39.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T05:03:39.620Z] . [Pipeline] withDockerContainer [2020-10-22T05:03:39.719Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:03:39.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:03:40.434Z] $ docker top 7d0c4b7ff80bfb38727aa1495de28c02bbd0b628e4c199704c63fa855f2e1611 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T05:03:40.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T05:03:40.792Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T05:03:41.004Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T05:03:41.010Z] $ docker exec 7d0c4b7ff80bfb38727aa1495de28c02bbd0b628e4c199704c63fa855f2e1611 ssh-agent [2020-10-22T05:03:41.181Z] SSH_AUTH_SOCK=/tmp/ssh-zO8pNhMAeEu9/agent.12 [2020-10-22T05:03:41.181Z] SSH_AGENT_PID=18 [2020-10-22T05:03:41.188Z] Running ssh-add (command line suppressed) [2020-10-22T05:03:41.315Z] Identity added: /w/workspace/edgex-go/204@tmp/private_key_5513907474797378275.key (/w/workspace/edgex-go/204@tmp/private_key_5513907474797378275.key) [2020-10-22T05:03:41.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T05:03:41.704Z] + git semver bump pre [2020-10-22T05:03:41.704Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T05:03:41.704Z] # $GIT_DIR = /w/workspace/edgex-go/204/.git [2020-10-22T05:03:41.705Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/204 [2020-10-22T05:03:41.705Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T05:03:41.705Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T05:03:41.705Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T05:03:41.705Z] # $SEMVER_BRANCH = master [2020-10-22T05:03:41.705Z] # $SEMVER_DIR = /w/workspace/edgex-go/204/.semver [2020-10-22T05:03:41.705Z] 1.2.2-dev.89 [Pipeline] } [2020-10-22T05:03:41.717Z] $ docker exec --env ******** --env ******** 7d0c4b7ff80bfb38727aa1495de28c02bbd0b628e4c199704c63fa855f2e1611 ssh-agent -k [2020-10-22T05:03:41.838Z] unset SSH_AUTH_SOCK; [2020-10-22T05:03:41.838Z] unset SSH_AGENT_PID; [2020-10-22T05:03:41.838Z] echo Agent pid 18 killed; [2020-10-22T05:03:41.886Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T05:03:42.378Z] + git semver [Pipeline] } [2020-10-22T05:03:42.441Z] $ docker stop --time=1 7d0c4b7ff80bfb38727aa1495de28c02bbd0b628e4c199704c63fa855f2e1611 [2020-10-22T05:03:43.796Z] $ docker rm -f 7d0c4b7ff80bfb38727aa1495de28c02bbd0b628e4c199704c63fa855f2e1611 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:03:44.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T05:03:44.362Z] . [Pipeline] withDockerContainer [2020-10-22T05:03:44.459Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:03:44.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T05:03:45.204Z] $ docker top ef617d35259cf3263bc954d5cc5b00850afab006eaed2fc1c96c91bdfcd39ca2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T05:03:45.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T05:03:45.522Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T05:03:45.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T05:03:45.720Z] $ docker exec ef617d35259cf3263bc954d5cc5b00850afab006eaed2fc1c96c91bdfcd39ca2 ssh-agent [2020-10-22T05:03:45.894Z] SSH_AUTH_SOCK=/tmp/ssh-jfYbyN89YL2Z/agent.11 [2020-10-22T05:03:45.894Z] SSH_AGENT_PID=16 [2020-10-22T05:03:45.900Z] Running ssh-add (command line suppressed) [2020-10-22T05:03:46.031Z] Identity added: /w/workspace/edgex-go/204@tmp/private_key_3198704588060396125.key (/w/workspace/edgex-go/204@tmp/private_key_3198704588060396125.key) [2020-10-22T05:03:46.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T05:03:46.437Z] + git semver push [2020-10-22T05:03:46.437Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T05:03:46.437Z] # $GIT_DIR = /w/workspace/edgex-go/204/.git [2020-10-22T05:03:46.437Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/204 [2020-10-22T05:03:46.437Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T05:03:46.437Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T05:03:46.437Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T05:03:46.437Z] # $SEMVER_BRANCH = master [2020-10-22T05:03:46.437Z] # $SEMVER_DIR = /w/workspace/edgex-go/204/.semver [Pipeline] } [2020-10-22T05:03:56.454Z] $ docker exec --env ******** --env ******** ef617d35259cf3263bc954d5cc5b00850afab006eaed2fc1c96c91bdfcd39ca2 ssh-agent -k [2020-10-22T05:03:56.597Z] unset SSH_AUTH_SOCK; [2020-10-22T05:03:56.598Z] unset SSH_AGENT_PID; [2020-10-22T05:03:56.598Z] echo Agent pid 16 killed; [2020-10-22T05:03:56.656Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T05:03:57.163Z] + git semver [Pipeline] } [2020-10-22T05:03:57.180Z] $ docker stop --time=1 ef617d35259cf3263bc954d5cc5b00850afab006eaed2fc1c96c91bdfcd39ca2 [2020-10-22T05:03:58.532Z] $ docker rm -f ef617d35259cf3263bc954d5cc5b00850afab006eaed2fc1c96c91bdfcd39ca2 [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-22T05:03:59.590Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:04:00.461Z] ---> package-listing.sh [2020-10-22T05:04:00.461Z] ++ facter osfamily [2020-10-22T05:04:00.461Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T05:04:00.461Z] + OS_FAMILY=redhat [2020-10-22T05:04:00.461Z] + workspace=/w/workspace/edgex-go/204 [2020-10-22T05:04:00.461Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T05:04:00.461Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T05:04:00.461Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T05:04:00.461Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T05:04:00.461Z] + '[' /w/workspace/edgex-go/204 ']' [2020-10-22T05:04:00.461Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T05:04:00.461Z] + case "${OS_FAMILY}" in [2020-10-22T05:04:00.461Z] + rpm -qa [2020-10-22T05:04:00.461Z] + sort [2020-10-22T05:04:04.679Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T05:04:04.679Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T05:04:04.679Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T05:04:04.679Z] + '[' /w/workspace/edgex-go/204 ']' [2020-10-22T05:04:04.679Z] + mkdir -p /w/workspace/edgex-go/204/archives/ [2020-10-22T05:04:04.679Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/204/archives/ [Pipeline] echo [2020-10-22T05:04:04.692Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/204/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T05:04:04.983Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:04:05.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T05:04:05.284Z] [2020-10-22T05:04:05.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T05:04:05.634Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T05:04:05.635Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T05:04:05.635Z] df20fa9351a1: Already exists [2020-10-22T05:04:05.635Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T05:04:05.635Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T05:04:05.635Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T05:04:05.635Z] 93b61091891f: Pulling fs layer [2020-10-22T05:04:05.635Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T05:04:05.635Z] 5e14af77c1be: Pulling fs layer [2020-10-22T05:04:05.635Z] 01666e4c0597: Pulling fs layer [2020-10-22T05:04:05.635Z] aa168da1d23b: Pulling fs layer [2020-10-22T05:04:05.635Z] 93b61091891f: Waiting [2020-10-22T05:04:05.635Z] 01666e4c0597: Waiting [2020-10-22T05:04:05.635Z] aa168da1d23b: Waiting [2020-10-22T05:04:05.635Z] 93b9cdb0e59b: Waiting [2020-10-22T05:04:05.635Z] 5e14af77c1be: Waiting [2020-10-22T05:04:05.635Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T05:04:05.635Z] 46f8f816bc3b: Download complete [2020-10-22T05:04:05.635Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T05:04:05.635Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T05:04:05.635Z] 93b9cdb0e59b: Download complete [2020-10-22T05:04:05.635Z] 5e14af77c1be: Verifying Checksum [2020-10-22T05:04:05.635Z] 5e14af77c1be: Download complete [2020-10-22T05:04:05.897Z] 93b61091891f: Download complete [2020-10-22T05:04:05.897Z] 01666e4c0597: Verifying Checksum [2020-10-22T05:04:05.897Z] 01666e4c0597: Download complete [2020-10-22T05:04:05.897Z] 36b3adc4ff6f: Pull complete [2020-10-22T05:04:06.471Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T05:04:06.471Z] 8ad3a11d3b57: Download complete [2020-10-22T05:04:07.455Z] 8ad3a11d3b57: Pull complete [2020-10-22T05:04:07.455Z] 46f8f816bc3b: Pull complete [2020-10-22T05:04:08.072Z] 93b61091891f: Pull complete [2020-10-22T05:04:08.072Z] aa168da1d23b: Verifying Checksum [2020-10-22T05:04:08.072Z] aa168da1d23b: Download complete [2020-10-22T05:04:08.333Z] 93b9cdb0e59b: Pull complete [2020-10-22T05:04:08.333Z] 5e14af77c1be: Pull complete [2020-10-22T05:04:08.597Z] 01666e4c0597: Pull complete [2020-10-22T05:04:15.204Z] aa168da1d23b: Pull complete [2020-10-22T05:04:15.204Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T05:04:15.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T05:04:15.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T05:04:15.370Z] prd-centos7-docker-4c-2g-8157 does not seem to be running inside a container [2020-10-22T05:04:15.417Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/204/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/204 -v /w/workspace/edgex-go/204:/w/workspace/edgex-go/204:rw,z -v /w/workspace/edgex-go/204@tmp:/w/workspace/edgex-go/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T05:04:19.779Z] $ docker top d2bcc56824a7b6777843ecb58fc4aaf00c5a9ba909a7b9f2b73977eaae359d86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T05:04:20.455Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T05:04:20.752Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T05:04:21.048Z] + ls /var/log/sa-host [2020-10-22T05:04:21.048Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T05:04:21.048Z] file_magic: OK [2020-10-22T05:04:21.048Z] HZ: Using current value: 100 [2020-10-22T05:04:21.048Z] file_header: OK [2020-10-22T05:04:21.048Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T05:04:21.048Z] Statistics: [2020-10-22T05:04:21.048Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T05:04:21.048Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T05:04:21.048Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T05:04:21.048Z] file_magic: OK [2020-10-22T05:04:21.048Z] HZ: Using current value: 100 [2020-10-22T05:04:21.048Z] file_header: OK [2020-10-22T05:04:21.048Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T05:04:21.048Z] Statistics: [2020-10-22T05:04:21.048Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T05:04:21.048Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T05:04:21.266Z] provisioning config files... [2020-10-22T05:04:21.286Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/204@tmp/config3650646727879489742tmp [Pipeline] { [Pipeline] echo [2020-10-22T05:04:21.361Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:04:21.654Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T05:04:21.663Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T05:04:21.769Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:04:22.064Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T05:04:22.075Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:04:22.398Z] ---> sudo-logs.sh [2020-10-22T05:04:22.398Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T05:04:22.408Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:04:22.704Z] ---> job-cost.sh [2020-10-22T05:04:22.704Z] lf-activate-venv: SKIPPING [2020-10-22T05:04:22.704Z] INFO: No Stack... [2020-10-22T05:04:23.651Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T05:04:24.223Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T05:04:24.236Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T05:04:24.530Z] ---> logs-deploy.sh [2020-10-22T05:04:24.530Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/204 [2020-10-22T05:04:24.530Z] INFO: archiving workspace using pattern(s): [2020-10-22T05:04:25.916Z] Archives upload complete. [2020-10-22T05:04:26.176Z] INFO: archiving logs to Nexus [2020-10-22T05:04:27.118Z] ---> uname -a: [2020-10-22T05:04:27.118Z] Linux prd-centos7-docker-4c-2g-8157.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-22T05:04:27.118Z] [2020-10-22T05:04:27.118Z] [2020-10-22T05:04:27.118Z] ---> lscpu: [2020-10-22T05:04:27.118Z] Architecture: x86_64 [2020-10-22T05:04:27.118Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-22T05:04:27.118Z] Byte Order: Little Endian [2020-10-22T05:04:27.118Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-22T05:04:27.118Z] CPU(s): 4 [2020-10-22T05:04:27.118Z] On-line CPU(s) list: 0-3 [2020-10-22T05:04:27.118Z] Thread(s) per core: 1 [2020-10-22T05:04:27.118Z] Core(s) per socket: 1 [2020-10-22T05:04:27.118Z] Socket(s): 4 [2020-10-22T05:04:27.118Z] NUMA node(s): 1 [2020-10-22T05:04:27.118Z] Vendor ID: GenuineIntel [2020-10-22T05:04:27.118Z] CPU family: 6 [2020-10-22T05:04:27.118Z] Model: 44 [2020-10-22T05:04:27.118Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-22T05:04:27.118Z] Stepping: 1 [2020-10-22T05:04:27.118Z] CPU MHz: 2933.438 [2020-10-22T05:04:27.118Z] BogoMIPS: 5866.87 [2020-10-22T05:04:27.118Z] Virtualization: VT-x [2020-10-22T05:04:27.118Z] Hypervisor vendor: KVM [2020-10-22T05:04:27.118Z] Virtualization type: full [2020-10-22T05:04:27.118Z] L1d cache: 128 KiB [2020-10-22T05:04:27.118Z] L1i cache: 128 KiB [2020-10-22T05:04:27.118Z] L2 cache: 16 MiB [2020-10-22T05:04:27.118Z] L3 cache: 64 MiB [2020-10-22T05:04:27.118Z] NUMA node0 CPU(s): 0-3 [2020-10-22T05:04:27.118Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-22T05:04:27.118Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-22T05:04:27.118Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-22T05:04:27.118Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-22T05:04:27.118Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-22T05:04:27.118Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-22T05:04:27.118Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-22T05:04:27.118Z] Vulnerability Tsx async abort: Not affected [2020-10-22T05:04:27.118Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-22T05:04:27.118Z] [2020-10-22T05:04:27.118Z] [2020-10-22T05:04:27.118Z] ---> nproc: [2020-10-22T05:04:27.118Z] 4 [2020-10-22T05:04:27.118Z] [2020-10-22T05:04:27.118Z] [2020-10-22T05:04:27.118Z] ---> df -h: [2020-10-22T05:04:27.118Z] Filesystem Size Used Available Use% Mounted on [2020-10-22T05:04:27.119Z] overlay 50.0G 13.1G 36.9G 26% / [2020-10-22T05:04:27.119Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-22T05:04:27.119Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-22T05:04:27.119Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/204@tmp [2020-10-22T05:04:27.119Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/204 [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] ---> free -m: [2020-10-22T05:04:27.119Z] total used free shared buff/cache available [2020-10-22T05:04:27.119Z] Mem: 1837 761 102 0 974 1031 [2020-10-22T05:04:27.119Z] Swap: 1023 52 971 [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] ---> ip addr: [2020-10-22T05:04:27.119Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-22T05:04:27.119Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-22T05:04:27.119Z] inet 127.0.0.1/8 scope host lo [2020-10-22T05:04:27.119Z] valid_lft forever preferred_lft forever [2020-10-22T05:04:27.119Z] inet6 ::1/128 scope host [2020-10-22T05:04:27.119Z] valid_lft forever preferred_lft forever [2020-10-22T05:04:27.119Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-22T05:04:27.119Z] link/ether fa:16:3e:94:2d:75 brd ff:ff:ff:ff:ff:ff [2020-10-22T05:04:27.119Z] inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-22T05:04:27.119Z] valid_lft 85127sec preferred_lft 85127sec [2020-10-22T05:04:27.119Z] inet6 fe80::f816:3eff:fe94:2d75/64 scope link [2020-10-22T05:04:27.119Z] valid_lft forever preferred_lft forever [2020-10-22T05:04:27.119Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-22T05:04:27.119Z] link/ether 02:42:4a:8c:36:a2 brd ff:ff:ff:ff:ff:ff [2020-10-22T05:04:27.119Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-22T05:04:27.119Z] valid_lft forever preferred_lft forever [2020-10-22T05:04:27.119Z] inet6 fe80::42:4aff:fe8c:36a2/64 scope link [2020-10-22T05:04:27.119Z] valid_lft forever preferred_lft forever [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] ---> sar -b -r -n DEV: [2020-10-22T05:04:27.119Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] 04:42:54 LINUX RESTART (4 CPU) [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] 04:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-22T05:04:27.119Z] 04:45:02 213.96 81.68 132.27 0.00 7699.25 54690.05 0.00 [2020-10-22T05:04:27.119Z] 04:46:01 286.79 66.67 220.12 0.00 13258.36 87487.89 0.00 [2020-10-22T05:04:27.119Z] 04:47:01 2237.83 1908.74 329.09 0.00 155141.08 167554.59 0.00 [2020-10-22T05:04:27.119Z] 04:48:03 470.20 235.27 234.93 0.00 30621.36 48466.54 0.00 [2020-10-22T05:04:27.119Z] 04:49:01 1173.24 829.00 344.24 0.00 102220.58 114983.24 0.00 [2020-10-22T05:04:27.119Z] 04:50:01 1037.88 710.31 327.58 0.00 60438.70 91573.60 0.00 [2020-10-22T05:04:27.119Z] 04:51:01 161.56 61.98 99.58 0.00 7556.38 10373.73 0.00 [2020-10-22T05:04:27.119Z] 04:52:01 93.57 89.23 4.35 0.00 9718.68 88.48 0.00 [2020-10-22T05:04:27.119Z] 04:53:01 0.27 0.00 0.27 0.00 0.00 3.06 0.00 [2020-10-22T05:04:27.119Z] 04:54:01 1.00 0.65 0.35 0.00 103.40 4.16 0.00 [2020-10-22T05:04:27.119Z] 04:55:01 0.35 0.08 0.27 0.00 0.80 3.01 0.00 [2020-10-22T05:04:27.119Z] 04:56:01 0.27 0.10 0.17 0.00 0.80 1.93 0.00 [2020-10-22T05:04:27.119Z] 04:57:01 0.42 0.17 0.25 0.00 1.33 3.95 0.00 [2020-10-22T05:04:27.119Z] 04:58:02 183.79 44.61 139.18 0.00 3117.31 34566.58 0.00 [2020-10-22T05:04:27.119Z] 04:59:01 35.24 2.83 32.41 0.00 198.31 545.24 0.00 [2020-10-22T05:04:27.119Z] 05:00:01 29.90 0.85 29.05 0.00 11.59 468.50 0.00 [2020-10-22T05:04:27.119Z] 05:01:01 30.06 0.58 29.48 0.00 9.19 467.24 0.00 [2020-10-22T05:04:27.119Z] 05:02:01 40.35 14.07 26.28 0.00 248.00 434.09 0.00 [2020-10-22T05:04:27.119Z] 05:03:01 30.09 10.57 19.51 0.00 2073.53 337.46 0.00 [2020-10-22T05:04:27.119Z] 05:04:01 235.89 106.39 129.49 0.00 7407.99 32849.28 0.00 [2020-10-22T05:04:27.119Z] Average: 312.74 207.95 104.79 0.00 19934.14 32172.07 0.00 [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] 04:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-22T05:04:27.119Z] 04:45:02 73996 0 680900 36.19 1808 1124852 1576732 53.81 650948 955828 32784 [2020-10-22T05:04:27.119Z] 04:46:01 83040 0 678492 36.06 300 1119724 1260336 43.01 781416 809300 100396 [2020-10-22T05:04:27.119Z] 04:47:01 190588 0 659004 35.02 0 1031964 1369532 46.74 477128 1034200 0 [2020-10-22T05:04:27.119Z] 04:48:03 73480 0 704788 37.46 0 1103288 1545292 52.74 793228 813000 10436 [2020-10-22T05:04:27.119Z] 04:49:01 79400 0 944208 50.18 0 857948 3252336 111.00 725668 875540 40916 [2020-10-22T05:04:27.119Z] 04:50:01 455640 0 656944 34.91 0 768972 1580428 53.94 437208 796748 196 [2020-10-22T05:04:27.119Z] 04:51:01 507540 0 633280 33.66 0 740736 1422924 48.56 546656 636020 32 [2020-10-22T05:04:27.119Z] 04:52:01 256540 0 594220 31.58 0 1030796 1190044 40.61 521316 913696 16 [2020-10-22T05:04:27.119Z] 04:53:01 260952 0 589800 31.35 0 1030804 1154052 39.39 520776 910932 8 [2020-10-22T05:04:27.119Z] 04:54:01 257312 0 590372 31.38 0 1033872 1154260 39.39 524280 911320 20 [2020-10-22T05:04:27.119Z] 04:55:01 258180 0 589500 31.33 0 1033876 1154116 39.39 523392 911340 12 [2020-10-22T05:04:27.119Z] 04:56:01 257352 0 590312 31.37 0 1033892 1154296 39.39 524492 911368 16 [2020-10-22T05:04:27.119Z] 04:57:01 258204 0 589452 31.33 0 1033900 1154244 39.39 523728 911408 8 [2020-10-22T05:04:27.119Z] 04:58:02 218180 0 636588 33.83 0 1026788 1369748 46.75 633204 802012 48 [2020-10-22T05:04:27.119Z] 04:59:01 227804 0 621764 33.05 0 1031988 1155888 39.45 631508 799360 36 [2020-10-22T05:04:27.119Z] 05:00:01 221160 0 628240 33.39 0 1032156 1357592 46.33 640176 796136 44 [2020-10-22T05:04:27.119Z] 05:01:01 223292 0 625952 33.27 0 1032312 1259160 42.97 639996 793812 48 [2020-10-22T05:04:27.119Z] 05:02:01 219960 0 628300 33.39 0 1033296 1257748 42.92 644500 793340 40 [2020-10-22T05:04:27.119Z] 05:03:01 112012 0 663264 35.25 0 1106280 1351764 46.13 696176 835216 11440 [2020-10-22T05:04:27.119Z] 05:04:01 142680 0 722552 38.40 0 1016324 1164192 39.73 595696 821596 144 [2020-10-22T05:04:27.119Z] Average: 218866 0 651397 34.62 105 1011188 1394234 47.58 601575 851609 9832 [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] 04:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-22T05:04:27.119Z] 04:45:02 eth0 1271.26 1244.95 7277.44 135.69 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:45:02 docker0 882.93 796.10 70.68 3011.69 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:46:01 eth0 318.28 256.60 2201.68 57.68 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:46:01 vethbbeb2a9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:46:01 docker0 91.01 110.61 7.24 475.46 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:47:01 eth0 74.16 66.01 166.96 51.79 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:47:01 vethbbeb2a9 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:47:01 docker0 42.89 44.29 2.95 147.12 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:48:03 veth0365b02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:48:03 eth0 62.00 45.92 222.65 15.62 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:48:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:48:03 veth02796dd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:49:01 veth31c642e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:49:01 eth0 132.31 90.40 430.12 102.81 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:49:01 vethcd8df70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:49:01 veth3ce1836 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:50:01 veth1d421f7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:50:01 veth98bbd5f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:50:01 eth0 78.97 51.43 137.78 87.51 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:50:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:51:01 eth0 342.52 329.12 176.84 1114.03 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:51:01 docker0 1074.16 1045.56 84.36 4279.06 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:52:01 eth0 218.27 250.20 57.39 1629.72 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:54:01 eth0 1.73 0.47 0.49 0.24 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:55:01 eth0 0.30 0.08 0.03 0.04 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:56:01 eth0 0.52 0.50 0.27 0.21 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:58:02 veth2f8a559 0.30 0.32 0.05 0.13 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:58:02 eth0 494.96 443.43 4144.54 89.82 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:58:02 docker0 45.42 43.86 4.10 235.20 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:59:01 eth0 147.54 112.72 112.29 102.23 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 04:59:01 docker0 4.27 3.83 1.05 1.85 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:00:01 eth0 115.13 90.89 105.74 94.62 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:00:01 vethbbe943d 0.37 0.48 0.10 0.21 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:00:01 docker0 4.00 3.60 0.97 1.75 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:01:01 veth8feeaad 0.43 0.42 0.10 0.20 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:01:01 eth0 124.08 97.72 102.89 88.31 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:01:01 docker0 4.23 3.73 1.01 1.81 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:02:01 eth0 106.72 88.46 96.29 108.28 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:02:01 vethc7cb933 0.45 0.43 0.12 0.19 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:02:01 docker0 3.96 3.71 1.13 1.83 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:03:01 eth0 122.39 99.52 278.92 93.81 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:03:01 docker0 2.01 1.86 0.56 0.94 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:04:01 eth0 438.35 389.08 3257.72 93.45 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] 05:04:01 docker0 21.72 22.82 1.59 198.73 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] Average: eth0 202.64 183.11 939.71 193.38 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] Average: docker0 58.08 56.53 4.74 236.42 0.00 0.00 0.00 0.00 [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] ---> sar -P ALL: [2020-10-22T05:04:27.119Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] 04:42:54 LINUX RESTART (4 CPU) [2020-10-22T05:04:27.119Z] [2020-10-22T05:04:27.119Z] 04:44:01 CPU %user %nice %system %iowait %steal %idle [2020-10-22T05:04:27.119Z] 04:45:02 all 17.61 0.00 9.22 2.73 0.09 70.35 [2020-10-22T05:04:27.119Z] 04:45:02 0 18.52 0.00 11.59 1.96 0.09 67.85 [2020-10-22T05:04:27.119Z] 04:45:02 1 17.79 0.00 7.72 2.67 0.12 71.70 [2020-10-22T05:04:27.119Z] 04:45:02 2 16.42 0.00 8.87 2.13 0.08 72.49 [2020-10-22T05:04:27.119Z] 04:45:02 3 17.73 0.00 8.69 4.15 0.07 69.35 [2020-10-22T05:04:27.120Z] 04:46:01 all 11.76 0.00 11.91 5.83 0.16 70.34 [2020-10-22T05:04:27.120Z] 04:46:01 0 10.74 0.00 12.33 4.06 0.19 72.67 [2020-10-22T05:04:27.120Z] 04:46:01 1 10.11 0.00 11.84 6.66 0.14 71.25 [2020-10-22T05:04:27.120Z] 04:46:01 2 14.34 0.00 12.65 6.68 0.17 66.15 [2020-10-22T05:04:27.120Z] 04:46:01 3 11.83 0.00 10.82 5.92 0.14 71.29 [2020-10-22T05:04:27.120Z] 04:47:01 all 21.25 0.00 25.08 23.65 0.57 29.45 [2020-10-22T05:04:27.120Z] 04:47:01 0 20.78 0.00 25.88 23.89 0.59 28.85 [2020-10-22T05:04:27.120Z] 04:47:01 1 20.48 0.00 23.53 23.22 0.64 32.12 [2020-10-22T05:04:27.120Z] 04:47:01 2 21.66 0.00 25.17 22.67 0.58 29.93 [2020-10-22T05:04:27.120Z] 04:47:01 3 22.11 0.00 25.77 24.82 0.46 26.84 [2020-10-22T05:04:27.120Z] 04:48:03 all 53.09 0.00 17.28 14.19 0.10 15.33 [2020-10-22T05:04:27.120Z] 04:48:03 0 52.44 0.00 18.42 16.73 0.12 12.29 [2020-10-22T05:04:27.120Z] 04:48:03 1 52.73 0.00 17.19 12.35 0.12 17.62 [2020-10-22T05:04:27.120Z] 04:48:03 2 53.42 0.00 16.07 15.36 0.10 15.05 [2020-10-22T05:04:27.120Z] 04:48:03 3 53.77 0.00 17.47 12.33 0.07 16.36 [2020-10-22T05:04:27.120Z] 04:49:01 all 18.57 0.00 17.77 30.14 0.15 33.37 [2020-10-22T05:04:27.120Z] 04:49:01 0 18.55 0.00 17.32 26.38 0.16 37.58 [2020-10-22T05:04:27.120Z] 04:49:01 1 18.57 0.00 17.31 33.81 0.12 30.19 [2020-10-22T05:04:27.120Z] 04:49:01 2 17.29 0.00 18.00 33.33 0.18 31.20 [2020-10-22T05:04:27.120Z] 04:49:01 3 19.89 0.00 18.45 27.00 0.16 34.50 [2020-10-22T05:04:27.120Z] 04:50:01 all 43.02 0.00 19.06 26.05 0.11 11.76 [2020-10-22T05:04:27.120Z] 04:50:01 0 43.06 0.00 18.56 26.54 0.12 11.72 [2020-10-22T05:04:27.120Z] 04:50:01 1 42.35 0.00 19.42 26.57 0.12 11.53 [2020-10-22T05:04:27.120Z] 04:50:01 2 43.24 0.00 19.32 27.10 0.10 10.24 [2020-10-22T05:04:27.120Z] 04:50:01 3 43.42 0.00 18.92 23.99 0.10 13.57 [2020-10-22T05:04:27.120Z] 04:51:01 all 18.82 0.00 7.42 3.94 0.11 69.71 [2020-10-22T05:04:27.120Z] 04:51:01 0 19.46 0.00 7.60 2.53 0.09 70.32 [2020-10-22T05:04:27.120Z] 04:51:01 1 18.97 0.00 7.39 2.62 0.12 70.90 [2020-10-22T05:04:27.120Z] 04:51:01 2 18.38 0.00 7.05 6.27 0.12 68.17 [2020-10-22T05:04:27.120Z] 04:51:01 3 18.47 0.00 7.65 4.33 0.10 69.45 [2020-10-22T05:04:27.120Z] 04:52:01 all 9.85 0.00 1.48 1.93 0.07 86.68 [2020-10-22T05:04:27.120Z] 04:52:01 0 9.97 0.00 1.93 2.03 0.05 86.02 [2020-10-22T05:04:27.120Z] 04:52:01 1 10.25 0.00 1.26 1.81 0.08 86.60 [2020-10-22T05:04:27.120Z] 04:52:01 2 8.92 0.00 1.21 1.86 0.07 87.95 [2020-10-22T05:04:27.120Z] 04:52:01 3 10.27 0.00 1.51 2.01 0.07 86.14 [2020-10-22T05:04:27.120Z] 04:53:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-10-22T05:04:27.120Z] 04:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-22T05:04:27.120Z] 04:53:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2020-10-22T05:04:27.120Z] 04:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-22T05:04:27.120Z] 04:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-22T05:04:27.120Z] 04:54:01 all 0.17 0.00 0.04 0.01 0.01 99.78 [2020-10-22T05:04:27.120Z] 04:54:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2020-10-22T05:04:27.120Z] 04:54:01 1 0.55 0.00 0.05 0.02 0.00 99.38 [2020-10-22T05:04:27.120Z] 04:54:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2020-10-22T05:04:27.120Z] 04:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-10-22T05:04:27.120Z] 04:55:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2020-10-22T05:04:27.120Z] 04:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-10-22T05:04:27.120Z] 04:55:01 1 0.50 0.00 0.03 0.00 0.02 99.45 [2020-10-22T05:04:27.120Z] 04:55:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-22T05:04:27.120Z] 04:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-22T05:04:27.120Z] [2020-10-22T05:04:27.120Z] 04:55:01 CPU %user %nice %system %iowait %steal %idle [2020-10-22T05:04:27.120Z] 04:56:01 all 0.19 0.00 0.04 0.00 0.00 99.77 [2020-10-22T05:04:27.120Z] 04:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-22T05:04:27.120Z] 04:56:01 1 0.60 0.00 0.02 0.02 0.00 99.37 [2020-10-22T05:04:27.120Z] 04:56:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-22T05:04:27.120Z] 04:56:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-22T05:04:27.120Z] 04:57:01 all 0.22 0.00 0.02 0.00 0.00 99.75 [2020-10-22T05:04:27.120Z] 04:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-22T05:04:27.120Z] 04:57:01 1 0.63 0.00 0.02 0.00 0.00 99.35 [2020-10-22T05:04:27.120Z] 04:57:01 2 0.18 0.00 0.02 0.02 0.00 99.78 [2020-10-22T05:04:27.120Z] 04:57:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-22T05:04:27.120Z] 04:58:02 all 8.64 0.00 6.03 4.39 0.05 80.88 [2020-10-22T05:04:27.120Z] 04:58:02 0 8.12 0.00 6.22 1.75 0.05 83.86 [2020-10-22T05:04:27.120Z] 04:58:02 1 8.86 0.00 5.24 6.97 0.07 78.86 [2020-10-22T05:04:27.120Z] 04:58:02 2 8.24 0.00 6.32 5.98 0.03 79.43 [2020-10-22T05:04:27.120Z] 04:58:02 3 9.35 0.00 6.35 2.86 0.05 81.39 [2020-10-22T05:04:27.120Z] 04:59:01 all 3.46 0.00 3.73 0.63 0.05 92.12 [2020-10-22T05:04:27.120Z] 04:59:01 0 3.45 0.00 3.62 0.57 0.03 92.34 [2020-10-22T05:04:27.120Z] 04:59:01 1 3.41 0.00 4.00 0.99 0.05 91.55 [2020-10-22T05:04:27.120Z] 04:59:01 2 3.35 0.00 3.80 0.48 0.07 92.30 [2020-10-22T05:04:27.120Z] 04:59:01 3 3.65 0.00 3.49 0.50 0.05 92.31 [2020-10-22T05:04:27.120Z] 05:00:01 all 3.27 0.00 3.42 0.65 0.05 92.61 [2020-10-22T05:04:27.120Z] 05:00:01 0 3.52 0.00 4.00 0.61 0.05 91.83 [2020-10-22T05:04:27.120Z] 05:00:01 1 3.11 0.00 3.36 1.33 0.05 92.15 [2020-10-22T05:04:27.120Z] 05:00:01 2 3.48 0.00 3.36 0.25 0.05 92.86 [2020-10-22T05:04:27.120Z] 05:00:01 3 2.99 0.00 2.94 0.42 0.03 93.61 [2020-10-22T05:04:27.120Z] 05:01:01 all 3.15 0.00 3.38 0.55 0.04 92.88 [2020-10-22T05:04:27.120Z] 05:01:01 0 3.43 0.00 3.65 0.57 0.03 92.31 [2020-10-22T05:04:27.120Z] 05:01:01 1 3.17 0.00 3.19 0.37 0.03 93.23 [2020-10-22T05:04:27.120Z] 05:01:01 2 2.89 0.00 3.23 0.64 0.03 93.21 [2020-10-22T05:04:27.120Z] 05:01:01 3 3.10 0.00 3.43 0.64 0.05 92.78 [2020-10-22T05:04:27.120Z] 05:02:01 all 3.20 0.00 3.19 0.86 0.05 92.69 [2020-10-22T05:04:27.120Z] 05:02:01 0 3.47 0.00 3.88 0.87 0.03 91.74 [2020-10-22T05:04:27.120Z] 05:02:01 1 3.04 0.00 3.16 1.02 0.05 92.73 [2020-10-22T05:04:27.120Z] 05:02:01 2 3.35 0.00 2.72 0.64 0.10 93.19 [2020-10-22T05:04:27.120Z] 05:02:01 3 2.94 0.00 3.01 0.91 0.03 93.11 [2020-10-22T05:04:27.120Z] 05:03:01 all 2.87 0.00 2.93 0.55 0.04 93.61 [2020-10-22T05:04:27.120Z] 05:03:01 0 3.66 0.00 3.73 0.57 0.03 92.01 [2020-10-22T05:04:27.120Z] 05:03:01 1 2.72 0.00 2.70 0.45 0.03 94.10 [2020-10-22T05:04:27.120Z] 05:03:01 2 2.95 0.00 2.78 0.99 0.02 93.26 [2020-10-22T05:04:27.120Z] 05:03:01 3 2.17 0.00 2.50 0.18 0.07 95.08 [2020-10-22T05:04:27.120Z] 05:04:01 all 11.21 0.00 8.24 3.95 0.10 76.50 [2020-10-22T05:04:27.120Z] 05:04:01 0 10.12 0.00 7.99 4.27 0.12 77.50 [2020-10-22T05:04:27.120Z] 05:04:01 1 14.07 0.00 8.80 5.22 0.08 71.83 [2020-10-22T05:04:27.120Z] 05:04:01 2 11.43 0.00 7.93 4.02 0.08 76.54 [2020-10-22T05:04:27.120Z] 05:04:01 3 9.21 0.00 8.24 2.29 0.12 80.15 [2020-10-22T05:04:27.120Z] Average: all 11.41 0.00 6.91 5.87 0.09 75.72 [2020-10-22T05:04:27.120Z] Average: 0 11.34 0.00 7.24 5.55 0.09 75.78 [2020-10-22T05:04:27.120Z] Average: 1 11.50 0.00 6.72 6.17 0.09 75.51 [2020-10-22T05:04:27.120Z] Average: 2 11.38 0.00 6.83 6.29 0.09 75.41 [2020-10-22T05:04:27.120Z] Average: 3 11.41 0.00 6.85 5.47 0.08 76.19 [2020-10-22T05:04:27.120Z] [2020-10-22T05:04:27.120Z] [2020-10-22T05:04:27.120Z]