Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e9c358c5927252f504aa2b8b81da148d7d9995a 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5832 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/193 [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/193 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3e9c358c5927252f504aa2b8b81da148d7d9995a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e9c358c5927252f504aa2b8b81da148d7d9995a # timeout=10 Commit message: "Merge pull request #2802 from jinlinGuan/issue-2784" > git rev-list --no-walk bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T08:31:07.730Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T08:31:08.037Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T08:31:08.134Z] ========================================================= [2020-10-16T08:31:08.135Z] EdgeX Global Pipelines Version Info [2020-10-16T08:31:08.135Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:31:09.673Z] ------------------- [2020-10-16T08:31:09.673Z] stable info: [2020-10-16T08:31:09.673Z] ------------------- [2020-10-16T08:31:09.673Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T08:31:09.673Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T08:31:09.673Z] Message: update stable to v1.0.144 [2020-10-16T08:31:10.631Z] ------------------- [2020-10-16T08:31:10.631Z] experimental info: [2020-10-16T08:31:10.631Z] ------------------- [2020-10-16T08:31:10.631Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T08:31:10.631Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T08:31:10.631Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-16T08:31:10.990Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-16T08:31:11.117Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-16T08:31:11.252Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T08:31:11.345Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T08:31:11.452Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T08:31:11.549Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T08:31:11.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T08:31:11.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-16T08:31:11.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-16T08:31:11.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-16T08:31:12.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T08:31:12.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T08:31:12.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T08:31:12.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T08:31:12.481Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T08:31:12.591Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T08:31:12.715Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T08:31:12.812Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T08:31:12.924Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T08:31:13.025Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T08:31:13.118Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T08:31:13.255Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T08:31:13.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T08:31:13.540Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T08:31:13.636Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] echo [2020-10-16T08:31:13.748Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e9c358 [Pipeline] echo [2020-10-16T08:31:13.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-16T08:31:14.252Z] ++ 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-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/core-command/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/core-data/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-16T08:31:14.252Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T08:31:14.252Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-16T08:31:14.252Z] ++ cut -d/ -f2 [2020-10-16T08:31:14.252Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-16T08:31:14.337Z] 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-16T08:31:15.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T08:31:15.967Z] [2020-10-16T08:31:15.967Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:31:16.341Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T08:31:16.342Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T08:31:16.342Z] 31603596830f: Pulling fs layer [2020-10-16T08:31:16.342Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T08:31:16.342Z] 6ca5941a6612: Pulling fs layer [2020-10-16T08:31:16.342Z] ecc8261a40a4: Pulling fs layer [2020-10-16T08:31:16.342Z] ecc8261a40a4: Waiting [2020-10-16T08:31:16.342Z] 2a8b12db71e7: Download complete [2020-10-16T08:31:16.611Z] 31603596830f: Verifying Checksum [2020-10-16T08:31:16.611Z] 31603596830f: Download complete [2020-10-16T08:31:16.611Z] ecc8261a40a4: Verifying Checksum [2020-10-16T08:31:16.611Z] ecc8261a40a4: Download complete [2020-10-16T08:31:16.611Z] 6ca5941a6612: Verifying Checksum [2020-10-16T08:31:16.611Z] 6ca5941a6612: Download complete [2020-10-16T08:31:16.886Z] 31603596830f: Pull complete [2020-10-16T08:31:16.886Z] 2a8b12db71e7: Pull complete [2020-10-16T08:31:17.487Z] 6ca5941a6612: Pull complete [2020-10-16T08:31:17.753Z] ecc8261a40a4: Pull complete [2020-10-16T08:31:17.753Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T08:31:17.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T08:31:17.753Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T08:31:17.894Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:31:17.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:31:20.348Z] $ docker top 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T08:31:20.756Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T08:31:20.756Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T08:31:20.948Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T08:31:20.955Z] $ docker exec 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent [2020-10-16T08:31:21.113Z] SSH_AUTH_SOCK=/tmp/ssh-UO0FM78lcH9K/agent.11 [2020-10-16T08:31:21.113Z] SSH_AGENT_PID=16 [2020-10-16T08:31:21.125Z] Running ssh-add (command line suppressed) [2020-10-16T08:31:21.232Z] Identity added: /w/workspace/edgex-go/193@tmp/private_key_1807451659321951035.key (/w/workspace/edgex-go/193@tmp/private_key_1807451659321951035.key) [2020-10-16T08:31:21.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T08:31:21.664Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T08:31:21.689Z] $ docker exec --env ******** --env ******** 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent -k [2020-10-16T08:31:21.790Z] unset SSH_AUTH_SOCK; [2020-10-16T08:31:21.790Z] unset SSH_AGENT_PID; [2020-10-16T08:31:21.790Z] echo Agent pid 16 killed; [2020-10-16T08:31:21.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T08:31:21.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T08:31:21.974Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T08:31:22.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T08:31:22.137Z] $ docker exec 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent [2020-10-16T08:31:22.294Z] SSH_AUTH_SOCK=/tmp/ssh-iROZXY8vJNTJ/agent.45 [2020-10-16T08:31:22.294Z] SSH_AGENT_PID=51 [2020-10-16T08:31:22.301Z] Running ssh-add (command line suppressed) [2020-10-16T08:31:22.419Z] Identity added: /w/workspace/edgex-go/193@tmp/private_key_3405165207288445455.key (/w/workspace/edgex-go/193@tmp/private_key_3405165207288445455.key) [2020-10-16T08:31:22.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T08:31:22.820Z] + git semver init [2020-10-16T08:31:22.820Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T08:31:22.820Z] # $GIT_DIR = /w/workspace/edgex-go/193/.git [2020-10-16T08:31:22.820Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/193 [2020-10-16T08:31:22.820Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T08:31:22.820Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T08:31:22.820Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T08:31:22.820Z] # $SEMVER_BRANCH = master [2020-10-16T08:31:22.820Z] # $SEMVER_TEMP = /tmp/semver-225215785 [2020-10-16T08:31:22.820Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-16T08:31:55.017Z] # '/tmp/semver-225215785' -> '/w/workspace/edgex-go/193/.semver' [2020-10-16T08:31:55.017Z] # -> Force: false [2020-10-16T08:31:55.017Z] # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver [Pipeline] } [2020-10-16T08:31:55.039Z] $ docker exec --env ******** --env ******** 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent -k [2020-10-16T08:31:55.350Z] unset SSH_AUTH_SOCK; [2020-10-16T08:31:55.351Z] unset SSH_AGENT_PID; [2020-10-16T08:31:55.351Z] echo Agent pid 51 killed; [2020-10-16T08:31:55.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T08:31:55.945Z] + git semver [Pipeline] } [2020-10-16T08:31:55.962Z] $ docker stop --time=1 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 [2020-10-16T08:31:57.395Z] $ docker rm -f 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:31:57.892Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T08:31:58.340Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T08:31:58.343Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.77 [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-16T08:31:59.048Z] ========================================================= [2020-10-16T08:31:59.048Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T08:31:59.048Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:31:59.391Z] + 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-16T08:32:03.621Z] Sending build context to Docker daemon 325.2MB [2020-10-16T08:32:03.621Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T08:32:03.621Z] Step 2/7 : FROM ${BASE} [2020-10-16T08:32:03.621Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T08:32:03.621Z] df20fa9351a1: Pulling fs layer [2020-10-16T08:32:03.621Z] ed8968b2872e: Pulling fs layer [2020-10-16T08:32:03.621Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T08:32:03.621Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T08:32:03.621Z] e73272ec9a57: Pulling fs layer [2020-10-16T08:32:03.621Z] 1e910a182e73: Pulling fs layer [2020-10-16T08:32:03.621Z] 4e634b169226: Pulling fs layer [2020-10-16T08:32:03.621Z] e871e8e8d7a9: Waiting [2020-10-16T08:32:03.621Z] e73272ec9a57: Waiting [2020-10-16T08:32:03.621Z] 1e910a182e73: Waiting [2020-10-16T08:32:03.621Z] 4e634b169226: Waiting [2020-10-16T08:32:03.621Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T08:32:03.621Z] a92cc7c5fd73: Download complete [2020-10-16T08:32:03.621Z] ed8968b2872e: Verifying Checksum [2020-10-16T08:32:03.621Z] ed8968b2872e: Download complete [2020-10-16T08:32:03.621Z] e73272ec9a57: Download complete [2020-10-16T08:32:03.621Z] 1e910a182e73: Verifying Checksum [2020-10-16T08:32:03.621Z] 1e910a182e73: Download complete [2020-10-16T08:32:03.621Z] df20fa9351a1: Verifying Checksum [2020-10-16T08:32:03.621Z] df20fa9351a1: Download complete [2020-10-16T08:32:03.621Z] df20fa9351a1: Pull complete [2020-10-16T08:32:04.193Z] ed8968b2872e: Pull complete [2020-10-16T08:32:04.193Z] a92cc7c5fd73: Pull complete [2020-10-16T08:32:05.600Z] 4e634b169226: Verifying Checksum [2020-10-16T08:32:05.600Z] 4e634b169226: Download complete [2020-10-16T08:32:06.991Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T08:32:06.991Z] e871e8e8d7a9: Download complete [2020-10-16T08:32:11.209Z] e871e8e8d7a9: Pull complete [2020-10-16T08:32:11.209Z] e73272ec9a57: Pull complete [2020-10-16T08:32:11.209Z] 1e910a182e73: Pull complete [2020-10-16T08:32:13.825Z] Still waiting to schedule task [2020-10-16T08:32:13.825Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-16T08:32:17.814Z] 4e634b169226: Pull complete [2020-10-16T08:32:17.814Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T08:32:17.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T08:32:17.814Z] ---> f7629b54cfaa [2020-10-16T08:32:17.814Z] 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-16T08:32:18.083Z] ---> Running in 6f63dd659eb6 [2020-10-16T08:32:18.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:32:19.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:32:21.157Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T08:32:21.731Z] (2/12) Installing file (5.38-r0) [2020-10-16T08:32:21.992Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T08:32:21.992Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T08:32:36.908Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T08:32:36.908Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T08:32:36.908Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T08:32:36.908Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T08:32:36.908Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T08:32:36.908Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T08:32:36.908Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T08:32:36.908Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T08:32:36.908Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:32:36.908Z] OK: 233 MiB in 51 packages [2020-10-16T08:32:38.823Z] Removing intermediate container 6f63dd659eb6 [2020-10-16T08:32:38.824Z] ---> cf2da183c572 [2020-10-16T08:32:38.824Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T08:32:38.824Z] ---> Running in 8f6120acf7df [2020-10-16T08:32:39.084Z] Removing intermediate container 8f6120acf7df [2020-10-16T08:32:39.084Z] ---> 43826bdb2e09 [2020-10-16T08:32:39.084Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T08:32:39.344Z] latest: Pulling from library/docker [2020-10-16T08:32:39.920Z] df20fa9351a1: Already exists [2020-10-16T08:32:39.920Z] 25ad7478873d: Pulling fs layer [2020-10-16T08:32:39.920Z] 4684f6177b5d: Pulling fs layer [2020-10-16T08:32:39.920Z] 8ba584e970af: Pulling fs layer [2020-10-16T08:32:39.920Z] 3cdc74d2b06d: Pulling fs layer [2020-10-16T08:32:39.920Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-16T08:32:39.920Z] fca0ccc462d5: Pulling fs layer [2020-10-16T08:32:39.920Z] 3cdc74d2b06d: Waiting [2020-10-16T08:32:39.920Z] 4cf5a0d07c1f: Waiting [2020-10-16T08:32:39.920Z] fca0ccc462d5: Waiting [2020-10-16T08:32:39.920Z] 4684f6177b5d: Verifying Checksum [2020-10-16T08:32:39.920Z] 4684f6177b5d: Download complete [2020-10-16T08:32:39.920Z] 25ad7478873d: Verifying Checksum [2020-10-16T08:32:39.920Z] 25ad7478873d: Download complete [2020-10-16T08:32:39.920Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-16T08:32:39.920Z] 4cf5a0d07c1f: Download complete [2020-10-16T08:32:40.182Z] 25ad7478873d: Pull complete [2020-10-16T08:32:40.182Z] fca0ccc462d5: Verifying Checksum [2020-10-16T08:32:40.182Z] fca0ccc462d5: Download complete [2020-10-16T08:32:40.182Z] 3cdc74d2b06d: Verifying Checksum [2020-10-16T08:32:40.182Z] 3cdc74d2b06d: Download complete [2020-10-16T08:32:40.182Z] 4684f6177b5d: Pull complete [2020-10-16T08:32:40.768Z] 8ba584e970af: Verifying Checksum [2020-10-16T08:32:40.768Z] 8ba584e970af: Download complete [2020-10-16T08:32:42.697Z] 8ba584e970af: Pull complete [2020-10-16T08:32:42.958Z] 3cdc74d2b06d: Pull complete [2020-10-16T08:32:42.958Z] 4cf5a0d07c1f: Pull complete [2020-10-16T08:32:43.221Z] fca0ccc462d5: Pull complete [2020-10-16T08:32:43.221Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T08:32:43.221Z] Status: Downloaded newer image for docker:latest [2020-10-16T08:32:45.147Z] ---> 03968588d17c [2020-10-16T08:32:45.147Z] Step 6/7 : COPY go.mod . [2020-10-16T08:32:45.147Z] ---> 1b88c4ed0794 [2020-10-16T08:32:45.147Z] Step 7/7 : RUN go mod download [2020-10-16T08:32:45.147Z] ---> Running in 839e9908e57f [2020-10-16T08:33:07.130Z] Removing intermediate container 839e9908e57f [2020-10-16T08:33:07.130Z] ---> b4d4bebf6227 [2020-10-16T08:33:07.130Z] Successfully built b4d4bebf6227 [2020-10-16T08:33:07.130Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:33:07.446Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T08:33:07.446Z] . [Pipeline] withDockerContainer [2020-10-16T08:33:07.546Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:33:07.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:33:08.180Z] $ docker top 2060301092f696b44105f0ca69cae6aee9f7b0eb0b4c091402f9becd3ee00b78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:33:08.652Z] + go version [2020-10-16T08:33:08.652Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T08:33:08.669Z] $ docker stop --time=1 2060301092f696b44105f0ca69cae6aee9f7b0eb0b4c091402f9becd3ee00b78 [2020-10-16T08:33:09.986Z] $ docker rm -f 2060301092f696b44105f0ca69cae6aee9f7b0eb0b4c091402f9becd3ee00b78 [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-16T08:33:13.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T08:33:13.835Z] [2020-10-16T08:33:13.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:33:14.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T08:33:14.207Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-16T08:33:14.207Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T08:33:14.207Z] ca9280d653b3: Pulling fs layer [2020-10-16T08:33:14.207Z] 7e9c9ca2126c: Pulling fs layer [2020-10-16T08:33:14.207Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-16T08:33:14.207Z] cbdbe7a5bc2a: Download complete [2020-10-16T08:33:14.468Z] cbdbe7a5bc2a: Pull complete [2020-10-16T08:33:15.042Z] ca9280d653b3: Verifying Checksum [2020-10-16T08:33:15.042Z] ca9280d653b3: Download complete [2020-10-16T08:33:15.618Z] ca9280d653b3: Pull complete [2020-10-16T08:33:15.878Z] 7e9c9ca2126c: Download complete [2020-10-16T08:33:24.025Z] 7e9c9ca2126c: Pull complete [2020-10-16T08:33:24.025Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-16T08:33:24.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T08:33:24.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-16T08:33:24.131Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:33:24.173Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:33:24.886Z] $ docker top 56bcd74fe0244e2a779bff75366067099d04c73de5da544a18c7105b44a45008 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:33:25.350Z] + docker-compose build --help [2020-10-16T08:33:25.350Z] + grep parallel [2020-10-16T08:33:26.293Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T08:33:26.306Z] $ docker stop --time=1 56bcd74fe0244e2a779bff75366067099d04c73de5da544a18c7105b44a45008 [2020-10-16T08:33:27.633Z] $ docker rm -f 56bcd74fe0244e2a779bff75366067099d04c73de5da544a18c7105b44a45008 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:33:28.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T08:33:28.256Z] . [Pipeline] withDockerContainer [2020-10-16T08:33:28.350Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:33:28.397Z] $ 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/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:33:28.950Z] $ docker top 6fd8ff76e526c09a87c9ab9f1982c9c134bbf48b18b3b8cf47ab46f5e445d910 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:33:29.425Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T08:33:30.369Z] Building docker-core-command-go ... [2020-10-16T08:33:30.369Z] Building docker-core-data-go ... [2020-10-16T08:33:30.369Z] Building docker-core-metadata-go ... [2020-10-16T08:33:30.369Z] Building docker-security-proxy-setup-go ... [2020-10-16T08:33:30.369Z] Building docker-security-secrets-setup-go ... [2020-10-16T08:33:30.369Z] Building docker-security-secretstore-setup-go ... [2020-10-16T08:33:30.369Z] Building docker-support-logging-go ... [2020-10-16T08:33:30.369Z] Building docker-support-notifications-go ... [2020-10-16T08:33:30.369Z] Building docker-support-scheduler-go ... [2020-10-16T08:33:30.369Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T08:33:30.369Z] Building docker-security-secrets-setup-go [2020-10-16T08:33:30.369Z] Building docker-core-data-go [2020-10-16T08:33:30.369Z] Building docker-support-logging-go [2020-10-16T08:33:30.369Z] Building docker-core-command-go [2020-10-16T08:33:30.369Z] Building docker-core-metadata-go [2020-10-16T08:33:52.652Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:33:52.652Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T08:33:52.652Z] ---> b4d4bebf6227 [2020-10-16T08:33:52.652Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T08:33:52.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:33:52.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:33:52.652Z] ---> b4d4bebf6227 [2020-10-16T08:33:52.652Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T08:33:52.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:33:52.652Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:33:52.652Z] [2020-10-16T08:33:52.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:33:52.652Z] [2020-10-16T08:33:52.652Z] ---> b4d4bebf6227 [2020-10-16T08:33:52.652Z] [2020-10-16T08:33:52.652Z] ---> b4d4bebf6227 [2020-10-16T08:33:52.652Z] Step 3/23 : WORKDIR /edgex-go ---> b4d4bebf6227 [2020-10-16T08:33:52.652Z] [2020-10-16T08:33:52.652Z] Step 3/22 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2020-10-16T08:33:52.652Z] [2020-10-16T08:33:52.652Z] ---> Running in d2a1c0f69329 [2020-10-16T08:33:52.652Z] ---> Running in 236a4d7cd92b [2020-10-16T08:33:52.652Z] ---> Running in 9cbf62280455 [2020-10-16T08:33:52.652Z] ---> Running in 2c5302dd230d [2020-10-16T08:33:52.652Z] ---> Running in 58daab00b027 [2020-10-16T08:33:52.652Z] Removing intermediate container 9cbf62280455 [2020-10-16T08:33:52.652Z] ---> 41e6f2fbe3d2 [2020-10-16T08:33:52.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:33:52.652Z] Removing intermediate container 236a4d7cd92b [2020-10-16T08:33:52.652Z] ---> 7fb20f7da94a [2020-10-16T08:33:52.652Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:33:52.652Z] Removing intermediate container 58daab00b027 [2020-10-16T08:33:52.652Z] ---> 31f32440a675 [2020-10-16T08:33:52.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:33:52.652Z] Removing intermediate container 2c5302dd230d [2020-10-16T08:33:52.652Z] ---> 33028fa280c3 [2020-10-16T08:33:52.652Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T08:33:52.652Z] Removing intermediate container d2a1c0f69329 [2020-10-16T08:33:52.652Z] ---> 53344a355e86 [2020-10-16T08:33:52.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:33:52.652Z] ---> Running in 8193d72aa0ea [2020-10-16T08:33:52.652Z] ---> Running in 2a35c1b0764e [2020-10-16T08:33:52.652Z] ---> Running in 5b6031e68ee3 [2020-10-16T08:33:52.652Z] ---> Running in c088f1d1ee98 [2020-10-16T08:33:52.652Z] ---> Running in e266a55c15a1 [2020-10-16T08:33:52.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:52.652Z] Removing intermediate container 5b6031e68ee3 [2020-10-16T08:33:52.652Z] ---> e90f3699cb44 [2020-10-16T08:33:52.652Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T08:33:52.914Z] ---> Running in d1e0ecfa23c1 [2020-10-16T08:33:52.914Z] Removing intermediate container 2a35c1b0764e [2020-10-16T08:33:52.914Z] ---> 618a62d76575 [2020-10-16T08:33:52.914Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T08:33:52.914Z] Removing intermediate container 8193d72aa0ea [2020-10-16T08:33:52.914Z] ---> afc193b12f7a [2020-10-16T08:33:52.914Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T08:33:53.177Z] ---> Running in c105b9ea7d1b [2020-10-16T08:33:53.177Z] ---> Running in a923b3565845 [2020-10-16T08:33:53.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:53.437Z] Removing intermediate container e266a55c15a1 [2020-10-16T08:33:53.437Z] ---> 564cfe57e2ad [2020-10-16T08:33:53.437Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T08:33:53.698Z] ---> Running in 084a93e05d3d [2020-10-16T08:33:53.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:53.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:54.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:54.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:54.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:55.084Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:33:55.084Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:33:55.084Z] OK: 12752 distinct packages available [2020-10-16T08:33:55.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:55.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:55.344Z] OK: 233 MiB in 51 packages [2020-10-16T08:33:55.605Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:33:55.605Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:33:55.605Z] OK: 12752 distinct packages available [2020-10-16T08:33:55.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:33:55.871Z] OK: 233 MiB in 51 packages [2020-10-16T08:33:55.871Z] Removing intermediate container c088f1d1ee98 [2020-10-16T08:33:55.871Z] ---> 9bcedc250a53 [2020-10-16T08:33:55.871Z] Step 5/29 : COPY go.mod . [2020-10-16T08:33:55.872Z] OK: 233 MiB in 51 packages [2020-10-16T08:33:55.872Z] ---> 062362ddd6ec [2020-10-16T08:33:55.872Z] Step 6/29 : RUN go mod download [2020-10-16T08:33:56.141Z] ---> Running in 5d3b718363a0 [2020-10-16T08:33:56.141Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:33:56.141Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:33:56.141Z] OK: 12752 distinct packages available [2020-10-16T08:33:56.407Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:33:56.407Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:33:56.407Z] OK: 12752 distinct packages available [2020-10-16T08:33:56.407Z] OK: 233 MiB in 51 packages [2020-10-16T08:33:56.407Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:33:56.407Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:33:56.407Z] OK: 12752 distinct packages available [2020-10-16T08:33:56.407Z] OK: 233 MiB in 51 packages [2020-10-16T08:33:56.670Z] Removing intermediate container 084a93e05d3d [2020-10-16T08:33:56.670Z] ---> aaf614305535 [2020-10-16T08:33:56.670Z] Step 6/22 : COPY go.mod . [2020-10-16T08:33:56.670Z] OK: 233 MiB in 51 packages [2020-10-16T08:33:56.939Z] ---> d6119c86fc3d [2020-10-16T08:33:56.939Z] Step 7/22 : RUN go mod download [2020-10-16T08:33:56.939Z] ---> Running in f5c55bcc7377 [2020-10-16T08:33:57.216Z] Removing intermediate container d1e0ecfa23c1 [2020-10-16T08:33:57.216Z] ---> 326181c1d9bf [2020-10-16T08:33:57.216Z] Step 6/23 : COPY go.mod . [2020-10-16T08:33:57.481Z] Removing intermediate container c105b9ea7d1b [2020-10-16T08:33:57.481Z] ---> eb9db39b64c1 [2020-10-16T08:33:57.481Z] Step 6/22 : COPY go.mod . [2020-10-16T08:33:57.481Z] ---> 40b63576f61b [2020-10-16T08:33:57.481Z] Step 7/23 : RUN go mod download [2020-10-16T08:33:57.550Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5833 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-16T08:33:57.649Z] Running in /w/workspace/edgex-go/193 [Pipeline] { [Pipeline] checkout [2020-10-16T08:33:57.759Z] Removing intermediate container a923b3565845 [2020-10-16T08:33:57.759Z] ---> ee442f27b195 [2020-10-16T08:33:57.759Z] Step 6/22 : COPY go.mod . [2020-10-16T08:33:57.759Z] ---> Running in 89e075fd94d2 [2020-10-16T08:33:58.024Z] ---> bdc830ce55ff [2020-10-16T08:33:58.024Z] Step 7/22 : RUN go mod download [2020-10-16T08:33:58.286Z] ---> Running in ae1a7a4b2de5 [2020-10-16T08:33:58.286Z] ---> 501c9acf9afc [2020-10-16T08:33:58.286Z] Step 7/22 : RUN go mod download [2020-10-16T08:33:58.286Z] Removing intermediate container 5d3b718363a0 [2020-10-16T08:33:58.286Z] ---> 6925d792d043 [2020-10-16T08:33:58.286Z] Step 7/29 : COPY . . [2020-10-16T08:33:59.252Z] ---> Running in 8c813e672683 [2020-10-16T08:34:00.196Z] Removing intermediate container f5c55bcc7377 [2020-10-16T08:34:00.196Z] ---> 3566e704f7fa [2020-10-16T08:34:00.196Z] Step 8/22 : COPY . . [2020-10-16T08:34:02.949Z] using credential edgex-jenkins-ssh [2020-10-16T08:34:03.013Z] Cloning the remote Git repository [2020-10-16T08:34:03.065Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-16T08:34:03.167Z] > git init /w/workspace/edgex-go/193 # timeout=10 [2020-10-16T08:34:03.234Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T08:34:03.234Z] > git --version # timeout=10 [2020-10-16T08:34:03.256Z] > git --version # 'git version 2.17.1' [2020-10-16T08:34:03.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T08:34:03.315Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T08:34:05.510Z] Removing intermediate container 89e075fd94d2 [2020-10-16T08:34:05.510Z] ---> 2e61f7f35816 [2020-10-16T08:34:05.510Z] Step 8/23 : COPY . . [2020-10-16T08:34:08.818Z] Removing intermediate container ae1a7a4b2de5 [2020-10-16T08:34:08.818Z] ---> f1b91cc9ad5e [2020-10-16T08:34:08.818Z] Step 8/22 : COPY . . [2020-10-16T08:34:16.999Z] Removing intermediate container 8c813e672683 [2020-10-16T08:34:16.999Z] ---> 3b265b103617 [2020-10-16T08:34:16.999Z] Step 8/22 : COPY . . [2020-10-16T08:34:19.355Z] Checking out Revision 3e9c358c5927252f504aa2b8b81da148d7d9995a (master) [2020-10-16T08:34:18.593Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T08:34:18.611Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T08:34:18.694Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T08:34:18.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T08:34:18.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T08:34:18.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T08:34:19.375Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T08:34:19.398Z] > git checkout -f 3e9c358c5927252f504aa2b8b81da148d7d9995a # timeout=10 [2020-10-16T08:34:23.804Z] Commit message: "Merge pull request #2802 from jinlinGuan/issue-2784" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T08:34:24.692Z] ========================================================= [2020-10-16T08:34:24.692Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T08:34:24.692Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:34:25.662Z] + 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-16T08:34:27.164Z] ---> a8897a09526a [2020-10-16T08:34:27.164Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T08:34:28.106Z] ---> 98b2de3f2a36 [2020-10-16T08:34:28.106Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T08:34:28.296Z] Sending build context to Docker daemon 164.9MB [2020-10-16T08:34:28.296Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T08:34:28.296Z] Step 2/7 : FROM ${BASE} [2020-10-16T08:34:28.569Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T08:34:28.569Z] b538f80385f9: Pulling fs layer [2020-10-16T08:34:28.569Z] 74f711af9a0d: Pulling fs layer [2020-10-16T08:34:28.569Z] 99f96fe45779: Pulling fs layer [2020-10-16T08:34:28.569Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T08:34:28.569Z] 45590311c82a: Pulling fs layer [2020-10-16T08:34:28.569Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T08:34:28.569Z] 209524e5b208: Pulling fs layer [2020-10-16T08:34:28.569Z] 45590311c82a: Waiting [2020-10-16T08:34:28.569Z] 69ca0ff8b7b3: Waiting [2020-10-16T08:34:28.569Z] 209524e5b208: Waiting [2020-10-16T08:34:28.569Z] 99f96fe45779: Verifying Checksum [2020-10-16T08:34:28.569Z] 99f96fe45779: Download complete [2020-10-16T08:34:28.569Z] 74f711af9a0d: Verifying Checksum [2020-10-16T08:34:28.569Z] 74f711af9a0d: Download complete [2020-10-16T08:34:28.569Z] 45590311c82a: Verifying Checksum [2020-10-16T08:34:28.569Z] 45590311c82a: Download complete [2020-10-16T08:34:28.569Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T08:34:28.569Z] 69ca0ff8b7b3: Download complete [2020-10-16T08:34:28.847Z] b538f80385f9: Verifying Checksum [2020-10-16T08:34:28.847Z] b538f80385f9: Download complete [2020-10-16T08:34:29.444Z] b538f80385f9: Pull complete [2020-10-16T08:34:30.045Z] 74f711af9a0d: Pull complete [2020-10-16T08:34:30.322Z] 99f96fe45779: Pull complete [2020-10-16T08:34:30.656Z] ---> e1bb73a42502 [2020-10-16T08:34:30.656Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T08:34:31.346Z] 209524e5b208: Verifying Checksum [2020-10-16T08:34:31.346Z] 209524e5b208: Download complete [2020-10-16T08:34:32.330Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T08:34:32.330Z] 8529a6b9a6be: Download complete [2020-10-16T08:34:33.204Z] ---> Running in 22fe26ed4864 [2020-10-16T08:34:33.775Z] ---> Running in 714590afae5e [2020-10-16T08:34:33.775Z] ---> Running in 516b9098055c [2020-10-16T08:34:34.037Z] ---> 2d9a81a50fad [2020-10-16T08:34:34.037Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T08:34:34.610Z] ---> Running in b78b1e219b84 [2020-10-16T08:34:34.610Z] ---> a2d2845164a0 [2020-10-16T08:34:34.610Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T08:34:34.872Z] ---> Running in 3236d9fff5e7 [2020-10-16T08:34:35.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T08:34:35.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T08:34:35.713Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T08:34:35.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T08:34:35.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T08:34:42.495Z] 8529a6b9a6be: Pull complete [2020-10-16T08:34:43.093Z] 45590311c82a: Pull complete [2020-10-16T08:34:43.368Z] 69ca0ff8b7b3: Pull complete [2020-10-16T08:34:47.685Z] 209524e5b208: Pull complete [2020-10-16T08:34:47.685Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T08:34:47.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T08:34:47.685Z] ---> 5bddaf1c2fca [2020-10-16T08:34:47.685Z] 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-16T08:34:50.293Z] ---> Running in e7cbc51f375b [2020-10-16T08:34:51.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:34:52.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:34:53.683Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T08:34:53.954Z] (2/12) Installing file (5.38-r0) [2020-10-16T08:34:53.954Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T08:34:53.954Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T08:35:04.086Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T08:35:04.086Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T08:35:04.086Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T08:35:04.086Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T08:35:04.086Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T08:35:04.086Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T08:35:04.086Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T08:35:04.086Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T08:35:04.086Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:35:04.086Z] OK: 217 MiB in 51 packages [2020-10-16T08:35:07.494Z] Removing intermediate container e7cbc51f375b [2020-10-16T08:35:07.494Z] ---> 8317bce7c3f1 [2020-10-16T08:35:07.494Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T08:35:07.770Z] ---> Running in dedea808011d [2020-10-16T08:35:08.234Z] Removing intermediate container 714590afae5e [2020-10-16T08:35:08.234Z] ---> c01d3f1b7a65 [2020-10-16T08:35:08.234Z] [2020-10-16T08:35:08.234Z] Step 9/29 : FROM alpine:latest [2020-10-16T08:35:08.234Z] latest: Pulling from library/alpine [2020-10-16T08:35:08.234Z] Removing intermediate container 22fe26ed4864 [2020-10-16T08:35:08.234Z] ---> ea18f975196d [2020-10-16T08:35:08.234Z] [2020-10-16T08:35:08.234Z] Step 10/22 : FROM scratch [2020-10-16T08:35:08.234Z] ---> [2020-10-16T08:35:08.234Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T08:35:08.234Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T08:35:08.234Z] Status: Downloaded newer image for alpine:latest [2020-10-16T08:35:08.234Z] ---> a24bb4013296 [2020-10-16T08:35:08.234Z] 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-16T08:35:08.234Z] ---> Running in 4e21ffde104a [2020-10-16T08:35:08.234Z] ---> Running in ae66ebfbe580 [2020-10-16T08:35:08.234Z] Removing intermediate container 4e21ffde104a [2020-10-16T08:35:08.234Z] ---> 6f4540a7f367 [2020-10-16T08:35:08.234Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T08:35:08.234Z] ---> Running in 5a4ed07db51d [2020-10-16T08:35:08.234Z] Removing intermediate container ae66ebfbe580 [2020-10-16T08:35:08.234Z] ---> adb8ad090ad4 [2020-10-16T08:35:08.234Z] Step 11/29 : USER root [2020-10-16T08:35:08.234Z] ---> Running in f00da89f8a5c [2020-10-16T08:35:08.234Z] Removing intermediate container 5a4ed07db51d [2020-10-16T08:35:08.234Z] ---> f3d94bba321f [2020-10-16T08:35:08.234Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:35:08.234Z] Removing intermediate container f00da89f8a5c [2020-10-16T08:35:08.234Z] ---> 0ad5e5ee486a [2020-10-16T08:35:08.234Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T08:35:08.234Z] ---> Running in e151bab24c2c [2020-10-16T08:35:08.234Z] ---> Running in 2d01cf499998 [2020-10-16T08:35:08.234Z] Removing intermediate container e151bab24c2c [2020-10-16T08:35:08.234Z] ---> 4e218d140fdc [2020-10-16T08:35:08.234Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T08:35:08.382Z] Removing intermediate container dedea808011d [2020-10-16T08:35:08.382Z] ---> 6c1a379391b8 [2020-10-16T08:35:08.382Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T08:35:08.654Z] latest: Pulling from library/docker [2020-10-16T08:35:08.654Z] b538f80385f9: Already exists [2020-10-16T08:35:08.654Z] 259a493cd78d: Pulling fs layer [2020-10-16T08:35:08.654Z] b8e66b5100f5: Pulling fs layer [2020-10-16T08:35:08.654Z] 7f8258a56ab6: Pulling fs layer [2020-10-16T08:35:08.654Z] 75a0a0ebb566: Pulling fs layer [2020-10-16T08:35:08.654Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-16T08:35:08.654Z] 294320357d30: Pulling fs layer [2020-10-16T08:35:08.654Z] 75a0a0ebb566: Waiting [2020-10-16T08:35:08.931Z] b8e66b5100f5: Verifying Checksum [2020-10-16T08:35:08.932Z] b8e66b5100f5: Download complete [2020-10-16T08:35:08.932Z] 259a493cd78d: Download complete [2020-10-16T08:35:08.932Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-16T08:35:08.932Z] 4a2c62f0a2a3: Download complete [2020-10-16T08:35:09.208Z] 75a0a0ebb566: Verifying Checksum [2020-10-16T08:35:09.209Z] 75a0a0ebb566: Download complete [2020-10-16T08:35:09.209Z] 294320357d30: Verifying Checksum [2020-10-16T08:35:09.209Z] 294320357d30: Download complete [2020-10-16T08:35:09.213Z] ---> a84255e6bb6f [2020-10-16T08:35:09.213Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T08:35:09.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:09.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:09.738Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:35:09.738Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:35:09.738Z] OK: 12750 distinct packages available [2020-10-16T08:35:09.810Z] 259a493cd78d: Pull complete [2020-10-16T08:35:10.000Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T08:35:10.000Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T08:35:10.000Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:35:10.000Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T08:35:10.087Z] b8e66b5100f5: Pull complete [2020-10-16T08:35:10.087Z] 7f8258a56ab6: Verifying Checksum [2020-10-16T08:35:10.087Z] 7f8258a56ab6: Download complete [2020-10-16T08:35:10.274Z] OK: 6 MiB in 16 packages [2020-10-16T08:35:10.855Z] ---> f620857cc84d [2020-10-16T08:35:10.855Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T08:35:10.855Z] Removing intermediate container b78b1e219b84 [2020-10-16T08:35:10.855Z] ---> 94e956559100 [2020-10-16T08:35:10.855Z] [2020-10-16T08:35:10.855Z] Step 10/22 : FROM scratch [2020-10-16T08:35:10.855Z] ---> [2020-10-16T08:35:10.855Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:35:12.776Z] ---> Running in 4a716cb91ae9 [2020-10-16T08:35:13.475Z] 7f8258a56ab6: Pull complete [2020-10-16T08:35:13.476Z] 75a0a0ebb566: Pull complete [2020-10-16T08:35:14.066Z] 4a2c62f0a2a3: Pull complete [2020-10-16T08:35:14.162Z] ---> 2376e8e5f63e [2020-10-16T08:35:14.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T08:35:14.162Z] Removing intermediate container 4a716cb91ae9 [2020-10-16T08:35:14.162Z] ---> 9a79e0c4024a [2020-10-16T08:35:14.162Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T08:35:14.337Z] 294320357d30: Pull complete [2020-10-16T08:35:14.337Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T08:35:14.337Z] Status: Downloaded newer image for docker:latest [2020-10-16T08:35:14.423Z] Removing intermediate container 2d01cf499998 [2020-10-16T08:35:14.423Z] ---> 27e6b1d73a96 [2020-10-16T08:35:14.423Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T08:35:14.423Z] Removing intermediate container 3236d9fff5e7 [2020-10-16T08:35:14.423Z] ---> fa270b8abc28 [2020-10-16T08:35:14.423Z] [2020-10-16T08:35:14.424Z] Step 10/22 : FROM scratch [2020-10-16T08:35:14.424Z] ---> [2020-10-16T08:35:14.424Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:35:14.424Z] ---> Using cache [2020-10-16T08:35:14.424Z] ---> 9a79e0c4024a [2020-10-16T08:35:14.424Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T08:35:14.684Z] ---> Running in 38a407cf67d4 [2020-10-16T08:35:16.597Z] ---> c4f38eb412ab [2020-10-16T08:35:16.597Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T08:35:16.597Z] ---> Running in b996d8b4885b [2020-10-16T08:35:16.597Z] ---> Running in d90d65547c1e [2020-10-16T08:35:16.597Z] ---> Running in 041e8d8ba6a6 [2020-10-16T08:35:16.597Z] Removing intermediate container 38a407cf67d4 [2020-10-16T08:35:16.597Z] ---> c2ee7964416e [2020-10-16T08:35:16.597Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:35:16.857Z] ---> Running in 229b27954b92 [2020-10-16T08:35:16.857Z] Removing intermediate container 516b9098055c [2020-10-16T08:35:16.857Z] ---> b0d26d0a18ae [2020-10-16T08:35:16.857Z] [2020-10-16T08:35:16.857Z] Step 10/23 : FROM alpine [2020-10-16T08:35:16.857Z] ---> a24bb4013296 [2020-10-16T08:35:16.857Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:35:17.729Z] ---> 087ab6ae912e [2020-10-16T08:35:17.729Z] Step 6/7 : COPY go.mod . [2020-10-16T08:35:17.797Z] Removing intermediate container d90d65547c1e [2020-10-16T08:35:17.797Z] ---> 6b36d819902d [2020-10-16T08:35:17.797Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:35:17.797Z] Removing intermediate container b996d8b4885b [2020-10-16T08:35:17.797Z] ---> 7f8f67d01db5 [2020-10-16T08:35:17.797Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T08:35:17.797Z] ---> Running in b2d3d2ffaac0 [2020-10-16T08:35:17.797Z] Removing intermediate container 041e8d8ba6a6 [2020-10-16T08:35:17.797Z] ---> 87c873bf2595 [2020-10-16T08:35:17.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:35:17.797Z] ---> Running in 58a0f508b47e [2020-10-16T08:35:17.797Z] ---> Running in 2c1d06188d5b [2020-10-16T08:35:17.797Z] Removing intermediate container 229b27954b92 [2020-10-16T08:35:17.797Z] ---> 2d5b14b6e5ef [2020-10-16T08:35:17.797Z] Step 14/22 : WORKDIR / [2020-10-16T08:35:18.005Z] ---> 61c24d925bb4 [2020-10-16T08:35:18.005Z] Step 7/7 : RUN go mod download [2020-10-16T08:35:18.005Z] ---> Running in f57009aaad04 [2020-10-16T08:35:18.058Z] ---> Running in 65b56402a559 [2020-10-16T08:35:18.058Z] ---> Running in 871c358d122b [2020-10-16T08:35:18.058Z] Removing intermediate container 58a0f508b47e [2020-10-16T08:35:18.058Z] ---> 374a620b2de0 [2020-10-16T08:35:18.058Z] Step 14/22 : WORKDIR / [2020-10-16T08:35:18.058Z] Removing intermediate container b2d3d2ffaac0 [2020-10-16T08:35:18.058Z] ---> 5fe017cb65bd [2020-10-16T08:35:18.058Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T08:35:18.318Z] ---> Running in 4460a8a9889d [2020-10-16T08:35:18.318Z] Removing intermediate container 2c1d06188d5b [2020-10-16T08:35:18.318Z] ---> 1c43549fee7d [2020-10-16T08:35:18.318Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T08:35:18.318Z] Removing intermediate container 65b56402a559 [2020-10-16T08:35:18.318Z] ---> 395a47d4f1e2 [2020-10-16T08:35:18.318Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T08:35:18.318Z] Removing intermediate container 871c358d122b [2020-10-16T08:35:18.318Z] ---> 47367f01caa1 [2020-10-16T08:35:18.318Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T08:35:18.318Z] ---> Running in b46ef1f3a8be [2020-10-16T08:35:18.581Z] ---> Running in 79903889880b [2020-10-16T08:35:18.581Z] ---> Running in 7f79ce6bc6ee [2020-10-16T08:35:18.581Z] Removing intermediate container 4460a8a9889d [2020-10-16T08:35:18.581Z] ---> 2cf327436c55 [2020-10-16T08:35:18.581Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T08:35:18.845Z] ---> a3dd06dc3d11 [2020-10-16T08:35:18.845Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T08:35:18.845Z] Removing intermediate container b46ef1f3a8be [2020-10-16T08:35:18.845Z] ---> 70b21951f568 [2020-10-16T08:35:18.845Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T08:35:18.845Z] Removing intermediate container 7f79ce6bc6ee [2020-10-16T08:35:18.845Z] ---> 2c5d9a7a1648 [2020-10-16T08:35:18.845Z] Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:35:19.105Z] ---> Running in 1516e9b1a23f [2020-10-16T08:35:19.105Z] ---> Running in 65e2036db810 [2020-10-16T08:35:19.366Z] ---> 109a9b34d2d8 [2020-10-16T08:35:19.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T08:35:19.366Z] Removing intermediate container 1516e9b1a23f [2020-10-16T08:35:19.366Z] ---> 2c8e64d33269 [2020-10-16T08:35:19.366Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:35:19.627Z] Removing intermediate container 65e2036db810 [2020-10-16T08:35:19.627Z] ---> ebf18e0e5eff [2020-10-16T08:35:19.627Z] Step 22/22 : LABEL version=1.2.2-dev.77 [2020-10-16T08:35:19.627Z] ---> f8d218960784 [2020-10-16T08:35:19.627Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T08:35:19.896Z] ---> Running in 2245707565d5 [2020-10-16T08:35:19.896Z] ---> Running in 2e6794cf9ead [2020-10-16T08:35:19.896Z] ---> e2cf4822973e [2020-10-16T08:35:19.896Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T08:35:20.841Z] ---> 7c4ce46a34e4 [2020-10-16T08:35:20.841Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T08:35:20.841Z] Removing intermediate container 79903889880b [2020-10-16T08:35:20.841Z] ---> 921aed8965e7 [2020-10-16T08:35:20.841Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T08:35:20.841Z] Removing intermediate container 2e6794cf9ead [2020-10-16T08:35:20.841Z] ---> 1a26f4f8a95e [2020-10-16T08:35:20.841Z] [2020-10-16T08:35:20.841Z] ---> 627245d21af5 [2020-10-16T08:35:20.841Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T08:35:20.841Z] ---> Running in 9521bcf8a1c2 [2020-10-16T08:35:21.102Z] ---> Running in 67042bc6d07c [2020-10-16T08:35:21.102Z] Successfully built 1a26f4f8a95e [2020-10-16T08:35:21.102Z] Successfully tagged docker-support-logging-go:latest [2020-10-16T08:35:21.102Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-10-16T08:35:21.102Z] Removing intermediate container 9521bcf8a1c2 [2020-10-16T08:35:21.102Z] ---> 6db9f424da06 [2020-10-16T08:35:21.102Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:35:21.366Z] ---> Running in 9be60b90a288 [2020-10-16T08:35:21.366Z] Removing intermediate container 67042bc6d07c [2020-10-16T08:35:21.366Z] ---> 7bf12ca9bf31 [2020-10-16T08:35:21.366Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:35:21.629Z] ---> 5921857efb2f [2020-10-16T08:35:21.629Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T08:35:21.629Z] ---> Running in fef3cbc88774 [2020-10-16T08:35:23.545Z] Removing intermediate container 9be60b90a288 [2020-10-16T08:35:23.545Z] ---> 4e78faf87ce6 [2020-10-16T08:35:23.545Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T08:35:23.808Z] Removing intermediate container 2245707565d5 [2020-10-16T08:35:23.808Z] ---> d7c3bcba71a7 [2020-10-16T08:35:23.808Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T08:35:23.808Z] ---> 2c3efc154e7c [2020-10-16T08:35:23.808Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T08:35:23.808Z] ---> Running in 43f71cd9016a [2020-10-16T08:35:23.808Z] Removing intermediate container fef3cbc88774 [2020-10-16T08:35:23.808Z] ---> e1468c092c1d [2020-10-16T08:35:23.808Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T08:35:24.388Z] ---> Running in bfde3e3f73bb [2020-10-16T08:35:24.388Z] ---> Running in 62cd0edc6e73 [2020-10-16T08:35:24.652Z] ---> 8fa2a8a7ec75 [2020-10-16T08:35:24.652Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T08:35:24.652Z] Removing intermediate container 43f71cd9016a [2020-10-16T08:35:24.652Z] ---> 9f479151c889 [2020-10-16T08:35:24.652Z] Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:35:24.915Z] ---> Running in c75419a64ab1 [2020-10-16T08:35:25.490Z] Removing intermediate container 62cd0edc6e73 [2020-10-16T08:35:25.490Z] ---> f9c62f106feb [2020-10-16T08:35:25.490Z] Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:35:25.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:25.757Z] ---> f4c7f5587ed2 [2020-10-16T08:35:25.757Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T08:35:26.328Z] ---> Running in 4802e0d63251 [2020-10-16T08:35:26.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:26.901Z] Removing intermediate container c75419a64ab1 [2020-10-16T08:35:26.901Z] ---> 2e5a8a10ec0b [2020-10-16T08:35:26.901Z] Step 22/22 : LABEL version=1.2.2-dev.77 [2020-10-16T08:35:26.901Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T08:35:27.162Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T08:35:27.162Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T08:35:27.426Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T08:35:27.688Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T08:35:27.688Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:35:27.951Z] OK: 8 MiB in 19 packages [2020-10-16T08:35:28.899Z] ---> a3cc724e90a8 [2020-10-16T08:35:28.899Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T08:35:28.899Z] Removing intermediate container 4802e0d63251 [2020-10-16T08:35:28.899Z] ---> bade40705e08 [2020-10-16T08:35:28.899Z] Step 22/22 : LABEL version=1.2.2-dev.77 [2020-10-16T08:35:29.160Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:35:29.160Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:35:29.160Z] ---> b4d4bebf6227 [2020-10-16T08:35:29.160Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T08:35:29.160Z] ---> Using cache [2020-10-16T08:35:29.160Z] ---> 53344a355e86 [2020-10-16T08:35:29.160Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:35:29.160Z] ---> Using cache [2020-10-16T08:35:29.160Z] ---> 564cfe57e2ad [2020-10-16T08:35:29.160Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T08:35:30.105Z] ---> Running in 760e5dbed7f7 [2020-10-16T08:35:30.105Z] ---> Running in f0691b528c97 [2020-10-16T08:35:30.105Z] ---> Running in b2c361467283 [2020-10-16T08:35:30.105Z] ---> Running in ae464805b57b [2020-10-16T08:35:30.367Z] Removing intermediate container 760e5dbed7f7 [2020-10-16T08:35:30.367Z] ---> 907f3e1b3826 [2020-10-16T08:35:30.367Z] [2020-10-16T08:35:30.630Z] Successfully built 907f3e1b3826 [2020-10-16T08:35:30.630Z] Removing intermediate container bfde3e3f73bb [2020-10-16T08:35:30.630Z] ---> 1be6b4aa7ec3 [2020-10-16T08:35:30.630Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T08:35:30.630Z] Successfully tagged docker-core-command-go:latest [2020-10-16T08:35:30.630Z] Building docker-support-scheduler-go [2020-10-16T08:35:30.630Z]  Building docker-core-command-go ... done Removing intermediate container f0691b528c97 [2020-10-16T08:35:30.630Z] ---> 88bc0ab89274 [2020-10-16T08:35:30.630Z] [2020-10-16T08:35:30.909Z] Successfully built 88bc0ab89274 [2020-10-16T08:35:30.909Z] Successfully tagged docker-core-metadata-go:latest [2020-10-16T08:35:30.909Z] Building docker-security-proxy-setup-go [2020-10-16T08:35:30.909Z]  Building docker-core-metadata-go ... done  ---> bc5be981df3d [2020-10-16T08:35:30.909Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T08:35:31.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:33.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:34.498Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:35:34.498Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:35:34.498Z] OK: 12752 distinct packages available [2020-10-16T08:35:34.498Z] OK: 233 MiB in 51 packages [2020-10-16T08:35:34.761Z] ---> 84191944ff94 [2020-10-16T08:35:34.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T08:35:35.340Z] Removing intermediate container b2c361467283 [2020-10-16T08:35:35.340Z] ---> 3900b6659994 [2020-10-16T08:35:35.340Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T08:35:35.340Z] ---> d86d96bb7687 [2020-10-16T08:35:35.340Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T08:35:35.600Z] ---> Running in 83f85e9cd12d [2020-10-16T08:35:35.600Z] Removing intermediate container ae464805b57b [2020-10-16T08:35:35.600Z] ---> c9156b21c34b [2020-10-16T08:35:35.600Z] Step 6/24 : COPY go.mod . [2020-10-16T08:35:35.863Z] ---> d87b02d0e87c [2020-10-16T08:35:35.863Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T08:35:35.863Z] ---> Running in cbee83d1746d [2020-10-16T08:35:35.863Z] Removing intermediate container 83f85e9cd12d [2020-10-16T08:35:35.863Z] ---> 63b2545d4320 [2020-10-16T08:35:35.863Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:35:36.125Z] ---> 4494b7325f70 [2020-10-16T08:35:36.125Z] Step 7/24 : RUN go mod download [2020-10-16T08:35:38.744Z] ---> Running in b23c487389be [2020-10-16T08:35:38.744Z] ---> Running in 5397efbfed79 [2020-10-16T08:35:39.815Z] Removing intermediate container b23c487389be [2020-10-16T08:35:39.815Z] ---> d03212fcc554 [2020-10-16T08:35:39.815Z] Step 21/23 : LABEL arch=x86_64 [2020-10-16T08:35:40.925Z] ---> Running in bf813f6ec3fa [2020-10-16T08:35:41.922Z] Removing intermediate container bf813f6ec3fa [2020-10-16T08:35:41.922Z] ---> ced3dbf2682d [2020-10-16T08:35:41.922Z] Step 22/23 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:35:42.190Z] ---> Running in 07b70ee37b0d [2020-10-16T08:35:43.140Z] Removing intermediate container cbee83d1746d [2020-10-16T08:35:43.140Z] ---> eb93a704aaa3 [2020-10-16T08:35:43.140Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T08:35:43.140Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:35:43.140Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:35:43.140Z] ---> b4d4bebf6227 [2020-10-16T08:35:43.140Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T08:35:43.401Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:35:43.401Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:35:43.401Z] ---> b4d4bebf6227 [2020-10-16T08:35:43.401Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T08:35:43.662Z] ---> Using cache [2020-10-16T08:35:43.662Z] ---> 53344a355e86 [2020-10-16T08:35:43.662Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:35:43.662Z] ---> Using cache [2020-10-16T08:35:43.662Z] ---> Using cache [2020-10-16T08:35:43.662Z] ---> 53344a355e86 [2020-10-16T08:35:43.662Z] ---> 564cfe57e2ad [2020-10-16T08:35:43.662Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 5/20 : RUN apk update && apk add make git [2020-10-16T08:35:43.662Z] [2020-10-16T08:35:43.662Z] ---> Using cache [2020-10-16T08:35:43.662Z] ---> 564cfe57e2ad [2020-10-16T08:35:43.662Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T08:35:44.611Z] ---> Running in 93c5cbf566cb [2020-10-16T08:35:44.611Z] ---> Running in 9f6a936ae623 [2020-10-16T08:35:44.611Z] ---> Running in 5bf67cd6ccb8 [2020-10-16T08:35:44.611Z] Removing intermediate container 07b70ee37b0d [2020-10-16T08:35:44.611Z] ---> c60fe1841ca7 [2020-10-16T08:35:44.611Z] Step 23/23 : LABEL version=1.2.2-dev.77 [2020-10-16T08:35:44.800Z] Removing intermediate container f57009aaad04 [2020-10-16T08:35:44.800Z] ---> ef7d577eac32 [2020-10-16T08:35:44.800Z] Successfully built ef7d577eac32 [2020-10-16T08:35:44.800Z] Successfully tagged ci-base-image-arm64:latest [2020-10-16T08:35:44.873Z] Removing intermediate container 5397efbfed79 [2020-10-16T08:35:44.873Z] ---> e7d4e207634d [2020-10-16T08:35:44.873Z] Step 8/24 : COPY . . [2020-10-16T08:35:44.873Z] ---> Running in 1b811cb3c43a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:35:45.207Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T08:35:45.207Z] . [Pipeline] withDockerContainer [2020-10-16T08:35:45.449Z] Removing intermediate container 1b811cb3c43a [2020-10-16T08:35:45.449Z] ---> 13dfaccde554 [2020-10-16T08:35:45.449Z] [2020-10-16T08:35:45.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-5833 does not seem to be running inside a container [2020-10-16T08:35:45.593Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:35:45.711Z] Successfully built 13dfaccde554 [2020-10-16T08:35:45.976Z] Successfully tagged docker-core-data-go:latest [2020-10-16T08:35:45.976Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-10-16T08:35:45.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:47.479Z] $ docker top d08e7e71790636132bbdb330896e0d18f2dad747119e0a464105bd18221abbf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:35:48.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:48.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:48.841Z] + go version [2020-10-16T08:35:48.841Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T08:35:48.866Z] $ docker stop --time=1 d08e7e71790636132bbdb330896e0d18f2dad747119e0a464105bd18221abbf0 [2020-10-16T08:35:49.099Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:35:49.099Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:35:49.099Z] OK: 12752 distinct packages available [2020-10-16T08:35:49.361Z] OK: 233 MiB in 51 packages [2020-10-16T08:35:49.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:35:50.304Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:35:50.304Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:35:50.304Z] OK: 12752 distinct packages available [2020-10-16T08:35:50.564Z] OK: 233 MiB in 51 packages [2020-10-16T08:35:50.765Z] $ docker rm -f d08e7e71790636132bbdb330896e0d18f2dad747119e0a464105bd18221abbf0 [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-16T08:35:52.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T08:35:52.134Z] [2020-10-16T08:35:52.134Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:35:52.805Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T08:35:53.079Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-16T08:35:53.079Z] 29e5d40040c1: Pulling fs layer [2020-10-16T08:35:53.079Z] 1ce36da41761: Pulling fs layer [2020-10-16T08:35:53.079Z] 25b303627fd3: Pulling fs layer [2020-10-16T08:35:53.354Z] 29e5d40040c1: Verifying Checksum [2020-10-16T08:35:53.354Z] 29e5d40040c1: Download complete [2020-10-16T08:35:53.960Z] 1ce36da41761: Verifying Checksum [2020-10-16T08:35:53.960Z] 1ce36da41761: Download complete [2020-10-16T08:35:54.235Z] 29e5d40040c1: Pull complete [2020-10-16T08:35:55.216Z] 1ce36da41761: Pull complete [2020-10-16T08:35:55.488Z] 25b303627fd3: Verifying Checksum [2020-10-16T08:35:55.488Z] 25b303627fd3: Download complete [2020-10-16T08:35:57.181Z] Removing intermediate container 5bf67cd6ccb8 [2020-10-16T08:35:57.181Z] ---> a0df6f274c81 [2020-10-16T08:35:57.181Z] Step 6/21 : COPY go.mod . [2020-10-16T08:35:57.182Z] Removing intermediate container 93c5cbf566cb [2020-10-16T08:35:57.182Z] ---> 8bd3de80831c [2020-10-16T08:35:57.182Z] Step 6/20 : COPY go.mod . [2020-10-16T08:35:58.122Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:35:58.122Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:35:58.695Z] ---> b4d4bebf6227 [2020-10-16T08:35:58.695Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T08:35:58.956Z] ---> Using cache [2020-10-16T08:35:58.956Z] ---> 53344a355e86 [2020-10-16T08:35:58.956Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:35:58.956Z] ---> Using cache [2020-10-16T08:35:58.956Z] ---> 564cfe57e2ad [2020-10-16T08:35:58.956Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T08:35:58.956Z] ---> Using cache [2020-10-16T08:35:58.956Z] ---> 8bd3de80831c [2020-10-16T08:35:58.956Z] Step 6/26 : COPY go.mod . [2020-10-16T08:35:58.956Z] ---> Using cache [2020-10-16T08:35:58.956Z] ---> 9253fb73d4cf [2020-10-16T08:35:58.956Z] Step 7/26 : RUN go mod download [2020-10-16T08:35:58.956Z] Removing intermediate container 9f6a936ae623 [2020-10-16T08:35:58.956Z] ---> ac6274bbb698 [2020-10-16T08:35:58.956Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T08:35:59.527Z] ---> 9253fb73d4cf [2020-10-16T08:35:59.527Z] Step 7/20 : RUN go mod download [2020-10-16T08:35:59.527Z] ---> fc4c3949480c [2020-10-16T08:35:59.527Z] Step 7/21 : RUN go mod download [2020-10-16T08:36:00.469Z] ---> Running in 67177276134f [2020-10-16T08:36:00.469Z] ---> Running in 49ce614ffed7 [2020-10-16T08:36:00.469Z] ---> Running in 2472543e21b6 [2020-10-16T08:36:00.469Z] ---> Running in 772d8a8de1b3 [2020-10-16T08:36:00.469Z] ---> ca8669c05b80 [2020-10-16T08:36:00.469Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T08:36:00.730Z] ---> Running in 661f0a12261a [2020-10-16T08:36:00.730Z] Removing intermediate container 49ce614ffed7 [2020-10-16T08:36:00.730Z] ---> 1128286fb409 [2020-10-16T08:36:00.730Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T08:36:00.993Z] ---> Running in 12c415373973 [2020-10-16T08:36:01.256Z] Removing intermediate container 12c415373973 [2020-10-16T08:36:01.256Z] ---> 60cf137700c3 [2020-10-16T08:36:01.256Z] Step 27/29 : LABEL arch=x86_64 [2020-10-16T08:36:01.520Z] ---> Running in edc92e4318ae [2020-10-16T08:36:01.787Z] Removing intermediate container edc92e4318ae [2020-10-16T08:36:01.787Z] ---> 7853d22c270b [2020-10-16T08:36:01.787Z] Step 28/29 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:36:01.787Z] ---> Running in 7740f1b882c3 [2020-10-16T08:36:01.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T08:36:02.060Z] Removing intermediate container 7740f1b882c3 [2020-10-16T08:36:02.060Z] ---> 01fc4c34572d [2020-10-16T08:36:02.060Z] Step 29/29 : LABEL version=1.2.2-dev.77 [2020-10-16T08:36:02.060Z] ---> Running in 59753035d83a [2020-10-16T08:36:02.326Z] Removing intermediate container 67177276134f [2020-10-16T08:36:02.326Z] ---> 3104c4d0bfd8 [2020-10-16T08:36:02.326Z] Step 8/26 : COPY . . [2020-10-16T08:36:02.326Z] Removing intermediate container 2472543e21b6 [2020-10-16T08:36:02.326Z] ---> a9a8ae3cd3a7 [2020-10-16T08:36:02.326Z] Step 8/21 : COPY . . [2020-10-16T08:36:02.594Z] Removing intermediate container 59753035d83a [2020-10-16T08:36:02.594Z] ---> a4d06f92326c [2020-10-16T08:36:02.594Z] [2020-10-16T08:36:02.594Z] Successfully built a4d06f92326c [2020-10-16T08:36:03.178Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-16T08:36:03.178Z] Building docker-sys-mgmt-agent-go [2020-10-16T08:36:03.438Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 772d8a8de1b3 [2020-10-16T08:36:03.438Z] ---> 801c57ab5fb7 [2020-10-16T08:36:03.438Z] Step 8/20 : COPY . . [2020-10-16T08:36:05.639Z] 25b303627fd3: Pull complete [2020-10-16T08:36:05.639Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-16T08:36:05.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T08:36:05.639Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-16T08:36:05.878Z] prd-ubuntu18.04-docker-arm64-4c-16g-5833 does not seem to be running inside a container [2020-10-16T08:36:05.962Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:36:09.198Z] $ docker top a327de50feab799c1f7a86ef4c94bf97b6896c4f0c4c7dcb53e96849cecf2372 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:36:10.618Z] + docker-compose build --help [2020-10-16T08:36:10.618Z] + grep parallel [2020-10-16T08:36:13.993Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T08:36:14.019Z] $ docker stop --time=1 a327de50feab799c1f7a86ef4c94bf97b6896c4f0c4c7dcb53e96849cecf2372 [2020-10-16T08:36:15.977Z] $ docker rm -f a327de50feab799c1f7a86ef4c94bf97b6896c4f0c4c7dcb53e96849cecf2372 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:36:16.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T08:36:16.795Z] . [Pipeline] withDockerContainer [2020-10-16T08:36:17.071Z] prd-ubuntu18.04-docker-arm64-4c-16g-5833 does not seem to be running inside a container [2020-10-16T08:36:17.160Z] $ 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/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:36:18.612Z] $ docker top 189df2d08e6c057a66da4279b370fdd4bf809454fc92b5af9917fd03c6e6eaa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:36:19.849Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T08:36:23.303Z] Building docker-core-command-go ... [2020-10-16T08:36:23.303Z] Building docker-core-data-go ... [2020-10-16T08:36:23.303Z] Building docker-core-metadata-go ... [2020-10-16T08:36:23.303Z] Building docker-security-proxy-setup-go ... [2020-10-16T08:36:23.303Z] Building docker-security-secrets-setup-go ... [2020-10-16T08:36:23.303Z] Building docker-security-secretstore-setup-go ... [2020-10-16T08:36:23.303Z] Building docker-support-logging-go ... [2020-10-16T08:36:23.303Z] Building docker-support-notifications-go ... [2020-10-16T08:36:23.303Z] Building docker-support-scheduler-go ... [2020-10-16T08:36:23.303Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T08:36:23.303Z] Building docker-core-data-go [2020-10-16T08:36:23.303Z] Building docker-security-proxy-setup-go [2020-10-16T08:36:23.303Z] Building docker-security-secretstore-setup-go [2020-10-16T08:36:23.303Z] Building docker-core-command-go [2020-10-16T08:36:23.303Z] Building docker-support-notifications-go [2020-10-16T08:36:30.090Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:36:30.091Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:36:30.091Z] ---> b4d4bebf6227 [2020-10-16T08:36:30.091Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T08:36:30.091Z] ---> Using cache [2020-10-16T08:36:30.091Z] ---> 53344a355e86 [2020-10-16T08:36:30.091Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:36:30.091Z] ---> Using cache [2020-10-16T08:36:30.091Z] ---> 564cfe57e2ad [2020-10-16T08:36:30.091Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T08:36:30.666Z] ---> Running in d8496552c600 [2020-10-16T08:36:30.667Z] ---> 9eeae97a22aa [2020-10-16T08:36:30.667Z] 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-16T08:36:30.667Z] ---> 24b821cf040b [2020-10-16T08:36:30.667Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T08:36:30.667Z] ---> 06b02980f08c [2020-10-16T08:36:30.667Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T08:36:30.929Z] ---> Running in f57023ee4f01 [2020-10-16T08:36:30.929Z] ---> Running in 5a1d5e129bcc [2020-10-16T08:36:30.929Z] ---> Running in 144fc1affa46 [2020-10-16T08:36:31.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:36:32.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-16T08:36:32.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T08:36:32.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-16T08:36:32.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:36:33.330Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:36:33.330Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:36:33.330Z] OK: 12752 distinct packages available [2020-10-16T08:36:33.602Z] OK: 233 MiB in 51 packages [2020-10-16T08:36:34.568Z] Removing intermediate container 661f0a12261a [2020-10-16T08:36:34.568Z] ---> d61075fb0839 [2020-10-16T08:36:34.568Z] [2020-10-16T08:36:34.568Z] Step 10/24 : FROM scratch [2020-10-16T08:36:34.568Z] ---> [2020-10-16T08:36:34.568Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T08:36:35.995Z] ---> Using cache [2020-10-16T08:36:35.995Z] ---> 6f4540a7f367 [2020-10-16T08:36:35.995Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T08:36:36.263Z] ---> Running in d828f48c1567 [2020-10-16T08:36:36.537Z] Removing intermediate container d8496552c600 [2020-10-16T08:36:36.537Z] ---> 47ab5e7f6784 [2020-10-16T08:36:36.537Z] Step 6/27 : COPY go.mod . [2020-10-16T08:36:36.537Z] Removing intermediate container d828f48c1567 [2020-10-16T08:36:36.537Z] ---> 170db7f076d3 [2020-10-16T08:36:36.537Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T08:36:36.807Z] ---> Running in 2250823d91ac [2020-10-16T08:36:36.807Z] ---> 126ada840dd5 [2020-10-16T08:36:36.807Z] Step 7/27 : RUN go mod download [2020-10-16T08:36:37.074Z] ---> Running in e2eff45509db [2020-10-16T08:36:37.346Z] Removing intermediate container 2250823d91ac [2020-10-16T08:36:37.346Z] ---> 7890d3bcf524 [2020-10-16T08:36:37.346Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T08:36:37.622Z] ---> cbcb7c7d5c85 [2020-10-16T08:36:37.622Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T08:36:40.232Z] ---> 8979d7ed04d3 [2020-10-16T08:36:40.232Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T08:36:40.232Z] Removing intermediate container e2eff45509db [2020-10-16T08:36:40.232Z] ---> 323f487fc479 [2020-10-16T08:36:40.232Z] Step 8/27 : COPY . . [2020-10-16T08:36:40.502Z] ---> 655c12c43c90 [2020-10-16T08:36:40.502Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T08:36:45.974Z] ---> 8a3c924a90cf [2020-10-16T08:36:45.974Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T08:36:48.551Z] ---> a3ecf1a61a05 [2020-10-16T08:36:48.551Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T08:36:53.877Z] ---> 84ceab619dd2 [2020-10-16T08:36:53.877Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T08:36:54.842Z] ---> Running in a5a8a99a072d [2020-10-16T08:36:54.842Z] ---> 306d748c08a3 [2020-10-16T08:36:54.842Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T08:36:54.842Z] ---> Running in 941285e8b4e0 [2020-10-16T08:36:55.106Z] Removing intermediate container a5a8a99a072d [2020-10-16T08:36:55.106Z] ---> c33224d9e5a2 [2020-10-16T08:36:55.106Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:36:55.372Z] ---> Running in 2da6acff8cf9 [2020-10-16T08:36:55.643Z] Removing intermediate container 2da6acff8cf9 [2020-10-16T08:36:55.643Z] ---> 21de0806545b [2020-10-16T08:36:55.643Z] Step 22/24 : LABEL arch=x86_64 [2020-10-16T08:36:55.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T08:36:55.643Z] ---> Running in b2a7834c7f38 [2020-10-16T08:36:55.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T08:36:55.910Z] Removing intermediate container b2a7834c7f38 [2020-10-16T08:36:55.910Z] ---> 3b458364b84e [2020-10-16T08:36:55.910Z] Step 23/24 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:36:56.178Z] ---> Running in 8d242dfc4a31 [2020-10-16T08:36:56.444Z] Removing intermediate container 8d242dfc4a31 [2020-10-16T08:36:56.444Z] ---> 12c3c30295f2 [2020-10-16T08:36:56.444Z] Step 24/24 : LABEL version=1.2.2-dev.77 [2020-10-16T08:36:57.026Z] ---> Running in 1ef05d7f4ef3 [2020-10-16T08:36:57.985Z] Removing intermediate container 5a1d5e129bcc [2020-10-16T08:36:57.985Z] ---> 9c8d346e7e9c [2020-10-16T08:36:57.985Z] [2020-10-16T08:36:57.985Z] Step 10/20 : FROM alpine [2020-10-16T08:36:57.985Z] ---> a24bb4013296 [2020-10-16T08:36:57.985Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T08:36:57.985Z] Removing intermediate container 1ef05d7f4ef3 [2020-10-16T08:36:57.985Z] ---> 44e5ca19333d [2020-10-16T08:36:57.985Z] [2020-10-16T08:36:58.259Z] ---> Running in 2961e4964c14 [2020-10-16T08:36:58.259Z] Successfully built 44e5ca19333d [2020-10-16T08:36:58.259Z] Successfully tagged docker-support-notifications-go:latest [2020-10-16T08:36:59.219Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:36:59.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:36:59.488Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:36:59.488Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:36:59.488Z] OK: 12750 distinct packages available [2020-10-16T08:36:59.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T08:36:59.752Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T08:36:59.752Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T08:36:59.752Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T08:36:59.752Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T08:36:59.752Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:36:59.752Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T08:37:00.020Z] OK: 7 MiB in 18 packages [2020-10-16T08:37:01.952Z] Removing intermediate container 144fc1affa46 [2020-10-16T08:37:01.952Z] ---> 7e597df4ed37 [2020-10-16T08:37:01.952Z] [2020-10-16T08:37:01.952Z] Step 10/21 : FROM scratch [2020-10-16T08:37:01.952Z] ---> [2020-10-16T08:37:01.952Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:37:02.238Z] ---> Using cache [2020-10-16T08:37:02.238Z] ---> 9a79e0c4024a [2020-10-16T08:37:02.238Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T08:37:02.518Z] Removing intermediate container 2961e4964c14 [2020-10-16T08:37:02.518Z] ---> 0e0dcaa1678b [2020-10-16T08:37:02.518Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T08:37:02.518Z] ---> Running in 3edefe3d3d84 [2020-10-16T08:37:02.518Z] ---> Running in 167a99ab1fc0 [2020-10-16T08:37:02.805Z] Removing intermediate container 3edefe3d3d84 [2020-10-16T08:37:02.805Z] ---> 572f61aaddb3 [2020-10-16T08:37:02.805Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T08:37:02.805Z] ---> Running in 1af88a4f29ad [2020-10-16T08:37:02.805Z] Removing intermediate container 167a99ab1fc0 [2020-10-16T08:37:02.805Z] ---> 1a4dc225dc6e [2020-10-16T08:37:02.805Z] Step 13/20 : WORKDIR /edgex [2020-10-16T08:37:03.088Z] ---> Running in 5362c447c767 [2020-10-16T08:37:03.088Z] Removing intermediate container 1af88a4f29ad [2020-10-16T08:37:03.088Z] ---> 76d2ea5ea6c6 [2020-10-16T08:37:03.088Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T08:37:03.355Z] Removing intermediate container 5362c447c767 [2020-10-16T08:37:03.355Z] ---> 79a5f7f1032b [2020-10-16T08:37:03.355Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T08:37:05.927Z] ---> 39b130174e22 [2020-10-16T08:37:05.927Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T08:37:06.202Z] ---> cf83de37c6a9 [2020-10-16T08:37:06.202Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T08:37:06.202Z] Removing intermediate container f57023ee4f01 [2020-10-16T08:37:06.202Z] ---> 275290fa3bf7 [2020-10-16T08:37:06.202Z] [2020-10-16T08:37:06.202Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T08:37:06.802Z] 3.10: Pulling from library/alpine [2020-10-16T08:37:07.063Z] ---> 8e2e10c0cd89 [2020-10-16T08:37:07.063Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T08:37:07.063Z] ---> 79924ec739ee [2020-10-16T08:37:07.063Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T08:37:07.641Z] ---> Running in 27de1b2022b2 [2020-10-16T08:37:07.902Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T08:37:07.902Z] ---> 9072319726be [2020-10-16T08:37:07.902Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T08:37:07.902Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T08:37:07.902Z] ---> be4e4bea2c2e [2020-10-16T08:37:07.902Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T08:37:08.164Z] ---> Running in a6d18ca83b7b [2020-10-16T08:37:08.164Z] ---> Running in 25a8170ffabf [2020-10-16T08:37:08.164Z] Removing intermediate container 27de1b2022b2 [2020-10-16T08:37:08.164Z] ---> 5186cbaa37a8 [2020-10-16T08:37:08.164Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T08:37:08.426Z] ---> Running in f062122a4190 [2020-10-16T08:37:08.426Z] Removing intermediate container a6d18ca83b7b [2020-10-16T08:37:08.426Z] ---> 4876d9d25a1a [2020-10-16T08:37:08.426Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:37:08.687Z] ---> Running in f762694c5431 [2020-10-16T08:37:08.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:08.687Z] Removing intermediate container f062122a4190 [2020-10-16T08:37:08.687Z] ---> 6f6bb6e48c84 [2020-10-16T08:37:08.687Z] Step 18/20 : LABEL arch=x86_64 [2020-10-16T08:37:08.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:08.949Z] ---> Running in 6edcd4ff31dc [2020-10-16T08:37:08.949Z] Removing intermediate container f762694c5431 [2020-10-16T08:37:08.949Z] ---> 743b762fc713 [2020-10-16T08:37:08.949Z] Step 19/21 : LABEL arch=x86_64 [2020-10-16T08:37:08.949Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T08:37:08.949Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T08:37:08.949Z] OK: 10346 distinct packages available [2020-10-16T08:37:09.210Z] ---> Running in cb2b1bb395e7 [2020-10-16T08:37:09.210Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T08:37:09.210Z] Removing intermediate container 6edcd4ff31dc [2020-10-16T08:37:09.210Z] ---> a549a5613d38 [2020-10-16T08:37:09.210Z] Step 19/20 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:09.210Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T08:37:09.210Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T08:37:09.470Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T08:37:09.470Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T08:37:09.470Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T08:37:09.470Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T08:37:09.470Z] OK: 7 MiB in 19 packages [2020-10-16T08:37:09.735Z] ---> Running in e3895dea0e9a [2020-10-16T08:37:10.677Z] Removing intermediate container cb2b1bb395e7 [2020-10-16T08:37:10.677Z] ---> 4d65c723371f [2020-10-16T08:37:10.677Z] Step 20/21 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:11.249Z] ---> Running in 7f02d45b3842 [2020-10-16T08:37:11.249Z] Removing intermediate container e3895dea0e9a [2020-10-16T08:37:11.249Z] ---> 2b9b8187cca4 [2020-10-16T08:37:11.249Z] Step 20/20 : LABEL version=1.2.2-dev.77 [2020-10-16T08:37:12.192Z] Removing intermediate container 941285e8b4e0 [2020-10-16T08:37:12.192Z] ---> d231c8d93ff8 [2020-10-16T08:37:12.192Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T08:37:12.457Z] ---> Running in 224aea6bc615 [2020-10-16T08:37:12.457Z] ---> Running in faf27d428a05 [2020-10-16T08:37:12.717Z] Removing intermediate container 7f02d45b3842 [2020-10-16T08:37:12.717Z] ---> 2e318d2055b3 [2020-10-16T08:37:12.717Z] Step 21/21 : LABEL version=1.2.2-dev.77 [2020-10-16T08:37:12.717Z] Removing intermediate container 25a8170ffabf [2020-10-16T08:37:12.717Z] ---> de0d4e49ff86 [2020-10-16T08:37:12.717Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T08:37:12.980Z] ---> Running in 3a83b77cff81 [2020-10-16T08:37:12.980Z] ---> Running in 488af7488dcd [2020-10-16T08:37:12.980Z] Removing intermediate container 224aea6bc615 [2020-10-16T08:37:12.980Z] ---> d87a4230ea4b [2020-10-16T08:37:12.980Z] [2020-10-16T08:37:13.241Z] Successfully built d87a4230ea4b [2020-10-16T08:37:13.241Z] Removing intermediate container 3a83b77cff81 [2020-10-16T08:37:13.241Z] ---> 9abcbae14bcb [2020-10-16T08:37:13.241Z] [2020-10-16T08:37:13.241Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-16T08:37:13.241Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T08:37:13.241Z] Successfully built 9abcbae14bcb [2020-10-16T08:37:13.506Z] Removing intermediate container 488af7488dcd [2020-10-16T08:37:13.506Z] ---> e68f19ffe27c [2020-10-16T08:37:13.506Z] Step 13/26 : WORKDIR / [2020-10-16T08:37:13.506Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-16T08:37:13.506Z]  Building docker-support-scheduler-go ... done  ---> Running in c824cc407de6 [2020-10-16T08:37:13.768Z] Removing intermediate container c824cc407de6 [2020-10-16T08:37:13.768Z] ---> 9e68a08953ee [2020-10-16T08:37:13.768Z] 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-16T08:37:14.029Z] ---> cb126ebdc6e7 [2020-10-16T08:37:14.029Z] 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-16T08:37:14.292Z] ---> 3499130fcdd4 [2020-10-16T08:37:14.292Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T08:37:14.292Z] Removing intermediate container faf27d428a05 [2020-10-16T08:37:14.292Z] ---> 50fefa374200 [2020-10-16T08:37:14.292Z] [2020-10-16T08:37:14.292Z] Step 11/27 : FROM docker:latest [2020-10-16T08:37:14.292Z] ---> 809cc4dba987 [2020-10-16T08:37:14.292Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T08:37:14.292Z] ---> Running in a341c77cf35d [2020-10-16T08:37:14.556Z] ---> 5354f7ab3379 [2020-10-16T08:37:14.556Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T08:37:14.818Z] ---> 36b6dfdec60f [2020-10-16T08:37:14.818Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T08:37:14.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:14.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:15.079Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T08:37:15.079Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T08:37:15.079Z] Executing bash-5.0.17-r0.post-install [2020-10-16T08:37:15.079Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:37:15.079Z] OK: 12 MiB in 22 packages [2020-10-16T08:37:15.368Z] ---> dbe5fa73b6c9 [2020-10-16T08:37:15.368Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T08:37:15.687Z] Removing intermediate container a341c77cf35d [2020-10-16T08:37:15.687Z] ---> f604b1abd4dc [2020-10-16T08:37:15.687Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T08:37:15.687Z] ---> Running in a1dc480482f6 [2020-10-16T08:37:15.687Z] ---> 256849b850be [2020-10-16T08:37:15.687Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T08:37:16.317Z] ---> 99cecd308e0c [2020-10-16T08:37:16.317Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T08:37:16.603Z] ---> 7d3533b4aec9 [2020-10-16T08:37:16.603Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T08:37:16.603Z] ---> Running in 738225b7ea9c [2020-10-16T08:37:16.603Z] Removing intermediate container a1dc480482f6 [2020-10-16T08:37:16.603Z] ---> 2e68c24aab59 [2020-10-16T08:37:16.603Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T08:37:16.905Z] ---> Running in 9a8ddedd9dce [2020-10-16T08:37:17.481Z] Removing intermediate container 9a8ddedd9dce [2020-10-16T08:37:17.481Z] ---> 83773a2e1e20 [2020-10-16T08:37:17.481Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T08:37:17.481Z] ---> Running in 5a7790ef84f9 [2020-10-16T08:37:17.744Z] Removing intermediate container 5a7790ef84f9 [2020-10-16T08:37:17.744Z] ---> 3b9d9fa0f5fa [2020-10-16T08:37:17.744Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T08:37:18.006Z] ---> Running in 8dc38123ba13 [2020-10-16T08:37:18.006Z] Removing intermediate container 738225b7ea9c [2020-10-16T08:37:18.006Z] ---> 2966f1e769d2 [2020-10-16T08:37:18.006Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T08:37:18.006Z] Removing intermediate container 8dc38123ba13 [2020-10-16T08:37:18.006Z] ---> 6e5ace1c2daa [2020-10-16T08:37:18.006Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T08:37:18.266Z] ---> Running in b94d6f5797b8 [2020-10-16T08:37:18.266Z] Removing intermediate container b94d6f5797b8 [2020-10-16T08:37:18.266Z] ---> 7fc981809e43 [2020-10-16T08:37:18.266Z] Step 24/26 : LABEL arch=x86_64 [2020-10-16T08:37:18.526Z] ---> Running in 9c1d17db4151 [2020-10-16T08:37:18.526Z] ---> 9bb31f361307 [2020-10-16T08:37:18.526Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T08:37:18.788Z] Removing intermediate container 9c1d17db4151 [2020-10-16T08:37:18.788Z] ---> 147f46c4fb07 [2020-10-16T08:37:18.788Z] Step 25/26 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:18.788Z] ---> Running in 7bc89f1ba1dd [2020-10-16T08:37:18.788Z] ---> ffa70c12d1db [2020-10-16T08:37:18.788Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T08:37:19.049Z] Removing intermediate container 7bc89f1ba1dd [2020-10-16T08:37:19.049Z] ---> 17e6beb91d2f [2020-10-16T08:37:19.049Z] Step 26/26 : LABEL version=1.2.2-dev.77 [2020-10-16T08:37:19.049Z] ---> Running in 66e8a1007eb7 [2020-10-16T08:37:19.049Z] ---> a1c5ef587076 [2020-10-16T08:37:19.049Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T08:37:19.310Z] ---> Running in 5638d4c7b90e [2020-10-16T08:37:19.310Z] Removing intermediate container 66e8a1007eb7 [2020-10-16T08:37:19.310Z] ---> e82d64b46690 [2020-10-16T08:37:19.310Z] [2020-10-16T08:37:19.573Z] Successfully built e82d64b46690 [2020-10-16T08:37:19.573Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-16T08:37:19.834Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:19.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:19.849Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:37:19.849Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:37:19.849Z] ---> ef7d577eac32 [2020-10-16T08:37:19.849Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T08:37:19.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:37:19.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:37:19.849Z] ---> ef7d577eac32 [2020-10-16T08:37:19.849Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T08:37:19.849Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:37:19.849Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:37:19.849Z] ---> ef7d577eac32 [2020-10-16T08:37:19.849Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T08:37:19.849Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:37:19.849Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:37:19.849Z] ---> ef7d577eac32 [2020-10-16T08:37:19.849Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T08:37:19.849Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:37:19.849Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:37:19.849Z] ---> ef7d577eac32 [2020-10-16T08:37:19.849Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T08:37:19.849Z] ---> Running in b124070dfac0 [2020-10-16T08:37:19.849Z] ---> Running in a4a0a3a981be [2020-10-16T08:37:19.849Z] ---> Running in 781462ac46dd [2020-10-16T08:37:19.849Z] ---> Running in 1fe309d86f28 [2020-10-16T08:37:19.849Z] ---> Running in 769534bcff72 [2020-10-16T08:37:19.849Z] Removing intermediate container b124070dfac0 [2020-10-16T08:37:19.849Z] ---> 039dadf850f9 [2020-10-16T08:37:19.849Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:37:19.849Z] Removing intermediate container a4a0a3a981be [2020-10-16T08:37:19.849Z] ---> e40fbcc5c914 [2020-10-16T08:37:19.849Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:37:19.849Z] Removing intermediate container 781462ac46dd [2020-10-16T08:37:19.849Z] Removing intermediate container 769534bcff72 [2020-10-16T08:37:19.849Z] ---> 6f2f265eefd0 [2020-10-16T08:37:19.849Z] ---> 019273a96672 [2020-10-16T08:37:19.849Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:37:19.849Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:37:19.849Z] Removing intermediate container 1fe309d86f28 [2020-10-16T08:37:19.849Z] ---> 5d5fd5b9aac4 [2020-10-16T08:37:19.849Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:37:19.849Z] ---> Running in 65c5ec231f51 [2020-10-16T08:37:19.849Z] ---> Running in 73f69f1e3b4f [2020-10-16T08:37:19.849Z] ---> Running in 683bd00965b1 [2020-10-16T08:37:19.849Z] ---> Running in 5baab633a18e [2020-10-16T08:37:19.849Z] ---> Running in 1b63c9df17f8 [2020-10-16T08:37:19.849Z] Removing intermediate container 73f69f1e3b4f [2020-10-16T08:37:19.849Z] ---> f77fc56e47f5 [2020-10-16T08:37:19.849Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T08:37:20.094Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T08:37:20.095Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T08:37:20.095Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T08:37:20.123Z] Removing intermediate container 5baab633a18e [2020-10-16T08:37:20.123Z] ---> 7d02c7659f67 [2020-10-16T08:37:20.123Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T08:37:20.123Z] ---> Running in 43541e612f4e [2020-10-16T08:37:20.123Z] Removing intermediate container 65c5ec231f51 [2020-10-16T08:37:20.123Z] ---> 02dcf3f47ad6 [2020-10-16T08:37:20.123Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T08:37:20.356Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T08:37:20.396Z] ---> Running in 351c4541293c [2020-10-16T08:37:20.396Z] ---> Running in 678c8478af65 [2020-10-16T08:37:20.618Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T08:37:20.618Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T08:37:20.618Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T08:37:20.667Z] Removing intermediate container 1b63c9df17f8 [2020-10-16T08:37:20.667Z] ---> dc4f5faa4975 [2020-10-16T08:37:20.667Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T08:37:20.667Z] Removing intermediate container 683bd00965b1 [2020-10-16T08:37:20.667Z] ---> 4ccd28ad1432 [2020-10-16T08:37:20.667Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T08:37:20.944Z] ---> Running in f96571a8fab4 [2020-10-16T08:37:20.944Z] ---> Running in 8b5ff6e57ddb [2020-10-16T08:37:22.011Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T08:37:22.011Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T08:37:22.011Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T08:37:22.011Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T08:37:22.011Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T08:37:22.011Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T08:37:22.271Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T08:37:22.271Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T08:37:22.271Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T08:37:22.271Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T08:37:22.271Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T08:37:22.271Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T08:37:22.271Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T08:37:22.271Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T08:37:22.271Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T08:37:22.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:22.532Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T08:37:22.532Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T08:37:22.532Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T08:37:22.532Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T08:37:22.532Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T08:37:22.532Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T08:37:22.532Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T08:37:22.532Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T08:37:22.532Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T08:37:22.532Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T08:37:22.532Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T08:37:22.796Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:37:22.796Z] OK: 71 MiB in 55 packages [2020-10-16T08:37:23.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:23.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:23.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:23.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:23.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:23.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:24.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:24.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:24.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:37:24.439Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:37:24.439Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:37:24.439Z] OK: 12623 distinct packages available [2020-10-16T08:37:25.418Z] OK: 217 MiB in 51 packages [2020-10-16T08:37:25.418Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:37:25.418Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:37:25.418Z] OK: 12623 distinct packages available [2020-10-16T08:37:25.700Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:37:25.700Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:37:25.700Z] OK: 12623 distinct packages available [2020-10-16T08:37:25.700Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:37:25.700Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:37:25.700Z] OK: 12623 distinct packages available [2020-10-16T08:37:25.700Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:37:25.700Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:37:25.700Z] OK: 12623 distinct packages available [2020-10-16T08:37:26.332Z] OK: 217 MiB in 51 packages [2020-10-16T08:37:26.332Z] OK: 217 MiB in 51 packages [2020-10-16T08:37:26.609Z] OK: 217 MiB in 51 packages [2020-10-16T08:37:26.609Z] OK: 217 MiB in 51 packages [2020-10-16T08:37:27.206Z] Removing intermediate container 43541e612f4e [2020-10-16T08:37:27.206Z] ---> eda016c1775c [2020-10-16T08:37:27.206Z] Step 6/26 : COPY go.mod . [2020-10-16T08:37:28.186Z] ---> 5412a9f545dc [2020-10-16T08:37:28.186Z] Step 7/26 : RUN go mod download [2020-10-16T08:37:28.462Z] Removing intermediate container 8b5ff6e57ddb [2020-10-16T08:37:28.462Z] ---> c29dc25cfc2e [2020-10-16T08:37:28.462Z] Step 6/22 : COPY go.mod . [2020-10-16T08:37:28.462Z] Removing intermediate container f96571a8fab4 [2020-10-16T08:37:28.462Z] ---> 03e7e1516c02 [2020-10-16T08:37:28.462Z] Step 6/20 : COPY go.mod . [2020-10-16T08:37:28.462Z] ---> Running in 1cd33acd30ef [2020-10-16T08:37:28.462Z] Removing intermediate container 351c4541293c [2020-10-16T08:37:28.462Z] ---> 8cfdf76bd13c [2020-10-16T08:37:28.462Z] Step 6/24 : COPY go.mod . [2020-10-16T08:37:28.737Z] Removing intermediate container 678c8478af65 [2020-10-16T08:37:28.737Z] ---> 5cac6ecdd247 [2020-10-16T08:37:28.737Z] Step 6/23 : COPY go.mod . [2020-10-16T08:37:29.337Z] ---> 6818fb698ce9 [2020-10-16T08:37:29.337Z] Step 7/22 : RUN go mod download [2020-10-16T08:37:29.610Z] ---> a132facf1976 [2020-10-16T08:37:29.610Z] Step 7/24 : RUN go mod download [2020-10-16T08:37:29.886Z] ---> Running in b8d93a4085da [2020-10-16T08:37:29.886Z] ---> 4b3e71d5512c [2020-10-16T08:37:29.886Z] Step 7/20 : RUN go mod download [2020-10-16T08:37:29.886Z] ---> Running in 86fa484c02a7 [2020-10-16T08:37:30.159Z] ---> 8ad281b53435 [2020-10-16T08:37:30.159Z] Step 7/23 : RUN go mod download [2020-10-16T08:37:30.159Z] ---> Running in a9dd045c089c [2020-10-16T08:37:30.436Z] ---> Running in f906f221b9c7 [2020-10-16T08:37:32.803Z] Removing intermediate container 5638d4c7b90e [2020-10-16T08:37:32.804Z] ---> 06ece00ae5ee [2020-10-16T08:37:32.804Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T08:37:32.804Z] ---> Running in 25cc247fca3e [2020-10-16T08:37:32.804Z] Collecting docker-compose==1.23.2 [2020-10-16T08:37:32.804Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T08:37:33.065Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T08:37:33.065Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T08:37:33.078Z] Removing intermediate container 1cd33acd30ef [2020-10-16T08:37:33.078Z] ---> 9dc8aa3bd573 [2020-10-16T08:37:33.078Z] Step 8/26 : COPY . . [2020-10-16T08:37:33.325Z] Collecting PyYAML<4,>=3.10 [2020-10-16T08:37:33.325Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T08:37:35.237Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T08:37:35.237Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T08:37:35.237Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T08:37:35.237Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T08:37:35.237Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T08:37:35.237Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T08:37:35.499Z] 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-16T08:37:35.760Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T08:37:35.760Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T08:37:36.020Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T08:37:36.020Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T08:37:36.281Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T08:37:36.281Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T08:37:36.515Z] Removing intermediate container b8d93a4085da [2020-10-16T08:37:36.515Z] ---> 32300159a79c [2020-10-16T08:37:36.515Z] Step 8/22 : COPY . . [2020-10-16T08:37:36.515Z] Removing intermediate container 86fa484c02a7 [2020-10-16T08:37:36.515Z] ---> 4cb6d9ae7c1a [2020-10-16T08:37:36.515Z] Step 8/24 : COPY . . [2020-10-16T08:37:36.540Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T08:37:36.540Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T08:37:37.111Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T08:37:37.111Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T08:37:37.111Z] 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-16T08:37:37.111Z] Collecting idna<2.8,>=2.5 [2020-10-16T08:37:37.111Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T08:37:37.111Z] 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-16T08:37:37.130Z] Removing intermediate container a9dd045c089c [2020-10-16T08:37:37.130Z] ---> ab51378a38fa [2020-10-16T08:37:37.130Z] Step 8/20 : COPY . . [2020-10-16T08:37:37.372Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T08:37:37.372Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T08:37:37.372Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T08:37:37.372Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T08:37:37.372Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T08:37:37.372Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T08:37:37.372Z] Installing collected packages: cached-property, PyYAML, jsonschema, urllib3, idna, requests, docopt, docker-pycreds, websocket-client, docker, texttable, dockerpty, docker-compose [2020-10-16T08:37:37.372Z] Running setup.py install for PyYAML: started [2020-10-16T08:37:37.752Z] Removing intermediate container f906f221b9c7 [2020-10-16T08:37:37.752Z] ---> c08d3025b220 [2020-10-16T08:37:37.752Z] Step 8/23 : COPY . . [2020-10-16T08:37:37.944Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T08:37:37.944Z] Attempting uninstall: urllib3 [2020-10-16T08:37:37.944Z] Found existing installation: urllib3 1.25.9 [2020-10-16T08:37:37.944Z] Uninstalling urllib3-1.25.9: [2020-10-16T08:37:38.205Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T08:37:38.205Z] Attempting uninstall: idna [2020-10-16T08:37:38.205Z] Found existing installation: idna 2.9 [2020-10-16T08:37:38.205Z] Uninstalling idna-2.9: [2020-10-16T08:37:38.205Z] Successfully uninstalled idna-2.9 [2020-10-16T08:37:38.466Z] Attempting uninstall: requests [2020-10-16T08:37:38.466Z] Found existing installation: requests 2.23.0 [2020-10-16T08:37:38.466Z] Uninstalling requests-2.23.0: [2020-10-16T08:37:38.466Z] Successfully uninstalled requests-2.23.0 [2020-10-16T08:37:38.727Z] Running setup.py install for docopt: started [2020-10-16T08:37:38.986Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T08:37:39.246Z] Running setup.py install for texttable: started [2020-10-16T08:37:39.816Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T08:37:39.816Z] Running setup.py install for dockerpty: started [2020-10-16T08:37:40.077Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T08:37:40.337Z] 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-16T08:37:42.884Z] Removing intermediate container 25cc247fca3e [2020-10-16T08:37:42.884Z] ---> 7a81666e67e9 [2020-10-16T08:37:42.884Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T08:37:43.145Z] ---> Running in c19bdfe578cd [2020-10-16T08:37:43.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:43.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T08:37:43.666Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T08:37:43.666Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T08:37:43.666Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T08:37:43.666Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:37:43.666Z] OK: 72 MiB in 58 packages [2020-10-16T08:37:44.242Z] Removing intermediate container c19bdfe578cd [2020-10-16T08:37:44.242Z] ---> a9cae1ada97c [2020-10-16T08:37:44.242Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T08:37:44.242Z] ---> Running in 5095bde82246 [2020-10-16T08:37:44.503Z] Removing intermediate container 5095bde82246 [2020-10-16T08:37:44.503Z] ---> f6fc17433568 [2020-10-16T08:37:44.503Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:37:44.503Z] ---> Running in 5b9981d471a8 [2020-10-16T08:37:44.503Z] Removing intermediate container 5b9981d471a8 [2020-10-16T08:37:44.503Z] ---> a0e15a8180ea [2020-10-16T08:37:44.503Z] Step 25/27 : LABEL arch=x86_64 [2020-10-16T08:37:44.763Z] ---> Running in 02e46429ed8b [2020-10-16T08:37:44.763Z] Removing intermediate container 02e46429ed8b [2020-10-16T08:37:44.763Z] ---> bb39a16a2eb5 [2020-10-16T08:37:44.763Z] Step 26/27 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:45.023Z] ---> Running in 1c39229d1bcf [2020-10-16T08:37:45.023Z] Removing intermediate container 1c39229d1bcf [2020-10-16T08:37:45.023Z] ---> 7d5574629a24 [2020-10-16T08:37:45.023Z] Step 27/27 : LABEL version=1.2.2-dev.77 [2020-10-16T08:37:45.023Z] ---> Running in fd63083f3b45 [2020-10-16T08:37:45.283Z] Removing intermediate container fd63083f3b45 [2020-10-16T08:37:45.284Z] ---> cc990d7ca519 [2020-10-16T08:37:45.284Z] [2020-10-16T08:37:45.284Z] Successfully built cc990d7ca519 [2020-10-16T08:37:45.284Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-16T08:37:45.551Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-16T08:37:45.582Z] $ docker stop --time=1 6fd8ff76e526c09a87c9ab9f1982c9c134bbf48b18b3b8cf47ab46f5e445d910 [2020-10-16T08:37:47.099Z] $ docker rm -f 6fd8ff76e526c09a87c9ab9f1982c9c134bbf48b18b3b8cf47ab46f5e445d910 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:37:47.633Z] + docker images [2020-10-16T08:37:47.633Z] + grep docker [2020-10-16T08:37:47.633Z] docker-sys-mgmt-agent-go latest cc990d7ca519 2 seconds ago 290MB [2020-10-16T08:37:47.633Z] docker-security-secretstore-setup-go latest e82d64b46690 28 seconds ago 32.4MB [2020-10-16T08:37:47.633Z] docker-support-scheduler-go latest 9abcbae14bcb 35 seconds ago 12.3MB [2020-10-16T08:37:47.633Z] docker-security-proxy-setup-go latest d87a4230ea4b 35 seconds ago 15.8MB [2020-10-16T08:37:47.633Z] docker-support-notifications-go latest 44e5ca19333d 51 seconds ago 13.6MB [2020-10-16T08:37:47.633Z] docker-security-secrets-setup-go latest a4d06f92326c About a minute ago 24MB [2020-10-16T08:37:47.633Z] docker-core-data-go latest 13dfaccde554 2 minutes ago 23.6MB [2020-10-16T08:37:47.633Z] docker-core-metadata-go latest 88bc0ab89274 2 minutes ago 14.3MB [2020-10-16T08:37:47.633Z] docker-core-command-go latest 907f3e1b3826 2 minutes ago 12.2MB [2020-10-16T08:37:47.633Z] docker-support-logging-go latest 1a26f4f8a95e 2 minutes ago 11.1MB [2020-10-16T08:37:47.633Z] docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T08:37:48.207Z] provisioning config files... [2020-10-16T08:37:48.270Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/193@tmp/config4851984434589045451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:37:48.649Z] ---> docker-login.sh [2020-10-16T08:37:48.650Z] nexus3.edgexfoundry.org:10001 [2020-10-16T08:37:48.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:37:48.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:37:48.650Z] Configure a credential helper to remove this warning. See [2020-10-16T08:37:48.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:37:48.650Z] [2020-10-16T08:37:48.650Z] Login Succeeded [2020-10-16T08:37:48.650Z] nexus3.edgexfoundry.org:10002 [2020-10-16T08:37:48.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:37:48.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:37:48.912Z] Configure a credential helper to remove this warning. See [2020-10-16T08:37:48.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:37:48.912Z] [2020-10-16T08:37:48.912Z] Login Succeeded [2020-10-16T08:37:48.912Z] nexus3.edgexfoundry.org:10003 [2020-10-16T08:37:49.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:37:49.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:37:49.173Z] Configure a credential helper to remove this warning. See [2020-10-16T08:37:49.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:37:49.173Z] [2020-10-16T08:37:49.173Z] Login Succeeded [2020-10-16T08:37:49.173Z] nexus3.edgexfoundry.org:10004 [2020-10-16T08:37:49.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:37:49.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:37:49.433Z] Configure a credential helper to remove this warning. See [2020-10-16T08:37:49.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:37:49.433Z] [2020-10-16T08:37:49.433Z] Login Succeeded [2020-10-16T08:37:49.433Z] docker.io [2020-10-16T08:37:49.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:37:49.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:37:49.693Z] Configure a credential helper to remove this warning. See [2020-10-16T08:37:49.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:37:49.693Z] [2020-10-16T08:37:49.693Z] Login Succeeded [2020-10-16T08:37:49.693Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T08:37:49.701Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:37:49.915Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-16T08:37:49.915Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:49.915Z] 1.2.2-dev.77 [2020-10-16T08:37:49.915Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:37:49.915Z] master [2020-10-16T08:37:49.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:50.213Z] ---> 21d7d77b7377 [2020-10-16T08:37:50.213Z] 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-16T08:37:50.213Z] ---> Running in 7b22068f1329 [2020-10-16T08:37:50.213Z] ---> c8c09a66e712 [2020-10-16T08:37:50.213Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T08:37:50.213Z] ---> 990cba532007 [2020-10-16T08:37:50.213Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T08:37:50.213Z] ---> dd8780ecbaa8 [2020-10-16T08:37:50.213Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T08:37:50.213Z] ---> 9cc3ff73c770 [2020-10-16T08:37:50.213Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T08:37:50.213Z] ---> Running in 0613e75a8812 [2020-10-16T08:37:50.213Z] ---> Running in cf51947e736c [2020-10-16T08:37:50.213Z] ---> Running in 9dc22d7b69f0 [2020-10-16T08:37:50.213Z] ---> Running in 481a59f9ac55 [2020-10-16T08:37:50.399Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:50.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:50.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T08:37:50.692Z] ce4be5993c4e: Preparing [2020-10-16T08:37:50.692Z] 5ccfa41e5525: Preparing [2020-10-16T08:37:50.692Z] 7bb97ff4b76d: Preparing [2020-10-16T08:37:50.954Z] ce4be5993c4e: Pushed [2020-10-16T08:37:50.954Z] 7bb97ff4b76d: Pushed [2020-10-16T08:37:51.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T08:37:51.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T08:37:51.897Z] 5ccfa41e5525: Pushed [2020-10-16T08:37:52.157Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:52.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T08:37:52.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-16T08:37:52.419Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T08:37:52.464Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:52.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.77 [2020-10-16T08:37:52.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T08:37:52.758Z] ce4be5993c4e: Preparing [2020-10-16T08:37:52.758Z] 5ccfa41e5525: Preparing [2020-10-16T08:37:52.758Z] 7bb97ff4b76d: Preparing [2020-10-16T08:37:52.758Z] ce4be5993c4e: Layer already exists [2020-10-16T08:37:52.758Z] 5ccfa41e5525: Layer already exists [2020-10-16T08:37:52.758Z] 7bb97ff4b76d: Layer already exists [2020-10-16T08:37:52.758Z] 1.2.2-dev.77: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:53.066Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:53.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:37:53.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T08:37:53.364Z] ce4be5993c4e: Preparing [2020-10-16T08:37:53.364Z] 5ccfa41e5525: Preparing [2020-10-16T08:37:53.364Z] 7bb97ff4b76d: Preparing [2020-10-16T08:37:53.364Z] 7bb97ff4b76d: Layer already exists [2020-10-16T08:37:53.364Z] ce4be5993c4e: Layer already exists [2020-10-16T08:37:53.364Z] 5ccfa41e5525: Layer already exists [2020-10-16T08:37:53.364Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:53.666Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:53.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-16T08:37:53.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T08:37:53.963Z] ce4be5993c4e: Preparing [2020-10-16T08:37:53.963Z] 5ccfa41e5525: Preparing [2020-10-16T08:37:53.963Z] 7bb97ff4b76d: Preparing [2020-10-16T08:37:53.963Z] 7bb97ff4b76d: Layer already exists [2020-10-16T08:37:53.963Z] ce4be5993c4e: Layer already exists [2020-10-16T08:37:53.963Z] 5ccfa41e5525: Layer already exists [2020-10-16T08:37:53.963Z] master: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:37:54.174Z] ===================================================== [Pipeline] echo [2020-10-16T08:37:54.223Z] taggedImages: [2020-10-16T08:37:54.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:54.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.77 [2020-10-16T08:37:54.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:37:54.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-16T08:37:54.298Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-16T08:37:54.298Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:54.298Z] 1.2.2-dev.77 [2020-10-16T08:37:54.298Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:37:54.298Z] master [2020-10-16T08:37:54.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:54.814Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:55.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:55.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T08:37:55.113Z] 04c67e89a82a: Preparing [2020-10-16T08:37:55.113Z] d83145587610: Preparing [2020-10-16T08:37:55.113Z] e3416718672a: Preparing [2020-10-16T08:37:55.113Z] d1a592192c17: Preparing [2020-10-16T08:37:55.113Z] a6c18f3f18d6: Preparing [2020-10-16T08:37:55.113Z] 50644c29ef5a: Preparing [2020-10-16T08:37:55.113Z] 50644c29ef5a: Waiting [2020-10-16T08:37:55.113Z] 04c67e89a82a: Pushed [2020-10-16T08:37:55.113Z] a6c18f3f18d6: Pushed [2020-10-16T08:37:55.376Z] e3416718672a: Pushed [2020-10-16T08:37:55.376Z] 50644c29ef5a: Layer already exists [2020-10-16T08:37:55.376Z] d1a592192c17: Pushed [2020-10-16T08:37:56.760Z] d83145587610: Pushed [2020-10-16T08:37:56.760Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:57.063Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:57.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.77 [2020-10-16T08:37:57.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T08:37:57.363Z] 04c67e89a82a: Preparing [2020-10-16T08:37:57.363Z] d83145587610: Preparing [2020-10-16T08:37:57.363Z] e3416718672a: Preparing [2020-10-16T08:37:57.363Z] d1a592192c17: Preparing [2020-10-16T08:37:57.363Z] a6c18f3f18d6: Preparing [2020-10-16T08:37:57.363Z] 50644c29ef5a: Preparing [2020-10-16T08:37:57.363Z] d83145587610: Layer already exists [2020-10-16T08:37:57.363Z] 04c67e89a82a: Layer already exists [2020-10-16T08:37:57.363Z] e3416718672a: Layer already exists [2020-10-16T08:37:57.363Z] a6c18f3f18d6: Layer already exists [2020-10-16T08:37:57.363Z] d1a592192c17: Layer already exists [2020-10-16T08:37:57.363Z] 50644c29ef5a: Layer already exists [2020-10-16T08:37:57.363Z] 1.2.2-dev.77: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:57.668Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:57.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:37:57.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T08:37:57.966Z] 04c67e89a82a: Preparing [2020-10-16T08:37:57.966Z] d83145587610: Preparing [2020-10-16T08:37:57.966Z] e3416718672a: Preparing [2020-10-16T08:37:57.966Z] d1a592192c17: Preparing [2020-10-16T08:37:57.966Z] a6c18f3f18d6: Preparing [2020-10-16T08:37:57.966Z] 50644c29ef5a: Preparing [2020-10-16T08:37:57.966Z] 50644c29ef5a: Waiting [2020-10-16T08:37:57.966Z] a6c18f3f18d6: Layer already exists [2020-10-16T08:37:57.966Z] 04c67e89a82a: Layer already exists [2020-10-16T08:37:57.966Z] d83145587610: Layer already exists [2020-10-16T08:37:57.966Z] d1a592192c17: Layer already exists [2020-10-16T08:37:57.966Z] e3416718672a: Layer already exists [2020-10-16T08:37:57.966Z] 50644c29ef5a: Layer already exists [2020-10-16T08:37:57.966Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:58.276Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:58.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-16T08:37:58.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T08:37:58.588Z] 04c67e89a82a: Preparing [2020-10-16T08:37:58.588Z] d83145587610: Preparing [2020-10-16T08:37:58.588Z] e3416718672a: Preparing [2020-10-16T08:37:58.588Z] d1a592192c17: Preparing [2020-10-16T08:37:58.588Z] a6c18f3f18d6: Preparing [2020-10-16T08:37:58.588Z] 50644c29ef5a: Preparing [2020-10-16T08:37:58.588Z] 50644c29ef5a: Waiting [2020-10-16T08:37:58.588Z] e3416718672a: Layer already exists [2020-10-16T08:37:58.588Z] 04c67e89a82a: Layer already exists [2020-10-16T08:37:58.588Z] a6c18f3f18d6: Layer already exists [2020-10-16T08:37:58.588Z] d1a592192c17: Layer already exists [2020-10-16T08:37:58.588Z] d83145587610: Layer already exists [2020-10-16T08:37:58.588Z] 50644c29ef5a: Layer already exists [2020-10-16T08:37:58.588Z] master: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:37:59.056Z] ===================================================== [Pipeline] echo [2020-10-16T08:37:59.141Z] taggedImages: [2020-10-16T08:37:59.141Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:59.141Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.77 [2020-10-16T08:37:59.141Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:37:59.141Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-16T08:37:59.220Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-16T08:37:59.220Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:37:59.220Z] 1.2.2-dev.77 [2020-10-16T08:37:59.220Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:37:59.220Z] master [2020-10-16T08:37:59.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:37:59.822Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:00.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:00.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T08:38:00.141Z] cc3c218ff583: Preparing [2020-10-16T08:38:00.141Z] f979f0b20f82: Preparing [2020-10-16T08:38:00.141Z] 3834ed8c3ad9: Preparing [2020-10-16T08:38:00.402Z] 3834ed8c3ad9: Pushed [2020-10-16T08:38:00.402Z] cc3c218ff583: Pushed [2020-10-16T08:38:01.787Z] f979f0b20f82: Pushed [2020-10-16T08:38:01.787Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:02.108Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:02.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.77 [2020-10-16T08:38:02.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T08:38:02.413Z] cc3c218ff583: Preparing [2020-10-16T08:38:02.413Z] f979f0b20f82: Preparing [2020-10-16T08:38:02.413Z] 3834ed8c3ad9: Preparing [2020-10-16T08:38:02.413Z] cc3c218ff583: Layer already exists [2020-10-16T08:38:02.413Z] 3834ed8c3ad9: Layer already exists [2020-10-16T08:38:02.413Z] f979f0b20f82: Layer already exists [2020-10-16T08:38:02.413Z] 1.2.2-dev.77: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:02.716Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:03.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:03.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T08:38:03.010Z] cc3c218ff583: Preparing [2020-10-16T08:38:03.010Z] f979f0b20f82: Preparing [2020-10-16T08:38:03.010Z] 3834ed8c3ad9: Preparing [2020-10-16T08:38:03.010Z] 3834ed8c3ad9: Layer already exists [2020-10-16T08:38:03.010Z] cc3c218ff583: Layer already exists [2020-10-16T08:38:03.010Z] f979f0b20f82: Layer already exists [2020-10-16T08:38:03.271Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:03.568Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:04.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-16T08:38:04.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T08:38:04.382Z] cc3c218ff583: Preparing [2020-10-16T08:38:04.382Z] f979f0b20f82: Preparing [2020-10-16T08:38:04.382Z] 3834ed8c3ad9: Preparing [2020-10-16T08:38:04.382Z] f979f0b20f82: Layer already exists [2020-10-16T08:38:04.382Z] 3834ed8c3ad9: Layer already exists [2020-10-16T08:38:04.382Z] cc3c218ff583: Layer already exists [2020-10-16T08:38:04.382Z] master: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:04.566Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:04.624Z] taggedImages: [2020-10-16T08:38:04.624Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:04.624Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.77 [2020-10-16T08:38:04.624Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:04.624Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-16T08:38:04.704Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-16T08:38:04.704Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:04.704Z] 1.2.2-dev.77 [2020-10-16T08:38:04.704Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:04.704Z] master [2020-10-16T08:38:04.704Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:05.170Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:05.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:05.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T08:38:05.469Z] 42c3f9827d6e: Preparing [2020-10-16T08:38:05.469Z] b4a01c183f4f: Preparing [2020-10-16T08:38:05.469Z] 56112df70ec9: Preparing [2020-10-16T08:38:05.469Z] e7ae56dc4863: Preparing [2020-10-16T08:38:05.469Z] 50644c29ef5a: Preparing [2020-10-16T08:38:05.469Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:05.469Z] 56112df70ec9: Pushed [2020-10-16T08:38:05.730Z] b4a01c183f4f: Pushed [2020-10-16T08:38:05.730Z] e7ae56dc4863: Pushed [2020-10-16T08:38:06.301Z] 42c3f9827d6e: Pushed [2020-10-16T08:38:06.871Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:07.183Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:07.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.77 [2020-10-16T08:38:07.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T08:38:07.475Z] 42c3f9827d6e: Preparing [2020-10-16T08:38:07.475Z] b4a01c183f4f: Preparing [2020-10-16T08:38:07.475Z] 56112df70ec9: Preparing [2020-10-16T08:38:07.475Z] e7ae56dc4863: Preparing [2020-10-16T08:38:07.475Z] 50644c29ef5a: Preparing [2020-10-16T08:38:07.475Z] 56112df70ec9: Layer already exists [2020-10-16T08:38:07.475Z] 42c3f9827d6e: Layer already exists [2020-10-16T08:38:07.475Z] b4a01c183f4f: Layer already exists [2020-10-16T08:38:07.475Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:07.475Z] e7ae56dc4863: Layer already exists [2020-10-16T08:38:07.475Z] 1.2.2-dev.77: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:07.773Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:08.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:08.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T08:38:08.064Z] 42c3f9827d6e: Preparing [2020-10-16T08:38:08.064Z] b4a01c183f4f: Preparing [2020-10-16T08:38:08.064Z] 56112df70ec9: Preparing [2020-10-16T08:38:08.064Z] e7ae56dc4863: Preparing [2020-10-16T08:38:08.064Z] 50644c29ef5a: Preparing [2020-10-16T08:38:08.064Z] 42c3f9827d6e: Layer already exists [2020-10-16T08:38:08.064Z] 56112df70ec9: Layer already exists [2020-10-16T08:38:08.064Z] b4a01c183f4f: Layer already exists [2020-10-16T08:38:08.064Z] e7ae56dc4863: Layer already exists [2020-10-16T08:38:08.064Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:08.324Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:08.628Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:08.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-16T08:38:08.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T08:38:08.921Z] 42c3f9827d6e: Preparing [2020-10-16T08:38:08.921Z] b4a01c183f4f: Preparing [2020-10-16T08:38:08.921Z] 56112df70ec9: Preparing [2020-10-16T08:38:08.921Z] e7ae56dc4863: Preparing [2020-10-16T08:38:08.921Z] 50644c29ef5a: Preparing [2020-10-16T08:38:08.921Z] b4a01c183f4f: Layer already exists [2020-10-16T08:38:08.921Z] 56112df70ec9: Layer already exists [2020-10-16T08:38:08.922Z] 42c3f9827d6e: Layer already exists [2020-10-16T08:38:08.922Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:08.922Z] e7ae56dc4863: Layer already exists [2020-10-16T08:38:08.922Z] master: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:09.167Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:09.224Z] taggedImages: [2020-10-16T08:38:09.224Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:09.224Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.77 [2020-10-16T08:38:09.224Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:09.224Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-16T08:38:09.287Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-16T08:38:09.287Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:09.287Z] 1.2.2-dev.77 [2020-10-16T08:38:09.287Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:09.287Z] master [2020-10-16T08:38:09.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:09.756Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:10.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:10.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T08:38:10.053Z] 138237bf32a6: Preparing [2020-10-16T08:38:10.053Z] 8609c4c18e12: Preparing [2020-10-16T08:38:10.053Z] e0969d24a529: Preparing [2020-10-16T08:38:10.053Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:10.053Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:10.053Z] 00cf40974cbd: Preparing [2020-10-16T08:38:10.053Z] f1858c1ff09b: Preparing [2020-10-16T08:38:10.053Z] 90467476ac58: Preparing [2020-10-16T08:38:10.053Z] 138237bf32a6: Preparing [2020-10-16T08:38:10.053Z] c93dfc27c97f: Preparing [2020-10-16T08:38:10.053Z] 51146eb9540c: Preparing [2020-10-16T08:38:10.053Z] aa8cfdc7bc0c: Preparing [2020-10-16T08:38:10.053Z] 50644c29ef5a: Preparing [2020-10-16T08:38:10.053Z] f1858c1ff09b: Waiting [2020-10-16T08:38:10.053Z] 90467476ac58: Waiting [2020-10-16T08:38:10.053Z] c93dfc27c97f: Waiting [2020-10-16T08:38:10.053Z] 51146eb9540c: Waiting [2020-10-16T08:38:10.053Z] aa8cfdc7bc0c: Waiting [2020-10-16T08:38:10.053Z] 50644c29ef5a: Waiting [2020-10-16T08:38:10.314Z] e0969d24a529: Pushed [2020-10-16T08:38:10.314Z] 00cf40974cbd: Pushed [2020-10-16T08:38:10.314Z] 9cb36e2afcad: Pushed [2020-10-16T08:38:10.314Z] 8609c4c18e12: Pushed [2020-10-16T08:38:10.314Z] f1858c1ff09b: Pushed [2020-10-16T08:38:10.575Z] c93dfc27c97f: Pushed [2020-10-16T08:38:10.575Z] 90467476ac58: Pushed [2020-10-16T08:38:10.575Z] 51146eb9540c: Pushed [2020-10-16T08:38:10.575Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:10.836Z] aa8cfdc7bc0c: Pushed [2020-10-16T08:38:11.096Z] 138237bf32a6: Pushed [2020-10-16T08:38:11.356Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:11.658Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:11.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.77 [2020-10-16T08:38:11.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T08:38:11.953Z] 138237bf32a6: Preparing [2020-10-16T08:38:11.953Z] 8609c4c18e12: Preparing [2020-10-16T08:38:11.953Z] e0969d24a529: Preparing [2020-10-16T08:38:11.953Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:11.953Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:11.953Z] 00cf40974cbd: Preparing [2020-10-16T08:38:11.953Z] f1858c1ff09b: Preparing [2020-10-16T08:38:11.953Z] 90467476ac58: Preparing [2020-10-16T08:38:11.953Z] 138237bf32a6: Preparing [2020-10-16T08:38:11.953Z] c93dfc27c97f: Preparing [2020-10-16T08:38:11.953Z] 51146eb9540c: Preparing [2020-10-16T08:38:11.953Z] aa8cfdc7bc0c: Preparing [2020-10-16T08:38:11.953Z] 50644c29ef5a: Preparing [2020-10-16T08:38:11.953Z] f1858c1ff09b: Waiting [2020-10-16T08:38:11.953Z] 90467476ac58: Waiting [2020-10-16T08:38:11.953Z] c93dfc27c97f: Waiting [2020-10-16T08:38:11.953Z] 51146eb9540c: Waiting [2020-10-16T08:38:11.953Z] aa8cfdc7bc0c: Waiting [2020-10-16T08:38:11.953Z] 00cf40974cbd: Layer already exists [2020-10-16T08:38:11.953Z] 138237bf32a6: Layer already exists [2020-10-16T08:38:11.953Z] 8609c4c18e12: Layer already exists [2020-10-16T08:38:11.953Z] 9cb36e2afcad: Layer already exists [2020-10-16T08:38:11.953Z] e0969d24a529: Layer already exists [2020-10-16T08:38:11.953Z] f1858c1ff09b: Layer already exists [2020-10-16T08:38:11.953Z] 90467476ac58: Layer already exists [2020-10-16T08:38:11.953Z] 51146eb9540c: Layer already exists [2020-10-16T08:38:11.953Z] aa8cfdc7bc0c: Layer already exists [2020-10-16T08:38:11.953Z] c93dfc27c97f: Layer already exists [2020-10-16T08:38:11.953Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:12.213Z] 1.2.2-dev.77: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:12.512Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:12.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:12.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T08:38:12.809Z] 138237bf32a6: Preparing [2020-10-16T08:38:12.809Z] 8609c4c18e12: Preparing [2020-10-16T08:38:12.809Z] e0969d24a529: Preparing [2020-10-16T08:38:12.809Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:12.809Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:12.809Z] 00cf40974cbd: Preparing [2020-10-16T08:38:12.809Z] f1858c1ff09b: Preparing [2020-10-16T08:38:12.809Z] 90467476ac58: Preparing [2020-10-16T08:38:12.809Z] 138237bf32a6: Preparing [2020-10-16T08:38:12.809Z] c93dfc27c97f: Preparing [2020-10-16T08:38:12.809Z] 51146eb9540c: Preparing [2020-10-16T08:38:12.809Z] aa8cfdc7bc0c: Preparing [2020-10-16T08:38:12.809Z] 50644c29ef5a: Preparing [2020-10-16T08:38:12.809Z] c93dfc27c97f: Waiting [2020-10-16T08:38:12.809Z] aa8cfdc7bc0c: Waiting [2020-10-16T08:38:12.809Z] f1858c1ff09b: Waiting [2020-10-16T08:38:12.809Z] 50644c29ef5a: Waiting [2020-10-16T08:38:12.809Z] 90467476ac58: Waiting [2020-10-16T08:38:12.809Z] 51146eb9540c: Waiting [2020-10-16T08:38:12.809Z] 8609c4c18e12: Layer already exists [2020-10-16T08:38:12.809Z] 00cf40974cbd: Layer already exists [2020-10-16T08:38:12.809Z] 138237bf32a6: Layer already exists [2020-10-16T08:38:12.809Z] 9cb36e2afcad: Layer already exists [2020-10-16T08:38:12.809Z] e0969d24a529: Layer already exists [2020-10-16T08:38:12.809Z] aa8cfdc7bc0c: Layer already exists [2020-10-16T08:38:12.809Z] 51146eb9540c: Layer already exists [2020-10-16T08:38:12.809Z] c93dfc27c97f: Layer already exists [2020-10-16T08:38:12.809Z] f1858c1ff09b: Layer already exists [2020-10-16T08:38:12.809Z] 90467476ac58: Layer already exists [2020-10-16T08:38:12.809Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:12.809Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:13.113Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:13.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-16T08:38:13.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T08:38:13.408Z] 138237bf32a6: Preparing [2020-10-16T08:38:13.408Z] 8609c4c18e12: Preparing [2020-10-16T08:38:13.408Z] e0969d24a529: Preparing [2020-10-16T08:38:13.408Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:13.408Z] 9cb36e2afcad: Preparing [2020-10-16T08:38:13.408Z] 00cf40974cbd: Preparing [2020-10-16T08:38:13.408Z] f1858c1ff09b: Preparing [2020-10-16T08:38:13.408Z] 90467476ac58: Preparing [2020-10-16T08:38:13.408Z] 138237bf32a6: Preparing [2020-10-16T08:38:13.408Z] c93dfc27c97f: Preparing [2020-10-16T08:38:13.408Z] 51146eb9540c: Preparing [2020-10-16T08:38:13.408Z] aa8cfdc7bc0c: Preparing [2020-10-16T08:38:13.408Z] 50644c29ef5a: Preparing [2020-10-16T08:38:13.408Z] f1858c1ff09b: Waiting [2020-10-16T08:38:13.408Z] 90467476ac58: Waiting [2020-10-16T08:38:13.408Z] c93dfc27c97f: Waiting [2020-10-16T08:38:13.408Z] 51146eb9540c: Waiting [2020-10-16T08:38:13.408Z] aa8cfdc7bc0c: Waiting [2020-10-16T08:38:13.408Z] 50644c29ef5a: Waiting [2020-10-16T08:38:13.408Z] 8609c4c18e12: Layer already exists [2020-10-16T08:38:13.408Z] e0969d24a529: Layer already exists [2020-10-16T08:38:13.408Z] 9cb36e2afcad: Layer already exists [2020-10-16T08:38:13.408Z] 138237bf32a6: Layer already exists [2020-10-16T08:38:13.408Z] 00cf40974cbd: Layer already exists [2020-10-16T08:38:13.408Z] f1858c1ff09b: Layer already exists [2020-10-16T08:38:13.408Z] 90467476ac58: Layer already exists [2020-10-16T08:38:13.408Z] c93dfc27c97f: Layer already exists [2020-10-16T08:38:13.408Z] aa8cfdc7bc0c: Layer already exists [2020-10-16T08:38:13.408Z] 51146eb9540c: Layer already exists [2020-10-16T08:38:13.408Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:13.408Z] master: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:13.863Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:13.915Z] taggedImages: [2020-10-16T08:38:13.915Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:13.915Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.77 [2020-10-16T08:38:13.915Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:13.915Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-16T08:38:14.009Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-16T08:38:14.009Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:14.009Z] 1.2.2-dev.77 [2020-10-16T08:38:14.009Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:14.009Z] master [2020-10-16T08:38:14.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:14.486Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:14.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:14.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T08:38:14.794Z] 79e62b9fb34c: Preparing [2020-10-16T08:38:14.794Z] 069f57aabff5: Preparing [2020-10-16T08:38:14.794Z] 32205816217d: Preparing [2020-10-16T08:38:14.794Z] 96da50e72241: Preparing [2020-10-16T08:38:14.794Z] 33f048577973: Preparing [2020-10-16T08:38:14.794Z] ec21aeebd9c0: Preparing [2020-10-16T08:38:14.794Z] 11e8a0838283: Preparing [2020-10-16T08:38:14.794Z] 5989f17af552: Preparing [2020-10-16T08:38:14.794Z] daac1f66a044: Preparing [2020-10-16T08:38:14.794Z] 2b0261091a5c: Preparing [2020-10-16T08:38:14.794Z] 1b3ee35aacca: Preparing [2020-10-16T08:38:14.794Z] ec21aeebd9c0: Waiting [2020-10-16T08:38:14.794Z] 11e8a0838283: Waiting [2020-10-16T08:38:14.794Z] 5989f17af552: Waiting [2020-10-16T08:38:14.794Z] daac1f66a044: Waiting [2020-10-16T08:38:14.794Z] 2b0261091a5c: Waiting [2020-10-16T08:38:14.794Z] 1b3ee35aacca: Waiting [2020-10-16T08:38:14.794Z] 79e62b9fb34c: Pushed [2020-10-16T08:38:15.080Z] 069f57aabff5: Pushed [2020-10-16T08:38:15.080Z] ec21aeebd9c0: Pushed [2020-10-16T08:38:15.080Z] 11e8a0838283: Pushed [2020-10-16T08:38:15.347Z] 5989f17af552: Pushed [2020-10-16T08:38:15.347Z] daac1f66a044: Pushed [2020-10-16T08:38:15.347Z] 1b3ee35aacca: Layer already exists [2020-10-16T08:38:15.625Z] 32205816217d: Pushed [2020-10-16T08:38:15.901Z] 2b0261091a5c: Pushed [2020-10-16T08:38:15.901Z] 96da50e72241: Pushed [2020-10-16T08:38:15.901Z] 33f048577973: Pushed [2020-10-16T08:38:16.167Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:16.480Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:16.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.77 [2020-10-16T08:38:16.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T08:38:16.822Z] 79e62b9fb34c: Preparing [2020-10-16T08:38:16.822Z] 069f57aabff5: Preparing [2020-10-16T08:38:16.822Z] 32205816217d: Preparing [2020-10-16T08:38:16.822Z] 96da50e72241: Preparing [2020-10-16T08:38:16.822Z] 33f048577973: Preparing [2020-10-16T08:38:16.822Z] ec21aeebd9c0: Preparing [2020-10-16T08:38:16.822Z] 11e8a0838283: Preparing [2020-10-16T08:38:16.822Z] 5989f17af552: Preparing [2020-10-16T08:38:16.822Z] daac1f66a044: Preparing [2020-10-16T08:38:16.822Z] 2b0261091a5c: Preparing [2020-10-16T08:38:16.822Z] 1b3ee35aacca: Preparing [2020-10-16T08:38:16.822Z] 5989f17af552: Waiting [2020-10-16T08:38:16.822Z] 2b0261091a5c: Waiting [2020-10-16T08:38:16.822Z] 1b3ee35aacca: Waiting [2020-10-16T08:38:16.822Z] daac1f66a044: Waiting [2020-10-16T08:38:16.822Z] ec21aeebd9c0: Waiting [2020-10-16T08:38:16.822Z] 11e8a0838283: Waiting [2020-10-16T08:38:16.822Z] 32205816217d: Layer already exists [2020-10-16T08:38:16.822Z] 96da50e72241: Layer already exists [2020-10-16T08:38:16.822Z] 79e62b9fb34c: Layer already exists [2020-10-16T08:38:16.822Z] 33f048577973: Layer already exists [2020-10-16T08:38:16.822Z] 069f57aabff5: Layer already exists [2020-10-16T08:38:16.822Z] ec21aeebd9c0: Layer already exists [2020-10-16T08:38:16.822Z] 5989f17af552: Layer already exists [2020-10-16T08:38:16.822Z] 11e8a0838283: Layer already exists [2020-10-16T08:38:16.822Z] 2b0261091a5c: Layer already exists [2020-10-16T08:38:16.822Z] daac1f66a044: Layer already exists [2020-10-16T08:38:16.822Z] 1b3ee35aacca: Layer already exists [2020-10-16T08:38:16.822Z] 1.2.2-dev.77: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:17.150Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:17.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:17.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T08:38:17.471Z] 79e62b9fb34c: Preparing [2020-10-16T08:38:17.471Z] 069f57aabff5: Preparing [2020-10-16T08:38:17.471Z] 32205816217d: Preparing [2020-10-16T08:38:17.471Z] 96da50e72241: Preparing [2020-10-16T08:38:17.471Z] 33f048577973: Preparing [2020-10-16T08:38:17.471Z] ec21aeebd9c0: Preparing [2020-10-16T08:38:17.471Z] 11e8a0838283: Preparing [2020-10-16T08:38:17.471Z] 5989f17af552: Preparing [2020-10-16T08:38:17.471Z] daac1f66a044: Preparing [2020-10-16T08:38:17.471Z] 2b0261091a5c: Preparing [2020-10-16T08:38:17.471Z] 1b3ee35aacca: Preparing [2020-10-16T08:38:17.471Z] 5989f17af552: Waiting [2020-10-16T08:38:17.471Z] ec21aeebd9c0: Waiting [2020-10-16T08:38:17.471Z] 11e8a0838283: Waiting [2020-10-16T08:38:17.471Z] daac1f66a044: Waiting [2020-10-16T08:38:17.471Z] 1b3ee35aacca: Waiting [2020-10-16T08:38:17.471Z] 2b0261091a5c: Waiting [2020-10-16T08:38:17.471Z] 79e62b9fb34c: Layer already exists [2020-10-16T08:38:17.471Z] 069f57aabff5: Layer already exists [2020-10-16T08:38:17.471Z] 32205816217d: Layer already exists [2020-10-16T08:38:17.471Z] 33f048577973: Layer already exists [2020-10-16T08:38:17.471Z] 96da50e72241: Layer already exists [2020-10-16T08:38:17.471Z] ec21aeebd9c0: Layer already exists [2020-10-16T08:38:17.471Z] 5989f17af552: Layer already exists [2020-10-16T08:38:17.471Z] 11e8a0838283: Layer already exists [2020-10-16T08:38:17.471Z] 2b0261091a5c: Layer already exists [2020-10-16T08:38:17.471Z] daac1f66a044: Layer already exists [2020-10-16T08:38:17.471Z] 1b3ee35aacca: Layer already exists [2020-10-16T08:38:17.471Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:17.798Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:18.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-16T08:38:18.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T08:38:18.095Z] 79e62b9fb34c: Preparing [2020-10-16T08:38:18.095Z] 069f57aabff5: Preparing [2020-10-16T08:38:18.095Z] 32205816217d: Preparing [2020-10-16T08:38:18.095Z] 96da50e72241: Preparing [2020-10-16T08:38:18.095Z] 33f048577973: Preparing [2020-10-16T08:38:18.095Z] ec21aeebd9c0: Preparing [2020-10-16T08:38:18.095Z] 11e8a0838283: Preparing [2020-10-16T08:38:18.095Z] 5989f17af552: Preparing [2020-10-16T08:38:18.095Z] daac1f66a044: Preparing [2020-10-16T08:38:18.095Z] 2b0261091a5c: Preparing [2020-10-16T08:38:18.095Z] 1b3ee35aacca: Preparing [2020-10-16T08:38:18.095Z] 5989f17af552: Waiting [2020-10-16T08:38:18.095Z] daac1f66a044: Waiting [2020-10-16T08:38:18.095Z] 2b0261091a5c: Waiting [2020-10-16T08:38:18.095Z] 1b3ee35aacca: Waiting [2020-10-16T08:38:18.095Z] ec21aeebd9c0: Waiting [2020-10-16T08:38:18.095Z] 11e8a0838283: Waiting [2020-10-16T08:38:18.095Z] 33f048577973: Layer already exists [2020-10-16T08:38:18.095Z] 79e62b9fb34c: Layer already exists [2020-10-16T08:38:18.095Z] 32205816217d: Layer already exists [2020-10-16T08:38:18.095Z] 96da50e72241: Layer already exists [2020-10-16T08:38:18.095Z] 069f57aabff5: Layer already exists [2020-10-16T08:38:18.095Z] ec21aeebd9c0: Layer already exists [2020-10-16T08:38:18.095Z] 5989f17af552: Layer already exists [2020-10-16T08:38:18.095Z] 11e8a0838283: Layer already exists [2020-10-16T08:38:18.095Z] daac1f66a044: Layer already exists [2020-10-16T08:38:18.095Z] 2b0261091a5c: Layer already exists [2020-10-16T08:38:18.095Z] 1b3ee35aacca: Layer already exists [2020-10-16T08:38:18.095Z] master: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:18.314Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:18.361Z] taggedImages: [2020-10-16T08:38:18.361Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:18.361Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.77 [2020-10-16T08:38:18.361Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:18.361Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-16T08:38:18.457Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-16T08:38:18.457Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:18.457Z] 1.2.2-dev.77 [2020-10-16T08:38:18.457Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:18.457Z] master [2020-10-16T08:38:18.457Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:19.019Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:19.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:19.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T08:38:19.410Z] 363e07fcc092: Preparing [2020-10-16T08:38:19.410Z] de9801daea8b: Preparing [2020-10-16T08:38:19.410Z] 2c860d259b51: Preparing [2020-10-16T08:38:19.410Z] 09da89a90fce: Preparing [2020-10-16T08:38:19.410Z] 363e07fcc092: Pushed [2020-10-16T08:38:19.680Z] 2c860d259b51: Pushed [2020-10-16T08:38:19.680Z] 09da89a90fce: Pushed [2020-10-16T08:38:20.647Z] de9801daea8b: Pushed [2020-10-16T08:38:20.647Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:20.985Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:21.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.77 [2020-10-16T08:38:21.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T08:38:21.322Z] 363e07fcc092: Preparing [2020-10-16T08:38:21.322Z] de9801daea8b: Preparing [2020-10-16T08:38:21.322Z] 2c860d259b51: Preparing [2020-10-16T08:38:21.322Z] 09da89a90fce: Preparing [2020-10-16T08:38:21.322Z] 2c860d259b51: Layer already exists [2020-10-16T08:38:21.322Z] de9801daea8b: Layer already exists [2020-10-16T08:38:21.322Z] 363e07fcc092: Layer already exists [2020-10-16T08:38:21.322Z] 09da89a90fce: Layer already exists [2020-10-16T08:38:21.322Z] 1.2.2-dev.77: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:21.650Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:21.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:21.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T08:38:21.974Z] 363e07fcc092: Preparing [2020-10-16T08:38:21.974Z] de9801daea8b: Preparing [2020-10-16T08:38:21.974Z] 2c860d259b51: Preparing [2020-10-16T08:38:21.974Z] 09da89a90fce: Preparing [2020-10-16T08:38:21.974Z] 09da89a90fce: Layer already exists [2020-10-16T08:38:21.974Z] de9801daea8b: Layer already exists [2020-10-16T08:38:21.974Z] 2c860d259b51: Layer already exists [2020-10-16T08:38:21.974Z] 363e07fcc092: Layer already exists [2020-10-16T08:38:21.974Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:22.309Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:22.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-16T08:38:22.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T08:38:22.651Z] 363e07fcc092: Preparing [2020-10-16T08:38:22.651Z] de9801daea8b: Preparing [2020-10-16T08:38:22.651Z] 2c860d259b51: Preparing [2020-10-16T08:38:22.651Z] 09da89a90fce: Preparing [2020-10-16T08:38:22.651Z] 09da89a90fce: Layer already exists [2020-10-16T08:38:22.651Z] 363e07fcc092: Layer already exists [2020-10-16T08:38:22.651Z] de9801daea8b: Layer already exists [2020-10-16T08:38:22.651Z] 2c860d259b51: Layer already exists [2020-10-16T08:38:22.922Z] master: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:23.166Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:23.295Z] taggedImages: [2020-10-16T08:38:23.295Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:23.295Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.77 [2020-10-16T08:38:23.295Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:23.295Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-16T08:38:23.370Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-16T08:38:23.370Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:23.370Z] 1.2.2-dev.77 [2020-10-16T08:38:23.370Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:23.370Z] master [2020-10-16T08:38:23.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:23.883Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:24.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:24.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T08:38:24.186Z] acf2fdd0adf1: Preparing [2020-10-16T08:38:24.186Z] 027c501713c3: Preparing [2020-10-16T08:38:24.186Z] 38d6683d6387: Preparing [2020-10-16T08:38:24.186Z] a1b284cfecc5: Preparing [2020-10-16T08:38:24.186Z] 6ba6f9180744: Preparing [2020-10-16T08:38:24.186Z] b335e48628d9: Preparing [2020-10-16T08:38:24.186Z] b335e48628d9: Waiting [2020-10-16T08:38:24.449Z] 38d6683d6387: Pushed [2020-10-16T08:38:24.449Z] a1b284cfecc5: Pushed [2020-10-16T08:38:24.449Z] acf2fdd0adf1: Pushed [2020-10-16T08:38:24.449Z] 6ba6f9180744: Pushed [2020-10-16T08:38:24.719Z] b335e48628d9: Pushed [2020-10-16T08:38:25.684Z] 027c501713c3: Pushed [2020-10-16T08:38:25.684Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:26.042Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:26.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.77 [2020-10-16T08:38:26.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T08:38:26.362Z] acf2fdd0adf1: Preparing [2020-10-16T08:38:26.362Z] 027c501713c3: Preparing [2020-10-16T08:38:26.362Z] 38d6683d6387: Preparing [2020-10-16T08:38:26.362Z] a1b284cfecc5: Preparing [2020-10-16T08:38:26.362Z] 6ba6f9180744: Preparing [2020-10-16T08:38:26.362Z] b335e48628d9: Preparing [2020-10-16T08:38:26.362Z] b335e48628d9: Waiting [2020-10-16T08:38:26.362Z] 38d6683d6387: Layer already exists [2020-10-16T08:38:26.362Z] a1b284cfecc5: Layer already exists [2020-10-16T08:38:26.362Z] 027c501713c3: Layer already exists [2020-10-16T08:38:26.362Z] 6ba6f9180744: Layer already exists [2020-10-16T08:38:26.362Z] acf2fdd0adf1: Layer already exists [2020-10-16T08:38:26.362Z] b335e48628d9: Layer already exists [2020-10-16T08:38:26.362Z] 1.2.2-dev.77: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:26.675Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:26.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:26.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T08:38:26.979Z] acf2fdd0adf1: Preparing [2020-10-16T08:38:26.979Z] 027c501713c3: Preparing [2020-10-16T08:38:26.979Z] 38d6683d6387: Preparing [2020-10-16T08:38:26.979Z] a1b284cfecc5: Preparing [2020-10-16T08:38:26.979Z] 6ba6f9180744: Preparing [2020-10-16T08:38:26.979Z] b335e48628d9: Preparing [2020-10-16T08:38:26.979Z] b335e48628d9: Waiting [2020-10-16T08:38:26.979Z] 027c501713c3: Layer already exists [2020-10-16T08:38:26.979Z] 6ba6f9180744: Layer already exists [2020-10-16T08:38:26.979Z] a1b284cfecc5: Layer already exists [2020-10-16T08:38:26.979Z] 38d6683d6387: Layer already exists [2020-10-16T08:38:26.979Z] acf2fdd0adf1: Layer already exists [2020-10-16T08:38:26.979Z] b335e48628d9: Layer already exists [2020-10-16T08:38:26.979Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:27.292Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:27.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-16T08:38:27.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T08:38:27.600Z] acf2fdd0adf1: Preparing [2020-10-16T08:38:27.600Z] 027c501713c3: Preparing [2020-10-16T08:38:27.600Z] 38d6683d6387: Preparing [2020-10-16T08:38:27.600Z] a1b284cfecc5: Preparing [2020-10-16T08:38:27.600Z] 6ba6f9180744: Preparing [2020-10-16T08:38:27.600Z] b335e48628d9: Preparing [2020-10-16T08:38:27.600Z] b335e48628d9: Waiting [2020-10-16T08:38:27.600Z] acf2fdd0adf1: Layer already exists [2020-10-16T08:38:27.600Z] 027c501713c3: Layer already exists [2020-10-16T08:38:27.600Z] 38d6683d6387: Layer already exists [2020-10-16T08:38:27.600Z] 6ba6f9180744: Layer already exists [2020-10-16T08:38:27.600Z] a1b284cfecc5: Layer already exists [2020-10-16T08:38:27.600Z] b335e48628d9: Layer already exists [2020-10-16T08:38:27.600Z] master: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:27.831Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:27.882Z] taggedImages: [2020-10-16T08:38:27.882Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:27.882Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.77 [2020-10-16T08:38:27.882Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:27.882Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-16T08:38:27.952Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-16T08:38:27.952Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:27.952Z] 1.2.2-dev.77 [2020-10-16T08:38:27.952Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:27.952Z] master [2020-10-16T08:38:27.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:28.509Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:28.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:28.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T08:38:28.841Z] bcf76013b480: Preparing [2020-10-16T08:38:28.841Z] d0a2ac091a17: Preparing [2020-10-16T08:38:28.841Z] 1efff2e38900: Preparing [2020-10-16T08:38:29.110Z] 1efff2e38900: Pushed [2020-10-16T08:38:29.111Z] bcf76013b480: Pushed [2020-10-16T08:38:30.087Z] d0a2ac091a17: Pushed [2020-10-16T08:38:30.087Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:30.420Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:30.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.77 [2020-10-16T08:38:30.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T08:38:30.765Z] bcf76013b480: Preparing [2020-10-16T08:38:30.765Z] d0a2ac091a17: Preparing [2020-10-16T08:38:30.765Z] 1efff2e38900: Preparing [2020-10-16T08:38:30.765Z] d0a2ac091a17: Layer already exists [2020-10-16T08:38:30.765Z] bcf76013b480: Layer already exists [2020-10-16T08:38:30.765Z] 1efff2e38900: Layer already exists [2020-10-16T08:38:30.765Z] 1.2.2-dev.77: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:31.102Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:31.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:31.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T08:38:31.424Z] bcf76013b480: Preparing [2020-10-16T08:38:31.424Z] d0a2ac091a17: Preparing [2020-10-16T08:38:31.424Z] 1efff2e38900: Preparing [2020-10-16T08:38:31.424Z] 1efff2e38900: Layer already exists [2020-10-16T08:38:31.424Z] d0a2ac091a17: Layer already exists [2020-10-16T08:38:31.424Z] bcf76013b480: Layer already exists [2020-10-16T08:38:31.424Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:31.757Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:32.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-16T08:38:32.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T08:38:32.077Z] bcf76013b480: Preparing [2020-10-16T08:38:32.077Z] d0a2ac091a17: Preparing [2020-10-16T08:38:32.077Z] 1efff2e38900: Preparing [2020-10-16T08:38:32.077Z] 1efff2e38900: Layer already exists [2020-10-16T08:38:32.077Z] bcf76013b480: Layer already exists [2020-10-16T08:38:32.077Z] d0a2ac091a17: Layer already exists [2020-10-16T08:38:32.077Z] master: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:32.296Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:32.353Z] taggedImages: [2020-10-16T08:38:32.353Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:32.353Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.77 [2020-10-16T08:38:32.353Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:32.353Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-16T08:38:32.430Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-16T08:38:32.430Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:32.430Z] 1.2.2-dev.77 [2020-10-16T08:38:32.430Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:32.430Z] master [2020-10-16T08:38:32.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:32.982Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:33.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:33.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T08:38:33.347Z] 0f04bc686291: Preparing [2020-10-16T08:38:33.347Z] 423826590de9: Preparing [2020-10-16T08:38:33.347Z] 4230cc367cc9: Preparing [2020-10-16T08:38:33.347Z] 4203d253381a: Preparing [2020-10-16T08:38:33.347Z] 82f02ee33060: Preparing [2020-10-16T08:38:33.347Z] db12c739c7fd: Preparing [2020-10-16T08:38:33.347Z] cddada6311be: Preparing [2020-10-16T08:38:33.347Z] 527eef706b20: Preparing [2020-10-16T08:38:33.347Z] 224742e9e948: Preparing [2020-10-16T08:38:33.347Z] 5391e5290f13: Preparing [2020-10-16T08:38:33.347Z] 13baed61c795: Preparing [2020-10-16T08:38:33.347Z] 51d6d3d09136: Preparing [2020-10-16T08:38:33.347Z] 1507bc794612: Preparing [2020-10-16T08:38:33.347Z] 50644c29ef5a: Preparing [2020-10-16T08:38:33.347Z] db12c739c7fd: Waiting [2020-10-16T08:38:33.347Z] 527eef706b20: Waiting [2020-10-16T08:38:33.347Z] 224742e9e948: Waiting [2020-10-16T08:38:33.347Z] cddada6311be: Waiting [2020-10-16T08:38:33.347Z] 5391e5290f13: Waiting [2020-10-16T08:38:33.347Z] 13baed61c795: Waiting [2020-10-16T08:38:33.347Z] 1507bc794612: Waiting [2020-10-16T08:38:33.347Z] 50644c29ef5a: Waiting [2020-10-16T08:38:33.347Z] 51d6d3d09136: Waiting [2020-10-16T08:38:33.625Z] 82f02ee33060: Pushed [2020-10-16T08:38:33.625Z] 0f04bc686291: Pushed [2020-10-16T08:38:33.891Z] 4203d253381a: Pushed [2020-10-16T08:38:33.891Z] cddada6311be: Pushed [2020-10-16T08:38:34.161Z] 423826590de9: Pushed [2020-10-16T08:38:34.161Z] 527eef706b20: Layer already exists [2020-10-16T08:38:34.161Z] 224742e9e948: Layer already exists [2020-10-16T08:38:34.161Z] 5391e5290f13: Layer already exists [2020-10-16T08:38:34.161Z] 13baed61c795: Layer already exists [2020-10-16T08:38:34.161Z] 51d6d3d09136: Layer already exists [2020-10-16T08:38:34.429Z] 1507bc794612: Layer already exists [2020-10-16T08:38:34.429Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:34.699Z] db12c739c7fd: Pushed [2020-10-16T08:38:38.010Z] 4230cc367cc9: Pushed [2020-10-16T08:38:38.010Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:38.310Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:38.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.77 [2020-10-16T08:38:38.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T08:38:38.604Z] 0f04bc686291: Preparing [2020-10-16T08:38:38.604Z] 423826590de9: Preparing [2020-10-16T08:38:38.604Z] 4230cc367cc9: Preparing [2020-10-16T08:38:38.604Z] 4203d253381a: Preparing [2020-10-16T08:38:38.604Z] 82f02ee33060: Preparing [2020-10-16T08:38:38.604Z] db12c739c7fd: Preparing [2020-10-16T08:38:38.604Z] cddada6311be: Preparing [2020-10-16T08:38:38.604Z] 527eef706b20: Preparing [2020-10-16T08:38:38.604Z] 224742e9e948: Preparing [2020-10-16T08:38:38.604Z] 5391e5290f13: Preparing [2020-10-16T08:38:38.604Z] 13baed61c795: Preparing [2020-10-16T08:38:38.604Z] 51d6d3d09136: Preparing [2020-10-16T08:38:38.604Z] 1507bc794612: Preparing [2020-10-16T08:38:38.604Z] 50644c29ef5a: Preparing [2020-10-16T08:38:38.604Z] 5391e5290f13: Waiting [2020-10-16T08:38:38.604Z] 13baed61c795: Waiting [2020-10-16T08:38:38.604Z] 51d6d3d09136: Waiting [2020-10-16T08:38:38.604Z] 1507bc794612: Waiting [2020-10-16T08:38:38.604Z] db12c739c7fd: Waiting [2020-10-16T08:38:38.604Z] 50644c29ef5a: Waiting [2020-10-16T08:38:38.604Z] cddada6311be: Waiting [2020-10-16T08:38:38.604Z] 527eef706b20: Waiting [2020-10-16T08:38:38.604Z] 224742e9e948: Waiting [2020-10-16T08:38:38.604Z] 82f02ee33060: Layer already exists [2020-10-16T08:38:38.604Z] 4230cc367cc9: Layer already exists [2020-10-16T08:38:38.604Z] 0f04bc686291: Layer already exists [2020-10-16T08:38:38.604Z] 4203d253381a: Layer already exists [2020-10-16T08:38:38.604Z] db12c739c7fd: Layer already exists [2020-10-16T08:38:38.604Z] cddada6311be: Layer already exists [2020-10-16T08:38:38.604Z] 423826590de9: Layer already exists [2020-10-16T08:38:38.604Z] 224742e9e948: Layer already exists [2020-10-16T08:38:38.604Z] 527eef706b20: Layer already exists [2020-10-16T08:38:38.604Z] 51d6d3d09136: Layer already exists [2020-10-16T08:38:38.604Z] 13baed61c795: Layer already exists [2020-10-16T08:38:38.604Z] 5391e5290f13: Layer already exists [2020-10-16T08:38:38.604Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:38.604Z] 1507bc794612: Layer already exists [2020-10-16T08:38:38.604Z] 1.2.2-dev.77: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:39.175Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:39.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:39.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T08:38:39.477Z] 0f04bc686291: Preparing [2020-10-16T08:38:39.477Z] 423826590de9: Preparing [2020-10-16T08:38:39.477Z] 4230cc367cc9: Preparing [2020-10-16T08:38:39.477Z] 4203d253381a: Preparing [2020-10-16T08:38:39.477Z] 82f02ee33060: Preparing [2020-10-16T08:38:39.477Z] db12c739c7fd: Preparing [2020-10-16T08:38:39.477Z] cddada6311be: Preparing [2020-10-16T08:38:39.477Z] 527eef706b20: Preparing [2020-10-16T08:38:39.477Z] 224742e9e948: Preparing [2020-10-16T08:38:39.477Z] 5391e5290f13: Preparing [2020-10-16T08:38:39.477Z] 13baed61c795: Preparing [2020-10-16T08:38:39.477Z] 51d6d3d09136: Preparing [2020-10-16T08:38:39.477Z] 1507bc794612: Preparing [2020-10-16T08:38:39.477Z] 50644c29ef5a: Preparing [2020-10-16T08:38:39.477Z] db12c739c7fd: Waiting [2020-10-16T08:38:39.477Z] cddada6311be: Waiting [2020-10-16T08:38:39.477Z] 527eef706b20: Waiting [2020-10-16T08:38:39.477Z] 224742e9e948: Waiting [2020-10-16T08:38:39.477Z] 5391e5290f13: Waiting [2020-10-16T08:38:39.477Z] 13baed61c795: Waiting [2020-10-16T08:38:39.477Z] 51d6d3d09136: Waiting [2020-10-16T08:38:39.477Z] 1507bc794612: Waiting [2020-10-16T08:38:39.477Z] 50644c29ef5a: Waiting [2020-10-16T08:38:39.477Z] 0f04bc686291: Layer already exists [2020-10-16T08:38:39.477Z] 423826590de9: Layer already exists [2020-10-16T08:38:39.477Z] 82f02ee33060: Layer already exists [2020-10-16T08:38:39.477Z] 4230cc367cc9: Layer already exists [2020-10-16T08:38:39.477Z] 4203d253381a: Layer already exists [2020-10-16T08:38:39.477Z] cddada6311be: Layer already exists [2020-10-16T08:38:39.477Z] db12c739c7fd: Layer already exists [2020-10-16T08:38:39.477Z] 527eef706b20: Layer already exists [2020-10-16T08:38:39.477Z] 5391e5290f13: Layer already exists [2020-10-16T08:38:39.477Z] 224742e9e948: Layer already exists [2020-10-16T08:38:39.477Z] 13baed61c795: Layer already exists [2020-10-16T08:38:39.477Z] 51d6d3d09136: Layer already exists [2020-10-16T08:38:39.477Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:39.477Z] 1507bc794612: Layer already exists [2020-10-16T08:38:39.736Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:40.035Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:38:40.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-16T08:38:40.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T08:38:40.331Z] 0f04bc686291: Preparing [2020-10-16T08:38:40.331Z] 423826590de9: Preparing [2020-10-16T08:38:40.331Z] 4230cc367cc9: Preparing [2020-10-16T08:38:40.331Z] 4203d253381a: Preparing [2020-10-16T08:38:40.331Z] 82f02ee33060: Preparing [2020-10-16T08:38:40.331Z] db12c739c7fd: Preparing [2020-10-16T08:38:40.331Z] cddada6311be: Preparing [2020-10-16T08:38:40.331Z] 527eef706b20: Preparing [2020-10-16T08:38:40.331Z] 224742e9e948: Preparing [2020-10-16T08:38:40.331Z] 5391e5290f13: Preparing [2020-10-16T08:38:40.331Z] 13baed61c795: Preparing [2020-10-16T08:38:40.331Z] 51d6d3d09136: Preparing [2020-10-16T08:38:40.331Z] 1507bc794612: Preparing [2020-10-16T08:38:40.331Z] 50644c29ef5a: Preparing [2020-10-16T08:38:40.331Z] db12c739c7fd: Waiting [2020-10-16T08:38:40.331Z] 13baed61c795: Waiting [2020-10-16T08:38:40.331Z] cddada6311be: Waiting [2020-10-16T08:38:40.331Z] 527eef706b20: Waiting [2020-10-16T08:38:40.331Z] 224742e9e948: Waiting [2020-10-16T08:38:40.331Z] 5391e5290f13: Waiting [2020-10-16T08:38:40.331Z] 51d6d3d09136: Waiting [2020-10-16T08:38:40.331Z] 50644c29ef5a: Waiting [2020-10-16T08:38:40.331Z] 1507bc794612: Waiting [2020-10-16T08:38:40.331Z] 4230cc367cc9: Layer already exists [2020-10-16T08:38:40.331Z] 0f04bc686291: Layer already exists [2020-10-16T08:38:40.331Z] 423826590de9: Layer already exists [2020-10-16T08:38:40.331Z] 4203d253381a: Layer already exists [2020-10-16T08:38:40.331Z] 82f02ee33060: Layer already exists [2020-10-16T08:38:40.331Z] cddada6311be: Layer already exists [2020-10-16T08:38:40.331Z] 527eef706b20: Layer already exists [2020-10-16T08:38:40.331Z] db12c739c7fd: Layer already exists [2020-10-16T08:38:40.331Z] 224742e9e948: Layer already exists [2020-10-16T08:38:40.331Z] 5391e5290f13: Layer already exists [2020-10-16T08:38:40.331Z] 51d6d3d09136: Layer already exists [2020-10-16T08:38:40.331Z] 1507bc794612: Layer already exists [2020-10-16T08:38:40.331Z] 13baed61c795: Layer already exists [2020-10-16T08:38:40.331Z] 50644c29ef5a: Layer already exists [2020-10-16T08:38:40.331Z] master: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:38:40.519Z] ===================================================== [Pipeline] echo [2020-10-16T08:38:40.581Z] taggedImages: [2020-10-16T08:38:40.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:38:40.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.77 [2020-10-16T08:38:40.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:38:40.581Z] - 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-16T08:39:14.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T08:39:14.307Z] Removing intermediate container 0613e75a8812 [2020-10-16T08:39:14.307Z] ---> 2938d2aacd59 [2020-10-16T08:39:14.307Z] [2020-10-16T08:39:14.307Z] Step 10/20 : FROM alpine [2020-10-16T08:39:14.307Z] latest: Pulling from library/alpine [2020-10-16T08:39:14.307Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T08:39:14.307Z] Status: Downloaded newer image for alpine:latest [2020-10-16T08:39:14.307Z] ---> 62ee0e9f8440 [2020-10-16T08:39:14.307Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T08:39:14.307Z] ---> Running in 5f28db2f69d6 [2020-10-16T08:39:16.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:39:17.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:39:17.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T08:39:18.221Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:39:18.221Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:39:18.221Z] OK: 12621 distinct packages available [2020-10-16T08:39:19.216Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T08:39:19.216Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T08:39:19.216Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T08:39:19.216Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T08:39:19.216Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:39:19.494Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T08:39:19.772Z] OK: 7 MiB in 18 packages [2020-10-16T08:39:22.434Z] Removing intermediate container 5f28db2f69d6 [2020-10-16T08:39:22.434Z] ---> d236f918f719 [2020-10-16T08:39:22.434Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T08:39:22.434Z] ---> Running in 21501931b920 [2020-10-16T08:39:23.052Z] Removing intermediate container 21501931b920 [2020-10-16T08:39:23.052Z] ---> ec418af780ef [2020-10-16T08:39:23.052Z] Step 13/20 : WORKDIR /edgex [2020-10-16T08:39:23.335Z] ---> Running in 96d1f1705675 [2020-10-16T08:39:23.945Z] Removing intermediate container 96d1f1705675 [2020-10-16T08:39:23.945Z] ---> 0316b1734b11 [2020-10-16T08:39:23.945Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T08:39:25.416Z] ---> 57100b5f0536 [2020-10-16T08:39:25.416Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T08:39:27.429Z] ---> 652441fb672e [2020-10-16T08:39:27.429Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T08:39:27.429Z] ---> Running in a79c12051b99 [2020-10-16T08:39:28.424Z] Removing intermediate container a79c12051b99 [2020-10-16T08:39:28.424Z] ---> 66bd226e3715 [2020-10-16T08:39:28.424Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T08:39:28.706Z] ---> Running in 71bb83dab75d [2020-10-16T08:39:29.722Z] Removing intermediate container 71bb83dab75d [2020-10-16T08:39:29.722Z] ---> daf89e1bafe3 [2020-10-16T08:39:29.722Z] Step 18/20 : LABEL arch=arm64 [2020-10-16T08:39:30.332Z] ---> Running in 656a91e8295c [2020-10-16T08:39:31.386Z] Removing intermediate container 7b22068f1329 [2020-10-16T08:39:31.386Z] ---> df7abaa112a7 [2020-10-16T08:39:31.386Z] [2020-10-16T08:39:31.386Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T08:39:31.386Z] Removing intermediate container 656a91e8295c [2020-10-16T08:39:31.386Z] ---> 710335dd9a23 [2020-10-16T08:39:31.386Z] Step 19/20 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:39:31.664Z] ---> Running in 51b32f7394ac [2020-10-16T08:39:31.950Z] 3.10: Pulling from library/alpine [2020-10-16T08:39:32.566Z] Removing intermediate container 51b32f7394ac [2020-10-16T08:39:32.566Z] ---> 6938fd294016 [2020-10-16T08:39:32.566Z] Step 20/20 : LABEL version=1.2.2-dev.77 [2020-10-16T08:39:32.566Z] ---> Running in 8e5174b75172 [2020-10-16T08:39:33.572Z] Removing intermediate container 8e5174b75172 [2020-10-16T08:39:33.572Z] ---> 04ff7f268078 [2020-10-16T08:39:33.572Z] [2020-10-16T08:39:33.899Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T08:39:33.899Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T08:39:33.899Z] ---> 536a684cf733 [2020-10-16T08:39:33.899Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T08:39:33.899Z] Successfully built 04ff7f268078 [2020-10-16T08:39:34.198Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-16T08:39:34.198Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-16T08:39:34.546Z] ---> Running in 730c545dfed8 [2020-10-16T08:39:37.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:39:37.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:39:37.851Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T08:39:37.851Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T08:39:37.851Z] OK: 10167 distinct packages available [2020-10-16T08:39:38.837Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T08:39:38.837Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T08:39:38.837Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T08:39:38.837Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T08:39:38.837Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T08:39:38.837Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T08:39:38.837Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T08:39:39.445Z] OK: 7 MiB in 19 packages [2020-10-16T08:39:43.847Z] Removing intermediate container 730c545dfed8 [2020-10-16T08:39:43.847Z] ---> 170f678d0a1a [2020-10-16T08:39:43.847Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T08:39:44.500Z] ---> Running in a19b0462cff6 [2020-10-16T08:39:46.518Z] Removing intermediate container a19b0462cff6 [2020-10-16T08:39:46.518Z] ---> 85f0907cac7d [2020-10-16T08:39:46.518Z] Step 13/26 : WORKDIR / [2020-10-16T08:39:47.542Z] ---> Running in 8b1e18819abb [2020-10-16T08:39:48.556Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:39:48.556Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:39:48.556Z] ---> ef7d577eac32 [2020-10-16T08:39:48.556Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T08:39:48.556Z] ---> Using cache [2020-10-16T08:39:48.556Z] ---> 5d5fd5b9aac4 [2020-10-16T08:39:48.556Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:39:48.556Z] ---> Using cache [2020-10-16T08:39:48.556Z] ---> dc4f5faa4975 [2020-10-16T08:39:48.556Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T08:39:48.556Z] ---> Using cache [2020-10-16T08:39:48.556Z] ---> 03e7e1516c02 [2020-10-16T08:39:48.556Z] Step 6/22 : COPY go.mod . [2020-10-16T08:39:48.556Z] ---> Using cache [2020-10-16T08:39:48.556Z] ---> 4b3e71d5512c [2020-10-16T08:39:48.556Z] Step 7/22 : RUN go mod download [2020-10-16T08:39:48.556Z] ---> Using cache [2020-10-16T08:39:48.556Z] ---> ab51378a38fa [2020-10-16T08:39:48.556Z] Step 8/22 : COPY . . [2020-10-16T08:39:48.833Z] ---> Using cache [2020-10-16T08:39:48.833Z] ---> c8c09a66e712 [2020-10-16T08:39:48.833Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T08:39:49.104Z] Removing intermediate container 8b1e18819abb [2020-10-16T08:39:49.104Z] ---> 45ed0e6d497e [2020-10-16T08:39:49.104Z] 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-16T08:39:49.385Z] ---> Running in de0a582dc810 [2020-10-16T08:39:49.385Z] Removing intermediate container 9dc22d7b69f0 [2020-10-16T08:39:49.385Z] ---> 09ebeae6febe [2020-10-16T08:39:49.385Z] [2020-10-16T08:39:49.385Z] Step 10/24 : FROM scratch [2020-10-16T08:39:49.385Z] ---> [2020-10-16T08:39:49.385Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T08:39:50.018Z] ---> Running in 629f9f967438 [2020-10-16T08:39:50.018Z] Removing intermediate container cf51947e736c [2020-10-16T08:39:50.018Z] ---> 4199edd53856 [2020-10-16T08:39:50.018Z] [2020-10-16T08:39:50.018Z] Step 10/22 : FROM scratch [2020-10-16T08:39:50.018Z] ---> [2020-10-16T08:39:50.018Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:39:50.627Z] ---> fc66c3c048b7 [2020-10-16T08:39:50.627Z] 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-16T08:39:50.627Z] ---> Running in 0f1a3c301cd4 [2020-10-16T08:39:50.906Z] Removing intermediate container 629f9f967438 [2020-10-16T08:39:50.906Z] ---> 943a1a49b299 [2020-10-16T08:39:50.906Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T08:39:51.184Z] Removing intermediate container 0f1a3c301cd4 [2020-10-16T08:39:51.184Z] ---> Running in a4453e3dc06e [2020-10-16T08:39:51.184Z] ---> 92a01bba8ff8 [2020-10-16T08:39:51.184Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T08:39:51.457Z] ---> Running in 9e0c76bfa29d [2020-10-16T08:39:51.457Z] ---> 33019982cded [2020-10-16T08:39:51.457Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T08:39:51.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T08:39:52.012Z] Removing intermediate container a4453e3dc06e [2020-10-16T08:39:52.012Z] ---> d4dd6eaf566a [2020-10-16T08:39:52.012Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T08:39:52.012Z] Removing intermediate container 9e0c76bfa29d [2020-10-16T08:39:52.012Z] ---> 663889d6712f [2020-10-16T08:39:52.012Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:39:52.012Z] ---> Running in e5d0ea3a8319 [2020-10-16T08:39:52.288Z] ---> Running in 4211dc673344 [2020-10-16T08:39:52.897Z] Removing intermediate container e5d0ea3a8319 [2020-10-16T08:39:52.897Z] ---> ecbe2fc2ddbf [2020-10-16T08:39:52.897Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T08:39:52.897Z] ---> c9831ab71c7b [2020-10-16T08:39:52.897Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T08:39:52.897Z] Removing intermediate container 4211dc673344 [2020-10-16T08:39:52.897Z] ---> d954f4a444dd [2020-10-16T08:39:52.897Z] Step 14/22 : WORKDIR / [2020-10-16T08:39:53.177Z] ---> Running in 3917b4b409cc [2020-10-16T08:39:53.782Z] Removing intermediate container 3917b4b409cc [2020-10-16T08:39:53.782Z] ---> a76149cb5dcc [2020-10-16T08:39:53.782Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T08:39:54.069Z] ---> b643f33b47ec [2020-10-16T08:39:54.069Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T08:39:54.069Z] ---> 9fc7a6b11e1b [2020-10-16T08:39:54.069Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T08:39:55.530Z] ---> 5927eef62c03 [2020-10-16T08:39:55.530Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T08:39:56.138Z] ---> 6d5567a358ea [2020-10-16T08:39:56.138Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T08:39:56.421Z] ---> 36791d9a30e2 [2020-10-16T08:39:56.421Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T08:39:58.430Z] ---> b76f95362bc5 [2020-10-16T08:39:58.430Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T08:39:58.704Z] ---> fc6bb7ccc817 [2020-10-16T08:39:58.704Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T08:39:58.704Z] ---> cecbfbf9d35e [2020-10-16T08:39:58.704Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T08:40:00.155Z] ---> 00d5eba04021 [2020-10-16T08:40:00.155Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T08:40:00.430Z] ---> ec33fbf68485 [2020-10-16T08:40:00.430Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T08:40:00.430Z] ---> Running in f6131106f384 [2020-10-16T08:40:01.034Z] ---> 310fc3a21800 [2020-10-16T08:40:01.034Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T08:40:01.311Z] Removing intermediate container f6131106f384 [2020-10-16T08:40:01.311Z] ---> 64f1e002c2c0 [2020-10-16T08:40:01.311Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:40:02.300Z] ---> Running in 7f5b2536d182 [2020-10-16T08:40:02.905Z] ---> 358c159a7c28 [2020-10-16T08:40:02.905Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T08:40:02.905Z] ---> 76f644bf75c6 [2020-10-16T08:40:02.905Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T08:40:03.184Z] Removing intermediate container 7f5b2536d182 [2020-10-16T08:40:03.184Z] ---> 5ed050bd7bf4 [2020-10-16T08:40:03.184Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T08:40:03.184Z] ---> Running in 5c07923e5592 [2020-10-16T08:40:03.474Z] ---> Running in fdbc48063cfc [2020-10-16T08:40:04.528Z] Removing intermediate container fdbc48063cfc [2020-10-16T08:40:04.528Z] ---> 365fcdea0368 [2020-10-16T08:40:04.528Z] Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:40:04.528Z] ---> 110c0654d4bf [2020-10-16T08:40:04.528Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T08:40:04.811Z] ---> Running in eb6af7b82161 [2020-10-16T08:40:05.087Z] ---> Running in afe55e5026bc [2020-10-16T08:40:05.367Z] Removing intermediate container eb6af7b82161 [2020-10-16T08:40:05.367Z] ---> c65363ece685 [2020-10-16T08:40:05.367Z] Step 22/22 : LABEL version=1.2.2-dev.77 [2020-10-16T08:40:05.647Z] ---> Running in 90a7c17cb4b3 [2020-10-16T08:40:05.920Z] Removing intermediate container afe55e5026bc [2020-10-16T08:40:05.920Z] ---> d0f76f728334 [2020-10-16T08:40:05.920Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:40:06.192Z] ---> Running in 4708d64681c2 [2020-10-16T08:40:06.465Z] Removing intermediate container 90a7c17cb4b3 [2020-10-16T08:40:06.465Z] ---> 73e4e8ee16bd [2020-10-16T08:40:06.465Z] [2020-10-16T08:40:07.448Z] Successfully built 73e4e8ee16bd [2020-10-16T08:40:07.448Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-16T08:40:07.448Z]  Building docker-core-command-go ... done Removing intermediate container 4708d64681c2 [2020-10-16T08:40:07.448Z] ---> ad971dcf622e [2020-10-16T08:40:07.448Z] Building docker-sys-mgmt-agent-go [2020-10-16T08:40:07.448Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T08:40:07.724Z] ---> Running in ef13fdbbe8ae [2020-10-16T08:40:08.001Z] Removing intermediate container 5c07923e5592 [2020-10-16T08:40:08.001Z] ---> d2e4afd4ef90 [2020-10-16T08:40:08.001Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T08:40:08.283Z] ---> Running in 7997e54d0c1c [2020-10-16T08:40:08.877Z] Removing intermediate container ef13fdbbe8ae [2020-10-16T08:40:08.877Z] ---> c67edb7460df [2020-10-16T08:40:08.877Z] Step 23/24 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:40:09.496Z] Removing intermediate container 7997e54d0c1c [2020-10-16T08:40:09.496Z] ---> c7e91157ade4 [2020-10-16T08:40:09.496Z] Step 24/26 : LABEL arch=arm64 [2020-10-16T08:40:10.107Z] ---> Running in b4487efc2a04 [2020-10-16T08:40:10.735Z] ---> Running in b07f073675a3 [2020-10-16T08:40:11.727Z] Removing intermediate container b4487efc2a04 [2020-10-16T08:40:11.727Z] ---> 6f9cc3ee74d7 [2020-10-16T08:40:11.727Z] Step 24/24 : LABEL version=1.2.2-dev.77 [2020-10-16T08:40:12.005Z] Removing intermediate container b07f073675a3 [2020-10-16T08:40:12.005Z] ---> 827d8e947eca [2020-10-16T08:40:12.005Z] Step 25/26 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:40:12.283Z] ---> Running in 40f51c0d3f2e [2020-10-16T08:40:12.556Z] ---> Running in 4772dcc34bab [2020-10-16T08:40:13.164Z] Removing intermediate container 40f51c0d3f2e [2020-10-16T08:40:13.164Z] ---> f4b526eb34ea [2020-10-16T08:40:13.164Z] [2020-10-16T08:40:13.767Z] Removing intermediate container 481a59f9ac55 [2020-10-16T08:40:13.767Z] ---> 3901f72dee73 [2020-10-16T08:40:13.767Z] [2020-10-16T08:40:13.767Z] Step 10/23 : FROM alpine [2020-10-16T08:40:13.767Z] ---> 62ee0e9f8440 [2020-10-16T08:40:13.767Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:40:13.767Z] Successfully built f4b526eb34ea [2020-10-16T08:40:13.767Z] Removing intermediate container 4772dcc34bab [2020-10-16T08:40:13.767Z] ---> d786ec98ab50 [2020-10-16T08:40:13.767Z] Step 26/26 : LABEL version=1.2.2-dev.77 [2020-10-16T08:40:13.767Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-16T08:40:14.061Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-10-16T08:40:14.061Z] ---> Running in 4025c634f12f [2020-10-16T08:40:14.061Z] ---> Running in 5e69dc3dbd4d [2020-10-16T08:40:15.058Z] Removing intermediate container 4025c634f12f [2020-10-16T08:40:15.058Z] ---> 99ad0c409241 [2020-10-16T08:40:15.058Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T08:40:15.058Z] Removing intermediate container 5e69dc3dbd4d [2020-10-16T08:40:15.058Z] ---> 3fbcbab84b8a [2020-10-16T08:40:15.058Z] [2020-10-16T08:40:15.335Z] ---> Running in 1e5c4e782445 [2020-10-16T08:40:15.335Z] Successfully built 3fbcbab84b8a [2020-10-16T08:40:15.619Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-16T08:40:15.619Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-16T08:40:16.224Z] Removing intermediate container 1e5c4e782445 [2020-10-16T08:40:16.224Z] ---> dfbafdae5adf [2020-10-16T08:40:16.224Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T08:40:16.503Z] ---> Running in 3f6a0fba63dd [2020-10-16T08:40:17.517Z] Removing intermediate container 3f6a0fba63dd [2020-10-16T08:40:17.517Z] ---> e6cf5d5080e7 [2020-10-16T08:40:17.517Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:40:18.123Z] ---> Running in 152f60a0497d [2020-10-16T08:40:24.888Z] Removing intermediate container 152f60a0497d [2020-10-16T08:40:24.888Z] ---> 49a695562dd4 [2020-10-16T08:40:24.888Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T08:40:24.888Z] ---> Running in b86151a25273 [2020-10-16T08:40:26.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:40:27.497Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:40:27.497Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:40:27.497Z] ---> ef7d577eac32 [2020-10-16T08:40:27.497Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T08:40:27.497Z] ---> Using cache [2020-10-16T08:40:27.497Z] ---> 5d5fd5b9aac4 [2020-10-16T08:40:27.497Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:40:27.497Z] ---> Using cache [2020-10-16T08:40:27.497Z] ---> dc4f5faa4975 [2020-10-16T08:40:27.497Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T08:40:27.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:40:28.109Z] ---> Running in cbdb513b9d2b [2020-10-16T08:40:28.396Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T08:40:28.396Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T08:40:28.396Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T08:40:28.673Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T08:40:28.673Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T08:40:28.948Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:40:28.948Z] OK: 8 MiB in 19 packages [2020-10-16T08:40:30.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:40:31.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:40:32.024Z] Removing intermediate container b86151a25273 [2020-10-16T08:40:32.024Z] ---> c1b75b3634a7 [2020-10-16T08:40:32.024Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T08:40:32.301Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:40:32.301Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:40:32.301Z] OK: 12623 distinct packages available [2020-10-16T08:40:33.313Z] OK: 217 MiB in 51 packages [2020-10-16T08:40:33.923Z] ---> 613db06b00b0 [2020-10-16T08:40:33.923Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T08:40:36.592Z] Removing intermediate container cbdb513b9d2b [2020-10-16T08:40:36.592Z] ---> 3b114dcef41d [2020-10-16T08:40:36.592Z] Step 6/27 : COPY go.mod . [2020-10-16T08:40:37.588Z] ---> 8ddd960513c8 [2020-10-16T08:40:37.588Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T08:40:39.066Z] ---> 71384f613fb8 [2020-10-16T08:40:39.066Z] Step 7/27 : RUN go mod download [2020-10-16T08:40:39.066Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:40:39.066Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:40:39.066Z] ---> ef7d577eac32 [2020-10-16T08:40:39.066Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T08:40:39.066Z] ---> Using cache [2020-10-16T08:40:39.066Z] ---> 5d5fd5b9aac4 [2020-10-16T08:40:39.066Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:40:39.066Z] ---> Using cache [2020-10-16T08:40:39.066Z] ---> dc4f5faa4975 [2020-10-16T08:40:39.066Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T08:40:39.066Z] ---> Using cache [2020-10-16T08:40:39.066Z] ---> 03e7e1516c02 [2020-10-16T08:40:39.066Z] Step 6/21 : COPY go.mod . [2020-10-16T08:40:39.066Z] ---> Using cache [2020-10-16T08:40:39.066Z] ---> 4b3e71d5512c [2020-10-16T08:40:39.066Z] Step 7/21 : RUN go mod download [2020-10-16T08:40:39.066Z] ---> Using cache [2020-10-16T08:40:39.066Z] ---> ab51378a38fa [2020-10-16T08:40:39.066Z] Step 8/21 : COPY . . [2020-10-16T08:40:39.370Z] ---> Running in a4c1126b5239 [2020-10-16T08:40:39.370Z] ---> 8db8bb50e660 [2020-10-16T08:40:39.370Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T08:40:39.370Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:40:39.370Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:40:39.370Z] ---> ef7d577eac32 [2020-10-16T08:40:39.370Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T08:40:39.370Z] ---> Using cache [2020-10-16T08:40:39.370Z] ---> 5d5fd5b9aac4 [2020-10-16T08:40:39.370Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:40:39.370Z] ---> Using cache [2020-10-16T08:40:39.370Z] ---> dc4f5faa4975 [2020-10-16T08:40:39.370Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T08:40:39.651Z] ---> Running in 2b540d8ba3cd [2020-10-16T08:40:39.651Z] ---> Using cache [2020-10-16T08:40:39.651Z] ---> c8c09a66e712 [2020-10-16T08:40:39.651Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T08:40:39.651Z] ---> Running in 416c2244ccce [2020-10-16T08:40:39.935Z] ---> Running in 84bd7af5d1cd [2020-10-16T08:40:40.543Z] Removing intermediate container 416c2244ccce [2020-10-16T08:40:40.543Z] ---> b4168a025d09 [2020-10-16T08:40:40.543Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:40:40.823Z] ---> Running in 5bdc8c7aa7ca [2020-10-16T08:40:41.819Z] Removing intermediate container 5bdc8c7aa7ca [2020-10-16T08:40:41.820Z] ---> 51a411bbf6f4 [2020-10-16T08:40:41.820Z] Step 21/23 : LABEL arch=arm64 [2020-10-16T08:40:42.182Z] ---> Running in d5284927b7ba [2020-10-16T08:40:43.296Z] Removing intermediate container d5284927b7ba [2020-10-16T08:40:43.296Z] ---> 6c198f7dfbcc [2020-10-16T08:40:43.296Z] Step 22/23 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:40:43.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:40:43.296Z] ---> Running in a53df40fff23 [2020-10-16T08:40:43.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-16T08:40:43.914Z] Removing intermediate container a53df40fff23 [2020-10-16T08:40:43.914Z] ---> b7c205894cf9 [2020-10-16T08:40:43.914Z] Step 23/23 : LABEL version=1.2.2-dev.77 [2020-10-16T08:40:44.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:40:44.262Z] ---> Running in 6b11e5452160 [2020-10-16T08:40:44.898Z] Removing intermediate container 6b11e5452160 [2020-10-16T08:40:44.898Z] ---> 8eebdf37a696 [2020-10-16T08:40:44.898Z] [2020-10-16T08:40:45.175Z] Successfully built 8eebdf37a696 [2020-10-16T08:40:45.175Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-16T08:40:45.175Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-16T08:40:45.779Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:40:45.779Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:40:45.779Z] OK: 12623 distinct packages available [2020-10-16T08:40:46.392Z] Removing intermediate container a4c1126b5239 [2020-10-16T08:40:46.392Z] ---> 489818e39b78 [2020-10-16T08:40:46.392Z] Step 8/27 : COPY . . [2020-10-16T08:40:46.676Z] OK: 217 MiB in 51 packages [2020-10-16T08:40:47.674Z] OK: 217 MiB in 51 packages [2020-10-16T08:40:53.170Z] Removing intermediate container 2b540d8ba3cd [2020-10-16T08:40:53.170Z] ---> 3f4977bbe174 [2020-10-16T08:40:53.170Z] Step 6/22 : COPY go.mod . [2020-10-16T08:40:54.165Z] ---> 1c27704be856 [2020-10-16T08:40:54.165Z] Step 7/22 : RUN go mod download [2020-10-16T08:40:54.779Z] ---> Running in 16c5b3da5196 [2020-10-16T08:41:03.132Z] ---> 7e8386c379a7 [2020-10-16T08:41:03.132Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T08:41:03.132Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:41:03.132Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T08:41:03.132Z] ---> ef7d577eac32 [2020-10-16T08:41:03.132Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T08:41:03.132Z] ---> Using cache [2020-10-16T08:41:03.132Z] ---> 5d5fd5b9aac4 [2020-10-16T08:41:03.133Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T08:41:03.133Z] Removing intermediate container 16c5b3da5196 [2020-10-16T08:41:03.133Z] ---> 4ba1a6a9bc11 [2020-10-16T08:41:03.133Z] Step 8/22 : COPY . . [2020-10-16T08:41:03.133Z] ---> Running in 04a5ab90d830 [2020-10-16T08:41:03.133Z] ---> Running in a03b20de53d6 [2020-10-16T08:41:05.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T08:41:05.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:41:06.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:41:07.867Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:41:07.867Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:41:07.867Z] OK: 12623 distinct packages available [2020-10-16T08:41:08.861Z] OK: 217 MiB in 51 packages [2020-10-16T08:41:13.245Z] Removing intermediate container a03b20de53d6 [2020-10-16T08:41:13.245Z] ---> fff54869c2ef [2020-10-16T08:41:13.245Z] Step 5/29 : COPY go.mod . [2020-10-16T08:41:15.258Z] ---> 711951ce9e91 [2020-10-16T08:41:15.258Z] Step 6/29 : RUN go mod download [2020-10-16T08:41:15.536Z] ---> f2691d9c2124 [2020-10-16T08:41:15.536Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T08:41:15.536Z] ---> Running in fb2c9990e036 [2020-10-16T08:41:15.812Z] ---> Running in ebfd91062c97 [2020-10-16T08:41:19.259Z] Removing intermediate container de0a582dc810 [2020-10-16T08:41:19.259Z] ---> 6b470c4d7131 [2020-10-16T08:41:19.259Z] [2020-10-16T08:41:19.259Z] Step 10/22 : FROM scratch [2020-10-16T08:41:19.259Z] ---> [2020-10-16T08:41:19.259Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:41:19.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T08:41:19.259Z] ---> Using cache [2020-10-16T08:41:19.260Z] ---> 92a01bba8ff8 [2020-10-16T08:41:19.260Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T08:41:19.260Z] ---> Running in 33b4a2bd8636 [2020-10-16T08:41:20.261Z] Removing intermediate container 33b4a2bd8636 [2020-10-16T08:41:20.261Z] ---> 5c1db6b34359 [2020-10-16T08:41:20.261Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:41:20.261Z] ---> Running in cc6505c5128b [2020-10-16T08:41:20.872Z] Removing intermediate container cc6505c5128b [2020-10-16T08:41:20.872Z] ---> 494ca56ea222 [2020-10-16T08:41:20.872Z] Step 14/22 : WORKDIR / [2020-10-16T08:41:21.159Z] ---> Running in ea0d96b03fc0 [2020-10-16T08:41:21.772Z] Removing intermediate container fb2c9990e036 [2020-10-16T08:41:21.772Z] ---> bcf5f71a9a6f [2020-10-16T08:41:21.772Z] Step 7/29 : COPY . . [2020-10-16T08:41:22.056Z] Removing intermediate container ea0d96b03fc0 [2020-10-16T08:41:22.056Z] ---> 778d32174bb3 [2020-10-16T08:41:22.056Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T08:41:23.505Z] ---> b9dca355f112 [2020-10-16T08:41:23.505Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T08:41:27.015Z] ---> 9bfcf32aedfc [2020-10-16T08:41:27.015Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T08:41:29.035Z] ---> addbe99a54b3 [2020-10-16T08:41:29.035Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T08:41:29.311Z] ---> Running in d2d8adf70172 [2020-10-16T08:41:30.314Z] Removing intermediate container d2d8adf70172 [2020-10-16T08:41:30.314Z] ---> 64b77f3f851f [2020-10-16T08:41:30.314Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:41:30.916Z] ---> Running in b5c1a69319e6 [2020-10-16T08:41:32.364Z] Removing intermediate container b5c1a69319e6 [2020-10-16T08:41:32.364Z] ---> b5ad8668ab92 [2020-10-16T08:41:32.364Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T08:41:32.643Z] ---> Running in 36d6f6b88c65 [2020-10-16T08:41:34.095Z] Removing intermediate container 36d6f6b88c65 [2020-10-16T08:41:34.095Z] ---> b07908fa785b [2020-10-16T08:41:34.095Z] Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:41:34.095Z] ---> Running in c3f33a5bc36e [2020-10-16T08:41:35.091Z] Removing intermediate container c3f33a5bc36e [2020-10-16T08:41:35.091Z] ---> c7583a7d12dc [2020-10-16T08:41:35.091Z] Step 22/22 : LABEL version=1.2.2-dev.77 [2020-10-16T08:41:35.091Z] ---> e72a8c5e8b81 [2020-10-16T08:41:35.091Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T08:41:35.091Z] ---> Running in cd263350a516 [2020-10-16T08:41:35.091Z] ---> Running in a4a091d44a43 [2020-10-16T08:41:35.710Z] Removing intermediate container cd263350a516 [2020-10-16T08:41:35.710Z] ---> e0fca041aecd [2020-10-16T08:41:35.988Z] [2020-10-16T08:41:36.273Z] Successfully built e0fca041aecd [2020-10-16T08:41:36.273Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-16T08:41:37.781Z]  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T08:42:25.108Z] Removing intermediate container 84bd7af5d1cd [2020-10-16T08:42:25.108Z] ---> 518e8f0b5bf5 [2020-10-16T08:42:25.108Z] [2020-10-16T08:42:25.108Z] Step 10/21 : FROM scratch [2020-10-16T08:42:25.108Z] ---> [2020-10-16T08:42:25.108Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:42:25.108Z] ---> Using cache [2020-10-16T08:42:25.108Z] ---> 92a01bba8ff8 [2020-10-16T08:42:25.108Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T08:42:25.108Z] ---> Running in da59ce5b5cff [2020-10-16T08:42:25.108Z] Removing intermediate container da59ce5b5cff [2020-10-16T08:42:25.108Z] ---> c37a2f59fe05 [2020-10-16T08:42:25.108Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T08:42:25.108Z] ---> Running in b19ef7d9e4cb [2020-10-16T08:42:25.108Z] Removing intermediate container b19ef7d9e4cb [2020-10-16T08:42:25.108Z] ---> 075be8dc445b [2020-10-16T08:42:25.108Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T08:42:25.108Z] Removing intermediate container 04a5ab90d830 [2020-10-16T08:42:25.108Z] ---> edf60cc4b869 [2020-10-16T08:42:25.108Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T08:42:25.108Z] ---> Running in 38f096a5d98d [2020-10-16T08:42:25.108Z] ---> 670e7e19baaf [2020-10-16T08:42:25.108Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T08:42:27.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T08:42:27.106Z] ---> a541b76f693b [2020-10-16T08:42:27.106Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T08:42:28.115Z] ---> 8c60fd99ec17 [2020-10-16T08:42:28.115Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T08:42:28.395Z] ---> Running in 0ae09f69eeb5 [2020-10-16T08:42:29.022Z] Removing intermediate container 0ae09f69eeb5 [2020-10-16T08:42:29.022Z] ---> 52e16f6debe9 [2020-10-16T08:42:29.022Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:42:29.022Z] ---> Running in 1cb8cead8292 [2020-10-16T08:42:29.629Z] Removing intermediate container 1cb8cead8292 [2020-10-16T08:42:29.629Z] ---> 85eb7469f074 [2020-10-16T08:42:29.629Z] Step 19/21 : LABEL arch=arm64 [2020-10-16T08:42:29.912Z] ---> Running in 9e22713c2d14 [2020-10-16T08:42:30.523Z] Removing intermediate container 9e22713c2d14 [2020-10-16T08:42:30.523Z] ---> c466e2090de7 [2020-10-16T08:42:30.523Z] Step 20/21 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:42:30.796Z] ---> Running in 9797cc29bf90 [2020-10-16T08:42:31.410Z] Removing intermediate container 9797cc29bf90 [2020-10-16T08:42:31.410Z] ---> f017f3da8585 [2020-10-16T08:42:31.410Z] Step 21/21 : LABEL version=1.2.2-dev.77 [2020-10-16T08:42:31.410Z] ---> Running in c55efbffec44 [2020-10-16T08:42:31.684Z] Removing intermediate container 38f096a5d98d [2020-10-16T08:42:31.685Z] ---> aa3e67ebce9e [2020-10-16T08:42:31.685Z] [2020-10-16T08:42:31.685Z] Step 11/27 : FROM docker:latest [2020-10-16T08:42:31.685Z] ---> 45884bde0078 [2020-10-16T08:42:31.685Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T08:42:31.969Z] ---> Running in d17dc675ba3c [2020-10-16T08:42:31.969Z] Removing intermediate container c55efbffec44 [2020-10-16T08:42:31.969Z] ---> 0ef8c29313b3 [2020-10-16T08:42:31.969Z] [2020-10-16T08:42:32.575Z] Successfully built 0ef8c29313b3 [2020-10-16T08:42:32.575Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-16T08:42:34.010Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:42:34.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:42:35.007Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T08:42:35.007Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T08:42:35.007Z] Executing bash-5.0.17-r0.post-install [2020-10-16T08:42:35.007Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:42:35.007Z] OK: 12 MiB in 22 packages [2020-10-16T08:42:35.661Z] Removing intermediate container ebfd91062c97 [2020-10-16T08:42:35.661Z] ---> e947b18c94c9 [2020-10-16T08:42:35.661Z] [2020-10-16T08:42:35.661Z] Step 10/22 : FROM scratch [2020-10-16T08:42:35.661Z] ---> [2020-10-16T08:42:35.661Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T08:42:35.991Z] ---> Using cache [2020-10-16T08:42:35.991Z] ---> 943a1a49b299 [2020-10-16T08:42:35.991Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T08:42:35.991Z] ---> Running in 88bfceacec3e [2020-10-16T08:42:36.999Z] Removing intermediate container 88bfceacec3e [2020-10-16T08:42:36.999Z] ---> 815c2a412d05 [2020-10-16T08:42:36.999Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:42:36.999Z] Removing intermediate container d17dc675ba3c [2020-10-16T08:42:36.999Z] ---> b676026dff8f [2020-10-16T08:42:36.999Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T08:42:36.999Z] ---> Running in 77821d93d6f4 [2020-10-16T08:42:36.999Z] ---> Running in 2177299adf4e [2020-10-16T08:42:37.270Z] Removing intermediate container a4a091d44a43 [2020-10-16T08:42:37.270Z] ---> bdb8067c7a7d [2020-10-16T08:42:37.270Z] [2020-10-16T08:42:37.270Z] Step 9/29 : FROM alpine:latest [2020-10-16T08:42:37.270Z] ---> 62ee0e9f8440 [2020-10-16T08:42:37.270Z] 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-16T08:42:37.544Z] ---> Running in e07072641863 [2020-10-16T08:42:37.545Z] Removing intermediate container 77821d93d6f4 [2020-10-16T08:42:37.545Z] ---> 539faae3527f [2020-10-16T08:42:37.545Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T08:42:38.144Z] Removing intermediate container e07072641863 [2020-10-16T08:42:38.144Z] ---> 4f028157e1bf [2020-10-16T08:42:38.144Z] Step 11/29 : USER root [2020-10-16T08:42:38.144Z] ---> Running in fb7906fa4622 [2020-10-16T08:42:38.418Z] ---> d2503eb042d6 [2020-10-16T08:42:38.418Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T08:42:38.690Z] Removing intermediate container fb7906fa4622 [2020-10-16T08:42:38.690Z] ---> f0d8e3c60165 [2020-10-16T08:42:38.690Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T08:42:38.690Z] ---> Running in a71dd3070045 [2020-10-16T08:42:39.287Z] ---> 449af0e3409f [2020-10-16T08:42:39.287Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T08:42:39.881Z] Removing intermediate container 2177299adf4e [2020-10-16T08:42:39.881Z] ---> 853ac9d8af86 [2020-10-16T08:42:39.881Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T08:42:40.155Z] ---> Running in 0cb6900aedfe [2020-10-16T08:42:40.427Z] ---> 4d6c949d1052 [2020-10-16T08:42:40.427Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T08:42:40.702Z] Removing intermediate container 0cb6900aedfe [2020-10-16T08:42:40.702Z] ---> fa7d7c8bbcbe [2020-10-16T08:42:40.702Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T08:42:40.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:42:40.702Z] ---> Running in 5fb955812b62 [2020-10-16T08:42:40.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:42:41.251Z] ---> b2fc3ee9952d [2020-10-16T08:42:41.251Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T08:42:41.251Z] Removing intermediate container 5fb955812b62 [2020-10-16T08:42:41.251Z] ---> 7cdc36efcd3e [2020-10-16T08:42:41.251Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T08:42:41.251Z] ---> Running in 3ec39f85428b [2020-10-16T08:42:41.522Z] ---> Running in 358b49d8f9dc [2020-10-16T08:42:41.798Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:42:41.798Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:42:41.798Z] OK: 12621 distinct packages available [2020-10-16T08:42:41.798Z] Removing intermediate container 3ec39f85428b [2020-10-16T08:42:41.798Z] ---> 9e431de9e8b6 [2020-10-16T08:42:41.798Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:42:41.798Z] Removing intermediate container 358b49d8f9dc [2020-10-16T08:42:41.798Z] ---> 708fedf82d65 [2020-10-16T08:42:41.798Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T08:42:41.798Z] ---> Running in 01cfb2bbc20d [2020-10-16T08:42:42.401Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T08:42:42.401Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T08:42:42.401Z] Removing intermediate container 01cfb2bbc20d [2020-10-16T08:42:42.401Z] ---> f41e6096a5ca [2020-10-16T08:42:42.401Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T08:42:42.401Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:42:42.401Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T08:42:42.673Z] ---> Running in 7d620e5577e9 [2020-10-16T08:42:42.673Z] OK: 6 MiB in 16 packages [2020-10-16T08:42:43.267Z] ---> 4f25a414d9e4 [2020-10-16T08:42:43.267Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T08:42:43.267Z] Removing intermediate container 7d620e5577e9 [2020-10-16T08:42:43.267Z] ---> 5c8b0321cb41 [2020-10-16T08:42:43.267Z] Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:42:43.547Z] ---> Running in 7319086eef9c [2020-10-16T08:42:44.149Z] ---> 155851c8da66 [2020-10-16T08:42:44.149Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T08:42:44.149Z] Removing intermediate container 7319086eef9c [2020-10-16T08:42:44.149Z] ---> 84a9d31b6429 [2020-10-16T08:42:44.149Z] Step 22/22 : LABEL version=1.2.2-dev.77 [2020-10-16T08:42:44.149Z] ---> Running in b3554d99e7ca [2020-10-16T08:42:44.425Z] Removing intermediate container a71dd3070045 [2020-10-16T08:42:44.425Z] ---> 7a0a8a3bc749 [2020-10-16T08:42:44.425Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T08:42:44.697Z] ---> Running in 308b92140078 [2020-10-16T08:42:44.697Z] Removing intermediate container b3554d99e7ca [2020-10-16T08:42:44.697Z] ---> 175960f97f1c [2020-10-16T08:42:44.697Z] [2020-10-16T08:42:44.974Z] ---> b144df7c6416 [2020-10-16T08:42:44.974Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T08:42:44.974Z] Successfully built 175960f97f1c [2020-10-16T08:42:45.247Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-16T08:42:45.247Z]  Building docker-support-logging-go ... done  ---> Running in a36f21d70c3f [2020-10-16T08:42:45.521Z] Removing intermediate container 308b92140078 [2020-10-16T08:42:45.521Z] ---> 86065292e90f [2020-10-16T08:42:45.521Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T08:42:45.521Z] ---> Running in 479e7cdba6a4 [2020-10-16T08:42:46.115Z] Removing intermediate container 479e7cdba6a4 [2020-10-16T08:42:46.115Z] ---> 3eae175464a9 [2020-10-16T08:42:46.115Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T08:42:46.397Z] ---> Running in 0218cad1bc5e [2020-10-16T08:42:46.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:42:47.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:42:47.865Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T08:42:47.865Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T08:42:47.865Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T08:42:47.865Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T08:42:47.865Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T08:42:47.865Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T08:42:47.865Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T08:42:49.318Z] Removing intermediate container 0218cad1bc5e [2020-10-16T08:42:49.318Z] ---> 192882e53140 [2020-10-16T08:42:49.318Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T08:42:49.916Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T08:42:49.916Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T08:42:49.916Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T08:42:49.916Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T08:42:49.916Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T08:42:49.916Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T08:42:49.916Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T08:42:49.916Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T08:42:49.916Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T08:42:50.189Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T08:42:50.189Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T08:42:50.189Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T08:42:50.189Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T08:42:50.189Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T08:42:50.189Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T08:42:50.189Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T08:42:50.189Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T08:42:50.189Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T08:42:50.189Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T08:42:50.463Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T08:42:50.463Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T08:42:50.463Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T08:42:50.463Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T08:42:50.463Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T08:42:50.463Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T08:42:50.463Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T08:42:50.735Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:42:50.735Z] OK: 71 MiB in 55 packages [2020-10-16T08:42:50.735Z] ---> 2755eaf4b278 [2020-10-16T08:42:50.735Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T08:42:51.720Z] ---> 651ff0755f65 [2020-10-16T08:42:51.720Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T08:42:52.700Z] ---> 0eb8a3fda25d [2020-10-16T08:42:52.700Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T08:42:53.681Z] ---> b2566b6809f4 [2020-10-16T08:42:53.681Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T08:42:54.658Z] ---> a0bd26b2ef26 [2020-10-16T08:42:54.658Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T08:42:54.658Z] ---> Running in 939825f28809 [2020-10-16T08:42:57.290Z] Removing intermediate container a36f21d70c3f [2020-10-16T08:42:57.290Z] ---> 7f942d01ef13 [2020-10-16T08:42:57.290Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T08:42:57.290Z] ---> Running in 12549fa2472c [2020-10-16T08:42:57.574Z] Removing intermediate container 939825f28809 [2020-10-16T08:42:57.574Z] ---> 09b5727cf46f [2020-10-16T08:42:57.574Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T08:42:58.577Z] ---> dd9f99f17ea6 [2020-10-16T08:42:58.577Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T08:42:58.577Z] ---> Running in 3d83842adc91 [2020-10-16T08:43:01.190Z] Removing intermediate container 3d83842adc91 [2020-10-16T08:43:01.191Z] ---> ccabd5b29d43 [2020-10-16T08:43:01.191Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T08:43:01.191Z] ---> Running in 9deaeaf3073f [2020-10-16T08:43:03.152Z] Collecting docker-compose==1.23.2 [2020-10-16T08:43:03.423Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T08:43:04.014Z] Removing intermediate container 9deaeaf3073f [2020-10-16T08:43:04.014Z] ---> 54b6b0ee1098 [2020-10-16T08:43:04.014Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T08:43:04.014Z] ---> Running in 1b32e47505e8 [2020-10-16T08:43:04.296Z] Removing intermediate container 1b32e47505e8 [2020-10-16T08:43:04.296Z] ---> 3eed234cc5d5 [2020-10-16T08:43:04.296Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T08:43:04.296Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T08:43:04.567Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T08:43:04.567Z] ---> Running in b2305f0a2f18 [2020-10-16T08:43:04.842Z] Removing intermediate container b2305f0a2f18 [2020-10-16T08:43:04.842Z] ---> a2dc92a67231 [2020-10-16T08:43:04.842Z] Step 27/29 : LABEL arch=arm64 [2020-10-16T08:43:05.114Z] ---> Running in 2c97ed095f14 [2020-10-16T08:43:05.385Z] Collecting PyYAML<4,>=3.10 [2020-10-16T08:43:05.385Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T08:43:05.385Z] Removing intermediate container 2c97ed095f14 [2020-10-16T08:43:05.385Z] ---> 30d6afd78be8 [2020-10-16T08:43:05.385Z] Step 28/29 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:43:05.657Z] ---> Running in 66b6a395cb4b [2020-10-16T08:43:05.932Z] Removing intermediate container 66b6a395cb4b [2020-10-16T08:43:05.932Z] ---> 9c7ff6d29b8c [2020-10-16T08:43:05.932Z] Step 29/29 : LABEL version=1.2.2-dev.77 [2020-10-16T08:43:06.214Z] ---> Running in 2e33d69e93d1 [2020-10-16T08:43:06.810Z] Removing intermediate container 2e33d69e93d1 [2020-10-16T08:43:06.810Z] ---> 0a1b21fd45f4 [2020-10-16T08:43:06.810Z] [2020-10-16T08:43:06.810Z] Successfully built 0a1b21fd45f4 [2020-10-16T08:43:07.081Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-16T08:43:09.691Z]  Building docker-security-secrets-setup-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T08:43:09.691Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T08:43:09.964Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T08:43:09.964Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T08:43:12.576Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T08:43:12.576Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T08:43:14.544Z] 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-16T08:43:14.817Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T08:43:14.817Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T08:43:17.429Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T08:43:17.429Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T08:43:18.406Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T08:43:18.406Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T08:43:18.995Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T08:43:18.995Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T08:43:19.266Z] 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-16T08:43:19.861Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T08:43:19.861Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T08:43:20.133Z] 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-16T08:43:20.133Z] Collecting idna<2.8,>=2.5 [2020-10-16T08:43:20.404Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T08:43:20.404Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T08:43:20.404Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T08:43:20.677Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T08:43:20.677Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T08:43:20.677Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T08:43:20.677Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T08:43:21.653Z] Installing collected packages: websocket-client, PyYAML, urllib3, idna, requests, dockerpty, docopt, texttable, jsonschema, docker-pycreds, docker, cached-property, docker-compose [2020-10-16T08:43:21.653Z] Running setup.py install for PyYAML: started [2020-10-16T08:43:24.263Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T08:43:24.263Z] Attempting uninstall: urllib3 [2020-10-16T08:43:24.263Z] Found existing installation: urllib3 1.25.9 [2020-10-16T08:43:24.263Z] Uninstalling urllib3-1.25.9: [2020-10-16T08:43:24.263Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T08:43:24.533Z] Attempting uninstall: idna [2020-10-16T08:43:24.533Z] Found existing installation: idna 2.9 [2020-10-16T08:43:24.533Z] Uninstalling idna-2.9: [2020-10-16T08:43:24.804Z] Successfully uninstalled idna-2.9 [2020-10-16T08:43:25.393Z] Attempting uninstall: requests [2020-10-16T08:43:25.393Z] Found existing installation: requests 2.23.0 [2020-10-16T08:43:25.393Z] Uninstalling requests-2.23.0: [2020-10-16T08:43:25.665Z] Successfully uninstalled requests-2.23.0 [2020-10-16T08:43:25.938Z] Running setup.py install for dockerpty: started [2020-10-16T08:43:27.936Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T08:43:27.936Z] Running setup.py install for docopt: started [2020-10-16T08:43:29.906Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T08:43:29.906Z] Running setup.py install for texttable: started [2020-10-16T08:43:31.863Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T08:43:33.830Z] 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-16T08:43:38.208Z] Removing intermediate container 12549fa2472c [2020-10-16T08:43:38.208Z] ---> 9bd582715a40 [2020-10-16T08:43:38.208Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T08:43:38.208Z] ---> Running in 091fb138ab05 [2020-10-16T08:43:39.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:43:39.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:43:40.264Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T08:43:40.264Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T08:43:40.264Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T08:43:40.264Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:43:40.264Z] OK: 71 MiB in 58 packages [2020-10-16T08:43:41.694Z] Removing intermediate container 091fb138ab05 [2020-10-16T08:43:41.694Z] ---> 7a6f2637489a [2020-10-16T08:43:41.694Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T08:43:41.694Z] ---> Running in 3b562b8417f0 [2020-10-16T08:43:42.290Z] Removing intermediate container 3b562b8417f0 [2020-10-16T08:43:42.290Z] ---> 3bad118099f7 [2020-10-16T08:43:42.290Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:43:42.290Z] ---> Running in 38e5eb2a5436 [2020-10-16T08:43:42.885Z] Removing intermediate container 38e5eb2a5436 [2020-10-16T08:43:42.885Z] ---> 5f7d1bf8f9f8 [2020-10-16T08:43:42.885Z] Step 25/27 : LABEL arch=arm64 [2020-10-16T08:43:42.885Z] ---> Running in 457eace3673d [2020-10-16T08:43:43.480Z] Removing intermediate container 457eace3673d [2020-10-16T08:43:43.480Z] ---> 5062271217a8 [2020-10-16T08:43:43.480Z] Step 26/27 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:43:43.480Z] ---> Running in 4c451d4115a8 [2020-10-16T08:43:44.075Z] Removing intermediate container 4c451d4115a8 [2020-10-16T08:43:44.075Z] ---> ecd984a68a8d [2020-10-16T08:43:44.075Z] Step 27/27 : LABEL version=1.2.2-dev.77 [2020-10-16T08:43:44.075Z] ---> Running in b1bac4d732a9 [2020-10-16T08:43:44.676Z] Removing intermediate container b1bac4d732a9 [2020-10-16T08:43:44.676Z] ---> e800cb1d24a3 [2020-10-16T08:43:44.676Z] [2020-10-16T08:43:44.954Z] Successfully built e800cb1d24a3 [2020-10-16T08:43:44.954Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-16T08:43:45.563Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-16T08:43:45.570Z] $ docker stop --time=1 189df2d08e6c057a66da4279b370fdd4bf809454fc92b5af9917fd03c6e6eaa4 [2020-10-16T08:43:47.537Z] $ docker rm -f 189df2d08e6c057a66da4279b370fdd4bf809454fc92b5af9917fd03c6e6eaa4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:43:48.236Z] + docker images [2020-10-16T08:43:48.236Z] + grep docker [2020-10-16T08:43:48.507Z] docker-sys-mgmt-agent-go-arm64 latest e800cb1d24a3 4 seconds ago 270MB [2020-10-16T08:43:48.507Z] docker-security-secrets-setup-go-arm64 latest 0a1b21fd45f4 42 seconds ago 22.7MB [2020-10-16T08:43:48.507Z] docker-support-logging-go-arm64 latest 175960f97f1c About a minute ago 10.6MB [2020-10-16T08:43:48.507Z] docker-support-scheduler-go-arm64 latest 0ef8c29313b3 About a minute ago 11.5MB [2020-10-16T08:43:48.507Z] docker-core-metadata-go-arm64 latest e0fca041aecd 2 minutes ago 13.4MB [2020-10-16T08:43:48.507Z] docker-core-data-go-arm64 latest 8eebdf37a696 3 minutes ago 22.2MB [2020-10-16T08:43:48.507Z] docker-security-secretstore-setup-go-arm64 latest 3fbcbab84b8a 3 minutes ago 30.8MB [2020-10-16T08:43:48.507Z] docker-support-notifications-go-arm64 latest f4b526eb34ea 3 minutes ago 12.9MB [2020-10-16T08:43:48.507Z] docker-core-command-go-arm64 latest 73e4e8ee16bd 3 minutes ago 11.4MB [2020-10-16T08:43:48.507Z] docker-security-proxy-setup-go-arm64 latest 04ff7f268078 4 minutes ago 15.1MB [2020-10-16T08:43:48.507Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T08:43:49.051Z] provisioning config files... [2020-10-16T08:43:49.106Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/193@tmp/config4929265795742402928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:43:49.503Z] ---> docker-login.sh [2020-10-16T08:43:49.503Z] nexus3.edgexfoundry.org:10001 [2020-10-16T08:43:49.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:43:50.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:43:50.049Z] Configure a credential helper to remove this warning. See [2020-10-16T08:43:50.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:43:50.049Z] [2020-10-16T08:43:50.049Z] Login Succeeded [2020-10-16T08:43:50.049Z] nexus3.edgexfoundry.org:10002 [2020-10-16T08:43:50.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:43:50.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:43:50.642Z] Configure a credential helper to remove this warning. See [2020-10-16T08:43:50.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:43:50.642Z] [2020-10-16T08:43:50.642Z] Login Succeeded [2020-10-16T08:43:50.642Z] nexus3.edgexfoundry.org:10003 [2020-10-16T08:43:51.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:43:51.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:43:51.238Z] Configure a credential helper to remove this warning. See [2020-10-16T08:43:51.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:43:51.238Z] [2020-10-16T08:43:51.238Z] Login Succeeded [2020-10-16T08:43:51.238Z] nexus3.edgexfoundry.org:10004 [2020-10-16T08:43:51.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:43:51.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:43:51.833Z] Configure a credential helper to remove this warning. See [2020-10-16T08:43:51.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:43:51.833Z] [2020-10-16T08:43:51.833Z] Login Succeeded [2020-10-16T08:43:51.833Z] docker.io [2020-10-16T08:43:52.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T08:43:53.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T08:43:53.859Z] Configure a credential helper to remove this warning. See [2020-10-16T08:43:53.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T08:43:53.859Z] [2020-10-16T08:43:53.859Z] Login Succeeded [2020-10-16T08:43:53.859Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T08:43:53.876Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:43:54.111Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-16T08:43:54.111Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:43:54.111Z] 1.2.2-dev.77 [2020-10-16T08:43:54.111Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:43:54.111Z] master [2020-10-16T08:43:54.111Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:43:54.665Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:43:55.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:43:55.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T08:43:55.047Z] e66f8d9cc0a5: Preparing [2020-10-16T08:43:55.047Z] 5e76a37ea770: Preparing [2020-10-16T08:43:55.047Z] ec60498952d3: Preparing [2020-10-16T08:43:55.320Z] ec60498952d3: Pushed [2020-10-16T08:43:55.320Z] e66f8d9cc0a5: Pushed [2020-10-16T08:43:58.706Z] 5e76a37ea770: Pushed [2020-10-16T08:43:58.706Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:43:59.055Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:43:59.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.77 [2020-10-16T08:43:59.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T08:43:59.397Z] e66f8d9cc0a5: Preparing [2020-10-16T08:43:59.397Z] 5e76a37ea770: Preparing [2020-10-16T08:43:59.397Z] ec60498952d3: Preparing [2020-10-16T08:43:59.670Z] ec60498952d3: Layer already exists [2020-10-16T08:43:59.670Z] 5e76a37ea770: Layer already exists [2020-10-16T08:43:59.670Z] e66f8d9cc0a5: Layer already exists [2020-10-16T08:43:59.670Z] 1.2.2-dev.77: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:00.020Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:00.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:00.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T08:44:00.369Z] e66f8d9cc0a5: Preparing [2020-10-16T08:44:00.369Z] 5e76a37ea770: Preparing [2020-10-16T08:44:00.369Z] ec60498952d3: Preparing [2020-10-16T08:44:00.645Z] ec60498952d3: Layer already exists [2020-10-16T08:44:00.645Z] 5e76a37ea770: Layer already exists [2020-10-16T08:44:00.645Z] e66f8d9cc0a5: Layer already exists [2020-10-16T08:44:00.645Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:01.003Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:01.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-16T08:44:01.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T08:44:01.349Z] e66f8d9cc0a5: Preparing [2020-10-16T08:44:01.349Z] 5e76a37ea770: Preparing [2020-10-16T08:44:01.349Z] ec60498952d3: Preparing [2020-10-16T08:44:01.623Z] 5e76a37ea770: Layer already exists [2020-10-16T08:44:01.623Z] ec60498952d3: Layer already exists [2020-10-16T08:44:01.623Z] e66f8d9cc0a5: Layer already exists [2020-10-16T08:44:01.623Z] master: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:01.841Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:01.894Z] taggedImages: [2020-10-16T08:44:01.894Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:01.894Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:01.894Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:01.894Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-16T08:44:01.977Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-16T08:44:01.977Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:01.977Z] 1.2.2-dev.77 [2020-10-16T08:44:01.977Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:01.977Z] master [2020-10-16T08:44:01.977Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:02.550Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:02.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:02.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T08:44:02.895Z] b4f2d654a6a7: Preparing [2020-10-16T08:44:02.895Z] 75c166b6357d: Preparing [2020-10-16T08:44:02.895Z] f0addd140de2: Preparing [2020-10-16T08:44:02.895Z] 83715b90e0f9: Preparing [2020-10-16T08:44:02.895Z] efe1e7d13fb9: Preparing [2020-10-16T08:44:02.895Z] e2f13739ad41: Preparing [2020-10-16T08:44:02.895Z] e2f13739ad41: Waiting [2020-10-16T08:44:03.492Z] f0addd140de2: Pushed [2020-10-16T08:44:03.492Z] b4f2d654a6a7: Pushed [2020-10-16T08:44:03.492Z] efe1e7d13fb9: Pushed [2020-10-16T08:44:03.492Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:04.087Z] 83715b90e0f9: Pushed [2020-10-16T08:44:07.472Z] 75c166b6357d: Pushed [2020-10-16T08:44:07.472Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:07.830Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:08.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:08.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T08:44:08.170Z] b4f2d654a6a7: Preparing [2020-10-16T08:44:08.170Z] 75c166b6357d: Preparing [2020-10-16T08:44:08.170Z] f0addd140de2: Preparing [2020-10-16T08:44:08.170Z] 83715b90e0f9: Preparing [2020-10-16T08:44:08.170Z] efe1e7d13fb9: Preparing [2020-10-16T08:44:08.170Z] e2f13739ad41: Preparing [2020-10-16T08:44:08.170Z] e2f13739ad41: Waiting [2020-10-16T08:44:08.170Z] b4f2d654a6a7: Layer already exists [2020-10-16T08:44:08.170Z] efe1e7d13fb9: Layer already exists [2020-10-16T08:44:08.170Z] 83715b90e0f9: Layer already exists [2020-10-16T08:44:08.170Z] f0addd140de2: Layer already exists [2020-10-16T08:44:08.170Z] 75c166b6357d: Layer already exists [2020-10-16T08:44:08.445Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:08.445Z] 1.2.2-dev.77: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:08.791Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:09.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:09.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T08:44:09.406Z] b4f2d654a6a7: Preparing [2020-10-16T08:44:09.406Z] 75c166b6357d: Preparing [2020-10-16T08:44:09.406Z] f0addd140de2: Preparing [2020-10-16T08:44:09.406Z] 83715b90e0f9: Preparing [2020-10-16T08:44:09.406Z] efe1e7d13fb9: Preparing [2020-10-16T08:44:09.406Z] e2f13739ad41: Preparing [2020-10-16T08:44:09.406Z] e2f13739ad41: Waiting [2020-10-16T08:44:09.680Z] f0addd140de2: Layer already exists [2020-10-16T08:44:09.680Z] 75c166b6357d: Layer already exists [2020-10-16T08:44:09.680Z] 83715b90e0f9: Layer already exists [2020-10-16T08:44:09.680Z] b4f2d654a6a7: Layer already exists [2020-10-16T08:44:09.680Z] efe1e7d13fb9: Layer already exists [2020-10-16T08:44:09.680Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:09.680Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:10.029Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:10.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-16T08:44:10.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T08:44:10.445Z] b4f2d654a6a7: Preparing [2020-10-16T08:44:10.445Z] 75c166b6357d: Preparing [2020-10-16T08:44:10.445Z] f0addd140de2: Preparing [2020-10-16T08:44:10.445Z] 83715b90e0f9: Preparing [2020-10-16T08:44:10.445Z] efe1e7d13fb9: Preparing [2020-10-16T08:44:10.445Z] e2f13739ad41: Preparing [2020-10-16T08:44:10.445Z] e2f13739ad41: Waiting [2020-10-16T08:44:10.733Z] efe1e7d13fb9: Layer already exists [2020-10-16T08:44:10.733Z] f0addd140de2: Layer already exists [2020-10-16T08:44:10.733Z] b4f2d654a6a7: Layer already exists [2020-10-16T08:44:10.733Z] 75c166b6357d: Layer already exists [2020-10-16T08:44:10.733Z] 83715b90e0f9: Layer already exists [2020-10-16T08:44:10.733Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:10.733Z] master: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:11.013Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:11.069Z] taggedImages: [2020-10-16T08:44:11.069Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:11.069Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:11.069Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:11.069Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-16T08:44:11.133Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-16T08:44:11.133Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:11.133Z] 1.2.2-dev.77 [2020-10-16T08:44:11.133Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:11.133Z] master [2020-10-16T08:44:11.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:11.682Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:12.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:12.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T08:44:12.029Z] 7a432db5ad8c: Preparing [2020-10-16T08:44:12.029Z] 9543a878993c: Preparing [2020-10-16T08:44:12.029Z] ba54190e48d5: Preparing [2020-10-16T08:44:12.302Z] ba54190e48d5: Pushed [2020-10-16T08:44:12.302Z] 7a432db5ad8c: Pushed [2020-10-16T08:44:15.679Z] 9543a878993c: Pushed [2020-10-16T08:44:15.952Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:16.309Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:16.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:16.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T08:44:16.653Z] 7a432db5ad8c: Preparing [2020-10-16T08:44:16.653Z] 9543a878993c: Preparing [2020-10-16T08:44:16.653Z] ba54190e48d5: Preparing [2020-10-16T08:44:16.935Z] 9543a878993c: Layer already exists [2020-10-16T08:44:16.935Z] ba54190e48d5: Layer already exists [2020-10-16T08:44:16.935Z] 7a432db5ad8c: Layer already exists [2020-10-16T08:44:16.935Z] 1.2.2-dev.77: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:17.285Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:17.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:17.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T08:44:17.660Z] 7a432db5ad8c: Preparing [2020-10-16T08:44:17.660Z] 9543a878993c: Preparing [2020-10-16T08:44:17.660Z] ba54190e48d5: Preparing [2020-10-16T08:44:17.932Z] ba54190e48d5: Layer already exists [2020-10-16T08:44:17.932Z] 9543a878993c: Layer already exists [2020-10-16T08:44:17.932Z] 7a432db5ad8c: Layer already exists [2020-10-16T08:44:17.932Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:18.275Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:18.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-16T08:44:18.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T08:44:18.625Z] 7a432db5ad8c: Preparing [2020-10-16T08:44:18.625Z] 9543a878993c: Preparing [2020-10-16T08:44:18.625Z] ba54190e48d5: Preparing [2020-10-16T08:44:18.625Z] ba54190e48d5: Layer already exists [2020-10-16T08:44:18.625Z] 9543a878993c: Layer already exists [2020-10-16T08:44:18.625Z] 7a432db5ad8c: Layer already exists [2020-10-16T08:44:18.897Z] master: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:19.111Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:19.160Z] taggedImages: [2020-10-16T08:44:19.160Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:19.160Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:19.160Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:19.160Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-16T08:44:19.252Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-16T08:44:19.252Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:19.252Z] 1.2.2-dev.77 [2020-10-16T08:44:19.252Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:19.252Z] master [2020-10-16T08:44:19.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:19.826Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:20.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:20.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T08:44:20.172Z] 8edd6e099695: Preparing [2020-10-16T08:44:20.172Z] 8bc542de4119: Preparing [2020-10-16T08:44:20.172Z] 37c26a71bc3d: Preparing [2020-10-16T08:44:20.172Z] 3c45a650bcf0: Preparing [2020-10-16T08:44:20.172Z] e2f13739ad41: Preparing [2020-10-16T08:44:20.454Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:20.454Z] 8bc542de4119: Pushed [2020-10-16T08:44:20.454Z] 37c26a71bc3d: Pushed [2020-10-16T08:44:21.049Z] 3c45a650bcf0: Pushed [2020-10-16T08:44:23.020Z] 8edd6e099695: Pushed [2020-10-16T08:44:23.020Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:23.381Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:23.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:23.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T08:44:23.724Z] 8edd6e099695: Preparing [2020-10-16T08:44:23.724Z] 8bc542de4119: Preparing [2020-10-16T08:44:23.724Z] 37c26a71bc3d: Preparing [2020-10-16T08:44:23.724Z] 3c45a650bcf0: Preparing [2020-10-16T08:44:23.724Z] e2f13739ad41: Preparing [2020-10-16T08:44:23.724Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:23.724Z] 8edd6e099695: Layer already exists [2020-10-16T08:44:23.724Z] 37c26a71bc3d: Layer already exists [2020-10-16T08:44:23.724Z] 3c45a650bcf0: Layer already exists [2020-10-16T08:44:23.997Z] 8bc542de4119: Layer already exists [2020-10-16T08:44:23.997Z] 1.2.2-dev.77: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:24.342Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:24.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:24.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T08:44:24.681Z] 8edd6e099695: Preparing [2020-10-16T08:44:24.681Z] 8bc542de4119: Preparing [2020-10-16T08:44:24.681Z] 37c26a71bc3d: Preparing [2020-10-16T08:44:24.681Z] 3c45a650bcf0: Preparing [2020-10-16T08:44:24.681Z] e2f13739ad41: Preparing [2020-10-16T08:44:24.954Z] 37c26a71bc3d: Layer already exists [2020-10-16T08:44:24.954Z] 3c45a650bcf0: Layer already exists [2020-10-16T08:44:24.954Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:24.955Z] 8edd6e099695: Layer already exists [2020-10-16T08:44:24.955Z] 8bc542de4119: Layer already exists [2020-10-16T08:44:25.228Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:25.580Z] + 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-16T08:44:25.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-16T08:44:25.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T08:44:25.917Z] 8edd6e099695: Preparing [2020-10-16T08:44:25.917Z] 8bc542de4119: Preparing [2020-10-16T08:44:25.917Z] 37c26a71bc3d: Preparing [2020-10-16T08:44:25.917Z] 3c45a650bcf0: Preparing [2020-10-16T08:44:25.917Z] e2f13739ad41: Preparing [2020-10-16T08:44:26.189Z] 37c26a71bc3d: Layer already exists [2020-10-16T08:44:26.189Z] 8edd6e099695: Layer already exists [2020-10-16T08:44:26.189Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:26.189Z] 8bc542de4119: Layer already exists [2020-10-16T08:44:26.189Z] 3c45a650bcf0: Layer already exists [2020-10-16T08:44:26.189Z] master: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:26.412Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:26.463Z] taggedImages: [2020-10-16T08:44:26.463Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:26.463Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:26.463Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:26.463Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-16T08:44:26.542Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-16T08:44:26.542Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:26.542Z] 1.2.2-dev.77 [2020-10-16T08:44:26.542Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:26.542Z] master [2020-10-16T08:44:26.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:27.074Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:27.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:27.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T08:44:27.444Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:27.444Z] 83a07fe7584a: Preparing [2020-10-16T08:44:27.444Z] dfce62513a3e: Preparing [2020-10-16T08:44:27.444Z] a5a17a88cc19: Preparing [2020-10-16T08:44:27.444Z] a5a17a88cc19: Preparing [2020-10-16T08:44:27.444Z] 585d5810966b: Preparing [2020-10-16T08:44:27.444Z] 92ce0343a3d2: Preparing [2020-10-16T08:44:27.444Z] 9874e10e9f6b: Preparing [2020-10-16T08:44:27.444Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:27.444Z] f8dac8024f3b: Preparing [2020-10-16T08:44:27.444Z] 8a0e3708cd5d: Preparing [2020-10-16T08:44:27.444Z] 3ecf10b81369: Preparing [2020-10-16T08:44:27.444Z] e2f13739ad41: Preparing [2020-10-16T08:44:27.444Z] f8dac8024f3b: Waiting [2020-10-16T08:44:27.444Z] 8a0e3708cd5d: Waiting [2020-10-16T08:44:27.444Z] 92ce0343a3d2: Waiting [2020-10-16T08:44:27.444Z] 3ecf10b81369: Waiting [2020-10-16T08:44:27.444Z] e2f13739ad41: Waiting [2020-10-16T08:44:27.444Z] 9874e10e9f6b: Waiting [2020-10-16T08:44:28.042Z] a5a17a88cc19: Pushed [2020-10-16T08:44:28.042Z] 585d5810966b: Pushed [2020-10-16T08:44:28.042Z] 83a07fe7584a: Pushed [2020-10-16T08:44:28.042Z] dfce62513a3e: Pushed [2020-10-16T08:44:28.313Z] f8dac8024f3b: Pushed [2020-10-16T08:44:28.313Z] 8a0e3708cd5d: Pushed [2020-10-16T08:44:28.313Z] 92ce0343a3d2: Pushed [2020-10-16T08:44:28.313Z] 9874e10e9f6b: Pushed [2020-10-16T08:44:28.313Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:28.588Z] 3ecf10b81369: Pushed [2020-10-16T08:44:30.017Z] 7dd3b4b622a8: Pushed [2020-10-16T08:44:30.289Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:30.631Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:30.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:30.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T08:44:30.975Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:30.975Z] 83a07fe7584a: Preparing [2020-10-16T08:44:30.975Z] dfce62513a3e: Preparing [2020-10-16T08:44:30.975Z] a5a17a88cc19: Preparing [2020-10-16T08:44:30.975Z] a5a17a88cc19: Preparing [2020-10-16T08:44:30.975Z] 585d5810966b: Preparing [2020-10-16T08:44:30.975Z] 92ce0343a3d2: Preparing [2020-10-16T08:44:30.975Z] 9874e10e9f6b: Preparing [2020-10-16T08:44:30.975Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:30.975Z] f8dac8024f3b: Preparing [2020-10-16T08:44:30.975Z] 8a0e3708cd5d: Preparing [2020-10-16T08:44:30.975Z] 92ce0343a3d2: Waiting [2020-10-16T08:44:30.975Z] f8dac8024f3b: Waiting [2020-10-16T08:44:30.975Z] 9874e10e9f6b: Waiting [2020-10-16T08:44:30.975Z] 3ecf10b81369: Preparing [2020-10-16T08:44:30.975Z] 8a0e3708cd5d: Waiting [2020-10-16T08:44:30.975Z] e2f13739ad41: Preparing [2020-10-16T08:44:30.975Z] 3ecf10b81369: Waiting [2020-10-16T08:44:30.975Z] e2f13739ad41: Waiting [2020-10-16T08:44:31.249Z] 83a07fe7584a: Layer already exists [2020-10-16T08:44:31.249Z] 7dd3b4b622a8: Layer already exists [2020-10-16T08:44:31.249Z] 585d5810966b: Layer already exists [2020-10-16T08:44:31.249Z] dfce62513a3e: Layer already exists [2020-10-16T08:44:31.249Z] a5a17a88cc19: Layer already exists [2020-10-16T08:44:31.249Z] 9874e10e9f6b: Layer already exists [2020-10-16T08:44:31.249Z] 92ce0343a3d2: Layer already exists [2020-10-16T08:44:31.249Z] f8dac8024f3b: Layer already exists [2020-10-16T08:44:31.249Z] 8a0e3708cd5d: Layer already exists [2020-10-16T08:44:31.249Z] 3ecf10b81369: Layer already exists [2020-10-16T08:44:31.249Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:31.249Z] 1.2.2-dev.77: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:31.593Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:31.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:31.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T08:44:31.933Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:31.933Z] 83a07fe7584a: Preparing [2020-10-16T08:44:31.933Z] dfce62513a3e: Preparing [2020-10-16T08:44:31.933Z] a5a17a88cc19: Preparing [2020-10-16T08:44:31.933Z] a5a17a88cc19: Preparing [2020-10-16T08:44:31.933Z] 585d5810966b: Preparing [2020-10-16T08:44:31.933Z] 92ce0343a3d2: Preparing [2020-10-16T08:44:31.933Z] 9874e10e9f6b: Preparing [2020-10-16T08:44:31.933Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:31.933Z] f8dac8024f3b: Preparing [2020-10-16T08:44:31.933Z] 8a0e3708cd5d: Preparing [2020-10-16T08:44:31.933Z] 3ecf10b81369: Preparing [2020-10-16T08:44:31.933Z] e2f13739ad41: Preparing [2020-10-16T08:44:31.933Z] 92ce0343a3d2: Waiting [2020-10-16T08:44:31.933Z] 9874e10e9f6b: Waiting [2020-10-16T08:44:31.933Z] f8dac8024f3b: Waiting [2020-10-16T08:44:31.933Z] 8a0e3708cd5d: Waiting [2020-10-16T08:44:31.933Z] 3ecf10b81369: Waiting [2020-10-16T08:44:31.933Z] e2f13739ad41: Waiting [2020-10-16T08:44:31.933Z] a5a17a88cc19: Layer already exists [2020-10-16T08:44:31.933Z] 585d5810966b: Layer already exists [2020-10-16T08:44:31.933Z] 83a07fe7584a: Layer already exists [2020-10-16T08:44:31.933Z] 7dd3b4b622a8: Layer already exists [2020-10-16T08:44:31.933Z] dfce62513a3e: Layer already exists [2020-10-16T08:44:31.933Z] f8dac8024f3b: Layer already exists [2020-10-16T08:44:31.933Z] 92ce0343a3d2: Layer already exists [2020-10-16T08:44:32.206Z] 9874e10e9f6b: Layer already exists [2020-10-16T08:44:32.206Z] 3ecf10b81369: Layer already exists [2020-10-16T08:44:32.206Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:32.206Z] 8a0e3708cd5d: Layer already exists [2020-10-16T08:44:32.206Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:32.551Z] + 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-16T08:44:32.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-16T08:44:32.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T08:44:33.161Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:33.161Z] 83a07fe7584a: Preparing [2020-10-16T08:44:33.161Z] dfce62513a3e: Preparing [2020-10-16T08:44:33.161Z] a5a17a88cc19: Preparing [2020-10-16T08:44:33.161Z] a5a17a88cc19: Preparing [2020-10-16T08:44:33.161Z] 585d5810966b: Preparing [2020-10-16T08:44:33.161Z] 92ce0343a3d2: Preparing [2020-10-16T08:44:33.161Z] 9874e10e9f6b: Preparing [2020-10-16T08:44:33.161Z] 7dd3b4b622a8: Preparing [2020-10-16T08:44:33.161Z] f8dac8024f3b: Preparing [2020-10-16T08:44:33.161Z] 8a0e3708cd5d: Preparing [2020-10-16T08:44:33.161Z] 3ecf10b81369: Preparing [2020-10-16T08:44:33.161Z] e2f13739ad41: Preparing [2020-10-16T08:44:33.161Z] f8dac8024f3b: Waiting [2020-10-16T08:44:33.161Z] 8a0e3708cd5d: Waiting [2020-10-16T08:44:33.161Z] 3ecf10b81369: Waiting [2020-10-16T08:44:33.161Z] e2f13739ad41: Waiting [2020-10-16T08:44:33.161Z] 92ce0343a3d2: Waiting [2020-10-16T08:44:33.161Z] 585d5810966b: Layer already exists [2020-10-16T08:44:33.161Z] 83a07fe7584a: Layer already exists [2020-10-16T08:44:33.161Z] a5a17a88cc19: Layer already exists [2020-10-16T08:44:33.162Z] 7dd3b4b622a8: Layer already exists [2020-10-16T08:44:33.162Z] dfce62513a3e: Layer already exists [2020-10-16T08:44:33.162Z] 9874e10e9f6b: Layer already exists [2020-10-16T08:44:33.162Z] 8a0e3708cd5d: Layer already exists [2020-10-16T08:44:33.162Z] f8dac8024f3b: Layer already exists [2020-10-16T08:44:33.162Z] 3ecf10b81369: Layer already exists [2020-10-16T08:44:33.162Z] 92ce0343a3d2: Layer already exists [2020-10-16T08:44:33.162Z] e2f13739ad41: Layer already exists [2020-10-16T08:44:33.434Z] master: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:33.666Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:33.720Z] taggedImages: [2020-10-16T08:44:33.720Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:33.720Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:33.720Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:33.720Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-16T08:44:33.785Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-16T08:44:33.785Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:33.785Z] 1.2.2-dev.77 [2020-10-16T08:44:33.785Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:33.785Z] master [2020-10-16T08:44:33.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:34.443Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:34.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:34.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T08:44:34.811Z] 20072a3ec12c: Preparing [2020-10-16T08:44:34.811Z] da4398fc0ad2: Preparing [2020-10-16T08:44:34.811Z] db385fd86963: Preparing [2020-10-16T08:44:34.811Z] 93d2034b3b1a: Preparing [2020-10-16T08:44:34.811Z] f8695b54e815: Preparing [2020-10-16T08:44:34.811Z] 132f0ccb127e: Preparing [2020-10-16T08:44:34.811Z] bb1d35b51e1c: Preparing [2020-10-16T08:44:34.811Z] 0982bac27c47: Preparing [2020-10-16T08:44:34.811Z] 7df9f76c492f: Preparing [2020-10-16T08:44:34.811Z] 417e382b0cb2: Preparing [2020-10-16T08:44:34.811Z] 66b385cf80cf: Preparing [2020-10-16T08:44:34.811Z] bb1d35b51e1c: Waiting [2020-10-16T08:44:34.811Z] 0982bac27c47: Waiting [2020-10-16T08:44:34.811Z] 7df9f76c492f: Waiting [2020-10-16T08:44:34.811Z] 417e382b0cb2: Waiting [2020-10-16T08:44:34.811Z] 66b385cf80cf: Waiting [2020-10-16T08:44:34.811Z] 132f0ccb127e: Waiting [2020-10-16T08:44:35.096Z] da4398fc0ad2: Pushed [2020-10-16T08:44:35.096Z] 20072a3ec12c: Pushed [2020-10-16T08:44:35.774Z] 132f0ccb127e: Pushed [2020-10-16T08:44:35.774Z] bb1d35b51e1c: Pushed [2020-10-16T08:44:36.044Z] 0982bac27c47: Pushed [2020-10-16T08:44:36.044Z] 7df9f76c492f: Pushed [2020-10-16T08:44:36.044Z] 66b385cf80cf: Layer already exists [2020-10-16T08:44:36.641Z] 417e382b0cb2: Pushed [2020-10-16T08:44:37.239Z] db385fd86963: Pushed [2020-10-16T08:44:37.833Z] 93d2034b3b1a: Pushed [2020-10-16T08:44:37.833Z] f8695b54e815: Pushed [2020-10-16T08:44:38.106Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:38.447Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:38.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:38.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T08:44:38.788Z] 20072a3ec12c: Preparing [2020-10-16T08:44:38.788Z] da4398fc0ad2: Preparing [2020-10-16T08:44:38.788Z] db385fd86963: Preparing [2020-10-16T08:44:38.788Z] 93d2034b3b1a: Preparing [2020-10-16T08:44:38.788Z] f8695b54e815: Preparing [2020-10-16T08:44:38.788Z] 132f0ccb127e: Preparing [2020-10-16T08:44:38.788Z] bb1d35b51e1c: Preparing [2020-10-16T08:44:38.788Z] 0982bac27c47: Preparing [2020-10-16T08:44:38.788Z] 7df9f76c492f: Preparing [2020-10-16T08:44:38.788Z] 417e382b0cb2: Preparing [2020-10-16T08:44:38.788Z] 66b385cf80cf: Preparing [2020-10-16T08:44:38.788Z] bb1d35b51e1c: Waiting [2020-10-16T08:44:38.788Z] 0982bac27c47: Waiting [2020-10-16T08:44:38.788Z] 132f0ccb127e: Waiting [2020-10-16T08:44:38.788Z] 7df9f76c492f: Waiting [2020-10-16T08:44:38.788Z] 417e382b0cb2: Waiting [2020-10-16T08:44:38.788Z] 66b385cf80cf: Waiting [2020-10-16T08:44:39.062Z] f8695b54e815: Layer already exists [2020-10-16T08:44:39.062Z] 20072a3ec12c: Layer already exists [2020-10-16T08:44:39.062Z] 93d2034b3b1a: Layer already exists [2020-10-16T08:44:39.062Z] da4398fc0ad2: Layer already exists [2020-10-16T08:44:39.062Z] db385fd86963: Layer already exists [2020-10-16T08:44:39.062Z] 132f0ccb127e: Layer already exists [2020-10-16T08:44:39.062Z] bb1d35b51e1c: Layer already exists [2020-10-16T08:44:39.062Z] 0982bac27c47: Layer already exists [2020-10-16T08:44:39.062Z] 7df9f76c492f: Layer already exists [2020-10-16T08:44:39.062Z] 66b385cf80cf: Layer already exists [2020-10-16T08:44:39.062Z] 417e382b0cb2: Layer already exists [2020-10-16T08:44:39.062Z] 1.2.2-dev.77: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:39.403Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:39.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:39.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T08:44:39.744Z] 20072a3ec12c: Preparing [2020-10-16T08:44:39.744Z] da4398fc0ad2: Preparing [2020-10-16T08:44:39.744Z] db385fd86963: Preparing [2020-10-16T08:44:39.744Z] 93d2034b3b1a: Preparing [2020-10-16T08:44:39.744Z] f8695b54e815: Preparing [2020-10-16T08:44:39.744Z] 132f0ccb127e: Preparing [2020-10-16T08:44:39.744Z] bb1d35b51e1c: Preparing [2020-10-16T08:44:39.744Z] 0982bac27c47: Preparing [2020-10-16T08:44:39.744Z] 7df9f76c492f: Preparing [2020-10-16T08:44:39.744Z] 417e382b0cb2: Preparing [2020-10-16T08:44:39.744Z] 66b385cf80cf: Preparing [2020-10-16T08:44:39.744Z] 132f0ccb127e: Waiting [2020-10-16T08:44:39.744Z] bb1d35b51e1c: Waiting [2020-10-16T08:44:39.744Z] 417e382b0cb2: Waiting [2020-10-16T08:44:39.744Z] 0982bac27c47: Waiting [2020-10-16T08:44:39.744Z] 7df9f76c492f: Waiting [2020-10-16T08:44:39.744Z] 66b385cf80cf: Waiting [2020-10-16T08:44:40.018Z] db385fd86963: Layer already exists [2020-10-16T08:44:40.018Z] 20072a3ec12c: Layer already exists [2020-10-16T08:44:40.018Z] 93d2034b3b1a: Layer already exists [2020-10-16T08:44:40.018Z] da4398fc0ad2: Layer already exists [2020-10-16T08:44:40.018Z] f8695b54e815: Layer already exists [2020-10-16T08:44:40.018Z] 0982bac27c47: Layer already exists [2020-10-16T08:44:40.018Z] bb1d35b51e1c: Layer already exists [2020-10-16T08:44:40.018Z] 132f0ccb127e: Layer already exists [2020-10-16T08:44:40.018Z] 7df9f76c492f: Layer already exists [2020-10-16T08:44:40.018Z] 417e382b0cb2: Layer already exists [2020-10-16T08:44:40.018Z] 66b385cf80cf: Layer already exists [2020-10-16T08:44:40.018Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:40.358Z] + 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-16T08:44:40.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-16T08:44:40.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T08:44:40.694Z] 20072a3ec12c: Preparing [2020-10-16T08:44:40.694Z] da4398fc0ad2: Preparing [2020-10-16T08:44:40.694Z] db385fd86963: Preparing [2020-10-16T08:44:40.694Z] 93d2034b3b1a: Preparing [2020-10-16T08:44:40.694Z] f8695b54e815: Preparing [2020-10-16T08:44:40.694Z] 132f0ccb127e: Preparing [2020-10-16T08:44:40.694Z] bb1d35b51e1c: Preparing [2020-10-16T08:44:40.694Z] 0982bac27c47: Preparing [2020-10-16T08:44:40.694Z] 7df9f76c492f: Preparing [2020-10-16T08:44:40.694Z] 417e382b0cb2: Preparing [2020-10-16T08:44:40.694Z] 66b385cf80cf: Preparing [2020-10-16T08:44:40.694Z] 132f0ccb127e: Waiting [2020-10-16T08:44:40.694Z] bb1d35b51e1c: Waiting [2020-10-16T08:44:40.694Z] 0982bac27c47: Waiting [2020-10-16T08:44:40.694Z] 7df9f76c492f: Waiting [2020-10-16T08:44:40.694Z] 66b385cf80cf: Waiting [2020-10-16T08:44:40.694Z] 417e382b0cb2: Waiting [2020-10-16T08:44:40.964Z] db385fd86963: Layer already exists [2020-10-16T08:44:40.964Z] 93d2034b3b1a: Layer already exists [2020-10-16T08:44:40.964Z] 20072a3ec12c: Layer already exists [2020-10-16T08:44:40.964Z] f8695b54e815: Layer already exists [2020-10-16T08:44:40.965Z] da4398fc0ad2: Layer already exists [2020-10-16T08:44:40.965Z] 132f0ccb127e: Layer already exists [2020-10-16T08:44:40.965Z] bb1d35b51e1c: Layer already exists [2020-10-16T08:44:40.965Z] 0982bac27c47: Layer already exists [2020-10-16T08:44:40.965Z] 7df9f76c492f: Layer already exists [2020-10-16T08:44:40.965Z] 417e382b0cb2: Layer already exists [2020-10-16T08:44:40.965Z] 66b385cf80cf: Layer already exists [2020-10-16T08:44:40.965Z] master: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:41.163Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:41.210Z] taggedImages: [2020-10-16T08:44:41.210Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:41.210Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:41.210Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:41.210Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-16T08:44:41.278Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-16T08:44:41.278Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:41.278Z] 1.2.2-dev.77 [2020-10-16T08:44:41.278Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:41.278Z] master [2020-10-16T08:44:41.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:41.808Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:42.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:42.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T08:44:42.148Z] 6ee36fe3343c: Preparing [2020-10-16T08:44:42.148Z] a56bb08b6c99: Preparing [2020-10-16T08:44:42.148Z] a0e892581db9: Preparing [2020-10-16T08:44:42.148Z] 62a898c77241: Preparing [2020-10-16T08:44:42.419Z] a0e892581db9: Pushed [2020-10-16T08:44:42.419Z] 6ee36fe3343c: Pushed [2020-10-16T08:44:42.691Z] 62a898c77241: Pushed [2020-10-16T08:44:45.334Z] a56bb08b6c99: Pushed [2020-10-16T08:44:45.334Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:45.679Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:46.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:46.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T08:44:46.016Z] 6ee36fe3343c: Preparing [2020-10-16T08:44:46.016Z] a56bb08b6c99: Preparing [2020-10-16T08:44:46.016Z] a0e892581db9: Preparing [2020-10-16T08:44:46.016Z] 62a898c77241: Preparing [2020-10-16T08:44:46.289Z] 6ee36fe3343c: Layer already exists [2020-10-16T08:44:46.289Z] a56bb08b6c99: Layer already exists [2020-10-16T08:44:46.289Z] a0e892581db9: Layer already exists [2020-10-16T08:44:46.289Z] 62a898c77241: Layer already exists [2020-10-16T08:44:46.289Z] 1.2.2-dev.77: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:46.646Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:46.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:46.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T08:44:46.982Z] 6ee36fe3343c: Preparing [2020-10-16T08:44:46.982Z] a56bb08b6c99: Preparing [2020-10-16T08:44:46.982Z] a0e892581db9: Preparing [2020-10-16T08:44:46.982Z] 62a898c77241: Preparing [2020-10-16T08:44:47.254Z] 6ee36fe3343c: Layer already exists [2020-10-16T08:44:47.254Z] a0e892581db9: Layer already exists [2020-10-16T08:44:47.254Z] a56bb08b6c99: Layer already exists [2020-10-16T08:44:47.254Z] 62a898c77241: Layer already exists [2020-10-16T08:44:47.254Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:47.592Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:47.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-16T08:44:47.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T08:44:47.930Z] 6ee36fe3343c: Preparing [2020-10-16T08:44:47.930Z] a56bb08b6c99: Preparing [2020-10-16T08:44:47.930Z] a0e892581db9: Preparing [2020-10-16T08:44:47.930Z] 62a898c77241: Preparing [2020-10-16T08:44:48.202Z] a56bb08b6c99: Layer already exists [2020-10-16T08:44:48.202Z] a0e892581db9: Layer already exists [2020-10-16T08:44:48.202Z] 62a898c77241: Layer already exists [2020-10-16T08:44:48.202Z] 6ee36fe3343c: Layer already exists [2020-10-16T08:44:48.202Z] master: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:48.432Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:48.490Z] taggedImages: [2020-10-16T08:44:48.490Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:48.490Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:48.490Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:48.490Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-16T08:44:48.554Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-16T08:44:48.554Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:48.554Z] 1.2.2-dev.77 [2020-10-16T08:44:48.554Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:48.554Z] master [2020-10-16T08:44:48.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:49.077Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:49.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:49.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T08:44:49.413Z] eb47c440b36d: Preparing [2020-10-16T08:44:49.413Z] 11325ccdd61b: Preparing [2020-10-16T08:44:49.413Z] 50785b2d519e: Preparing [2020-10-16T08:44:49.413Z] fe494fc7f54c: Preparing [2020-10-16T08:44:49.413Z] d22fa8da8eb1: Preparing [2020-10-16T08:44:49.413Z] 50901b5bc9e2: Preparing [2020-10-16T08:44:49.413Z] 50901b5bc9e2: Waiting [2020-10-16T08:44:49.684Z] 50785b2d519e: Pushed [2020-10-16T08:44:49.684Z] eb47c440b36d: Pushed [2020-10-16T08:44:49.959Z] d22fa8da8eb1: Pushed [2020-10-16T08:44:49.959Z] fe494fc7f54c: Pushed [2020-10-16T08:44:50.231Z] 50901b5bc9e2: Pushed [2020-10-16T08:44:52.843Z] 11325ccdd61b: Pushed [2020-10-16T08:44:53.117Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:53.458Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:53.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:53.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T08:44:53.798Z] eb47c440b36d: Preparing [2020-10-16T08:44:53.798Z] 11325ccdd61b: Preparing [2020-10-16T08:44:53.798Z] 50785b2d519e: Preparing [2020-10-16T08:44:53.798Z] fe494fc7f54c: Preparing [2020-10-16T08:44:53.798Z] d22fa8da8eb1: Preparing [2020-10-16T08:44:53.798Z] 50901b5bc9e2: Preparing [2020-10-16T08:44:53.798Z] 50901b5bc9e2: Waiting [2020-10-16T08:44:54.070Z] 50785b2d519e: Layer already exists [2020-10-16T08:44:54.070Z] 11325ccdd61b: Layer already exists [2020-10-16T08:44:54.070Z] d22fa8da8eb1: Layer already exists [2020-10-16T08:44:54.070Z] eb47c440b36d: Layer already exists [2020-10-16T08:44:54.070Z] 50901b5bc9e2: Layer already exists [2020-10-16T08:44:54.070Z] fe494fc7f54c: Layer already exists [2020-10-16T08:44:54.070Z] 1.2.2-dev.77: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:54.409Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:54.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:54.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T08:44:54.747Z] eb47c440b36d: Preparing [2020-10-16T08:44:54.747Z] 11325ccdd61b: Preparing [2020-10-16T08:44:54.747Z] 50785b2d519e: Preparing [2020-10-16T08:44:54.747Z] fe494fc7f54c: Preparing [2020-10-16T08:44:54.747Z] d22fa8da8eb1: Preparing [2020-10-16T08:44:54.747Z] 50901b5bc9e2: Preparing [2020-10-16T08:44:54.747Z] 50901b5bc9e2: Waiting [2020-10-16T08:44:55.018Z] eb47c440b36d: Layer already exists [2020-10-16T08:44:55.018Z] d22fa8da8eb1: Layer already exists [2020-10-16T08:44:55.018Z] 50785b2d519e: Layer already exists [2020-10-16T08:44:55.018Z] fe494fc7f54c: Layer already exists [2020-10-16T08:44:55.018Z] 11325ccdd61b: Layer already exists [2020-10-16T08:44:55.018Z] 50901b5bc9e2: Layer already exists [2020-10-16T08:44:55.018Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:55.358Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:55.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-16T08:44:55.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T08:44:55.691Z] eb47c440b36d: Preparing [2020-10-16T08:44:55.691Z] 11325ccdd61b: Preparing [2020-10-16T08:44:55.691Z] 50785b2d519e: Preparing [2020-10-16T08:44:55.691Z] fe494fc7f54c: Preparing [2020-10-16T08:44:55.691Z] d22fa8da8eb1: Preparing [2020-10-16T08:44:55.691Z] 50901b5bc9e2: Preparing [2020-10-16T08:44:55.691Z] 50901b5bc9e2: Waiting [2020-10-16T08:44:55.962Z] eb47c440b36d: Layer already exists [2020-10-16T08:44:55.963Z] d22fa8da8eb1: Layer already exists [2020-10-16T08:44:55.963Z] fe494fc7f54c: Layer already exists [2020-10-16T08:44:55.963Z] 50785b2d519e: Layer already exists [2020-10-16T08:44:55.963Z] 11325ccdd61b: Layer already exists [2020-10-16T08:44:55.963Z] 50901b5bc9e2: Layer already exists [2020-10-16T08:44:55.963Z] master: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:44:56.207Z] ===================================================== [Pipeline] echo [2020-10-16T08:44:56.257Z] taggedImages: [2020-10-16T08:44:56.257Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:56.257Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.77 [2020-10-16T08:44:56.257Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:56.257Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-16T08:44:56.327Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-16T08:44:56.327Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:56.327Z] 1.2.2-dev.77 [2020-10-16T08:44:56.327Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:44:56.327Z] master [2020-10-16T08:44:56.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:56.889Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:44:57.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:44:57.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T08:44:57.227Z] e82f3333fe2d: Preparing [2020-10-16T08:44:57.227Z] 2ecd647abf9d: Preparing [2020-10-16T08:44:57.227Z] 9c4543496c44: Preparing [2020-10-16T08:44:57.501Z] 9c4543496c44: Pushed [2020-10-16T08:44:57.501Z] e82f3333fe2d: Pushed [2020-10-16T08:45:00.137Z] 2ecd647abf9d: Pushed [2020-10-16T08:45:00.414Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:00.757Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:01.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.77 [2020-10-16T08:45:01.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T08:45:01.093Z] e82f3333fe2d: Preparing [2020-10-16T08:45:01.093Z] 2ecd647abf9d: Preparing [2020-10-16T08:45:01.093Z] 9c4543496c44: Preparing [2020-10-16T08:45:01.367Z] 2ecd647abf9d: Layer already exists [2020-10-16T08:45:01.367Z] 9c4543496c44: Layer already exists [2020-10-16T08:45:01.367Z] e82f3333fe2d: Layer already exists [2020-10-16T08:45:01.367Z] 1.2.2-dev.77: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:01.738Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:02.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:45:02.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T08:45:02.357Z] e82f3333fe2d: Preparing [2020-10-16T08:45:02.357Z] 2ecd647abf9d: Preparing [2020-10-16T08:45:02.357Z] 9c4543496c44: Preparing [2020-10-16T08:45:02.357Z] e82f3333fe2d: Layer already exists [2020-10-16T08:45:02.357Z] 9c4543496c44: Layer already exists [2020-10-16T08:45:02.357Z] 2ecd647abf9d: Layer already exists [2020-10-16T08:45:02.357Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:02.723Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:03.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-16T08:45:03.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T08:45:03.075Z] e82f3333fe2d: Preparing [2020-10-16T08:45:03.075Z] 2ecd647abf9d: Preparing [2020-10-16T08:45:03.075Z] 9c4543496c44: Preparing [2020-10-16T08:45:03.347Z] 9c4543496c44: Layer already exists [2020-10-16T08:45:03.347Z] 2ecd647abf9d: Layer already exists [2020-10-16T08:45:03.347Z] e82f3333fe2d: Layer already exists [2020-10-16T08:45:03.347Z] master: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:45:03.592Z] ===================================================== [Pipeline] echo [2020-10-16T08:45:03.663Z] taggedImages: [2020-10-16T08:45:03.663Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:45:03.663Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.77 [2020-10-16T08:45:03.663Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:45:03.663Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-16T08:45:03.753Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-16T08:45:03.753Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:45:03.753Z] 1.2.2-dev.77 [2020-10-16T08:45:03.753Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:45:03.753Z] master [2020-10-16T08:45:03.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:04.245Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:04.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:45:04.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T08:45:04.583Z] 9571040150e6: Preparing [2020-10-16T08:45:04.583Z] f02343e0f893: Preparing [2020-10-16T08:45:04.583Z] f3eacca699cd: Preparing [2020-10-16T08:45:04.583Z] 7ecde8d86ff6: Preparing [2020-10-16T08:45:04.583Z] d20751174a68: Preparing [2020-10-16T08:45:04.583Z] 60a356361faa: Preparing [2020-10-16T08:45:04.583Z] cb44e04f36f6: Preparing [2020-10-16T08:45:04.583Z] f875f9e206db: Preparing [2020-10-16T08:45:04.583Z] 3994ac1dcb8b: Preparing [2020-10-16T08:45:04.583Z] 5f2247eaf593: Preparing [2020-10-16T08:45:04.583Z] 62d13be1b083: Preparing [2020-10-16T08:45:04.583Z] 94fdc660876c: Preparing [2020-10-16T08:45:04.583Z] 4e7279dfc0c0: Preparing [2020-10-16T08:45:04.583Z] e2f13739ad41: Preparing [2020-10-16T08:45:04.583Z] cb44e04f36f6: Waiting [2020-10-16T08:45:04.583Z] f875f9e206db: Waiting [2020-10-16T08:45:04.583Z] 3994ac1dcb8b: Waiting [2020-10-16T08:45:04.583Z] 5f2247eaf593: Waiting [2020-10-16T08:45:04.583Z] 62d13be1b083: Waiting [2020-10-16T08:45:04.583Z] 94fdc660876c: Waiting [2020-10-16T08:45:04.583Z] e2f13739ad41: Waiting [2020-10-16T08:45:05.177Z] d20751174a68: Pushed [2020-10-16T08:45:05.452Z] 9571040150e6: Pushed [2020-10-16T08:45:06.049Z] 7ecde8d86ff6: Pushed [2020-10-16T08:45:06.049Z] f875f9e206db: Layer already exists [2020-10-16T08:45:06.049Z] 3994ac1dcb8b: Layer already exists [2020-10-16T08:45:06.049Z] 5f2247eaf593: Layer already exists [2020-10-16T08:45:06.049Z] 62d13be1b083: Layer already exists [2020-10-16T08:45:06.330Z] 94fdc660876c: Layer already exists [2020-10-16T08:45:06.330Z] cb44e04f36f6: Pushed [2020-10-16T08:45:06.330Z] 4e7279dfc0c0: Layer already exists [2020-10-16T08:45:06.330Z] e2f13739ad41: Layer already exists [2020-10-16T08:45:06.923Z] f02343e0f893: Pushed [2020-10-16T08:45:07.511Z] 60a356361faa: Pushed [2020-10-16T08:45:19.881Z] f3eacca699cd: Pushed [2020-10-16T08:45:19.881Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:20.225Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:20.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.77 [2020-10-16T08:45:20.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T08:45:20.564Z] 9571040150e6: Preparing [2020-10-16T08:45:20.564Z] f02343e0f893: Preparing [2020-10-16T08:45:20.564Z] f3eacca699cd: Preparing [2020-10-16T08:45:20.564Z] 7ecde8d86ff6: Preparing [2020-10-16T08:45:20.564Z] d20751174a68: Preparing [2020-10-16T08:45:20.565Z] 60a356361faa: Preparing [2020-10-16T08:45:20.565Z] cb44e04f36f6: Preparing [2020-10-16T08:45:20.565Z] f875f9e206db: Preparing [2020-10-16T08:45:20.565Z] 3994ac1dcb8b: Preparing [2020-10-16T08:45:20.565Z] 5f2247eaf593: Preparing [2020-10-16T08:45:20.565Z] 62d13be1b083: Preparing [2020-10-16T08:45:20.565Z] 94fdc660876c: Preparing [2020-10-16T08:45:20.565Z] 4e7279dfc0c0: Preparing [2020-10-16T08:45:20.565Z] e2f13739ad41: Preparing [2020-10-16T08:45:20.565Z] 5f2247eaf593: Waiting [2020-10-16T08:45:20.565Z] 62d13be1b083: Waiting [2020-10-16T08:45:20.565Z] 60a356361faa: Waiting [2020-10-16T08:45:20.565Z] 94fdc660876c: Waiting [2020-10-16T08:45:20.565Z] cb44e04f36f6: Waiting [2020-10-16T08:45:20.565Z] 4e7279dfc0c0: Waiting [2020-10-16T08:45:20.565Z] f875f9e206db: Waiting [2020-10-16T08:45:20.565Z] 3994ac1dcb8b: Waiting [2020-10-16T08:45:20.565Z] e2f13739ad41: Waiting [2020-10-16T08:45:20.835Z] f3eacca699cd: Layer already exists [2020-10-16T08:45:20.835Z] f02343e0f893: Layer already exists [2020-10-16T08:45:20.835Z] 7ecde8d86ff6: Layer already exists [2020-10-16T08:45:20.835Z] 9571040150e6: Layer already exists [2020-10-16T08:45:20.835Z] d20751174a68: Layer already exists [2020-10-16T08:45:20.835Z] 60a356361faa: Layer already exists [2020-10-16T08:45:20.835Z] f875f9e206db: Layer already exists [2020-10-16T08:45:20.835Z] 5f2247eaf593: Layer already exists [2020-10-16T08:45:20.835Z] 3994ac1dcb8b: Layer already exists [2020-10-16T08:45:20.835Z] cb44e04f36f6: Layer already exists [2020-10-16T08:45:20.835Z] 62d13be1b083: Layer already exists [2020-10-16T08:45:20.835Z] e2f13739ad41: Layer already exists [2020-10-16T08:45:20.835Z] 94fdc660876c: Layer already exists [2020-10-16T08:45:20.835Z] 4e7279dfc0c0: Layer already exists [2020-10-16T08:45:20.835Z] 1.2.2-dev.77: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:21.186Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:21.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:45:21.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T08:45:21.522Z] 9571040150e6: Preparing [2020-10-16T08:45:21.522Z] f02343e0f893: Preparing [2020-10-16T08:45:21.522Z] f3eacca699cd: Preparing [2020-10-16T08:45:21.522Z] 7ecde8d86ff6: Preparing [2020-10-16T08:45:21.522Z] d20751174a68: Preparing [2020-10-16T08:45:21.522Z] 60a356361faa: Preparing [2020-10-16T08:45:21.522Z] cb44e04f36f6: Preparing [2020-10-16T08:45:21.522Z] f875f9e206db: Preparing [2020-10-16T08:45:21.522Z] 3994ac1dcb8b: Preparing [2020-10-16T08:45:21.522Z] 5f2247eaf593: Preparing [2020-10-16T08:45:21.522Z] 62d13be1b083: Preparing [2020-10-16T08:45:21.522Z] 94fdc660876c: Preparing [2020-10-16T08:45:21.522Z] 4e7279dfc0c0: Preparing [2020-10-16T08:45:21.522Z] e2f13739ad41: Preparing [2020-10-16T08:45:21.522Z] 5f2247eaf593: Waiting [2020-10-16T08:45:21.522Z] 62d13be1b083: Waiting [2020-10-16T08:45:21.522Z] 94fdc660876c: Waiting [2020-10-16T08:45:21.522Z] 4e7279dfc0c0: Waiting [2020-10-16T08:45:21.522Z] e2f13739ad41: Waiting [2020-10-16T08:45:21.522Z] cb44e04f36f6: Waiting [2020-10-16T08:45:21.522Z] f875f9e206db: Waiting [2020-10-16T08:45:21.522Z] 3994ac1dcb8b: Waiting [2020-10-16T08:45:21.522Z] 60a356361faa: Waiting [2020-10-16T08:45:21.795Z] 7ecde8d86ff6: Layer already exists [2020-10-16T08:45:21.795Z] f02343e0f893: Layer already exists [2020-10-16T08:45:21.795Z] 9571040150e6: Layer already exists [2020-10-16T08:45:21.795Z] d20751174a68: Layer already exists [2020-10-16T08:45:21.795Z] f3eacca699cd: Layer already exists [2020-10-16T08:45:21.795Z] cb44e04f36f6: Layer already exists [2020-10-16T08:45:21.795Z] f875f9e206db: Layer already exists [2020-10-16T08:45:21.795Z] 60a356361faa: Layer already exists [2020-10-16T08:45:21.795Z] 3994ac1dcb8b: Layer already exists [2020-10-16T08:45:21.795Z] 5f2247eaf593: Layer already exists [2020-10-16T08:45:21.795Z] 4e7279dfc0c0: Layer already exists [2020-10-16T08:45:21.795Z] 62d13be1b083: Layer already exists [2020-10-16T08:45:21.795Z] 94fdc660876c: Layer already exists [2020-10-16T08:45:21.795Z] e2f13739ad41: Layer already exists [2020-10-16T08:45:21.795Z] 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:22.134Z] + 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-16T08:45:22.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-16T08:45:22.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T08:45:22.470Z] 9571040150e6: Preparing [2020-10-16T08:45:22.470Z] f02343e0f893: Preparing [2020-10-16T08:45:22.470Z] f3eacca699cd: Preparing [2020-10-16T08:45:22.470Z] 7ecde8d86ff6: Preparing [2020-10-16T08:45:22.470Z] d20751174a68: Preparing [2020-10-16T08:45:22.470Z] 60a356361faa: Preparing [2020-10-16T08:45:22.470Z] cb44e04f36f6: Preparing [2020-10-16T08:45:22.470Z] f875f9e206db: Preparing [2020-10-16T08:45:22.470Z] 3994ac1dcb8b: Preparing [2020-10-16T08:45:22.470Z] 5f2247eaf593: Preparing [2020-10-16T08:45:22.470Z] 62d13be1b083: Preparing [2020-10-16T08:45:22.470Z] 94fdc660876c: Preparing [2020-10-16T08:45:22.470Z] 4e7279dfc0c0: Preparing [2020-10-16T08:45:22.470Z] e2f13739ad41: Preparing [2020-10-16T08:45:22.470Z] f875f9e206db: Waiting [2020-10-16T08:45:22.470Z] 3994ac1dcb8b: Waiting [2020-10-16T08:45:22.470Z] 5f2247eaf593: Waiting [2020-10-16T08:45:22.470Z] 62d13be1b083: Waiting [2020-10-16T08:45:22.470Z] 94fdc660876c: Waiting [2020-10-16T08:45:22.470Z] 4e7279dfc0c0: Waiting [2020-10-16T08:45:22.470Z] e2f13739ad41: Waiting [2020-10-16T08:45:22.470Z] 60a356361faa: Waiting [2020-10-16T08:45:22.470Z] cb44e04f36f6: Waiting [2020-10-16T08:45:22.741Z] 7ecde8d86ff6: Layer already exists [2020-10-16T08:45:22.741Z] f3eacca699cd: Layer already exists [2020-10-16T08:45:22.741Z] 9571040150e6: Layer already exists [2020-10-16T08:45:22.741Z] d20751174a68: Layer already exists [2020-10-16T08:45:22.741Z] f02343e0f893: Layer already exists [2020-10-16T08:45:22.741Z] 60a356361faa: Layer already exists [2020-10-16T08:45:22.741Z] cb44e04f36f6: Layer already exists [2020-10-16T08:45:22.741Z] 5f2247eaf593: Layer already exists [2020-10-16T08:45:22.741Z] 3994ac1dcb8b: Layer already exists [2020-10-16T08:45:22.741Z] f875f9e206db: Layer already exists [2020-10-16T08:45:22.741Z] 62d13be1b083: Layer already exists [2020-10-16T08:45:22.741Z] 94fdc660876c: Layer already exists [2020-10-16T08:45:22.741Z] e2f13739ad41: Layer already exists [2020-10-16T08:45:22.741Z] 4e7279dfc0c0: Layer already exists [2020-10-16T08:45:22.741Z] master: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T08:45:23.015Z] ===================================================== [Pipeline] echo [2020-10-16T08:45:23.060Z] taggedImages: [2020-10-16T08:45:23.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:45:23.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.77 [2020-10-16T08:45:23.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [2020-10-16T08:45:23.060Z] - 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-16T08:45:24.864Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T08:45:24.865Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T08:45:24.916Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:25.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T08:45:25.352Z] [2020-10-16T08:45:25.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:25.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T08:45:25.700Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T08:45:25.700Z] cbdbe7a5bc2a: Already exists [2020-10-16T08:45:25.700Z] 408f87550127: Pulling fs layer [2020-10-16T08:45:25.700Z] fe522b08c979: Pulling fs layer [2020-10-16T08:45:25.700Z] 221eaa008020: Pulling fs layer [2020-10-16T08:45:25.700Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T08:45:25.700Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T08:45:25.700Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T08:45:25.700Z] 23e8b3b47431: Pulling fs layer [2020-10-16T08:45:25.700Z] 5c568d65a230: Pulling fs layer [2020-10-16T08:45:25.700Z] 8f79b27c4fd2: Waiting [2020-10-16T08:45:25.700Z] e5c8dbe1645b: Waiting [2020-10-16T08:45:25.700Z] 23e8b3b47431: Waiting [2020-10-16T08:45:25.700Z] 5c568d65a230: Waiting [2020-10-16T08:45:25.700Z] 2a4607e5d6b9: Waiting [2020-10-16T08:45:25.700Z] fe522b08c979: Download complete [2020-10-16T08:45:25.700Z] 408f87550127: Download complete [2020-10-16T08:45:25.700Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T08:45:25.700Z] 2a4607e5d6b9: Download complete [2020-10-16T08:45:25.700Z] 8f79b27c4fd2: Verifying Checksum [2020-10-16T08:45:25.700Z] 8f79b27c4fd2: Download complete [2020-10-16T08:45:25.962Z] 408f87550127: Pull complete [2020-10-16T08:45:26.222Z] fe522b08c979: Pull complete [2020-10-16T08:45:27.175Z] e5c8dbe1645b: Verifying Checksum [2020-10-16T08:45:27.175Z] e5c8dbe1645b: Download complete [2020-10-16T08:45:28.122Z] 23e8b3b47431: Verifying Checksum [2020-10-16T08:45:28.122Z] 23e8b3b47431: Download complete [2020-10-16T08:45:28.122Z] 5c568d65a230: Download complete [2020-10-16T08:45:30.065Z] 221eaa008020: Download complete [2020-10-16T08:45:35.379Z] 221eaa008020: Pull complete [2020-10-16T08:45:35.639Z] 2a4607e5d6b9: Pull complete [2020-10-16T08:45:35.899Z] 8f79b27c4fd2: Pull complete [2020-10-16T08:45:39.196Z] e5c8dbe1645b: Pull complete [2020-10-16T08:45:42.493Z] 23e8b3b47431: Pull complete [2020-10-16T08:45:43.880Z] 5c568d65a230: Pull complete [2020-10-16T08:45:43.880Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T08:45:43.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T08:45:43.880Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T08:45:44.036Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:45:44.092Z] $ 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/193:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:45:45.559Z] $ docker top a6f505026e13d4eba9e26d3c266849d36d7bfd154d85534f61a05add31c6406a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:45:46.124Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T08:45:54.268Z] [2020-10-16T08:45:54.268Z] Monitoring /w/workspace/edgex-go/193 (github.com/edgexfoundry/edgex-go)... [2020-10-16T08:45:54.268Z] [2020-10-16T08:45:54.268Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/202666a9-a2cf-4973-b006-bdfd220ab334 [2020-10-16T08:45:54.268Z] [2020-10-16T08:45:54.268Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T08:45:54.268Z] [2020-10-16T08:45:54.529Z] [2020-10-16T08:45:54.529Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T08:45:54.529Z] 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-16T08:45:54.529Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T08:45:54.529Z] [2020-10-16T08:45:54.529Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T08:45:54.529Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T08:45:54.529Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T08:45:54.529Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T08:45:54.547Z] $ docker stop --time=1 a6f505026e13d4eba9e26d3c266849d36d7bfd154d85534f61a05add31c6406a [2020-10-16T08:45:57.380Z] $ docker rm -f a6f505026e13d4eba9e26d3c266849d36d7bfd154d85534f61a05add31c6406a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:58.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:45:58.889Z] [2020-10-16T08:45:58.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:45:59.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:45:59.232Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-16T08:45:59.232Z] e7c96db7181b: Pulling fs layer [2020-10-16T08:45:59.232Z] 1868ca2cb446: Pulling fs layer [2020-10-16T08:45:59.232Z] 136be5d0fe8e: Pulling fs layer [2020-10-16T08:45:59.232Z] 894bfe63afcb: Pulling fs layer [2020-10-16T08:45:59.232Z] 894bfe63afcb: Waiting [2020-10-16T08:45:59.232Z] 1868ca2cb446: Verifying Checksum [2020-10-16T08:45:59.232Z] 1868ca2cb446: Download complete [2020-10-16T08:45:59.232Z] 136be5d0fe8e: Download complete [2020-10-16T08:45:59.232Z] e7c96db7181b: Download complete [2020-10-16T08:45:59.493Z] 894bfe63afcb: Verifying Checksum [2020-10-16T08:45:59.493Z] 894bfe63afcb: Download complete [2020-10-16T08:45:59.493Z] e7c96db7181b: Pull complete [2020-10-16T08:45:59.753Z] 1868ca2cb446: Pull complete [2020-10-16T08:45:59.753Z] 136be5d0fe8e: Pull complete [2020-10-16T08:46:00.015Z] 894bfe63afcb: Pull complete [2020-10-16T08:46:00.015Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-16T08:46:00.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:00.015Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-16T08:46:00.364Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:00.403Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:01.210Z] $ docker top 7f5e97905e2508037dc2e0ce06a9313db59e7278c6d3d51db97755800fe313d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:01.756Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:01.756Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:05.199Z] $ docker stop --time=1 7f5e97905e2508037dc2e0ce06a9313db59e7278c6d3d51db97755800fe313d4 [2020-10-16T08:46:06.649Z] $ docker rm -f 7f5e97905e2508037dc2e0ce06a9313db59e7278c6d3d51db97755800fe313d4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:07.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:07.151Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:07.246Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:07.290Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:07.897Z] $ docker top 18e64b81c81e2e9a698843e3f160875bcaa276c30572e02080d2135e1ff7b60b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:08.410Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:08.410Z] + tee [2020-10-16T08:46:08.410Z] clair timeout 1m0s [2020-10-16T08:46:08.410Z] docker timeout: 1m0s [2020-10-16T08:46:08.410Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:09.084Z] $ docker stop --time=1 18e64b81c81e2e9a698843e3f160875bcaa276c30572e02080d2135e1ff7b60b [2020-10-16T08:46:10.427Z] $ docker rm -f 18e64b81c81e2e9a698843e3f160875bcaa276c30572e02080d2135e1ff7b60b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:46:10.936Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:46:11.086Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-command-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:46:11.192Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:11.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:11.654Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:11.748Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:11.792Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:12.351Z] $ docker top 31db36991d251a2690b39d31fe7a071971bee8ac706a40bb392ff6743c16d21f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:12.875Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:12.875Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:18.356Z] $ docker stop --time=1 31db36991d251a2690b39d31fe7a071971bee8ac706a40bb392ff6743c16d21f [2020-10-16T08:46:19.686Z] $ docker rm -f 31db36991d251a2690b39d31fe7a071971bee8ac706a40bb392ff6743c16d21f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:20.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:20.183Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:20.307Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:20.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:20.999Z] $ docker top f4cee2dd31b5d28d8b2828768cf80266837be274d858ef95d1e681cb467358ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:21.546Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:21.546Z] + tee [2020-10-16T08:46:21.546Z] clair timeout 1m0s [2020-10-16T08:46:21.546Z] docker timeout: 1m0s [2020-10-16T08:46:21.546Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:22.671Z] $ docker stop --time=1 f4cee2dd31b5d28d8b2828768cf80266837be274d858ef95d1e681cb467358ee [2020-10-16T08:46:24.026Z] $ docker rm -f f4cee2dd31b5d28d8b2828768cf80266837be274d858ef95d1e681cb467358ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:46:24.518Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:46:24.534Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-data-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:46:24.639Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:25.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:25.151Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:25.407Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:25.754Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:26.324Z] $ docker top 3c3ba91c9cecbcb23831699b61c1ba48e848c8279c14e88811f6b8e3dc7f554c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:27.196Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:27.196Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:29.762Z] $ docker stop --time=1 3c3ba91c9cecbcb23831699b61c1ba48e848c8279c14e88811f6b8e3dc7f554c [2020-10-16T08:46:31.092Z] $ docker rm -f 3c3ba91c9cecbcb23831699b61c1ba48e848c8279c14e88811f6b8e3dc7f554c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:31.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:31.704Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:31.819Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:31.896Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:32.465Z] $ docker top f0c140f7ca14da191c813857b60c95e34524cd6d54c25ad52ccbadbe3456ebb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:33.025Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:33.025Z] + tee [2020-10-16T08:46:33.025Z] clair timeout 1m0s [2020-10-16T08:46:33.025Z] docker timeout: 1m0s [2020-10-16T08:46:33.025Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:33.778Z] $ docker stop --time=1 f0c140f7ca14da191c813857b60c95e34524cd6d54c25ad52ccbadbe3456ebb2 [2020-10-16T08:46:35.473Z] $ docker rm -f f0c140f7ca14da191c813857b60c95e34524cd6d54c25ad52ccbadbe3456ebb2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:46:35.950Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:46:35.966Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-metadata-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:46:36.030Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:36.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:36.568Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:36.707Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:36.775Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:37.350Z] $ docker top 83aec9481c517bfde9a4a857584e8001d9def5c7efef7f84accba78f6d8ab456 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:38.053Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:38.053Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:42.588Z] $ docker stop --time=1 83aec9481c517bfde9a4a857584e8001d9def5c7efef7f84accba78f6d8ab456 [2020-10-16T08:46:43.905Z] $ docker rm -f 83aec9481c517bfde9a4a857584e8001d9def5c7efef7f84accba78f6d8ab456 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:44.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:44.374Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:44.466Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:44.508Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:45.081Z] $ docker top ed6fb7e48e42b34b77405c86ce8e281488bce7c39365cf5bbb6375cc2f44fc92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:45.586Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:45.586Z] + tee [2020-10-16T08:46:45.586Z] clair timeout 1m0s [2020-10-16T08:46:45.586Z] docker timeout: 1m0s [2020-10-16T08:46:45.586Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:46.256Z] $ docker stop --time=1 ed6fb7e48e42b34b77405c86ce8e281488bce7c39365cf5bbb6375cc2f44fc92 [2020-10-16T08:46:48.462Z] $ docker rm -f ed6fb7e48e42b34b77405c86ce8e281488bce7c39365cf5bbb6375cc2f44fc92 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:46:48.918Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:46:48.931Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-proxy-setup-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:46:48.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:46:49.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:46:49.359Z] . [Pipeline] withDockerContainer [2020-10-16T08:46:49.448Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:46:49.490Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:46:50.081Z] $ docker top 9f2fbb5f996a844eacffabbad805e9bec0f18a3061114d849867da578e7d489c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:46:50.604Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:46:50.604Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:46:59.009Z] $ docker stop --time=1 9f2fbb5f996a844eacffabbad805e9bec0f18a3061114d849867da578e7d489c [2020-10-16T08:47:00.339Z] $ docker rm -f 9f2fbb5f996a844eacffabbad805e9bec0f18a3061114d849867da578e7d489c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:00.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:00.901Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:00.991Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:01.031Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:01.621Z] $ docker top b011cc5a8f1700d4be6d557123c72a9e590d7adaa463be0fcd5f97547aae4b1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:02.176Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:02.176Z] + tee [2020-10-16T08:47:02.176Z] clair timeout 1m0s [2020-10-16T08:47:02.176Z] docker timeout: 1m0s [2020-10-16T08:47:02.176Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:03.661Z] $ docker stop --time=1 b011cc5a8f1700d4be6d557123c72a9e590d7adaa463be0fcd5f97547aae4b1e [2020-10-16T08:47:04.980Z] $ docker rm -f b011cc5a8f1700d4be6d557123c72a9e590d7adaa463be0fcd5f97547aae4b1e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:47:05.816Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:47:05.831Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secrets-setup-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:47:05.975Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:06.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:06.340Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:06.438Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:06.482Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:07.072Z] $ docker top a1bebd16505c8e4dae758bdaf0754e94c7fbf0ca20658edae5541f9e2982b8d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:07.580Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:07.580Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:15.864Z] $ docker stop --time=1 a1bebd16505c8e4dae758bdaf0754e94c7fbf0ca20658edae5541f9e2982b8d5 [2020-10-16T08:47:17.195Z] $ docker rm -f a1bebd16505c8e4dae758bdaf0754e94c7fbf0ca20658edae5541f9e2982b8d5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:17.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:17.675Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:17.761Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:17.803Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:18.371Z] $ docker top 7d3338fc520c0eebbf3cf9ac75f2317792039a40c9bf3f3d7954ad4d57a6baae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:18.884Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:18.884Z] + tee [2020-10-16T08:47:18.884Z] clair timeout 1m0s [2020-10-16T08:47:18.884Z] docker timeout: 1m0s [2020-10-16T08:47:18.884Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:20.367Z] $ docker stop --time=1 7d3338fc520c0eebbf3cf9ac75f2317792039a40c9bf3f3d7954ad4d57a6baae [2020-10-16T08:47:21.682Z] $ docker rm -f 7d3338fc520c0eebbf3cf9ac75f2317792039a40c9bf3f3d7954ad4d57a6baae [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:47:22.129Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:47:22.143Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secretstore-setup-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:47:22.195Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:22.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:22.551Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:22.640Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:22.682Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:23.248Z] $ docker top 45585e5796c99cf75f46f3af04b33925bf881e81bee4680e0a15c810391fbbcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:23.773Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:23.773Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:27.268Z] $ docker stop --time=1 45585e5796c99cf75f46f3af04b33925bf881e81bee4680e0a15c810391fbbcc [2020-10-16T08:47:28.584Z] $ docker rm -f 45585e5796c99cf75f46f3af04b33925bf881e81bee4680e0a15c810391fbbcc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:29.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:29.052Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:29.139Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:29.180Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:29.757Z] $ docker top 98a4be9b5d05a4d5a651bfd4d7c0ba2d8a5acc0654811e7bac25551e4cd1cc6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:30.307Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:30.307Z] + tee [2020-10-16T08:47:30.307Z] clair timeout 1m0s [2020-10-16T08:47:30.307Z] docker timeout: 1m0s [2020-10-16T08:47:30.307Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:30.987Z] $ docker stop --time=1 98a4be9b5d05a4d5a651bfd4d7c0ba2d8a5acc0654811e7bac25551e4cd1cc6e [2020-10-16T08:47:32.306Z] $ docker rm -f 98a4be9b5d05a4d5a651bfd4d7c0ba2d8a5acc0654811e7bac25551e4cd1cc6e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:47:32.860Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:47:32.873Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-logging-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:47:32.922Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:33.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:33.285Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:33.373Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:33.415Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:33.951Z] $ docker top 29c4e251afad89a3c91c4d950d0db8a1c6e3a2907bc2520da9f622f692e08834 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:34.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:34.451Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:39.932Z] $ docker stop --time=1 29c4e251afad89a3c91c4d950d0db8a1c6e3a2907bc2520da9f622f692e08834 [2020-10-16T08:47:41.250Z] $ docker rm -f 29c4e251afad89a3c91c4d950d0db8a1c6e3a2907bc2520da9f622f692e08834 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:41.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:41.713Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:41.801Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:41.843Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:42.404Z] $ docker top 7abdb312c8956f62513f67cd1bc05c5d729827fbe8c621315245093f42048afe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:42.921Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:42.922Z] + tee [2020-10-16T08:47:42.922Z] clair timeout 1m0s [2020-10-16T08:47:42.922Z] docker timeout: 1m0s [2020-10-16T08:47:42.922Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:43.984Z] $ docker stop --time=1 7abdb312c8956f62513f67cd1bc05c5d729827fbe8c621315245093f42048afe [2020-10-16T08:47:45.313Z] $ docker rm -f 7abdb312c8956f62513f67cd1bc05c5d729827fbe8c621315245093f42048afe [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:47:45.762Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:47:45.774Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-notifications-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:47:45.827Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:46.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:46.162Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:46.251Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:46.291Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:46.846Z] $ docker top 974d78c6727745d57897ecd21c2517c8fa326c76e80cb19c4e19ff8d8ce10f6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:47.365Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:47.365Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:50.110Z] $ docker stop --time=1 974d78c6727745d57897ecd21c2517c8fa326c76e80cb19c4e19ff8d8ce10f6e [2020-10-16T08:47:51.439Z] $ docker rm -f 974d78c6727745d57897ecd21c2517c8fa326c76e80cb19c4e19ff8d8ce10f6e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:51.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:51.901Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:51.995Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:52.036Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:52.583Z] $ docker top 0e3067ef57adec1c5e8a56bf641cbb4331cceaf93503212497a1b51def72ba08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:53.121Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:47:53.121Z] + tee [2020-10-16T08:47:53.121Z] clair timeout 1m0s [2020-10-16T08:47:53.121Z] docker timeout: 1m0s [2020-10-16T08:47:53.121Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:47:53.825Z] $ docker stop --time=1 0e3067ef57adec1c5e8a56bf641cbb4331cceaf93503212497a1b51def72ba08 [2020-10-16T08:47:55.143Z] $ docker rm -f 0e3067ef57adec1c5e8a56bf641cbb4331cceaf93503212497a1b51def72ba08 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:47:55.636Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:47:55.650Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-scheduler-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:47:55.702Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:47:56.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:47:56.042Z] . [Pipeline] withDockerContainer [2020-10-16T08:47:56.132Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:47:56.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:47:56.783Z] $ docker top ec02daa698433d5c81a2d302cd10f5a9d769ea5bddf94001f4412f9dbabd678c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:47:57.284Z] + tee [2020-10-16T08:47:57.284Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:12.333Z] $ docker stop --time=1 ec02daa698433d5c81a2d302cd10f5a9d769ea5bddf94001f4412f9dbabd678c [2020-10-16T08:48:13.686Z] $ docker rm -f ec02daa698433d5c81a2d302cd10f5a9d769ea5bddf94001f4412f9dbabd678c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:14.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:14.178Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:14.274Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:14.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:14.899Z] $ docker top 6fd0e0ad0773fbec2fea89000d6bc4e5428e490a46c461be4f6aa720b0c7090f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:15.407Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:15.407Z] + tee [2020-10-16T08:48:15.407Z] clair timeout 1m0s [2020-10-16T08:48:15.407Z] docker timeout: 1m0s [2020-10-16T08:48:15.407Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:16.901Z] $ docker stop --time=1 6fd0e0ad0773fbec2fea89000d6bc4e5428e490a46c461be4f6aa720b0c7090f [2020-10-16T08:48:18.222Z] $ docker rm -f 6fd0e0ad0773fbec2fea89000d6bc4e5428e490a46c461be4f6aa720b0c7090f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:48:18.676Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:48:18.690Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-sys-mgmt-agent-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:48:18.749Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:19.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:19.102Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:19.191Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:19.231Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:19.799Z] $ docker top bd819939cf4bca0e4256a712fcdec11bce754589e2abecede03d04e221d3714d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:20.295Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:20.295Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:23.003Z] $ docker stop --time=1 bd819939cf4bca0e4256a712fcdec11bce754589e2abecede03d04e221d3714d [2020-10-16T08:48:24.338Z] $ docker rm -f bd819939cf4bca0e4256a712fcdec11bce754589e2abecede03d04e221d3714d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:24.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:24.788Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:24.985Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:25.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:25.585Z] $ docker top 0a6218ec4014d3a7d8896675cb679962f13186c3401063b13ead1e74aa96d226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:26.129Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:26.129Z] + tee [2020-10-16T08:48:26.129Z] clair timeout 1m0s [2020-10-16T08:48:26.129Z] docker timeout: 1m0s [2020-10-16T08:48:26.129Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:26.826Z] $ docker stop --time=1 0a6218ec4014d3a7d8896675cb679962f13186c3401063b13ead1e74aa96d226 [2020-10-16T08:48:28.164Z] $ docker rm -f 0a6218ec4014d3a7d8896675cb679962f13186c3401063b13ead1e74aa96d226 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:48:28.606Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:48:28.618Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-command-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:48:28.671Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:29.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:29.008Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:29.096Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:29.137Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:29.671Z] $ docker top a635a470a994bc77bb124813e848983ccccd47cb3416ad5e04e709dde025082c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:30.198Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:30.198Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:35.624Z] $ docker stop --time=1 a635a470a994bc77bb124813e848983ccccd47cb3416ad5e04e709dde025082c [2020-10-16T08:48:36.946Z] $ docker rm -f a635a470a994bc77bb124813e848983ccccd47cb3416ad5e04e709dde025082c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:37.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:37.430Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:37.522Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:37.569Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:38.137Z] $ docker top 5c973b14b6073738a750056ad1b62565ddd68441192eebbed0db48b671b62f26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:38.659Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:38.659Z] + tee [2020-10-16T08:48:38.659Z] clair timeout 1m0s [2020-10-16T08:48:38.659Z] docker timeout: 1m0s [2020-10-16T08:48:38.659Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:39.698Z] $ docker stop --time=1 5c973b14b6073738a750056ad1b62565ddd68441192eebbed0db48b671b62f26 [2020-10-16T08:48:41.023Z] $ docker rm -f 5c973b14b6073738a750056ad1b62565ddd68441192eebbed0db48b671b62f26 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:48:41.474Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:48:41.487Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-data-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:48:41.534Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:41.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:41.873Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:41.964Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:42.005Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:42.558Z] $ docker top f4d2f074281903798496a09c3e8cace10c543aa18051a7422975421ed136478d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:44.080Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:44.080Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:46.781Z] $ docker stop --time=1 f4d2f074281903798496a09c3e8cace10c543aa18051a7422975421ed136478d [2020-10-16T08:48:48.102Z] $ docker rm -f f4d2f074281903798496a09c3e8cace10c543aa18051a7422975421ed136478d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:48.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:48.559Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:48.647Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:48.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:49.239Z] $ docker top 465deaeae73edf9100300f4befdf95baf9324cedc980c95554a51ca9d6f88c08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:49.745Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:49.745Z] + tee [2020-10-16T08:48:49.745Z] clair timeout 1m0s [2020-10-16T08:48:49.745Z] docker timeout: 1m0s [2020-10-16T08:48:49.745Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:50.411Z] $ docker stop --time=1 465deaeae73edf9100300f4befdf95baf9324cedc980c95554a51ca9d6f88c08 [2020-10-16T08:48:51.728Z] $ docker rm -f 465deaeae73edf9100300f4befdf95baf9324cedc980c95554a51ca9d6f88c08 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:48:52.179Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:48:52.191Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-metadata-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:48:52.241Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:52.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:52.597Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:52.684Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:48:52.724Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:48:53.270Z] $ docker top 48dab09e8d785bbc4c5b0924766ac8e52f068d9767083a92a1f64060da0e4306 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:48:53.776Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:48:53.776Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:48:58.127Z] $ docker stop --time=1 48dab09e8d785bbc4c5b0924766ac8e52f068d9767083a92a1f64060da0e4306 [2020-10-16T08:48:59.451Z] $ docker rm -f 48dab09e8d785bbc4c5b0924766ac8e52f068d9767083a92a1f64060da0e4306 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:48:59.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:48:59.903Z] . [Pipeline] withDockerContainer [2020-10-16T08:48:59.994Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:00.034Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:00.611Z] $ docker top 9a8e8089cf11d691b60a0ee9e6d64e4daf912bd33c563e60f3d22c30cdb9b0fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:01.120Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:01.120Z] + tee [2020-10-16T08:49:01.120Z] clair timeout 1m0s [2020-10-16T08:49:01.120Z] docker timeout: 1m0s [2020-10-16T08:49:01.120Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:01.816Z] $ docker stop --time=1 9a8e8089cf11d691b60a0ee9e6d64e4daf912bd33c563e60f3d22c30cdb9b0fd [2020-10-16T08:49:03.150Z] $ docker rm -f 9a8e8089cf11d691b60a0ee9e6d64e4daf912bd33c563e60f3d22c30cdb9b0fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:49:03.713Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:49:03.728Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:49:03.787Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:04.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:04.159Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:04.246Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:04.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:04.831Z] $ docker top e0ad7addd9cd863b041ac14dded3f2a7610fb95e9e183bc05738d5df7c1d9db1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:05.359Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:05.359Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:12.090Z] $ docker stop --time=1 e0ad7addd9cd863b041ac14dded3f2a7610fb95e9e183bc05738d5df7c1d9db1 [2020-10-16T08:49:13.424Z] $ docker rm -f e0ad7addd9cd863b041ac14dded3f2a7610fb95e9e183bc05738d5df7c1d9db1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:13.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:13.869Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:13.956Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:13.997Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:14.540Z] $ docker top d96070a88842d2552c86fd7a0ebb16355b88033076de8c9b3697026b9baa238c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:15.039Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:15.039Z] + tee [2020-10-16T08:49:15.039Z] clair timeout 1m0s [2020-10-16T08:49:15.039Z] docker timeout: 1m0s [2020-10-16T08:49:15.039Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:16.513Z] $ docker stop --time=1 d96070a88842d2552c86fd7a0ebb16355b88033076de8c9b3697026b9baa238c [2020-10-16T08:49:17.824Z] $ docker rm -f d96070a88842d2552c86fd7a0ebb16355b88033076de8c9b3697026b9baa238c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:49:18.273Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:49:18.286Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:49:18.342Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:18.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:18.689Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:18.781Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:18.824Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:19.386Z] $ docker top 65c3acbec8e591dba0b98c3ae3d4d6c14a0b20afdf8965aacf7f95ef58338f33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:19.901Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:19.901Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:28.195Z] $ docker stop --time=1 65c3acbec8e591dba0b98c3ae3d4d6c14a0b20afdf8965aacf7f95ef58338f33 [2020-10-16T08:49:29.570Z] $ docker rm -f 65c3acbec8e591dba0b98c3ae3d4d6c14a0b20afdf8965aacf7f95ef58338f33 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:30.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:30.078Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:30.168Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:30.207Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:30.781Z] $ docker top b9401821d8fec3bd8a15800562deefddb4c7af093542fea1c364a27ca3725b1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:31.325Z] + tee [2020-10-16T08:49:31.326Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:31.326Z] clair timeout 1m0s [2020-10-16T08:49:31.326Z] docker timeout: 1m0s [2020-10-16T08:49:31.326Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:32.831Z] $ docker stop --time=1 b9401821d8fec3bd8a15800562deefddb4c7af093542fea1c364a27ca3725b1f [2020-10-16T08:49:34.153Z] $ docker rm -f b9401821d8fec3bd8a15800562deefddb4c7af093542fea1c364a27ca3725b1f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:49:34.600Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:49:34.614Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:49:34.666Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:35.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:35.006Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:35.103Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:35.144Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:35.792Z] $ docker top 1e2ace3e10a2a5a26f43b0da07ed6e2224ea07d3bd40501ba25466c639ec3a13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:36.310Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:36.310Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:39.746Z] $ docker stop --time=1 1e2ace3e10a2a5a26f43b0da07ed6e2224ea07d3bd40501ba25466c639ec3a13 [2020-10-16T08:49:41.094Z] $ docker rm -f 1e2ace3e10a2a5a26f43b0da07ed6e2224ea07d3bd40501ba25466c639ec3a13 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:41.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:41.550Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:41.639Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:41.680Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:42.219Z] $ docker top bfe8f4e5a46e694647e0861ea169080c766198b3f87deb513a6d6e71b8b40e3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:42.809Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:42.809Z] + tee [2020-10-16T08:49:42.809Z] clair timeout 1m0s [2020-10-16T08:49:42.809Z] docker timeout: 1m0s [2020-10-16T08:49:42.809Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:43.484Z] $ docker stop --time=1 bfe8f4e5a46e694647e0861ea169080c766198b3f87deb513a6d6e71b8b40e3d [2020-10-16T08:49:44.785Z] $ docker rm -f bfe8f4e5a46e694647e0861ea169080c766198b3f87deb513a6d6e71b8b40e3d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:49:45.289Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:49:45.302Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-logging-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:49:45.355Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:45.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:45.696Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:45.784Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:45.827Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:46.372Z] $ docker top 74591939149a2e8ab92f44f7c40b845540c84c7640a78f761661f1d2ad4320cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:46.874Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:46.874Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:51.216Z] $ docker stop --time=1 74591939149a2e8ab92f44f7c40b845540c84c7640a78f761661f1d2ad4320cc [2020-10-16T08:49:52.543Z] $ docker rm -f 74591939149a2e8ab92f44f7c40b845540c84c7640a78f761661f1d2ad4320cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:53.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:53.045Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:53.132Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:53.195Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:53.775Z] $ docker top dde27297ab9bb7c759ffb6adfe0166523f753bb3d863f6e93884fb7c6346a355 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:54.283Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:49:54.283Z] + tee [2020-10-16T08:49:54.283Z] clair timeout 1m0s [2020-10-16T08:49:54.283Z] docker timeout: 1m0s [2020-10-16T08:49:54.283Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:49:55.322Z] $ docker stop --time=1 dde27297ab9bb7c759ffb6adfe0166523f753bb3d863f6e93884fb7c6346a355 [2020-10-16T08:49:56.641Z] $ docker rm -f dde27297ab9bb7c759ffb6adfe0166523f753bb3d863f6e93884fb7c6346a355 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:49:57.114Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:49:57.127Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-notifications-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:49:57.182Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:49:57.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:49:57.533Z] . [Pipeline] withDockerContainer [2020-10-16T08:49:57.622Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:49:57.663Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:49:58.228Z] $ docker top 8bdfbcb9c4ced652767996c57316c34d06c99f0dc3b036516c50f76ff44187b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:49:58.713Z] + + tee/klar [2020-10-16T08:49:58.713Z] nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:50:01.492Z] $ docker stop --time=1 8bdfbcb9c4ced652767996c57316c34d06c99f0dc3b036516c50f76ff44187b9 [2020-10-16T08:50:02.811Z] $ docker rm -f 8bdfbcb9c4ced652767996c57316c34d06c99f0dc3b036516c50f76ff44187b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:50:03.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:50:03.263Z] . [Pipeline] withDockerContainer [2020-10-16T08:50:03.355Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:50:03.396Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:50:03.968Z] $ docker top f6da0fd4d0668ae90482b09b7ac92f9c246f4b12ed53430e7afe51c40e2a0aca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:50:04.480Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:50:04.480Z] + tee [2020-10-16T08:50:04.480Z] clair timeout 1m0s [2020-10-16T08:50:04.480Z] docker timeout: 1m0s [2020-10-16T08:50:04.480Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:50:05.224Z] $ docker stop --time=1 f6da0fd4d0668ae90482b09b7ac92f9c246f4b12ed53430e7afe51c40e2a0aca [2020-10-16T08:50:06.567Z] $ docker rm -f f6da0fd4d0668ae90482b09b7ac92f9c246f4b12ed53430e7afe51c40e2a0aca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:50:07.101Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:50:07.113Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-scheduler-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:50:07.187Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:50:07.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:50:07.550Z] . [Pipeline] withDockerContainer [2020-10-16T08:50:07.637Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:50:07.677Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:50:08.241Z] $ docker top f52e91f37f0945644be11a0b1f9d4027874f920c8a8467e9e3024084bb42eaa3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:50:08.744Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:50:08.744Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:50:23.819Z] $ docker stop --time=1 f52e91f37f0945644be11a0b1f9d4027874f920c8a8467e9e3024084bb42eaa3 [2020-10-16T08:50:25.148Z] $ docker rm -f f52e91f37f0945644be11a0b1f9d4027874f920c8a8467e9e3024084bb42eaa3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:50:25.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T08:50:25.637Z] . [Pipeline] withDockerContainer [2020-10-16T08:50:25.725Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:50:25.791Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:50:26.366Z] $ docker top 578e2f3453d878cad8a507423b87652f225aa03e5289e9f8ba33e01179160c2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T08:50:26.901Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [2020-10-16T08:50:26.901Z] + tee [2020-10-16T08:50:26.901Z] clair timeout 1m0s [2020-10-16T08:50:26.901Z] docker timeout: 1m0s [2020-10-16T08:50:26.901Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T08:50:28.384Z] $ docker stop --time=1 578e2f3453d878cad8a507423b87652f225aa03e5289e9f8ba33e01179160c2d [2020-10-16T08:50:29.729Z] $ docker rm -f 578e2f3453d878cad8a507423b87652f225aa03e5289e9f8ba33e01179160c2d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:50:30.182Z] + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo [2020-10-16T08:50:30.195Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step [2020-10-16T08:50:30.247Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-16T08:50:30.822Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T08:50:30.941Z] provisioning config files... [2020-10-16T08:50:30.953Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/193@tmp/config2681599221766055080tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:50:31.384Z] --> edgex-publish-swagger.sh [2020-10-16T08:50:31.384Z] === Publish openapi/v1 API === [2020-10-16T08:50:31.384Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-16T08:50:31.384Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T08:50:31.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:31.384Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:32.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9077 0:00:01 0:00:01 --:--:-- 9085 100 10521 0 0 100 10521 0 9076 0:00:01 0:00:01 --:--:-- 9085 [2020-10-16T08:50:32.765Z] [2020-10-16T08:50:32.765Z] [2020-10-16T08:50:32.765Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T08:50:32.765Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:32.765Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:33.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28064 0:00:01 0:00:01 --:--:-- 28089 100 32556 0 0 100 32556 0 27804 0:00:01 0:00:01 --:--:-- 27825 [2020-10-16T08:50:33.709Z] [2020-10-16T08:50:33.709Z] [2020-10-16T08:50:33.709Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T08:50:33.709Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:33.709Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:34.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 72098 0:00:01 0:00:01 --:--:-- 72133 100 73720 0 0 100 73720 0 72088 0:00:01 0:00:01 --:--:-- 72133 [2020-10-16T08:50:34.650Z] [2020-10-16T08:50:34.650Z] [2020-10-16T08:50:34.650Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T08:50:34.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:34.650Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:36.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13109 0:00:01 0:00:01 --:--:-- 13120 100 13580 0 0 100 13580 0 13108 0:00:01 0:00:01 --:--:-- 13120 [2020-10-16T08:50:36.034Z] [2020-10-16T08:50:36.034Z] [2020-10-16T08:50:36.034Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T08:50:36.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:36.034Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:36.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33677 0:00:01 0:00:01 --:--:-- 33699 100 38889 0 0 100 38889 0 33672 0:00:01 0:00:01 --:--:-- 33699 [2020-10-16T08:50:36.976Z] [2020-10-16T08:50:36.976Z] [2020-10-16T08:50:36.976Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T08:50:36.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:36.976Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:37.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13919 0:00:01 0:00:01 --:--:-- 13927 100 14248 0 0 100 14248 0 13917 0:00:01 0:00:01 --:--:-- 13927 [2020-10-16T08:50:37.917Z] [2020-10-16T08:50:37.917Z] [2020-10-16T08:50:37.917Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T08:50:37.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:37.917Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:39.117Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4109 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4570 --:--:-- --:--:-- --:--:-- 4570 [2020-10-16T08:50:39.117Z] [2020-10-16T08:50:39.117Z] [2020-10-16T08:50:39.117Z] === Publish openapi/v2 API === [2020-10-16T08:50:39.117Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-16T08:50:39.117Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T08:50:39.117Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:39.117Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:40.057Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 26693 0:00:01 0:00:01 --:--:-- 26696 100 29393 0 0 100 29393 0 26690 0:00:01 0:00:01 --:--:-- 26696 [2020-10-16T08:50:40.057Z] [2020-10-16T08:50:40.057Z] [2020-10-16T08:50:40.057Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T08:50:40.057Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:40.057Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:41.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65506 0 0 100 65506 0 56419 0:00:01 0:00:01 --:--:-- 56422 100 65506 0 0 100 65506 0 42929 0:00:01 0:00:01 --:--:-- 42926 [2020-10-16T08:50:41.516Z] [2020-10-16T08:50:41.516Z] [2020-10-16T08:50:41.516Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T08:50:41.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:41.516Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:43.840Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 119k 0 0 100 119k 0 57177 0:00:02 0:00:02 --:--:-- 57205 100 119k 0 0 100 119k 0 57173 0:00:02 0:00:02 --:--:-- 57178 [2020-10-16T08:50:43.840Z] [2020-10-16T08:50:43.840Z] [2020-10-16T08:50:43.840Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T08:50:43.840Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:43.840Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:46.163Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 20237 0:00:01 0:00:01 --:--:-- 20246 100 23547 0 0 100 23547 0 10877 0:00:02 0:00:02 --:--:-- 10881 100 23547 0 0 100 23547 0 10865 0:00:02 0:00:02 --:--:-- 10871 [2020-10-16T08:50:46.163Z] [2020-10-16T08:50:46.163Z] [2020-10-16T08:50:46.163Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T08:50:46.163Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:46.163Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:47.103Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 53766 0:00:01 0:00:01 --:--:-- 53780 100 62547 0 0 100 62547 0 53694 0:00:01 0:00:01 --:--:-- 53734 [2020-10-16T08:50:47.103Z] [2020-10-16T08:50:47.103Z] [2020-10-16T08:50:47.103Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T08:50:47.103Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:47.103Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:48.497Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 39607 0:00:01 0:00:01 --:--:-- 39599 100 46054 0 0 100 46054 0 38496 0:00:01 0:00:01 --:--:-- 38474 [2020-10-16T08:50:48.497Z] [2020-10-16T08:50:48.497Z] [2020-10-16T08:50:48.497Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T08:50:48.497Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T08:50:48.497Z] Dload Upload Total Spent Left Speed [2020-10-16T08:50:49.698Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20365 0:00:01 0:00:01 --:--:-- 20382 100 23725 0 0 100 23725 0 18813 0:00:01 0:00:01 --:--:-- 18829 [2020-10-16T08:50:49.698Z] [2020-10-16T08:50:49.698Z] [Pipeline] } [2020-10-16T08:50:49.706Z] 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-16T08:50:50.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T08:50:50.774Z] . [Pipeline] withDockerContainer [2020-10-16T08:50:50.861Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:50:50.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:50:51.488Z] $ docker top a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T08:50:51.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T08:50:51.782Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T08:50:51.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T08:50:51.964Z] $ docker exec a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 ssh-agent [2020-10-16T08:50:52.116Z] SSH_AUTH_SOCK=/tmp/ssh-EqP2ZHu1Llwd/agent.11 [2020-10-16T08:50:52.116Z] SSH_AGENT_PID=16 [2020-10-16T08:50:52.124Z] Running ssh-add (command line suppressed) [2020-10-16T08:50:52.259Z] Identity added: /w/workspace/edgex-go/193@tmp/private_key_6389884646186400705.key (/w/workspace/edgex-go/193@tmp/private_key_6389884646186400705.key) [2020-10-16T08:50:52.313Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T08:50:52.707Z] + git semver tag [2020-10-16T08:50:52.967Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T08:50:52.967Z] # $GIT_DIR = /w/workspace/edgex-go/193/.git [2020-10-16T08:50:52.967Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/193 [2020-10-16T08:50:52.967Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T08:50:52.967Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T08:50:52.967Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T08:50:52.967Z] # $SEMVER_BRANCH = master [2020-10-16T08:50:52.967Z] # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver [2020-10-16T08:50:52.967Z] # 3e9c358c5927252f504aa2b8b81da148d7d9995a HEAD [2020-10-16T08:50:53.228Z] # -> Force: false [2020-10-16T08:50:53.228Z] # 48f281d81c5154a1fc10559b4b4e15092c35e824 refs/tags/v1.2.2-dev.77 [Pipeline] } [2020-10-16T08:50:53.241Z] $ docker exec --env ******** --env ******** a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 ssh-agent -k [2020-10-16T08:50:53.375Z] unset SSH_AUTH_SOCK; [2020-10-16T08:50:53.375Z] unset SSH_AGENT_PID; [2020-10-16T08:50:53.375Z] echo Agent pid 16 killed; [2020-10-16T08:50:53.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T08:50:53.962Z] + git semver [Pipeline] } [2020-10-16T08:50:53.977Z] $ docker stop --time=1 a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 [2020-10-16T08:50:55.300Z] $ docker rm -f a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:50:55.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T08:50:55.919Z] [2020-10-16T08:50:55.919Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:50:56.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T08:50:56.261Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T08:50:56.261Z] ab5ef0e58194: Pulling fs layer [2020-10-16T08:50:56.261Z] 9712f1f96733: Pulling fs layer [2020-10-16T08:50:56.261Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T08:50:56.261Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T08:50:56.261Z] e9a5061849ea: Pulling fs layer [2020-10-16T08:50:56.261Z] d747dcd14b5f: Pulling fs layer [2020-10-16T08:50:56.261Z] 2de7ff778b66: Pulling fs layer [2020-10-16T08:50:56.261Z] 0d9ebad4ef96: Waiting [2020-10-16T08:50:56.261Z] e9a5061849ea: Waiting [2020-10-16T08:50:56.261Z] d747dcd14b5f: Waiting [2020-10-16T08:50:56.261Z] 9712f1f96733: Download complete [2020-10-16T08:50:58.174Z] 63f879dbbcfc: Verifying Checksum [2020-10-16T08:50:58.174Z] 63f879dbbcfc: Download complete [2020-10-16T08:50:58.174Z] e9a5061849ea: Verifying Checksum [2020-10-16T08:50:58.174Z] e9a5061849ea: Download complete [2020-10-16T08:50:58.174Z] d747dcd14b5f: Verifying Checksum [2020-10-16T08:50:58.174Z] d747dcd14b5f: Download complete [2020-10-16T08:50:58.748Z] 2de7ff778b66: Verifying Checksum [2020-10-16T08:50:58.748Z] 2de7ff778b66: Download complete [2020-10-16T08:50:59.009Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T08:50:59.009Z] 0d9ebad4ef96: Download complete [2020-10-16T08:50:59.269Z] ab5ef0e58194: Verifying Checksum [2020-10-16T08:50:59.269Z] ab5ef0e58194: Download complete [2020-10-16T08:51:03.483Z] ab5ef0e58194: Pull complete [2020-10-16T08:51:03.483Z] 9712f1f96733: Pull complete [2020-10-16T08:51:06.787Z] 63f879dbbcfc: Pull complete [2020-10-16T08:51:12.098Z] 0d9ebad4ef96: Pull complete [2020-10-16T08:51:12.099Z] e9a5061849ea: Pull complete [2020-10-16T08:51:12.099Z] d747dcd14b5f: Pull complete [2020-10-16T08:51:16.315Z] 2de7ff778b66: Pull complete [2020-10-16T08:51:16.315Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T08:51:16.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T08:51:16.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T08:51:16.455Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:51:16.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:51:19.707Z] $ docker top c907bdd005fdec357b41d101047a2cf4c4817962799ee1a644f10ee90aba1c64 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T08:51:19.945Z] provisioning config files... [2020-10-16T08:51:19.953Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/193@tmp/config2871908664248703024tmp [2020-10-16T08:51:19.966Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/193@tmp/config7391557352680748269tmp [2020-10-16T08:51:19.977Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/193@tmp/config1032616736614174595tmp [Pipeline] { [Pipeline] echo [2020-10-16T08:51:20.032Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:51:20.321Z] ---> sigul-configuration.sh [2020-10-16T08:51:20.321Z] gpg: directory `/root/.gnupg' created [2020-10-16T08:51:20.321Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T08:51:20.321Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T08:51:20.321Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T08:51:20.321Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T08:51:20.321Z] gpg: CAST5 encrypted data [2020-10-16T08:51:20.581Z] gpg: encrypted with 1 passphrase [2020-10-16T08:51:20.581Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T08:51:21.043Z] + mkdir /home/jenkins [2020-10-16T08:51:21.044Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T08:51:21.337Z] + 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-16T08:51:21.347Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:51:21.637Z] ---> sigul-install.sh [2020-10-16T08:51:26.927Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T08:51:27.216Z] + git tag --list [2020-10-16T08:51:27.216Z] 0.6.0 [2020-10-16T08:51:27.216Z] 0.6.1 [2020-10-16T08:51:27.216Z] 0.7.0 [2020-10-16T08:51:27.216Z] 0.7.1 [2020-10-16T08:51:27.216Z] v1.0.0 [2020-10-16T08:51:27.216Z] v1.0.1 [2020-10-16T08:51:27.216Z] v1.1.0 [2020-10-16T08:51:27.216Z] v1.2.0 [2020-10-16T08:51:27.216Z] v1.2.1 [2020-10-16T08:51:27.216Z] v1.2.2-dev.1 [2020-10-16T08:51:27.216Z] v1.2.2-dev.10 [2020-10-16T08:51:27.216Z] v1.2.2-dev.11 [2020-10-16T08:51:27.216Z] v1.2.2-dev.12 [2020-10-16T08:51:27.216Z] v1.2.2-dev.13 [2020-10-16T08:51:27.216Z] v1.2.2-dev.14 [2020-10-16T08:51:27.216Z] v1.2.2-dev.15 [2020-10-16T08:51:27.216Z] v1.2.2-dev.16 [2020-10-16T08:51:27.216Z] v1.2.2-dev.17 [2020-10-16T08:51:27.216Z] v1.2.2-dev.18 [2020-10-16T08:51:27.216Z] v1.2.2-dev.19 [2020-10-16T08:51:27.216Z] v1.2.2-dev.2 [2020-10-16T08:51:27.216Z] v1.2.2-dev.20 [2020-10-16T08:51:27.216Z] v1.2.2-dev.21 [2020-10-16T08:51:27.216Z] v1.2.2-dev.22 [2020-10-16T08:51:27.216Z] v1.2.2-dev.23 [2020-10-16T08:51:27.216Z] v1.2.2-dev.24 [2020-10-16T08:51:27.216Z] v1.2.2-dev.25 [2020-10-16T08:51:27.216Z] v1.2.2-dev.26 [2020-10-16T08:51:27.216Z] v1.2.2-dev.27 [2020-10-16T08:51:27.216Z] v1.2.2-dev.28 [2020-10-16T08:51:27.216Z] v1.2.2-dev.29 [2020-10-16T08:51:27.216Z] v1.2.2-dev.3 [2020-10-16T08:51:27.216Z] v1.2.2-dev.30 [2020-10-16T08:51:27.216Z] v1.2.2-dev.31 [2020-10-16T08:51:27.216Z] v1.2.2-dev.32 [2020-10-16T08:51:27.216Z] v1.2.2-dev.33 [2020-10-16T08:51:27.216Z] v1.2.2-dev.34 [2020-10-16T08:51:27.216Z] v1.2.2-dev.35 [2020-10-16T08:51:27.216Z] v1.2.2-dev.36 [2020-10-16T08:51:27.216Z] v1.2.2-dev.37 [2020-10-16T08:51:27.216Z] v1.2.2-dev.38 [2020-10-16T08:51:27.216Z] v1.2.2-dev.39 [2020-10-16T08:51:27.216Z] v1.2.2-dev.4 [2020-10-16T08:51:27.216Z] v1.2.2-dev.40 [2020-10-16T08:51:27.216Z] v1.2.2-dev.41 [2020-10-16T08:51:27.216Z] v1.2.2-dev.42 [2020-10-16T08:51:27.216Z] v1.2.2-dev.43 [2020-10-16T08:51:27.216Z] v1.2.2-dev.44 [2020-10-16T08:51:27.216Z] v1.2.2-dev.45 [2020-10-16T08:51:27.216Z] v1.2.2-dev.46 [2020-10-16T08:51:27.216Z] v1.2.2-dev.47 [2020-10-16T08:51:27.216Z] v1.2.2-dev.48 [2020-10-16T08:51:27.216Z] v1.2.2-dev.49 [2020-10-16T08:51:27.216Z] v1.2.2-dev.5 [2020-10-16T08:51:27.216Z] v1.2.2-dev.50 [2020-10-16T08:51:27.216Z] v1.2.2-dev.51 [2020-10-16T08:51:27.216Z] v1.2.2-dev.52 [2020-10-16T08:51:27.216Z] v1.2.2-dev.53 [2020-10-16T08:51:27.216Z] v1.2.2-dev.54 [2020-10-16T08:51:27.216Z] v1.2.2-dev.55 [2020-10-16T08:51:27.216Z] v1.2.2-dev.56 [2020-10-16T08:51:27.216Z] v1.2.2-dev.57 [2020-10-16T08:51:27.216Z] v1.2.2-dev.58 [2020-10-16T08:51:27.216Z] v1.2.2-dev.59 [2020-10-16T08:51:27.216Z] v1.2.2-dev.6 [2020-10-16T08:51:27.216Z] v1.2.2-dev.60 [2020-10-16T08:51:27.216Z] v1.2.2-dev.61 [2020-10-16T08:51:27.216Z] v1.2.2-dev.62 [2020-10-16T08:51:27.216Z] v1.2.2-dev.63 [2020-10-16T08:51:27.216Z] v1.2.2-dev.64 [2020-10-16T08:51:27.216Z] v1.2.2-dev.65 [2020-10-16T08:51:27.216Z] v1.2.2-dev.66 [2020-10-16T08:51:27.216Z] v1.2.2-dev.67 [2020-10-16T08:51:27.216Z] v1.2.2-dev.68 [2020-10-16T08:51:27.216Z] v1.2.2-dev.69 [2020-10-16T08:51:27.216Z] v1.2.2-dev.7 [2020-10-16T08:51:27.217Z] v1.2.2-dev.70 [2020-10-16T08:51:27.217Z] v1.2.2-dev.71 [2020-10-16T08:51:27.217Z] v1.2.2-dev.72 [2020-10-16T08:51:27.217Z] v1.2.2-dev.73 [2020-10-16T08:51:27.217Z] v1.2.2-dev.74 [2020-10-16T08:51:27.217Z] v1.2.2-dev.75 [2020-10-16T08:51:27.217Z] v1.2.2-dev.76 [2020-10-16T08:51:27.217Z] v1.2.2-dev.77 [2020-10-16T08:51:27.217Z] v1.2.2-dev.8 [2020-10-16T08:51:27.217Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-16T08:51:27.514Z] + lftools sign git-tag v1.2.2-dev.77 [2020-10-16T08:51:28.457Z] Signing Git tag with Sigul... [2020-10-16T08:51:28.457Z] Signing v1.2.2-dev.77 [Pipeline] echo [2020-10-16T08:51:29.847Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:51:30.140Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T08:51:30.149Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T08:51:30.249Z] $ docker stop --time=1 c907bdd005fdec357b41d101047a2cf4c4817962799ee1a644f10ee90aba1c64 [2020-10-16T08:51:32.048Z] $ docker rm -f c907bdd005fdec357b41d101047a2cf4c4817962799ee1a644f10ee90aba1c64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:51:32.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T08:51:32.938Z] . [Pipeline] withDockerContainer [2020-10-16T08:51:33.032Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:51:33.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:51:33.662Z] $ docker top 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T08:51:33.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T08:51:33.941Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T08:51:34.107Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T08:51:34.112Z] $ docker exec 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c ssh-agent [2020-10-16T08:51:34.263Z] SSH_AUTH_SOCK=/tmp/ssh-TP6Lvke3g0BF/agent.11 [2020-10-16T08:51:34.263Z] SSH_AGENT_PID=16 [2020-10-16T08:51:34.270Z] Running ssh-add (command line suppressed) [2020-10-16T08:51:34.385Z] Identity added: /w/workspace/edgex-go/193@tmp/private_key_2101822861915556594.key (/w/workspace/edgex-go/193@tmp/private_key_2101822861915556594.key) [2020-10-16T08:51:34.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T08:51:34.767Z] + git semver bump pre [2020-10-16T08:51:34.767Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T08:51:34.767Z] # $GIT_DIR = /w/workspace/edgex-go/193/.git [2020-10-16T08:51:34.767Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/193 [2020-10-16T08:51:34.767Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T08:51:34.767Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T08:51:34.767Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T08:51:34.767Z] # $SEMVER_BRANCH = master [2020-10-16T08:51:34.767Z] # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver [2020-10-16T08:51:34.767Z] 1.2.2-dev.78 [Pipeline] } [2020-10-16T08:51:34.782Z] $ docker exec --env ******** --env ******** 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c ssh-agent -k [2020-10-16T08:51:34.905Z] unset SSH_AUTH_SOCK; [2020-10-16T08:51:34.905Z] unset SSH_AGENT_PID; [2020-10-16T08:51:34.905Z] echo Agent pid 16 killed; [2020-10-16T08:51:34.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T08:51:35.537Z] + git semver [Pipeline] } [2020-10-16T08:51:35.553Z] $ docker stop --time=1 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c [2020-10-16T08:51:36.891Z] $ docker rm -f 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:51:37.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T08:51:37.427Z] . [Pipeline] withDockerContainer [2020-10-16T08:51:37.513Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:51:37.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:51:38.152Z] $ docker top 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T08:51:38.444Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T08:51:38.444Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T08:51:38.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T08:51:38.611Z] $ docker exec 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb ssh-agent [2020-10-16T08:51:38.764Z] SSH_AUTH_SOCK=/tmp/ssh-3EITS1XKzmeO/agent.13 [2020-10-16T08:51:38.764Z] SSH_AGENT_PID=19 [2020-10-16T08:51:38.770Z] Running ssh-add (command line suppressed) [2020-10-16T08:51:38.885Z] Identity added: /w/workspace/edgex-go/193@tmp/private_key_9005902291365147383.key (/w/workspace/edgex-go/193@tmp/private_key_9005902291365147383.key) [2020-10-16T08:51:38.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T08:51:39.334Z] + git semver push [2020-10-16T08:51:39.335Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T08:51:39.335Z] # $GIT_DIR = /w/workspace/edgex-go/193/.git [2020-10-16T08:51:39.335Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/193 [2020-10-16T08:51:39.335Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T08:51:39.335Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T08:51:39.335Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T08:51:39.335Z] # $SEMVER_BRANCH = master [2020-10-16T08:51:39.335Z] # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver [Pipeline] } [2020-10-16T08:51:49.348Z] $ docker exec --env ******** --env ******** 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb ssh-agent -k [2020-10-16T08:51:49.453Z] unset SSH_AUTH_SOCK; [2020-10-16T08:51:49.453Z] unset SSH_AGENT_PID; [2020-10-16T08:51:49.453Z] echo Agent pid 19 killed; [2020-10-16T08:51:49.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T08:51:50.008Z] + git semver [Pipeline] } [2020-10-16T08:51:50.024Z] $ docker stop --time=1 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb [2020-10-16T08:51:51.374Z] $ docker rm -f 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb [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-16T08:51:52.484Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:51:53.347Z] ---> package-listing.sh [2020-10-16T08:51:53.347Z] ++ facter osfamily [2020-10-16T08:51:53.347Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T08:51:53.347Z] + OS_FAMILY=redhat [2020-10-16T08:51:53.347Z] + workspace=/w/workspace/edgex-go/193 [2020-10-16T08:51:53.347Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T08:51:53.347Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T08:51:53.347Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T08:51:53.347Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T08:51:53.347Z] + '[' /w/workspace/edgex-go/193 ']' [2020-10-16T08:51:53.347Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T08:51:53.347Z] + case "${OS_FAMILY}" in [2020-10-16T08:51:53.347Z] + rpm -qa [2020-10-16T08:51:53.347Z] + sort [2020-10-16T08:51:57.567Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T08:51:57.567Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T08:51:57.567Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T08:51:57.567Z] + '[' /w/workspace/edgex-go/193 ']' [2020-10-16T08:51:57.567Z] + mkdir -p /w/workspace/edgex-go/193/archives/ [2020-10-16T08:51:57.567Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/193/archives/ [Pipeline] echo [2020-10-16T08:51:57.579Z] 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/193/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T08:51:57.863Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:51:58.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T08:51:58.267Z] [2020-10-16T08:51:58.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:51:58.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T08:51:58.617Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T08:51:58.617Z] df20fa9351a1: Already exists [2020-10-16T08:51:58.617Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T08:51:58.617Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T08:51:58.617Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T08:51:58.617Z] 93b61091891f: Pulling fs layer [2020-10-16T08:51:58.617Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T08:51:58.617Z] 5e14af77c1be: Pulling fs layer [2020-10-16T08:51:58.617Z] 01666e4c0597: Pulling fs layer [2020-10-16T08:51:58.617Z] aa168da1d23b: Pulling fs layer [2020-10-16T08:51:58.617Z] 5e14af77c1be: Waiting [2020-10-16T08:51:58.617Z] aa168da1d23b: Waiting [2020-10-16T08:51:58.617Z] 01666e4c0597: Waiting [2020-10-16T08:51:58.617Z] 93b61091891f: Waiting [2020-10-16T08:51:58.617Z] 93b9cdb0e59b: Waiting [2020-10-16T08:51:58.617Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T08:51:58.617Z] 46f8f816bc3b: Download complete [2020-10-16T08:51:58.617Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T08:51:58.617Z] 36b3adc4ff6f: Download complete [2020-10-16T08:51:58.617Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T08:51:58.617Z] 93b9cdb0e59b: Download complete [2020-10-16T08:51:58.878Z] 5e14af77c1be: Verifying Checksum [2020-10-16T08:51:58.878Z] 5e14af77c1be: Download complete [2020-10-16T08:51:58.878Z] 01666e4c0597: Verifying Checksum [2020-10-16T08:51:58.878Z] 01666e4c0597: Download complete [2020-10-16T08:51:58.878Z] 93b61091891f: Verifying Checksum [2020-10-16T08:51:58.878Z] 93b61091891f: Download complete [2020-10-16T08:51:58.878Z] 36b3adc4ff6f: Pull complete [2020-10-16T08:51:59.140Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T08:51:59.140Z] 8ad3a11d3b57: Download complete [2020-10-16T08:51:59.722Z] 8ad3a11d3b57: Pull complete [2020-10-16T08:51:59.983Z] 46f8f816bc3b: Pull complete [2020-10-16T08:52:00.936Z] aa168da1d23b: Verifying Checksum [2020-10-16T08:52:00.936Z] aa168da1d23b: Download complete [2020-10-16T08:52:01.199Z] 93b61091891f: Pull complete [2020-10-16T08:52:01.460Z] 93b9cdb0e59b: Pull complete [2020-10-16T08:52:01.460Z] 5e14af77c1be: Pull complete [2020-10-16T08:52:01.724Z] 01666e4c0597: Pull complete [2020-10-16T08:52:09.868Z] aa168da1d23b: Pull complete [2020-10-16T08:52:09.868Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T08:52:09.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T08:52:09.868Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T08:52:09.998Z] prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container [2020-10-16T08:52:10.042Z] $ 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/193/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/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T08:52:12.623Z] $ docker top 5475284125d803b184fcc0a19976c098fc2848cba3c3d2e8d4c86b534ee44572 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:52:13.126Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T08:52:13.426Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T08:52:13.720Z] + ls /var/log/sa-host [2020-10-16T08:52:13.720Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T08:52:13.720Z] file_magic: OK [2020-10-16T08:52:13.720Z] HZ: Using current value: 100 [2020-10-16T08:52:13.720Z] file_header: OK [2020-10-16T08:52:13.720Z] 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-16T08:52:13.720Z] Statistics: [2020-10-16T08:52:13.720Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T08:52:13.720Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T08:52:13.720Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T08:52:13.720Z] file_magic: OK [2020-10-16T08:52:13.720Z] HZ: Using current value: 100 [2020-10-16T08:52:13.720Z] file_header: OK [2020-10-16T08:52:13.720Z] 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-16T08:52:13.720Z] Statistics: [2020-10-16T08:52:13.720Z] 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... [2020-10-16T08:52:13.720Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T08:52:14.432Z] provisioning config files... [2020-10-16T08:52:14.452Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/193@tmp/config4831263878323996803tmp [Pipeline] { [Pipeline] echo [2020-10-16T08:52:14.541Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:52:14.833Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T08:52:14.842Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T08:52:14.944Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:52:15.235Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T08:52:15.245Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:52:15.535Z] ---> sudo-logs.sh [2020-10-16T08:52:15.536Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T08:52:15.545Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:52:15.838Z] ---> job-cost.sh [2020-10-16T08:52:15.838Z] lf-activate-venv: SKIPPING [2020-10-16T08:52:15.838Z] INFO: No Stack... [2020-10-16T08:52:16.780Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T08:52:17.351Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T08:52:17.366Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:52:17.703Z] ---> logs-deploy.sh [2020-10-16T08:52:17.703Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/193 [2020-10-16T08:52:17.703Z] INFO: archiving workspace using pattern(s): [2020-10-16T08:52:19.097Z] Archives upload complete. [2020-10-16T08:52:19.097Z] INFO: archiving logs to Nexus [2020-10-16T08:52:20.043Z] ---> uname -a: [2020-10-16T08:52:20.044Z] Linux prd-centos7-docker-4c-2g-5832.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] ---> lscpu: [2020-10-16T08:52:20.044Z] Architecture: x86_64 [2020-10-16T08:52:20.044Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-16T08:52:20.044Z] Byte Order: Little Endian [2020-10-16T08:52:20.044Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-16T08:52:20.044Z] CPU(s): 4 [2020-10-16T08:52:20.044Z] On-line CPU(s) list: 0-3 [2020-10-16T08:52:20.044Z] Thread(s) per core: 1 [2020-10-16T08:52:20.044Z] Core(s) per socket: 1 [2020-10-16T08:52:20.044Z] Socket(s): 4 [2020-10-16T08:52:20.044Z] NUMA node(s): 1 [2020-10-16T08:52:20.044Z] Vendor ID: GenuineIntel [2020-10-16T08:52:20.044Z] CPU family: 6 [2020-10-16T08:52:20.044Z] Model: 44 [2020-10-16T08:52:20.044Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-16T08:52:20.044Z] Stepping: 1 [2020-10-16T08:52:20.044Z] CPU MHz: 2933.438 [2020-10-16T08:52:20.044Z] BogoMIPS: 5866.87 [2020-10-16T08:52:20.044Z] Virtualization: VT-x [2020-10-16T08:52:20.044Z] Hypervisor vendor: KVM [2020-10-16T08:52:20.044Z] Virtualization type: full [2020-10-16T08:52:20.044Z] L1d cache: 128 KiB [2020-10-16T08:52:20.044Z] L1i cache: 128 KiB [2020-10-16T08:52:20.044Z] L2 cache: 16 MiB [2020-10-16T08:52:20.044Z] L3 cache: 64 MiB [2020-10-16T08:52:20.044Z] NUMA node0 CPU(s): 0-3 [2020-10-16T08:52:20.044Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-16T08:52:20.044Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-16T08:52:20.044Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-16T08:52:20.044Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-16T08:52:20.044Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-16T08:52:20.044Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-16T08:52:20.044Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-16T08:52:20.044Z] Vulnerability Tsx async abort: Not affected [2020-10-16T08:52:20.044Z] 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-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] ---> nproc: [2020-10-16T08:52:20.044Z] 4 [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] ---> df -h: [2020-10-16T08:52:20.044Z] Filesystem Size Used Available Use% Mounted on [2020-10-16T08:52:20.044Z] overlay 50.0G 13.4G 36.6G 27% / [2020-10-16T08:52:20.044Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-16T08:52:20.044Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-16T08:52:20.044Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/193 [2020-10-16T08:52:20.044Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/193@tmp [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] ---> free -m: [2020-10-16T08:52:20.044Z] total used free shared buff/cache available [2020-10-16T08:52:20.044Z] Mem: 1837 747 127 0 962 1048 [2020-10-16T08:52:20.044Z] Swap: 1023 69 954 [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] ---> ip addr: [2020-10-16T08:52:20.044Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-16T08:52:20.044Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-16T08:52:20.044Z] inet 127.0.0.1/8 scope host lo [2020-10-16T08:52:20.044Z] valid_lft forever preferred_lft forever [2020-10-16T08:52:20.044Z] inet6 ::1/128 scope host [2020-10-16T08:52:20.044Z] valid_lft forever preferred_lft forever [2020-10-16T08:52:20.044Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-16T08:52:20.044Z] link/ether fa:16:3e:77:97:75 brd ff:ff:ff:ff:ff:ff [2020-10-16T08:52:20.044Z] inet 10.30.122.150/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-16T08:52:20.044Z] valid_lft 85082sec preferred_lft 85082sec [2020-10-16T08:52:20.044Z] inet6 fe80::f816:3eff:fe77:9775/64 scope link [2020-10-16T08:52:20.044Z] valid_lft forever preferred_lft forever [2020-10-16T08:52:20.044Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-16T08:52:20.044Z] link/ether 02:42:e4:3b:fe:0e brd ff:ff:ff:ff:ff:ff [2020-10-16T08:52:20.044Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-16T08:52:20.044Z] valid_lft forever preferred_lft forever [2020-10-16T08:52:20.044Z] inet6 fe80::42:e4ff:fe3b:fe0e/64 scope link [2020-10-16T08:52:20.044Z] valid_lft forever preferred_lft forever [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] ---> sar -b -r -n DEV: [2020-10-16T08:52:20.044Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] 08:30:01 LINUX RESTART (4 CPU) [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-16T08:52:20.044Z] 08:32:01 120.58 63.04 57.54 0.00 9166.57 19072.76 0.00 [2020-10-16T08:52:20.044Z] 08:33:02 262.15 66.98 195.17 0.00 3299.97 55963.37 0.00 [2020-10-16T08:52:20.044Z] 08:34:02 1359.21 1098.40 260.80 0.00 86765.29 139710.21 0.00 [2020-10-16T08:52:20.044Z] 08:35:01 1492.34 1232.69 259.66 0.00 97757.87 105338.22 0.00 [2020-10-16T08:52:20.044Z] 08:36:02 2047.98 1676.39 371.59 0.00 88336.05 129794.47 0.00 [2020-10-16T08:52:20.044Z] 08:37:01 2100.66 1771.70 328.96 0.00 118604.46 128173.77 0.00 [2020-10-16T08:52:20.044Z] 08:38:01 208.28 28.50 179.77 0.00 5486.25 16963.97 0.00 [2020-10-16T08:52:20.044Z] 08:39:01 29.31 15.16 14.16 0.00 1188.67 377.13 0.00 [2020-10-16T08:52:20.044Z] 08:40:01 1.25 0.05 1.20 0.00 0.40 25.44 0.00 [2020-10-16T08:52:20.044Z] 08:41:01 0.75 0.47 0.28 0.00 15.32 3.36 0.00 [2020-10-16T08:52:20.044Z] 08:42:01 0.28 0.05 0.23 0.00 0.40 2.70 0.00 [2020-10-16T08:52:20.044Z] 08:43:01 0.35 0.18 0.17 0.00 1.60 1.77 0.00 [2020-10-16T08:52:20.044Z] 08:44:01 0.28 0.02 0.27 0.00 0.13 3.50 0.00 [2020-10-16T08:52:20.044Z] 08:45:01 1.62 1.40 0.22 0.00 46.77 3.23 0.00 [2020-10-16T08:52:20.044Z] 08:46:01 260.94 126.17 134.77 0.00 7255.13 34528.96 0.00 [2020-10-16T08:52:20.044Z] 08:47:01 34.17 5.78 28.39 0.00 236.83 512.45 0.00 [2020-10-16T08:52:20.044Z] 08:48:01 28.98 0.65 28.33 0.00 9.59 473.39 0.00 [2020-10-16T08:52:20.044Z] 08:49:01 42.01 14.42 27.59 0.00 268.53 468.90 0.00 [2020-10-16T08:52:20.044Z] 08:50:01 27.71 0.48 27.23 0.00 15.45 432.17 0.00 [2020-10-16T08:52:20.044Z] 08:51:01 52.02 14.57 37.46 0.00 2764.37 9999.32 0.00 [2020-10-16T08:52:20.044Z] 08:52:01 255.23 140.63 114.60 0.00 10942.48 28219.69 0.00 [2020-10-16T08:52:20.044Z] Average: 394.88 296.54 98.34 0.00 20470.74 31832.24 0.00 [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-16T08:52:20.044Z] 08:32:01 67556 0 643808 34.22 2620 1167572 1526764 52.11 679588 970552 49336 [2020-10-16T08:52:20.044Z] 08:33:02 113692 0 696592 37.02 1588 1069684 1319724 45.04 739076 774272 96 [2020-10-16T08:52:20.044Z] 08:34:02 52780 0 773380 41.10 160 1055236 2578956 88.02 725608 929744 68308 [2020-10-16T08:52:20.044Z] 08:35:01 234832 0 1023060 54.37 160 623504 3458756 118.04 761272 665748 21952 [2020-10-16T08:52:20.044Z] 08:36:02 512296 0 645028 34.28 160 724072 1584632 54.08 501332 683176 32 [2020-10-16T08:52:20.044Z] 08:37:01 309624 0 673436 35.79 160 898336 1786868 60.98 490104 874816 5752 [2020-10-16T08:52:20.044Z] 08:38:01 217548 0 629624 33.46 160 1034224 1406800 48.01 524620 928668 32 [2020-10-16T08:52:20.044Z] 08:39:01 209324 0 602464 32.02 160 1069608 1205188 41.13 598856 864720 16 [2020-10-16T08:52:20.044Z] 08:40:01 215084 0 596692 31.71 160 1069620 1172948 40.03 595360 863268 8 [2020-10-16T08:52:20.044Z] 08:41:01 215672 0 595664 31.66 160 1070060 1167904 39.86 595324 863656 8 [2020-10-16T08:52:20.044Z] 08:42:01 215404 0 595924 31.67 160 1070068 1166188 39.80 594600 863664 8 [2020-10-16T08:52:20.044Z] 08:43:01 216380 0 594940 31.62 160 1070076 1165520 39.78 594660 863672 8 [2020-10-16T08:52:20.044Z] 08:44:01 217368 0 593936 31.57 160 1070092 1165280 39.77 592084 865224 20 [2020-10-16T08:52:20.044Z] 08:45:01 215632 0 594932 31.62 160 1070832 1165344 39.77 592128 865888 20 [2020-10-16T08:52:20.044Z] 08:46:01 182052 0 676424 35.95 0 1023080 1762120 60.14 729036 722292 8 [2020-10-16T08:52:20.044Z] 08:47:01 207160 0 645372 34.30 0 1029024 1299164 44.34 714100 720356 28 [2020-10-16T08:52:20.044Z] 08:48:01 218684 0 633544 33.67 0 1029328 1367704 46.68 706144 716988 44 [2020-10-16T08:52:20.044Z] 08:49:01 212024 0 640012 34.02 0 1029520 1278780 43.64 708128 721300 28 [2020-10-16T08:52:20.044Z] 08:50:01 187760 0 663992 35.29 0 1029804 1460608 49.85 738808 715420 32 [2020-10-16T08:52:20.044Z] 08:51:01 75136 0 714196 37.96 0 1092224 1589888 54.26 742000 806388 65392 [2020-10-16T08:52:20.044Z] 08:52:01 71908 0 763824 40.60 0 1045824 1582696 54.01 618368 870820 37820 [2020-10-16T08:52:20.044Z] Average: 198472 0 666516 35.42 292 1016276 1533897 52.35 644819 816697 11855 [2020-10-16T08:52:20.044Z] [2020-10-16T08:52:20.044Z] 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-16T08:52:20.044Z] 08:32:01 eth0 851.52 1156.73 3128.97 139.43 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:32:01 docker0 1054.15 715.58 78.79 2657.33 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:33:02 eth0 659.08 549.95 4743.62 50.01 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:33:02 docker0 122.11 158.90 8.48 820.51 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:34:02 veth35a01ad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:34:02 vethf369b19 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:34:02 eth0 254.57 208.19 1854.26 92.19 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:35:01 vethf1c663c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:35:01 eth0 20.85 10.79 17.33 9.08 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:35:01 vethd5f4a3c 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:36:02 veth9d818c0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:36:02 veth691f165 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:36:02 eth0 94.44 61.30 203.03 88.78 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:37:01 vethc253097 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:37:01 eth0 39.94 21.48 92.94 13.26 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:37:01 vethd5f4a3c 0.00 0.86 0.00 0.04 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:38:01 eth0 241.44 203.71 561.43 496.03 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:38:01 docker0 1284.48 1022.76 93.45 4299.24 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:39:01 eth0 305.16 307.88 155.60 1250.03 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:40:01 eth0 0.43 0.17 0.12 0.03 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:41:01 eth0 0.87 0.20 0.20 0.07 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.044Z] 08:42:01 eth0 1.77 1.75 0.35 9.30 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:43:01 eth0 4.13 4.95 0.51 13.60 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:44:01 eth0 0.10 0.10 0.01 0.13 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:46:01 eth0 457.56 409.07 4141.89 56.34 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:46:01 veth8e0435d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:46:01 docker0 44.51 43.97 3.98 235.31 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:47:01 eth0 103.46 84.82 102.90 98.82 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:47:01 vethc6d7492 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:47:01 docker0 3.93 3.51 0.88 1.66 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:48:01 vethd9c88c7 0.33 0.40 0.08 0.19 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:48:01 eth0 128.31 103.08 111.49 116.67 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:48:01 docker0 4.51 3.98 1.14 2.02 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:49:01 vethcc2d5f7 0.43 0.38 0.10 0.19 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:49:01 eth0 106.58 85.95 104.59 86.08 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:49:01 docker0 4.25 3.76 1.03 1.82 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:50:01 vetheb9c711 0.40 0.45 0.08 0.16 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:50:01 eth0 115.50 91.76 107.98 100.48 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:50:01 docker0 4.36 4.06 1.20 1.98 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:51:01 eth0 444.78 398.63 3257.27 124.90 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:51:01 docker0 1.60 1.50 0.49 0.78 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:52:01 eth0 351.80 298.07 2388.66 99.37 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] 08:52:01 docker0 47.80 57.36 3.03 205.24 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] Average: eth0 199.62 190.83 1001.95 135.57 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] Average: docker0 66.50 54.37 5.01 226.27 0.00 0.00 0.00 0.00 [2020-10-16T08:52:20.045Z] [2020-10-16T08:52:20.045Z] [2020-10-16T08:52:20.045Z] ---> sar -P ALL: [2020-10-16T08:52:20.045Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T08:52:20.045Z] [2020-10-16T08:52:20.045Z] 08:30:01 LINUX RESTART (4 CPU) [2020-10-16T08:52:20.045Z] [2020-10-16T08:52:20.045Z] 08:31:01 CPU %user %nice %system %iowait %steal %idle [2020-10-16T08:52:20.045Z] 08:32:01 all 10.66 0.00 3.57 1.82 0.04 83.91 [2020-10-16T08:52:20.045Z] 08:32:01 0 10.23 0.00 4.05 0.74 0.02 84.97 [2020-10-16T08:52:20.045Z] 08:32:01 1 10.57 0.00 3.62 4.55 0.05 81.21 [2020-10-16T08:52:20.045Z] 08:32:01 2 13.79 0.00 3.40 1.25 0.05 81.51 [2020-10-16T08:52:20.045Z] 08:32:01 3 8.06 0.00 3.22 0.73 0.03 87.96 [2020-10-16T08:52:20.045Z] 08:33:02 all 10.37 0.00 5.79 4.76 0.05 79.03 [2020-10-16T08:52:20.045Z] 08:33:02 0 11.00 0.00 5.73 4.83 0.05 78.40 [2020-10-16T08:52:20.045Z] 08:33:02 1 9.82 0.00 6.02 3.93 0.07 80.17 [2020-10-16T08:52:20.045Z] 08:33:02 2 10.44 0.00 5.32 4.80 0.03 79.40 [2020-10-16T08:52:20.045Z] 08:33:02 3 10.22 0.00 6.09 5.50 0.03 78.15 [2020-10-16T08:52:20.045Z] 08:34:02 all 16.07 0.00 13.08 14.28 0.09 56.49 [2020-10-16T08:52:20.045Z] 08:34:02 0 16.73 0.00 13.47 14.37 0.12 55.30 [2020-10-16T08:52:20.045Z] 08:34:02 1 15.41 0.00 13.42 15.17 0.09 55.92 [2020-10-16T08:52:20.045Z] 08:34:02 2 15.57 0.00 12.18 13.80 0.07 58.39 [2020-10-16T08:52:20.045Z] 08:34:02 3 16.59 0.00 13.23 13.76 0.07 56.35 [2020-10-16T08:52:20.045Z] 08:35:01 all 46.51 0.00 13.10 24.01 0.11 16.28 [2020-10-16T08:52:20.045Z] 08:35:01 0 46.77 0.00 12.40 24.56 0.10 16.18 [2020-10-16T08:52:20.045Z] 08:35:01 1 47.19 0.00 12.68 21.52 0.15 18.45 [2020-10-16T08:52:20.045Z] 08:35:01 2 45.79 0.00 13.79 26.49 0.10 13.82 [2020-10-16T08:52:20.045Z] 08:35:01 3 46.28 0.00 13.54 23.47 0.07 16.64 [2020-10-16T08:52:20.045Z] 08:36:02 all 22.52 0.00 14.65 31.10 0.12 31.61 [2020-10-16T08:52:20.045Z] 08:36:02 0 21.26 0.00 14.23 26.33 0.15 38.02 [2020-10-16T08:52:20.045Z] 08:36:02 1 22.95 0.00 14.78 28.01 0.10 34.16 [2020-10-16T08:52:20.045Z] 08:36:02 2 22.38 0.00 14.76 32.61 0.14 30.11 [2020-10-16T08:52:20.045Z] 08:36:02 3 23.49 0.00 14.82 37.49 0.09 24.11 [2020-10-16T08:52:20.045Z] 08:37:01 all 49.17 0.00 16.33 27.03 0.17 7.30 [2020-10-16T08:52:20.045Z] 08:37:01 0 48.23 0.00 16.55 28.31 0.19 6.72 [2020-10-16T08:52:20.045Z] 08:37:01 1 47.90 0.00 17.69 26.32 0.21 7.88 [2020-10-16T08:52:20.045Z] 08:37:01 2 50.04 0.00 15.70 27.41 0.16 6.69 [2020-10-16T08:52:20.045Z] 08:37:01 3 50.53 0.00 15.37 26.06 0.14 7.90 [2020-10-16T08:52:20.045Z] 08:38:01 all 13.62 0.00 6.33 10.64 0.11 69.30 [2020-10-16T08:52:20.045Z] 08:38:01 0 15.31 0.00 7.01 13.48 0.15 64.05 [2020-10-16T08:52:20.045Z] 08:38:01 1 11.66 0.00 5.96 8.86 0.07 73.46 [2020-10-16T08:52:20.045Z] 08:38:01 2 16.29 0.00 6.39 10.54 0.12 66.66 [2020-10-16T08:52:20.045Z] 08:38:01 3 11.21 0.00 5.96 9.69 0.12 73.03 [2020-10-16T08:52:20.045Z] 08:39:01 all 7.12 0.00 1.98 0.31 0.08 90.50 [2020-10-16T08:52:20.045Z] 08:39:01 0 7.10 0.00 2.50 0.18 0.08 90.13 [2020-10-16T08:52:20.045Z] 08:39:01 1 7.12 0.00 1.78 0.32 0.07 90.72 [2020-10-16T08:52:20.045Z] 08:39:01 2 7.14 0.00 1.84 0.20 0.08 90.74 [2020-10-16T08:52:20.045Z] 08:39:01 3 7.14 0.00 1.81 0.52 0.10 90.43 [2020-10-16T08:52:20.045Z] 08:40:01 all 0.13 0.00 0.05 0.00 0.01 99.81 [2020-10-16T08:52:20.045Z] 08:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-16T08:52:20.045Z] 08:40:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2020-10-16T08:52:20.045Z] 08:40:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-16T08:52:20.045Z] 08:40:01 3 0.37 0.00 0.07 0.00 0.02 99.55 [2020-10-16T08:52:20.045Z] 08:41:01 all 0.10 0.00 0.03 0.00 0.01 99.85 [2020-10-16T08:52:20.045Z] 08:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-10-16T08:52:20.045Z] 08:41:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2020-10-16T08:52:20.045Z] 08:41:01 2 0.07 0.00 0.02 0.02 0.00 99.90 [2020-10-16T08:52:20.045Z] 08:41:01 3 0.25 0.00 0.03 0.00 0.00 99.72 [2020-10-16T08:52:20.045Z] 08:42:01 all 0.10 0.00 0.05 0.00 0.00 99.84 [2020-10-16T08:52:20.045Z] 08:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-16T08:52:20.045Z] 08:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-16T08:52:20.045Z] 08:42:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2020-10-16T08:52:20.045Z] 08:42:01 3 0.28 0.00 0.05 0.02 0.00 99.65 [2020-10-16T08:52:20.045Z] [2020-10-16T08:52:20.045Z] 08:42:01 CPU %user %nice %system %iowait %steal %idle [2020-10-16T08:52:20.045Z] 08:43:01 all 0.08 0.00 0.03 0.00 0.00 99.88 [2020-10-16T08:52:20.045Z] 08:43:01 0 0.13 0.00 0.05 0.00 0.02 99.80 [2020-10-16T08:52:20.045Z] 08:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-16T08:52:20.045Z] 08:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-16T08:52:20.045Z] 08:43:01 3 0.07 0.00 0.03 0.02 0.00 99.88 [2020-10-16T08:52:20.045Z] 08:44:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2020-10-16T08:52:20.045Z] 08:44:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2020-10-16T08:52:20.045Z] 08:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-16T08:52:20.045Z] 08:44:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-16T08:52:20.045Z] 08:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-16T08:52:20.045Z] 08:45:01 all 0.05 0.00 0.04 0.02 0.00 99.89 [2020-10-16T08:52:20.045Z] 08:45:01 0 0.10 0.00 0.03 0.00 0.00 99.87 [2020-10-16T08:52:20.045Z] 08:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-16T08:52:20.045Z] 08:45:01 2 0.05 0.00 0.05 0.03 0.00 99.87 [2020-10-16T08:52:20.045Z] 08:45:01 3 0.03 0.00 0.05 0.05 0.02 99.85 [2020-10-16T08:52:20.045Z] 08:46:01 all 8.09 0.00 4.52 5.80 0.03 81.56 [2020-10-16T08:52:20.045Z] 08:46:01 0 8.91 0.00 4.34 4.39 0.02 82.34 [2020-10-16T08:52:20.045Z] 08:46:01 1 7.18 0.00 4.52 7.56 0.05 80.69 [2020-10-16T08:52:20.045Z] 08:46:01 2 7.56 0.00 5.15 5.25 0.03 82.01 [2020-10-16T08:52:20.045Z] 08:46:01 3 8.73 0.00 4.06 6.00 0.02 81.19 [2020-10-16T08:52:20.045Z] 08:47:01 all 2.90 0.00 2.66 0.71 0.03 93.69 [2020-10-16T08:52:20.045Z] 08:47:01 0 3.27 0.00 3.02 1.19 0.03 92.48 [2020-10-16T08:52:20.045Z] 08:47:01 1 3.25 0.00 2.98 0.60 0.02 93.15 [2020-10-16T08:52:20.045Z] 08:47:01 2 2.43 0.00 2.43 0.45 0.02 94.66 [2020-10-16T08:52:20.045Z] 08:47:01 3 2.66 0.00 2.22 0.60 0.03 94.49 [2020-10-16T08:52:20.045Z] 08:48:01 all 2.93 0.00 2.79 0.56 0.04 93.67 [2020-10-16T08:52:20.045Z] 08:48:01 0 3.09 0.00 3.12 0.44 0.05 93.31 [2020-10-16T08:52:20.045Z] 08:48:01 1 3.07 0.00 2.84 0.52 0.02 93.56 [2020-10-16T08:52:20.045Z] 08:48:01 2 2.45 0.00 2.38 1.06 0.05 94.06 [2020-10-16T08:52:20.045Z] 08:48:01 3 3.12 0.00 2.84 0.23 0.03 93.77 [2020-10-16T08:52:20.045Z] 08:49:01 all 2.94 0.00 2.71 0.85 0.02 93.48 [2020-10-16T08:52:20.045Z] 08:49:01 0 3.36 0.00 2.92 1.76 0.02 91.94 [2020-10-16T08:52:20.045Z] 08:49:01 1 3.20 0.00 2.97 0.55 0.02 93.26 [2020-10-16T08:52:20.045Z] 08:49:01 2 2.50 0.00 2.48 0.55 0.03 94.43 [2020-10-16T08:52:20.045Z] 08:49:01 3 2.72 0.00 2.47 0.52 0.02 94.28 [2020-10-16T08:52:20.045Z] 08:50:01 all 2.86 0.00 2.67 0.42 0.02 94.03 [2020-10-16T08:52:20.045Z] 08:50:01 0 2.77 0.00 2.57 0.55 0.02 94.08 [2020-10-16T08:52:20.045Z] 08:50:01 1 3.45 0.00 3.52 0.47 0.03 92.52 [2020-10-16T08:52:20.045Z] 08:50:01 2 2.33 0.00 2.33 0.23 0.00 95.10 [2020-10-16T08:52:20.045Z] 08:50:01 3 2.89 0.00 2.25 0.42 0.03 94.41 [2020-10-16T08:52:20.045Z] 08:51:01 all 4.54 0.00 3.27 0.58 0.02 91.59 [2020-10-16T08:52:20.045Z] 08:51:01 0 4.70 0.00 3.32 0.50 0.03 91.45 [2020-10-16T08:52:20.045Z] 08:51:01 1 4.64 0.00 3.19 0.87 0.02 91.28 [2020-10-16T08:52:20.045Z] 08:51:01 2 4.46 0.00 3.36 0.54 0.03 91.61 [2020-10-16T08:52:20.045Z] 08:51:01 3 4.36 0.00 3.23 0.40 0.00 92.01 [2020-10-16T08:52:20.045Z] 08:52:01 all 9.85 0.00 6.12 4.00 0.04 79.99 [2020-10-16T08:52:20.045Z] 08:52:01 0 8.42 0.00 6.31 1.82 0.02 83.43 [2020-10-16T08:52:20.045Z] 08:52:01 1 8.49 0.00 4.86 2.87 0.05 83.73 [2020-10-16T08:52:20.045Z] 08:52:01 2 11.36 0.00 5.69 3.54 0.05 79.36 [2020-10-16T08:52:20.045Z] 08:52:01 3 11.14 0.00 7.62 7.76 0.05 73.43 [2020-10-16T08:52:20.045Z] Average: all 9.88 0.00 4.70 5.94 0.05 79.44 [2020-10-16T08:52:20.045Z] Average: 0 9.92 0.00 4.79 5.78 0.05 79.46 [2020-10-16T08:52:20.045Z] Average: 1 9.67 0.00 4.76 5.73 0.05 79.80 [2020-10-16T08:52:20.045Z] Average: 2 10.08 0.00 4.59 6.03 0.05 79.25 [2020-10-16T08:52:20.045Z] Average: 3 9.83 0.00 4.65 6.23 0.04 79.25 [2020-10-16T08:52:20.045Z] [2020-10-16T08:52:20.045Z] [2020-10-16T08:52:20.045Z]