Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e24f5199b8df60a8194d43c8100204b18b70afd7 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8222 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/206 [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/206 # 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 e24f5199b8df60a8194d43c8100204b18b70afd7 (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 e24f5199b8df60a8194d43c8100204b18b70afd7 # timeout=10 Commit message: "Merge pull request #2819 from weichou1229/issue-2817" > git rev-list --no-walk 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T14:13:37.281Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T14:13:37.574Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T14:13:37.684Z] ========================================================= [2020-10-22T14:13:37.684Z] EdgeX Global Pipelines Version Info [2020-10-22T14:13:37.684Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:13:41.013Z] ------------------- [2020-10-22T14:13:41.013Z] stable info: [2020-10-22T14:13:41.013Z] ------------------- [2020-10-22T14:13:41.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T14:13:41.013Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T14:13:41.013Z] Message: update stable to v1.0.144 [2020-10-22T14:13:41.622Z] ------------------- [2020-10-22T14:13:41.622Z] experimental info: [2020-10-22T14:13:41.622Z] ------------------- [2020-10-22T14:13:41.622Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T14:13:41.622Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T14:13:41.622Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T14:13:41.941Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T14:13:42.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T14:13:42.145Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T14:13:42.255Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T14:13:42.354Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T14:13:42.507Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T14:13:42.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T14:13:42.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T14:13:42.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T14:13:43.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T14:13:43.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T14:13:43.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T14:13:43.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T14:13:43.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T14:13:43.622Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T14:13:43.718Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T14:13:43.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T14:13:43.921Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T14:13:44.019Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T14:13:44.149Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T14:13:44.259Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T14:13:44.364Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-22T14:13:44.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-22T14:13:44.648Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-22T14:13:44.742Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] echo [2020-10-22T14:13:44.842Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e24f519 [Pipeline] echo [2020-10-22T14:13:44.938Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T14:13:45.416Z] ++ 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-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T14:13:45.416Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T14:13:45.416Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T14:13:45.416Z] ++ cut -d/ -f2 [2020-10-22T14:13:45.416Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T14:13:45.416Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T14:13:45.487Z] 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-22T14:13:47.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:13:47.501Z] [2020-10-22T14:13:47.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:13:47.894Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:13:48.168Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T14:13:48.169Z] 31603596830f: Pulling fs layer [2020-10-22T14:13:48.169Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T14:13:48.169Z] 6ca5941a6612: Pulling fs layer [2020-10-22T14:13:48.169Z] ecc8261a40a4: Pulling fs layer [2020-10-22T14:13:48.169Z] ecc8261a40a4: Waiting [2020-10-22T14:13:48.169Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T14:13:48.169Z] 2a8b12db71e7: Download complete [2020-10-22T14:13:48.808Z] 31603596830f: Verifying Checksum [2020-10-22T14:13:48.808Z] 31603596830f: Download complete [2020-10-22T14:13:48.808Z] ecc8261a40a4: Verifying Checksum [2020-10-22T14:13:48.808Z] ecc8261a40a4: Download complete [2020-10-22T14:13:49.180Z] 31603596830f: Pull complete [2020-10-22T14:13:49.180Z] 6ca5941a6612: Verifying Checksum [2020-10-22T14:13:49.180Z] 6ca5941a6612: Download complete [2020-10-22T14:13:49.180Z] 2a8b12db71e7: Pull complete [2020-10-22T14:13:50.833Z] 6ca5941a6612: Pull complete [2020-10-22T14:13:51.107Z] ecc8261a40a4: Pull complete [2020-10-22T14:13:51.107Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T14:13:51.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:13:51.107Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T14:13:51.327Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:13:51.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:13:54.429Z] $ docker top 87455312a81645301f935e35c8eeaf192062021fb4bc69131186269b66234d97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:13:54.934Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:13:54.935Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:13:55.413Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:13:55.418Z] $ docker exec 87455312a81645301f935e35c8eeaf192062021fb4bc69131186269b66234d97 ssh-agent [2020-10-22T14:13:55.709Z] SSH_AUTH_SOCK=/tmp/ssh-PiIUMhVSaCWk/agent.14 [2020-10-22T14:13:55.709Z] SSH_AGENT_PID=19 [2020-10-22T14:13:55.723Z] Running ssh-add (command line suppressed) [2020-10-22T14:13:55.888Z] Identity added: /w/workspace/edgex-go/206@tmp/private_key_7973984101780468946.key (/w/workspace/edgex-go/206@tmp/private_key_7973984101780468946.key) [2020-10-22T14:13:55.964Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:13:56.368Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T14:13:56.438Z] $ docker exec --env ******** --env ******** 87455312a81645301f935e35c8eeaf192062021fb4bc69131186269b66234d97 ssh-agent -k [2020-10-22T14:13:56.630Z] unset SSH_AUTH_SOCK; [2020-10-22T14:13:56.630Z] unset SSH_AGENT_PID; [2020-10-22T14:13:56.630Z] echo Agent pid 19 killed; [2020-10-22T14:13:56.818Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T14:13:56.986Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:13:56.987Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:13:57.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:13:57.357Z] $ docker exec 87455312a81645301f935e35c8eeaf192062021fb4bc69131186269b66234d97 ssh-agent [2020-10-22T14:13:57.743Z] SSH_AUTH_SOCK=/tmp/ssh-FZgn7i1U5b2l/agent.49 [2020-10-22T14:13:57.743Z] SSH_AGENT_PID=54 [2020-10-22T14:13:57.752Z] Running ssh-add (command line suppressed) [2020-10-22T14:13:57.968Z] Identity added: /w/workspace/edgex-go/206@tmp/private_key_7058670755761092311.key (/w/workspace/edgex-go/206@tmp/private_key_7058670755761092311.key) [2020-10-22T14:13:58.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:13:58.456Z] + git semver init [2020-10-22T14:13:58.457Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:13:58.457Z] # $GIT_DIR = /w/workspace/edgex-go/206/.git [2020-10-22T14:13:58.457Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/206 [2020-10-22T14:13:58.457Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:13:58.457Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:13:58.457Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:13:58.457Z] # $SEMVER_BRANCH = master [2020-10-22T14:13:58.457Z] # $SEMVER_TEMP = /tmp/semver-070935497 [2020-10-22T14:13:58.457Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T14:14:38.196Z] # '/tmp/semver-070935497' -> '/w/workspace/edgex-go/206/.semver' [2020-10-22T14:14:38.196Z] # -> Force: false [2020-10-22T14:14:38.196Z] # $SEMVER_DIR = /w/workspace/edgex-go/206/.semver [Pipeline] } [2020-10-22T14:14:38.224Z] $ docker exec --env ******** --env ******** 87455312a81645301f935e35c8eeaf192062021fb4bc69131186269b66234d97 ssh-agent -k [2020-10-22T14:14:38.604Z] unset SSH_AUTH_SOCK; [2020-10-22T14:14:38.606Z] unset SSH_AGENT_PID; [2020-10-22T14:14:38.606Z] echo Agent pid 54 killed; [2020-10-22T14:14:38.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:14:39.280Z] + git semver [Pipeline] } [2020-10-22T14:14:39.303Z] $ docker stop --time=1 87455312a81645301f935e35c8eeaf192062021fb4bc69131186269b66234d97 [2020-10-22T14:14:40.851Z] $ docker rm -f 87455312a81645301f935e35c8eeaf192062021fb4bc69131186269b66234d97 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:14:41.555Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T14:14:42.244Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T14:14:42.251Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.90 [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-22T14:14:42.927Z] ========================================================= [2020-10-22T14:14:42.927Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T14:14:42.927Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:14:43.335Z] + 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-22T14:14:50.095Z] Sending build context to Docker daemon 325.5MB [2020-10-22T14:14:50.095Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T14:14:50.095Z] Step 2/7 : FROM ${BASE} [2020-10-22T14:14:50.095Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T14:14:50.095Z] df20fa9351a1: Pulling fs layer [2020-10-22T14:14:50.095Z] ed8968b2872e: Pulling fs layer [2020-10-22T14:14:50.095Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T14:14:50.095Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T14:14:50.095Z] e73272ec9a57: Pulling fs layer [2020-10-22T14:14:50.095Z] 1e910a182e73: Pulling fs layer [2020-10-22T14:14:50.095Z] 4e634b169226: Pulling fs layer [2020-10-22T14:14:50.095Z] e73272ec9a57: Waiting [2020-10-22T14:14:50.095Z] 1e910a182e73: Waiting [2020-10-22T14:14:50.095Z] e871e8e8d7a9: Waiting [2020-10-22T14:14:50.095Z] 4e634b169226: Waiting [2020-10-22T14:14:50.095Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T14:14:50.095Z] a92cc7c5fd73: Download complete [2020-10-22T14:14:50.095Z] ed8968b2872e: Verifying Checksum [2020-10-22T14:14:50.095Z] ed8968b2872e: Download complete [2020-10-22T14:14:50.095Z] e73272ec9a57: Verifying Checksum [2020-10-22T14:14:50.095Z] e73272ec9a57: Download complete [2020-10-22T14:14:50.095Z] 1e910a182e73: Verifying Checksum [2020-10-22T14:14:50.095Z] 1e910a182e73: Download complete [2020-10-22T14:14:51.574Z] df20fa9351a1: Verifying Checksum [2020-10-22T14:14:51.574Z] df20fa9351a1: Download complete [2020-10-22T14:14:52.184Z] df20fa9351a1: Pull complete [2020-10-22T14:14:52.802Z] ed8968b2872e: Pull complete [2020-10-22T14:14:52.802Z] a92cc7c5fd73: Pull complete [2020-10-22T14:14:55.603Z] 4e634b169226: Verifying Checksum [2020-10-22T14:14:55.603Z] 4e634b169226: Download complete [2020-10-22T14:14:56.615Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T14:14:56.615Z] e871e8e8d7a9: Download complete [2020-10-22T14:14:57.689Z] Still waiting to schedule task [2020-10-22T14:14:57.689Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-22T14:15:07.240Z] e871e8e8d7a9: Pull complete [2020-10-22T14:15:07.518Z] e73272ec9a57: Pull complete [2020-10-22T14:15:08.153Z] 1e910a182e73: Pull complete [2020-10-22T14:15:13.699Z] 4e634b169226: Pull complete [2020-10-22T14:15:13.699Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T14:15:13.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T14:15:13.699Z] ---> f7629b54cfaa [2020-10-22T14:15:13.699Z] 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-22T14:15:13.699Z] ---> Running in b9c70d1a53e5 [2020-10-22T14:15:14.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:15:15.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:15:15.839Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T14:15:16.105Z] (2/12) Installing file (5.38-r0) [2020-10-22T14:15:16.380Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T14:15:16.380Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T14:15:21.811Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T14:15:21.811Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T14:15:21.811Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T14:15:21.811Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T14:15:22.091Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T14:15:22.091Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T14:15:22.091Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T14:15:22.373Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T14:15:22.373Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T14:15:22.373Z] OK: 233 MiB in 51 packages [2020-10-22T14:15:25.949Z] Removing intermediate container b9c70d1a53e5 [2020-10-22T14:15:25.949Z] ---> 52592f3c5599 [2020-10-22T14:15:25.949Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T14:15:25.949Z] ---> Running in 146e24aac57e [2020-10-22T14:15:26.246Z] Removing intermediate container 146e24aac57e [2020-10-22T14:15:26.246Z] ---> 1663307cc17d [2020-10-22T14:15:26.246Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T14:15:26.516Z] latest: Pulling from library/docker [2020-10-22T14:15:26.857Z] 188c0c94c7c5: Pulling fs layer [2020-10-22T14:15:26.857Z] 0c7c675703d6: Pulling fs layer [2020-10-22T14:15:26.857Z] cc8c12a437cb: Pulling fs layer [2020-10-22T14:15:26.857Z] c5dafad2182a: Pulling fs layer [2020-10-22T14:15:26.857Z] 5aa711733414: Pulling fs layer [2020-10-22T14:15:26.857Z] 058f73b55e4b: Pulling fs layer [2020-10-22T14:15:26.857Z] 8c9c664faf12: Pulling fs layer [2020-10-22T14:15:26.857Z] c5dafad2182a: Waiting [2020-10-22T14:15:26.857Z] 5aa711733414: Waiting [2020-10-22T14:15:26.857Z] 058f73b55e4b: Waiting [2020-10-22T14:15:26.857Z] 8c9c664faf12: Waiting [2020-10-22T14:15:26.857Z] cc8c12a437cb: Verifying Checksum [2020-10-22T14:15:26.857Z] cc8c12a437cb: Download complete [2020-10-22T14:15:27.231Z] 0c7c675703d6: Verifying Checksum [2020-10-22T14:15:27.231Z] 0c7c675703d6: Download complete [2020-10-22T14:15:27.231Z] 188c0c94c7c5: Verifying Checksum [2020-10-22T14:15:27.231Z] 188c0c94c7c5: Download complete [2020-10-22T14:15:27.231Z] 5aa711733414: Verifying Checksum [2020-10-22T14:15:27.231Z] 5aa711733414: Download complete [2020-10-22T14:15:27.231Z] 058f73b55e4b: Verifying Checksum [2020-10-22T14:15:27.231Z] 058f73b55e4b: Download complete [2020-10-22T14:15:27.571Z] 8c9c664faf12: Verifying Checksum [2020-10-22T14:15:27.571Z] 8c9c664faf12: Download complete [2020-10-22T14:15:27.571Z] 188c0c94c7c5: Pull complete [2020-10-22T14:15:28.290Z] 0c7c675703d6: Pull complete [2020-10-22T14:15:28.595Z] cc8c12a437cb: Pull complete [2020-10-22T14:15:28.880Z] c5dafad2182a: Verifying Checksum [2020-10-22T14:15:28.880Z] c5dafad2182a: Download complete [2020-10-22T14:15:33.529Z] c5dafad2182a: Pull complete [2020-10-22T14:15:33.529Z] 5aa711733414: Pull complete [2020-10-22T14:15:33.529Z] 058f73b55e4b: Pull complete [2020-10-22T14:15:33.806Z] 8c9c664faf12: Pull complete [2020-10-22T14:15:33.806Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T14:15:33.806Z] Status: Downloaded newer image for docker:latest [2020-10-22T14:15:35.841Z] ---> da0cc8de35ff [2020-10-22T14:15:35.841Z] Step 6/7 : COPY go.mod . [2020-10-22T14:15:36.114Z] ---> e0705b7a10da [2020-10-22T14:15:36.115Z] Step 7/7 : RUN go mod download [2020-10-22T14:15:36.423Z] ---> Running in 959040346b99 [2020-10-22T14:16:03.496Z] Removing intermediate container 959040346b99 [2020-10-22T14:16:03.496Z] ---> 902f0e6cc635 [2020-10-22T14:16:03.496Z] Successfully built 902f0e6cc635 [2020-10-22T14:16:03.496Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:16:04.151Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T14:16:04.442Z] . [Pipeline] withDockerContainer [2020-10-22T14:16:04.736Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:16:05.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:16:06.307Z] $ docker top a75e70ca52fef71b5820208217cc8edb523cab5821c99a14c03e3d29dc5a58a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:16:06.953Z] + go version [2020-10-22T14:16:07.222Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T14:16:07.251Z] $ docker stop --time=1 a75e70ca52fef71b5820208217cc8edb523cab5821c99a14c03e3d29dc5a58a5 [2020-10-22T14:16:09.839Z] $ docker rm -f a75e70ca52fef71b5820208217cc8edb523cab5821c99a14c03e3d29dc5a58a5 [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-22T14:16:13.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T14:16:13.848Z] [2020-10-22T14:16:13.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:16:14.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T14:16:14.270Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T14:16:14.270Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T14:16:14.270Z] ca9280d653b3: Pulling fs layer [2020-10-22T14:16:14.270Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T14:16:15.387Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-22T14:16:15.387Z] cbdbe7a5bc2a: Download complete [2020-10-22T14:16:16.216Z] cbdbe7a5bc2a: Pull complete [2020-10-22T14:16:18.002Z] ca9280d653b3: Verifying Checksum [2020-10-22T14:16:18.002Z] ca9280d653b3: Download complete [2020-10-22T14:16:19.553Z] ca9280d653b3: Pull complete [2020-10-22T14:16:21.101Z] 7e9c9ca2126c: Verifying Checksum [2020-10-22T14:16:21.101Z] 7e9c9ca2126c: Download complete [2020-10-22T14:16:29.994Z] 7e9c9ca2126c: Pull complete [2020-10-22T14:16:29.994Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T14:16:29.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T14:16:29.994Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T14:16:30.534Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:16:30.689Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:16:33.856Z] $ docker top 237f8e5c2090c0bcc998e61358a4110253cef07cfff4cf95fe7f6a6b693d9c5c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:16:34.605Z] + docker-compose build --help [2020-10-22T14:16:34.606Z] + grep parallel [2020-10-22T14:16:36.070Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T14:16:36.346Z] $ docker stop --time=1 237f8e5c2090c0bcc998e61358a4110253cef07cfff4cf95fe7f6a6b693d9c5c [2020-10-22T14:16:38.338Z] $ docker rm -f 237f8e5c2090c0bcc998e61358a4110253cef07cfff4cf95fe7f6a6b693d9c5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:16:39.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T14:16:39.144Z] . [Pipeline] withDockerContainer [2020-10-22T14:16:39.369Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:16:39.540Z] $ 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/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:16:40.423Z] $ docker top 87642a52ed5c8426095ddd12c5b591f8f4e5900cf82b10c20435e3ff18ca5307 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:16:41.083Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T14:16:42.551Z] Building docker-core-command-go ... [2020-10-22T14:16:42.551Z] Building docker-core-data-go ... [2020-10-22T14:16:42.551Z] Building docker-core-metadata-go ... [2020-10-22T14:16:42.551Z] Building docker-security-proxy-setup-go ... [2020-10-22T14:16:42.551Z] Building docker-security-secrets-setup-go ... [2020-10-22T14:16:42.551Z] Building docker-security-secretstore-setup-go ... [2020-10-22T14:16:42.551Z] Building docker-support-logging-go ... [2020-10-22T14:16:42.551Z] Building docker-support-notifications-go ... [2020-10-22T14:16:42.551Z] Building docker-support-scheduler-go ... [2020-10-22T14:16:42.551Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T14:16:42.551Z] Building docker-support-scheduler-go [2020-10-22T14:16:42.551Z] Building docker-core-data-go [2020-10-22T14:16:42.551Z] Building docker-core-metadata-go [2020-10-22T14:16:42.551Z] Building docker-security-secretstore-setup-go [2020-10-22T14:16:42.551Z] Building docker-core-command-go [2020-10-22T14:16:54.707Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8223 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-22T14:16:54.830Z] Running in /w/workspace/edgex-go/206 [Pipeline] { [Pipeline] checkout [2020-10-22T14:17:00.228Z] using credential edgex-jenkins-ssh [2020-10-22T14:17:00.289Z] Cloning the remote Git repository [2020-10-22T14:17:00.350Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T14:17:00.469Z] > git init /w/workspace/edgex-go/206 # timeout=10 [2020-10-22T14:17:00.544Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T14:17:00.545Z] > git --version # timeout=10 [2020-10-22T14:17:00.566Z] > git --version # 'git version 2.17.1' [2020-10-22T14:17:00.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T14:17:00.650Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T14:17:20.820Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T14:17:20.845Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T14:17:20.911Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T14:17:20.963Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T14:17:20.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T14:17:20.978Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T14:17:21.530Z] Checking out Revision e24f5199b8df60a8194d43c8100204b18b70afd7 (master) [2020-10-22T14:17:22.470Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:17:22.470Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:17:22.470Z] ---> 902f0e6cc635 [2020-10-22T14:17:22.470Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T14:17:22.470Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:17:22.470Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:17:22.471Z] ---> 902f0e6cc635 [2020-10-22T14:17:22.471Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T14:17:22.471Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:17:22.471Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:17:22.471Z] ---> 902f0e6cc635 [2020-10-22T14:17:22.471Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T14:17:22.471Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:17:22.471Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:17:22.471Z] ---> 902f0e6cc635 [2020-10-22T14:17:22.471Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T14:17:22.471Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:17:22.471Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:17:22.471Z] ---> 902f0e6cc635 [2020-10-22T14:17:22.471Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T14:17:22.471Z] ---> Running in f5be94aff835 [2020-10-22T14:17:22.471Z] ---> Running in e914a9c76ade [2020-10-22T14:17:22.471Z] ---> Running in f58d2f7bcb74 [2020-10-22T14:17:22.471Z] ---> Running in ab463d0f8190 [2020-10-22T14:17:22.471Z] ---> Running in 899ac5212b43 [2020-10-22T14:17:22.471Z] Removing intermediate container f58d2f7bcb74 [2020-10-22T14:17:22.471Z] ---> 5139311d6679 [2020-10-22T14:17:22.471Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:17:22.471Z] Removing intermediate container ab463d0f8190 [2020-10-22T14:17:22.471Z] ---> 2890d7d6bbcf [2020-10-22T14:17:22.471Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:17:22.471Z] Removing intermediate container f5be94aff835 [2020-10-22T14:17:22.471Z] ---> 9a8b789b190d [2020-10-22T14:17:22.471Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:17:22.471Z] Removing intermediate container e914a9c76ade [2020-10-22T14:17:22.471Z] ---> a195d74d781d [2020-10-22T14:17:22.471Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:17:22.471Z] Removing intermediate container 899ac5212b43 [2020-10-22T14:17:22.471Z] ---> 9d05d182e01a [2020-10-22T14:17:22.471Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:17:22.471Z] ---> Running in bab967ef008e [2020-10-22T14:17:22.471Z] ---> Running in 494174e97e3a [2020-10-22T14:17:22.471Z] ---> Running in c486e2e7ea3a [2020-10-22T14:17:22.471Z] ---> Running in ec859ca96640 [2020-10-22T14:17:22.471Z] ---> Running in 575f6a4ca34b [2020-10-22T14:17:23.474Z] Removing intermediate container ec859ca96640 [2020-10-22T14:17:23.474Z] ---> f37fa4f19ca3 [2020-10-22T14:17:23.474Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T14:17:23.474Z] Removing intermediate container 494174e97e3a [2020-10-22T14:17:23.474Z] ---> 5b7d115798ac [2020-10-22T14:17:23.474Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T14:17:21.553Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T14:17:21.566Z] > git checkout -f e24f5199b8df60a8194d43c8100204b18b70afd7 # timeout=10 [2020-10-22T14:17:23.740Z] Removing intermediate container bab967ef008e [2020-10-22T14:17:23.740Z] ---> 003e2c86165b [2020-10-22T14:17:23.740Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T14:17:23.740Z] Removing intermediate container 575f6a4ca34b [2020-10-22T14:17:23.740Z] ---> 41aa5dfe3768 [2020-10-22T14:17:23.740Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T14:17:23.740Z] ---> Running in bb5741a06e17 [2020-10-22T14:17:23.740Z] ---> Running in 823706acc216 [2020-10-22T14:17:23.740Z] ---> Running in 55ebc61e976a [2020-10-22T14:17:24.004Z] ---> Running in cdc7e0755b8d [2020-10-22T14:17:24.004Z] Removing intermediate container c486e2e7ea3a [2020-10-22T14:17:24.004Z] ---> ee54e793a43d [2020-10-22T14:17:24.004Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T14:17:24.004Z] ---> Running in ebf812b23197 [2020-10-22T14:17:25.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:25.979Z] Commit message: "Merge pull request #2819 from weichou1229/issue-2817" [2020-10-22T14:17:26.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:17:26.511Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:17:26.511Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:17:26.511Z] OK: 12752 distinct packages available [2020-10-22T14:17:26.511Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:17:26.511Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:17:26.511Z] OK: 12752 distinct packages available [2020-10-22T14:17:26.511Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:17:26.511Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:17:26.511Z] OK: 12752 distinct packages available [Pipeline] withEnv [Pipeline] { [2020-10-22T14:17:26.825Z] OK: 233 MiB in 51 packages [2020-10-22T14:17:26.825Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:17:26.825Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:17:26.825Z] OK: 12752 distinct packages available [2020-10-22T14:17:26.825Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:17:26.825Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:17:26.825Z] OK: 12752 distinct packages available [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-10-22T14:17:27.104Z] OK: 233 MiB in 51 packages [2020-10-22T14:17:27.104Z] OK: 233 MiB in 51 packages [Pipeline] unstash [2020-10-22T14:17:27.379Z] OK: 233 MiB in 51 packages [2020-10-22T14:17:27.379Z] OK: 233 MiB in 51 packages [Pipeline] echo [2020-10-22T14:17:27.398Z] ========================================================= [2020-10-22T14:17:27.398Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T14:17:27.398Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:17:27.647Z] Removing intermediate container bb5741a06e17 [2020-10-22T14:17:27.647Z] ---> 2cf635b848dd [2020-10-22T14:17:27.647Z] Step 6/21 : COPY go.mod . [2020-10-22T14:17:28.303Z] Removing intermediate container 55ebc61e976a [2020-10-22T14:17:28.303Z] ---> 251d9766d487 [2020-10-22T14:17:28.303Z] Step 6/23 : COPY go.mod . [2020-10-22T14:17:28.303Z] ---> 8b6f407b67d2 [2020-10-22T14:17:28.303Z] Step 7/21 : RUN go mod download [2020-10-22T14:17:28.303Z] Removing intermediate container 823706acc216 [2020-10-22T14:17:28.303Z] ---> 5dda78b047a0 [2020-10-22T14:17:28.303Z] Step 6/22 : COPY go.mod . [2020-10-22T14:17:28.303Z] ---> Running in 562a1ed420b7 [2020-10-22T14:17:28.374Z] + 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-22T14:17:28.573Z] Removing intermediate container cdc7e0755b8d [2020-10-22T14:17:28.573Z] ---> 80c698412dce [2020-10-22T14:17:28.573Z] Step 6/26 : COPY go.mod . [2020-10-22T14:17:28.573Z] Removing intermediate container ebf812b23197 [2020-10-22T14:17:28.573Z] ---> 656fb176e34b [2020-10-22T14:17:28.573Z] Step 6/22 : COPY go.mod . [2020-10-22T14:17:28.859Z] ---> 9f78d6dc59fe [2020-10-22T14:17:28.859Z] Step 7/23 : RUN go mod download [2020-10-22T14:17:28.859Z] ---> 87af5c859a81 [2020-10-22T14:17:28.859Z] Step 7/22 : RUN go mod download [2020-10-22T14:17:28.859Z] ---> Running in 3dd846f0543d [2020-10-22T14:17:29.127Z] ---> Running in 6df3427dfd23 [2020-10-22T14:17:29.127Z] ---> 57d2364929d0 [2020-10-22T14:17:29.127Z] Step 7/26 : RUN go mod download [2020-10-22T14:17:29.127Z] ---> 3f9b3e3d4ab3 [2020-10-22T14:17:29.127Z] Step 7/22 : RUN go mod download [2020-10-22T14:17:29.127Z] ---> Running in e7dddc99d948 [2020-10-22T14:17:29.405Z] ---> Running in 52356ac497df [2020-10-22T14:17:31.010Z] Sending build context to Docker daemon 165.1MB [2020-10-22T14:17:31.010Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T14:17:31.010Z] Step 2/7 : FROM ${BASE} [2020-10-22T14:17:31.285Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T14:17:31.285Z] b538f80385f9: Pulling fs layer [2020-10-22T14:17:31.285Z] 74f711af9a0d: Pulling fs layer [2020-10-22T14:17:31.285Z] 99f96fe45779: Pulling fs layer [2020-10-22T14:17:31.285Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T14:17:31.285Z] 45590311c82a: Pulling fs layer [2020-10-22T14:17:31.285Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T14:17:31.285Z] 209524e5b208: Pulling fs layer [2020-10-22T14:17:31.285Z] 8529a6b9a6be: Waiting [2020-10-22T14:17:31.285Z] 209524e5b208: Waiting [2020-10-22T14:17:31.285Z] 45590311c82a: Waiting [2020-10-22T14:17:31.285Z] 69ca0ff8b7b3: Waiting [2020-10-22T14:17:31.285Z] 99f96fe45779: Download complete [2020-10-22T14:17:31.285Z] 74f711af9a0d: Download complete [2020-10-22T14:17:31.563Z] 45590311c82a: Verifying Checksum [2020-10-22T14:17:31.563Z] 45590311c82a: Download complete [2020-10-22T14:17:31.840Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T14:17:31.840Z] 69ca0ff8b7b3: Download complete [2020-10-22T14:17:32.442Z] b538f80385f9: Verifying Checksum [2020-10-22T14:17:32.442Z] b538f80385f9: Download complete [2020-10-22T14:17:32.812Z] Removing intermediate container 562a1ed420b7 [2020-10-22T14:17:32.812Z] ---> 233fc576d9c2 [2020-10-22T14:17:32.812Z] Step 8/21 : COPY . . [2020-10-22T14:17:32.812Z] Removing intermediate container 6df3427dfd23 [2020-10-22T14:17:32.812Z] ---> 99898aeef58b [2020-10-22T14:17:32.812Z] Step 8/22 : COPY . . [2020-10-22T14:17:32.812Z] Removing intermediate container 3dd846f0543d [2020-10-22T14:17:32.812Z] ---> 38b51f350393 [2020-10-22T14:17:32.812Z] Step 8/23 : COPY . . [2020-10-22T14:17:32.812Z] Removing intermediate container e7dddc99d948 [2020-10-22T14:17:32.812Z] ---> 4b560322253b [2020-10-22T14:17:32.812Z] Step 8/26 : COPY . . [2020-10-22T14:17:33.050Z] b538f80385f9: Pull complete [2020-10-22T14:17:33.094Z] Removing intermediate container 52356ac497df [2020-10-22T14:17:33.094Z] ---> e805ab3163e8 [2020-10-22T14:17:33.094Z] Step 8/22 : COPY . . [2020-10-22T14:17:33.660Z] 74f711af9a0d: Pull complete [2020-10-22T14:17:33.940Z] 99f96fe45779: Pull complete [2020-10-22T14:17:34.928Z] 209524e5b208: Verifying Checksum [2020-10-22T14:17:34.928Z] 209524e5b208: Download complete [2020-10-22T14:17:35.910Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T14:17:35.910Z] 8529a6b9a6be: Download complete [2020-10-22T14:17:46.109Z] 8529a6b9a6be: Pull complete [2020-10-22T14:17:46.109Z] 45590311c82a: Pull complete [2020-10-22T14:17:46.708Z] 69ca0ff8b7b3: Pull complete [2020-10-22T14:17:51.025Z] 209524e5b208: Pull complete [2020-10-22T14:17:51.025Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T14:17:51.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T14:17:51.025Z] ---> 5bddaf1c2fca [2020-10-22T14:17:51.025Z] 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-22T14:17:53.645Z] ---> Running in da5410c8df13 [2020-10-22T14:17:55.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:17:56.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:17:57.042Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T14:17:57.313Z] (2/12) Installing file (5.38-r0) [2020-10-22T14:17:57.586Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T14:17:57.586Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T14:18:05.707Z] ---> 9460dd6cdd9d [2020-10-22T14:18:05.708Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T14:18:05.708Z] ---> facb4e8aae96 [2020-10-22T14:18:05.708Z] ---> d8045217dd5e [2020-10-22T14:18:05.708Z] Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/core-command/core-command ---> 549ef3431978 [2020-10-22T14:18:05.708Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T14:18:05.708Z] [2020-10-22T14:18:05.708Z] [2020-10-22T14:18:05.708Z] ---> 418657132349 [2020-10-22T14:18:05.708Z] 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-22T14:18:05.853Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T14:18:06.123Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T14:18:06.123Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T14:18:06.123Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T14:18:06.292Z] ---> Running in 62965ed28d5f [2020-10-22T14:18:06.293Z] ---> Running in c7a1247e5ec1 [2020-10-22T14:18:06.293Z] ---> Running in bd24b4ce9f18 [2020-10-22T14:18:06.293Z] ---> Running in bfb020a004bb [2020-10-22T14:18:06.293Z] ---> Running in 6180458ea4ef [2020-10-22T14:18:06.394Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T14:18:06.394Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T14:18:06.394Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T14:18:06.668Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T14:18:06.668Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T14:18:06.668Z] OK: 217 MiB in 51 packages [2020-10-22T14:18:08.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T14:18:08.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T14:18:08.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T14:18:08.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T14:18:08.308Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T14:18:10.991Z] Removing intermediate container da5410c8df13 [2020-10-22T14:18:10.991Z] ---> f3f6790ad953 [2020-10-22T14:18:10.991Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T14:18:11.267Z] ---> Running in c6811dfdd98a [2020-10-22T14:18:11.539Z] Removing intermediate container c6811dfdd98a [2020-10-22T14:18:11.539Z] ---> 70adafb24ba7 [2020-10-22T14:18:11.539Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T14:18:12.135Z] latest: Pulling from library/docker [2020-10-22T14:18:12.413Z] 5f621e34cdf4: Pulling fs layer [2020-10-22T14:18:12.413Z] 85db56a05063: Pulling fs layer [2020-10-22T14:18:12.413Z] ccb67d6aeaaa: Pulling fs layer [2020-10-22T14:18:12.413Z] a0b19fc83503: Pulling fs layer [2020-10-22T14:18:12.413Z] 8eb508b41278: Pulling fs layer [2020-10-22T14:18:12.413Z] 37236713561e: Pulling fs layer [2020-10-22T14:18:12.413Z] 07c93f2b1b56: Pulling fs layer [2020-10-22T14:18:12.413Z] 8eb508b41278: Waiting [2020-10-22T14:18:12.413Z] 07c93f2b1b56: Waiting [2020-10-22T14:18:12.413Z] 37236713561e: Waiting [2020-10-22T14:18:12.413Z] a0b19fc83503: Waiting [2020-10-22T14:18:12.691Z] ccb67d6aeaaa: Verifying Checksum [2020-10-22T14:18:12.691Z] ccb67d6aeaaa: Download complete [2020-10-22T14:18:12.691Z] 5f621e34cdf4: Verifying Checksum [2020-10-22T14:18:12.691Z] 5f621e34cdf4: Download complete [2020-10-22T14:18:12.691Z] 85db56a05063: Verifying Checksum [2020-10-22T14:18:12.691Z] 85db56a05063: Download complete [2020-10-22T14:18:12.691Z] 8eb508b41278: Download complete [2020-10-22T14:18:12.973Z] 37236713561e: Verifying Checksum [2020-10-22T14:18:12.973Z] 37236713561e: Download complete [2020-10-22T14:18:12.973Z] 07c93f2b1b56: Verifying Checksum [2020-10-22T14:18:12.973Z] 07c93f2b1b56: Download complete [2020-10-22T14:18:13.249Z] 5f621e34cdf4: Pull complete [2020-10-22T14:18:13.853Z] 85db56a05063: Pull complete [2020-10-22T14:18:14.129Z] a0b19fc83503: Verifying Checksum [2020-10-22T14:18:14.129Z] a0b19fc83503: Download complete [2020-10-22T14:18:14.404Z] ccb67d6aeaaa: Pull complete [2020-10-22T14:18:17.805Z] a0b19fc83503: Pull complete [2020-10-22T14:18:18.078Z] 8eb508b41278: Pull complete [2020-10-22T14:18:18.353Z] 37236713561e: Pull complete [2020-10-22T14:18:18.627Z] 07c93f2b1b56: Pull complete [2020-10-22T14:18:18.627Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T14:18:18.627Z] Status: Downloaded newer image for docker:latest [2020-10-22T14:18:22.033Z] ---> e5c439916785 [2020-10-22T14:18:22.033Z] Step 6/7 : COPY go.mod . [2020-10-22T14:18:22.627Z] ---> 4cbcc7daf866 [2020-10-22T14:18:22.627Z] Step 7/7 : RUN go mod download [2020-10-22T14:18:22.900Z] ---> Running in 35c50e4ebf5e [2020-10-22T14:18:49.730Z] Removing intermediate container 35c50e4ebf5e [2020-10-22T14:18:49.730Z] ---> 5e257acccdab [2020-10-22T14:18:49.730Z] Successfully built 5e257acccdab [2020-10-22T14:18:49.730Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:18:50.148Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T14:18:50.148Z] . [Pipeline] withDockerContainer [2020-10-22T14:18:50.433Z] prd-ubuntu18.04-docker-arm64-4c-16g-8223 does not seem to be running inside a container [2020-10-22T14:18:50.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:18:52.455Z] $ docker top 4cf3d6dfa85d9c6c5ed342db23a10695b4793ccfbf44a678998ea2dad80a47c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:18:53.884Z] + go version [2020-10-22T14:18:53.884Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T14:18:53.912Z] $ docker stop --time=1 4cf3d6dfa85d9c6c5ed342db23a10695b4793ccfbf44a678998ea2dad80a47c9 [2020-10-22T14:18:55.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T14:18:55.901Z] $ docker rm -f 4cf3d6dfa85d9c6c5ed342db23a10695b4793ccfbf44a678998ea2dad80a47c9 [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-22T14:18:57.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T14:18:57.242Z] [2020-10-22T14:18:57.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:18:57.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T14:18:58.176Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T14:18:58.176Z] 29e5d40040c1: Pulling fs layer [2020-10-22T14:18:58.176Z] 1ce36da41761: Pulling fs layer [2020-10-22T14:18:58.176Z] 25b303627fd3: Pulling fs layer [2020-10-22T14:18:58.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T14:18:58.460Z] 29e5d40040c1: Verifying Checksum [2020-10-22T14:18:58.460Z] 29e5d40040c1: Download complete [2020-10-22T14:18:59.068Z] 29e5d40040c1: Pull complete [2020-10-22T14:18:59.068Z] 1ce36da41761: Verifying Checksum [2020-10-22T14:18:59.068Z] 1ce36da41761: Download complete [2020-10-22T14:19:00.512Z] 1ce36da41761: Pull complete [2020-10-22T14:19:00.512Z] 25b303627fd3: Verifying Checksum [2020-10-22T14:19:00.512Z] 25b303627fd3: Download complete [2020-10-22T14:19:05.471Z] Removing intermediate container c7a1247e5ec1 [2020-10-22T14:19:05.471Z] ---> 59dd92ada31a [2020-10-22T14:19:05.471Z] [2020-10-22T14:19:05.471Z] Step 10/21 : FROM scratch [2020-10-22T14:19:05.471Z] ---> [2020-10-22T14:19:05.471Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:19:05.471Z] Removing intermediate container bd24b4ce9f18 [2020-10-22T14:19:05.471Z] ---> d6c57c0126bb [2020-10-22T14:19:05.471Z] [2020-10-22T14:19:05.471Z] Step 10/22 : FROM scratch [2020-10-22T14:19:05.471Z] ---> [2020-10-22T14:19:05.471Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:19:06.218Z] ---> Running in 9781f51231d6 [2020-10-22T14:19:06.218Z] ---> Running in c91ce138de2b [2020-10-22T14:19:06.832Z] Removing intermediate container 62965ed28d5f [2020-10-22T14:19:06.832Z] ---> d3eb842563bc [2020-10-22T14:19:06.832Z] [2020-10-22T14:19:06.832Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T14:19:07.436Z] Removing intermediate container 9781f51231d6 [2020-10-22T14:19:07.436Z] ---> b9a63ca82409 [2020-10-22T14:19:07.436Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T14:19:07.436Z] 3.10: Pulling from library/alpine [2020-10-22T14:19:07.436Z] Removing intermediate container c91ce138de2b [2020-10-22T14:19:07.436Z] ---> 7631e2823b82 [2020-10-22T14:19:07.436Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T14:19:07.436Z] ---> Running in 315c9bc29b32 [2020-10-22T14:19:07.436Z] ---> Running in 746a5949753b [2020-10-22T14:19:09.447Z] Removing intermediate container 746a5949753b [2020-10-22T14:19:09.447Z] ---> 1a12879dbe8c [2020-10-22T14:19:09.447Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T14:19:10.557Z] Removing intermediate container 315c9bc29b32 [2020-10-22T14:19:10.557Z] ---> 4e6c00757f74 [2020-10-22T14:19:10.557Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T14:19:10.670Z] 25b303627fd3: Pull complete [2020-10-22T14:19:10.670Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T14:19:10.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T14:19:10.670Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T14:19:10.900Z] prd-ubuntu18.04-docker-arm64-4c-16g-8223 does not seem to be running inside a container [2020-10-22T14:19:10.984Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:19:11.794Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T14:19:11.794Z] ---> Running in c99e346248f4 [2020-10-22T14:19:11.794Z] ---> Running in 3d346b020342 [2020-10-22T14:19:11.794Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T14:19:11.794Z] ---> be4e4bea2c2e [2020-10-22T14:19:11.794Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T14:19:12.426Z] ---> Running in e2d457fd1e18 [2020-10-22T14:19:12.719Z] Removing intermediate container bfb020a004bb [2020-10-22T14:19:12.719Z] ---> 01d27210dd74 [2020-10-22T14:19:12.719Z] [2020-10-22T14:19:12.719Z] Step 10/22 : FROM scratch [2020-10-22T14:19:12.719Z] ---> [2020-10-22T14:19:12.719Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:19:12.719Z] Removing intermediate container 3d346b020342 [2020-10-22T14:19:12.719Z] ---> 160cb7342773 [2020-10-22T14:19:12.719Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T14:19:12.719Z] ---> Using cache [2020-10-22T14:19:12.719Z] ---> 7631e2823b82 [2020-10-22T14:19:12.719Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T14:19:12.719Z] Removing intermediate container c99e346248f4 [2020-10-22T14:19:12.719Z] ---> fcf575deb9b1 [2020-10-22T14:19:12.719Z] Step 14/22 : WORKDIR / [2020-10-22T14:19:12.719Z] ---> Running in 9efb5dfad318 [2020-10-22T14:19:12.719Z] ---> Running in d36093ebe780 [2020-10-22T14:19:13.321Z] ---> 7e926f3dd4c8 [2020-10-22T14:19:13.321Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T14:19:13.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:13.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:13.598Z] Removing intermediate container 9efb5dfad318 [2020-10-22T14:19:13.598Z] ---> eb653fd83b97 [2020-10-22T14:19:13.598Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T14:19:13.598Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T14:19:13.598Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T14:19:13.598Z] OK: 10346 distinct packages available [2020-10-22T14:19:13.868Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T14:19:14.135Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T14:19:14.135Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T14:19:14.135Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T14:19:14.135Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T14:19:14.135Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T14:19:14.135Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T14:19:14.434Z] $ docker top 3cae1f164d7fb8fb89ab6fe4a41e499899de08e4c172b360ef1b0489cde63632 -eo pid,comm [2020-10-22T14:19:14.717Z] OK: 7 MiB in 19 packages [2020-10-22T14:19:14.717Z] Removing intermediate container d36093ebe780 [2020-10-22T14:19:14.717Z] ---> 1212dddb4477 [2020-10-22T14:19:14.717Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T14:19:14.717Z] ---> Running in 0d5c724bd954 [Pipeline] { [Pipeline] sh [2020-10-22T14:19:15.321Z] ---> 854357c3902c [2020-10-22T14:19:15.321Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T14:19:15.611Z] Removing intermediate container 0d5c724bd954 [2020-10-22T14:19:15.611Z] ---> f81c5e822508 [2020-10-22T14:19:15.611Z] Step 14/22 : WORKDIR / [2020-10-22T14:19:15.611Z] ---> 3dd730a6af72 [2020-10-22T14:19:15.611Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T14:19:15.611Z] Removing intermediate container 6180458ea4ef [2020-10-22T14:19:15.611Z] ---> 1ff2b53f0794 [2020-10-22T14:19:15.611Z] [2020-10-22T14:19:15.611Z] Step 10/23 : FROM alpine [2020-10-22T14:19:15.611Z] ---> Running in 8ceb3f6a1109 [2020-10-22T14:19:15.844Z] + docker-compose build --help [2020-10-22T14:19:15.844Z] + grep parallel [2020-10-22T14:19:15.902Z] latest: Pulling from library/alpine [2020-10-22T14:19:15.902Z] ---> 6cb042f433c5 [2020-10-22T14:19:15.902Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T14:19:16.185Z] Removing intermediate container 8ceb3f6a1109 [2020-10-22T14:19:16.185Z] ---> e4d6c7ecd1d6 [2020-10-22T14:19:16.185Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T14:19:16.185Z] ---> Running in 34a4e1bc460c [2020-10-22T14:19:16.185Z] Removing intermediate container e2d457fd1e18 [2020-10-22T14:19:16.185Z] ---> 04d6ffc7565e [2020-10-22T14:19:16.185Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T14:19:16.185Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-22T14:19:16.458Z] Status: Downloaded newer image for alpine:latest [2020-10-22T14:19:16.458Z] ---> d6e46aa2470d [2020-10-22T14:19:16.458Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:19:16.458Z] ---> Running in ff4010ec2b7b [2020-10-22T14:19:16.458Z] Removing intermediate container 34a4e1bc460c [2020-10-22T14:19:16.458Z] ---> 97b2be37ab70 [2020-10-22T14:19:16.458Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:19:16.458Z] ---> ec0807f70d05 [2020-10-22T14:19:16.458Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T14:19:17.048Z] ---> Running in eacf69da6059 [2020-10-22T14:19:17.318Z] ---> e5e9a779f9f3 [2020-10-22T14:19:17.318Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T14:19:17.318Z] ---> Running in 1dbc37555627 [2020-10-22T14:19:17.318Z] Removing intermediate container ff4010ec2b7b [2020-10-22T14:19:17.318Z] ---> d4a66d576387 [2020-10-22T14:19:17.318Z] Step 13/26 : WORKDIR / [2020-10-22T14:19:17.318Z] ---> 9f2205b71b85 [2020-10-22T14:19:17.318Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T14:19:17.583Z] ---> Running in 8e3452c674c6 [2020-10-22T14:19:17.584Z] ---> Running in f43a2037ce39 [2020-10-22T14:19:17.584Z] Removing intermediate container eacf69da6059 [2020-10-22T14:19:17.584Z] ---> c8277a3d4a97 [2020-10-22T14:19:17.584Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T14:19:17.584Z] Removing intermediate container 1dbc37555627 [2020-10-22T14:19:17.584Z] ---> 8c4c9ec93edb [2020-10-22T14:19:17.584Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T14:19:17.846Z] ---> Running in 3e2def031131 [2020-10-22T14:19:17.846Z] ---> Running in 84ea1abf0b37 [2020-10-22T14:19:17.846Z] Removing intermediate container f43a2037ce39 [2020-10-22T14:19:17.846Z] ---> f8a55b307325 [2020-10-22T14:19:17.846Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:19:17.846Z] Removing intermediate container 8e3452c674c6 [2020-10-22T14:19:17.846Z] ---> 1f660527d58d [2020-10-22T14:19:17.846Z] 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-22T14:19:18.131Z] ---> Running in ece38d6a8960 [2020-10-22T14:19:18.132Z] ---> ae3a6dbf90dd [2020-10-22T14:19:18.132Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T14:19:18.500Z] Removing intermediate container 3e2def031131 [2020-10-22T14:19:18.500Z] ---> 3ae432ae9da6 [2020-10-22T14:19:18.500Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T14:19:18.500Z] Removing intermediate container 84ea1abf0b37 [2020-10-22T14:19:18.500Z] ---> 1ee0609ed42e [2020-10-22T14:19:18.500Z] Step 20/21 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:19:18.500Z] ---> Running in 733cd4b1ab0d [2020-10-22T14:19:18.500Z] ---> Running in a93561950731 [2020-10-22T14:19:18.500Z] Removing intermediate container ece38d6a8960 [2020-10-22T14:19:18.500Z] ---> db312a03ad28 [2020-10-22T14:19:18.500Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T14:19:18.500Z] ---> bd0149e6653b [2020-10-22T14:19:18.500Z] 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-22T14:19:18.773Z] ---> Running in 22bafa11d0f1 [2020-10-22T14:19:18.773Z] ---> fde6afc6b251 [2020-10-22T14:19:18.773Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T14:19:18.773Z] Removing intermediate container 733cd4b1ab0d [2020-10-22T14:19:18.773Z] ---> 854002a88e2e [2020-10-22T14:19:18.773Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:19:19.221Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T14:19:19.250Z] $ docker stop --time=1 3cae1f164d7fb8fb89ab6fe4a41e499899de08e4c172b360ef1b0489cde63632 [2020-10-22T14:19:19.373Z] Removing intermediate container a93561950731 [2020-10-22T14:19:19.374Z] ---> 3213311c8f04 [2020-10-22T14:19:19.374Z] Step 21/21 : LABEL version=1.2.2-dev.90 [2020-10-22T14:19:19.374Z] ---> Running in f7dbcffbe911 [2020-10-22T14:19:19.374Z] ---> Running in a8c6248ac51f [2020-10-22T14:19:19.374Z] ---> Running in 5e81e8e9d2c8 [2020-10-22T14:19:19.694Z] ---> e3d3b8eff535 [2020-10-22T14:19:19.694Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T14:19:19.694Z] Removing intermediate container 22bafa11d0f1 [2020-10-22T14:19:19.694Z] ---> bb83c2210236 [2020-10-22T14:19:19.694Z] Step 21/22 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:19:20.090Z] ---> Running in 79911c8fc153 [2020-10-22T14:19:20.090Z] Removing intermediate container f7dbcffbe911 [2020-10-22T14:19:20.090Z] ---> 9781c73b5ba9 [2020-10-22T14:19:20.090Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:19:20.090Z] Removing intermediate container 5e81e8e9d2c8 [2020-10-22T14:19:20.090Z] ---> 6f1ae333958b [2020-10-22T14:19:20.090Z] [2020-10-22T14:19:20.090Z] ---> 16eb9b6c76e5 [2020-10-22T14:19:20.090Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T14:19:20.090Z] ---> Running in 5e538b18012a [2020-10-22T14:19:20.090Z] Removing intermediate container 79911c8fc153 [2020-10-22T14:19:20.090Z] ---> ef8243ed3a4e [2020-10-22T14:19:20.090Z] Step 22/22 : LABEL version=1.2.2-dev.90 [2020-10-22T14:19:20.384Z] ---> Running in c4c913f0781f [2020-10-22T14:19:20.384Z] Successfully built 6f1ae333958b [2020-10-22T14:19:20.384Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T14:19:20.743Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-10-22T14:19:20.743Z] Removing intermediate container 5e538b18012a [2020-10-22T14:19:20.743Z] ---> 52972b49b870 [2020-10-22T14:19:20.743Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T14:19:20.743Z] ---> dc59a07c1483 [2020-10-22T14:19:20.743Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T14:19:20.743Z] ---> Running in a87eabe19dc9 [2020-10-22T14:19:20.743Z] Removing intermediate container c4c913f0781f [2020-10-22T14:19:20.743Z] ---> 252e5d9c3c54 [2020-10-22T14:19:20.743Z] [2020-10-22T14:19:21.110Z] Successfully built 252e5d9c3c54 [2020-10-22T14:19:21.238Z] $ docker rm -f 3cae1f164d7fb8fb89ab6fe4a41e499899de08e4c172b360ef1b0489cde63632 [2020-10-22T14:19:21.411Z] Successfully tagged docker-core-command-go:latest [2020-10-22T14:19:21.411Z]  Building docker-core-command-go ... done Building docker-security-secrets-setup-go [2020-10-22T14:19:21.411Z] Removing intermediate container a87eabe19dc9 [2020-10-22T14:19:21.411Z] ---> c4e4d81f7893 [2020-10-22T14:19:21.411Z] Step 21/22 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:19:21.889Z] ---> Running in e184243b6cfb [2020-10-22T14:19:21.889Z] Removing intermediate container a8c6248ac51f [2020-10-22T14:19:21.889Z] ---> 0ef36481be94 [2020-10-22T14:19:21.889Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T14:19:21.889Z] ---> d78ebd3a2016 [2020-10-22T14:19:21.889Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T14:19:22.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T14:19:22.185Z] . [Pipeline] withDockerContainer [2020-10-22T14:19:22.420Z] prd-ubuntu18.04-docker-arm64-4c-16g-8223 does not seem to be running inside a container [2020-10-22T14:19:22.557Z] $ 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/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:19:22.635Z] ---> Running in c862ecdfa2fb [2020-10-22T14:19:22.956Z] Removing intermediate container e184243b6cfb [2020-10-22T14:19:22.956Z] ---> 4bbc15fb1713 [2020-10-22T14:19:22.956Z] Step 22/22 : LABEL version=1.2.2-dev.90 [2020-10-22T14:19:23.597Z] ---> Running in f9bde6d60486 [2020-10-22T14:19:24.145Z] $ docker top 01a08b06214e132d365a7df8d4cb47e1ff4ab03a8f06a3f81751513dce9afa1a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:19:24.575Z] ---> af4334e2027f [2020-10-22T14:19:24.575Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T14:19:25.207Z] Removing intermediate container f9bde6d60486 [2020-10-22T14:19:25.207Z] ---> ea555d81ad33 [2020-10-22T14:19:25.207Z] [2020-10-22T14:19:25.243Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T14:19:25.824Z] Successfully built ea555d81ad33 [2020-10-22T14:19:25.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:25.824Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T14:19:25.824Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-22T14:19:26.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:27.077Z] ---> be0cec7ebe8a [2020-10-22T14:19:27.077Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T14:19:27.077Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T14:19:27.412Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T14:19:27.413Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T14:19:27.705Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T14:19:27.998Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T14:19:27.998Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:19:28.326Z] OK: 8 MiB in 19 packages [2020-10-22T14:19:28.326Z] ---> 347bb66e806d [2020-10-22T14:19:28.326Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T14:19:28.641Z] Building docker-core-command-go ... [2020-10-22T14:19:28.641Z] Building docker-core-data-go ... [2020-10-22T14:19:28.641Z] Building docker-core-metadata-go ... [2020-10-22T14:19:28.641Z] Building docker-security-proxy-setup-go ... [2020-10-22T14:19:28.641Z] Building docker-security-secrets-setup-go ... [2020-10-22T14:19:28.641Z] Building docker-security-secretstore-setup-go ... [2020-10-22T14:19:28.641Z] Building docker-support-logging-go ... [2020-10-22T14:19:28.641Z] Building docker-support-notifications-go ... [2020-10-22T14:19:28.641Z] Building docker-support-scheduler-go ... [2020-10-22T14:19:28.641Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T14:19:28.641Z] Building docker-core-data-go [2020-10-22T14:19:28.641Z] Building docker-security-proxy-setup-go [2020-10-22T14:19:28.641Z] Building docker-support-logging-go [2020-10-22T14:19:28.641Z] Building docker-sys-mgmt-agent-go [2020-10-22T14:19:28.641Z] Building docker-core-metadata-go [2020-10-22T14:19:28.935Z] ---> Running in eb96020abc9e [2020-10-22T14:19:29.934Z] Removing intermediate container c862ecdfa2fb [2020-10-22T14:19:29.934Z] ---> 7c8b02bfdd1d [2020-10-22T14:19:29.934Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T14:19:30.918Z] ---> 0841584e3a9c [2020-10-22T14:19:30.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T14:19:31.523Z] Removing intermediate container eb96020abc9e [2020-10-22T14:19:31.523Z] ---> 0aa7b6b3c215 [2020-10-22T14:19:31.523Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T14:19:31.523Z] ---> Running in 9168576c649e [2020-10-22T14:19:31.802Z] ---> 144a9bdd86ae [2020-10-22T14:19:31.802Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T14:19:32.078Z] Removing intermediate container 9168576c649e [2020-10-22T14:19:32.078Z] ---> a07baac15263 [2020-10-22T14:19:32.078Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T14:19:33.073Z] ---> Running in 0639b64c9a7c [2020-10-22T14:19:33.368Z] ---> 445db07cd537 [2020-10-22T14:19:33.368Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T14:19:33.742Z] ---> Running in 3f471e85f890 [2020-10-22T14:19:34.027Z] Removing intermediate container 0639b64c9a7c [2020-10-22T14:19:34.027Z] ---> 637dc5c0d305 [2020-10-22T14:19:34.027Z] Step 25/26 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:19:35.020Z] ---> Running in 32044ba8bd4e [2020-10-22T14:19:35.020Z] Removing intermediate container 3f471e85f890 [2020-10-22T14:19:35.020Z] ---> 3d4d4520f78e [2020-10-22T14:19:35.020Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:19:35.631Z] ---> Running in 7ff1dfbd9042 [2020-10-22T14:19:35.631Z] Removing intermediate container 32044ba8bd4e [2020-10-22T14:19:35.631Z] ---> 8752a2f108b9 [2020-10-22T14:19:35.631Z] Step 26/26 : LABEL version=1.2.2-dev.90 [2020-10-22T14:19:36.294Z] ---> Running in 4c6b652ba192 [2020-10-22T14:19:36.566Z] Removing intermediate container 7ff1dfbd9042 [2020-10-22T14:19:36.566Z] ---> 8bfa782339ab [2020-10-22T14:19:36.566Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T14:19:37.181Z] ---> Running in 5217312616e5 [2020-10-22T14:19:37.481Z] Removing intermediate container 4c6b652ba192 [2020-10-22T14:19:37.481Z] ---> bca6cbf19c69 [2020-10-22T14:19:37.481Z] [2020-10-22T14:19:37.776Z] Successfully built bca6cbf19c69 [2020-10-22T14:19:37.776Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T14:19:37.776Z] Building docker-sys-mgmt-agent-go [2020-10-22T14:19:38.078Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5217312616e5 [2020-10-22T14:19:38.079Z] ---> d3ad19715dd8 [2020-10-22T14:19:38.079Z] Step 22/23 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:19:40.111Z] ---> Running in 3d086f6aba24 [2020-10-22T14:19:40.708Z] Removing intermediate container 3d086f6aba24 [2020-10-22T14:19:40.708Z] ---> b376b22459ea [2020-10-22T14:19:40.708Z] Step 23/23 : LABEL version=1.2.2-dev.90 [2020-10-22T14:19:41.339Z] ---> Running in 2aaf7d54e14a [2020-10-22T14:19:42.493Z] Removing intermediate container 2aaf7d54e14a [2020-10-22T14:19:42.493Z] ---> 3e02da63654b [2020-10-22T14:19:42.493Z] [2020-10-22T14:19:43.232Z] Successfully built 3e02da63654b [2020-10-22T14:19:43.232Z] Successfully tagged docker-core-data-go:latest [2020-10-22T14:19:43.232Z] Building docker-support-logging-go [2020-10-22T14:19:46.707Z]  Building docker-core-data-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:19:46.707Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:19:46.707Z] ---> 902f0e6cc635 [2020-10-22T14:19:46.707Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T14:19:46.707Z] ---> Using cache [2020-10-22T14:19:46.707Z] ---> 9d05d182e01a [2020-10-22T14:19:46.707Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:19:46.707Z] ---> Using cache [2020-10-22T14:19:46.707Z] ---> 41aa5dfe3768 [2020-10-22T14:19:46.707Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T14:19:46.707Z] ---> Using cache [2020-10-22T14:19:46.707Z] ---> 80c698412dce [2020-10-22T14:19:46.707Z] Step 6/20 : COPY go.mod . [2020-10-22T14:19:46.707Z] ---> Using cache [2020-10-22T14:19:46.707Z] ---> 57d2364929d0 [2020-10-22T14:19:46.707Z] Step 7/20 : RUN go mod download [2020-10-22T14:19:46.707Z] ---> Using cache [2020-10-22T14:19:46.707Z] ---> 4b560322253b [2020-10-22T14:19:46.707Z] Step 8/20 : COPY . . [2020-10-22T14:19:46.707Z] ---> Using cache [2020-10-22T14:19:46.707Z] ---> 418657132349 [2020-10-22T14:19:46.707Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T14:19:47.317Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:19:47.317Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T14:19:47.317Z] ---> 902f0e6cc635 [2020-10-22T14:19:47.317Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T14:19:47.317Z] ---> Using cache [2020-10-22T14:19:47.317Z] ---> 9d05d182e01a [2020-10-22T14:19:47.317Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T14:19:47.317Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:19:47.317Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:19:47.317Z] ---> 902f0e6cc635 [2020-10-22T14:19:47.317Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T14:19:47.317Z] ---> Using cache [2020-10-22T14:19:47.317Z] ---> 9d05d182e01a [2020-10-22T14:19:47.317Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:19:47.317Z] ---> Using cache [2020-10-22T14:19:47.317Z] ---> 41aa5dfe3768 [2020-10-22T14:19:47.317Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T14:19:48.751Z] ---> Running in 87678aaa1c91 [2020-10-22T14:19:48.751Z] ---> Running in 16894a1a8c85 [2020-10-22T14:19:48.751Z] ---> Running in ed1f6b312c47 [2020-10-22T14:19:51.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T14:19:51.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:51.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:52.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:52.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:19:53.928Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:19:53.928Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:19:53.928Z] OK: 12752 distinct packages available [2020-10-22T14:19:53.928Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:19:53.928Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:19:53.928Z] OK: 12752 distinct packages available [2020-10-22T14:19:54.224Z] OK: 233 MiB in 51 packages [2020-10-22T14:19:54.224Z] OK: 233 MiB in 51 packages [2020-10-22T14:19:56.963Z] Removing intermediate container 87678aaa1c91 [2020-10-22T14:19:56.963Z] ---> bc85f676fb52 [2020-10-22T14:19:56.963Z] Step 6/24 : COPY go.mod . [2020-10-22T14:19:56.963Z] Removing intermediate container ed1f6b312c47 [2020-10-22T14:19:56.963Z] ---> 6d41c7cef943 [2020-10-22T14:19:56.963Z] Step 5/29 : COPY go.mod . [2020-10-22T14:19:58.983Z] ---> de7c0161986b [2020-10-22T14:19:58.983Z] Step 6/29 : RUN go mod download [2020-10-22T14:19:58.983Z] ---> aefd4ff2d7c7 [2020-10-22T14:19:58.983Z] Step 7/24 : RUN go mod download [2020-10-22T14:19:58.983Z] ---> Running in 5679d6bc6463 [2020-10-22T14:19:58.983Z] ---> Running in a040b19c9a68 [2020-10-22T14:20:06.054Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:20:06.054Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:20:06.054Z] ---> 902f0e6cc635 [2020-10-22T14:20:06.054Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T14:20:06.054Z] ---> Using cache [2020-10-22T14:20:06.054Z] ---> 9d05d182e01a [2020-10-22T14:20:06.054Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:20:06.054Z] ---> Using cache [2020-10-22T14:20:06.054Z] ---> 41aa5dfe3768 [2020-10-22T14:20:06.054Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T14:20:06.054Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:20:06.054Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:20:06.054Z] ---> 902f0e6cc635 [2020-10-22T14:20:06.054Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T14:20:06.054Z] ---> Using cache [2020-10-22T14:20:06.054Z] ---> 9d05d182e01a [2020-10-22T14:20:06.054Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:20:06.054Z] ---> Using cache [2020-10-22T14:20:06.054Z] ---> 41aa5dfe3768 [2020-10-22T14:20:06.054Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T14:20:06.714Z] ---> Running in 6d7a87275501 [2020-10-22T14:20:06.714Z] ---> Running in 142969df3ab7 [2020-10-22T14:20:06.714Z] Removing intermediate container 5679d6bc6463 [2020-10-22T14:20:06.714Z] ---> b7b7d2df8cca [2020-10-22T14:20:06.714Z] Step 7/29 : COPY . . [2020-10-22T14:20:06.714Z] Removing intermediate container a040b19c9a68 [2020-10-22T14:20:06.714Z] ---> f3b1834d7e69 [2020-10-22T14:20:06.714Z] Step 8/24 : COPY . . [2020-10-22T14:20:08.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:20:08.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:20:09.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:20:10.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:20:10.728Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:10.728Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:10.728Z] OK: 12752 distinct packages available [2020-10-22T14:20:11.329Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:11.329Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:11.329Z] OK: 12752 distinct packages available [2020-10-22T14:20:11.329Z] OK: 233 MiB in 51 packages [2020-10-22T14:20:11.639Z] OK: 233 MiB in 51 packages [2020-10-22T14:20:13.122Z] OK: 233 MiB in 51 packages [2020-10-22T14:20:15.603Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:20:15.603Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:20:15.603Z] ---> 5e257acccdab [2020-10-22T14:20:15.603Z] Step 3/23 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:20:15.603Z] [2020-10-22T14:20:15.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:20:15.603Z] ---> 5e257acccdab [2020-10-22T14:20:15.603Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T14:20:15.603Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:20:15.603Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:20:15.603Z] ---> 5e257acccdab [2020-10-22T14:20:15.603Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T14:20:15.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:20:15.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:20:15.603Z] ---> 5e257acccdab [2020-10-22T14:20:15.603Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T14:20:15.603Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:20:15.603Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:20:15.603Z] ---> 5e257acccdab [2020-10-22T14:20:15.603Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T14:20:15.744Z] Removing intermediate container 6d7a87275501 [2020-10-22T14:20:15.744Z] ---> 9c1d96847a34 [2020-10-22T14:20:15.744Z] Step 6/27 : COPY go.mod . [2020-10-22T14:20:16.790Z] Removing intermediate container 142969df3ab7 [2020-10-22T14:20:16.790Z] ---> 635c0b9db3c0 [2020-10-22T14:20:16.790Z] Step 6/22 : COPY go.mod . [2020-10-22T14:20:17.605Z] ---> Running in 17e0f98a261e [2020-10-22T14:20:17.605Z] ---> Running in 1ddde2863c3c [2020-10-22T14:20:17.605Z] ---> Running in 623d74946bfc [2020-10-22T14:20:17.605Z] ---> Running in c4f3a91b4d01 [2020-10-22T14:20:17.605Z] ---> Running in cfeb127e9c45 [2020-10-22T14:20:17.798Z] ---> 87df7b9c037a [2020-10-22T14:20:17.798Z] Step 7/27 : RUN go mod download [2020-10-22T14:20:18.432Z] ---> 1b02fd6fd11e [2020-10-22T14:20:18.432Z] Step 7/22 : RUN go mod download [2020-10-22T14:20:18.584Z] Removing intermediate container 1ddde2863c3c [2020-10-22T14:20:18.584Z] ---> eee05c96f29a [2020-10-22T14:20:18.584Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:20:18.584Z] Removing intermediate container 17e0f98a261e [2020-10-22T14:20:18.584Z] ---> 6ced116c9690 [2020-10-22T14:20:18.584Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:20:18.584Z] Removing intermediate container 623d74946bfc [2020-10-22T14:20:18.584Z] ---> 7905b793ebcd [2020-10-22T14:20:18.584Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:20:18.584Z] Removing intermediate container cfeb127e9c45 [2020-10-22T14:20:18.584Z] ---> d98744f60b55 [2020-10-22T14:20:18.584Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:20:18.584Z] Removing intermediate container c4f3a91b4d01 [2020-10-22T14:20:18.585Z] ---> a50608805ad7 [2020-10-22T14:20:18.585Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:20:18.585Z] ---> Running in f96aea992312 [2020-10-22T14:20:18.585Z] ---> Running in 9548f81191d6 [2020-10-22T14:20:18.738Z] ---> Running in 3129b1821b8e [2020-10-22T14:20:18.860Z] ---> Running in 5933bf0a2245 [2020-10-22T14:20:18.860Z] ---> Running in 2c7990b80fb1 [2020-10-22T14:20:18.860Z] ---> Running in 8c678b7b21fb [2020-10-22T14:20:19.850Z] ---> Running in 9761e2417ab5 [2020-10-22T14:20:23.205Z] Removing intermediate container f96aea992312 [2020-10-22T14:20:23.205Z] ---> 4c717c8bcd7e [2020-10-22T14:20:23.205Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T14:20:23.205Z] ---> Running in 11cc8b3aaf17 [2020-10-22T14:20:23.480Z] Removing intermediate container 9548f81191d6 [2020-10-22T14:20:23.480Z] ---> 00d0c0f5a40a [2020-10-22T14:20:23.480Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T14:20:23.755Z] Removing intermediate container 2c7990b80fb1 [2020-10-22T14:20:23.755Z] ---> 646824967c9e [2020-10-22T14:20:23.755Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T14:20:23.755Z] ---> Running in 515b4f153f05 [2020-10-22T14:20:23.755Z] Removing intermediate container 8c678b7b21fb [2020-10-22T14:20:23.755Z] ---> 55e9b65b6535 [2020-10-22T14:20:23.755Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T14:20:24.025Z] Removing intermediate container 5933bf0a2245 [2020-10-22T14:20:24.025Z] ---> b414132b375c [2020-10-22T14:20:24.025Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T14:20:24.025Z] ---> Running in 933fafe4d9bd [2020-10-22T14:20:24.301Z] ---> Running in 6d2a731f9281 [2020-10-22T14:20:24.301Z] ---> Running in 01d35bff290a [2020-10-22T14:20:25.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:25.483Z] Removing intermediate container 3129b1821b8e [2020-10-22T14:20:25.483Z] ---> c7c4c2c8a19d [2020-10-22T14:20:25.483Z] Step 8/27 : COPY . . [2020-10-22T14:20:25.483Z] Removing intermediate container 16894a1a8c85 [2020-10-22T14:20:25.483Z] ---> ffb0fb9b4d50 [2020-10-22T14:20:25.483Z] [2020-10-22T14:20:25.483Z] Step 10/20 : FROM alpine [2020-10-22T14:20:25.483Z] ---> d6e46aa2470d [2020-10-22T14:20:25.483Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T14:20:25.483Z] Removing intermediate container 9761e2417ab5 [2020-10-22T14:20:25.483Z] ---> b44472257262 [2020-10-22T14:20:25.483Z] Step 8/22 : COPY . . [2020-10-22T14:20:26.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:26.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:26.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:26.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:26.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:27.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:27.712Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:27.712Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:27.712Z] OK: 12623 distinct packages available [2020-10-22T14:20:27.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:27.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:27.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:20:28.310Z] OK: 217 MiB in 51 packages [2020-10-22T14:20:28.310Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:28.310Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:28.310Z] OK: 12623 distinct packages available [2020-10-22T14:20:28.919Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:28.919Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:28.919Z] OK: 12623 distinct packages available [2020-10-22T14:20:28.971Z] ---> Running in bdda68a6120a [2020-10-22T14:20:29.196Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:29.196Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:29.196Z] OK: 12623 distinct packages available [2020-10-22T14:20:29.196Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:29.196Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:29.196Z] OK: 12623 distinct packages available [2020-10-22T14:20:29.473Z] OK: 217 MiB in 51 packages [2020-10-22T14:20:29.750Z] OK: 217 MiB in 51 packages [2020-10-22T14:20:30.025Z] OK: 217 MiB in 51 packages [2020-10-22T14:20:30.308Z] OK: 217 MiB in 51 packages [2020-10-22T14:20:30.308Z] Removing intermediate container 11cc8b3aaf17 [2020-10-22T14:20:30.308Z] ---> 93d218d13f72 [2020-10-22T14:20:30.308Z] Step 6/23 : COPY go.mod . [2020-10-22T14:20:30.308Z] OK: 217 MiB in 51 packages [2020-10-22T14:20:31.755Z] ---> f7fa36561bc4 [2020-10-22T14:20:31.755Z] Step 7/23 : RUN go mod download [2020-10-22T14:20:31.755Z] Removing intermediate container 933fafe4d9bd [2020-10-22T14:20:31.755Z] ---> 5cd14de2699b [2020-10-22T14:20:31.755Z] Step 6/20 : COPY go.mod . [2020-10-22T14:20:32.031Z] ---> Running in 96495918d105 [2020-10-22T14:20:32.031Z] Removing intermediate container 01d35bff290a [2020-10-22T14:20:32.031Z] ---> 2628d9df16fa [2020-10-22T14:20:32.031Z] Step 6/22 : COPY go.mod . [2020-10-22T14:20:32.031Z] Removing intermediate container 515b4f153f05 [2020-10-22T14:20:32.031Z] ---> f3bdb6d678e2 [2020-10-22T14:20:32.032Z] Step 6/22 : COPY go.mod . [2020-10-22T14:20:32.646Z] Removing intermediate container 6d2a731f9281 [2020-10-22T14:20:32.646Z] ---> f210d38975bd [2020-10-22T14:20:32.646Z] Step 6/27 : COPY go.mod . [2020-10-22T14:20:32.646Z] ---> 37f233b3631e [2020-10-22T14:20:32.646Z] Step 7/20 : RUN go mod download [2020-10-22T14:20:32.925Z] ---> Running in 65f8b4ba2062 [2020-10-22T14:20:33.207Z] ---> 9592b8ecff30 [2020-10-22T14:20:33.207Z] Step 7/22 : RUN go mod download [2020-10-22T14:20:33.207Z] ---> 4273f9cf171e [2020-10-22T14:20:33.207Z] Step 7/22 : RUN go mod download [2020-10-22T14:20:33.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:20:33.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:20:33.661Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:20:33.661Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:20:33.661Z] OK: 12744 distinct packages available [2020-10-22T14:20:33.820Z] ---> Running in f5de04b1881f [2020-10-22T14:20:33.820Z] ---> Running in 3dd224a659e8 [2020-10-22T14:20:33.820Z] ---> 7d3f2f4e0460 [2020-10-22T14:20:33.820Z] Step 7/27 : RUN go mod download [2020-10-22T14:20:34.098Z] ---> Running in 5dbdfd2a7253 [2020-10-22T14:20:34.291Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T14:20:34.291Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T14:20:34.291Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T14:20:34.291Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T14:20:34.291Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:20:34.684Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T14:20:34.684Z] OK: 7 MiB in 18 packages [2020-10-22T14:20:36.759Z] Removing intermediate container 96495918d105 [2020-10-22T14:20:36.759Z] ---> dea2927adb36 [2020-10-22T14:20:36.759Z] Step 8/23 : COPY . . [2020-10-22T14:20:37.124Z] ---> 41ffcd01680e [2020-10-22T14:20:37.124Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T14:20:37.749Z] Removing intermediate container 65f8b4ba2062 [2020-10-22T14:20:37.749Z] ---> f7ae03281bee [2020-10-22T14:20:37.749Z] Step 8/20 : COPY . . [2020-10-22T14:20:37.772Z] Removing intermediate container bdda68a6120a [2020-10-22T14:20:37.772Z] ---> f9c1917e2535 [2020-10-22T14:20:37.772Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T14:20:38.042Z] ---> 7fe94af4d905 [2020-10-22T14:20:38.042Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T14:20:38.042Z] ---> Running in 20c4a7ed3764 [2020-10-22T14:20:38.312Z] ---> Running in 1df0e4bf92f8 [2020-10-22T14:20:38.312Z] ---> Running in 26f3c5f12339 [2020-10-22T14:20:41.183Z] Removing intermediate container 1df0e4bf92f8 [2020-10-22T14:20:41.183Z] ---> 1e2ddb5ef6bd [2020-10-22T14:20:41.183Z] Step 13/20 : WORKDIR /edgex [2020-10-22T14:20:41.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T14:20:41.525Z] ---> Running in 6f5d0e96819f [2020-10-22T14:20:41.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T14:20:42.827Z] Removing intermediate container 6f5d0e96819f [2020-10-22T14:20:42.827Z] ---> 48e3d5925882 [2020-10-22T14:20:42.827Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T14:20:43.164Z] Removing intermediate container f5de04b1881f [2020-10-22T14:20:43.164Z] ---> accd527b7414 [2020-10-22T14:20:43.164Z] Step 8/22 : COPY . . [2020-10-22T14:20:43.441Z] Removing intermediate container 5dbdfd2a7253 [2020-10-22T14:20:43.442Z] ---> ad5d433a835a [2020-10-22T14:20:43.442Z] Step 8/27 : COPY . . [2020-10-22T14:20:43.442Z] Removing intermediate container 3dd224a659e8 [2020-10-22T14:20:43.442Z] ---> b7312e30b066 [2020-10-22T14:20:43.442Z] Step 8/22 : COPY . . [2020-10-22T14:20:43.866Z] ---> 277277c9ec67 [2020-10-22T14:20:43.867Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T14:20:47.450Z] ---> f377e8080bb3 [2020-10-22T14:20:47.451Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T14:20:47.451Z] ---> Running in 0d7fdbbfee22 [2020-10-22T14:20:47.752Z] ---> c4cafbd7f466 [2020-10-22T14:20:47.753Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T14:20:48.368Z] ---> Running in 3384ca0536cb [2020-10-22T14:20:48.487Z] Removing intermediate container 0d7fdbbfee22 [2020-10-22T14:20:48.487Z] ---> 089fe919d227 [2020-10-22T14:20:48.487Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T14:20:48.487Z] ---> Running in 4796af4fc79e [2020-10-22T14:20:48.645Z] ---> 950801f91cbb [2020-10-22T14:20:48.645Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T14:20:49.600Z] Removing intermediate container 4796af4fc79e [2020-10-22T14:20:49.600Z] ---> 43e648f4780e [2020-10-22T14:20:49.600Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T14:20:49.635Z] ---> Running in a1f0806c0662 [2020-10-22T14:20:49.900Z] ---> Running in 78ec49016c2d [2020-10-22T14:20:50.622Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T14:20:50.897Z] Removing intermediate container 78ec49016c2d [2020-10-22T14:20:50.897Z] ---> af692b82020a [2020-10-22T14:20:50.897Z] Step 19/20 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:20:50.897Z] ---> Running in b71b169b7769 [2020-10-22T14:20:51.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T14:20:51.966Z] Removing intermediate container b71b169b7769 [2020-10-22T14:20:51.966Z] ---> bfd07471fa83 [2020-10-22T14:20:51.966Z] Step 20/20 : LABEL version=1.2.2-dev.90 [2020-10-22T14:20:53.035Z] ---> Running in 87d4accc0f65 [2020-10-22T14:20:54.105Z] Removing intermediate container 87d4accc0f65 [2020-10-22T14:20:54.105Z] ---> b9ff44456b4e [2020-10-22T14:20:54.105Z] [2020-10-22T14:20:55.165Z] Successfully built b9ff44456b4e [2020-10-22T14:20:55.165Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T14:20:56.712Z]  Building docker-security-proxy-setup-go ... done  ---> 4482e612faa0 [2020-10-22T14:20:56.712Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T14:20:57.023Z] ---> fa2c70a973dc [2020-10-22T14:20:57.024Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T14:20:57.024Z] ---> Running in b4c93af9aa3d [2020-10-22T14:20:57.024Z] ---> Running in 7ea988b4d4cf [2020-10-22T14:20:58.348Z] ---> b53d252404ee [2020-10-22T14:20:58.349Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T14:20:58.349Z] ---> Running in 027f20448ae7 [2020-10-22T14:20:58.349Z] ---> 6503820574d6 [2020-10-22T14:20:58.349Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T14:20:58.349Z] ---> e574b0e953b9 [2020-10-22T14:20:58.349Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T14:20:58.349Z] ---> Running in b63ecfa70130 [2020-10-22T14:20:58.349Z] ---> Running in e60494c9b229 [2020-10-22T14:20:58.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T14:20:58.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T14:21:00.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T14:21:01.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T14:21:01.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T14:21:17.802Z] Removing intermediate container 20c4a7ed3764 [2020-10-22T14:21:17.802Z] ---> 9c52baf1d51f [2020-10-22T14:21:17.802Z] [2020-10-22T14:21:17.802Z] Step 9/29 : FROM alpine:latest [2020-10-22T14:21:17.802Z] ---> d6e46aa2470d [2020-10-22T14:21:17.802Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-22T14:21:17.802Z] ---> Running in 8db4f5bb8837 [2020-10-22T14:21:17.802Z] Removing intermediate container 8db4f5bb8837 [2020-10-22T14:21:17.802Z] ---> 1f7c5f70dafc [2020-10-22T14:21:17.802Z] Step 11/29 : USER root [2020-10-22T14:21:17.802Z] ---> Running in a86dcab2fcc5 [2020-10-22T14:21:17.802Z] Removing intermediate container a86dcab2fcc5 [2020-10-22T14:21:17.802Z] ---> 74a207f928c8 [2020-10-22T14:21:17.802Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T14:21:17.802Z] ---> Running in 66df37230cfd [2020-10-22T14:21:18.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:21:19.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:21:19.868Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:21:19.869Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:21:19.869Z] OK: 12744 distinct packages available [2020-10-22T14:21:20.161Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T14:21:20.497Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T14:21:20.497Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:21:20.497Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T14:21:20.874Z] OK: 6 MiB in 16 packages [2020-10-22T14:21:21.487Z] Removing intermediate container 26f3c5f12339 [2020-10-22T14:21:21.487Z] ---> 91a5dcae2129 [2020-10-22T14:21:21.487Z] [2020-10-22T14:21:21.487Z] Step 10/24 : FROM scratch [2020-10-22T14:21:21.487Z] ---> [2020-10-22T14:21:21.487Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T14:21:24.277Z] ---> Running in cc1c69ab396e [2020-10-22T14:21:24.277Z] Removing intermediate container 66df37230cfd [2020-10-22T14:21:24.277Z] ---> f08a3b07bc44 [2020-10-22T14:21:24.277Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T14:21:24.277Z] ---> Running in 6ecf7844d101 [2020-10-22T14:21:24.592Z] Removing intermediate container cc1c69ab396e [2020-10-22T14:21:24.593Z] ---> 1a6b22c943ec [2020-10-22T14:21:24.593Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T14:21:24.888Z] ---> Running in b58fb4cc4387 [2020-10-22T14:21:24.888Z] Removing intermediate container 6ecf7844d101 [2020-10-22T14:21:24.889Z] ---> 38ce7a331512 [2020-10-22T14:21:24.889Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T14:21:25.170Z] ---> Running in 8d5dd3374510 [2020-10-22T14:21:25.171Z] Removing intermediate container b58fb4cc4387 [2020-10-22T14:21:25.171Z] ---> 060da282facb [2020-10-22T14:21:25.171Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T14:21:25.475Z] ---> Running in c64eb0c7c976 [2020-10-22T14:21:25.758Z] Removing intermediate container 8d5dd3374510 [2020-10-22T14:21:25.758Z] ---> 1382761d3c8a [2020-10-22T14:21:25.758Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T14:21:26.042Z] ---> Running in 1eb0efd23bc3 [2020-10-22T14:21:26.042Z] Removing intermediate container c64eb0c7c976 [2020-10-22T14:21:26.042Z] ---> 3476f09a9712 [2020-10-22T14:21:26.042Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T14:21:26.667Z] ---> 95b631d19a28 [2020-10-22T14:21:26.667Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T14:21:28.653Z] ---> ef2b971e3829 [2020-10-22T14:21:28.653Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T14:21:28.947Z] Removing intermediate container 1eb0efd23bc3 [2020-10-22T14:21:28.947Z] ---> a457612827e7 [2020-10-22T14:21:28.947Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T14:21:29.231Z] ---> 5b29ca06109d [2020-10-22T14:21:29.231Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T14:21:31.263Z] ---> 2b28192ef762 [2020-10-22T14:21:31.263Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T14:21:32.289Z] ---> ccf85f40ba82 [2020-10-22T14:21:32.289Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T14:21:32.572Z] Removing intermediate container 7ea988b4d4cf [2020-10-22T14:21:32.572Z] ---> 61671e7a44e3 [2020-10-22T14:21:32.572Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T14:21:32.572Z] ---> 4bb3a4a35df8 [2020-10-22T14:21:32.572Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T14:21:32.572Z] Removing intermediate container b4c93af9aa3d [2020-10-22T14:21:32.572Z] ---> 7920d36b5b8d [2020-10-22T14:21:32.572Z] [2020-10-22T14:21:32.572Z] Step 10/22 : FROM scratch [2020-10-22T14:21:32.572Z] ---> [2020-10-22T14:21:32.572Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T14:21:32.572Z] ---> Using cache [2020-10-22T14:21:32.572Z] ---> 1a6b22c943ec [2020-10-22T14:21:32.572Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T14:21:32.572Z] ---> Running in 79fb8430286a [2020-10-22T14:21:32.838Z] ---> Running in 6895d179dfc3 [2020-10-22T14:21:32.838Z] ---> c055968ca710 [2020-10-22T14:21:32.838Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T14:21:32.838Z] ---> 3e0375d64c1d [2020-10-22T14:21:32.838Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T14:21:33.149Z] Removing intermediate container 6895d179dfc3 [2020-10-22T14:21:33.149Z] ---> d7f098795897 [2020-10-22T14:21:33.149Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T14:21:33.149Z] ---> Running in a3ba138f5e50 [2020-10-22T14:21:33.149Z] ---> Running in 8522932f9011 [2020-10-22T14:21:33.442Z] ---> 37627284b396 [2020-10-22T14:21:33.442Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T14:21:33.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T14:21:33.442Z] Removing intermediate container a3ba138f5e50 [2020-10-22T14:21:33.442Z] ---> 713bec84cf43 [2020-10-22T14:21:33.442Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T14:21:33.760Z] Removing intermediate container 8522932f9011 [2020-10-22T14:21:33.760Z] ---> dc6190b55251 [2020-10-22T14:21:33.760Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:21:33.760Z] ---> Running in 411d569a46de [2020-10-22T14:21:34.059Z] ---> 85d05188284a [2020-10-22T14:21:34.059Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T14:21:34.059Z] ---> 2f232271e964 [2020-10-22T14:21:34.059Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T14:21:34.059Z] Removing intermediate container 411d569a46de [2020-10-22T14:21:34.059Z] ---> e4dff3c8ff38 [2020-10-22T14:21:34.059Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T14:21:34.388Z] ---> Running in 79daabb94575 [2020-10-22T14:21:34.388Z] ---> bcbd9704059a [2020-10-22T14:21:34.388Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T14:21:34.388Z] ---> 04cd4161ad41 [2020-10-22T14:21:34.388Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T14:21:34.668Z] ---> Running in a967b6ef737b [2020-10-22T14:21:34.955Z] Removing intermediate container 79daabb94575 [2020-10-22T14:21:34.955Z] ---> e67922300d12 [2020-10-22T14:21:34.955Z] Step 23/24 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:21:34.955Z] ---> Running in 501571b3b745 [2020-10-22T14:21:35.571Z] Removing intermediate container 501571b3b745 [2020-10-22T14:21:35.571Z] ---> 20957eff83da [2020-10-22T14:21:35.571Z] Step 24/24 : LABEL version=1.2.2-dev.90 [2020-10-22T14:21:35.571Z] ---> 789a794f57ae [2020-10-22T14:21:35.571Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T14:21:35.857Z] ---> Running in 580ba22fd514 [2020-10-22T14:21:35.857Z] Removing intermediate container 79fb8430286a [2020-10-22T14:21:35.857Z] ---> 5bac8f370ab1 [2020-10-22T14:21:35.857Z] [2020-10-22T14:21:35.857Z] Step 11/27 : FROM docker:latest [2020-10-22T14:21:35.857Z] ---> 6972c414f322 [2020-10-22T14:21:35.857Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T14:21:36.152Z] ---> Running in 03852a4215e5 [2020-10-22T14:21:36.152Z] Removing intermediate container 580ba22fd514 [2020-10-22T14:21:36.152Z] ---> b2886a5cee39 [2020-10-22T14:21:36.152Z] [2020-10-22T14:21:36.152Z] ---> e4ca7e7a62c7 [2020-10-22T14:21:36.152Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T14:21:36.746Z] Successfully built b2886a5cee39 [2020-10-22T14:21:37.049Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T14:21:37.049Z]  Building docker-support-notifications-go ... done  ---> Running in f96498bdd198 [2020-10-22T14:21:37.350Z] Removing intermediate container f96498bdd198 [2020-10-22T14:21:37.350Z] ---> b0de71777aa3 [2020-10-22T14:21:37.350Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:21:37.350Z] ---> Running in 77d4de327996 [2020-10-22T14:21:37.627Z] Removing intermediate container a967b6ef737b [2020-10-22T14:21:37.627Z] ---> 83b773cc3d54 [2020-10-22T14:21:37.628Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T14:21:37.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:21:37.913Z] Removing intermediate container 77d4de327996 [2020-10-22T14:21:37.913Z] ---> c1302d0c87a3 [2020-10-22T14:21:37.913Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T14:21:37.913Z] ---> Running in 81353c80f4a6 [2020-10-22T14:21:37.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:21:38.190Z] ---> 348975ff121c [2020-10-22T14:21:38.190Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T14:21:38.190Z] ---> Running in 8cefed4ea0ac [2020-10-22T14:21:38.190Z] Removing intermediate container 81353c80f4a6 [2020-10-22T14:21:38.190Z] ---> 75380b1cb05e [2020-10-22T14:21:38.190Z] Step 21/22 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:21:38.502Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T14:21:38.502Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T14:21:38.502Z] ---> Running in 5bbc2692ed6d [2020-10-22T14:21:38.502Z] Executing bash-5.0.17-r0.post-install [2020-10-22T14:21:38.502Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:21:38.502Z] OK: 12 MiB in 22 packages [2020-10-22T14:21:38.805Z] Removing intermediate container 5bbc2692ed6d [2020-10-22T14:21:38.805Z] ---> 1fc2ef48ef7e [2020-10-22T14:21:38.805Z] Step 22/22 : LABEL version=1.2.2-dev.90 [2020-10-22T14:21:38.805Z] ---> Running in 1afe813b1dd3 [2020-10-22T14:21:39.084Z] Removing intermediate container 03852a4215e5 [2020-10-22T14:21:39.084Z] ---> 264698f7b24a [2020-10-22T14:21:39.084Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T14:21:39.084Z] Removing intermediate container 1afe813b1dd3 [2020-10-22T14:21:39.084Z] ---> 78e101d70172 [2020-10-22T14:21:39.084Z] [2020-10-22T14:21:39.365Z] Successfully built 78e101d70172 [2020-10-22T14:21:39.365Z] ---> Running in 6749bb02b624 [2020-10-22T14:21:39.365Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T14:21:39.639Z]  Building docker-support-logging-go ... done Removing intermediate container 8cefed4ea0ac [2020-10-22T14:21:39.639Z] ---> 567aff51e61a [2020-10-22T14:21:39.639Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T14:21:41.086Z] ---> Running in 6a1774a73f69 [2020-10-22T14:21:41.872Z] Removing intermediate container 6749bb02b624 [2020-10-22T14:21:41.872Z] ---> b291adc1ad2d [2020-10-22T14:21:41.872Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T14:21:41.872Z] ---> Running in e3ae2574adde [2020-10-22T14:21:42.140Z] Removing intermediate container e3ae2574adde [2020-10-22T14:21:42.140Z] ---> 903bb40470e3 [2020-10-22T14:21:42.140Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T14:21:42.140Z] ---> Running in 65523d6f8214 [2020-10-22T14:21:42.409Z] Removing intermediate container 6a1774a73f69 [2020-10-22T14:21:42.409Z] ---> 61b51b295fb0 [2020-10-22T14:21:42.409Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T14:21:42.409Z] Removing intermediate container 65523d6f8214 [2020-10-22T14:21:42.409Z] ---> 4484d7f6aa7e [2020-10-22T14:21:42.409Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T14:21:42.409Z] ---> Running in 83ec51982620 [2020-10-22T14:21:42.409Z] ---> Running in 51949a29801b [2020-10-22T14:21:42.699Z] Removing intermediate container 51949a29801b [2020-10-22T14:21:42.699Z] ---> 0975b8c953c2 [2020-10-22T14:21:42.699Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T14:21:42.699Z] Removing intermediate container 83ec51982620 [2020-10-22T14:21:42.699Z] ---> 0f4f24710faa [2020-10-22T14:21:42.699Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T14:21:42.970Z] ---> Running in d2d952fe528f [2020-10-22T14:21:43.242Z] Removing intermediate container d2d952fe528f [2020-10-22T14:21:43.242Z] ---> 58a259974079 [2020-10-22T14:21:43.242Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T14:21:43.242Z] ---> Running in 5ee15e89e384 [2020-10-22T14:21:43.513Z] ---> 72aabcf53cbb [2020-10-22T14:21:43.513Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T14:21:43.513Z] Removing intermediate container 5ee15e89e384 [2020-10-22T14:21:43.513Z] ---> 88822a98bd84 [2020-10-22T14:21:43.513Z] Step 28/29 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:21:43.513Z] ---> Running in ae930ea49bd1 [2020-10-22T14:21:43.839Z] ---> a2251859ea3c [2020-10-22T14:21:43.839Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T14:21:43.839Z] Removing intermediate container ae930ea49bd1 [2020-10-22T14:21:43.839Z] ---> 2b494bc0d723 [2020-10-22T14:21:43.839Z] Step 29/29 : LABEL version=1.2.2-dev.90 [2020-10-22T14:21:43.839Z] ---> Running in 23532161153b [2020-10-22T14:21:44.453Z] Removing intermediate container 23532161153b [2020-10-22T14:21:44.453Z] ---> 3e85f5bf9fc8 [2020-10-22T14:21:44.453Z] [2020-10-22T14:21:44.453Z] ---> ff2d26298e35 [2020-10-22T14:21:44.453Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T14:21:44.453Z] Successfully built 3e85f5bf9fc8 [2020-10-22T14:21:44.453Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T14:21:44.453Z]  Building docker-security-secrets-setup-go ... done  ---> Running in ad8f48aee04f [2020-10-22T14:21:45.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:21:45.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:21:45.319Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T14:21:45.319Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T14:21:45.319Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T14:21:45.319Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T14:21:45.319Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T14:21:45.319Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T14:21:45.610Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T14:21:47.044Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T14:21:47.044Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T14:21:47.044Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T14:21:47.044Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T14:21:47.044Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T14:21:47.044Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T14:21:47.044Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T14:21:47.044Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T14:21:47.044Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T14:21:47.044Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T14:21:47.044Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T14:21:47.044Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T14:21:47.044Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T14:21:47.044Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T14:21:47.044Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T14:21:47.044Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T14:21:47.310Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T14:21:47.310Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T14:21:47.310Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T14:21:47.310Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T14:21:47.310Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T14:21:47.310Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T14:21:47.310Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T14:21:47.310Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T14:21:47.310Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T14:21:47.310Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T14:21:47.573Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:21:47.573Z] OK: 71 MiB in 55 packages [2020-10-22T14:21:56.342Z] Removing intermediate container ad8f48aee04f [2020-10-22T14:21:56.342Z] ---> 259d73d414ad [2020-10-22T14:21:56.342Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T14:21:56.648Z] ---> Running in 6eeb54daeb66 [2020-10-22T14:21:59.219Z] Collecting docker-compose==1.23.2 [2020-10-22T14:21:59.219Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T14:21:59.219Z] 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-22T14:21:59.499Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T14:21:59.499Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T14:21:59.499Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T14:21:59.499Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T14:22:00.497Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T14:22:00.497Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T14:22:00.789Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T14:22:00.789Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T14:22:01.422Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T14:22:01.728Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T14:22:02.008Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T14:22:02.008Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T14:22:02.277Z] Collecting PyYAML<4,>=3.10 [2020-10-22T14:22:02.545Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T14:22:03.513Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T14:22:03.513Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T14:22:03.513Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T14:22:03.513Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T14:22:04.500Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T14:22:04.500Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T14:22:04.500Z] 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-22T14:22:04.500Z] Collecting idna<2.8,>=2.5 [2020-10-22T14:22:04.500Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T14:22:04.500Z] 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-22T14:22:04.772Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T14:22:04.772Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T14:22:04.772Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T14:22:04.772Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T14:22:04.772Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T14:22:04.772Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T14:22:05.049Z] Installing collected packages: jsonschema, dockerpty, urllib3, idna, requests, docopt, websocket-client, docker-pycreds, docker, PyYAML, cached-property, texttable, docker-compose [2020-10-22T14:22:05.049Z] Running setup.py install for dockerpty: started [2020-10-22T14:22:06.008Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T14:22:06.008Z] Attempting uninstall: urllib3 [2020-10-22T14:22:06.008Z] Found existing installation: urllib3 1.25.9 [2020-10-22T14:22:06.008Z] Uninstalling urllib3-1.25.9: [2020-10-22T14:22:06.008Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T14:22:06.008Z] Attempting uninstall: idna [2020-10-22T14:22:06.008Z] Found existing installation: idna 2.9 [2020-10-22T14:22:06.008Z] Uninstalling idna-2.9: [2020-10-22T14:22:06.277Z] Successfully uninstalled idna-2.9 [2020-10-22T14:22:06.277Z] Attempting uninstall: requests [2020-10-22T14:22:06.277Z] Found existing installation: requests 2.23.0 [2020-10-22T14:22:06.277Z] Uninstalling requests-2.23.0: [2020-10-22T14:22:06.541Z] Successfully uninstalled requests-2.23.0 [2020-10-22T14:22:06.541Z] Running setup.py install for docopt: started [2020-10-22T14:22:07.132Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T14:22:07.744Z] Running setup.py install for PyYAML: started [2020-10-22T14:22:08.749Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T14:22:08.749Z] Running setup.py install for texttable: started [2020-10-22T14:22:09.016Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T14:22:09.605Z] 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-22T14:22:09.674Z] Removing intermediate container a1f0806c0662 [2020-10-22T14:22:09.674Z] ---> ff2c40b9b4f8 [2020-10-22T14:22:09.674Z] [2020-10-22T14:22:09.674Z] Step 10/20 : FROM alpine [2020-10-22T14:22:09.987Z] latest: Pulling from library/alpine [2020-10-22T14:22:10.282Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-22T14:22:10.282Z] Status: Downloaded newer image for alpine:latest [2020-10-22T14:22:10.282Z] ---> 2e77e061c27f [2020-10-22T14:22:10.282Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T14:22:10.601Z] ---> Running in 591b7f7bc949 [2020-10-22T14:22:13.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:22:13.932Z] Removing intermediate container 6eeb54daeb66 [2020-10-22T14:22:13.932Z] ---> 687c0377b62a [2020-10-22T14:22:13.932Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T14:22:13.932Z] ---> Running in e2989143ed44 [2020-10-22T14:22:13.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:22:14.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T14:22:14.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T14:22:14.472Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T14:22:14.472Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T14:22:14.472Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T14:22:14.582Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:22:14.582Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:22:14.582Z] OK: 12615 distinct packages available [2020-10-22T14:22:14.742Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:22:14.742Z] OK: 72 MiB in 58 packages [2020-10-22T14:22:15.373Z] Removing intermediate container e2989143ed44 [2020-10-22T14:22:15.373Z] ---> 9b37cf4ed57a [2020-10-22T14:22:15.373Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T14:22:15.373Z] ---> Running in 82463a83ac32 [2020-10-22T14:22:15.576Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T14:22:15.576Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T14:22:15.576Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T14:22:15.576Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T14:22:15.576Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:22:15.576Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T14:22:15.657Z] Removing intermediate container 82463a83ac32 [2020-10-22T14:22:15.657Z] ---> 292b024a5e07 [2020-10-22T14:22:15.657Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:22:15.657Z] ---> Running in 5fc7dbc3fccb [2020-10-22T14:22:15.925Z] Removing intermediate container 5fc7dbc3fccb [2020-10-22T14:22:15.925Z] ---> 85deb5a6c44c [2020-10-22T14:22:15.925Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T14:22:15.925Z] ---> Running in 19e02252b727 [2020-10-22T14:22:16.181Z] OK: 7 MiB in 18 packages [2020-10-22T14:22:16.198Z] Removing intermediate container 19e02252b727 [2020-10-22T14:22:16.198Z] ---> a05be10fcc30 [2020-10-22T14:22:16.198Z] Step 26/27 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:16.198Z] ---> Running in cf7d507144b0 [2020-10-22T14:22:16.466Z] Removing intermediate container cf7d507144b0 [2020-10-22T14:22:16.466Z] ---> 4ed86fc6beaa [2020-10-22T14:22:16.466Z] Step 27/27 : LABEL version=1.2.2-dev.90 [2020-10-22T14:22:16.466Z] ---> Running in 899436e89c31 [2020-10-22T14:22:16.740Z] Removing intermediate container 899436e89c31 [2020-10-22T14:22:16.740Z] ---> 6f54c29ac0c2 [2020-10-22T14:22:16.740Z] [2020-10-22T14:22:17.025Z] Successfully built 6f54c29ac0c2 [2020-10-22T14:22:17.025Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T14:22:17.306Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-22T14:22:17.327Z] $ docker stop --time=1 87642a52ed5c8426095ddd12c5b591f8f4e5900cf82b10c20435e3ff18ca5307 [2020-10-22T14:22:18.843Z] Removing intermediate container 591b7f7bc949 [2020-10-22T14:22:18.843Z] ---> 1a038011e525 [2020-10-22T14:22:18.843Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T14:22:19.123Z] ---> Running in 863841eb9cf8 [2020-10-22T14:22:19.468Z] $ docker rm -f 87642a52ed5c8426095ddd12c5b591f8f4e5900cf82b10c20435e3ff18ca5307 [2020-10-22T14:22:19.739Z] Removing intermediate container 863841eb9cf8 [2020-10-22T14:22:19.740Z] ---> 34c114e4d757 [2020-10-22T14:22:19.740Z] Step 13/20 : WORKDIR /edgex [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:22:20.021Z] ---> Running in d5e9b94692dd [2020-10-22T14:22:20.188Z] + docker images [2020-10-22T14:22:20.188Z] + grep docker [2020-10-22T14:22:20.461Z] docker-sys-mgmt-agent-go latest 6f54c29ac0c2 4 seconds ago 290MB [2020-10-22T14:22:20.461Z] docker-security-secrets-setup-go latest 3e85f5bf9fc8 36 seconds ago 24MB [2020-10-22T14:22:20.461Z] docker-support-logging-go latest 78e101d70172 42 seconds ago 11.1MB [2020-10-22T14:22:20.461Z] docker-support-notifications-go latest b2886a5cee39 45 seconds ago 13.6MB [2020-10-22T14:22:20.461Z] docker-security-proxy-setup-go latest b9ff44456b4e About a minute ago 15.8MB [2020-10-22T14:22:20.461Z] docker-core-data-go latest 3e02da63654b 2 minutes ago 23.6MB [2020-10-22T14:22:20.461Z] docker-security-secretstore-setup-go latest bca6cbf19c69 2 minutes ago 32.4MB [2020-10-22T14:22:20.461Z] docker-core-metadata-go latest ea555d81ad33 2 minutes ago 14.4MB [2020-10-22T14:22:20.461Z] docker-core-command-go latest 252e5d9c3c54 3 minutes ago 12.2MB [2020-10-22T14:22:20.461Z] docker-support-scheduler-go latest 6f1ae333958b 3 minutes ago 12.3MB [2020-10-22T14:22:20.461Z] docker latest 6972c414f322 11 hours ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:22:20.638Z] Removing intermediate container d5e9b94692dd [2020-10-22T14:22:20.638Z] ---> fc3638aab848 [2020-10-22T14:22:20.638Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-22T14:22:21.197Z] provisioning config files... [2020-10-22T14:22:21.251Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/206@tmp/config629877340182808953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:22:21.741Z] ---> docker-login.sh [2020-10-22T14:22:21.741Z] nexus3.edgexfoundry.org:10001 [2020-10-22T14:22:22.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:22:22.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:22:22.026Z] Configure a credential helper to remove this warning. See [2020-10-22T14:22:22.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:22:22.026Z] [2020-10-22T14:22:22.026Z] Login Succeeded [2020-10-22T14:22:22.026Z] nexus3.edgexfoundry.org:10002 [2020-10-22T14:22:22.110Z] ---> c8ee62d8a7d4 [2020-10-22T14:22:22.110Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T14:22:22.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:22:22.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:22:22.621Z] Configure a credential helper to remove this warning. See [2020-10-22T14:22:22.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:22:22.621Z] [2020-10-22T14:22:22.621Z] Login Succeeded [2020-10-22T14:22:22.621Z] nexus3.edgexfoundry.org:10003 [2020-10-22T14:22:22.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:22:22.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:22:22.898Z] Configure a credential helper to remove this warning. See [2020-10-22T14:22:22.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:22:22.898Z] [2020-10-22T14:22:22.898Z] Login Succeeded [2020-10-22T14:22:22.898Z] nexus3.edgexfoundry.org:10004 [2020-10-22T14:22:23.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:22:23.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:22:23.501Z] Configure a credential helper to remove this warning. See [2020-10-22T14:22:23.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:22:23.501Z] [2020-10-22T14:22:23.501Z] Login Succeeded [2020-10-22T14:22:23.501Z] docker.io [2020-10-22T14:22:23.570Z] ---> 81bc042b5d98 [2020-10-22T14:22:23.570Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T14:22:23.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:22:23.851Z] ---> Running in e676a7ec3f3c [2020-10-22T14:22:24.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:22:24.041Z] Configure a credential helper to remove this warning. See [2020-10-22T14:22:24.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:22:24.041Z] [2020-10-22T14:22:24.041Z] Login Succeeded [2020-10-22T14:22:24.041Z] ---> docker-login.sh ends [Pipeline] } [2020-10-22T14:22:24.057Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:22:24.361Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-22T14:22:24.361Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:24.361Z] 1.2.2-dev.90 [2020-10-22T14:22:24.361Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:24.361Z] master [2020-10-22T14:22:24.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-22T14:22:24.476Z] Removing intermediate container e676a7ec3f3c [2020-10-22T14:22:24.476Z] ---> c69d3c810063 [2020-10-22T14:22:24.476Z] Step 17/20 : CMD ["--init=true"] [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:24.761Z] ---> Running in 85c4ca0eb121 [2020-10-22T14:22:24.940Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:25.391Z] Removing intermediate container 85c4ca0eb121 [2020-10-22T14:22:25.391Z] ---> 060768d65658 [2020-10-22T14:22:25.391Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T14:22:25.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:25.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T14:22:25.650Z] 73eb4c56552e: Preparing [2020-10-22T14:22:25.650Z] c2bda7c49ea0: Preparing [2020-10-22T14:22:25.650Z] 51b65c72b2f1: Preparing [2020-10-22T14:22:25.677Z] ---> Running in bcb060d08a0f [2020-10-22T14:22:25.928Z] 73eb4c56552e: Pushed [2020-10-22T14:22:25.928Z] 51b65c72b2f1: Pushed [2020-10-22T14:22:26.286Z] Removing intermediate container bcb060d08a0f [2020-10-22T14:22:26.286Z] ---> e76d4dbe5850 [2020-10-22T14:22:26.286Z] Step 19/20 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:26.564Z] ---> Running in 915bd95f50da [2020-10-22T14:22:27.185Z] Removing intermediate container 915bd95f50da [2020-10-22T14:22:27.185Z] ---> c23a0aec2b41 [2020-10-22T14:22:27.185Z] Step 20/20 : LABEL version=1.2.2-dev.90 [2020-10-22T14:22:27.423Z] c2bda7c49ea0: Pushed [2020-10-22T14:22:27.468Z] ---> Running in 5f12e878c41c [2020-10-22T14:22:27.699Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:59f38dbee9c9ee253f5eb77e17e1424885921f5c4fab2e963f8b1ab55207af3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:29.246Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.90 [2020-10-22T14:22:29.252Z] Removing intermediate container 5f12e878c41c [2020-10-22T14:22:29.252Z] ---> a88bb94db4ec [2020-10-22T14:22:29.252Z] [2020-10-22T14:22:29.252Z] Successfully built a88bb94db4ec [2020-10-22T14:22:29.252Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T14:22:29.252Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:29.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.90 [2020-10-22T14:22:29.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T14:22:29.628Z] 73eb4c56552e: Preparing [2020-10-22T14:22:29.628Z] c2bda7c49ea0: Preparing [2020-10-22T14:22:29.628Z] 51b65c72b2f1: Preparing [2020-10-22T14:22:29.628Z] 73eb4c56552e: Layer already exists [2020-10-22T14:22:29.628Z] 51b65c72b2f1: Layer already exists [2020-10-22T14:22:29.628Z] c2bda7c49ea0: Layer already exists [2020-10-22T14:22:29.894Z] 1.2.2-dev.90: digest: sha256:59f38dbee9c9ee253f5eb77e17e1424885921f5c4fab2e963f8b1ab55207af3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:30.257Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:30.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:30.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T14:22:30.935Z] 73eb4c56552e: Preparing [2020-10-22T14:22:30.935Z] c2bda7c49ea0: Preparing [2020-10-22T14:22:30.935Z] 51b65c72b2f1: Preparing [2020-10-22T14:22:30.935Z] 51b65c72b2f1: Layer already exists [2020-10-22T14:22:30.935Z] 73eb4c56552e: Layer already exists [2020-10-22T14:22:30.935Z] c2bda7c49ea0: Layer already exists [2020-10-22T14:22:31.202Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:59f38dbee9c9ee253f5eb77e17e1424885921f5c4fab2e963f8b1ab55207af3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:31.561Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:31.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-22T14:22:31.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T14:22:31.950Z] 73eb4c56552e: Preparing [2020-10-22T14:22:31.950Z] c2bda7c49ea0: Preparing [2020-10-22T14:22:31.950Z] 51b65c72b2f1: Preparing [2020-10-22T14:22:31.950Z] 73eb4c56552e: Layer already exists [2020-10-22T14:22:31.950Z] c2bda7c49ea0: Layer already exists [2020-10-22T14:22:31.950Z] 51b65c72b2f1: Layer already exists [2020-10-22T14:22:32.250Z] master: digest: sha256:59f38dbee9c9ee253f5eb77e17e1424885921f5c4fab2e963f8b1ab55207af3f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:22:32.525Z] ===================================================== [Pipeline] echo [2020-10-22T14:22:32.602Z] taggedImages: [2020-10-22T14:22:32.602Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:32.602Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.90 [2020-10-22T14:22:32.602Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:32.602Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-22T14:22:32.682Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-22T14:22:32.682Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:32.682Z] 1.2.2-dev.90 [2020-10-22T14:22:32.682Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:32.682Z] master [2020-10-22T14:22:32.682Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:33.214Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:33.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:33.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T14:22:33.558Z] 8c9add3f2373: Preparing [2020-10-22T14:22:33.558Z] 3fcd98763522: Preparing [2020-10-22T14:22:33.558Z] 3c7181904811: Preparing [2020-10-22T14:22:33.558Z] 538d00459853: Preparing [2020-10-22T14:22:33.558Z] 8676e1efaa02: Preparing [2020-10-22T14:22:33.558Z] ace0eda3e3be: Preparing [2020-10-22T14:22:33.558Z] ace0eda3e3be: Waiting [2020-10-22T14:22:33.840Z] 8c9add3f2373: Pushed [2020-10-22T14:22:33.840Z] 3c7181904811: Pushed [2020-10-22T14:22:33.840Z] 8676e1efaa02: Pushed [2020-10-22T14:22:33.840Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:34.107Z] 538d00459853: Pushed [2020-10-22T14:22:36.201Z] 3fcd98763522: Pushed [2020-10-22T14:22:36.201Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:02a83abd830ddfbadac1a315d7d45378107b38a16a82d5dd3b9f1f3100c4cee0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:36.677Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:37.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.90 [2020-10-22T14:22:37.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T14:22:37.072Z] 8c9add3f2373: Preparing [2020-10-22T14:22:37.072Z] 3fcd98763522: Preparing [2020-10-22T14:22:37.072Z] 3c7181904811: Preparing [2020-10-22T14:22:37.072Z] 538d00459853: Preparing [2020-10-22T14:22:37.072Z] 8676e1efaa02: Preparing [2020-10-22T14:22:37.072Z] ace0eda3e3be: Preparing [2020-10-22T14:22:37.072Z] ace0eda3e3be: Waiting [2020-10-22T14:22:37.072Z] 8c9add3f2373: Layer already exists [2020-10-22T14:22:37.072Z] 8676e1efaa02: Layer already exists [2020-10-22T14:22:37.072Z] 3fcd98763522: Layer already exists [2020-10-22T14:22:37.072Z] 3c7181904811: Layer already exists [2020-10-22T14:22:37.072Z] 538d00459853: Layer already exists [2020-10-22T14:22:37.072Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:37.472Z] 1.2.2-dev.90: digest: sha256:02a83abd830ddfbadac1a315d7d45378107b38a16a82d5dd3b9f1f3100c4cee0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:37.953Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:38.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:38.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T14:22:38.633Z] 8c9add3f2373: Preparing [2020-10-22T14:22:38.633Z] 3fcd98763522: Preparing [2020-10-22T14:22:38.633Z] 3c7181904811: Preparing [2020-10-22T14:22:38.633Z] 538d00459853: Preparing [2020-10-22T14:22:38.633Z] 8676e1efaa02: Preparing [2020-10-22T14:22:38.633Z] ace0eda3e3be: Preparing [2020-10-22T14:22:38.633Z] ace0eda3e3be: Waiting [2020-10-22T14:22:38.905Z] 8c9add3f2373: Layer already exists [2020-10-22T14:22:38.905Z] 3c7181904811: Layer already exists [2020-10-22T14:22:38.905Z] 8676e1efaa02: Layer already exists [2020-10-22T14:22:38.905Z] 3fcd98763522: Layer already exists [2020-10-22T14:22:38.905Z] 538d00459853: Layer already exists [2020-10-22T14:22:38.905Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:38.905Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:02a83abd830ddfbadac1a315d7d45378107b38a16a82d5dd3b9f1f3100c4cee0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:39.272Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:39.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-22T14:22:39.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T14:22:39.602Z] 8c9add3f2373: Preparing [2020-10-22T14:22:39.602Z] 3fcd98763522: Preparing [2020-10-22T14:22:39.602Z] 3c7181904811: Preparing [2020-10-22T14:22:39.602Z] 538d00459853: Preparing [2020-10-22T14:22:39.602Z] 8676e1efaa02: Preparing [2020-10-22T14:22:39.602Z] ace0eda3e3be: Preparing [2020-10-22T14:22:39.602Z] ace0eda3e3be: Waiting [2020-10-22T14:22:39.879Z] 8c9add3f2373: Layer already exists [2020-10-22T14:22:39.879Z] 538d00459853: Layer already exists [2020-10-22T14:22:39.879Z] 8676e1efaa02: Layer already exists [2020-10-22T14:22:39.879Z] 3fcd98763522: Layer already exists [2020-10-22T14:22:39.879Z] 3c7181904811: Layer already exists [2020-10-22T14:22:39.879Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:39.879Z] master: digest: sha256:02a83abd830ddfbadac1a315d7d45378107b38a16a82d5dd3b9f1f3100c4cee0 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:22:40.176Z] ===================================================== [Pipeline] echo [2020-10-22T14:22:40.230Z] taggedImages: [2020-10-22T14:22:40.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:40.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.90 [2020-10-22T14:22:40.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:40.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-22T14:22:40.301Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-22T14:22:40.301Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:40.301Z] 1.2.2-dev.90 [2020-10-22T14:22:40.301Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:40.301Z] master [2020-10-22T14:22:40.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:40.943Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:41.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:41.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T14:22:41.320Z] d69858a9a9ba: Preparing [2020-10-22T14:22:41.320Z] 9954f103626e: Preparing [2020-10-22T14:22:41.320Z] 5cbdc869f349: Preparing [2020-10-22T14:22:41.603Z] 5cbdc869f349: Pushed [2020-10-22T14:22:41.603Z] d69858a9a9ba: Pushed [2020-10-22T14:22:41.696Z] Removing intermediate container b63ecfa70130 [2020-10-22T14:22:41.696Z] ---> a0fc50353ab6 [2020-10-22T14:22:41.696Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T14:22:41.696Z] Removing intermediate container 027f20448ae7 [2020-10-22T14:22:41.696Z] ---> 3f6faf146bbf [2020-10-22T14:22:41.696Z] [2020-10-22T14:22:41.696Z] Step 10/22 : FROM scratch [2020-10-22T14:22:41.696Z] ---> [2020-10-22T14:22:41.696Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T14:22:41.696Z] ---> Running in d28d7be0c051 [2020-10-22T14:22:41.696Z] ---> Running in 5dcbcba55046 [2020-10-22T14:22:43.151Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:22:43.151Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:22:43.151Z] ---> 5e257acccdab [2020-10-22T14:22:43.151Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T14:22:43.151Z] ---> Using cache [2020-10-22T14:22:43.151Z] ---> a50608805ad7 [2020-10-22T14:22:43.151Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:22:43.151Z] ---> Using cache [2020-10-22T14:22:43.151Z] ---> 55e9b65b6535 [2020-10-22T14:22:43.151Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T14:22:43.151Z] Removing intermediate container 5dcbcba55046 [2020-10-22T14:22:43.151Z] ---> 399dc482550b [2020-10-22T14:22:43.151Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T14:22:43.151Z] ---> Running in 922c76525b42 [2020-10-22T14:22:43.151Z] ---> Running in 16fbc1f9df4e [2020-10-22T14:22:43.584Z] 9954f103626e: Pushed [2020-10-22T14:22:43.584Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:34efe4caf26a7c47a68676c08d8853f94425d0886788e5de0b514ba03b6225c2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:43.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T14:22:43.933Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:44.044Z] Removing intermediate container 16fbc1f9df4e [2020-10-22T14:22:44.044Z] ---> c92bff9a92ff [2020-10-22T14:22:44.044Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T14:22:44.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.90 [2020-10-22T14:22:44.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T14:22:44.268Z] d69858a9a9ba: Preparing [2020-10-22T14:22:44.268Z] 9954f103626e: Preparing [2020-10-22T14:22:44.268Z] 5cbdc869f349: Preparing [2020-10-22T14:22:44.268Z] 5cbdc869f349: Layer already exists [2020-10-22T14:22:44.268Z] 9954f103626e: Layer already exists [2020-10-22T14:22:44.268Z] d69858a9a9ba: Layer already exists [2020-10-22T14:22:44.324Z] ---> Running in 411fa9443006 [2020-10-22T14:22:44.540Z] 1.2.2-dev.90: digest: sha256:34efe4caf26a7c47a68676c08d8853f94425d0886788e5de0b514ba03b6225c2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:44.872Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:44.947Z] Removing intermediate container 411fa9443006 [2020-10-22T14:22:44.947Z] ---> 854b2eed7ba5 [2020-10-22T14:22:44.947Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T14:22:45.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:45.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T14:22:45.291Z] d69858a9a9ba: Preparing [2020-10-22T14:22:45.291Z] 9954f103626e: Preparing [2020-10-22T14:22:45.291Z] 5cbdc869f349: Preparing [2020-10-22T14:22:45.291Z] 9954f103626e: Layer already exists [2020-10-22T14:22:45.291Z] 5cbdc869f349: Layer already exists [2020-10-22T14:22:45.291Z] d69858a9a9ba: Layer already exists [2020-10-22T14:22:45.566Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:34efe4caf26a7c47a68676c08d8853f94425d0886788e5de0b514ba03b6225c2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:45.949Z] ---> 57b977743af8 [2020-10-22T14:22:45.950Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T14:22:45.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:22:46.177Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:46.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-22T14:22:46.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T14:22:46.557Z] d69858a9a9ba: Preparing [2020-10-22T14:22:46.557Z] 9954f103626e: Preparing [2020-10-22T14:22:46.557Z] 5cbdc869f349: Preparing [2020-10-22T14:22:46.557Z] 5cbdc869f349: Layer already exists [2020-10-22T14:22:46.557Z] d69858a9a9ba: Layer already exists [2020-10-22T14:22:46.557Z] 9954f103626e: Layer already exists [2020-10-22T14:22:46.557Z] master: digest: sha256:34efe4caf26a7c47a68676c08d8853f94425d0886788e5de0b514ba03b6225c2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:22:46.778Z] ===================================================== [Pipeline] echo [2020-10-22T14:22:46.833Z] taggedImages: [2020-10-22T14:22:46.833Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:46.833Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.90 [2020-10-22T14:22:46.833Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:46.833Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-22T14:22:46.905Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-22T14:22:46.905Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:46.905Z] 1.2.2-dev.90 [2020-10-22T14:22:46.905Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:46.905Z] master [2020-10-22T14:22:46.905Z] ===================================================== [2020-10-22T14:22:46.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:47.242Z] ---> 98dae3c0438f [2020-10-22T14:22:47.242Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T14:22:47.548Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:47.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:47.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T14:22:47.915Z] ce7a54f27e85: Preparing [2020-10-22T14:22:47.915Z] 84af0724eb27: Preparing [2020-10-22T14:22:47.915Z] 6b15b07f81c3: Preparing [2020-10-22T14:22:47.915Z] f12040d223ba: Preparing [2020-10-22T14:22:47.915Z] ace0eda3e3be: Preparing [2020-10-22T14:22:48.211Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:48.211Z] 6b15b07f81c3: Pushed [2020-10-22T14:22:48.211Z] 84af0724eb27: Pushed [2020-10-22T14:22:48.714Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:22:48.714Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:22:48.714Z] OK: 12623 distinct packages available [2020-10-22T14:22:48.892Z] f12040d223ba: Pushed [2020-10-22T14:22:49.327Z] ---> fff267a9b40a [2020-10-22T14:22:49.327Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T14:22:49.498Z] ce7a54f27e85: Pushed [2020-10-22T14:22:49.603Z] OK: 217 MiB in 51 packages [2020-10-22T14:22:49.762Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:0b07a6712237904b04f136504dc3e5fd5ff6d1591c0b3c480b30404c0e0dfc2d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:50.103Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:50.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.90 [2020-10-22T14:22:50.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T14:22:50.441Z] ce7a54f27e85: Preparing [2020-10-22T14:22:50.441Z] 84af0724eb27: Preparing [2020-10-22T14:22:50.441Z] 6b15b07f81c3: Preparing [2020-10-22T14:22:50.441Z] f12040d223ba: Preparing [2020-10-22T14:22:50.441Z] ace0eda3e3be: Preparing [2020-10-22T14:22:50.441Z] ce7a54f27e85: Layer already exists [2020-10-22T14:22:50.441Z] 84af0724eb27: Layer already exists [2020-10-22T14:22:50.441Z] 6b15b07f81c3: Layer already exists [2020-10-22T14:22:50.441Z] f12040d223ba: Layer already exists [2020-10-22T14:22:50.441Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:50.599Z] Removing intermediate container d28d7be0c051 [2020-10-22T14:22:50.599Z] ---> 2d24022969dc [2020-10-22T14:22:50.599Z] [2020-10-22T14:22:50.599Z] Step 11/27 : FROM docker:latest [2020-10-22T14:22:50.599Z] ---> 5d4db4dc0692 [2020-10-22T14:22:50.599Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T14:22:50.719Z] 1.2.2-dev.90: digest: sha256:0b07a6712237904b04f136504dc3e5fd5ff6d1591c0b3c480b30404c0e0dfc2d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:50.887Z] ---> Running in 904464f15554 [2020-10-22T14:22:50.888Z] ---> 8658aa4cd631 [2020-10-22T14:22:50.888Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T14:22:51.092Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:51.169Z] ---> Running in 3420c6a6c9c9 [2020-10-22T14:22:51.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:51.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T14:22:51.443Z] ce7a54f27e85: Preparing [2020-10-22T14:22:51.443Z] 84af0724eb27: Preparing [2020-10-22T14:22:51.443Z] 6b15b07f81c3: Preparing [2020-10-22T14:22:51.443Z] f12040d223ba: Preparing [2020-10-22T14:22:51.443Z] ace0eda3e3be: Preparing [2020-10-22T14:22:51.443Z] f12040d223ba: Layer already exists [2020-10-22T14:22:51.443Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:51.443Z] 84af0724eb27: Layer already exists [2020-10-22T14:22:51.443Z] ce7a54f27e85: Layer already exists [2020-10-22T14:22:51.443Z] 6b15b07f81c3: Layer already exists [2020-10-22T14:22:51.711Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:0b07a6712237904b04f136504dc3e5fd5ff6d1591c0b3c480b30404c0e0dfc2d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:51.779Z] Removing intermediate container 922c76525b42 [2020-10-22T14:22:51.779Z] ---> 2e02157b9b08 [2020-10-22T14:22:51.779Z] Step 6/26 : COPY go.mod . [2020-10-22T14:22:52.172Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:52.394Z] Removing intermediate container 3420c6a6c9c9 [2020-10-22T14:22:52.394Z] ---> e3fab279ef49 [2020-10-22T14:22:52.394Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:22:52.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-22T14:22:52.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T14:22:52.610Z] ce7a54f27e85: Preparing [2020-10-22T14:22:52.610Z] 84af0724eb27: Preparing [2020-10-22T14:22:52.610Z] 6b15b07f81c3: Preparing [2020-10-22T14:22:52.610Z] f12040d223ba: Preparing [2020-10-22T14:22:52.610Z] ace0eda3e3be: Preparing [2020-10-22T14:22:52.610Z] f12040d223ba: Layer already exists [2020-10-22T14:22:52.610Z] 6b15b07f81c3: Layer already exists [2020-10-22T14:22:52.610Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:52.610Z] 84af0724eb27: Layer already exists [2020-10-22T14:22:52.610Z] ce7a54f27e85: Layer already exists [2020-10-22T14:22:52.677Z] ---> Running in cd35d53e4ac6 [2020-10-22T14:22:52.881Z] master: digest: sha256:0b07a6712237904b04f136504dc3e5fd5ff6d1591c0b3c480b30404c0e0dfc2d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:22:53.138Z] ===================================================== [Pipeline] echo [2020-10-22T14:22:53.190Z] taggedImages: [2020-10-22T14:22:53.190Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:53.190Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.90 [2020-10-22T14:22:53.190Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:53.190Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-22T14:22:53.269Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-22T14:22:53.269Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:53.269Z] 1.2.2-dev.90 [2020-10-22T14:22:53.269Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:53.269Z] master [2020-10-22T14:22:53.269Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:53.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:22:53.688Z] ---> ef4d78077a04 [2020-10-22T14:22:53.688Z] Step 7/26 : RUN go mod download [2020-10-22T14:22:53.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:22:53.863Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:53.964Z] Removing intermediate container cd35d53e4ac6 [2020-10-22T14:22:53.964Z] ---> 0138285fa75d [2020-10-22T14:22:53.964Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T14:22:54.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:54.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T14:22:54.249Z] ---> Running in 660f3e180d9c [2020-10-22T14:22:54.467Z] e5dc2fb53762: Preparing [2020-10-22T14:22:54.467Z] dfac44c8c348: Preparing [2020-10-22T14:22:54.467Z] 2b6a255864ce: Preparing [2020-10-22T14:22:54.467Z] 5ef3594601aa: Preparing [2020-10-22T14:22:54.467Z] 5ef3594601aa: Preparing [2020-10-22T14:22:54.467Z] a1856d8bc17f: Preparing [2020-10-22T14:22:54.467Z] fe0ec8ee6246: Preparing [2020-10-22T14:22:54.467Z] 7857ed952eb8: Preparing [2020-10-22T14:22:54.467Z] e5dc2fb53762: Preparing [2020-10-22T14:22:54.467Z] c4f97c59fd6c: Preparing [2020-10-22T14:22:54.467Z] dde097863b40: Preparing [2020-10-22T14:22:54.467Z] 4419bb8133dd: Preparing [2020-10-22T14:22:54.467Z] ace0eda3e3be: Preparing [2020-10-22T14:22:54.467Z] 7857ed952eb8: Waiting [2020-10-22T14:22:54.467Z] c4f97c59fd6c: Waiting [2020-10-22T14:22:54.467Z] dde097863b40: Waiting [2020-10-22T14:22:54.467Z] fe0ec8ee6246: Waiting [2020-10-22T14:22:54.467Z] 4419bb8133dd: Waiting [2020-10-22T14:22:54.467Z] ace0eda3e3be: Waiting [2020-10-22T14:22:54.537Z] ---> Running in ebcc8ac77208 [2020-10-22T14:22:54.537Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T14:22:54.537Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T14:22:54.537Z] Executing bash-5.0.17-r0.post-install [2020-10-22T14:22:54.537Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:22:54.735Z] dfac44c8c348: Pushed [2020-10-22T14:22:54.735Z] a1856d8bc17f: Pushed [2020-10-22T14:22:54.735Z] 2b6a255864ce: Pushed [2020-10-22T14:22:54.735Z] 5ef3594601aa: Pushed [2020-10-22T14:22:54.735Z] fe0ec8ee6246: Pushed [2020-10-22T14:22:54.819Z] OK: 12 MiB in 22 packages [2020-10-22T14:22:55.016Z] c4f97c59fd6c: Pushed [2020-10-22T14:22:55.016Z] 7857ed952eb8: Pushed [2020-10-22T14:22:55.016Z] dde097863b40: Pushed [2020-10-22T14:22:55.016Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:55.315Z] 4419bb8133dd: Pushed [2020-10-22T14:22:55.446Z] Removing intermediate container ebcc8ac77208 [2020-10-22T14:22:55.446Z] ---> e7e8f36fed9e [2020-10-22T14:22:55.446Z] Step 21/22 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:55.580Z] e5dc2fb53762: Pushed [2020-10-22T14:22:55.725Z] ---> Running in dc0a05a0298d [2020-10-22T14:22:55.845Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:9d5fb911b95754f4cbc89346ea91fb28038c90c1b57307b728e4b15000f09ad4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:56.168Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:56.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.90 [2020-10-22T14:22:56.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T14:22:56.493Z] e5dc2fb53762: Preparing [2020-10-22T14:22:56.493Z] dfac44c8c348: Preparing [2020-10-22T14:22:56.493Z] 2b6a255864ce: Preparing [2020-10-22T14:22:56.493Z] 5ef3594601aa: Preparing [2020-10-22T14:22:56.493Z] 5ef3594601aa: Preparing [2020-10-22T14:22:56.493Z] a1856d8bc17f: Preparing [2020-10-22T14:22:56.493Z] fe0ec8ee6246: Preparing [2020-10-22T14:22:56.493Z] 7857ed952eb8: Preparing [2020-10-22T14:22:56.493Z] e5dc2fb53762: Preparing [2020-10-22T14:22:56.493Z] c4f97c59fd6c: Preparing [2020-10-22T14:22:56.493Z] dde097863b40: Preparing [2020-10-22T14:22:56.493Z] 4419bb8133dd: Preparing [2020-10-22T14:22:56.493Z] ace0eda3e3be: Preparing [2020-10-22T14:22:56.493Z] fe0ec8ee6246: Waiting [2020-10-22T14:22:56.493Z] 7857ed952eb8: Waiting [2020-10-22T14:22:56.493Z] c4f97c59fd6c: Waiting [2020-10-22T14:22:56.493Z] 4419bb8133dd: Waiting [2020-10-22T14:22:56.493Z] ace0eda3e3be: Waiting [2020-10-22T14:22:56.493Z] dde097863b40: Waiting [2020-10-22T14:22:56.493Z] a1856d8bc17f: Layer already exists [2020-10-22T14:22:56.493Z] 5ef3594601aa: Layer already exists [2020-10-22T14:22:56.493Z] dfac44c8c348: Layer already exists [2020-10-22T14:22:56.493Z] e5dc2fb53762: Layer already exists [2020-10-22T14:22:56.493Z] 2b6a255864ce: Layer already exists [2020-10-22T14:22:56.493Z] dde097863b40: Layer already exists [2020-10-22T14:22:56.493Z] fe0ec8ee6246: Layer already exists [2020-10-22T14:22:56.493Z] 7857ed952eb8: Layer already exists [2020-10-22T14:22:56.493Z] 4419bb8133dd: Layer already exists [2020-10-22T14:22:56.493Z] c4f97c59fd6c: Layer already exists [2020-10-22T14:22:56.493Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:56.721Z] Removing intermediate container dc0a05a0298d [2020-10-22T14:22:56.721Z] ---> 72eb16d9980a [2020-10-22T14:22:56.721Z] Step 22/22 : LABEL version=1.2.2-dev.90 [2020-10-22T14:22:56.758Z] 1.2.2-dev.90: digest: sha256:9d5fb911b95754f4cbc89346ea91fb28038c90c1b57307b728e4b15000f09ad4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:57.081Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:57.349Z] ---> Running in 81db924feec6 [2020-10-22T14:22:57.349Z] Removing intermediate container 904464f15554 [2020-10-22T14:22:57.349Z] ---> f07dd4f5b6aa [2020-10-22T14:22:57.349Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T14:22:57.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:57.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T14:22:57.400Z] e5dc2fb53762: Preparing [2020-10-22T14:22:57.400Z] dfac44c8c348: Preparing [2020-10-22T14:22:57.400Z] 2b6a255864ce: Preparing [2020-10-22T14:22:57.400Z] 5ef3594601aa: Preparing [2020-10-22T14:22:57.400Z] 5ef3594601aa: Preparing [2020-10-22T14:22:57.400Z] a1856d8bc17f: Preparing [2020-10-22T14:22:57.400Z] fe0ec8ee6246: Preparing [2020-10-22T14:22:57.400Z] 7857ed952eb8: Preparing [2020-10-22T14:22:57.400Z] e5dc2fb53762: Preparing [2020-10-22T14:22:57.400Z] c4f97c59fd6c: Preparing [2020-10-22T14:22:57.400Z] dde097863b40: Preparing [2020-10-22T14:22:57.400Z] 4419bb8133dd: Preparing [2020-10-22T14:22:57.400Z] ace0eda3e3be: Preparing [2020-10-22T14:22:57.400Z] c4f97c59fd6c: Waiting [2020-10-22T14:22:57.400Z] dde097863b40: Waiting [2020-10-22T14:22:57.400Z] 4419bb8133dd: Waiting [2020-10-22T14:22:57.400Z] ace0eda3e3be: Waiting [2020-10-22T14:22:57.400Z] fe0ec8ee6246: Waiting [2020-10-22T14:22:57.400Z] 7857ed952eb8: Waiting [2020-10-22T14:22:57.400Z] dfac44c8c348: Layer already exists [2020-10-22T14:22:57.400Z] a1856d8bc17f: Layer already exists [2020-10-22T14:22:57.400Z] e5dc2fb53762: Layer already exists [2020-10-22T14:22:57.400Z] 2b6a255864ce: Layer already exists [2020-10-22T14:22:57.400Z] 5ef3594601aa: Layer already exists [2020-10-22T14:22:57.400Z] fe0ec8ee6246: Layer already exists [2020-10-22T14:22:57.400Z] c4f97c59fd6c: Layer already exists [2020-10-22T14:22:57.400Z] 7857ed952eb8: Layer already exists [2020-10-22T14:22:57.400Z] 4419bb8133dd: Layer already exists [2020-10-22T14:22:57.400Z] dde097863b40: Layer already exists [2020-10-22T14:22:57.624Z] ---> Running in ca14dcfd542d [2020-10-22T14:22:57.666Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:57.666Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:9d5fb911b95754f4cbc89346ea91fb28038c90c1b57307b728e4b15000f09ad4 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:57.900Z] Removing intermediate container 81db924feec6 [2020-10-22T14:22:57.900Z] ---> 762bdd2b2680 [2020-10-22T14:22:57.900Z] [2020-10-22T14:22:58.172Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-22T14:22:58.174Z] Successfully built 762bdd2b2680 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:58.450Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T14:22:58.450Z] Building docker-security-secrets-setup-go [2020-10-22T14:22:58.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-22T14:22:58.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T14:22:58.505Z] e5dc2fb53762: Preparing [2020-10-22T14:22:58.505Z] dfac44c8c348: Preparing [2020-10-22T14:22:58.505Z] 2b6a255864ce: Preparing [2020-10-22T14:22:58.505Z] 5ef3594601aa: Preparing [2020-10-22T14:22:58.505Z] 5ef3594601aa: Preparing [2020-10-22T14:22:58.505Z] a1856d8bc17f: Preparing [2020-10-22T14:22:58.505Z] fe0ec8ee6246: Preparing [2020-10-22T14:22:58.505Z] 7857ed952eb8: Preparing [2020-10-22T14:22:58.505Z] e5dc2fb53762: Preparing [2020-10-22T14:22:58.505Z] c4f97c59fd6c: Preparing [2020-10-22T14:22:58.505Z] dde097863b40: Preparing [2020-10-22T14:22:58.505Z] 4419bb8133dd: Preparing [2020-10-22T14:22:58.505Z] ace0eda3e3be: Preparing [2020-10-22T14:22:58.505Z] fe0ec8ee6246: Waiting [2020-10-22T14:22:58.505Z] 7857ed952eb8: Waiting [2020-10-22T14:22:58.505Z] c4f97c59fd6c: Waiting [2020-10-22T14:22:58.505Z] dde097863b40: Waiting [2020-10-22T14:22:58.505Z] 4419bb8133dd: Waiting [2020-10-22T14:22:58.505Z] ace0eda3e3be: Waiting [2020-10-22T14:22:58.768Z] e5dc2fb53762: Layer already exists [2020-10-22T14:22:58.768Z] dfac44c8c348: Layer already exists [2020-10-22T14:22:58.768Z] 2b6a255864ce: Layer already exists [2020-10-22T14:22:58.768Z] a1856d8bc17f: Layer already exists [2020-10-22T14:22:58.768Z] 5ef3594601aa: Layer already exists [2020-10-22T14:22:58.768Z] 4419bb8133dd: Layer already exists [2020-10-22T14:22:58.768Z] dde097863b40: Layer already exists [2020-10-22T14:22:58.768Z] fe0ec8ee6246: Layer already exists [2020-10-22T14:22:58.768Z] c4f97c59fd6c: Layer already exists [2020-10-22T14:22:58.768Z] 7857ed952eb8: Layer already exists [2020-10-22T14:22:58.768Z] ace0eda3e3be: Layer already exists [2020-10-22T14:22:58.768Z] master: digest: sha256:9d5fb911b95754f4cbc89346ea91fb28038c90c1b57307b728e4b15000f09ad4 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:22:59.026Z] ===================================================== [Pipeline] echo [2020-10-22T14:22:59.081Z] taggedImages: [2020-10-22T14:22:59.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:59.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.90 [2020-10-22T14:22:59.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:59.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-22T14:22:59.147Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-22T14:22:59.147Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:22:59.147Z] 1.2.2-dev.90 [2020-10-22T14:22:59.147Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:22:59.147Z] master [2020-10-22T14:22:59.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:59.777Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:22:59.899Z]  Building docker-support-logging-go ... done Removing intermediate container 660f3e180d9c [2020-10-22T14:22:59.899Z] ---> 1c23bf56b82c [2020-10-22T14:22:59.899Z] Step 8/26 : COPY . . [2020-10-22T14:23:00.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:00.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T14:23:00.125Z] b32e02d945bb: Preparing [2020-10-22T14:23:00.125Z] 9dbd70657359: Preparing [2020-10-22T14:23:00.125Z] ce62e725dffb: Preparing [2020-10-22T14:23:00.125Z] aaa94d8c51aa: Preparing [2020-10-22T14:23:00.125Z] 2f04047aa168: Preparing [2020-10-22T14:23:00.125Z] b841914612f4: Preparing [2020-10-22T14:23:00.125Z] 82a1fb03e40a: Preparing [2020-10-22T14:23:00.125Z] 889e407b33f2: Preparing [2020-10-22T14:23:00.125Z] dd97eb2fe461: Preparing [2020-10-22T14:23:00.125Z] 955cd7fe97ca: Preparing [2020-10-22T14:23:00.125Z] 1b3ee35aacca: Preparing [2020-10-22T14:23:00.125Z] 82a1fb03e40a: Waiting [2020-10-22T14:23:00.125Z] b841914612f4: Waiting [2020-10-22T14:23:00.125Z] 889e407b33f2: Waiting [2020-10-22T14:23:00.125Z] dd97eb2fe461: Waiting [2020-10-22T14:23:00.125Z] 955cd7fe97ca: Waiting [2020-10-22T14:23:00.125Z] 1b3ee35aacca: Waiting [2020-10-22T14:23:00.424Z] 9dbd70657359: Pushed [2020-10-22T14:23:00.424Z] b32e02d945bb: Pushed [2020-10-22T14:23:00.756Z] b841914612f4: Pushed [2020-10-22T14:23:01.118Z] 82a1fb03e40a: Pushed [2020-10-22T14:23:01.118Z] 889e407b33f2: Pushed [2020-10-22T14:23:01.400Z] dd97eb2fe461: Pushed [2020-10-22T14:23:01.400Z] 1b3ee35aacca: Layer already exists [2020-10-22T14:23:02.056Z] ce62e725dffb: Pushed [2020-10-22T14:23:02.056Z] aaa94d8c51aa: Pushed [2020-10-22T14:23:02.327Z] 2f04047aa168: Pushed [2020-10-22T14:23:02.327Z] 955cd7fe97ca: Pushed [2020-10-22T14:23:02.590Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:463945f8a6c0d067c52f835cc44c46f6c882142c75bbc5e21e8b3ec85e09bc22 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:02.922Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:03.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.90 [2020-10-22T14:23:03.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T14:23:03.255Z] b32e02d945bb: Preparing [2020-10-22T14:23:03.255Z] 9dbd70657359: Preparing [2020-10-22T14:23:03.255Z] ce62e725dffb: Preparing [2020-10-22T14:23:03.255Z] aaa94d8c51aa: Preparing [2020-10-22T14:23:03.255Z] 2f04047aa168: Preparing [2020-10-22T14:23:03.255Z] b841914612f4: Preparing [2020-10-22T14:23:03.255Z] 82a1fb03e40a: Preparing [2020-10-22T14:23:03.255Z] 889e407b33f2: Preparing [2020-10-22T14:23:03.255Z] dd97eb2fe461: Preparing [2020-10-22T14:23:03.255Z] 955cd7fe97ca: Preparing [2020-10-22T14:23:03.255Z] 1b3ee35aacca: Preparing [2020-10-22T14:23:03.255Z] b841914612f4: Waiting [2020-10-22T14:23:03.255Z] 82a1fb03e40a: Waiting [2020-10-22T14:23:03.255Z] 889e407b33f2: Waiting [2020-10-22T14:23:03.255Z] dd97eb2fe461: Waiting [2020-10-22T14:23:03.255Z] 1b3ee35aacca: Waiting [2020-10-22T14:23:03.255Z] 955cd7fe97ca: Waiting [2020-10-22T14:23:03.255Z] 2f04047aa168: Layer already exists [2020-10-22T14:23:03.255Z] 9dbd70657359: Layer already exists [2020-10-22T14:23:03.255Z] aaa94d8c51aa: Layer already exists [2020-10-22T14:23:03.255Z] ce62e725dffb: Layer already exists [2020-10-22T14:23:03.255Z] b32e02d945bb: Layer already exists [2020-10-22T14:23:03.255Z] 889e407b33f2: Layer already exists [2020-10-22T14:23:03.255Z] 82a1fb03e40a: Layer already exists [2020-10-22T14:23:03.255Z] 955cd7fe97ca: Layer already exists [2020-10-22T14:23:03.255Z] b841914612f4: Layer already exists [2020-10-22T14:23:03.255Z] dd97eb2fe461: Layer already exists [2020-10-22T14:23:03.528Z] 1b3ee35aacca: Layer already exists [2020-10-22T14:23:03.528Z] 1.2.2-dev.90: digest: sha256:463945f8a6c0d067c52f835cc44c46f6c882142c75bbc5e21e8b3ec85e09bc22 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:03.866Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:04.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:04.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T14:23:04.205Z] b32e02d945bb: Preparing [2020-10-22T14:23:04.205Z] 9dbd70657359: Preparing [2020-10-22T14:23:04.205Z] ce62e725dffb: Preparing [2020-10-22T14:23:04.205Z] aaa94d8c51aa: Preparing [2020-10-22T14:23:04.205Z] 2f04047aa168: Preparing [2020-10-22T14:23:04.205Z] b841914612f4: Preparing [2020-10-22T14:23:04.205Z] 82a1fb03e40a: Preparing [2020-10-22T14:23:04.205Z] 889e407b33f2: Preparing [2020-10-22T14:23:04.205Z] dd97eb2fe461: Preparing [2020-10-22T14:23:04.205Z] 955cd7fe97ca: Preparing [2020-10-22T14:23:04.205Z] 1b3ee35aacca: Preparing [2020-10-22T14:23:04.205Z] b841914612f4: Waiting [2020-10-22T14:23:04.205Z] 889e407b33f2: Waiting [2020-10-22T14:23:04.205Z] 82a1fb03e40a: Waiting [2020-10-22T14:23:04.205Z] 955cd7fe97ca: Waiting [2020-10-22T14:23:04.205Z] 1b3ee35aacca: Waiting [2020-10-22T14:23:04.205Z] dd97eb2fe461: Waiting [2020-10-22T14:23:04.205Z] b32e02d945bb: Layer already exists [2020-10-22T14:23:04.205Z] 9dbd70657359: Layer already exists [2020-10-22T14:23:04.205Z] 2f04047aa168: Layer already exists [2020-10-22T14:23:04.205Z] ce62e725dffb: Layer already exists [2020-10-22T14:23:04.205Z] aaa94d8c51aa: Layer already exists [2020-10-22T14:23:04.205Z] b841914612f4: Layer already exists [2020-10-22T14:23:04.205Z] 82a1fb03e40a: Layer already exists [2020-10-22T14:23:04.205Z] dd97eb2fe461: Layer already exists [2020-10-22T14:23:04.205Z] 889e407b33f2: Layer already exists [2020-10-22T14:23:04.205Z] 955cd7fe97ca: Layer already exists [2020-10-22T14:23:04.256Z] Removing intermediate container ca14dcfd542d [2020-10-22T14:23:04.256Z] ---> 49c304d4acea [2020-10-22T14:23:04.256Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T14:23:04.256Z] ---> Running in f7738f8449d6 [2020-10-22T14:23:04.468Z] 1b3ee35aacca: Layer already exists [2020-10-22T14:23:04.468Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:463945f8a6c0d067c52f835cc44c46f6c882142c75bbc5e21e8b3ec85e09bc22 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:04.807Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:05.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-22T14:23:05.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T14:23:05.137Z] b32e02d945bb: Preparing [2020-10-22T14:23:05.137Z] 9dbd70657359: Preparing [2020-10-22T14:23:05.137Z] ce62e725dffb: Preparing [2020-10-22T14:23:05.137Z] aaa94d8c51aa: Preparing [2020-10-22T14:23:05.137Z] 2f04047aa168: Preparing [2020-10-22T14:23:05.137Z] b841914612f4: Preparing [2020-10-22T14:23:05.137Z] 82a1fb03e40a: Preparing [2020-10-22T14:23:05.137Z] 889e407b33f2: Preparing [2020-10-22T14:23:05.137Z] dd97eb2fe461: Preparing [2020-10-22T14:23:05.137Z] 955cd7fe97ca: Preparing [2020-10-22T14:23:05.137Z] 1b3ee35aacca: Preparing [2020-10-22T14:23:05.137Z] b841914612f4: Waiting [2020-10-22T14:23:05.137Z] 82a1fb03e40a: Waiting [2020-10-22T14:23:05.137Z] 889e407b33f2: Waiting [2020-10-22T14:23:05.137Z] dd97eb2fe461: Waiting [2020-10-22T14:23:05.137Z] 955cd7fe97ca: Waiting [2020-10-22T14:23:05.137Z] 1b3ee35aacca: Waiting [2020-10-22T14:23:05.137Z] 9dbd70657359: Layer already exists [2020-10-22T14:23:05.137Z] aaa94d8c51aa: Layer already exists [2020-10-22T14:23:05.137Z] b32e02d945bb: Layer already exists [2020-10-22T14:23:05.137Z] 2f04047aa168: Layer already exists [2020-10-22T14:23:05.137Z] ce62e725dffb: Layer already exists [2020-10-22T14:23:05.400Z] 955cd7fe97ca: Layer already exists [2020-10-22T14:23:05.400Z] b841914612f4: Layer already exists [2020-10-22T14:23:05.400Z] 82a1fb03e40a: Layer already exists [2020-10-22T14:23:05.400Z] 889e407b33f2: Layer already exists [2020-10-22T14:23:05.400Z] dd97eb2fe461: Layer already exists [2020-10-22T14:23:05.400Z] 1b3ee35aacca: Layer already exists [2020-10-22T14:23:05.400Z] master: digest: sha256:463945f8a6c0d067c52f835cc44c46f6c882142c75bbc5e21e8b3ec85e09bc22 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:23:05.603Z] ===================================================== [Pipeline] echo [2020-10-22T14:23:05.670Z] taggedImages: [2020-10-22T14:23:05.670Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:05.670Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.90 [2020-10-22T14:23:05.670Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:05.670Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-22T14:23:05.709Z] Removing intermediate container f7738f8449d6 [2020-10-22T14:23:05.710Z] ---> f661d9448466 [2020-10-22T14:23:05.710Z] Step 15/27 : ENV APP_PORT=48090 [Pipeline] echo [2020-10-22T14:23:05.740Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-22T14:23:05.740Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:05.740Z] 1.2.2-dev.90 [2020-10-22T14:23:05.740Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:05.740Z] master [2020-10-22T14:23:05.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:06.252Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:06.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:06.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T14:23:06.587Z] 2df201d875cf: Preparing [2020-10-22T14:23:06.587Z] 13df53259358: Preparing [2020-10-22T14:23:06.587Z] d1d72251a8ae: Preparing [2020-10-22T14:23:06.587Z] 0ce93c532ad6: Preparing [2020-10-22T14:23:06.696Z] ---> Running in 06dfc58c1aa9 [2020-10-22T14:23:06.887Z] d1d72251a8ae: Pushed [2020-10-22T14:23:06.888Z] 2df201d875cf: Pushed [2020-10-22T14:23:06.888Z] 0ce93c532ad6: Pushed [2020-10-22T14:23:07.678Z] Removing intermediate container 06dfc58c1aa9 [2020-10-22T14:23:07.679Z] ---> aa35deb62ecb [2020-10-22T14:23:07.679Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T14:23:08.323Z] 13df53259358: Pushed [2020-10-22T14:23:08.586Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:4f64fc7e1242ba7da8468b2e95e986e8a7dcf9d7da690186b3c888f8d7bd5144 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:08.661Z] ---> Running in 2f67c0ddd6be [2020-10-22T14:23:08.925Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:09.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.90 [2020-10-22T14:23:09.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T14:23:09.268Z] 2df201d875cf: Preparing [2020-10-22T14:23:09.268Z] 13df53259358: Preparing [2020-10-22T14:23:09.268Z] d1d72251a8ae: Preparing [2020-10-22T14:23:09.268Z] 0ce93c532ad6: Preparing [2020-10-22T14:23:09.268Z] d1d72251a8ae: Layer already exists [2020-10-22T14:23:09.268Z] 0ce93c532ad6: Layer already exists [2020-10-22T14:23:09.268Z] 2df201d875cf: Layer already exists [2020-10-22T14:23:09.268Z] 13df53259358: Layer already exists [2020-10-22T14:23:09.268Z] 1.2.2-dev.90: digest: sha256:4f64fc7e1242ba7da8468b2e95e986e8a7dcf9d7da690186b3c888f8d7bd5144 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:09.586Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:09.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:09.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T14:23:09.922Z] 2df201d875cf: Preparing [2020-10-22T14:23:09.922Z] 13df53259358: Preparing [2020-10-22T14:23:09.922Z] d1d72251a8ae: Preparing [2020-10-22T14:23:09.922Z] 0ce93c532ad6: Preparing [2020-10-22T14:23:09.922Z] 13df53259358: Layer already exists [2020-10-22T14:23:09.922Z] 0ce93c532ad6: Layer already exists [2020-10-22T14:23:09.922Z] 2df201d875cf: Layer already exists [2020-10-22T14:23:09.922Z] d1d72251a8ae: Layer already exists [2020-10-22T14:23:10.187Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:4f64fc7e1242ba7da8468b2e95e986e8a7dcf9d7da690186b3c888f8d7bd5144 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:10.555Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:10.676Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:23:10.676Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T14:23:10.676Z] ---> 5e257acccdab [2020-10-22T14:23:10.676Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T14:23:10.676Z] ---> Using cache [2020-10-22T14:23:10.676Z] ---> a50608805ad7 [2020-10-22T14:23:10.676Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T14:23:10.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-22T14:23:10.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T14:23:10.866Z] 2df201d875cf: Preparing [2020-10-22T14:23:10.866Z] 13df53259358: Preparing [2020-10-22T14:23:10.866Z] d1d72251a8ae: Preparing [2020-10-22T14:23:10.866Z] 0ce93c532ad6: Preparing [2020-10-22T14:23:10.866Z] 13df53259358: Layer already exists [2020-10-22T14:23:10.866Z] d1d72251a8ae: Layer already exists [2020-10-22T14:23:10.866Z] 0ce93c532ad6: Layer already exists [2020-10-22T14:23:10.866Z] 2df201d875cf: Layer already exists [2020-10-22T14:23:10.866Z] master: digest: sha256:4f64fc7e1242ba7da8468b2e95e986e8a7dcf9d7da690186b3c888f8d7bd5144 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:23:11.106Z] ===================================================== [Pipeline] echo [2020-10-22T14:23:11.183Z] taggedImages: [2020-10-22T14:23:11.183Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:11.183Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.90 [2020-10-22T14:23:11.183Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:11.183Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-22T14:23:11.252Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-22T14:23:11.252Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:11.252Z] 1.2.2-dev.90 [2020-10-22T14:23:11.252Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:11.252Z] master [2020-10-22T14:23:11.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:11.748Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:12.103Z] Removing intermediate container 2f67c0ddd6be [2020-10-22T14:23:12.104Z] ---> e338fad502e8 [2020-10-22T14:23:12.104Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T14:23:12.104Z] ---> Running in 5315891c8f94 [2020-10-22T14:23:12.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:12.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T14:23:12.139Z] 169fc108a6b5: Preparing [2020-10-22T14:23:12.139Z] c8f828d89e3f: Preparing [2020-10-22T14:23:12.139Z] 2e8b1ac73807: Preparing [2020-10-22T14:23:12.139Z] 43e3c348cad6: Preparing [2020-10-22T14:23:12.139Z] 8a43b2c76be9: Preparing [2020-10-22T14:23:12.139Z] f8bf16c4016d: Preparing [2020-10-22T14:23:12.139Z] f8bf16c4016d: Waiting [2020-10-22T14:23:12.410Z] 2e8b1ac73807: Pushed [2020-10-22T14:23:12.410Z] 43e3c348cad6: Pushed [2020-10-22T14:23:12.410Z] 169fc108a6b5: Pushed [2020-10-22T14:23:12.410Z] 8a43b2c76be9: Pushed [2020-10-22T14:23:12.682Z] f8bf16c4016d: Pushed [2020-10-22T14:23:12.716Z] Removing intermediate container e60494c9b229 [2020-10-22T14:23:12.716Z] ---> c78f51358a19 [2020-10-22T14:23:12.716Z] [2020-10-22T14:23:12.716Z] Step 10/22 : FROM scratch [2020-10-22T14:23:12.716Z] ---> [2020-10-22T14:23:12.716Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:23:12.716Z] ---> 528216db7de0 [2020-10-22T14:23:12.716Z] 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-22T14:23:13.311Z] ---> Running in 6505aa7cca0b [2020-10-22T14:23:13.913Z] ---> Running in 4cbfc69790f8 [2020-10-22T14:23:14.131Z] c8f828d89e3f: Pushed [2020-10-22T14:23:14.131Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:cfd14ec3428392fcef9a81e5fddf7f78a83c824ba4f4218a7dd3986557ab8b15 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:14.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:14.185Z] ---> 7b1632de1ae5 [2020-10-22T14:23:14.185Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T14:23:14.457Z] Removing intermediate container 6505aa7cca0b [2020-10-22T14:23:14.457Z] ---> 034655dc417d [2020-10-22T14:23:14.457Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T14:23:14.458Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:14.734Z] ---> Running in c80ea09b2d50 [2020-10-22T14:23:14.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.90 [2020-10-22T14:23:14.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T14:23:14.772Z] 169fc108a6b5: Preparing [2020-10-22T14:23:14.772Z] c8f828d89e3f: Preparing [2020-10-22T14:23:14.772Z] 2e8b1ac73807: Preparing [2020-10-22T14:23:14.772Z] 43e3c348cad6: Preparing [2020-10-22T14:23:14.772Z] 8a43b2c76be9: Preparing [2020-10-22T14:23:14.772Z] f8bf16c4016d: Preparing [2020-10-22T14:23:14.772Z] 43e3c348cad6: Layer already exists [2020-10-22T14:23:14.772Z] c8f828d89e3f: Layer already exists [2020-10-22T14:23:14.772Z] 2e8b1ac73807: Layer already exists [2020-10-22T14:23:14.772Z] 8a43b2c76be9: Layer already exists [2020-10-22T14:23:14.772Z] 169fc108a6b5: Layer already exists [2020-10-22T14:23:14.772Z] f8bf16c4016d: Layer already exists [2020-10-22T14:23:14.772Z] 1.2.2-dev.90: digest: sha256:cfd14ec3428392fcef9a81e5fddf7f78a83c824ba4f4218a7dd3986557ab8b15 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:15.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:15.085Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:15.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:15.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T14:23:15.392Z] 169fc108a6b5: Preparing [2020-10-22T14:23:15.392Z] c8f828d89e3f: Preparing [2020-10-22T14:23:15.393Z] 2e8b1ac73807: Preparing [2020-10-22T14:23:15.393Z] 43e3c348cad6: Preparing [2020-10-22T14:23:15.393Z] 8a43b2c76be9: Preparing [2020-10-22T14:23:15.393Z] f8bf16c4016d: Preparing [2020-10-22T14:23:15.393Z] f8bf16c4016d: Waiting [2020-10-22T14:23:15.393Z] 8a43b2c76be9: Layer already exists [2020-10-22T14:23:15.393Z] 2e8b1ac73807: Layer already exists [2020-10-22T14:23:15.393Z] c8f828d89e3f: Layer already exists [2020-10-22T14:23:15.393Z] 169fc108a6b5: Layer already exists [2020-10-22T14:23:15.393Z] 43e3c348cad6: Layer already exists [2020-10-22T14:23:15.393Z] f8bf16c4016d: Layer already exists [2020-10-22T14:23:15.393Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:cfd14ec3428392fcef9a81e5fddf7f78a83c824ba4f4218a7dd3986557ab8b15 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:15.610Z] ---> 770e4f9d770c [2020-10-22T14:23:15.610Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T14:23:15.749Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:15.892Z] Removing intermediate container 3384ca0536cb [2020-10-22T14:23:15.892Z] ---> 0e97f98101f7 [2020-10-22T14:23:15.892Z] [2020-10-22T14:23:15.892Z] Step 10/23 : FROM alpine [2020-10-22T14:23:15.892Z] ---> 2e77e061c27f [2020-10-22T14:23:15.892Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:23:15.892Z] Removing intermediate container c80ea09b2d50 [2020-10-22T14:23:15.892Z] ---> 2d3e0877bc56 [2020-10-22T14:23:15.892Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T14:23:16.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-22T14:23:16.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T14:23:16.123Z] 169fc108a6b5: Preparing [2020-10-22T14:23:16.123Z] c8f828d89e3f: Preparing [2020-10-22T14:23:16.123Z] 2e8b1ac73807: Preparing [2020-10-22T14:23:16.123Z] 43e3c348cad6: Preparing [2020-10-22T14:23:16.123Z] 8a43b2c76be9: Preparing [2020-10-22T14:23:16.123Z] f8bf16c4016d: Preparing [2020-10-22T14:23:16.123Z] f8bf16c4016d: Waiting [2020-10-22T14:23:16.123Z] 2e8b1ac73807: Layer already exists [2020-10-22T14:23:16.123Z] c8f828d89e3f: Layer already exists [2020-10-22T14:23:16.123Z] 43e3c348cad6: Layer already exists [2020-10-22T14:23:16.123Z] 169fc108a6b5: Layer already exists [2020-10-22T14:23:16.123Z] 8a43b2c76be9: Layer already exists [2020-10-22T14:23:16.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T14:23:16.175Z] ---> Running in c82d675dec03 [2020-10-22T14:23:16.175Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:23:16.175Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:23:16.175Z] OK: 12623 distinct packages available [2020-10-22T14:23:16.175Z] ---> Running in 3981bcf84571 [2020-10-22T14:23:16.418Z] f8bf16c4016d: Layer already exists [2020-10-22T14:23:16.418Z] master: digest: sha256:cfd14ec3428392fcef9a81e5fddf7f78a83c824ba4f4218a7dd3986557ab8b15 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:23:16.674Z] ===================================================== [Pipeline] echo [2020-10-22T14:23:16.725Z] taggedImages: [2020-10-22T14:23:16.725Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:16.725Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.90 [2020-10-22T14:23:16.725Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:16.725Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-22T14:23:16.806Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-22T14:23:16.806Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:16.806Z] 1.2.2-dev.90 [2020-10-22T14:23:16.806Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:16.806Z] master [2020-10-22T14:23:16.806Z] ===================================================== [2020-10-22T14:23:16.863Z] ---> 2b69779c0d72 [2020-10-22T14:23:16.863Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T14:23:16.863Z] ---> Running in 803d3a94f943 [2020-10-22T14:23:16.863Z] Removing intermediate container 3981bcf84571 [2020-10-22T14:23:16.863Z] ---> e3eb9db60454 [2020-10-22T14:23:16.863Z] Step 14/22 : WORKDIR / [2020-10-22T14:23:16.863Z] OK: 217 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:17.188Z] Removing intermediate container c82d675dec03 [2020-10-22T14:23:17.188Z] ---> 759e77793a91 [2020-10-22T14:23:17.188Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T14:23:17.188Z] ---> Running in 6efa53e88574 [2020-10-22T14:23:17.418Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:17.523Z] ---> Running in 4889e87bb978 [2020-10-22T14:23:17.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:17.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T14:23:17.822Z] d3c95ba7c7ca: Preparing [2020-10-22T14:23:17.822Z] 0ce2cd5699d7: Preparing [2020-10-22T14:23:17.822Z] 34f41aa28012: Preparing [2020-10-22T14:23:18.105Z] 34f41aa28012: Pushed [2020-10-22T14:23:18.105Z] d3c95ba7c7ca: Pushed [2020-10-22T14:23:18.146Z] Removing intermediate container 6efa53e88574 [2020-10-22T14:23:18.146Z] ---> 4d436e073c4b [2020-10-22T14:23:18.146Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T14:23:18.146Z] Removing intermediate container 4889e87bb978 [2020-10-22T14:23:18.146Z] ---> f53f7a2ed54f [2020-10-22T14:23:18.146Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T14:23:18.473Z] ---> Running in 686c6db74f3a [2020-10-22T14:23:19.114Z] Removing intermediate container 5315891c8f94 [2020-10-22T14:23:19.114Z] ---> 03e56899b649 [2020-10-22T14:23:19.114Z] Step 5/29 : COPY go.mod . [2020-10-22T14:23:19.438Z] Removing intermediate container 686c6db74f3a [2020-10-22T14:23:19.438Z] ---> 142b3efdee10 [2020-10-22T14:23:19.438Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:23:19.672Z] 0ce2cd5699d7: Pushed [2020-10-22T14:23:19.672Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:e8a65b2f30f1f26a64fa4bbc8f6f44a0e695fe10dc4e503e97369fd3980197d2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:19.773Z] ---> Running in b50a45429473 [2020-10-22T14:23:19.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:19.774Z] ---> 21a45c62c6a2 [2020-10-22T14:23:19.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T14:23:20.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:20.584Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:20.706Z] ---> d7db19e56e3b [2020-10-22T14:23:20.706Z] Step 6/29 : RUN go mod download [2020-10-22T14:23:20.706Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T14:23:20.706Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T14:23:20.706Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T14:23:20.706Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T14:23:20.706Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T14:23:20.706Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T14:23:20.706Z] ---> Running in 5d0d9e6d3b4e [2020-10-22T14:23:20.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.90 [2020-10-22T14:23:20.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T14:23:20.941Z] d3c95ba7c7ca: Preparing [2020-10-22T14:23:20.941Z] 0ce2cd5699d7: Preparing [2020-10-22T14:23:20.941Z] 34f41aa28012: Preparing [2020-10-22T14:23:20.941Z] d3c95ba7c7ca: Layer already exists [2020-10-22T14:23:20.941Z] 0ce2cd5699d7: Layer already exists [2020-10-22T14:23:20.941Z] 34f41aa28012: Layer already exists [2020-10-22T14:23:20.941Z] 1.2.2-dev.90: digest: sha256:e8a65b2f30f1f26a64fa4bbc8f6f44a0e695fe10dc4e503e97369fd3980197d2 size: 943 [2020-10-22T14:23:21.005Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:21.540Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:21.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:21.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T14:23:21.899Z] d3c95ba7c7ca: Preparing [2020-10-22T14:23:21.899Z] 0ce2cd5699d7: Preparing [2020-10-22T14:23:21.899Z] 34f41aa28012: Preparing [2020-10-22T14:23:21.899Z] 34f41aa28012: Layer already exists [2020-10-22T14:23:21.899Z] d3c95ba7c7ca: Layer already exists [2020-10-22T14:23:21.899Z] 0ce2cd5699d7: Layer already exists [2020-10-22T14:23:21.899Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:e8a65b2f30f1f26a64fa4bbc8f6f44a0e695fe10dc4e503e97369fd3980197d2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:22.244Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:22.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-22T14:23:22.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T14:23:22.642Z] d3c95ba7c7ca: Preparing [2020-10-22T14:23:22.642Z] 0ce2cd5699d7: Preparing [2020-10-22T14:23:22.642Z] 34f41aa28012: Preparing [2020-10-22T14:23:22.642Z] d3c95ba7c7ca: Layer already exists [2020-10-22T14:23:22.642Z] 34f41aa28012: Layer already exists [2020-10-22T14:23:22.916Z] 0ce2cd5699d7: Layer already exists [2020-10-22T14:23:22.916Z] master: digest: sha256:e8a65b2f30f1f26a64fa4bbc8f6f44a0e695fe10dc4e503e97369fd3980197d2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-22T14:23:23.064Z] (8/33) Installing py3-appdirs (1.4.4-r1) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:23:23.206Z] ===================================================== [Pipeline] echo [2020-10-22T14:23:23.266Z] taggedImages: [2020-10-22T14:23:23.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:23.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.90 [2020-10-22T14:23:23.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:23.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-22T14:23:23.363Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T14:23:23.363Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T14:23:23.363Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T14:23:23.363Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T14:23:23.363Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T14:23:23.363Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T14:23:23.363Z] (15/33) Installing py3-idna (2.9-r0) [Pipeline] echo [2020-10-22T14:23:23.396Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-22T14:23:23.396Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:23.396Z] 1.2.2-dev.90 [2020-10-22T14:23:23.396Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:23.396Z] master [2020-10-22T14:23:23.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:23.676Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T14:23:23.676Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T14:23:23.676Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T14:23:23.676Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T14:23:23.676Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T14:23:23.676Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T14:23:23.676Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T14:23:23.676Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T14:23:23.676Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T14:23:23.996Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T14:23:23.996Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T14:23:23.996Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T14:23:23.996Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T14:23:23.996Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T14:23:23.996Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T14:23:23.996Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T14:23:23.996Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T14:23:23.996Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T14:23:24.040Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:24.345Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:23:24.345Z] OK: 71 MiB in 55 packages [2020-10-22T14:23:24.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:24.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T14:23:24.481Z] ee26cde20921: Preparing [2020-10-22T14:23:24.481Z] 6c125cb709f9: Preparing [2020-10-22T14:23:24.481Z] 5fd51986e658: Preparing [2020-10-22T14:23:24.481Z] 03cecab49982: Preparing [2020-10-22T14:23:24.481Z] 1205704f9c7d: Preparing [2020-10-22T14:23:24.481Z] 585e1ce4b9c5: Preparing [2020-10-22T14:23:24.481Z] aa2c54c54100: Preparing [2020-10-22T14:23:24.481Z] 1d278c39f50a: Preparing [2020-10-22T14:23:24.481Z] 3730a0890c46: Preparing [2020-10-22T14:23:24.481Z] 383f309b5d37: Preparing [2020-10-22T14:23:24.481Z] e1a73c32da76: Preparing [2020-10-22T14:23:24.481Z] 31b11ec6ff38: Preparing [2020-10-22T14:23:24.481Z] 911954e2fe49: Preparing [2020-10-22T14:23:24.481Z] ace0eda3e3be: Preparing [2020-10-22T14:23:24.481Z] 585e1ce4b9c5: Waiting [2020-10-22T14:23:24.481Z] aa2c54c54100: Waiting [2020-10-22T14:23:24.481Z] 383f309b5d37: Waiting [2020-10-22T14:23:24.481Z] e1a73c32da76: Waiting [2020-10-22T14:23:24.481Z] 31b11ec6ff38: Waiting [2020-10-22T14:23:24.481Z] 911954e2fe49: Waiting [2020-10-22T14:23:24.481Z] 1d278c39f50a: Waiting [2020-10-22T14:23:24.481Z] 3730a0890c46: Waiting [2020-10-22T14:23:24.687Z] ---> 0712a1566014 [2020-10-22T14:23:24.687Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T14:23:24.819Z] 1205704f9c7d: Pushed [2020-10-22T14:23:24.819Z] ee26cde20921: Pushed [2020-10-22T14:23:25.477Z] 03cecab49982: Pushed [2020-10-22T14:23:25.477Z] aa2c54c54100: Pushed [2020-10-22T14:23:25.477Z] 1d278c39f50a: Layer already exists [2020-10-22T14:23:25.477Z] 3730a0890c46: Layer already exists [2020-10-22T14:23:25.773Z] 383f309b5d37: Layer already exists [2020-10-22T14:23:25.773Z] e1a73c32da76: Layer already exists [2020-10-22T14:23:25.773Z] 31b11ec6ff38: Layer already exists [2020-10-22T14:23:25.773Z] 911954e2fe49: Layer already exists [2020-10-22T14:23:25.773Z] ace0eda3e3be: Layer already exists [2020-10-22T14:23:25.773Z] 6c125cb709f9: Pushed [2020-10-22T14:23:26.170Z] Removing intermediate container b50a45429473 [2020-10-22T14:23:26.170Z] ---> 28d2d9594e4e [2020-10-22T14:23:26.170Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T14:23:26.170Z] ---> Running in a317296d4e5b [2020-10-22T14:23:26.451Z] Removing intermediate container 5d0d9e6d3b4e [2020-10-22T14:23:26.451Z] ---> 1f5ae39a0a1a [2020-10-22T14:23:26.451Z] Step 7/29 : COPY . . [2020-10-22T14:23:26.451Z] ---> 0015f116dd00 [2020-10-22T14:23:26.451Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T14:23:26.745Z] ---> Running in f69e62d2bf9a [2020-10-22T14:23:26.815Z] 585e1ce4b9c5: Pushed [2020-10-22T14:23:28.074Z] Removing intermediate container f69e62d2bf9a [2020-10-22T14:23:28.074Z] ---> faf107579cd2 [2020-10-22T14:23:28.074Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:23:28.388Z] ---> Running in fc8e2bfaada8 [2020-10-22T14:23:29.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:29.735Z] Removing intermediate container fc8e2bfaada8 [2020-10-22T14:23:29.735Z] ---> 25139696d7a1 [2020-10-22T14:23:29.735Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T14:23:30.036Z] ---> Running in da1cd8aa9a3f [2020-10-22T14:23:30.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:31.032Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T14:23:31.032Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T14:23:31.211Z] 5fd51986e658: Pushed [2020-10-22T14:23:31.211Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:a6cccbd16435541a3714e67cf4e75018b01086b41436dbee57ed85a581ab6e92 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:31.308Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T14:23:31.308Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T14:23:31.554Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:31.596Z] Removing intermediate container da1cd8aa9a3f [2020-10-22T14:23:31.596Z] ---> e7c3f14ebe96 [2020-10-22T14:23:31.596Z] Step 21/22 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:31.596Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T14:23:31.596Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:23:31.596Z] OK: 8 MiB in 19 packages [2020-10-22T14:23:31.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.90 [2020-10-22T14:23:31.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T14:23:31.927Z] ee26cde20921: Preparing [2020-10-22T14:23:31.927Z] 6c125cb709f9: Preparing [2020-10-22T14:23:31.927Z] 5fd51986e658: Preparing [2020-10-22T14:23:31.927Z] 03cecab49982: Preparing [2020-10-22T14:23:31.927Z] 1205704f9c7d: Preparing [2020-10-22T14:23:31.927Z] 585e1ce4b9c5: Preparing [2020-10-22T14:23:31.927Z] aa2c54c54100: Preparing [2020-10-22T14:23:31.927Z] 1d278c39f50a: Preparing [2020-10-22T14:23:31.927Z] 3730a0890c46: Preparing [2020-10-22T14:23:31.927Z] aa2c54c54100: Waiting [2020-10-22T14:23:31.927Z] 1d278c39f50a: Waiting [2020-10-22T14:23:31.927Z] 585e1ce4b9c5: Waiting [2020-10-22T14:23:31.927Z] 383f309b5d37: Preparing [2020-10-22T14:23:31.927Z] e1a73c32da76: Preparing [2020-10-22T14:23:31.927Z] 31b11ec6ff38: Preparing [2020-10-22T14:23:31.927Z] 911954e2fe49: Preparing [2020-10-22T14:23:31.927Z] ace0eda3e3be: Preparing [2020-10-22T14:23:31.927Z] 3730a0890c46: Waiting [2020-10-22T14:23:31.927Z] 911954e2fe49: Waiting [2020-10-22T14:23:31.927Z] 383f309b5d37: Waiting [2020-10-22T14:23:31.927Z] e1a73c32da76: Waiting [2020-10-22T14:23:31.927Z] 31b11ec6ff38: Waiting [2020-10-22T14:23:31.927Z] ace0eda3e3be: Waiting [2020-10-22T14:23:31.927Z] 5fd51986e658: Layer already exists [2020-10-22T14:23:31.927Z] ee26cde20921: Layer already exists [2020-10-22T14:23:31.927Z] 03cecab49982: Layer already exists [2020-10-22T14:23:31.927Z] 6c125cb709f9: Layer already exists [2020-10-22T14:23:31.928Z] 1205704f9c7d: Layer already exists [2020-10-22T14:23:31.928Z] 1d278c39f50a: Layer already exists [2020-10-22T14:23:31.928Z] 3730a0890c46: Layer already exists [2020-10-22T14:23:31.928Z] aa2c54c54100: Layer already exists [2020-10-22T14:23:31.928Z] 585e1ce4b9c5: Layer already exists [2020-10-22T14:23:31.928Z] 383f309b5d37: Layer already exists [2020-10-22T14:23:32.201Z] e1a73c32da76: Layer already exists [2020-10-22T14:23:32.201Z] 31b11ec6ff38: Layer already exists [2020-10-22T14:23:32.201Z] 911954e2fe49: Layer already exists [2020-10-22T14:23:32.201Z] ace0eda3e3be: Layer already exists [2020-10-22T14:23:32.201Z] 1.2.2-dev.90: digest: sha256:a6cccbd16435541a3714e67cf4e75018b01086b41436dbee57ed85a581ab6e92 size: 3253 [2020-10-22T14:23:32.206Z] ---> Running in eae421962005 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:32.566Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:32.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:32.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T14:23:32.922Z] ee26cde20921: Preparing [2020-10-22T14:23:32.922Z] 6c125cb709f9: Preparing [2020-10-22T14:23:32.922Z] 5fd51986e658: Preparing [2020-10-22T14:23:32.922Z] 03cecab49982: Preparing [2020-10-22T14:23:32.922Z] 1205704f9c7d: Preparing [2020-10-22T14:23:32.922Z] 585e1ce4b9c5: Preparing [2020-10-22T14:23:32.922Z] aa2c54c54100: Preparing [2020-10-22T14:23:32.922Z] 1d278c39f50a: Preparing [2020-10-22T14:23:32.922Z] 3730a0890c46: Preparing [2020-10-22T14:23:32.922Z] 383f309b5d37: Preparing [2020-10-22T14:23:32.922Z] e1a73c32da76: Preparing [2020-10-22T14:23:32.922Z] 31b11ec6ff38: Preparing [2020-10-22T14:23:32.922Z] 911954e2fe49: Preparing [2020-10-22T14:23:32.922Z] ace0eda3e3be: Preparing [2020-10-22T14:23:32.922Z] 585e1ce4b9c5: Waiting [2020-10-22T14:23:32.922Z] aa2c54c54100: Waiting [2020-10-22T14:23:32.922Z] 1d278c39f50a: Waiting [2020-10-22T14:23:32.922Z] 3730a0890c46: Waiting [2020-10-22T14:23:32.922Z] 383f309b5d37: Waiting [2020-10-22T14:23:32.922Z] e1a73c32da76: Waiting [2020-10-22T14:23:32.922Z] 31b11ec6ff38: Waiting [2020-10-22T14:23:32.922Z] 911954e2fe49: Waiting [2020-10-22T14:23:32.922Z] ace0eda3e3be: Waiting [2020-10-22T14:23:32.922Z] ee26cde20921: Layer already exists [2020-10-22T14:23:32.922Z] 03cecab49982: Layer already exists [2020-10-22T14:23:32.922Z] 5fd51986e658: Layer already exists [2020-10-22T14:23:32.922Z] 6c125cb709f9: Layer already exists [2020-10-22T14:23:32.922Z] 1205704f9c7d: Layer already exists [2020-10-22T14:23:32.922Z] aa2c54c54100: Layer already exists [2020-10-22T14:23:32.922Z] 585e1ce4b9c5: Layer already exists [2020-10-22T14:23:32.922Z] 383f309b5d37: Layer already exists [2020-10-22T14:23:32.922Z] 1d278c39f50a: Layer already exists [2020-10-22T14:23:32.922Z] 3730a0890c46: Layer already exists [2020-10-22T14:23:32.922Z] e1a73c32da76: Layer already exists [2020-10-22T14:23:32.922Z] 31b11ec6ff38: Layer already exists [2020-10-22T14:23:32.922Z] 911954e2fe49: Layer already exists [2020-10-22T14:23:33.186Z] ace0eda3e3be: Layer already exists [2020-10-22T14:23:33.186Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:a6cccbd16435541a3714e67cf4e75018b01086b41436dbee57ed85a581ab6e92 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:33.529Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:23:33.686Z] Removing intermediate container eae421962005 [2020-10-22T14:23:33.686Z] ---> 6c2c6b56cf1f [2020-10-22T14:23:33.686Z] Step 22/22 : LABEL version=1.2.2-dev.90 [2020-10-22T14:23:33.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-22T14:23:33.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T14:23:33.848Z] ee26cde20921: Preparing [2020-10-22T14:23:33.848Z] 6c125cb709f9: Preparing [2020-10-22T14:23:33.848Z] 5fd51986e658: Preparing [2020-10-22T14:23:33.848Z] 03cecab49982: Preparing [2020-10-22T14:23:33.848Z] 1205704f9c7d: Preparing [2020-10-22T14:23:33.848Z] 585e1ce4b9c5: Preparing [2020-10-22T14:23:33.848Z] aa2c54c54100: Preparing [2020-10-22T14:23:33.848Z] 1d278c39f50a: Preparing [2020-10-22T14:23:33.848Z] 3730a0890c46: Preparing [2020-10-22T14:23:33.848Z] 383f309b5d37: Preparing [2020-10-22T14:23:33.848Z] e1a73c32da76: Preparing [2020-10-22T14:23:33.848Z] 31b11ec6ff38: Preparing [2020-10-22T14:23:33.848Z] 911954e2fe49: Preparing [2020-10-22T14:23:33.848Z] ace0eda3e3be: Preparing [2020-10-22T14:23:33.848Z] 585e1ce4b9c5: Waiting [2020-10-22T14:23:33.848Z] aa2c54c54100: Waiting [2020-10-22T14:23:33.848Z] 1d278c39f50a: Waiting [2020-10-22T14:23:33.848Z] 3730a0890c46: Waiting [2020-10-22T14:23:33.848Z] 383f309b5d37: Waiting [2020-10-22T14:23:33.848Z] e1a73c32da76: Waiting [2020-10-22T14:23:33.848Z] 31b11ec6ff38: Waiting [2020-10-22T14:23:33.848Z] 911954e2fe49: Waiting [2020-10-22T14:23:33.848Z] ace0eda3e3be: Waiting [2020-10-22T14:23:33.848Z] ee26cde20921: Layer already exists [2020-10-22T14:23:33.848Z] 1205704f9c7d: Layer already exists [2020-10-22T14:23:33.848Z] 5fd51986e658: Layer already exists [2020-10-22T14:23:33.848Z] 03cecab49982: Layer already exists [2020-10-22T14:23:33.848Z] 6c125cb709f9: Layer already exists [2020-10-22T14:23:33.848Z] aa2c54c54100: Layer already exists [2020-10-22T14:23:33.848Z] 1d278c39f50a: Layer already exists [2020-10-22T14:23:33.848Z] 585e1ce4b9c5: Layer already exists [2020-10-22T14:23:33.848Z] 3730a0890c46: Layer already exists [2020-10-22T14:23:33.848Z] 383f309b5d37: Layer already exists [2020-10-22T14:23:33.848Z] 31b11ec6ff38: Layer already exists [2020-10-22T14:23:33.848Z] e1a73c32da76: Layer already exists [2020-10-22T14:23:33.848Z] 911954e2fe49: Layer already exists [2020-10-22T14:23:33.848Z] ace0eda3e3be: Layer already exists [2020-10-22T14:23:33.970Z] ---> Running in 2c6f4098be80 [2020-10-22T14:23:33.970Z] Removing intermediate container a317296d4e5b [2020-10-22T14:23:33.970Z] ---> 013f9d329cc7 [2020-10-22T14:23:33.970Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T14:23:34.116Z] master: digest: sha256:a6cccbd16435541a3714e67cf4e75018b01086b41436dbee57ed85a581ab6e92 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:23:34.338Z] ===================================================== [Pipeline] echo [2020-10-22T14:23:34.390Z] taggedImages: [2020-10-22T14:23:34.390Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:34.390Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.90 [2020-10-22T14:23:34.390Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:23:34.390Z] - 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-22T14:23:35.460Z] Removing intermediate container 2c6f4098be80 [2020-10-22T14:23:35.460Z] ---> d48438b4a5a2 [2020-10-22T14:23:35.460Z] [2020-10-22T14:23:36.091Z] Successfully built d48438b4a5a2 [2020-10-22T14:23:36.091Z] ---> 8602bb0190b0 [2020-10-22T14:23:36.091Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T14:23:36.386Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T14:23:36.386Z] Building docker-support-notifications-go [2020-10-22T14:23:37.835Z]  Building docker-core-metadata-go ... done Removing intermediate container 803d3a94f943 [2020-10-22T14:23:37.835Z] ---> e11d7190cabd [2020-10-22T14:23:37.835Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T14:23:40.479Z] ---> Running in fc69cec7c43f [2020-10-22T14:23:40.479Z] ---> 341c12ed36c1 [2020-10-22T14:23:40.479Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T14:23:42.576Z] ---> 0c6e220af6ec [2020-10-22T14:23:42.576Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T14:23:42.576Z] ---> Running in e66605017d62 [2020-10-22T14:23:43.630Z] Removing intermediate container e66605017d62 [2020-10-22T14:23:43.630Z] ---> 5f73adf7ed48 [2020-10-22T14:23:43.630Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:23:43.926Z] ---> 0cb66e5ddf96 [2020-10-22T14:23:43.926Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T14:23:44.223Z] ---> Running in b48fdc2612e7 [2020-10-22T14:23:44.539Z] ---> Running in 1b6754b2ff0b [2020-10-22T14:23:45.205Z] Removing intermediate container b48fdc2612e7 [2020-10-22T14:23:45.205Z] ---> cf6d3ce3f40e [2020-10-22T14:23:45.205Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T14:23:45.860Z] ---> Running in cffc3cdabbb5 [2020-10-22T14:23:46.871Z] Removing intermediate container cffc3cdabbb5 [2020-10-22T14:23:46.871Z] ---> b0ef5e9a59ba [2020-10-22T14:23:46.871Z] Step 22/23 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:23:47.154Z] ---> Running in 07d28a1189e2 [2020-10-22T14:23:47.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T14:23:47.780Z] Removing intermediate container 07d28a1189e2 [2020-10-22T14:23:47.780Z] ---> e7bd3e2d5216 [2020-10-22T14:23:47.780Z] Step 23/23 : LABEL version=1.2.2-dev.90 [2020-10-22T14:23:48.074Z] ---> Running in c53591197948 [2020-10-22T14:23:48.356Z] Collecting docker-compose==1.23.2 [2020-10-22T14:23:48.644Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T14:23:48.931Z] Removing intermediate container c53591197948 [2020-10-22T14:23:48.931Z] ---> 138da54468be [2020-10-22T14:23:48.931Z] [2020-10-22T14:23:49.549Z] Successfully built 138da54468be [2020-10-22T14:23:49.549Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T14:23:49.549Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-10-22T14:23:50.174Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T14:23:50.174Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:23:50.174Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:23:50.174Z] ---> 5e257acccdab [2020-10-22T14:23:50.174Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T14:23:50.174Z] ---> Using cache [2020-10-22T14:23:50.174Z] ---> a50608805ad7 [2020-10-22T14:23:50.174Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T14:23:50.174Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:23:50.174Z] ---> Using cache [2020-10-22T14:23:50.174Z] ---> 55e9b65b6535 [2020-10-22T14:23:50.174Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T14:23:50.475Z] ---> Running in 6afe2a1646e8 [2020-10-22T14:23:51.495Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T14:23:51.495Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T14:23:52.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:54.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:23:54.715Z] Collecting PyYAML<4,>=3.10 [2020-10-22T14:23:54.715Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T14:23:56.177Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:23:56.177Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:23:56.177Z] OK: 12623 distinct packages available [2020-10-22T14:23:57.655Z] OK: 217 MiB in 51 packages [2020-10-22T14:23:59.694Z] 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-22T14:24:00.308Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T14:24:00.308Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T14:24:01.296Z] Removing intermediate container 6afe2a1646e8 [2020-10-22T14:24:01.296Z] ---> 5080ce38389d [2020-10-22T14:24:01.296Z] Step 6/24 : COPY go.mod . [2020-10-22T14:24:02.786Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:24:02.786Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:24:02.786Z] ---> 5e257acccdab [2020-10-22T14:24:02.786Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T14:24:02.786Z] ---> Using cache [2020-10-22T14:24:02.786Z] ---> a50608805ad7 [2020-10-22T14:24:02.786Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:24:02.786Z] ---> Using cache [2020-10-22T14:24:02.786Z] ---> 55e9b65b6535 [2020-10-22T14:24:02.786Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T14:24:02.786Z] ---> Using cache [2020-10-22T14:24:02.786Z] ---> 2e02157b9b08 [2020-10-22T14:24:02.786Z] Step 6/21 : COPY go.mod . [2020-10-22T14:24:02.786Z] ---> Using cache [2020-10-22T14:24:02.786Z] ---> ef4d78077a04 [2020-10-22T14:24:02.786Z] Step 7/21 : RUN go mod download [2020-10-22T14:24:02.786Z] ---> Using cache [2020-10-22T14:24:02.786Z] ---> 1c23bf56b82c [2020-10-22T14:24:02.786Z] Step 8/21 : COPY . . [2020-10-22T14:24:02.786Z] ---> Using cache [2020-10-22T14:24:02.786Z] ---> 528216db7de0 [2020-10-22T14:24:02.786Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T14:24:03.063Z] ---> 7d5d52b6af44 [2020-10-22T14:24:03.063Z] Step 7/24 : RUN go mod download [2020-10-22T14:24:03.342Z] ---> Running in 8ba48ea4ebd2 [2020-10-22T14:24:03.342Z] ---> Running in c91696c727a9 [2020-10-22T14:24:03.617Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T14:24:03.617Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T14:24:05.061Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T14:24:05.061Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T14:24:06.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T14:24:06.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T14:24:06.324Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T14:24:06.324Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T14:24:07.310Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T14:24:07.310Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T14:24:07.910Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T14:24:07.910Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T14:24:09.350Z] Removing intermediate container c91696c727a9 [2020-10-22T14:24:09.350Z] ---> 83b0d55713cf [2020-10-22T14:24:09.350Z] Step 8/24 : COPY . . [2020-10-22T14:24:11.990Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T14:24:11.990Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T14:24:12.977Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T14:24:12.977Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T14:24:13.583Z] 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-22T14:24:13.859Z] Collecting idna<2.8,>=2.5 [2020-10-22T14:24:13.859Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T14:24:13.859Z] 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-22T14:24:13.859Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T14:24:13.859Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T14:24:13.859Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T14:24:13.859Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T14:24:15.306Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, texttable, PyYAML, dockerpty, jsonschema, cached-property, docopt, docker-compose [2020-10-22T14:24:15.921Z] Attempting uninstall: urllib3 [2020-10-22T14:24:15.921Z] Found existing installation: urllib3 1.25.9 [2020-10-22T14:24:15.921Z] Uninstalling urllib3-1.25.9: [2020-10-22T14:24:16.199Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T14:24:17.190Z] Attempting uninstall: idna [2020-10-22T14:24:17.190Z] Found existing installation: idna 2.9 [2020-10-22T14:24:17.190Z] Uninstalling idna-2.9: [2020-10-22T14:24:17.190Z] Successfully uninstalled idna-2.9 [2020-10-22T14:24:18.182Z] Attempting uninstall: requests [2020-10-22T14:24:18.182Z] Found existing installation: requests 2.23.0 [2020-10-22T14:24:18.182Z] Uninstalling requests-2.23.0: [2020-10-22T14:24:18.459Z] Successfully uninstalled requests-2.23.0 [2020-10-22T14:24:19.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T14:24:20.921Z] Running setup.py install for texttable: started [2020-10-22T14:24:21.532Z] ---> 05fabfda9908 [2020-10-22T14:24:21.532Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T14:24:21.532Z] ---> Running in da289c599add [2020-10-22T14:24:24.183Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T14:24:24.183Z] Running setup.py install for PyYAML: started [2020-10-22T14:24:24.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T14:24:26.833Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T14:24:27.112Z] Running setup.py install for dockerpty: started [2020-10-22T14:24:30.514Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T14:24:31.541Z] Removing intermediate container 4cbfc69790f8 [2020-10-22T14:24:31.541Z] ---> 635ee3bf64df [2020-10-22T14:24:31.541Z] [2020-10-22T14:24:31.541Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T14:24:31.541Z] Running setup.py install for docopt: started [2020-10-22T14:24:32.192Z] 3.10: Pulling from library/alpine [2020-10-22T14:24:33.695Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T14:24:33.976Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T14:24:33.976Z] ---> 536a684cf733 [2020-10-22T14:24:33.977Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T14:24:34.273Z] ---> Running in 023ae694918e [2020-10-22T14:24:35.717Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T14:24:36.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:24:36.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:24:37.319Z] 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-22T14:24:37.319Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T14:24:37.319Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T14:24:37.319Z] OK: 10167 distinct packages available [2020-10-22T14:24:38.314Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T14:24:38.314Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T14:24:38.314Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T14:24:38.314Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T14:24:38.314Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T14:24:38.314Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T14:24:38.314Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T14:24:38.916Z] OK: 7 MiB in 19 packages [2020-10-22T14:24:42.341Z] Removing intermediate container 023ae694918e [2020-10-22T14:24:42.341Z] ---> cd50400c670f [2020-10-22T14:24:42.341Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T14:24:42.341Z] ---> Running in db98dc780a8d [2020-10-22T14:24:43.326Z] Removing intermediate container db98dc780a8d [2020-10-22T14:24:43.326Z] ---> f64836edfdd9 [2020-10-22T14:24:43.326Z] Step 13/26 : WORKDIR / [2020-10-22T14:24:43.326Z] Removing intermediate container fc69cec7c43f [2020-10-22T14:24:43.326Z] ---> 19cb8af34135 [2020-10-22T14:24:43.326Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T14:24:43.601Z] ---> Running in 1ae781e16acb [2020-10-22T14:24:43.601Z] ---> Running in 7121ea041c75 [2020-10-22T14:24:44.588Z] Removing intermediate container 1ae781e16acb [2020-10-22T14:24:44.588Z] ---> 2c33e3659873 [2020-10-22T14:24:44.588Z] 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-22T14:24:46.039Z] ---> 56fbd522cd43 [2020-10-22T14:24:46.039Z] 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-22T14:24:46.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:24:46.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:24:47.208Z] ---> 730e5c9b450c [2020-10-22T14:24:47.208Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T14:24:47.490Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T14:24:47.490Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T14:24:47.490Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T14:24:47.490Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:24:47.490Z] OK: 71 MiB in 58 packages [2020-10-22T14:24:48.480Z] ---> 1954c78b14aa [2020-10-22T14:24:48.480Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T14:24:49.919Z] Removing intermediate container 7121ea041c75 [2020-10-22T14:24:49.919Z] ---> 89af5f071619 [2020-10-22T14:24:49.919Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T14:24:49.919Z] ---> Running in a18d132492d7 [2020-10-22T14:24:49.919Z] ---> 05aff1375535 [2020-10-22T14:24:49.919Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T14:24:50.517Z] Removing intermediate container a18d132492d7 [2020-10-22T14:24:50.517Z] ---> 4bbde4b2113f [2020-10-22T14:24:50.517Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:24:50.793Z] ---> Running in bc282495411d [2020-10-22T14:24:51.777Z] ---> 9c013de81110 [2020-10-22T14:24:51.778Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T14:24:51.778Z] Removing intermediate container bc282495411d [2020-10-22T14:24:51.778Z] ---> 5d325e3b6c0d [2020-10-22T14:24:51.778Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T14:24:52.055Z] ---> Running in d468aa14847a [2020-10-22T14:24:53.040Z] Removing intermediate container d468aa14847a [2020-10-22T14:24:53.040Z] ---> 369d18071fc7 [2020-10-22T14:24:53.040Z] Step 26/27 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:24:53.638Z] ---> Running in e4c88d5c876c [2020-10-22T14:24:53.638Z] ---> cf0415f2bdde [2020-10-22T14:24:53.638Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T14:24:54.246Z] Removing intermediate container e4c88d5c876c [2020-10-22T14:24:54.246Z] ---> d2829541a094 [2020-10-22T14:24:54.246Z] Step 27/27 : LABEL version=1.2.2-dev.90 [2020-10-22T14:24:54.522Z] ---> Running in 83d79047cb13 [2020-10-22T14:24:55.122Z] ---> d5716cc4195d [2020-10-22T14:24:55.123Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T14:24:55.397Z] Removing intermediate container 83d79047cb13 [2020-10-22T14:24:55.397Z] ---> ff30a55071ec [2020-10-22T14:24:55.397Z] [2020-10-22T14:24:56.000Z] Successfully built ff30a55071ec [2020-10-22T14:24:56.001Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T14:24:56.001Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-10-22T14:24:56.606Z] ---> 2b14eef30b23 [2020-10-22T14:24:56.606Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T14:24:56.606Z] ---> Running in 8154213eb5a4 [2020-10-22T14:25:02.021Z] Removing intermediate container 8154213eb5a4 [2020-10-22T14:25:02.021Z] ---> d3b4e46ce2a7 [2020-10-22T14:25:02.021Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T14:25:02.298Z] ---> Running in 7dee3ab396ff [2020-10-22T14:25:03.293Z] Removing intermediate container 7dee3ab396ff [2020-10-22T14:25:03.293Z] ---> b3dbfeb66954 [2020-10-22T14:25:03.293Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T14:25:04.289Z] ---> Running in c15fb6dc3446 [2020-10-22T14:25:05.723Z] Removing intermediate container c15fb6dc3446 [2020-10-22T14:25:05.723Z] ---> 64accd70ef55 [2020-10-22T14:25:05.723Z] Step 25/26 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:25:05.995Z] Removing intermediate container 1b6754b2ff0b [2020-10-22T14:25:05.995Z] ---> e1af47eef8fa [2020-10-22T14:25:05.995Z] [2020-10-22T14:25:05.995Z] Step 9/29 : FROM alpine:latest [2020-10-22T14:25:05.995Z] ---> 2e77e061c27f [2020-10-22T14:25:05.995Z] 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-22T14:25:05.995Z] ---> Running in b4a19ffb3016 [2020-10-22T14:25:06.265Z] ---> Running in 4a1d6536a98b [2020-10-22T14:25:06.857Z] Removing intermediate container b4a19ffb3016 [2020-10-22T14:25:06.857Z] ---> 3a6c49bf35f0 [2020-10-22T14:25:06.857Z] Step 26/26 : LABEL version=1.2.2-dev.90 [2020-10-22T14:25:07.453Z] ---> Running in 7eae9f0dbb7f [2020-10-22T14:25:07.453Z] Removing intermediate container 4a1d6536a98b [2020-10-22T14:25:07.453Z] ---> 919804f8d687 [2020-10-22T14:25:07.453Z] Step 11/29 : USER root [2020-10-22T14:25:08.050Z] ---> Running in e0942983706d [2020-10-22T14:25:08.323Z] Removing intermediate container 7eae9f0dbb7f [2020-10-22T14:25:08.323Z] ---> a3c1563e1abd [2020-10-22T14:25:08.323Z] [2020-10-22T14:25:08.920Z] Successfully built a3c1563e1abd [2020-10-22T14:25:09.195Z] Removing intermediate container e0942983706d [2020-10-22T14:25:09.195Z] ---> e29cc6cb4f55 [2020-10-22T14:25:09.195Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T14:25:09.195Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T14:25:09.793Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 511be1a15a43 [2020-10-22T14:25:10.775Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T14:25:10.775Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T14:25:10.775Z] ---> 5e257acccdab [2020-10-22T14:25:10.775Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T14:25:10.775Z] ---> Using cache [2020-10-22T14:25:10.775Z] ---> a50608805ad7 [2020-10-22T14:25:10.775Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T14:25:10.775Z] ---> Using cache [2020-10-22T14:25:10.775Z] ---> 55e9b65b6535 [2020-10-22T14:25:10.775Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T14:25:10.775Z] ---> Using cache [2020-10-22T14:25:10.775Z] ---> 2e02157b9b08 [2020-10-22T14:25:10.775Z] Step 6/22 : COPY go.mod . [2020-10-22T14:25:10.775Z] ---> Using cache [2020-10-22T14:25:10.775Z] ---> ef4d78077a04 [2020-10-22T14:25:10.775Z] Step 7/22 : RUN go mod download [2020-10-22T14:25:10.775Z] ---> Using cache [2020-10-22T14:25:10.775Z] ---> 1c23bf56b82c [2020-10-22T14:25:10.775Z] Step 8/22 : COPY . . [2020-10-22T14:25:11.047Z] ---> Using cache [2020-10-22T14:25:11.047Z] ---> 528216db7de0 [2020-10-22T14:25:11.047Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T14:25:12.029Z] ---> Running in 204aea121aca [2020-10-22T14:25:12.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T14:25:12.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T14:25:13.890Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T14:25:13.890Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T14:25:13.890Z] OK: 12615 distinct packages available [2020-10-22T14:25:14.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.90" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T14:25:14.441Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T14:25:14.441Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T14:25:14.441Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T14:25:14.717Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T14:25:14.992Z] OK: 6 MiB in 16 packages [2020-10-22T14:25:17.626Z] Removing intermediate container 511be1a15a43 [2020-10-22T14:25:17.626Z] ---> 4d64bb06d2a2 [2020-10-22T14:25:17.626Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T14:25:17.626Z] ---> Running in a7bf1402e31f [2020-10-22T14:25:18.227Z] Removing intermediate container a7bf1402e31f [2020-10-22T14:25:18.227Z] ---> 1e32e4f97253 [2020-10-22T14:25:18.227Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T14:25:18.507Z] ---> Running in 089ccad59703 [2020-10-22T14:25:19.112Z] Removing intermediate container 089ccad59703 [2020-10-22T14:25:19.112Z] ---> 1971d9a77863 [2020-10-22T14:25:19.112Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T14:25:19.390Z] ---> Running in ab6c5d0a907f [2020-10-22T14:25:23.723Z] Removing intermediate container ab6c5d0a907f [2020-10-22T14:25:23.723Z] ---> 462be8e6b4d4 [2020-10-22T14:25:23.723Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T14:25:25.164Z] ---> e489f6e03f7a [2020-10-22T14:25:25.164Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T14:25:26.153Z] ---> 2f01466fd27f [2020-10-22T14:25:26.153Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T14:25:27.144Z] ---> 318884c0d5bb [2020-10-22T14:25:27.144Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T14:25:28.587Z] ---> 17c227d7e5a0 [2020-10-22T14:25:28.587Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T14:25:29.573Z] ---> 4c931e8d17be [2020-10-22T14:25:29.573Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T14:25:29.848Z] ---> Running in a0efbd21f79f [2020-10-22T14:25:34.179Z] Removing intermediate container a0efbd21f79f [2020-10-22T14:25:34.179Z] ---> 713fbc2fa100 [2020-10-22T14:25:34.179Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T14:25:35.163Z] ---> dea0a37c2ecc [2020-10-22T14:25:35.163Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T14:25:35.440Z] ---> Running in b1014066b653 [2020-10-22T14:25:39.917Z] Removing intermediate container b1014066b653 [2020-10-22T14:25:39.917Z] ---> 6bb0ade6f8ff [2020-10-22T14:25:39.917Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T14:25:39.917Z] ---> Running in fc659e690efc [2020-10-22T14:25:45.344Z] Removing intermediate container fc659e690efc [2020-10-22T14:25:45.344Z] ---> e387ec609c72 [2020-10-22T14:25:45.344Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T14:25:45.949Z] ---> Running in 414ef7e99ee7 [2020-10-22T14:25:46.939Z] Removing intermediate container 8ba48ea4ebd2 [2020-10-22T14:25:46.939Z] ---> ef979111b9ad [2020-10-22T14:25:46.939Z] [2020-10-22T14:25:46.939Z] Step 10/21 : FROM scratch [2020-10-22T14:25:46.939Z] ---> [2020-10-22T14:25:46.939Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:25:46.939Z] Removing intermediate container 414ef7e99ee7 [2020-10-22T14:25:46.939Z] ---> e592f49d9aaf [2020-10-22T14:25:46.939Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T14:25:46.939Z] ---> Using cache [2020-10-22T14:25:46.939Z] ---> 034655dc417d [2020-10-22T14:25:46.939Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T14:25:46.939Z] ---> Running in 694c0b37b848 [2020-10-22T14:25:47.217Z] ---> Running in 44499f8429c6 [2020-10-22T14:25:47.826Z] Removing intermediate container 694c0b37b848 [2020-10-22T14:25:47.826Z] ---> 4b8ac36bb873 [2020-10-22T14:25:47.826Z] Step 27/29 : LABEL arch=arm64 [2020-10-22T14:25:47.826Z] Removing intermediate container 44499f8429c6 [2020-10-22T14:25:47.826Z] ---> 1fea10aada77 [2020-10-22T14:25:47.826Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T14:25:47.826Z] ---> Running in c99213828a6e [2020-10-22T14:25:48.101Z] ---> Running in 8ec56b261a96 [2020-10-22T14:25:48.709Z] Removing intermediate container c99213828a6e [2020-10-22T14:25:48.709Z] ---> 95317862638e [2020-10-22T14:25:48.709Z] Step 28/29 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:25:48.709Z] ---> Running in c251afcf364e [2020-10-22T14:25:48.997Z] Removing intermediate container 8ec56b261a96 [2020-10-22T14:25:48.997Z] ---> 7ab12ac12476 [2020-10-22T14:25:48.997Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T14:25:49.989Z] Removing intermediate container c251afcf364e [2020-10-22T14:25:49.989Z] ---> bdf4a294961c [2020-10-22T14:25:49.989Z] Step 29/29 : LABEL version=1.2.2-dev.90 [2020-10-22T14:25:49.989Z] ---> Running in eb34edf847ed [2020-10-22T14:25:49.989Z] ---> 728968493089 [2020-10-22T14:25:49.989Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T14:25:50.588Z] Removing intermediate container eb34edf847ed [2020-10-22T14:25:50.588Z] ---> e7d79bf06782 [2020-10-22T14:25:50.589Z] [2020-10-22T14:25:51.199Z] Successfully built e7d79bf06782 [2020-10-22T14:25:51.199Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T14:25:51.807Z]  Building docker-security-secrets-setup-go ... done  ---> 3f79d026a775 [2020-10-22T14:25:51.807Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T14:25:53.284Z] ---> 42094a21a0b3 [2020-10-22T14:25:53.284Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T14:25:53.284Z] ---> Running in d4d6ae4f7c29 [2020-10-22T14:25:54.313Z] Removing intermediate container d4d6ae4f7c29 [2020-10-22T14:25:54.313Z] ---> c6cfdd60db6f [2020-10-22T14:25:54.313Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:25:54.313Z] ---> Running in ca4783c5d25c [2020-10-22T14:25:55.301Z] Removing intermediate container ca4783c5d25c [2020-10-22T14:25:55.301Z] ---> 2a1a771147ae [2020-10-22T14:25:55.301Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T14:25:55.577Z] ---> Running in e40acba47af9 [2020-10-22T14:25:56.565Z] Removing intermediate container e40acba47af9 [2020-10-22T14:25:56.565Z] ---> 54b0c5d1fac7 [2020-10-22T14:25:56.565Z] Step 20/21 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:25:56.838Z] ---> Running in c185f1da9888 [2020-10-22T14:25:57.436Z] Removing intermediate container da289c599add [2020-10-22T14:25:57.436Z] ---> 3376d4165811 [2020-10-22T14:25:57.436Z] [2020-10-22T14:25:57.436Z] Step 10/24 : FROM scratch [2020-10-22T14:25:57.436Z] ---> [2020-10-22T14:25:57.436Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T14:25:57.715Z] ---> Using cache [2020-10-22T14:25:57.715Z] ---> 399dc482550b [2020-10-22T14:25:57.715Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T14:25:57.715Z] Removing intermediate container c185f1da9888 [2020-10-22T14:25:57.715Z] ---> 927dbff8c134 [2020-10-22T14:25:57.715Z] Step 21/21 : LABEL version=1.2.2-dev.90 [2020-10-22T14:25:57.715Z] ---> Running in ed557041fa59 [2020-10-22T14:25:57.715Z] ---> Running in e847a46dbe97 [2020-10-22T14:25:58.314Z] Removing intermediate container ed557041fa59 [2020-10-22T14:25:58.314Z] ---> a17e1ee08914 [2020-10-22T14:25:58.314Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T14:25:58.314Z] ---> Running in 743cf4c68465 [2020-10-22T14:25:58.314Z] Removing intermediate container e847a46dbe97 [2020-10-22T14:25:58.314Z] ---> 563bb4e7432c [2020-10-22T14:25:58.314Z] [2020-10-22T14:25:58.593Z] Successfully built 563bb4e7432c [2020-10-22T14:25:58.872Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T14:25:59.153Z]  Building docker-support-scheduler-go ... done Removing intermediate container 743cf4c68465 [2020-10-22T14:25:59.153Z] ---> d42d4a7caed7 [2020-10-22T14:25:59.153Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T14:26:00.154Z] ---> c0d826345cd2 [2020-10-22T14:26:00.154Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T14:26:02.154Z] ---> 57c6ec2f33eb [2020-10-22T14:26:02.154Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T14:26:03.601Z] ---> 633ed4c7a149 [2020-10-22T14:26:03.601Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T14:26:05.053Z] ---> 1f9a68050360 [2020-10-22T14:26:05.053Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T14:26:07.051Z] ---> 45baeee4e314 [2020-10-22T14:26:07.051Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T14:26:07.327Z] ---> 7e992cb710c7 [2020-10-22T14:26:07.327Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T14:26:07.601Z] ---> Running in aca432c81d04 [2020-10-22T14:26:08.196Z] Removing intermediate container aca432c81d04 [2020-10-22T14:26:08.196Z] ---> cfa40ae1009b [2020-10-22T14:26:08.196Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:26:08.196Z] ---> Running in 0b17bf159ddc [2020-10-22T14:26:08.793Z] Removing intermediate container 0b17bf159ddc [2020-10-22T14:26:08.793Z] ---> 7d3bf838c613 [2020-10-22T14:26:08.793Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T14:26:08.793Z] ---> Running in 8c6664013a6b [2020-10-22T14:26:09.389Z] Removing intermediate container 8c6664013a6b [2020-10-22T14:26:09.389Z] ---> f95367342df7 [2020-10-22T14:26:09.389Z] Step 23/24 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:09.389Z] ---> Running in 77f2ccb30ddf [2020-10-22T14:26:09.984Z] Removing intermediate container 77f2ccb30ddf [2020-10-22T14:26:09.984Z] ---> a82a5544919d [2020-10-22T14:26:09.984Z] Step 24/24 : LABEL version=1.2.2-dev.90 [2020-10-22T14:26:09.984Z] ---> Running in a63d04c9a805 [2020-10-22T14:26:10.582Z] Removing intermediate container a63d04c9a805 [2020-10-22T14:26:10.582Z] ---> c0f8103b9751 [2020-10-22T14:26:10.582Z] [2020-10-22T14:26:10.862Z] Successfully built c0f8103b9751 [2020-10-22T14:26:11.135Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T14:26:14.516Z]  Building docker-support-notifications-go ... done Removing intermediate container 204aea121aca [2020-10-22T14:26:14.516Z] ---> 4c9af399290e [2020-10-22T14:26:14.516Z] [2020-10-22T14:26:14.516Z] Step 10/22 : FROM scratch [2020-10-22T14:26:14.516Z] ---> [2020-10-22T14:26:14.516Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T14:26:14.516Z] ---> Using cache [2020-10-22T14:26:14.516Z] ---> 034655dc417d [2020-10-22T14:26:14.516Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T14:26:14.516Z] ---> Running in 29fe156ace17 [2020-10-22T14:26:14.788Z] Removing intermediate container 29fe156ace17 [2020-10-22T14:26:15.068Z] ---> 67d097431acc [2020-10-22T14:26:15.069Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T14:26:15.069Z] ---> Running in f3161c0418c3 [2020-10-22T14:26:15.340Z] Removing intermediate container f3161c0418c3 [2020-10-22T14:26:15.340Z] ---> ba28619dda8e [2020-10-22T14:26:15.340Z] Step 14/22 : WORKDIR / [2020-10-22T14:26:15.613Z] ---> Running in 9ede1e13ca54 [2020-10-22T14:26:15.889Z] Removing intermediate container 9ede1e13ca54 [2020-10-22T14:26:15.889Z] ---> 1984c4cda1b9 [2020-10-22T14:26:15.889Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T14:26:16.869Z] ---> 7ae07a37c1d2 [2020-10-22T14:26:16.869Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T14:26:17.844Z] ---> 508b0fe3239b [2020-10-22T14:26:17.844Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T14:26:18.822Z] ---> 9aaecc5abc1b [2020-10-22T14:26:18.822Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T14:26:18.822Z] ---> Running in 7df0f07850cd [2020-10-22T14:26:19.417Z] Removing intermediate container 7df0f07850cd [2020-10-22T14:26:19.418Z] ---> 11197ca5f675 [2020-10-22T14:26:19.418Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T14:26:19.418Z] ---> Running in 711ab02a2928 [2020-10-22T14:26:20.011Z] Removing intermediate container 711ab02a2928 [2020-10-22T14:26:20.011Z] ---> 3b7a9938c20b [2020-10-22T14:26:20.011Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T14:26:20.011Z] ---> Running in 88d7728e9ac5 [2020-10-22T14:26:20.607Z] Removing intermediate container 88d7728e9ac5 [2020-10-22T14:26:20.607Z] ---> c1ca6ac1a84c [2020-10-22T14:26:20.607Z] Step 21/22 : LABEL git_sha=e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:20.607Z] ---> Running in cfab229b9057 [2020-10-22T14:26:21.199Z] Removing intermediate container cfab229b9057 [2020-10-22T14:26:21.199Z] ---> 821927c8dfb5 [2020-10-22T14:26:21.199Z] Step 22/22 : LABEL version=1.2.2-dev.90 [2020-10-22T14:26:21.199Z] ---> Running in 666b0e460119 [2020-10-22T14:26:21.797Z] Removing intermediate container 666b0e460119 [2020-10-22T14:26:21.797Z] ---> 21e978fe5074 [2020-10-22T14:26:21.797Z] [2020-10-22T14:26:22.068Z] Successfully built 21e978fe5074 [2020-10-22T14:26:22.069Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T14:26:22.353Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-10-22T14:26:22.368Z] $ docker stop --time=1 01a08b06214e132d365a7df8d4cb47e1ff4ab03a8f06a3f81751513dce9afa1a [2020-10-22T14:26:24.319Z] $ docker rm -f 01a08b06214e132d365a7df8d4cb47e1ff4ab03a8f06a3f81751513dce9afa1a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:26:25.066Z] + docker images [2020-10-22T14:26:25.066Z] + grep docker [2020-10-22T14:26:25.337Z] docker-core-command-go-arm64 latest 21e978fe5074 4 seconds ago 11.4MB [2020-10-22T14:26:25.337Z] docker-support-notifications-go-arm64 latest c0f8103b9751 15 seconds ago 12.9MB [2020-10-22T14:26:25.337Z] docker-support-scheduler-go-arm64 latest 563bb4e7432c 27 seconds ago 11.5MB [2020-10-22T14:26:25.337Z] docker-security-secrets-setup-go-arm64 latest e7d79bf06782 35 seconds ago 22.7MB [2020-10-22T14:26:25.337Z] docker-security-secretstore-setup-go-arm64 latest a3c1563e1abd About a minute ago 30.8MB [2020-10-22T14:26:25.337Z] docker-sys-mgmt-agent-go-arm64 latest ff30a55071ec About a minute ago 270MB [2020-10-22T14:26:25.337Z] docker-core-data-go-arm64 latest 138da54468be 2 minutes ago 22.2MB [2020-10-22T14:26:25.337Z] docker-core-metadata-go-arm64 latest d48438b4a5a2 2 minutes ago 13.5MB [2020-10-22T14:26:25.337Z] docker-support-logging-go-arm64 latest 762bdd2b2680 3 minutes ago 10.6MB [2020-10-22T14:26:25.337Z] docker-security-proxy-setup-go-arm64 latest a88bb94db4ec 3 minutes ago 15.1MB [2020-10-22T14:26:25.337Z] docker latest 5d4db4dc0692 12 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-22T14:26:25.922Z] provisioning config files... [2020-10-22T14:26:25.972Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/206@tmp/config6895611120643171778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:26:26.405Z] ---> docker-login.sh [2020-10-22T14:26:26.405Z] nexus3.edgexfoundry.org:10001 [2020-10-22T14:26:26.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:26:26.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:26:26.966Z] Configure a credential helper to remove this warning. See [2020-10-22T14:26:26.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:26:26.966Z] [2020-10-22T14:26:26.966Z] Login Succeeded [2020-10-22T14:26:26.966Z] nexus3.edgexfoundry.org:10002 [2020-10-22T14:26:27.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:26:27.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:26:27.525Z] Configure a credential helper to remove this warning. See [2020-10-22T14:26:27.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:26:27.525Z] [2020-10-22T14:26:27.525Z] Login Succeeded [2020-10-22T14:26:27.525Z] nexus3.edgexfoundry.org:10003 [2020-10-22T14:26:28.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:26:28.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:26:28.200Z] Configure a credential helper to remove this warning. See [2020-10-22T14:26:28.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:26:28.200Z] [2020-10-22T14:26:28.200Z] Login Succeeded [2020-10-22T14:26:28.200Z] nexus3.edgexfoundry.org:10004 [2020-10-22T14:26:28.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:26:28.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:26:28.776Z] Configure a credential helper to remove this warning. See [2020-10-22T14:26:28.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:26:28.776Z] [2020-10-22T14:26:28.776Z] Login Succeeded [2020-10-22T14:26:28.776Z] docker.io [2020-10-22T14:26:29.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T14:26:29.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T14:26:29.651Z] Configure a credential helper to remove this warning. See [2020-10-22T14:26:29.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T14:26:29.651Z] [2020-10-22T14:26:29.651Z] Login Succeeded [2020-10-22T14:26:29.651Z] ---> docker-login.sh ends [Pipeline] } [2020-10-22T14:26:29.669Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:26:29.892Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-22T14:26:29.892Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:29.892Z] 1.2.2-dev.90 [2020-10-22T14:26:29.892Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:29.892Z] master [2020-10-22T14:26:29.892Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:30.563Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:30.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:30.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T14:26:30.902Z] 14c6acc96031: Preparing [2020-10-22T14:26:30.902Z] 5022008b764a: Preparing [2020-10-22T14:26:30.902Z] f586d88b3dce: Preparing [2020-10-22T14:26:31.184Z] 14c6acc96031: Pushed [2020-10-22T14:26:31.184Z] f586d88b3dce: Pushed [2020-10-22T14:26:33.934Z] 5022008b764a: Pushed [2020-10-22T14:26:34.212Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:d2b3179e47c9ac96d317a589e2bd0a178981305e65b9a9e76e121da0b06b1527 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:34.573Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:34.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.90 [2020-10-22T14:26:34.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T14:26:34.922Z] 14c6acc96031: Preparing [2020-10-22T14:26:34.922Z] 5022008b764a: Preparing [2020-10-22T14:26:34.922Z] f586d88b3dce: Preparing [2020-10-22T14:26:35.198Z] f586d88b3dce: Layer already exists [2020-10-22T14:26:35.198Z] 5022008b764a: Layer already exists [2020-10-22T14:26:35.198Z] 14c6acc96031: Layer already exists [2020-10-22T14:26:35.198Z] 1.2.2-dev.90: digest: sha256:d2b3179e47c9ac96d317a589e2bd0a178981305e65b9a9e76e121da0b06b1527 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:35.563Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:35.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:35.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T14:26:35.902Z] 14c6acc96031: Preparing [2020-10-22T14:26:35.902Z] 5022008b764a: Preparing [2020-10-22T14:26:35.902Z] f586d88b3dce: Preparing [2020-10-22T14:26:35.902Z] 5022008b764a: Layer already exists [2020-10-22T14:26:35.902Z] 14c6acc96031: Layer already exists [2020-10-22T14:26:36.172Z] f586d88b3dce: Layer already exists [2020-10-22T14:26:36.172Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:d2b3179e47c9ac96d317a589e2bd0a178981305e65b9a9e76e121da0b06b1527 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:36.531Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:36.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-22T14:26:36.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T14:26:36.871Z] 14c6acc96031: Preparing [2020-10-22T14:26:36.871Z] 5022008b764a: Preparing [2020-10-22T14:26:36.871Z] f586d88b3dce: Preparing [2020-10-22T14:26:36.871Z] f586d88b3dce: Layer already exists [2020-10-22T14:26:36.871Z] 5022008b764a: Layer already exists [2020-10-22T14:26:36.871Z] 14c6acc96031: Layer already exists [2020-10-22T14:26:37.144Z] master: digest: sha256:d2b3179e47c9ac96d317a589e2bd0a178981305e65b9a9e76e121da0b06b1527 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:26:37.399Z] ===================================================== [Pipeline] echo [2020-10-22T14:26:37.455Z] taggedImages: [2020-10-22T14:26:37.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:37.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.90 [2020-10-22T14:26:37.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:37.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-22T14:26:37.529Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-22T14:26:37.529Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:37.529Z] 1.2.2-dev.90 [2020-10-22T14:26:37.529Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:37.529Z] master [2020-10-22T14:26:37.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:38.531Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:39.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:39.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T14:26:39.449Z] b0e71538030a: Preparing [2020-10-22T14:26:39.449Z] b025cafdde7b: Preparing [2020-10-22T14:26:39.449Z] ba7ea2358db2: Preparing [2020-10-22T14:26:39.449Z] f36ed42a87f8: Preparing [2020-10-22T14:26:39.449Z] 1d32cc59bf71: Preparing [2020-10-22T14:26:39.449Z] cd3761cfa1d9: Preparing [2020-10-22T14:26:39.449Z] cd3761cfa1d9: Waiting [2020-10-22T14:26:40.527Z] 1d32cc59bf71: Pushed [2020-10-22T14:26:40.527Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:26:40.822Z] f36ed42a87f8: Pushed [2020-10-22T14:26:40.822Z] b0e71538030a: Pushed [2020-10-22T14:26:40.822Z] ba7ea2358db2: Pushed [2020-10-22T14:26:43.577Z] b025cafdde7b: Pushed [2020-10-22T14:26:43.850Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:747866c170e219081c8b509a528e6f33e547347b222b61cbd7082ae8fa3a53f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:44.210Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:44.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.90 [2020-10-22T14:26:44.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T14:26:44.560Z] b0e71538030a: Preparing [2020-10-22T14:26:44.560Z] b025cafdde7b: Preparing [2020-10-22T14:26:44.560Z] ba7ea2358db2: Preparing [2020-10-22T14:26:44.560Z] f36ed42a87f8: Preparing [2020-10-22T14:26:44.560Z] 1d32cc59bf71: Preparing [2020-10-22T14:26:44.560Z] cd3761cfa1d9: Preparing [2020-10-22T14:26:44.560Z] cd3761cfa1d9: Waiting [2020-10-22T14:26:44.560Z] f36ed42a87f8: Layer already exists [2020-10-22T14:26:44.560Z] b025cafdde7b: Layer already exists [2020-10-22T14:26:44.560Z] 1d32cc59bf71: Layer already exists [2020-10-22T14:26:44.560Z] b0e71538030a: Layer already exists [2020-10-22T14:26:44.560Z] ba7ea2358db2: Layer already exists [2020-10-22T14:26:44.560Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:26:44.831Z] 1.2.2-dev.90: digest: sha256:747866c170e219081c8b509a528e6f33e547347b222b61cbd7082ae8fa3a53f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:45.169Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:45.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:45.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T14:26:45.513Z] b0e71538030a: Preparing [2020-10-22T14:26:45.513Z] b025cafdde7b: Preparing [2020-10-22T14:26:45.513Z] ba7ea2358db2: Preparing [2020-10-22T14:26:45.513Z] f36ed42a87f8: Preparing [2020-10-22T14:26:45.513Z] 1d32cc59bf71: Preparing [2020-10-22T14:26:45.513Z] cd3761cfa1d9: Preparing [2020-10-22T14:26:45.513Z] cd3761cfa1d9: Waiting [2020-10-22T14:26:45.513Z] f36ed42a87f8: Layer already exists [2020-10-22T14:26:45.513Z] 1d32cc59bf71: Layer already exists [2020-10-22T14:26:45.513Z] b025cafdde7b: Layer already exists [2020-10-22T14:26:45.513Z] ba7ea2358db2: Layer already exists [2020-10-22T14:26:45.513Z] b0e71538030a: Layer already exists [2020-10-22T14:26:45.513Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:26:45.785Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:747866c170e219081c8b509a528e6f33e547347b222b61cbd7082ae8fa3a53f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:46.179Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:46.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-22T14:26:46.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T14:26:46.541Z] b0e71538030a: Preparing [2020-10-22T14:26:46.541Z] b025cafdde7b: Preparing [2020-10-22T14:26:46.541Z] ba7ea2358db2: Preparing [2020-10-22T14:26:46.541Z] f36ed42a87f8: Preparing [2020-10-22T14:26:46.541Z] 1d32cc59bf71: Preparing [2020-10-22T14:26:46.541Z] cd3761cfa1d9: Preparing [2020-10-22T14:26:46.541Z] cd3761cfa1d9: Waiting [2020-10-22T14:26:46.541Z] ba7ea2358db2: Layer already exists [2020-10-22T14:26:46.541Z] b0e71538030a: Layer already exists [2020-10-22T14:26:46.814Z] b025cafdde7b: Layer already exists [2020-10-22T14:26:46.814Z] f36ed42a87f8: Layer already exists [2020-10-22T14:26:46.814Z] 1d32cc59bf71: Layer already exists [2020-10-22T14:26:46.814Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:26:46.814Z] master: digest: sha256:747866c170e219081c8b509a528e6f33e547347b222b61cbd7082ae8fa3a53f7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:26:47.019Z] ===================================================== [Pipeline] echo [2020-10-22T14:26:47.070Z] taggedImages: [2020-10-22T14:26:47.071Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:47.071Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.90 [2020-10-22T14:26:47.071Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:47.071Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-22T14:26:47.146Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-22T14:26:47.146Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:47.146Z] 1.2.2-dev.90 [2020-10-22T14:26:47.146Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:47.146Z] master [2020-10-22T14:26:47.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:47.707Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:48.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:48.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T14:26:48.043Z] 15e6525d9f9f: Preparing [2020-10-22T14:26:48.043Z] 5dd72a0a0896: Preparing [2020-10-22T14:26:48.043Z] f4d3000b63a7: Preparing [2020-10-22T14:26:48.315Z] 15e6525d9f9f: Pushed [2020-10-22T14:26:48.315Z] f4d3000b63a7: Pushed [2020-10-22T14:26:51.692Z] 5dd72a0a0896: Pushed [2020-10-22T14:26:51.692Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:21ac488b6cedc03bdd67c7db81f4e021302969be5c51379076e2645093e263f0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:52.035Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:52.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.90 [2020-10-22T14:26:52.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T14:26:52.373Z] 15e6525d9f9f: Preparing [2020-10-22T14:26:52.373Z] 5dd72a0a0896: Preparing [2020-10-22T14:26:52.373Z] f4d3000b63a7: Preparing [2020-10-22T14:26:52.373Z] 15e6525d9f9f: Layer already exists [2020-10-22T14:26:52.373Z] f4d3000b63a7: Layer already exists [2020-10-22T14:26:52.373Z] 5dd72a0a0896: Layer already exists [2020-10-22T14:26:52.645Z] 1.2.2-dev.90: digest: sha256:21ac488b6cedc03bdd67c7db81f4e021302969be5c51379076e2645093e263f0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:52.991Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:53.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:53.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T14:26:53.329Z] 15e6525d9f9f: Preparing [2020-10-22T14:26:53.329Z] 5dd72a0a0896: Preparing [2020-10-22T14:26:53.329Z] f4d3000b63a7: Preparing [2020-10-22T14:26:53.329Z] f4d3000b63a7: Layer already exists [2020-10-22T14:26:53.329Z] 5dd72a0a0896: Layer already exists [2020-10-22T14:26:53.329Z] 15e6525d9f9f: Layer already exists [2020-10-22T14:26:53.600Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:21ac488b6cedc03bdd67c7db81f4e021302969be5c51379076e2645093e263f0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:53.942Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:54.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-22T14:26:54.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T14:26:54.279Z] 15e6525d9f9f: Preparing [2020-10-22T14:26:54.279Z] 5dd72a0a0896: Preparing [2020-10-22T14:26:54.279Z] f4d3000b63a7: Preparing [2020-10-22T14:26:54.552Z] f4d3000b63a7: Layer already exists [2020-10-22T14:26:54.552Z] 15e6525d9f9f: Layer already exists [2020-10-22T14:26:54.552Z] 5dd72a0a0896: Layer already exists [2020-10-22T14:26:54.552Z] master: digest: sha256:21ac488b6cedc03bdd67c7db81f4e021302969be5c51379076e2645093e263f0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:26:54.755Z] ===================================================== [Pipeline] echo [2020-10-22T14:26:54.806Z] taggedImages: [2020-10-22T14:26:54.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:54.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.90 [2020-10-22T14:26:54.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:54.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-22T14:26:54.868Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-22T14:26:54.868Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:54.868Z] 1.2.2-dev.90 [2020-10-22T14:26:54.868Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:26:54.868Z] master [2020-10-22T14:26:54.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:55.435Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:55.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:26:55.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T14:26:55.772Z] de6819fe9fc2: Preparing [2020-10-22T14:26:55.772Z] d4d4e55bcd0d: Preparing [2020-10-22T14:26:55.772Z] cb8653694cbe: Preparing [2020-10-22T14:26:55.772Z] 371e02e852ec: Preparing [2020-10-22T14:26:55.772Z] cd3761cfa1d9: Preparing [2020-10-22T14:26:56.044Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:26:56.044Z] d4d4e55bcd0d: Pushed [2020-10-22T14:26:56.044Z] cb8653694cbe: Pushed [2020-10-22T14:26:56.640Z] 371e02e852ec: Pushed [2020-10-22T14:26:58.641Z] de6819fe9fc2: Pushed [2020-10-22T14:26:58.641Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:81a1a8f860c37372101ad4b53434a9b33b93fdedae6f590bc186b0ec1de802ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:58.991Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:59.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.90 [2020-10-22T14:26:59.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T14:26:59.334Z] de6819fe9fc2: Preparing [2020-10-22T14:26:59.334Z] d4d4e55bcd0d: Preparing [2020-10-22T14:26:59.334Z] cb8653694cbe: Preparing [2020-10-22T14:26:59.334Z] 371e02e852ec: Preparing [2020-10-22T14:26:59.334Z] cd3761cfa1d9: Preparing [2020-10-22T14:26:59.334Z] de6819fe9fc2: Layer already exists [2020-10-22T14:26:59.334Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:26:59.605Z] cb8653694cbe: Layer already exists [2020-10-22T14:26:59.605Z] d4d4e55bcd0d: Layer already exists [2020-10-22T14:26:59.605Z] 371e02e852ec: Layer already exists [2020-10-22T14:26:59.605Z] 1.2.2-dev.90: digest: sha256:81a1a8f860c37372101ad4b53434a9b33b93fdedae6f590bc186b0ec1de802ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:26:59.950Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:00.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:00.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T14:27:00.287Z] de6819fe9fc2: Preparing [2020-10-22T14:27:00.287Z] d4d4e55bcd0d: Preparing [2020-10-22T14:27:00.287Z] cb8653694cbe: Preparing [2020-10-22T14:27:00.287Z] 371e02e852ec: Preparing [2020-10-22T14:27:00.287Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:00.287Z] de6819fe9fc2: Layer already exists [2020-10-22T14:27:00.287Z] d4d4e55bcd0d: Layer already exists [2020-10-22T14:27:00.287Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:00.287Z] cb8653694cbe: Layer already exists [2020-10-22T14:27:00.558Z] 371e02e852ec: Layer already exists [2020-10-22T14:27:00.558Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:81a1a8f860c37372101ad4b53434a9b33b93fdedae6f590bc186b0ec1de802ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:00.905Z] + 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-22T14:27:01.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-22T14:27:01.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T14:27:01.246Z] de6819fe9fc2: Preparing [2020-10-22T14:27:01.246Z] d4d4e55bcd0d: Preparing [2020-10-22T14:27:01.246Z] cb8653694cbe: Preparing [2020-10-22T14:27:01.246Z] 371e02e852ec: Preparing [2020-10-22T14:27:01.246Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:01.518Z] cb8653694cbe: Layer already exists [2020-10-22T14:27:01.518Z] de6819fe9fc2: Layer already exists [2020-10-22T14:27:01.518Z] d4d4e55bcd0d: Layer already exists [2020-10-22T14:27:01.518Z] 371e02e852ec: Layer already exists [2020-10-22T14:27:01.518Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:01.518Z] master: digest: sha256:81a1a8f860c37372101ad4b53434a9b33b93fdedae6f590bc186b0ec1de802ec size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:27:01.791Z] ===================================================== [Pipeline] echo [2020-10-22T14:27:01.844Z] taggedImages: [2020-10-22T14:27:01.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:01.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:01.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:01.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-22T14:27:01.910Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-22T14:27:01.910Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:01.910Z] 1.2.2-dev.90 [2020-10-22T14:27:01.910Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:01.910Z] master [2020-10-22T14:27:01.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:02.456Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:02.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:02.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T14:27:02.795Z] 2ee4331903d9: Preparing [2020-10-22T14:27:02.795Z] 7b1844e516c1: Preparing [2020-10-22T14:27:02.795Z] 2fb1b6a27b44: Preparing [2020-10-22T14:27:02.795Z] 16a708a07e61: Preparing [2020-10-22T14:27:02.795Z] 16a708a07e61: Preparing [2020-10-22T14:27:02.795Z] d860848b81a4: Preparing [2020-10-22T14:27:02.795Z] f63976ef3357: Preparing [2020-10-22T14:27:02.795Z] d381a075d170: Preparing [2020-10-22T14:27:02.795Z] 2ee4331903d9: Preparing [2020-10-22T14:27:02.795Z] 0d0446aec194: Preparing [2020-10-22T14:27:02.795Z] 8ad68b1c1ee8: Preparing [2020-10-22T14:27:02.795Z] b852558a664b: Preparing [2020-10-22T14:27:02.795Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:02.795Z] 0d0446aec194: Waiting [2020-10-22T14:27:02.795Z] 8ad68b1c1ee8: Waiting [2020-10-22T14:27:02.795Z] b852558a664b: Waiting [2020-10-22T14:27:02.795Z] f63976ef3357: Waiting [2020-10-22T14:27:02.795Z] d381a075d170: Waiting [2020-10-22T14:27:02.795Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:03.397Z] 2fb1b6a27b44: Pushed [2020-10-22T14:27:03.397Z] d860848b81a4: Pushed [2020-10-22T14:27:03.397Z] 16a708a07e61: Pushed [2020-10-22T14:27:03.397Z] 7b1844e516c1: Pushed [2020-10-22T14:27:03.668Z] f63976ef3357: Pushed [2020-10-22T14:27:03.668Z] 0d0446aec194: Pushed [2020-10-22T14:27:03.668Z] d381a075d170: Pushed [2020-10-22T14:27:03.668Z] 8ad68b1c1ee8: Pushed [2020-10-22T14:27:03.939Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:03.939Z] b852558a664b: Pushed [2020-10-22T14:27:05.363Z] 2ee4331903d9: Pushed [2020-10-22T14:27:05.633Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:ef43f66cdd5ecb5bfc9dd5e2e10d8a0e6c0202d9957a6a756989c246e11979ff size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:05.971Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:06.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:06.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T14:27:06.307Z] 2ee4331903d9: Preparing [2020-10-22T14:27:06.307Z] 7b1844e516c1: Preparing [2020-10-22T14:27:06.307Z] 2fb1b6a27b44: Preparing [2020-10-22T14:27:06.307Z] 16a708a07e61: Preparing [2020-10-22T14:27:06.307Z] 16a708a07e61: Preparing [2020-10-22T14:27:06.307Z] d860848b81a4: Preparing [2020-10-22T14:27:06.307Z] f63976ef3357: Preparing [2020-10-22T14:27:06.307Z] d381a075d170: Preparing [2020-10-22T14:27:06.307Z] 2ee4331903d9: Preparing [2020-10-22T14:27:06.307Z] 0d0446aec194: Preparing [2020-10-22T14:27:06.307Z] 8ad68b1c1ee8: Preparing [2020-10-22T14:27:06.307Z] b852558a664b: Preparing [2020-10-22T14:27:06.307Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:06.307Z] f63976ef3357: Waiting [2020-10-22T14:27:06.307Z] 8ad68b1c1ee8: Waiting [2020-10-22T14:27:06.307Z] d381a075d170: Waiting [2020-10-22T14:27:06.307Z] 0d0446aec194: Waiting [2020-10-22T14:27:06.307Z] b852558a664b: Waiting [2020-10-22T14:27:06.307Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:06.578Z] 7b1844e516c1: Layer already exists [2020-10-22T14:27:06.578Z] 2ee4331903d9: Layer already exists [2020-10-22T14:27:06.578Z] 2fb1b6a27b44: Layer already exists [2020-10-22T14:27:06.578Z] 16a708a07e61: Layer already exists [2020-10-22T14:27:06.578Z] d860848b81a4: Layer already exists [2020-10-22T14:27:06.578Z] d381a075d170: Layer already exists [2020-10-22T14:27:06.578Z] f63976ef3357: Layer already exists [2020-10-22T14:27:06.578Z] 8ad68b1c1ee8: Layer already exists [2020-10-22T14:27:06.578Z] 0d0446aec194: Layer already exists [2020-10-22T14:27:06.578Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:06.578Z] b852558a664b: Layer already exists [2020-10-22T14:27:06.578Z] 1.2.2-dev.90: digest: sha256:ef43f66cdd5ecb5bfc9dd5e2e10d8a0e6c0202d9957a6a756989c246e11979ff size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:06.917Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:07.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:07.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T14:27:07.250Z] 2ee4331903d9: Preparing [2020-10-22T14:27:07.250Z] 7b1844e516c1: Preparing [2020-10-22T14:27:07.250Z] 2fb1b6a27b44: Preparing [2020-10-22T14:27:07.250Z] 16a708a07e61: Preparing [2020-10-22T14:27:07.250Z] 16a708a07e61: Preparing [2020-10-22T14:27:07.250Z] d860848b81a4: Preparing [2020-10-22T14:27:07.250Z] f63976ef3357: Preparing [2020-10-22T14:27:07.250Z] d381a075d170: Preparing [2020-10-22T14:27:07.250Z] 2ee4331903d9: Preparing [2020-10-22T14:27:07.250Z] 0d0446aec194: Preparing [2020-10-22T14:27:07.250Z] 8ad68b1c1ee8: Preparing [2020-10-22T14:27:07.250Z] b852558a664b: Preparing [2020-10-22T14:27:07.250Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:07.250Z] f63976ef3357: Waiting [2020-10-22T14:27:07.250Z] d381a075d170: Waiting [2020-10-22T14:27:07.250Z] 0d0446aec194: Waiting [2020-10-22T14:27:07.250Z] 8ad68b1c1ee8: Waiting [2020-10-22T14:27:07.250Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:07.250Z] b852558a664b: Waiting [2020-10-22T14:27:07.250Z] 16a708a07e61: Layer already exists [2020-10-22T14:27:07.250Z] 2fb1b6a27b44: Layer already exists [2020-10-22T14:27:07.522Z] 2ee4331903d9: Layer already exists [2020-10-22T14:27:07.522Z] 7b1844e516c1: Layer already exists [2020-10-22T14:27:07.522Z] d860848b81a4: Layer already exists [2020-10-22T14:27:07.522Z] d381a075d170: Layer already exists [2020-10-22T14:27:07.522Z] f63976ef3357: Layer already exists [2020-10-22T14:27:07.522Z] 8ad68b1c1ee8: Layer already exists [2020-10-22T14:27:07.522Z] b852558a664b: Layer already exists [2020-10-22T14:27:07.522Z] 0d0446aec194: Layer already exists [2020-10-22T14:27:07.522Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:07.522Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:ef43f66cdd5ecb5bfc9dd5e2e10d8a0e6c0202d9957a6a756989c246e11979ff size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:07.862Z] + 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-22T14:27:08.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-22T14:27:08.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T14:27:08.195Z] 2ee4331903d9: Preparing [2020-10-22T14:27:08.195Z] 7b1844e516c1: Preparing [2020-10-22T14:27:08.195Z] 2fb1b6a27b44: Preparing [2020-10-22T14:27:08.195Z] 16a708a07e61: Preparing [2020-10-22T14:27:08.195Z] 16a708a07e61: Preparing [2020-10-22T14:27:08.195Z] d860848b81a4: Preparing [2020-10-22T14:27:08.195Z] f63976ef3357: Preparing [2020-10-22T14:27:08.195Z] d381a075d170: Preparing [2020-10-22T14:27:08.195Z] 2ee4331903d9: Preparing [2020-10-22T14:27:08.195Z] 0d0446aec194: Preparing [2020-10-22T14:27:08.195Z] 8ad68b1c1ee8: Preparing [2020-10-22T14:27:08.195Z] b852558a664b: Preparing [2020-10-22T14:27:08.195Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:08.196Z] 0d0446aec194: Waiting [2020-10-22T14:27:08.196Z] b852558a664b: Waiting [2020-10-22T14:27:08.196Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:08.196Z] 8ad68b1c1ee8: Waiting [2020-10-22T14:27:08.196Z] f63976ef3357: Waiting [2020-10-22T14:27:08.196Z] d381a075d170: Waiting [2020-10-22T14:27:08.466Z] d860848b81a4: Layer already exists [2020-10-22T14:27:08.466Z] 2ee4331903d9: Layer already exists [2020-10-22T14:27:08.466Z] 16a708a07e61: Layer already exists [2020-10-22T14:27:08.466Z] 2fb1b6a27b44: Layer already exists [2020-10-22T14:27:08.466Z] 7b1844e516c1: Layer already exists [2020-10-22T14:27:08.466Z] f63976ef3357: Layer already exists [2020-10-22T14:27:08.467Z] d381a075d170: Layer already exists [2020-10-22T14:27:08.467Z] 8ad68b1c1ee8: Layer already exists [2020-10-22T14:27:08.467Z] 0d0446aec194: Layer already exists [2020-10-22T14:27:08.467Z] b852558a664b: Layer already exists [2020-10-22T14:27:08.467Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:08.467Z] master: digest: sha256:ef43f66cdd5ecb5bfc9dd5e2e10d8a0e6c0202d9957a6a756989c246e11979ff size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:27:08.666Z] ===================================================== [Pipeline] echo [2020-10-22T14:27:08.712Z] taggedImages: [2020-10-22T14:27:08.712Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:08.712Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:08.712Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:08.712Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-22T14:27:08.779Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-22T14:27:08.779Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:08.779Z] 1.2.2-dev.90 [2020-10-22T14:27:08.779Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:08.779Z] master [2020-10-22T14:27:08.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:09.307Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:09.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:09.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T14:27:09.645Z] ca7e7658cc5f: Preparing [2020-10-22T14:27:09.645Z] ae8e938d79f6: Preparing [2020-10-22T14:27:09.645Z] e50b486e318a: Preparing [2020-10-22T14:27:09.645Z] 7f3bdfe45846: Preparing [2020-10-22T14:27:09.645Z] ae5d6c186645: Preparing [2020-10-22T14:27:09.645Z] 1e16fc4be843: Preparing [2020-10-22T14:27:09.645Z] 8e711a28a6c7: Preparing [2020-10-22T14:27:09.645Z] 3e804d1ff265: Preparing [2020-10-22T14:27:09.645Z] f9bdc2e448c7: Preparing [2020-10-22T14:27:09.645Z] 93550bc597ac: Preparing [2020-10-22T14:27:09.645Z] 66b385cf80cf: Preparing [2020-10-22T14:27:09.645Z] 3e804d1ff265: Waiting [2020-10-22T14:27:09.645Z] f9bdc2e448c7: Waiting [2020-10-22T14:27:09.645Z] 93550bc597ac: Waiting [2020-10-22T14:27:09.645Z] 66b385cf80cf: Waiting [2020-10-22T14:27:09.645Z] 1e16fc4be843: Waiting [2020-10-22T14:27:09.645Z] 8e711a28a6c7: Waiting [2020-10-22T14:27:09.917Z] ae8e938d79f6: Pushed [2020-10-22T14:27:10.189Z] ca7e7658cc5f: Pushed [2020-10-22T14:27:10.189Z] 1e16fc4be843: Pushed [2020-10-22T14:27:10.463Z] 8e711a28a6c7: Pushed [2020-10-22T14:27:10.463Z] 3e804d1ff265: Pushed [2020-10-22T14:27:10.740Z] f9bdc2e448c7: Pushed [2020-10-22T14:27:10.740Z] 66b385cf80cf: Layer already exists [2020-10-22T14:27:11.337Z] 93550bc597ac: Pushed [2020-10-22T14:27:11.930Z] e50b486e318a: Pushed [2020-10-22T14:27:12.203Z] ae5d6c186645: Pushed [2020-10-22T14:27:12.203Z] 7f3bdfe45846: Pushed [2020-10-22T14:27:12.476Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:6b8cfbf9683701a4f974235858eabd309795af4ff1d22c46cf503bcf1e83e1c4 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:12.817Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:13.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:13.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T14:27:13.163Z] ca7e7658cc5f: Preparing [2020-10-22T14:27:13.163Z] ae8e938d79f6: Preparing [2020-10-22T14:27:13.163Z] e50b486e318a: Preparing [2020-10-22T14:27:13.163Z] 7f3bdfe45846: Preparing [2020-10-22T14:27:13.163Z] ae5d6c186645: Preparing [2020-10-22T14:27:13.163Z] 1e16fc4be843: Preparing [2020-10-22T14:27:13.163Z] 8e711a28a6c7: Preparing [2020-10-22T14:27:13.163Z] 3e804d1ff265: Preparing [2020-10-22T14:27:13.163Z] f9bdc2e448c7: Preparing [2020-10-22T14:27:13.163Z] 93550bc597ac: Preparing [2020-10-22T14:27:13.163Z] 66b385cf80cf: Preparing [2020-10-22T14:27:13.163Z] 3e804d1ff265: Waiting [2020-10-22T14:27:13.163Z] f9bdc2e448c7: Waiting [2020-10-22T14:27:13.163Z] 93550bc597ac: Waiting [2020-10-22T14:27:13.163Z] 66b385cf80cf: Waiting [2020-10-22T14:27:13.163Z] 1e16fc4be843: Waiting [2020-10-22T14:27:13.163Z] 8e711a28a6c7: Waiting [2020-10-22T14:27:13.433Z] ae5d6c186645: Layer already exists [2020-10-22T14:27:13.433Z] 7f3bdfe45846: Layer already exists [2020-10-22T14:27:13.433Z] e50b486e318a: Layer already exists [2020-10-22T14:27:13.433Z] ca7e7658cc5f: Layer already exists [2020-10-22T14:27:13.433Z] ae8e938d79f6: Layer already exists [2020-10-22T14:27:13.433Z] 8e711a28a6c7: Layer already exists [2020-10-22T14:27:13.433Z] 1e16fc4be843: Layer already exists [2020-10-22T14:27:13.433Z] f9bdc2e448c7: Layer already exists [2020-10-22T14:27:13.433Z] 3e804d1ff265: Layer already exists [2020-10-22T14:27:13.433Z] 93550bc597ac: Layer already exists [2020-10-22T14:27:13.433Z] 66b385cf80cf: Layer already exists [2020-10-22T14:27:13.433Z] 1.2.2-dev.90: digest: sha256:6b8cfbf9683701a4f974235858eabd309795af4ff1d22c46cf503bcf1e83e1c4 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:13.769Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:14.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:14.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T14:27:14.108Z] ca7e7658cc5f: Preparing [2020-10-22T14:27:14.108Z] ae8e938d79f6: Preparing [2020-10-22T14:27:14.108Z] e50b486e318a: Preparing [2020-10-22T14:27:14.108Z] 7f3bdfe45846: Preparing [2020-10-22T14:27:14.108Z] ae5d6c186645: Preparing [2020-10-22T14:27:14.108Z] 1e16fc4be843: Preparing [2020-10-22T14:27:14.108Z] 8e711a28a6c7: Preparing [2020-10-22T14:27:14.108Z] 3e804d1ff265: Preparing [2020-10-22T14:27:14.108Z] f9bdc2e448c7: Preparing [2020-10-22T14:27:14.108Z] 93550bc597ac: Preparing [2020-10-22T14:27:14.108Z] 66b385cf80cf: Preparing [2020-10-22T14:27:14.108Z] 1e16fc4be843: Waiting [2020-10-22T14:27:14.108Z] 8e711a28a6c7: Waiting [2020-10-22T14:27:14.108Z] 3e804d1ff265: Waiting [2020-10-22T14:27:14.108Z] f9bdc2e448c7: Waiting [2020-10-22T14:27:14.108Z] 93550bc597ac: Waiting [2020-10-22T14:27:14.108Z] 66b385cf80cf: Waiting [2020-10-22T14:27:14.108Z] 7f3bdfe45846: Layer already exists [2020-10-22T14:27:14.108Z] ae5d6c186645: Layer already exists [2020-10-22T14:27:14.108Z] e50b486e318a: Layer already exists [2020-10-22T14:27:14.108Z] ae8e938d79f6: Layer already exists [2020-10-22T14:27:14.108Z] ca7e7658cc5f: Layer already exists [2020-10-22T14:27:14.379Z] f9bdc2e448c7: Layer already exists [2020-10-22T14:27:14.379Z] 8e711a28a6c7: Layer already exists [2020-10-22T14:27:14.379Z] 1e16fc4be843: Layer already exists [2020-10-22T14:27:14.379Z] 3e804d1ff265: Layer already exists [2020-10-22T14:27:14.379Z] 93550bc597ac: Layer already exists [2020-10-22T14:27:14.379Z] 66b385cf80cf: Layer already exists [2020-10-22T14:27:14.379Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:6b8cfbf9683701a4f974235858eabd309795af4ff1d22c46cf503bcf1e83e1c4 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:14.723Z] + 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-22T14:27:15.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-22T14:27:15.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T14:27:15.061Z] ca7e7658cc5f: Preparing [2020-10-22T14:27:15.061Z] ae8e938d79f6: Preparing [2020-10-22T14:27:15.061Z] e50b486e318a: Preparing [2020-10-22T14:27:15.061Z] 7f3bdfe45846: Preparing [2020-10-22T14:27:15.061Z] ae5d6c186645: Preparing [2020-10-22T14:27:15.061Z] 1e16fc4be843: Preparing [2020-10-22T14:27:15.061Z] 8e711a28a6c7: Preparing [2020-10-22T14:27:15.061Z] 3e804d1ff265: Preparing [2020-10-22T14:27:15.061Z] f9bdc2e448c7: Preparing [2020-10-22T14:27:15.061Z] 93550bc597ac: Preparing [2020-10-22T14:27:15.061Z] 66b385cf80cf: Preparing [2020-10-22T14:27:15.061Z] 93550bc597ac: Waiting [2020-10-22T14:27:15.061Z] 3e804d1ff265: Waiting [2020-10-22T14:27:15.061Z] f9bdc2e448c7: Waiting [2020-10-22T14:27:15.061Z] 66b385cf80cf: Waiting [2020-10-22T14:27:15.061Z] 1e16fc4be843: Waiting [2020-10-22T14:27:15.061Z] 8e711a28a6c7: Waiting [2020-10-22T14:27:15.331Z] ca7e7658cc5f: Layer already exists [2020-10-22T14:27:15.331Z] ae8e938d79f6: Layer already exists [2020-10-22T14:27:15.331Z] ae5d6c186645: Layer already exists [2020-10-22T14:27:15.331Z] e50b486e318a: Layer already exists [2020-10-22T14:27:15.331Z] 7f3bdfe45846: Layer already exists [2020-10-22T14:27:15.331Z] 8e711a28a6c7: Layer already exists [2020-10-22T14:27:15.331Z] 1e16fc4be843: Layer already exists [2020-10-22T14:27:15.331Z] 93550bc597ac: Layer already exists [2020-10-22T14:27:15.331Z] 3e804d1ff265: Layer already exists [2020-10-22T14:27:15.331Z] 66b385cf80cf: Layer already exists [2020-10-22T14:27:15.331Z] f9bdc2e448c7: Layer already exists [2020-10-22T14:27:15.331Z] master: digest: sha256:6b8cfbf9683701a4f974235858eabd309795af4ff1d22c46cf503bcf1e83e1c4 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:27:15.554Z] ===================================================== [Pipeline] echo [2020-10-22T14:27:15.600Z] taggedImages: [2020-10-22T14:27:15.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:15.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:15.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:15.600Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-22T14:27:15.660Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-22T14:27:15.660Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:15.660Z] 1.2.2-dev.90 [2020-10-22T14:27:15.660Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:15.660Z] master [2020-10-22T14:27:15.660Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:16.187Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:16.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:16.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T14:27:16.527Z] ec420a2854d4: Preparing [2020-10-22T14:27:16.527Z] c3a8802d878b: Preparing [2020-10-22T14:27:16.527Z] 01f795443ade: Preparing [2020-10-22T14:27:16.527Z] 937bba5ac256: Preparing [2020-10-22T14:27:16.810Z] ec420a2854d4: Pushed [2020-10-22T14:27:16.810Z] 01f795443ade: Pushed [2020-10-22T14:27:17.087Z] 937bba5ac256: Pushed [2020-10-22T14:27:19.694Z] c3a8802d878b: Pushed [2020-10-22T14:27:19.694Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:6169c411a0022ccea4e9b2938f480a6055191207ae1dbfea2e0550ccb86b9bca size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:20.037Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:20.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:20.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T14:27:20.417Z] ec420a2854d4: Preparing [2020-10-22T14:27:20.417Z] c3a8802d878b: Preparing [2020-10-22T14:27:20.417Z] 01f795443ade: Preparing [2020-10-22T14:27:20.417Z] 937bba5ac256: Preparing [2020-10-22T14:27:20.417Z] 01f795443ade: Layer already exists [2020-10-22T14:27:20.417Z] 937bba5ac256: Layer already exists [2020-10-22T14:27:20.417Z] ec420a2854d4: Layer already exists [2020-10-22T14:27:20.417Z] c3a8802d878b: Layer already exists [2020-10-22T14:27:20.690Z] 1.2.2-dev.90: digest: sha256:6169c411a0022ccea4e9b2938f480a6055191207ae1dbfea2e0550ccb86b9bca size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:21.044Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:21.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:21.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T14:27:21.404Z] ec420a2854d4: Preparing [2020-10-22T14:27:21.404Z] c3a8802d878b: Preparing [2020-10-22T14:27:21.404Z] 01f795443ade: Preparing [2020-10-22T14:27:21.404Z] 937bba5ac256: Preparing [2020-10-22T14:27:21.678Z] ec420a2854d4: Layer already exists [2020-10-22T14:27:21.678Z] c3a8802d878b: Layer already exists [2020-10-22T14:27:21.678Z] 01f795443ade: Layer already exists [2020-10-22T14:27:21.678Z] 937bba5ac256: Layer already exists [2020-10-22T14:27:21.678Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:6169c411a0022ccea4e9b2938f480a6055191207ae1dbfea2e0550ccb86b9bca size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:22.017Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:22.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-22T14:27:22.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T14:27:22.362Z] ec420a2854d4: Preparing [2020-10-22T14:27:22.362Z] c3a8802d878b: Preparing [2020-10-22T14:27:22.362Z] 01f795443ade: Preparing [2020-10-22T14:27:22.362Z] 937bba5ac256: Preparing [2020-10-22T14:27:22.362Z] 937bba5ac256: Layer already exists [2020-10-22T14:27:22.362Z] 01f795443ade: Layer already exists [2020-10-22T14:27:22.632Z] ec420a2854d4: Layer already exists [2020-10-22T14:27:22.632Z] c3a8802d878b: Layer already exists [2020-10-22T14:27:22.632Z] master: digest: sha256:6169c411a0022ccea4e9b2938f480a6055191207ae1dbfea2e0550ccb86b9bca size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:27:22.885Z] ===================================================== [Pipeline] echo [2020-10-22T14:27:22.926Z] taggedImages: [2020-10-22T14:27:22.926Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:22.926Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:22.926Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:22.926Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-22T14:27:22.987Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-22T14:27:22.987Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:22.987Z] 1.2.2-dev.90 [2020-10-22T14:27:22.987Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:22.987Z] master [2020-10-22T14:27:22.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:23.489Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:23.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:23.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T14:27:23.841Z] c0c979c11997: Preparing [2020-10-22T14:27:23.841Z] d916b70be2d8: Preparing [2020-10-22T14:27:23.841Z] 75bea0b5344c: Preparing [2020-10-22T14:27:23.841Z] 3a25f9eaf47b: Preparing [2020-10-22T14:27:23.841Z] a01d93f9a4b5: Preparing [2020-10-22T14:27:23.841Z] 3cbad2e3db44: Preparing [2020-10-22T14:27:23.841Z] 3cbad2e3db44: Waiting [2020-10-22T14:27:24.123Z] 75bea0b5344c: Pushed [2020-10-22T14:27:24.123Z] c0c979c11997: Pushed [2020-10-22T14:27:24.394Z] a01d93f9a4b5: Pushed [2020-10-22T14:27:24.394Z] 3a25f9eaf47b: Pushed [2020-10-22T14:27:24.665Z] 3cbad2e3db44: Pushed [2020-10-22T14:27:27.268Z] d916b70be2d8: Pushed [2020-10-22T14:27:27.268Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:19bcd9a2260226e77a7bd3bb2941c475e127eb9e4400991a1d58d331adbddfa7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:27.876Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:28.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:28.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T14:27:28.210Z] c0c979c11997: Preparing [2020-10-22T14:27:28.210Z] d916b70be2d8: Preparing [2020-10-22T14:27:28.210Z] 75bea0b5344c: Preparing [2020-10-22T14:27:28.210Z] 3a25f9eaf47b: Preparing [2020-10-22T14:27:28.210Z] a01d93f9a4b5: Preparing [2020-10-22T14:27:28.210Z] 3cbad2e3db44: Preparing [2020-10-22T14:27:28.210Z] 3cbad2e3db44: Waiting [2020-10-22T14:27:28.210Z] d916b70be2d8: Layer already exists [2020-10-22T14:27:28.210Z] 3a25f9eaf47b: Layer already exists [2020-10-22T14:27:28.210Z] c0c979c11997: Layer already exists [2020-10-22T14:27:28.210Z] a01d93f9a4b5: Layer already exists [2020-10-22T14:27:28.210Z] 75bea0b5344c: Layer already exists [2020-10-22T14:27:28.210Z] 3cbad2e3db44: Layer already exists [2020-10-22T14:27:28.483Z] 1.2.2-dev.90: digest: sha256:19bcd9a2260226e77a7bd3bb2941c475e127eb9e4400991a1d58d331adbddfa7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:28.831Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:29.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:29.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T14:27:29.166Z] c0c979c11997: Preparing [2020-10-22T14:27:29.166Z] d916b70be2d8: Preparing [2020-10-22T14:27:29.166Z] 75bea0b5344c: Preparing [2020-10-22T14:27:29.166Z] 3a25f9eaf47b: Preparing [2020-10-22T14:27:29.166Z] a01d93f9a4b5: Preparing [2020-10-22T14:27:29.166Z] 3cbad2e3db44: Preparing [2020-10-22T14:27:29.166Z] 3cbad2e3db44: Waiting [2020-10-22T14:27:29.166Z] c0c979c11997: Layer already exists [2020-10-22T14:27:29.166Z] 75bea0b5344c: Layer already exists [2020-10-22T14:27:29.166Z] d916b70be2d8: Layer already exists [2020-10-22T14:27:29.436Z] a01d93f9a4b5: Layer already exists [2020-10-22T14:27:29.436Z] 3a25f9eaf47b: Layer already exists [2020-10-22T14:27:29.436Z] 3cbad2e3db44: Layer already exists [2020-10-22T14:27:29.436Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:19bcd9a2260226e77a7bd3bb2941c475e127eb9e4400991a1d58d331adbddfa7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:29.779Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:30.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-22T14:27:30.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T14:27:30.116Z] c0c979c11997: Preparing [2020-10-22T14:27:30.116Z] d916b70be2d8: Preparing [2020-10-22T14:27:30.116Z] 75bea0b5344c: Preparing [2020-10-22T14:27:30.116Z] 3a25f9eaf47b: Preparing [2020-10-22T14:27:30.116Z] a01d93f9a4b5: Preparing [2020-10-22T14:27:30.116Z] 3cbad2e3db44: Preparing [2020-10-22T14:27:30.116Z] 3cbad2e3db44: Waiting [2020-10-22T14:27:30.116Z] c0c979c11997: Layer already exists [2020-10-22T14:27:30.116Z] 3a25f9eaf47b: Layer already exists [2020-10-22T14:27:30.116Z] d916b70be2d8: Layer already exists [2020-10-22T14:27:30.116Z] a01d93f9a4b5: Layer already exists [2020-10-22T14:27:30.116Z] 75bea0b5344c: Layer already exists [2020-10-22T14:27:30.116Z] 3cbad2e3db44: Layer already exists [2020-10-22T14:27:30.387Z] master: digest: sha256:19bcd9a2260226e77a7bd3bb2941c475e127eb9e4400991a1d58d331adbddfa7 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:27:30.709Z] ===================================================== [Pipeline] echo [2020-10-22T14:27:30.761Z] taggedImages: [2020-10-22T14:27:30.761Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:30.761Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:30.761Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:30.761Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-22T14:27:30.819Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-22T14:27:30.819Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:30.819Z] 1.2.2-dev.90 [2020-10-22T14:27:30.819Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:30.819Z] master [2020-10-22T14:27:30.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:31.368Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:31.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:31.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T14:27:31.708Z] aa7b859b0248: Preparing [2020-10-22T14:27:31.708Z] 91a1bd5ce698: Preparing [2020-10-22T14:27:31.708Z] 641d55043363: Preparing [2020-10-22T14:27:31.980Z] aa7b859b0248: Pushed [2020-10-22T14:27:31.980Z] 641d55043363: Pushed [2020-10-22T14:27:34.582Z] 91a1bd5ce698: Pushed [2020-10-22T14:27:34.853Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:47af0f23bb380f9e180b39fd3000032b1952186e52d9527fcc3331649b5f6f10 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:35.195Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:35.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:35.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T14:27:35.797Z] aa7b859b0248: Preparing [2020-10-22T14:27:35.797Z] 91a1bd5ce698: Preparing [2020-10-22T14:27:35.797Z] 641d55043363: Preparing [2020-10-22T14:27:35.797Z] aa7b859b0248: Layer already exists [2020-10-22T14:27:35.797Z] 641d55043363: Layer already exists [2020-10-22T14:27:35.797Z] 91a1bd5ce698: Layer already exists [2020-10-22T14:27:35.797Z] 1.2.2-dev.90: digest: sha256:47af0f23bb380f9e180b39fd3000032b1952186e52d9527fcc3331649b5f6f10 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:36.134Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:36.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:36.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T14:27:36.475Z] aa7b859b0248: Preparing [2020-10-22T14:27:36.475Z] 91a1bd5ce698: Preparing [2020-10-22T14:27:36.475Z] 641d55043363: Preparing [2020-10-22T14:27:36.475Z] aa7b859b0248: Layer already exists [2020-10-22T14:27:36.475Z] 641d55043363: Layer already exists [2020-10-22T14:27:36.745Z] 91a1bd5ce698: Layer already exists [2020-10-22T14:27:36.745Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:47af0f23bb380f9e180b39fd3000032b1952186e52d9527fcc3331649b5f6f10 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:37.093Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:37.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-22T14:27:37.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T14:27:37.430Z] aa7b859b0248: Preparing [2020-10-22T14:27:37.430Z] 91a1bd5ce698: Preparing [2020-10-22T14:27:37.430Z] 641d55043363: Preparing [2020-10-22T14:27:37.430Z] 641d55043363: Layer already exists [2020-10-22T14:27:37.700Z] 91a1bd5ce698: Layer already exists [2020-10-22T14:27:37.700Z] aa7b859b0248: Layer already exists [2020-10-22T14:27:37.700Z] master: digest: sha256:47af0f23bb380f9e180b39fd3000032b1952186e52d9527fcc3331649b5f6f10 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:27:38.001Z] ===================================================== [Pipeline] echo [2020-10-22T14:27:38.048Z] taggedImages: [2020-10-22T14:27:38.048Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:38.048Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:38.048Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:38.048Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-22T14:27:38.119Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-22T14:27:38.119Z] e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:38.119Z] 1.2.2-dev.90 [2020-10-22T14:27:38.119Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:38.119Z] master [2020-10-22T14:27:38.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:38.687Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:39.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:39.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T14:27:39.025Z] 820991e5c308: Preparing [2020-10-22T14:27:39.025Z] 772de27af958: Preparing [2020-10-22T14:27:39.025Z] b96afa0b965f: Preparing [2020-10-22T14:27:39.025Z] de5b2cc789e5: Preparing [2020-10-22T14:27:39.025Z] e1e92be98085: Preparing [2020-10-22T14:27:39.025Z] 4515d7ff33db: Preparing [2020-10-22T14:27:39.025Z] 2b20d7b7065c: Preparing [2020-10-22T14:27:39.025Z] 52543ddb2901: Preparing [2020-10-22T14:27:39.025Z] 9f553b275599: Preparing [2020-10-22T14:27:39.025Z] 3a47579f0cd1: Preparing [2020-10-22T14:27:39.025Z] cd6d79ebbfb6: Preparing [2020-10-22T14:27:39.025Z] 3e7dc55cab04: Preparing [2020-10-22T14:27:39.025Z] b2e85fd0898f: Preparing [2020-10-22T14:27:39.025Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:39.025Z] 4515d7ff33db: Waiting [2020-10-22T14:27:39.025Z] 2b20d7b7065c: Waiting [2020-10-22T14:27:39.025Z] 52543ddb2901: Waiting [2020-10-22T14:27:39.025Z] 9f553b275599: Waiting [2020-10-22T14:27:39.025Z] 3a47579f0cd1: Waiting [2020-10-22T14:27:39.025Z] cd6d79ebbfb6: Waiting [2020-10-22T14:27:39.025Z] 3e7dc55cab04: Waiting [2020-10-22T14:27:39.025Z] b2e85fd0898f: Waiting [2020-10-22T14:27:39.025Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:39.618Z] e1e92be98085: Pushed [2020-10-22T14:27:39.892Z] 820991e5c308: Pushed [2020-10-22T14:27:40.490Z] de5b2cc789e5: Pushed [2020-10-22T14:27:40.490Z] 52543ddb2901: Layer already exists [2020-10-22T14:27:40.490Z] 9f553b275599: Layer already exists [2020-10-22T14:27:40.490Z] 3a47579f0cd1: Layer already exists [2020-10-22T14:27:40.490Z] cd6d79ebbfb6: Layer already exists [2020-10-22T14:27:40.490Z] 2b20d7b7065c: Pushed [2020-10-22T14:27:40.490Z] 3e7dc55cab04: Layer already exists [2020-10-22T14:27:40.490Z] b2e85fd0898f: Layer already exists [2020-10-22T14:27:40.763Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:41.034Z] 772de27af958: Pushed [2020-10-22T14:27:42.006Z] 4515d7ff33db: Pushed [2020-10-22T14:27:52.149Z] b96afa0b965f: Pushed [2020-10-22T14:27:52.435Z] e24f5199b8df60a8194d43c8100204b18b70afd7: digest: sha256:60b35228973bad7ed783c1832079e3d0e462aca212c303e17975cc4cd0f91087 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:52.791Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:53.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:53.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T14:27:53.139Z] 820991e5c308: Preparing [2020-10-22T14:27:53.139Z] 772de27af958: Preparing [2020-10-22T14:27:53.139Z] b96afa0b965f: Preparing [2020-10-22T14:27:53.139Z] de5b2cc789e5: Preparing [2020-10-22T14:27:53.139Z] e1e92be98085: Preparing [2020-10-22T14:27:53.139Z] 4515d7ff33db: Preparing [2020-10-22T14:27:53.139Z] 2b20d7b7065c: Preparing [2020-10-22T14:27:53.139Z] 52543ddb2901: Preparing [2020-10-22T14:27:53.139Z] 9f553b275599: Preparing [2020-10-22T14:27:53.139Z] 3a47579f0cd1: Preparing [2020-10-22T14:27:53.139Z] cd6d79ebbfb6: Preparing [2020-10-22T14:27:53.139Z] 3e7dc55cab04: Preparing [2020-10-22T14:27:53.139Z] b2e85fd0898f: Preparing [2020-10-22T14:27:53.139Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:53.139Z] 4515d7ff33db: Waiting [2020-10-22T14:27:53.139Z] 2b20d7b7065c: Waiting [2020-10-22T14:27:53.139Z] 52543ddb2901: Waiting [2020-10-22T14:27:53.139Z] 9f553b275599: Waiting [2020-10-22T14:27:53.139Z] 3a47579f0cd1: Waiting [2020-10-22T14:27:53.139Z] cd6d79ebbfb6: Waiting [2020-10-22T14:27:53.139Z] 3e7dc55cab04: Waiting [2020-10-22T14:27:53.139Z] b2e85fd0898f: Waiting [2020-10-22T14:27:53.139Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:53.409Z] de5b2cc789e5: Layer already exists [2020-10-22T14:27:53.409Z] b96afa0b965f: Layer already exists [2020-10-22T14:27:53.409Z] 772de27af958: Layer already exists [2020-10-22T14:27:53.409Z] e1e92be98085: Layer already exists [2020-10-22T14:27:53.409Z] 820991e5c308: Layer already exists [2020-10-22T14:27:53.409Z] 2b20d7b7065c: Layer already exists [2020-10-22T14:27:53.409Z] 4515d7ff33db: Layer already exists [2020-10-22T14:27:53.409Z] 3a47579f0cd1: Layer already exists [2020-10-22T14:27:53.409Z] 9f553b275599: Layer already exists [2020-10-22T14:27:53.409Z] 52543ddb2901: Layer already exists [2020-10-22T14:27:53.409Z] cd6d79ebbfb6: Layer already exists [2020-10-22T14:27:53.409Z] 3e7dc55cab04: Layer already exists [2020-10-22T14:27:53.409Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:53.409Z] b2e85fd0898f: Layer already exists [2020-10-22T14:27:53.409Z] 1.2.2-dev.90: digest: sha256:60b35228973bad7ed783c1832079e3d0e462aca212c303e17975cc4cd0f91087 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:53.749Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:54.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:54.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T14:27:54.079Z] 820991e5c308: Preparing [2020-10-22T14:27:54.079Z] 772de27af958: Preparing [2020-10-22T14:27:54.079Z] b96afa0b965f: Preparing [2020-10-22T14:27:54.079Z] de5b2cc789e5: Preparing [2020-10-22T14:27:54.079Z] e1e92be98085: Preparing [2020-10-22T14:27:54.079Z] 4515d7ff33db: Preparing [2020-10-22T14:27:54.079Z] 2b20d7b7065c: Preparing [2020-10-22T14:27:54.079Z] 52543ddb2901: Preparing [2020-10-22T14:27:54.079Z] 9f553b275599: Preparing [2020-10-22T14:27:54.079Z] 3a47579f0cd1: Preparing [2020-10-22T14:27:54.079Z] cd6d79ebbfb6: Preparing [2020-10-22T14:27:54.079Z] 3e7dc55cab04: Preparing [2020-10-22T14:27:54.079Z] b2e85fd0898f: Preparing [2020-10-22T14:27:54.079Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:54.079Z] 3a47579f0cd1: Waiting [2020-10-22T14:27:54.079Z] cd6d79ebbfb6: Waiting [2020-10-22T14:27:54.079Z] 3e7dc55cab04: Waiting [2020-10-22T14:27:54.079Z] b2e85fd0898f: Waiting [2020-10-22T14:27:54.079Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:54.079Z] 4515d7ff33db: Waiting [2020-10-22T14:27:54.079Z] 2b20d7b7065c: Waiting [2020-10-22T14:27:54.079Z] 52543ddb2901: Waiting [2020-10-22T14:27:54.079Z] 9f553b275599: Waiting [2020-10-22T14:27:54.079Z] 772de27af958: Layer already exists [2020-10-22T14:27:54.079Z] b96afa0b965f: Layer already exists [2020-10-22T14:27:54.079Z] 820991e5c308: Layer already exists [2020-10-22T14:27:54.079Z] e1e92be98085: Layer already exists [2020-10-22T14:27:54.079Z] de5b2cc789e5: Layer already exists [2020-10-22T14:27:54.079Z] 2b20d7b7065c: Layer already exists [2020-10-22T14:27:54.079Z] 4515d7ff33db: Layer already exists [2020-10-22T14:27:54.080Z] 52543ddb2901: Layer already exists [2020-10-22T14:27:54.080Z] 3a47579f0cd1: Layer already exists [2020-10-22T14:27:54.348Z] 9f553b275599: Layer already exists [2020-10-22T14:27:54.348Z] cd6d79ebbfb6: Layer already exists [2020-10-22T14:27:54.348Z] 3e7dc55cab04: Layer already exists [2020-10-22T14:27:54.348Z] b2e85fd0898f: Layer already exists [2020-10-22T14:27:54.348Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:54.348Z] e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90: digest: sha256:60b35228973bad7ed783c1832079e3d0e462aca212c303e17975cc4cd0f91087 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:54.682Z] + 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-22T14:27:55.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-22T14:27:55.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T14:27:55.018Z] 820991e5c308: Preparing [2020-10-22T14:27:55.018Z] 772de27af958: Preparing [2020-10-22T14:27:55.018Z] b96afa0b965f: Preparing [2020-10-22T14:27:55.018Z] de5b2cc789e5: Preparing [2020-10-22T14:27:55.018Z] e1e92be98085: Preparing [2020-10-22T14:27:55.018Z] 4515d7ff33db: Preparing [2020-10-22T14:27:55.018Z] 2b20d7b7065c: Preparing [2020-10-22T14:27:55.018Z] 52543ddb2901: Preparing [2020-10-22T14:27:55.018Z] 9f553b275599: Preparing [2020-10-22T14:27:55.018Z] 3a47579f0cd1: Preparing [2020-10-22T14:27:55.018Z] cd6d79ebbfb6: Preparing [2020-10-22T14:27:55.018Z] 3e7dc55cab04: Preparing [2020-10-22T14:27:55.018Z] b2e85fd0898f: Preparing [2020-10-22T14:27:55.018Z] cd3761cfa1d9: Preparing [2020-10-22T14:27:55.018Z] 4515d7ff33db: Waiting [2020-10-22T14:27:55.018Z] 2b20d7b7065c: Waiting [2020-10-22T14:27:55.018Z] 52543ddb2901: Waiting [2020-10-22T14:27:55.018Z] 9f553b275599: Waiting [2020-10-22T14:27:55.018Z] 3a47579f0cd1: Waiting [2020-10-22T14:27:55.018Z] cd6d79ebbfb6: Waiting [2020-10-22T14:27:55.018Z] 3e7dc55cab04: Waiting [2020-10-22T14:27:55.018Z] b2e85fd0898f: Waiting [2020-10-22T14:27:55.018Z] cd3761cfa1d9: Waiting [2020-10-22T14:27:55.018Z] de5b2cc789e5: Layer already exists [2020-10-22T14:27:55.018Z] e1e92be98085: Layer already exists [2020-10-22T14:27:55.018Z] 772de27af958: Layer already exists [2020-10-22T14:27:55.018Z] 820991e5c308: Layer already exists [2020-10-22T14:27:55.018Z] b96afa0b965f: Layer already exists [2020-10-22T14:27:55.018Z] 4515d7ff33db: Layer already exists [2020-10-22T14:27:55.018Z] 2b20d7b7065c: Layer already exists [2020-10-22T14:27:55.018Z] 9f553b275599: Layer already exists [2020-10-22T14:27:55.287Z] 3a47579f0cd1: Layer already exists [2020-10-22T14:27:55.287Z] 52543ddb2901: Layer already exists [2020-10-22T14:27:55.287Z] cd6d79ebbfb6: Layer already exists [2020-10-22T14:27:55.287Z] b2e85fd0898f: Layer already exists [2020-10-22T14:27:55.287Z] 3e7dc55cab04: Layer already exists [2020-10-22T14:27:55.287Z] cd3761cfa1d9: Layer already exists [2020-10-22T14:27:55.287Z] master: digest: sha256:60b35228973bad7ed783c1832079e3d0e462aca212c303e17975cc4cd0f91087 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T14:27:55.500Z] ===================================================== [Pipeline] echo [2020-10-22T14:27:55.560Z] taggedImages: [2020-10-22T14:27:55.560Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:27:55.560Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.90 [2020-10-22T14:27:55.560Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7-1.2.2-dev.90 [2020-10-22T14:27:55.560Z] - 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-22T14:27:57.188Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-22T14:27:57.190Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-22T14:27:57.279Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:57.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T14:27:57.963Z] [2020-10-22T14:27:57.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:27:58.324Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T14:27:58.324Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-22T14:27:58.324Z] cbdbe7a5bc2a: Already exists [2020-10-22T14:27:58.324Z] 408f87550127: Pulling fs layer [2020-10-22T14:27:58.324Z] fe522b08c979: Pulling fs layer [2020-10-22T14:27:58.324Z] 221eaa008020: Pulling fs layer [2020-10-22T14:27:58.324Z] 2a4607e5d6b9: Pulling fs layer [2020-10-22T14:27:58.324Z] 8f79b27c4fd2: Pulling fs layer [2020-10-22T14:27:58.324Z] e5c8dbe1645b: Pulling fs layer [2020-10-22T14:27:58.324Z] 23e8b3b47431: Pulling fs layer [2020-10-22T14:27:58.324Z] 5c568d65a230: Pulling fs layer [2020-10-22T14:27:58.324Z] e5c8dbe1645b: Waiting [2020-10-22T14:27:58.324Z] 23e8b3b47431: Waiting [2020-10-22T14:27:58.324Z] 2a4607e5d6b9: Waiting [2020-10-22T14:27:58.324Z] 5c568d65a230: Waiting [2020-10-22T14:27:58.324Z] 8f79b27c4fd2: Waiting [2020-10-22T14:27:58.324Z] fe522b08c979: Verifying Checksum [2020-10-22T14:27:58.324Z] fe522b08c979: Download complete [2020-10-22T14:27:58.324Z] 408f87550127: Download complete [2020-10-22T14:27:58.324Z] 2a4607e5d6b9: Verifying Checksum [2020-10-22T14:27:58.324Z] 2a4607e5d6b9: Download complete [2020-10-22T14:27:58.324Z] 8f79b27c4fd2: Verifying Checksum [2020-10-22T14:27:58.324Z] 8f79b27c4fd2: Download complete [2020-10-22T14:27:58.945Z] 408f87550127: Pull complete [2020-10-22T14:27:58.945Z] fe522b08c979: Pull complete [2020-10-22T14:28:01.591Z] e5c8dbe1645b: Download complete [2020-10-22T14:28:03.604Z] 23e8b3b47431: Verifying Checksum [2020-10-22T14:28:03.604Z] 23e8b3b47431: Download complete [2020-10-22T14:28:04.184Z] 5c568d65a230: Verifying Checksum [2020-10-22T14:28:04.184Z] 5c568d65a230: Download complete [2020-10-22T14:28:08.606Z] 221eaa008020: Verifying Checksum [2020-10-22T14:28:08.606Z] 221eaa008020: Download complete [2020-10-22T14:28:17.125Z] 221eaa008020: Pull complete [2020-10-22T14:28:17.125Z] 2a4607e5d6b9: Pull complete [2020-10-22T14:28:17.392Z] 8f79b27c4fd2: Pull complete [2020-10-22T14:28:19.978Z] e5c8dbe1645b: Pull complete [2020-10-22T14:28:24.291Z] 23e8b3b47431: Pull complete [2020-10-22T14:28:26.307Z] 5c568d65a230: Pull complete [2020-10-22T14:28:26.307Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-22T14:28:26.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T14:28:26.307Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-22T14:28:26.819Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:28:26.963Z] $ 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/206:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:28:28.701Z] $ docker top 567b7cba9fcc0d0c75f89e4506b45a19f87dfce868539c5315bc9b4401a0e5ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:28:29.441Z] + snyk monitor '--org=edgex-jenkins' [2020-10-22T14:28:39.646Z] [2020-10-22T14:28:39.646Z] Monitoring /w/workspace/edgex-go/206 (github.com/edgexfoundry/edgex-go)... [2020-10-22T14:28:39.646Z] [2020-10-22T14:28:39.646Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e1911a82-8a32-48d4-b938-8695155b60e7 [2020-10-22T14:28:39.646Z] [2020-10-22T14:28:39.646Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-22T14:28:39.646Z] [2020-10-22T14:28:39.918Z] [2020-10-22T14:28:39.918Z] Snyk CLI supports Node.js 8 and higher. [2020-10-22T14:28:39.918Z] 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-22T14:28:39.918Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-22T14:28:39.918Z] [2020-10-22T14:28:39.918Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-22T14:28:39.918Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-22T14:28:39.918Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-22T14:28:39.918Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-22T14:28:39.969Z] $ docker stop --time=1 567b7cba9fcc0d0c75f89e4506b45a19f87dfce868539c5315bc9b4401a0e5ff [2020-10-22T14:28:43.138Z] $ docker rm -f 567b7cba9fcc0d0c75f89e4506b45a19f87dfce868539c5315bc9b4401a0e5ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:28:44.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:28:44.985Z] [2020-10-22T14:28:44.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:28:45.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:28:45.894Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-22T14:28:45.894Z] e7c96db7181b: Pulling fs layer [2020-10-22T14:28:45.894Z] 1868ca2cb446: Pulling fs layer [2020-10-22T14:28:45.894Z] 136be5d0fe8e: Pulling fs layer [2020-10-22T14:28:45.894Z] 894bfe63afcb: Pulling fs layer [2020-10-22T14:28:45.894Z] 894bfe63afcb: Waiting [2020-10-22T14:28:45.894Z] 1868ca2cb446: Verifying Checksum [2020-10-22T14:28:45.894Z] 1868ca2cb446: Download complete [2020-10-22T14:28:45.894Z] 136be5d0fe8e: Verifying Checksum [2020-10-22T14:28:45.894Z] 136be5d0fe8e: Download complete [2020-10-22T14:28:46.177Z] e7c96db7181b: Verifying Checksum [2020-10-22T14:28:46.177Z] e7c96db7181b: Download complete [2020-10-22T14:28:46.474Z] 894bfe63afcb: Verifying Checksum [2020-10-22T14:28:46.474Z] 894bfe63afcb: Download complete [2020-10-22T14:28:47.192Z] e7c96db7181b: Pull complete [2020-10-22T14:28:47.192Z] 1868ca2cb446: Pull complete [2020-10-22T14:28:47.803Z] 136be5d0fe8e: Pull complete [2020-10-22T14:28:48.069Z] 894bfe63afcb: Pull complete [2020-10-22T14:28:48.069Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-22T14:28:48.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:28:48.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-22T14:28:48.267Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:28:48.397Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:28:49.942Z] $ docker top afc426697b2cd9f06a33e4b0f8faff3780ab2bb840a4230afe3b50019ecc6e00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:28:51.129Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:28:51.129Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:28:53.938Z] $ docker stop --time=1 afc426697b2cd9f06a33e4b0f8faff3780ab2bb840a4230afe3b50019ecc6e00 [2020-10-22T14:28:55.572Z] $ docker rm -f afc426697b2cd9f06a33e4b0f8faff3780ab2bb840a4230afe3b50019ecc6e00 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:28:56.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:28:56.184Z] . [Pipeline] withDockerContainer [2020-10-22T14:28:56.410Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:28:56.596Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:28:57.851Z] $ docker top 82d3a592dcdbe92c23c6000c68e2f2432f178e07c6d771f69d2b273652b9ca14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:28:58.846Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:28:58.846Z] + tee [2020-10-22T14:28:58.846Z] clair timeout 1m0s [2020-10-22T14:28:58.846Z] docker timeout: 1m0s [2020-10-22T14:28:58.846Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:28:59.536Z] $ docker stop --time=1 82d3a592dcdbe92c23c6000c68e2f2432f178e07c6d771f69d2b273652b9ca14 [2020-10-22T14:29:01.218Z] $ docker rm -f 82d3a592dcdbe92c23c6000c68e2f2432f178e07c6d771f69d2b273652b9ca14 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:29:01.818Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:29:01.841Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-core-command-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:29:01.908Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:29:02.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:29:02.472Z] . [Pipeline] withDockerContainer [2020-10-22T14:29:03.081Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:29:03.220Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:29:04.360Z] $ docker top 44ae41d9ea71752fd81c53a754ef48a7d227ba1b52cda779cabff2852e5e2269 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:29:05.024Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:29:05.024Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:29:10.597Z] $ docker stop --time=1 44ae41d9ea71752fd81c53a754ef48a7d227ba1b52cda779cabff2852e5e2269 [2020-10-22T14:29:12.375Z] $ docker rm -f 44ae41d9ea71752fd81c53a754ef48a7d227ba1b52cda779cabff2852e5e2269 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:29:12.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:29:12.982Z] . [Pipeline] withDockerContainer [2020-10-22T14:29:13.154Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:29:13.316Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:29:14.516Z] $ docker top 03b37f74b138728c85c284199943b5fe1209959f5a438b77ea21cf6444f68028 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:29:15.168Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:29:15.168Z] + tee [2020-10-22T14:29:15.168Z] clair timeout 1m0s [2020-10-22T14:29:15.168Z] docker timeout: 1m0s [2020-10-22T14:29:15.168Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:29:16.232Z] $ docker stop --time=1 03b37f74b138728c85c284199943b5fe1209959f5a438b77ea21cf6444f68028 [2020-10-22T14:29:17.719Z] $ docker rm -f 03b37f74b138728c85c284199943b5fe1209959f5a438b77ea21cf6444f68028 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:29:18.243Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:29:18.257Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-core-data-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:29:18.340Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:29:18.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:29:18.769Z] . [Pipeline] withDockerContainer [2020-10-22T14:29:18.955Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:29:19.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:29:20.120Z] $ docker top 917c423aefa1be0a83b2a42c6153a7f410ba3284091d10d6fba0c25d433be718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:29:20.739Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:29:20.739Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:29:23.508Z] $ docker stop --time=1 917c423aefa1be0a83b2a42c6153a7f410ba3284091d10d6fba0c25d433be718 [2020-10-22T14:29:24.940Z] $ docker rm -f 917c423aefa1be0a83b2a42c6153a7f410ba3284091d10d6fba0c25d433be718 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:29:25.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:29:25.484Z] . [Pipeline] withDockerContainer [2020-10-22T14:29:25.759Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:29:25.864Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:29:26.912Z] $ docker top faf00df345653384b434d7c09b76e16126e91c27e908723d4a45f8c00dfb349f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:29:27.558Z] + tee [2020-10-22T14:29:27.558Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:29:27.558Z] clair timeout 1m0s [2020-10-22T14:29:27.558Z] docker timeout: 1m0s [2020-10-22T14:29:27.558Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:29:28.333Z] $ docker stop --time=1 faf00df345653384b434d7c09b76e16126e91c27e908723d4a45f8c00dfb349f [2020-10-22T14:29:29.882Z] $ docker rm -f faf00df345653384b434d7c09b76e16126e91c27e908723d4a45f8c00dfb349f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:29:30.842Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:29:30.928Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-core-metadata-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:29:30.984Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:29:31.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:29:31.357Z] . [Pipeline] withDockerContainer [2020-10-22T14:29:31.527Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:29:31.618Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:29:32.653Z] $ docker top 4338ace5aa9324e1d86d7cc739bae5efeec60a292c8f5c917268dbbf4f94bd81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:29:33.386Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:29:33.386Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:29:37.791Z] $ docker stop --time=1 4338ace5aa9324e1d86d7cc739bae5efeec60a292c8f5c917268dbbf4f94bd81 [2020-10-22T14:29:39.484Z] $ docker rm -f 4338ace5aa9324e1d86d7cc739bae5efeec60a292c8f5c917268dbbf4f94bd81 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:29:40.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:29:40.187Z] . [Pipeline] withDockerContainer [2020-10-22T14:29:40.320Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:29:40.370Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:29:41.547Z] $ docker top 96fe7b86652837e6970905271f24fd3cbf3c188b0a31aad2b13ecd56e1584fde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:29:42.243Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:29:42.243Z] + tee [2020-10-22T14:29:42.530Z] clair timeout 1m0s [2020-10-22T14:29:42.531Z] docker timeout: 1m0s [2020-10-22T14:29:42.531Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:29:43.651Z] $ docker stop --time=1 96fe7b86652837e6970905271f24fd3cbf3c188b0a31aad2b13ecd56e1584fde [2020-10-22T14:29:45.187Z] $ docker rm -f 96fe7b86652837e6970905271f24fd3cbf3c188b0a31aad2b13ecd56e1584fde [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:29:45.756Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:29:45.777Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-security-proxy-setup-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:29:45.832Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:29:46.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:29:46.205Z] . [Pipeline] withDockerContainer [2020-10-22T14:29:46.435Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:29:46.516Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:29:47.847Z] $ docker top 2e3085dc9ea2106f9c858e9b448b62ca20c4e3ff3dfb84b0382c88576ad6e294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:29:48.959Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:29:48.959Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:29:59.329Z] $ docker stop --time=1 2e3085dc9ea2106f9c858e9b448b62ca20c4e3ff3dfb84b0382c88576ad6e294 [2020-10-22T14:30:00.830Z] $ docker rm -f 2e3085dc9ea2106f9c858e9b448b62ca20c4e3ff3dfb84b0382c88576ad6e294 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:30:01.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:30:01.443Z] . [Pipeline] withDockerContainer [2020-10-22T14:30:01.702Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:30:02.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:30:03.578Z] $ docker top fe2b5c5881673d8445e501a3ae2df0bfce724034cbf031254f79e19bd37eaf75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:30:04.286Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:30:04.286Z] + tee [2020-10-22T14:30:04.286Z] clair timeout 1m0s [2020-10-22T14:30:04.286Z] docker timeout: 1m0s [2020-10-22T14:30:04.286Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:30:06.358Z] $ docker stop --time=1 fe2b5c5881673d8445e501a3ae2df0bfce724034cbf031254f79e19bd37eaf75 [2020-10-22T14:30:07.980Z] $ docker rm -f fe2b5c5881673d8445e501a3ae2df0bfce724034cbf031254f79e19bd37eaf75 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:30:08.650Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:30:08.687Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-security-secrets-setup-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:30:08.753Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:30:09.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:30:09.342Z] . [Pipeline] withDockerContainer [2020-10-22T14:30:09.637Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:30:09.762Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:30:11.425Z] $ docker top 61fe79a5d175f3a88b8e556d1e897602ba79b34d9cbf84ed3342c92525422347 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:30:12.491Z] + tee [2020-10-22T14:30:12.491Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:30:21.202Z] $ docker stop --time=1 61fe79a5d175f3a88b8e556d1e897602ba79b34d9cbf84ed3342c92525422347 [2020-10-22T14:30:23.158Z] $ docker rm -f 61fe79a5d175f3a88b8e556d1e897602ba79b34d9cbf84ed3342c92525422347 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:30:23.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:30:23.838Z] . [Pipeline] withDockerContainer [2020-10-22T14:30:24.102Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:30:24.264Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:30:25.270Z] $ docker top b3914d369baa1931e858337636b0761b94a40e58d3b6003160bc1bfe997fcf60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:30:25.938Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:30:25.938Z] + tee [2020-10-22T14:30:25.938Z] clair timeout 1m0s [2020-10-22T14:30:25.938Z] docker timeout: 1m0s [2020-10-22T14:30:25.938Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:30:27.537Z] $ docker stop --time=1 b3914d369baa1931e858337636b0761b94a40e58d3b6003160bc1bfe997fcf60 [2020-10-22T14:30:29.171Z] $ docker rm -f b3914d369baa1931e858337636b0761b94a40e58d3b6003160bc1bfe997fcf60 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:30:30.083Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:30:30.101Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-security-secretstore-setup-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:30:30.157Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:30:31.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:30:31.172Z] . [Pipeline] withDockerContainer [2020-10-22T14:30:31.486Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:30:32.269Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:30:33.699Z] $ docker top a981660a05efa3c2eab4a709379ba75ca0976801b8d96be6508adecb6588bb65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:30:34.530Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:30:34.530Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:30:38.124Z] $ docker stop --time=1 a981660a05efa3c2eab4a709379ba75ca0976801b8d96be6508adecb6588bb65 [2020-10-22T14:30:39.979Z] $ docker rm -f a981660a05efa3c2eab4a709379ba75ca0976801b8d96be6508adecb6588bb65 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:30:40.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:30:40.619Z] . [Pipeline] withDockerContainer [2020-10-22T14:30:40.930Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:30:41.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:30:42.684Z] $ docker top 9566e875fe93f693e04716e90ad0bff578f64c03b39fc83543474348741c78d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:30:43.554Z] + tee [2020-10-22T14:30:43.555Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:30:43.555Z] clair timeout 1m0s [2020-10-22T14:30:43.555Z] docker timeout: 1m0s [2020-10-22T14:30:43.555Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:30:44.808Z] $ docker stop --time=1 9566e875fe93f693e04716e90ad0bff578f64c03b39fc83543474348741c78d1 [2020-10-22T14:30:46.416Z] $ docker rm -f 9566e875fe93f693e04716e90ad0bff578f64c03b39fc83543474348741c78d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:30:46.967Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:30:47.011Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-support-logging-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:30:47.074Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:30:47.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:30:47.489Z] . [Pipeline] withDockerContainer [2020-10-22T14:30:47.679Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:30:47.754Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:30:48.765Z] $ docker top 31c6af08b729ed466d76553eaaa5d2c3f77ed6d220aec03364cfdebc3a717352 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:30:49.386Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:30:49.386Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:30:54.887Z] $ docker stop --time=1 31c6af08b729ed466d76553eaaa5d2c3f77ed6d220aec03364cfdebc3a717352 [2020-10-22T14:30:56.526Z] $ docker rm -f 31c6af08b729ed466d76553eaaa5d2c3f77ed6d220aec03364cfdebc3a717352 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:30:57.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:30:57.117Z] . [Pipeline] withDockerContainer [2020-10-22T14:30:57.405Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:30:57.511Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:30:58.502Z] $ docker top 1248037f689ba8828f22e482ade797ae745aae9ee50314e75f6f6ab37e8ac620 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:30:59.549Z] + tee [2020-10-22T14:30:59.549Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:30:59.549Z] clair timeout 1m0s [2020-10-22T14:30:59.549Z] docker timeout: 1m0s [2020-10-22T14:30:59.549Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:31:00.640Z] $ docker stop --time=1 1248037f689ba8828f22e482ade797ae745aae9ee50314e75f6f6ab37e8ac620 [2020-10-22T14:31:02.311Z] $ docker rm -f 1248037f689ba8828f22e482ade797ae745aae9ee50314e75f6f6ab37e8ac620 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:31:02.864Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:31:02.878Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-support-notifications-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:31:02.933Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:31:03.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:31:03.299Z] . [Pipeline] withDockerContainer [2020-10-22T14:31:03.484Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:31:03.555Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:31:04.987Z] $ docker top 5f137c58104e59cf9820fb910bd571f430517ca275822959ce1267b04d8d14ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:31:05.706Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:31:05.706Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:31:08.495Z] $ docker stop --time=1 5f137c58104e59cf9820fb910bd571f430517ca275822959ce1267b04d8d14ec [2020-10-22T14:31:10.207Z] $ docker rm -f 5f137c58104e59cf9820fb910bd571f430517ca275822959ce1267b04d8d14ec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:31:12.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:31:12.347Z] . [Pipeline] withDockerContainer [2020-10-22T14:31:12.584Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:31:12.689Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:31:13.573Z] $ docker top 61faabc4dc88bd6513de6ea3d737a81792201ab3b72a463802a114a47b96bdf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:31:14.348Z] + tee [2020-10-22T14:31:14.348Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:31:14.348Z] clair timeout 1m0s [2020-10-22T14:31:14.348Z] docker timeout: 1m0s [2020-10-22T14:31:14.348Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:31:15.259Z] $ docker stop --time=1 61faabc4dc88bd6513de6ea3d737a81792201ab3b72a463802a114a47b96bdf5 [2020-10-22T14:31:16.809Z] $ docker rm -f 61faabc4dc88bd6513de6ea3d737a81792201ab3b72a463802a114a47b96bdf5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:31:17.595Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:31:17.656Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-support-scheduler-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:31:17.814Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:31:18.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:31:18.223Z] . [Pipeline] withDockerContainer [2020-10-22T14:31:18.603Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:31:18.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:31:19.825Z] $ docker top d1f9305e3100540cc8488777d5c1065a48f7897938d34e44b8dbf387095a3a68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:31:21.072Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:31:21.072Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:31:36.354Z] $ docker stop --time=1 d1f9305e3100540cc8488777d5c1065a48f7897938d34e44b8dbf387095a3a68 [2020-10-22T14:31:37.988Z] $ docker rm -f d1f9305e3100540cc8488777d5c1065a48f7897938d34e44b8dbf387095a3a68 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:31:38.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:31:38.698Z] . [Pipeline] withDockerContainer [2020-10-22T14:31:38.995Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:31:39.095Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:31:40.248Z] $ docker top def3b3014631594fade3a49887e69e52138e102ebc5b04b24ee7cfce092c855e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:31:40.985Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:31:40.986Z] + tee [2020-10-22T14:31:40.986Z] clair timeout 1m0s [2020-10-22T14:31:40.986Z] docker timeout: 1m0s [2020-10-22T14:31:40.986Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:31:43.102Z] $ docker stop --time=1 def3b3014631594fade3a49887e69e52138e102ebc5b04b24ee7cfce092c855e [2020-10-22T14:31:44.630Z] $ docker rm -f def3b3014631594fade3a49887e69e52138e102ebc5b04b24ee7cfce092c855e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:31:45.326Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:31:45.343Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-sys-mgmt-agent-go_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:31:45.454Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:31:45.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:31:45.792Z] . [Pipeline] withDockerContainer [2020-10-22T14:31:45.983Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:31:46.086Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:31:47.123Z] $ docker top f5042dc1b7a7ca07bd4adbd39dc860135065cc5f7e9ee35227373ecf1f91f57e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:31:47.725Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:31:47.725Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:31:50.533Z] $ docker stop --time=1 f5042dc1b7a7ca07bd4adbd39dc860135065cc5f7e9ee35227373ecf1f91f57e [2020-10-22T14:31:52.111Z] $ docker rm -f f5042dc1b7a7ca07bd4adbd39dc860135065cc5f7e9ee35227373ecf1f91f57e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:31:52.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:31:52.872Z] . [Pipeline] withDockerContainer [2020-10-22T14:31:53.042Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:31:53.118Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:31:54.187Z] $ docker top 6de8b41b36f811a09096bb71b335b51df0dc133a9edc0f198e5feeebe5fff631 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:31:54.945Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:31:54.945Z] + tee [2020-10-22T14:31:54.945Z] clair timeout 1m0s [2020-10-22T14:31:54.945Z] docker timeout: 1m0s [2020-10-22T14:31:54.945Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:31:56.053Z] $ docker stop --time=1 6de8b41b36f811a09096bb71b335b51df0dc133a9edc0f198e5feeebe5fff631 [2020-10-22T14:31:58.012Z] $ docker rm -f 6de8b41b36f811a09096bb71b335b51df0dc133a9edc0f198e5feeebe5fff631 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:31:58.664Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:31:58.692Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-core-command-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:31:58.805Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:31:59.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:31:59.221Z] . [Pipeline] withDockerContainer [2020-10-22T14:31:59.373Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:31:59.435Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:00.715Z] $ docker top eddffc5088a45976339b060646d59cd6375122df96af8243338f7119a1022c5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:01.362Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:32:01.362Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:32:07.004Z] $ docker stop --time=1 eddffc5088a45976339b060646d59cd6375122df96af8243338f7119a1022c5f [2020-10-22T14:32:08.835Z] $ docker rm -f eddffc5088a45976339b060646d59cd6375122df96af8243338f7119a1022c5f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:32:09.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:32:09.570Z] . [Pipeline] withDockerContainer [2020-10-22T14:32:09.761Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:32:09.865Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:10.875Z] $ docker top ffc7007207ceb99aa5fd7158c5cade298d592b6be04f9a4337c65a197c19b4cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:11.541Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:32:11.541Z] + tee [2020-10-22T14:32:11.541Z] clair timeout 1m0s [2020-10-22T14:32:11.541Z] docker timeout: 1m0s [2020-10-22T14:32:11.541Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:32:12.745Z] $ docker stop --time=1 ffc7007207ceb99aa5fd7158c5cade298d592b6be04f9a4337c65a197c19b4cb [2020-10-22T14:32:14.369Z] $ docker rm -f ffc7007207ceb99aa5fd7158c5cade298d592b6be04f9a4337c65a197c19b4cb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:32:14.932Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:32:14.948Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-core-data-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:32:15.010Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:32:15.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:32:15.475Z] . [Pipeline] withDockerContainer [2020-10-22T14:32:15.747Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:32:15.828Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:17.046Z] $ docker top 20ed8f932e581af72b9fe09a26d0bd3f059d7fcba9490cd5fc0ee0188468fb4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:17.765Z] + tee [2020-10-22T14:32:17.765Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:32:20.558Z] $ docker stop --time=1 20ed8f932e581af72b9fe09a26d0bd3f059d7fcba9490cd5fc0ee0188468fb4a [2020-10-22T14:32:22.116Z] $ docker rm -f 20ed8f932e581af72b9fe09a26d0bd3f059d7fcba9490cd5fc0ee0188468fb4a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:32:22.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:32:22.713Z] . [Pipeline] withDockerContainer [2020-10-22T14:32:22.875Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:32:22.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:23.930Z] $ docker top cc5a3523d166f11d4e4e4cff235d8939e010f5b7b889c519238dbe1b9739f7be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:24.573Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:32:24.573Z] + tee [2020-10-22T14:32:24.847Z] clair timeout 1m0s [2020-10-22T14:32:24.847Z] docker timeout: 1m0s [2020-10-22T14:32:24.847Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:32:25.600Z] $ docker stop --time=1 cc5a3523d166f11d4e4e4cff235d8939e010f5b7b889c519238dbe1b9739f7be [2020-10-22T14:32:27.051Z] $ docker rm -f cc5a3523d166f11d4e4e4cff235d8939e010f5b7b889c519238dbe1b9739f7be [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:32:27.590Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:32:27.608Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-core-metadata-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:32:27.673Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:32:28.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:32:28.034Z] . [Pipeline] withDockerContainer [2020-10-22T14:32:28.184Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:32:28.246Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:29.430Z] $ docker top 1c903b946021a8cd83c2a68289f9cc6ae9721f428d75aab5084f6f7fa70888fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:30.056Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:32:30.056Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:32:35.690Z] $ docker stop --time=1 1c903b946021a8cd83c2a68289f9cc6ae9721f428d75aab5084f6f7fa70888fd [2020-10-22T14:32:37.447Z] $ docker rm -f 1c903b946021a8cd83c2a68289f9cc6ae9721f428d75aab5084f6f7fa70888fd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:32:38.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:32:38.004Z] . [Pipeline] withDockerContainer [2020-10-22T14:32:38.318Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:32:38.373Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:39.477Z] $ docker top 444c9750538b2c3f7d3af0c3d95821366e92d5c62858953187e0f91a6c669443 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:40.262Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:32:40.262Z] + tee [2020-10-22T14:32:40.262Z] clair timeout 1m0s [2020-10-22T14:32:40.262Z] docker timeout: 1m0s [2020-10-22T14:32:40.262Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:32:41.161Z] $ docker stop --time=1 444c9750538b2c3f7d3af0c3d95821366e92d5c62858953187e0f91a6c669443 [2020-10-22T14:32:42.893Z] $ docker rm -f 444c9750538b2c3f7d3af0c3d95821366e92d5c62858953187e0f91a6c669443 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:32:43.494Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:32:43.507Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:32:43.566Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:32:43.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:32:43.962Z] . [Pipeline] withDockerContainer [2020-10-22T14:32:44.234Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:32:44.337Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:45.643Z] $ docker top 7e05df601d5d20db7fb2345a8b4bc579c9421ff752ed8b43f999199aa97dfea3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:46.351Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:32:46.351Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:32:54.795Z] $ docker stop --time=1 7e05df601d5d20db7fb2345a8b4bc579c9421ff752ed8b43f999199aa97dfea3 [2020-10-22T14:32:56.706Z] $ docker rm -f 7e05df601d5d20db7fb2345a8b4bc579c9421ff752ed8b43f999199aa97dfea3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:32:57.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:32:57.343Z] . [Pipeline] withDockerContainer [2020-10-22T14:32:57.520Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:32:57.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:32:58.778Z] $ docker top a9df57ac61828dded46c9eafb8159ee85f667e673ddc61de3665a46536bc26d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:32:59.519Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:32:59.519Z] + tee [2020-10-22T14:32:59.519Z] clair timeout 1m0s [2020-10-22T14:32:59.519Z] docker timeout: 1m0s [2020-10-22T14:32:59.519Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:33:01.742Z] $ docker stop --time=1 a9df57ac61828dded46c9eafb8159ee85f667e673ddc61de3665a46536bc26d8 [2020-10-22T14:33:03.336Z] $ docker rm -f a9df57ac61828dded46c9eafb8159ee85f667e673ddc61de3665a46536bc26d8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:33:03.993Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:33:04.101Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:33:04.155Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:33:04.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:33:04.526Z] . [Pipeline] withDockerContainer [2020-10-22T14:33:04.909Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:33:05.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:33:06.123Z] $ docker top 149bdb19d5a11b7c3be471816a6cd6322375319b61dd0270c8dfadb6fe953533 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:33:07.697Z] + tee [2020-10-22T14:33:07.697Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:33:16.166Z] $ docker stop --time=1 149bdb19d5a11b7c3be471816a6cd6322375319b61dd0270c8dfadb6fe953533 [2020-10-22T14:33:17.935Z] $ docker rm -f 149bdb19d5a11b7c3be471816a6cd6322375319b61dd0270c8dfadb6fe953533 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:33:18.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:33:18.639Z] . [Pipeline] withDockerContainer [2020-10-22T14:33:18.914Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:33:19.339Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:33:20.575Z] $ docker top 1bfadf81002b2969856f0229757711630852741e82a88062bc1fc61460697cb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:33:21.177Z] + tee [2020-10-22T14:33:21.177Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:33:21.177Z] clair timeout 1m0s [2020-10-22T14:33:21.177Z] docker timeout: 1m0s [2020-10-22T14:33:21.177Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:33:22.712Z] $ docker stop --time=1 1bfadf81002b2969856f0229757711630852741e82a88062bc1fc61460697cb8 [2020-10-22T14:33:24.225Z] $ docker rm -f 1bfadf81002b2969856f0229757711630852741e82a88062bc1fc61460697cb8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:33:24.857Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:33:24.874Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:33:24.932Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:33:25.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:33:25.321Z] . [Pipeline] withDockerContainer [2020-10-22T14:33:25.519Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:33:25.596Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:33:26.893Z] $ docker top 786a67188b1c6c935e4ada89f21f4d79d86968bc57bd66ff7e6f077109282f3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:33:27.688Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:33:27.688Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:33:31.333Z] $ docker stop --time=1 786a67188b1c6c935e4ada89f21f4d79d86968bc57bd66ff7e6f077109282f3b [2020-10-22T14:33:32.957Z] $ docker rm -f 786a67188b1c6c935e4ada89f21f4d79d86968bc57bd66ff7e6f077109282f3b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:33:33.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:33:33.947Z] . [Pipeline] withDockerContainer [2020-10-22T14:33:34.095Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:33:34.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:33:35.343Z] $ docker top 6abfa12d0ab271ab8582ea3f2f2f7a41a7f01512936421c90bcfdd45a0a4e919 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:33:36.446Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:33:36.446Z] + tee [2020-10-22T14:33:36.446Z] clair timeout 1m0s [2020-10-22T14:33:36.446Z] docker timeout: 1m0s [2020-10-22T14:33:36.446Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:33:37.263Z] $ docker stop --time=1 6abfa12d0ab271ab8582ea3f2f2f7a41a7f01512936421c90bcfdd45a0a4e919 [2020-10-22T14:33:38.835Z] $ docker rm -f 6abfa12d0ab271ab8582ea3f2f2f7a41a7f01512936421c90bcfdd45a0a4e919 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:33:39.411Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:33:39.429Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-support-logging-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:33:39.491Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:33:40.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:33:40.009Z] . [Pipeline] withDockerContainer [2020-10-22T14:33:40.151Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:33:40.202Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:33:42.142Z] $ docker top 0608f511a02deb6fd2e616fda0f2e8e0e244db7f682d8959a796836b3b993f12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:33:42.773Z] + tee [2020-10-22T14:33:42.773Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:33:48.284Z] $ docker stop --time=1 0608f511a02deb6fd2e616fda0f2e8e0e244db7f682d8959a796836b3b993f12 [2020-10-22T14:33:50.064Z] $ docker rm -f 0608f511a02deb6fd2e616fda0f2e8e0e244db7f682d8959a796836b3b993f12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:33:50.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:33:50.719Z] . [Pipeline] withDockerContainer [2020-10-22T14:33:50.973Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:33:51.079Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:33:52.369Z] $ docker top 96d66f12459d5e4c2da3f127afaf73b56b9fffed9d0fb44899d3b0cf700a78c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:33:54.072Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:33:54.072Z] + tee [2020-10-22T14:33:54.072Z] clair timeout 1m0s [2020-10-22T14:33:54.072Z] docker timeout: 1m0s [2020-10-22T14:33:54.072Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:33:55.323Z] $ docker stop --time=1 96d66f12459d5e4c2da3f127afaf73b56b9fffed9d0fb44899d3b0cf700a78c9 [2020-10-22T14:33:57.457Z] $ docker rm -f 96d66f12459d5e4c2da3f127afaf73b56b9fffed9d0fb44899d3b0cf700a78c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:33:58.870Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:33:58.884Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-support-notifications-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:33:58.939Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:33:59.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:33:59.323Z] . [Pipeline] withDockerContainer [2020-10-22T14:33:59.552Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:33:59.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:34:01.020Z] $ docker top 02a2a115ce9715da7e9a16a3ce43ac9cff06b3e19d9d049c391853f2ce065869 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:34:02.358Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:34:02.358Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:34:05.330Z] $ docker stop --time=1 02a2a115ce9715da7e9a16a3ce43ac9cff06b3e19d9d049c391853f2ce065869 [2020-10-22T14:34:07.402Z] $ docker rm -f 02a2a115ce9715da7e9a16a3ce43ac9cff06b3e19d9d049c391853f2ce065869 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:34:08.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:34:08.288Z] . [Pipeline] withDockerContainer [2020-10-22T14:34:08.771Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:34:08.881Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:34:09.908Z] $ docker top 45dec1745c5dd8cc78b9b59cc8ca4e4430030133100ff1e8df3f3bff99b31de4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:34:11.254Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:34:11.254Z] + tee [2020-10-22T14:34:11.254Z] clair timeout 1m0s [2020-10-22T14:34:11.254Z] docker timeout: 1m0s [2020-10-22T14:34:11.254Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:34:11.953Z] $ docker stop --time=1 45dec1745c5dd8cc78b9b59cc8ca4e4430030133100ff1e8df3f3bff99b31de4 [2020-10-22T14:34:13.585Z] $ docker rm -f 45dec1745c5dd8cc78b9b59cc8ca4e4430030133100ff1e8df3f3bff99b31de4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:34:14.176Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:34:14.191Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-support-scheduler-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:34:14.251Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:34:14.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:34:14.791Z] . [Pipeline] withDockerContainer [2020-10-22T14:34:14.960Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:34:15.033Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:34:16.481Z] $ docker top e9c385c02251d4906f00b545b9c9698b67b6f20419021731a0871012b0351b3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:34:17.087Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:34:17.087Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:34:32.339Z] $ docker stop --time=1 e9c385c02251d4906f00b545b9c9698b67b6f20419021731a0871012b0351b3c [2020-10-22T14:34:34.155Z] $ docker rm -f e9c385c02251d4906f00b545b9c9698b67b6f20419021731a0871012b0351b3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:34:34.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T14:34:34.758Z] . [Pipeline] withDockerContainer [2020-10-22T14:34:34.989Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:34:35.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:34:37.108Z] $ docker top 7430444d19e1ad68a2e039227e4e95d125c4e166a98d7cb787bbd0e355200d22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T14:34:38.392Z] + tee [2020-10-22T14:34:38.392Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e24f5199b8df60a8194d43c8100204b18b70afd7 [2020-10-22T14:34:38.392Z] clair timeout 1m0s [2020-10-22T14:34:38.392Z] docker timeout: 1m0s [2020-10-22T14:34:38.392Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T14:34:40.026Z] $ docker stop --time=1 7430444d19e1ad68a2e039227e4e95d125c4e166a98d7cb787bbd0e355200d22 [2020-10-22T14:34:42.463Z] $ docker rm -f 7430444d19e1ad68a2e039227e4e95d125c4e166a98d7cb787bbd0e355200d22 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T14:34:43.146Z] + mkdir -p /w/workspace/edgex-go/206/clair-reports [Pipeline] echo [2020-10-22T14:34:43.174Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/206/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_e24f5199b8df60a8194d43c8100204b18b70afd7.html [Pipeline] writeFile [Pipeline] step [2020-10-22T14:34:43.256Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-22T14:34:43.855Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T14:34:43.935Z] provisioning config files... [2020-10-22T14:34:44.185Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/206@tmp/config1910550492297912619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:34:45.144Z] --> edgex-publish-swagger.sh [2020-10-22T14:34:45.144Z] === Publish openapi/v1 API === [2020-10-22T14:34:45.144Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-22T14:34:45.144Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T14:34:45.144Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:45.144Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:46.799Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8333 0:00:01 0:00:01 --:--:-- 8343 100 10521 0 0 100 10521 0 8332 0:00:01 0:00:01 --:--:-- 8343 [2020-10-22T14:34:46.799Z] [2020-10-22T14:34:46.799Z] [2020-10-22T14:34:46.799Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T14:34:46.799Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:46.799Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:47.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 22145 0:00:01 0:00:01 --:--:-- 22162 100 32556 0 0 100 32556 0 22140 0:00:01 0:00:01 --:--:-- 22146 [2020-10-22T14:34:47.881Z] [2020-10-22T14:34:47.881Z] [2020-10-22T14:34:47.881Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T14:34:47.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:47.881Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:49.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 59113 0:00:01 0:00:01 --:--:-- 59117 100 73720 0 0 100 73720 0 59099 0:00:01 0:00:01 --:--:-- 59070 [2020-10-22T14:34:49.151Z] [2020-10-22T14:34:49.151Z] [2020-10-22T14:34:49.151Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T14:34:49.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:49.151Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:50.561Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12161 0:00:01 0:00:01 --:--:-- 12168 100 13580 0 0 100 13580 0 12158 0:00:01 0:00:01 --:--:-- 12168 [2020-10-22T14:34:50.561Z] [2020-10-22T14:34:50.561Z] [2020-10-22T14:34:50.561Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T14:34:50.561Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:50.561Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:51.524Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32186 0:00:01 0:00:01 --:--:-- 32219 100 38889 0 0 100 38889 0 32179 0:00:01 0:00:01 --:--:-- 32192 [2020-10-22T14:34:51.524Z] [2020-10-22T14:34:51.524Z] [2020-10-22T14:34:51.524Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T14:34:51.524Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:51.524Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:52.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12173 0:00:01 0:00:01 --:--:-- 12177 100 14248 0 0 100 14248 0 12171 0:00:01 0:00:01 --:--:-- 12177 [2020-10-22T14:34:52.925Z] [2020-10-22T14:34:52.925Z] [2020-10-22T14:34:52.925Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T14:34:52.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:52.925Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:53.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3491 0:00:01 0:00:01 --:--:-- 3494 100 4109 0 0 100 4109 0 3490 0:00:01 0:00:01 --:--:-- 3491 [2020-10-22T14:34:53.890Z] [2020-10-22T14:34:53.890Z] [2020-10-22T14:34:53.890Z] === Publish openapi/v2 API === [2020-10-22T14:34:53.890Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-22T14:34:53.890Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T14:34:53.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:53.890Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:55.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 23644 0:00:01 0:00:01 --:--:-- 23646 100 29535 0 0 100 29535 0 23639 0:00:01 0:00:01 --:--:-- 23628 [2020-10-22T14:34:55.212Z] [2020-10-22T14:34:55.212Z] [2020-10-22T14:34:55.212Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T14:34:55.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:55.212Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:56.731Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 52534 0:00:01 0:00:01 --:--:-- 52560 100 65648 0 0 100 65648 0 52522 0:00:01 0:00:01 --:--:-- 52560 [2020-10-22T14:34:56.731Z] [2020-10-22T14:34:56.731Z] [2020-10-22T14:34:56.731Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T14:34:56.731Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:56.731Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:57.814Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 96007 0:00:01 0:00:01 --:--:-- 96053 100 119k 0 0 100 119k 0 95037 0:00:01 0:00:01 --:--:-- 95082 [2020-10-22T14:34:57.814Z] [2020-10-22T14:34:57.814Z] [2020-10-22T14:34:57.814Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T14:34:57.814Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:57.814Z] Dload Upload Total Spent Left Speed [2020-10-22T14:34:59.056Z] 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 20434 0:00:01 0:00:01 --:--:-- 20440 100 23691 0 0 100 23691 0 20429 0:00:01 0:00:01 --:--:-- 20423 [2020-10-22T14:34:59.056Z] [2020-10-22T14:34:59.056Z] [2020-10-22T14:34:59.056Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T14:34:59.056Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:34:59.056Z] Dload Upload Total Spent Left Speed [2020-10-22T14:35:01.155Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 49191 0:00:01 0:00:01 --:--:-- 49208 100 62691 0 0 100 62691 0 30189 0:00:02 0:00:02 --:--:-- 30197 100 62691 0 0 100 62691 0 30183 0:00:02 0:00:02 --:--:-- 30197 [2020-10-22T14:35:01.155Z] [2020-10-22T14:35:01.155Z] [2020-10-22T14:35:01.155Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T14:35:01.427Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:35:01.427Z] Dload Upload Total Spent Left Speed [2020-10-22T14:35:03.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 35813 0:00:01 0:00:01 --:--:-- 35840 100 46198 0 0 100 46198 0 23732 0:00:01 0:00:01 --:--:-- 23727 100 46198 0 0 100 46198 0 23728 0:00:01 0:00:01 --:--:-- 23727 [2020-10-22T14:35:03.472Z] [2020-10-22T14:35:03.472Z] [2020-10-22T14:35:03.472Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T14:35:03.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T14:35:03.472Z] Dload Upload Total Spent Left Speed [2020-10-22T14:35:04.749Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 18546 0:00:01 0:00:01 --:--:-- 18564 100 23725 0 0 100 23725 0 16182 0:00:01 0:00:01 --:--:-- 16194 [2020-10-22T14:35:04.749Z] [2020-10-22T14:35:04.749Z] [Pipeline] } [2020-10-22T14:35:04.769Z] 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-22T14:35:05.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:35:05.863Z] . [Pipeline] withDockerContainer [2020-10-22T14:35:06.153Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:35:06.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:35:07.796Z] $ docker top 1e46fca7d3af4705bc3b1586b071939dbe6f655331c3d1443fbbdfd7502ae3ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:35:08.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:35:08.252Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:35:08.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:35:08.637Z] $ docker exec 1e46fca7d3af4705bc3b1586b071939dbe6f655331c3d1443fbbdfd7502ae3ad ssh-agent [2020-10-22T14:35:08.889Z] SSH_AUTH_SOCK=/tmp/ssh-kGdUyH6Bp83P/agent.12 [2020-10-22T14:35:08.889Z] SSH_AGENT_PID=18 [2020-10-22T14:35:08.908Z] Running ssh-add (command line suppressed) [2020-10-22T14:35:09.313Z] Identity added: /w/workspace/edgex-go/206@tmp/private_key_994079171698865657.key (/w/workspace/edgex-go/206@tmp/private_key_994079171698865657.key) [2020-10-22T14:35:09.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:35:10.245Z] + git semver tag [2020-10-22T14:35:10.246Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:35:10.246Z] # $GIT_DIR = /w/workspace/edgex-go/206/.git [2020-10-22T14:35:10.246Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/206 [2020-10-22T14:35:10.246Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:35:10.246Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:35:10.246Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:35:10.246Z] # $SEMVER_BRANCH = master [2020-10-22T14:35:10.246Z] # $SEMVER_DIR = /w/workspace/edgex-go/206/.semver [2020-10-22T14:35:10.246Z] # e24f5199b8df60a8194d43c8100204b18b70afd7 HEAD [2020-10-22T14:35:11.340Z] # -> Force: false [2020-10-22T14:35:11.340Z] # 2f4bb552957190d5c33ecf852c9ec03f1e650bc2 refs/tags/v1.2.2-dev.90 [Pipeline] } [2020-10-22T14:35:11.363Z] $ docker exec --env ******** --env ******** 1e46fca7d3af4705bc3b1586b071939dbe6f655331c3d1443fbbdfd7502ae3ad ssh-agent -k [2020-10-22T14:35:11.657Z] unset SSH_AUTH_SOCK; [2020-10-22T14:35:11.657Z] unset SSH_AGENT_PID; [2020-10-22T14:35:11.657Z] echo Agent pid 18 killed; [2020-10-22T14:35:11.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:35:12.673Z] + git semver [Pipeline] } [2020-10-22T14:35:12.749Z] $ docker stop --time=1 1e46fca7d3af4705bc3b1586b071939dbe6f655331c3d1443fbbdfd7502ae3ad [2020-10-22T14:35:14.381Z] $ docker rm -f 1e46fca7d3af4705bc3b1586b071939dbe6f655331c3d1443fbbdfd7502ae3ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:35:15.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T14:35:15.205Z] [2020-10-22T14:35:15.205Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:35:15.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T14:35:15.986Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-22T14:35:15.986Z] ab5ef0e58194: Pulling fs layer [2020-10-22T14:35:15.986Z] 9712f1f96733: Pulling fs layer [2020-10-22T14:35:15.986Z] 63f879dbbcfc: Pulling fs layer [2020-10-22T14:35:15.986Z] 0d9ebad4ef96: Pulling fs layer [2020-10-22T14:35:15.986Z] e9a5061849ea: Pulling fs layer [2020-10-22T14:35:15.986Z] d747dcd14b5f: Pulling fs layer [2020-10-22T14:35:15.986Z] 2de7ff778b66: Pulling fs layer [2020-10-22T14:35:15.986Z] e9a5061849ea: Waiting [2020-10-22T14:35:15.986Z] d747dcd14b5f: Waiting [2020-10-22T14:35:15.986Z] 2de7ff778b66: Waiting [2020-10-22T14:35:15.986Z] 0d9ebad4ef96: Waiting [2020-10-22T14:35:15.986Z] 9712f1f96733: Verifying Checksum [2020-10-22T14:35:15.986Z] 9712f1f96733: Download complete [2020-10-22T14:35:27.405Z] 63f879dbbcfc: Download complete [2020-10-22T14:35:27.405Z] e9a5061849ea: Verifying Checksum [2020-10-22T14:35:27.405Z] e9a5061849ea: Download complete [2020-10-22T14:35:27.737Z] d747dcd14b5f: Verifying Checksum [2020-10-22T14:35:27.737Z] d747dcd14b5f: Download complete [2020-10-22T14:35:28.386Z] 0d9ebad4ef96: Verifying Checksum [2020-10-22T14:35:28.386Z] 0d9ebad4ef96: Download complete [2020-10-22T14:35:28.662Z] 2de7ff778b66: Verifying Checksum [2020-10-22T14:35:28.662Z] 2de7ff778b66: Download complete [2020-10-22T14:35:28.948Z] ab5ef0e58194: Verifying Checksum [2020-10-22T14:35:28.948Z] ab5ef0e58194: Download complete [2020-10-22T14:35:37.448Z] ab5ef0e58194: Pull complete [2020-10-22T14:35:37.448Z] 9712f1f96733: Pull complete [2020-10-22T14:35:40.999Z] 63f879dbbcfc: Pull complete [2020-10-22T14:35:51.294Z] 0d9ebad4ef96: Pull complete [2020-10-22T14:35:51.294Z] e9a5061849ea: Pull complete [2020-10-22T14:35:51.294Z] d747dcd14b5f: Pull complete [2020-10-22T14:35:55.750Z] 2de7ff778b66: Pull complete [2020-10-22T14:35:55.750Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-22T14:35:55.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T14:35:55.750Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-22T14:35:56.099Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:35:56.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:35:59.692Z] $ docker top a61af0c171433ae4661fe0cf68e9eceff9b757797b39652add400eddb8574238 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-22T14:36:00.014Z] provisioning config files... [2020-10-22T14:36:00.027Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/206@tmp/config3116397070537490284tmp [2020-10-22T14:36:00.052Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/206@tmp/config4768590483356606814tmp [2020-10-22T14:36:00.070Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/206@tmp/config3848734354001321041tmp [Pipeline] { [Pipeline] echo [2020-10-22T14:36:00.217Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:36:00.619Z] ---> sigul-configuration.sh [2020-10-22T14:36:00.887Z] gpg: directory `/root/.gnupg' created [2020-10-22T14:36:00.887Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-22T14:36:00.887Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-22T14:36:00.887Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-22T14:36:00.887Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-22T14:36:00.887Z] gpg: CAST5 encrypted data [2020-10-22T14:36:00.887Z] gpg: encrypted with 1 passphrase [2020-10-22T14:36:00.887Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-22T14:36:01.479Z] + mkdir /home/jenkins [2020-10-22T14:36:01.479Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-22T14:36:02.585Z] + 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-22T14:36:02.600Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:36:02.925Z] ---> sigul-install.sh [2020-10-22T14:36:14.682Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-22T14:36:15.355Z] + git tag --list [2020-10-22T14:36:15.355Z] 0.6.0 [2020-10-22T14:36:15.355Z] 0.6.1 [2020-10-22T14:36:15.355Z] 0.7.0 [2020-10-22T14:36:15.355Z] 0.7.1 [2020-10-22T14:36:15.355Z] v1.0.0 [2020-10-22T14:36:15.355Z] v1.0.1 [2020-10-22T14:36:15.355Z] v1.1.0 [2020-10-22T14:36:15.355Z] v1.2.0 [2020-10-22T14:36:15.355Z] v1.2.1 [2020-10-22T14:36:15.355Z] v1.2.2-dev.1 [2020-10-22T14:36:15.355Z] v1.2.2-dev.10 [2020-10-22T14:36:15.355Z] v1.2.2-dev.11 [2020-10-22T14:36:15.355Z] v1.2.2-dev.12 [2020-10-22T14:36:15.356Z] v1.2.2-dev.13 [2020-10-22T14:36:15.356Z] v1.2.2-dev.14 [2020-10-22T14:36:15.356Z] v1.2.2-dev.15 [2020-10-22T14:36:15.356Z] v1.2.2-dev.16 [2020-10-22T14:36:15.356Z] v1.2.2-dev.17 [2020-10-22T14:36:15.356Z] v1.2.2-dev.18 [2020-10-22T14:36:15.356Z] v1.2.2-dev.19 [2020-10-22T14:36:15.356Z] v1.2.2-dev.2 [2020-10-22T14:36:15.356Z] v1.2.2-dev.20 [2020-10-22T14:36:15.356Z] v1.2.2-dev.21 [2020-10-22T14:36:15.356Z] v1.2.2-dev.22 [2020-10-22T14:36:15.356Z] v1.2.2-dev.23 [2020-10-22T14:36:15.356Z] v1.2.2-dev.24 [2020-10-22T14:36:15.356Z] v1.2.2-dev.25 [2020-10-22T14:36:15.356Z] v1.2.2-dev.26 [2020-10-22T14:36:15.356Z] v1.2.2-dev.27 [2020-10-22T14:36:15.356Z] v1.2.2-dev.28 [2020-10-22T14:36:15.356Z] v1.2.2-dev.29 [2020-10-22T14:36:15.356Z] v1.2.2-dev.3 [2020-10-22T14:36:15.356Z] v1.2.2-dev.30 [2020-10-22T14:36:15.356Z] v1.2.2-dev.31 [2020-10-22T14:36:15.356Z] v1.2.2-dev.32 [2020-10-22T14:36:15.356Z] v1.2.2-dev.33 [2020-10-22T14:36:15.356Z] v1.2.2-dev.34 [2020-10-22T14:36:15.356Z] v1.2.2-dev.35 [2020-10-22T14:36:15.356Z] v1.2.2-dev.36 [2020-10-22T14:36:15.356Z] v1.2.2-dev.37 [2020-10-22T14:36:15.356Z] v1.2.2-dev.38 [2020-10-22T14:36:15.356Z] v1.2.2-dev.39 [2020-10-22T14:36:15.356Z] v1.2.2-dev.4 [2020-10-22T14:36:15.356Z] v1.2.2-dev.40 [2020-10-22T14:36:15.356Z] v1.2.2-dev.41 [2020-10-22T14:36:15.356Z] v1.2.2-dev.42 [2020-10-22T14:36:15.356Z] v1.2.2-dev.43 [2020-10-22T14:36:15.356Z] v1.2.2-dev.44 [2020-10-22T14:36:15.356Z] v1.2.2-dev.45 [2020-10-22T14:36:15.356Z] v1.2.2-dev.46 [2020-10-22T14:36:15.356Z] v1.2.2-dev.47 [2020-10-22T14:36:15.356Z] v1.2.2-dev.48 [2020-10-22T14:36:15.356Z] v1.2.2-dev.49 [2020-10-22T14:36:15.356Z] v1.2.2-dev.5 [2020-10-22T14:36:15.356Z] v1.2.2-dev.50 [2020-10-22T14:36:15.356Z] v1.2.2-dev.51 [2020-10-22T14:36:15.356Z] v1.2.2-dev.52 [2020-10-22T14:36:15.356Z] v1.2.2-dev.53 [2020-10-22T14:36:15.356Z] v1.2.2-dev.54 [2020-10-22T14:36:15.356Z] v1.2.2-dev.55 [2020-10-22T14:36:15.356Z] v1.2.2-dev.56 [2020-10-22T14:36:15.356Z] v1.2.2-dev.57 [2020-10-22T14:36:15.356Z] v1.2.2-dev.58 [2020-10-22T14:36:15.356Z] v1.2.2-dev.59 [2020-10-22T14:36:15.356Z] v1.2.2-dev.6 [2020-10-22T14:36:15.356Z] v1.2.2-dev.60 [2020-10-22T14:36:15.356Z] v1.2.2-dev.61 [2020-10-22T14:36:15.356Z] v1.2.2-dev.62 [2020-10-22T14:36:15.356Z] v1.2.2-dev.63 [2020-10-22T14:36:15.356Z] v1.2.2-dev.64 [2020-10-22T14:36:15.356Z] v1.2.2-dev.65 [2020-10-22T14:36:15.356Z] v1.2.2-dev.66 [2020-10-22T14:36:15.356Z] v1.2.2-dev.67 [2020-10-22T14:36:15.356Z] v1.2.2-dev.68 [2020-10-22T14:36:15.356Z] v1.2.2-dev.69 [2020-10-22T14:36:15.356Z] v1.2.2-dev.7 [2020-10-22T14:36:15.356Z] v1.2.2-dev.70 [2020-10-22T14:36:15.356Z] v1.2.2-dev.71 [2020-10-22T14:36:15.356Z] v1.2.2-dev.72 [2020-10-22T14:36:15.356Z] v1.2.2-dev.73 [2020-10-22T14:36:15.356Z] v1.2.2-dev.74 [2020-10-22T14:36:15.356Z] v1.2.2-dev.75 [2020-10-22T14:36:15.356Z] v1.2.2-dev.76 [2020-10-22T14:36:15.356Z] v1.2.2-dev.77 [2020-10-22T14:36:15.356Z] v1.2.2-dev.78 [2020-10-22T14:36:15.356Z] v1.2.2-dev.79 [2020-10-22T14:36:15.356Z] v1.2.2-dev.8 [2020-10-22T14:36:15.356Z] v1.2.2-dev.80 [2020-10-22T14:36:15.356Z] v1.2.2-dev.81 [2020-10-22T14:36:15.356Z] v1.2.2-dev.82 [2020-10-22T14:36:15.356Z] v1.2.2-dev.83 [2020-10-22T14:36:15.356Z] v1.2.2-dev.84 [2020-10-22T14:36:15.356Z] v1.2.2-dev.85 [2020-10-22T14:36:15.356Z] v1.2.2-dev.86 [2020-10-22T14:36:15.356Z] v1.2.2-dev.87 [2020-10-22T14:36:15.356Z] v1.2.2-dev.88 [2020-10-22T14:36:15.356Z] v1.2.2-dev.89 [2020-10-22T14:36:15.356Z] v1.2.2-dev.9 [2020-10-22T14:36:15.356Z] v1.2.2-dev.90 [Pipeline] sh [2020-10-22T14:36:15.699Z] + lftools sign git-tag v1.2.2-dev.90 [2020-10-22T14:36:17.677Z] Signing Git tag with Sigul... [2020-10-22T14:36:17.677Z] Signing v1.2.2-dev.90 [Pipeline] echo [2020-10-22T14:36:19.126Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:36:19.781Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-22T14:36:19.796Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-22T14:36:19.902Z] $ docker stop --time=1 a61af0c171433ae4661fe0cf68e9eceff9b757797b39652add400eddb8574238 [2020-10-22T14:36:22.429Z] $ docker rm -f a61af0c171433ae4661fe0cf68e9eceff9b757797b39652add400eddb8574238 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:36:23.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:36:23.484Z] . [Pipeline] withDockerContainer [2020-10-22T14:36:23.675Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:36:23.749Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:36:25.099Z] $ docker top 30d8708cd19618ef0c8b95370217a6bfbcf218ce4f899e2d2ea430eb1a5abaf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:36:25.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:36:25.751Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:36:26.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:36:26.106Z] $ docker exec 30d8708cd19618ef0c8b95370217a6bfbcf218ce4f899e2d2ea430eb1a5abaf1 ssh-agent [2020-10-22T14:36:26.394Z] SSH_AUTH_SOCK=/tmp/ssh-KUR7TRiVVRnl/agent.11 [2020-10-22T14:36:26.394Z] SSH_AGENT_PID=16 [2020-10-22T14:36:26.409Z] Running ssh-add (command line suppressed) [2020-10-22T14:36:26.656Z] Identity added: /w/workspace/edgex-go/206@tmp/private_key_1126637975650347283.key (/w/workspace/edgex-go/206@tmp/private_key_1126637975650347283.key) [2020-10-22T14:36:26.729Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:36:27.103Z] + git semver bump pre [2020-10-22T14:36:27.103Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:36:27.103Z] # $GIT_DIR = /w/workspace/edgex-go/206/.git [2020-10-22T14:36:27.103Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/206 [2020-10-22T14:36:27.103Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:36:27.103Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:36:27.103Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:36:27.103Z] # $SEMVER_BRANCH = master [2020-10-22T14:36:27.103Z] # $SEMVER_DIR = /w/workspace/edgex-go/206/.semver [2020-10-22T14:36:27.103Z] 1.2.2-dev.91 [Pipeline] } [2020-10-22T14:36:27.118Z] $ docker exec --env ******** --env ******** 30d8708cd19618ef0c8b95370217a6bfbcf218ce4f899e2d2ea430eb1a5abaf1 ssh-agent -k [2020-10-22T14:36:27.386Z] unset SSH_AUTH_SOCK; [2020-10-22T14:36:27.386Z] unset SSH_AGENT_PID; [2020-10-22T14:36:27.386Z] echo Agent pid 16 killed; [2020-10-22T14:36:27.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:36:27.951Z] + git semver [Pipeline] } [2020-10-22T14:36:27.977Z] $ docker stop --time=1 30d8708cd19618ef0c8b95370217a6bfbcf218ce4f899e2d2ea430eb1a5abaf1 [2020-10-22T14:36:29.804Z] $ docker rm -f 30d8708cd19618ef0c8b95370217a6bfbcf218ce4f899e2d2ea430eb1a5abaf1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:36:30.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T14:36:30.636Z] . [Pipeline] withDockerContainer [2020-10-22T14:36:30.994Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:36:31.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:36:33.860Z] $ docker top d967bd86ec960112bd4c2c74e359df6e00e74b0253be16d3f42107dae0d5c9eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T14:36:34.231Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T14:36:34.231Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T14:36:34.561Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T14:36:34.566Z] $ docker exec d967bd86ec960112bd4c2c74e359df6e00e74b0253be16d3f42107dae0d5c9eb ssh-agent [2020-10-22T14:36:34.816Z] SSH_AUTH_SOCK=/tmp/ssh-nnKZJyd59sDR/agent.12 [2020-10-22T14:36:34.816Z] SSH_AGENT_PID=17 [2020-10-22T14:36:34.826Z] Running ssh-add (command line suppressed) [2020-10-22T14:36:35.429Z] Identity added: /w/workspace/edgex-go/206@tmp/private_key_6424699458649103066.key (/w/workspace/edgex-go/206@tmp/private_key_6424699458649103066.key) [2020-10-22T14:36:35.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T14:36:36.550Z] + git semver push [2020-10-22T14:36:36.550Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T14:36:36.550Z] # $GIT_DIR = /w/workspace/edgex-go/206/.git [2020-10-22T14:36:36.550Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/206 [2020-10-22T14:36:36.550Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T14:36:36.550Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T14:36:36.550Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T14:36:36.550Z] # $SEMVER_BRANCH = master [2020-10-22T14:36:36.550Z] # $SEMVER_DIR = /w/workspace/edgex-go/206/.semver [Pipeline] } [2020-10-22T14:36:52.411Z] $ docker exec --env ******** --env ******** d967bd86ec960112bd4c2c74e359df6e00e74b0253be16d3f42107dae0d5c9eb ssh-agent -k [2020-10-22T14:36:52.695Z] unset SSH_AUTH_SOCK; [2020-10-22T14:36:52.695Z] unset SSH_AGENT_PID; [2020-10-22T14:36:52.695Z] echo Agent pid 17 killed; [2020-10-22T14:36:52.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T14:36:53.797Z] + git semver [Pipeline] } [2020-10-22T14:36:53.818Z] $ docker stop --time=1 d967bd86ec960112bd4c2c74e359df6e00e74b0253be16d3f42107dae0d5c9eb [2020-10-22T14:36:55.448Z] $ docker rm -f d967bd86ec960112bd4c2c74e359df6e00e74b0253be16d3f42107dae0d5c9eb [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-22T14:36:56.839Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:36:58.275Z] ---> package-listing.sh [2020-10-22T14:36:58.275Z] ++ facter osfamily [2020-10-22T14:36:58.275Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T14:36:58.275Z] + OS_FAMILY=redhat [2020-10-22T14:36:58.275Z] + workspace=/w/workspace/edgex-go/206 [2020-10-22T14:36:58.275Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T14:36:58.275Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T14:36:58.275Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T14:36:58.275Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T14:36:58.275Z] + '[' /w/workspace/edgex-go/206 ']' [2020-10-22T14:36:58.275Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T14:36:58.275Z] + case "${OS_FAMILY}" in [2020-10-22T14:36:58.275Z] + rpm -qa [2020-10-22T14:36:58.275Z] + sort [2020-10-22T14:37:05.054Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T14:37:05.054Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T14:37:05.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T14:37:05.054Z] + '[' /w/workspace/edgex-go/206 ']' [2020-10-22T14:37:05.054Z] + mkdir -p /w/workspace/edgex-go/206/archives/ [2020-10-22T14:37:05.054Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/206/archives/ [Pipeline] echo [2020-10-22T14:37:05.124Z] 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/206/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T14:37:05.630Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:37:06.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T14:37:06.264Z] [2020-10-22T14:37:06.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T14:37:06.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T14:37:06.687Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T14:37:06.687Z] df20fa9351a1: Already exists [2020-10-22T14:37:07.070Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T14:37:07.070Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T14:37:07.070Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T14:37:07.070Z] 93b61091891f: Pulling fs layer [2020-10-22T14:37:07.070Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T14:37:07.070Z] 5e14af77c1be: Pulling fs layer [2020-10-22T14:37:07.070Z] 01666e4c0597: Pulling fs layer [2020-10-22T14:37:07.070Z] aa168da1d23b: Pulling fs layer [2020-10-22T14:37:07.070Z] 5e14af77c1be: Waiting [2020-10-22T14:37:07.070Z] 93b61091891f: Waiting [2020-10-22T14:37:07.070Z] 93b9cdb0e59b: Waiting [2020-10-22T14:37:07.070Z] aa168da1d23b: Waiting [2020-10-22T14:37:07.070Z] 01666e4c0597: Waiting [2020-10-22T14:37:07.070Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T14:37:07.070Z] 46f8f816bc3b: Download complete [2020-10-22T14:37:07.070Z] 36b3adc4ff6f: Download complete [2020-10-22T14:37:07.070Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T14:37:07.070Z] 93b9cdb0e59b: Download complete [2020-10-22T14:37:07.070Z] 5e14af77c1be: Verifying Checksum [2020-10-22T14:37:07.070Z] 5e14af77c1be: Download complete [2020-10-22T14:37:07.070Z] 01666e4c0597: Verifying Checksum [2020-10-22T14:37:07.070Z] 01666e4c0597: Download complete [2020-10-22T14:37:07.359Z] 93b61091891f: Verifying Checksum [2020-10-22T14:37:07.359Z] 93b61091891f: Download complete [2020-10-22T14:37:07.359Z] 36b3adc4ff6f: Pull complete [2020-10-22T14:37:08.349Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T14:37:08.349Z] 8ad3a11d3b57: Download complete [2020-10-22T14:37:10.568Z] 8ad3a11d3b57: Pull complete [2020-10-22T14:37:11.159Z] 46f8f816bc3b: Pull complete [2020-10-22T14:37:11.466Z] 93b61091891f: Pull complete [2020-10-22T14:37:11.750Z] 93b9cdb0e59b: Pull complete [2020-10-22T14:37:12.346Z] 5e14af77c1be: Pull complete [2020-10-22T14:37:13.342Z] 01666e4c0597: Pull complete [2020-10-22T14:37:13.608Z] aa168da1d23b: Verifying Checksum [2020-10-22T14:37:13.608Z] aa168da1d23b: Download complete [2020-10-22T14:37:26.125Z] aa168da1d23b: Pull complete [2020-10-22T14:37:26.125Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T14:37:26.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T14:37:26.126Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T14:37:26.440Z] prd-centos7-docker-4c-2g-8222 does not seem to be running inside a container [2020-10-22T14:37:26.521Z] $ 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/206/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/206 -v /w/workspace/edgex-go/206:/w/workspace/edgex-go/206:rw,z -v /w/workspace/edgex-go/206@tmp:/w/workspace/edgex-go/206@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T14:37:29.585Z] $ docker top 70c8f4740c45907d5ceaec25e4806b5a78a282d33354d7f101f40b4640a47bfa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T14:37:30.613Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T14:37:30.998Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T14:37:31.375Z] + ls /var/log/sa-host [2020-10-22T14:37:31.375Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T14:37:31.375Z] file_magic: OK [2020-10-22T14:37:31.375Z] HZ: Using current value: 100 [2020-10-22T14:37:31.375Z] file_header: OK [2020-10-22T14:37:31.375Z] 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-22T14:37:31.375Z] Statistics: [2020-10-22T14:37:31.375Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T14:37:31.375Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T14:37:31.375Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T14:37:31.375Z] file_magic: OK [2020-10-22T14:37:31.375Z] HZ: Using current value: 100 [2020-10-22T14:37:31.375Z] file_header: OK [2020-10-22T14:37:31.375Z] 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-22T14:37:31.375Z] Statistics: [2020-10-22T14:37:31.375Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T14:37:31.375Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T14:37:32.050Z] provisioning config files... [2020-10-22T14:37:32.069Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/206@tmp/config2834567119102330404tmp [Pipeline] { [Pipeline] echo [2020-10-22T14:37:32.155Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:37:32.492Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T14:37:32.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T14:37:32.595Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:37:32.900Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T14:37:32.925Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:37:33.236Z] ---> sudo-logs.sh [2020-10-22T14:37:33.236Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T14:37:33.248Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:37:33.592Z] ---> job-cost.sh [2020-10-22T14:37:33.860Z] lf-activate-venv: SKIPPING [2020-10-22T14:37:33.860Z] INFO: No Stack... [2020-10-22T14:37:34.813Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T14:37:35.389Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T14:37:35.402Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T14:37:35.710Z] ---> logs-deploy.sh [2020-10-22T14:37:35.710Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/206 [2020-10-22T14:37:35.710Z] INFO: archiving workspace using pattern(s): [2020-10-22T14:37:38.388Z] Archives upload complete. [2020-10-22T14:37:38.388Z] INFO: archiving logs to Nexus [2020-10-22T14:37:40.467Z] ---> uname -a: [2020-10-22T14:37:40.467Z] Linux prd-centos7-docker-4c-2g-8222.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] ---> lscpu: [2020-10-22T14:37:40.467Z] Architecture: x86_64 [2020-10-22T14:37:40.467Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-22T14:37:40.467Z] Byte Order: Little Endian [2020-10-22T14:37:40.467Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-22T14:37:40.467Z] CPU(s): 4 [2020-10-22T14:37:40.467Z] On-line CPU(s) list: 0-3 [2020-10-22T14:37:40.467Z] Thread(s) per core: 1 [2020-10-22T14:37:40.467Z] Core(s) per socket: 1 [2020-10-22T14:37:40.467Z] Socket(s): 4 [2020-10-22T14:37:40.467Z] NUMA node(s): 1 [2020-10-22T14:37:40.467Z] Vendor ID: GenuineIntel [2020-10-22T14:37:40.467Z] CPU family: 6 [2020-10-22T14:37:40.467Z] Model: 44 [2020-10-22T14:37:40.467Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-22T14:37:40.467Z] Stepping: 1 [2020-10-22T14:37:40.467Z] CPU MHz: 2933.438 [2020-10-22T14:37:40.467Z] BogoMIPS: 5866.87 [2020-10-22T14:37:40.467Z] Virtualization: VT-x [2020-10-22T14:37:40.467Z] Hypervisor vendor: KVM [2020-10-22T14:37:40.467Z] Virtualization type: full [2020-10-22T14:37:40.467Z] L1d cache: 128 KiB [2020-10-22T14:37:40.467Z] L1i cache: 128 KiB [2020-10-22T14:37:40.467Z] L2 cache: 16 MiB [2020-10-22T14:37:40.467Z] L3 cache: 64 MiB [2020-10-22T14:37:40.467Z] NUMA node0 CPU(s): 0-3 [2020-10-22T14:37:40.467Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-22T14:37:40.467Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-22T14:37:40.467Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-22T14:37:40.467Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-22T14:37:40.467Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-22T14:37:40.467Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-22T14:37:40.467Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-22T14:37:40.467Z] Vulnerability Tsx async abort: Not affected [2020-10-22T14:37:40.467Z] 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-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] ---> nproc: [2020-10-22T14:37:40.467Z] 4 [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] ---> df -h: [2020-10-22T14:37:40.467Z] Filesystem Size Used Available Use% Mounted on [2020-10-22T14:37:40.467Z] overlay 50.0G 13.1G 36.9G 26% / [2020-10-22T14:37:40.467Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-22T14:37:40.467Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-22T14:37:40.467Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/206@tmp [2020-10-22T14:37:40.467Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/206 [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] ---> free -m: [2020-10-22T14:37:40.467Z] total used free shared buff/cache available [2020-10-22T14:37:40.467Z] Mem: 1837 752 143 0 941 1044 [2020-10-22T14:37:40.467Z] Swap: 1023 68 955 [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] ---> ip addr: [2020-10-22T14:37:40.467Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-22T14:37:40.467Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-22T14:37:40.467Z] inet 127.0.0.1/8 scope host lo [2020-10-22T14:37:40.467Z] valid_lft forever preferred_lft forever [2020-10-22T14:37:40.467Z] inet6 ::1/128 scope host [2020-10-22T14:37:40.467Z] valid_lft forever preferred_lft forever [2020-10-22T14:37:40.467Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-22T14:37:40.467Z] link/ether fa:16:3e:22:c6:4a brd ff:ff:ff:ff:ff:ff [2020-10-22T14:37:40.467Z] inet 10.30.123.201/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-22T14:37:40.467Z] valid_lft 84890sec preferred_lft 84890sec [2020-10-22T14:37:40.467Z] inet6 fe80::f816:3eff:fe22:c64a/64 scope link [2020-10-22T14:37:40.467Z] valid_lft forever preferred_lft forever [2020-10-22T14:37:40.467Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-22T14:37:40.467Z] link/ether 02:42:73:3a:b8:46 brd ff:ff:ff:ff:ff:ff [2020-10-22T14:37:40.467Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-22T14:37:40.467Z] valid_lft forever preferred_lft forever [2020-10-22T14:37:40.467Z] inet6 fe80::42:73ff:fe3a:b846/64 scope link [2020-10-22T14:37:40.467Z] valid_lft forever preferred_lft forever [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] ---> sar -b -r -n DEV: [2020-10-22T14:37:40.467Z] 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-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] 14:12:10 LINUX RESTART (4 CPU) [2020-10-22T14:37:40.467Z] [2020-10-22T14:37:40.467Z] 14:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-22T14:37:40.467Z] 14:14:02 67.39 15.72 51.67 0.00 5356.63 10247.31 0.00 [2020-10-22T14:37:40.467Z] 14:15:01 124.32 67.17 57.15 0.00 5007.17 31498.92 0.00 [2020-10-22T14:37:40.467Z] 14:16:01 222.81 40.53 182.29 0.00 2425.66 44009.79 0.00 [2020-10-22T14:37:40.467Z] 14:17:02 217.48 78.43 139.05 0.00 25698.62 74837.67 0.00 [2020-10-22T14:37:40.467Z] 14:18:01 2867.22 2595.95 271.27 0.00 138130.33 155112.67 0.00 [2020-10-22T14:37:40.467Z] 14:19:02 311.63 208.83 102.80 0.00 15944.87 17594.24 0.00 [2020-10-22T14:37:40.467Z] 14:20:02 1574.47 1242.87 331.60 0.00 84441.19 125281.40 0.00 [2020-10-22T14:37:40.467Z] 14:21:01 1833.38 1541.09 292.29 0.00 91656.58 98956.23 0.00 [2020-10-22T14:37:40.467Z] 14:22:01 230.90 32.36 198.54 0.00 2924.12 23066.64 0.00 [2020-10-22T14:37:40.467Z] 14:23:02 68.90 32.63 36.27 0.00 6160.88 1243.36 0.00 [2020-10-22T14:37:40.467Z] 14:24:01 10.10 1.94 8.16 0.00 472.24 165.48 0.00 [2020-10-22T14:37:40.467Z] 14:25:01 0.65 0.03 0.62 0.00 0.80 9.80 0.00 [2020-10-22T14:37:40.467Z] 14:26:01 0.27 0.02 0.25 0.00 0.53 3.11 0.00 [2020-10-22T14:37:40.467Z] 14:27:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2020-10-22T14:37:40.467Z] 14:28:01 5.29 1.66 3.62 0.00 56.37 1075.15 0.00 [2020-10-22T14:37:40.467Z] 14:29:01 272.16 138.11 134.05 0.00 7809.71 33642.88 0.00 [2020-10-22T14:37:40.467Z] 14:30:01 25.21 2.38 22.84 0.00 163.54 404.35 0.00 [2020-10-22T14:37:40.467Z] 14:31:02 21.88 0.76 21.11 0.00 11.70 351.78 0.00 [2020-10-22T14:37:40.467Z] 14:32:01 22.84 0.30 22.54 0.00 8.39 409.27 0.00 [2020-10-22T14:37:40.467Z] 14:33:01 36.17 12.64 23.52 0.00 286.67 416.25 0.00 [2020-10-22T14:37:40.468Z] 14:34:01 22.64 0.36 22.28 0.00 5.70 366.34 0.00 [2020-10-22T14:37:40.468Z] 14:35:01 15.96 2.24 13.72 0.00 369.61 269.84 0.00 [2020-10-22T14:37:40.468Z] 14:36:02 213.68 73.56 140.12 0.00 5123.90 29386.59 0.00 [2020-10-22T14:37:40.468Z] 14:37:01 92.51 73.29 19.22 0.00 6470.24 3922.80 0.00 [2020-10-22T14:37:40.468Z] Average: 342.64 255.36 87.29 0.00 16541.28 27142.84 0.00 [2020-10-22T14:37:40.468Z] [2020-10-22T14:37:40.468Z] 14:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-22T14:37:40.468Z] 14:14:02 78592 0 623640 33.14 2620 1176704 1331044 45.43 546408 1090628 33080 [2020-10-22T14:37:40.468Z] 14:15:01 76460 0 634768 33.74 2596 1167732 1559996 53.24 728392 905848 82756 [2020-10-22T14:37:40.468Z] 14:16:01 340448 0 641640 34.10 1492 897976 1097476 37.45 526320 767752 16 [2020-10-22T14:37:40.468Z] 14:17:02 64204 0 821976 43.69 64 995312 2274840 77.64 751908 877884 80740 [2020-10-22T14:37:40.468Z] 14:18:01 69872 0 809188 43.01 0 1002496 2323688 79.30 738460 894856 61232 [2020-10-22T14:37:40.468Z] 14:19:02 266148 0 789380 41.95 0 826028 2187944 74.67 660300 736380 73908 [2020-10-22T14:37:40.468Z] 14:20:02 149708 0 744744 39.58 0 987104 2490288 84.99 709596 838264 16232 [2020-10-22T14:37:40.468Z] 14:21:01 230272 0 923632 49.09 0 727652 3559964 121.50 805172 639764 23044 [2020-10-22T14:37:40.468Z] 14:22:01 321796 0 662360 35.20 0 897400 1504432 51.34 605780 743188 2528 [2020-10-22T14:37:40.468Z] 14:23:02 215648 0 621088 33.01 0 1044820 1469196 50.14 601780 856476 28 [2020-10-22T14:37:40.468Z] 14:24:01 229212 0 593436 31.54 0 1058908 1265664 43.19 654412 791744 8 [2020-10-22T14:37:40.468Z] 14:25:01 235696 0 586928 31.19 0 1058932 1215916 41.50 649544 791372 8 [2020-10-22T14:37:40.468Z] 14:26:01 240208 0 582424 30.95 0 1058924 1177868 40.20 646128 791172 8 [2020-10-22T14:37:40.468Z] 14:27:01 239884 0 582724 30.97 0 1058948 1177868 40.20 646256 791188 8 [2020-10-22T14:37:40.468Z] 14:28:01 125560 0 613976 32.63 0 1142020 1382888 47.20 690152 859048 50260 [2020-10-22T14:37:40.468Z] 14:29:01 242116 0 615344 32.70 0 1024096 1207208 41.20 679612 725684 28 [2020-10-22T14:37:40.468Z] 14:30:01 233080 0 619928 32.95 0 1028548 1258428 42.95 687320 726904 20 [2020-10-22T14:37:40.468Z] 14:31:02 204760 0 648000 34.44 0 1028796 1481404 50.56 718584 723116 52 [2020-10-22T14:37:40.468Z] 14:32:01 195276 0 657376 34.94 0 1028904 1740928 59.41 728708 721228 36 [2020-10-22T14:37:40.468Z] 14:33:01 217964 0 631768 33.58 0 1031824 1417636 48.38 706324 721368 52 [2020-10-22T14:37:40.468Z] 14:34:01 205780 0 643860 34.22 0 1031916 1437408 49.06 728520 711200 32 [2020-10-22T14:37:40.468Z] 14:35:01 202288 0 636636 33.84 0 1042632 1310440 44.72 718728 712452 40 [2020-10-22T14:37:40.468Z] 14:36:02 250868 0 736584 39.15 0 894104 1610464 54.96 512476 798716 192 [2020-10-22T14:37:40.468Z] 14:37:01 99568 0 731324 38.87 0 1050664 1339820 45.73 550648 901888 168 [2020-10-22T14:37:40.468Z] Average: 197309 0 673030 35.77 282 1010935 1617617 55.21 666314 796588 17686 [2020-10-22T14:37:40.468Z] [2020-10-22T14:37:40.468Z] 14:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-22T14:37:40.468Z] 14:14:02 eth0 724.59 570.57 3856.92 102.21 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:14:02 veth7f0d170 181.32 125.88 19.42 566.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:14:02 docker0 181.32 125.76 16.94 566.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:15:01 eth0 760.13 829.18 4995.65 80.81 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:15:01 docker0 591.02 475.61 48.53 2113.88 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:16:01 eth0 291.72 150.52 1976.24 21.61 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:16:01 docker0 92.29 145.65 6.71 827.62 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:17:02 eth0 196.57 172.41 1682.18 84.44 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:17:02 vethef2c448 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:18:01 eth0 38.22 26.91 160.04 7.77 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:18:01 vethef2c448 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:18:01 docker0 15.36 22.66 0.82 147.78 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:19:02 vetha7aabc8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:19:02 eth0 11.86 9.11 9.46 5.15 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:19:02 vethb35dc8f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:20:02 vethf2a5474 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:20:02 eth0 96.07 72.24 222.93 72.90 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:20:02 vethdd89fa3 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:21:01 vethf84a4a5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:21:01 veth6cf70ae 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:21:01 veth4a0fce9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:21:01 eth0 69.92 53.06 130.36 82.40 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:22:01 eth0 116.56 66.48 415.43 71.04 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:22:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:22:01 veth2fb12e7 2.76 3.22 0.32 9.28 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:22:01 vethef2c448 0.00 0.95 0.00 0.04 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:23:02 eth0 258.02 236.07 175.52 869.61 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:23:02 docker0 927.47 876.35 75.60 4281.20 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:24:01 eth0 199.51 202.55 99.39 836.47 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:25:01 eth0 0.43 0.35 0.61 0.03 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:27:01 eth0 0.37 0.08 0.03 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:28:01 eth0 174.62 156.19 1375.07 12.18 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:29:01 eth0 360.75 308.63 2787.59 76.38 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:29:01 docker0 45.94 46.04 4.28 236.42 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:30:01 eth0 80.07 63.52 84.39 78.17 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:30:01 docker0 3.14 2.89 0.74 1.38 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:31:02 vethdf60bd8 0.45 0.45 0.11 0.20 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:31:02 eth0 76.00 65.74 79.89 87.07 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:31:02 docker0 3.37 3.03 0.92 1.52 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:32:01 eth0 73.22 61.26 82.08 68.12 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:32:01 vethc9aa0a4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:32:01 docker0 2.87 2.57 0.71 1.29 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:33:01 veth4cbfcd1 0.57 0.57 0.20 0.29 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:33:01 eth0 79.12 64.22 83.54 85.07 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:33:01 docker0 3.69 3.33 0.94 1.65 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:34:01 veth1266cec 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:34:01 eth0 75.35 62.34 81.84 74.99 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:34:01 docker0 2.80 2.54 0.73 1.24 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:35:01 eth0 62.14 51.01 57.97 58.74 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:35:01 docker0 2.01 1.86 0.56 0.93 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:36:02 eth0 368.26 320.43 3212.88 72.94 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:36:02 vethf232807 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:37:01 eth0 92.08 75.91 259.84 62.70 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] 14:37:01 docker0 31.15 36.64 2.19 204.52 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] Average: eth0 175.15 150.58 909.91 120.99 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] Average: docker0 42.75 40.77 3.62 197.72 0.00 0.00 0.00 0.00 [2020-10-22T14:37:40.468Z] [2020-10-22T14:37:40.468Z] [2020-10-22T14:37:40.468Z] ---> sar -P ALL: [2020-10-22T14:37:40.468Z] 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-22T14:37:40.468Z] [2020-10-22T14:37:40.468Z] 14:12:10 LINUX RESTART (4 CPU) [2020-10-22T14:37:40.468Z] [2020-10-22T14:37:40.468Z] 14:13:01 CPU %user %nice %system %iowait %steal %idle [2020-10-22T14:37:40.468Z] 14:14:02 all 11.75 0.00 4.18 1.65 12.64 69.78 [2020-10-22T14:37:40.468Z] 14:14:02 0 11.24 0.00 4.33 1.94 14.94 67.56 [2020-10-22T14:37:40.468Z] 14:14:02 1 8.23 0.00 4.77 3.19 13.34 70.47 [2020-10-22T14:37:40.468Z] 14:14:02 2 14.41 0.00 3.98 1.33 11.64 68.64 [2020-10-22T14:37:40.468Z] 14:14:02 3 13.33 0.00 3.60 0.07 10.59 72.41 [2020-10-22T14:37:40.468Z] 14:15:01 all 7.46 0.00 3.35 1.00 15.68 72.51 [2020-10-22T14:37:40.468Z] 14:15:01 0 6.84 0.00 3.54 0.44 18.06 71.12 [2020-10-22T14:37:40.468Z] 14:15:01 1 8.12 0.00 3.15 1.38 15.76 71.59 [2020-10-22T14:37:40.468Z] 14:15:01 2 6.89 0.00 3.30 0.85 14.36 74.59 [2020-10-22T14:37:40.468Z] 14:15:01 3 7.98 0.00 3.41 1.30 14.57 72.74 [2020-10-22T14:37:40.468Z] 14:16:01 all 6.72 0.00 5.57 4.24 16.10 67.37 [2020-10-22T14:37:40.468Z] 14:16:01 0 6.64 0.00 5.76 2.40 16.87 68.32 [2020-10-22T14:37:40.468Z] 14:16:01 1 7.12 0.00 5.58 5.54 16.13 65.63 [2020-10-22T14:37:40.468Z] 14:16:01 2 6.11 0.00 5.30 4.71 16.05 67.83 [2020-10-22T14:37:40.468Z] 14:16:01 3 7.01 0.00 5.66 4.32 15.34 67.67 [2020-10-22T14:37:40.468Z] 14:17:02 all 7.87 0.00 8.75 3.43 19.09 60.86 [2020-10-22T14:37:40.468Z] 14:17:02 0 8.61 0.00 8.58 4.29 20.41 58.10 [2020-10-22T14:37:40.468Z] 14:17:02 1 5.88 0.00 7.93 2.40 18.79 65.00 [2020-10-22T14:37:40.469Z] 14:17:02 2 9.75 0.00 9.73 4.33 17.88 58.31 [2020-10-22T14:37:40.469Z] 14:17:02 3 7.29 0.00 8.76 2.74 19.26 61.95 [2020-10-22T14:37:40.469Z] 14:18:01 all 18.29 0.00 19.50 18.15 18.37 25.69 [2020-10-22T14:37:40.469Z] 14:18:01 0 17.48 0.00 17.15 19.01 18.45 27.91 [2020-10-22T14:37:40.469Z] 14:18:01 1 19.73 0.00 22.78 16.59 18.07 22.82 [2020-10-22T14:37:40.469Z] 14:18:01 2 15.68 0.00 17.68 18.66 19.35 28.64 [2020-10-22T14:37:40.469Z] 14:18:01 3 20.47 0.00 20.60 18.28 17.55 23.10 [2020-10-22T14:37:40.469Z] 14:19:02 all 68.74 0.00 14.42 3.95 7.43 5.45 [2020-10-22T14:37:40.469Z] 14:19:02 0 68.57 0.00 13.62 4.62 8.34 4.86 [2020-10-22T14:37:40.469Z] 14:19:02 1 69.48 0.00 14.27 3.70 7.38 5.16 [2020-10-22T14:37:40.469Z] 14:19:02 2 68.66 0.00 15.95 4.27 6.23 4.90 [2020-10-22T14:37:40.469Z] 14:19:02 3 68.27 0.00 13.81 3.20 7.80 6.93 [2020-10-22T14:37:40.469Z] 14:20:02 all 21.90 0.00 19.69 14.43 18.68 25.29 [2020-10-22T14:37:40.469Z] 14:20:02 0 23.61 0.00 20.64 14.64 17.49 23.61 [2020-10-22T14:37:40.469Z] 14:20:02 1 22.29 0.00 20.73 13.64 18.65 24.69 [2020-10-22T14:37:40.469Z] 14:20:02 2 20.20 0.00 17.83 16.24 19.81 25.91 [2020-10-22T14:37:40.469Z] 14:20:02 3 21.53 0.00 19.59 13.17 18.75 26.95 [2020-10-22T14:37:40.469Z] 14:21:01 all 31.18 0.00 19.95 17.57 17.74 13.55 [2020-10-22T14:37:40.469Z] 14:21:01 0 29.33 0.00 18.10 18.59 19.49 14.50 [2020-10-22T14:37:40.469Z] 14:21:01 1 31.56 0.00 21.39 16.03 17.73 13.28 [2020-10-22T14:37:40.469Z] 14:21:01 2 30.14 0.00 20.74 18.85 16.32 13.95 [2020-10-22T14:37:40.469Z] 14:21:01 3 33.82 0.00 19.61 16.77 17.36 12.43 [2020-10-22T14:37:40.469Z] 14:22:01 all 29.97 0.00 11.81 7.45 10.95 39.82 [2020-10-22T14:37:40.469Z] 14:22:01 0 30.73 0.00 12.49 4.34 10.92 41.52 [2020-10-22T14:37:40.469Z] 14:22:01 1 30.06 0.00 12.00 11.01 11.37 35.55 [2020-10-22T14:37:40.469Z] 14:22:01 2 29.99 0.00 11.61 7.59 10.49 40.31 [2020-10-22T14:37:40.469Z] 14:22:01 3 29.06 0.00 11.12 7.04 11.03 41.74 [2020-10-22T14:37:40.469Z] 14:23:02 all 6.42 0.00 3.57 1.64 10.87 77.51 [2020-10-22T14:37:40.469Z] 14:23:02 0 7.83 0.00 4.23 2.66 11.49 73.79 [2020-10-22T14:37:40.469Z] 14:23:02 1 5.77 0.00 2.78 0.93 10.57 79.96 [2020-10-22T14:37:40.469Z] 14:23:02 2 6.60 0.00 3.82 1.96 10.49 77.12 [2020-10-22T14:37:40.469Z] 14:23:02 3 5.51 0.00 3.46 1.01 10.92 79.10 [2020-10-22T14:37:40.469Z] 14:24:01 all 4.08 0.00 1.73 0.08 6.54 87.58 [2020-10-22T14:37:40.469Z] 14:24:01 0 4.04 0.00 1.89 0.07 6.96 87.04 [2020-10-22T14:37:40.469Z] 14:24:01 1 4.29 0.00 1.97 0.08 6.31 87.35 [2020-10-22T14:37:40.469Z] 14:24:01 2 3.90 0.00 1.40 0.05 6.84 87.81 [2020-10-22T14:37:40.469Z] 14:24:01 3 4.08 0.00 1.63 0.10 6.07 88.12 [2020-10-22T14:37:40.469Z] [2020-10-22T14:37:40.469Z] 14:24:01 CPU %user %nice %system %iowait %steal %idle [2020-10-22T14:37:40.469Z] 14:25:01 all 0.12 0.00 0.07 0.00 0.34 99.47 [2020-10-22T14:37:40.469Z] 14:25:01 0 0.03 0.00 0.08 0.00 0.28 99.60 [2020-10-22T14:37:40.469Z] 14:25:01 1 0.37 0.00 0.05 0.00 0.33 99.25 [2020-10-22T14:37:40.469Z] 14:25:01 2 0.05 0.00 0.07 0.00 0.32 99.57 [2020-10-22T14:37:40.469Z] 14:25:01 3 0.03 0.00 0.08 0.00 0.43 99.45 [2020-10-22T14:37:40.469Z] 14:26:01 all 0.09 0.00 0.05 0.00 0.30 99.55 [2020-10-22T14:37:40.469Z] 14:26:01 0 0.02 0.00 0.07 0.00 0.17 99.75 [2020-10-22T14:37:40.469Z] 14:26:01 1 0.13 0.00 0.03 0.00 0.27 99.57 [2020-10-22T14:37:40.469Z] 14:26:01 2 0.07 0.00 0.07 0.00 0.48 99.39 [2020-10-22T14:37:40.469Z] 14:26:01 3 0.15 0.00 0.05 0.00 0.30 99.50 [2020-10-22T14:37:40.469Z] 14:27:01 all 0.09 0.00 0.03 0.00 0.25 99.63 [2020-10-22T14:37:40.469Z] 14:27:01 0 0.00 0.00 0.00 0.00 0.18 99.82 [2020-10-22T14:37:40.469Z] 14:27:01 1 0.02 0.00 0.02 0.00 0.25 99.72 [2020-10-22T14:37:40.469Z] 14:27:01 2 0.05 0.00 0.08 0.00 0.33 99.53 [2020-10-22T14:37:40.469Z] 14:27:01 3 0.30 0.00 0.02 0.00 0.25 99.43 [2020-10-22T14:37:40.469Z] 14:28:01 all 0.40 0.00 0.39 0.02 1.24 97.95 [2020-10-22T14:37:40.469Z] 14:28:01 0 0.39 0.00 0.59 0.02 1.07 97.94 [2020-10-22T14:37:40.469Z] 14:28:01 1 0.25 0.00 0.22 0.07 1.30 98.17 [2020-10-22T14:37:40.469Z] 14:28:01 2 0.25 0.00 0.18 0.00 1.28 98.29 [2020-10-22T14:37:40.469Z] 14:28:01 3 0.70 0.00 0.58 0.00 1.30 97.42 [2020-10-22T14:37:40.469Z] 14:29:01 all 7.08 0.00 6.68 4.29 11.47 70.49 [2020-10-22T14:37:40.469Z] 14:29:01 0 7.95 0.00 6.39 4.23 11.91 69.51 [2020-10-22T14:37:40.469Z] 14:29:01 1 5.91 0.00 6.00 2.70 11.29 74.10 [2020-10-22T14:37:40.469Z] 14:29:01 2 6.83 0.00 7.56 4.82 11.34 69.44 [2020-10-22T14:37:40.469Z] 14:29:01 3 7.64 0.00 6.76 5.41 11.33 68.86 [2020-10-22T14:37:40.469Z] 14:30:01 all 2.40 0.00 3.50 0.52 6.49 87.09 [2020-10-22T14:37:40.469Z] 14:30:01 0 3.17 0.00 4.43 0.68 6.53 85.19 [2020-10-22T14:37:40.469Z] 14:30:01 1 2.04 0.00 3.36 0.46 6.43 87.70 [2020-10-22T14:37:40.469Z] 14:30:01 2 2.46 0.00 3.43 0.67 6.84 86.60 [2020-10-22T14:37:40.469Z] 14:30:01 3 1.93 0.00 2.80 0.26 6.17 88.84 [2020-10-22T14:37:40.469Z] 14:31:02 all 2.28 0.00 3.60 0.52 9.16 84.44 [2020-10-22T14:37:40.469Z] 14:31:02 0 2.56 0.00 4.04 0.62 10.60 82.18 [2020-10-22T14:37:40.469Z] 14:31:02 1 2.20 0.00 3.55 0.26 9.22 84.76 [2020-10-22T14:37:40.469Z] 14:31:02 2 2.25 0.00 2.82 0.47 8.62 85.84 [2020-10-22T14:37:40.469Z] 14:31:02 3 2.10 0.00 4.00 0.73 8.20 84.98 [2020-10-22T14:37:40.469Z] 14:32:01 all 2.30 0.00 3.51 0.46 6.11 87.61 [2020-10-22T14:37:40.469Z] 14:32:01 0 2.50 0.00 4.11 0.34 6.34 86.71 [2020-10-22T14:37:40.469Z] 14:32:01 1 2.19 0.00 3.45 0.74 6.52 87.10 [2020-10-22T14:37:40.469Z] 14:32:01 2 2.24 0.00 3.06 0.39 5.99 88.32 [2020-10-22T14:37:40.469Z] 14:32:01 3 2.29 0.00 3.42 0.39 5.59 88.31 [2020-10-22T14:37:40.469Z] 14:33:01 all 2.44 0.00 3.41 0.78 7.22 86.15 [2020-10-22T14:37:40.469Z] 14:33:01 0 2.52 0.00 3.75 0.66 7.84 85.22 [2020-10-22T14:37:40.469Z] 14:33:01 1 2.47 0.00 3.20 0.30 7.17 86.86 [2020-10-22T14:37:40.469Z] 14:33:01 2 2.35 0.00 3.22 1.49 6.93 86.01 [2020-10-22T14:37:40.469Z] 14:33:01 3 2.41 0.00 3.45 0.68 6.95 86.51 [2020-10-22T14:37:40.469Z] 14:34:01 all 2.37 0.00 3.79 0.52 11.66 81.66 [2020-10-22T14:37:40.469Z] 14:34:01 0 2.54 0.00 3.82 0.33 12.30 81.01 [2020-10-22T14:37:40.469Z] 14:34:01 1 2.43 0.00 4.39 0.67 11.95 80.56 [2020-10-22T14:37:40.469Z] 14:34:01 2 2.29 0.00 3.29 0.51 10.76 83.16 [2020-10-22T14:37:40.469Z] 14:34:01 3 2.24 0.00 3.65 0.59 11.63 81.90 [2020-10-22T14:37:40.469Z] 14:35:01 all 1.47 0.00 2.49 0.51 9.09 86.44 [2020-10-22T14:37:40.469Z] 14:35:01 0 1.44 0.00 2.79 0.32 9.89 85.56 [2020-10-22T14:37:40.469Z] 14:35:01 1 1.52 0.00 2.40 0.22 9.32 86.54 [2020-10-22T14:37:40.469Z] 14:35:01 2 1.35 0.00 2.07 0.96 8.88 86.74 [2020-10-22T14:37:40.469Z] 14:35:01 3 1.58 0.00 2.68 0.52 8.26 86.95 [2020-10-22T14:37:40.469Z] [2020-10-22T14:37:40.469Z] 14:35:01 CPU %user %nice %system %iowait %steal %idle [2020-10-22T14:37:40.469Z] 14:36:02 all 5.95 0.00 6.09 2.40 19.93 65.64 [2020-10-22T14:37:40.469Z] 14:36:02 0 5.28 0.00 5.88 1.13 22.04 65.66 [2020-10-22T14:37:40.469Z] 14:36:02 1 6.83 0.00 6.57 3.49 20.21 62.91 [2020-10-22T14:37:40.469Z] 14:36:02 2 6.35 0.00 7.45 3.27 19.04 63.90 [2020-10-22T14:37:40.469Z] 14:36:02 3 5.34 0.00 4.46 1.72 18.39 70.09 [2020-10-22T14:37:40.469Z] 14:37:01 all 4.62 0.00 4.47 2.21 14.20 74.50 [2020-10-22T14:37:40.469Z] 14:37:01 0 3.98 0.00 4.82 1.69 16.14 73.37 [2020-10-22T14:37:40.469Z] 14:37:01 1 8.36 0.00 4.33 2.60 14.20 70.50 [2020-10-22T14:37:40.469Z] 14:37:01 2 3.00 0.00 3.69 2.27 12.89 78.15 [2020-10-22T14:37:40.469Z] 14:37:01 3 3.15 0.00 5.02 2.30 13.52 76.01 [2020-10-22T14:37:40.469Z] Average: all 9.50 0.00 6.00 3.36 10.42 70.72 [2020-10-22T14:37:40.469Z] Average: 0 9.61 0.00 6.07 3.27 11.16 69.89 [2020-10-22T14:37:40.469Z] Average: 1 9.50 0.00 6.13 3.35 10.46 70.56 [2020-10-22T14:37:40.469Z] Average: 2 9.39 0.00 5.92 3.70 10.07 70.93 [2020-10-22T14:37:40.469Z] Average: 3 9.51 0.00 5.87 3.12 9.97 71.52 [2020-10-22T14:37:40.469Z] [2020-10-22T14:37:40.469Z] [2020-10-22T14:37:40.469Z]