Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 276039d959642f82e27682464d1409e0b052ceab 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-8122 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/203 [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/203 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 276039d959642f82e27682464d1409e0b052ceab (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 276039d959642f82e27682464d1409e0b052ceab # timeout=10 Commit message: "Merge pull request #2827 from judehung/issue-2800" > git rev-list --no-walk a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T03:11:26.174Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T03:11:26.409Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T03:11:26.502Z] ========================================================= [2020-10-22T03:11:26.502Z] EdgeX Global Pipelines Version Info [2020-10-22T03:11:26.502Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:11:28.151Z] ------------------- [2020-10-22T03:11:28.151Z] stable info: [2020-10-22T03:11:28.151Z] ------------------- [2020-10-22T03:11:28.151Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T03:11:28.151Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T03:11:28.151Z] Message: update stable to v1.0.144 [2020-10-22T03:11:29.102Z] ------------------- [2020-10-22T03:11:29.102Z] experimental info: [2020-10-22T03:11:29.102Z] ------------------- [2020-10-22T03:11:29.102Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T03:11:29.102Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T03:11:29.102Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T03:11:29.355Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T03:11:29.444Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T03:11:29.538Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T03:11:29.626Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T03:11:29.718Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T03:11:29.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T03:11:29.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T03:11:29.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T03:11:30.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T03:11:30.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T03:11:30.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T03:11:30.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T03:11:30.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T03:11:30.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T03:11:30.978Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T03:11:31.088Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T03:11:31.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T03:11:31.308Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T03:11:31.396Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T03:11:31.484Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T03:11:31.572Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T03:11:31.657Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-22T03:11:31.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-22T03:11:31.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-22T03:11:31.956Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 276039d959642f82e27682464d1409e0b052ceab [Pipeline] echo [2020-10-22T03:11:32.052Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 276039d [Pipeline] echo [2020-10-22T03:11:32.162Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T03:11:32.585Z] ++ 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-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T03:11:32.585Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T03:11:32.585Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T03:11:32.585Z] ++ cut -d/ -f2 [2020-10-22T03:11:32.585Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T03:11:32.695Z] 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-22T03:11:34.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T03:11:34.586Z] [2020-10-22T03:11:34.586Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:11:35.098Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T03:11:35.098Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T03:11:35.098Z] 31603596830f: Pulling fs layer [2020-10-22T03:11:35.098Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T03:11:35.098Z] 6ca5941a6612: Pulling fs layer [2020-10-22T03:11:35.098Z] ecc8261a40a4: Pulling fs layer [2020-10-22T03:11:35.098Z] ecc8261a40a4: Waiting [2020-10-22T03:11:35.098Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T03:11:35.098Z] 2a8b12db71e7: Download complete [2020-10-22T03:11:35.362Z] 31603596830f: Download complete [2020-10-22T03:11:35.362Z] ecc8261a40a4: Verifying Checksum [2020-10-22T03:11:35.362Z] ecc8261a40a4: Download complete [2020-10-22T03:11:35.362Z] 6ca5941a6612: Verifying Checksum [2020-10-22T03:11:35.362Z] 6ca5941a6612: Download complete [2020-10-22T03:11:35.628Z] 31603596830f: Pull complete [2020-10-22T03:11:35.892Z] 2a8b12db71e7: Pull complete [2020-10-22T03:11:36.479Z] 6ca5941a6612: Pull complete [2020-10-22T03:11:36.744Z] ecc8261a40a4: Pull complete [2020-10-22T03:11:36.744Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T03:11:36.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T03:11:36.744Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T03:11:36.872Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:11:36.997Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:11:39.617Z] $ docker top 217fdfb7e10eb79d49050dfe96b776f643d563cd3dd4995a4421cc9844474d16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T03:11:39.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T03:11:39.973Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T03:11:40.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T03:11:40.316Z] $ docker exec 217fdfb7e10eb79d49050dfe96b776f643d563cd3dd4995a4421cc9844474d16 ssh-agent [2020-10-22T03:11:40.554Z] SSH_AUTH_SOCK=/tmp/ssh-PLmdFxA0bkBc/agent.11 [2020-10-22T03:11:40.554Z] SSH_AGENT_PID=16 [2020-10-22T03:11:40.597Z] Running ssh-add (command line suppressed) [2020-10-22T03:11:40.745Z] Identity added: /w/workspace/edgex-go/203@tmp/private_key_1451905382659228575.key (/w/workspace/edgex-go/203@tmp/private_key_1451905382659228575.key) [2020-10-22T03:11:41.252Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T03:11:41.686Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T03:11:41.762Z] $ docker exec --env ******** --env ******** 217fdfb7e10eb79d49050dfe96b776f643d563cd3dd4995a4421cc9844474d16 ssh-agent -k [2020-10-22T03:11:41.927Z] unset SSH_AUTH_SOCK; [2020-10-22T03:11:41.927Z] unset SSH_AGENT_PID; [2020-10-22T03:11:41.927Z] echo Agent pid 16 killed; [2020-10-22T03:11:43.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T03:11:43.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T03:11:43.400Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T03:11:43.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T03:11:43.598Z] $ docker exec 217fdfb7e10eb79d49050dfe96b776f643d563cd3dd4995a4421cc9844474d16 ssh-agent [2020-10-22T03:11:43.775Z] SSH_AUTH_SOCK=/tmp/ssh-JiEZc5hT2es6/agent.45 [2020-10-22T03:11:43.775Z] SSH_AGENT_PID=50 [2020-10-22T03:11:43.801Z] Running ssh-add (command line suppressed) [2020-10-22T03:11:43.935Z] Identity added: /w/workspace/edgex-go/203@tmp/private_key_5431413343222928875.key (/w/workspace/edgex-go/203@tmp/private_key_5431413343222928875.key) [2020-10-22T03:11:43.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T03:11:44.480Z] + git semver init [2020-10-22T03:11:44.480Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T03:11:44.480Z] # $GIT_DIR = /w/workspace/edgex-go/203/.git [2020-10-22T03:11:44.480Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/203 [2020-10-22T03:11:44.480Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T03:11:44.480Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T03:11:44.480Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T03:11:44.480Z] # $SEMVER_BRANCH = master [2020-10-22T03:11:44.480Z] # $SEMVER_TEMP = /tmp/semver-636419360 [2020-10-22T03:11:44.480Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T03:12:16.806Z] # '/tmp/semver-636419360' -> '/w/workspace/edgex-go/203/.semver' [2020-10-22T03:12:16.806Z] # -> Force: false [2020-10-22T03:12:16.806Z] # $SEMVER_DIR = /w/workspace/edgex-go/203/.semver [Pipeline] } [2020-10-22T03:12:16.834Z] $ docker exec --env ******** --env ******** 217fdfb7e10eb79d49050dfe96b776f643d563cd3dd4995a4421cc9844474d16 ssh-agent -k [2020-10-22T03:12:17.125Z] unset SSH_AUTH_SOCK; [2020-10-22T03:12:17.127Z] unset SSH_AGENT_PID; [2020-10-22T03:12:17.128Z] echo Agent pid 50 killed; [2020-10-22T03:12:17.235Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T03:12:17.783Z] + git semver [Pipeline] } [2020-10-22T03:12:17.815Z] $ docker stop --time=1 217fdfb7e10eb79d49050dfe96b776f643d563cd3dd4995a4421cc9844474d16 [2020-10-22T03:12:19.571Z] $ docker rm -f 217fdfb7e10eb79d49050dfe96b776f643d563cd3dd4995a4421cc9844474d16 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:12:20.117Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T03:12:20.836Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T03:12:20.840Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.87 [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-22T03:12:21.486Z] ========================================================= [2020-10-22T03:12:21.486Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T03:12:21.486Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:12:21.850Z] + 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-22T03:12:26.131Z] Sending build context to Docker daemon 325.4MB [2020-10-22T03:12:26.131Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T03:12:26.131Z] Step 2/7 : FROM ${BASE} [2020-10-22T03:12:26.131Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T03:12:26.131Z] df20fa9351a1: Pulling fs layer [2020-10-22T03:12:26.131Z] ed8968b2872e: Pulling fs layer [2020-10-22T03:12:26.131Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T03:12:26.131Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T03:12:26.131Z] e73272ec9a57: Pulling fs layer [2020-10-22T03:12:26.131Z] 1e910a182e73: Pulling fs layer [2020-10-22T03:12:26.131Z] 4e634b169226: Pulling fs layer [2020-10-22T03:12:26.131Z] e73272ec9a57: Waiting [2020-10-22T03:12:26.131Z] 1e910a182e73: Waiting [2020-10-22T03:12:26.131Z] 4e634b169226: Waiting [2020-10-22T03:12:26.131Z] e871e8e8d7a9: Waiting [2020-10-22T03:12:26.131Z] a92cc7c5fd73: Download complete [2020-10-22T03:12:26.131Z] ed8968b2872e: Verifying Checksum [2020-10-22T03:12:26.131Z] ed8968b2872e: Download complete [2020-10-22T03:12:26.401Z] e73272ec9a57: Verifying Checksum [2020-10-22T03:12:26.401Z] e73272ec9a57: Download complete [2020-10-22T03:12:26.401Z] 1e910a182e73: Verifying Checksum [2020-10-22T03:12:26.401Z] 1e910a182e73: Download complete [2020-10-22T03:12:26.401Z] df20fa9351a1: Verifying Checksum [2020-10-22T03:12:26.401Z] df20fa9351a1: Download complete [2020-10-22T03:12:26.667Z] df20fa9351a1: Pull complete [2020-10-22T03:12:28.086Z] ed8968b2872e: Pull complete [2020-10-22T03:12:28.359Z] 4e634b169226: Verifying Checksum [2020-10-22T03:12:28.360Z] 4e634b169226: Download complete [2020-10-22T03:12:28.635Z] a92cc7c5fd73: Pull complete [2020-10-22T03:12:29.216Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T03:12:29.216Z] e871e8e8d7a9: Download complete [2020-10-22T03:12:35.917Z] e871e8e8d7a9: Pull complete [2020-10-22T03:12:35.917Z] e73272ec9a57: Pull complete [2020-10-22T03:12:35.917Z] 1e910a182e73: Pull complete [2020-10-22T03:12:36.269Z] Still waiting to schedule task [2020-10-22T03:12:36.270Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-22T03:12:44.260Z] 4e634b169226: Pull complete [2020-10-22T03:12:44.260Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T03:12:44.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T03:12:44.260Z] ---> f7629b54cfaa [2020-10-22T03:12:44.260Z] 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-22T03:12:44.260Z] ---> Running in cdb1bd396f39 [2020-10-22T03:12:44.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:12:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:12:46.369Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T03:12:46.635Z] (2/12) Installing file (5.38-r0) [2020-10-22T03:12:46.635Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T03:12:46.899Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T03:13:08.970Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T03:13:08.970Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T03:13:08.970Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T03:13:08.970Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T03:13:08.970Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T03:13:08.970Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T03:13:08.970Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T03:13:08.970Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T03:13:08.970Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T03:13:08.970Z] OK: 233 MiB in 51 packages [2020-10-22T03:13:10.917Z] Removing intermediate container cdb1bd396f39 [2020-10-22T03:13:10.917Z] ---> 7af457e131ba [2020-10-22T03:13:10.917Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T03:13:10.917Z] ---> Running in 3a23adcddbd3 [2020-10-22T03:13:11.183Z] Removing intermediate container 3a23adcddbd3 [2020-10-22T03:13:11.183Z] ---> 464f8494adf8 [2020-10-22T03:13:11.183Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T03:13:11.777Z] latest: Pulling from library/docker [2020-10-22T03:13:11.777Z] df20fa9351a1: Already exists [2020-10-22T03:13:11.777Z] 25ad7478873d: Pulling fs layer [2020-10-22T03:13:11.777Z] 4684f6177b5d: Pulling fs layer [2020-10-22T03:13:11.777Z] 206f78d23536: Pulling fs layer [2020-10-22T03:13:11.777Z] cee0542293f3: Pulling fs layer [2020-10-22T03:13:11.777Z] d951dd9fd09f: Pulling fs layer [2020-10-22T03:13:11.777Z] dce9c88c04bd: Pulling fs layer [2020-10-22T03:13:11.777Z] cee0542293f3: Waiting [2020-10-22T03:13:11.777Z] d951dd9fd09f: Waiting [2020-10-22T03:13:11.777Z] dce9c88c04bd: Waiting [2020-10-22T03:13:12.043Z] 4684f6177b5d: Verifying Checksum [2020-10-22T03:13:12.043Z] 4684f6177b5d: Download complete [2020-10-22T03:13:12.043Z] 25ad7478873d: Verifying Checksum [2020-10-22T03:13:12.043Z] 25ad7478873d: Download complete [2020-10-22T03:13:12.043Z] cee0542293f3: Verifying Checksum [2020-10-22T03:13:12.043Z] cee0542293f3: Download complete [2020-10-22T03:13:12.043Z] d951dd9fd09f: Verifying Checksum [2020-10-22T03:13:12.043Z] d951dd9fd09f: Download complete [2020-10-22T03:13:12.306Z] dce9c88c04bd: Verifying Checksum [2020-10-22T03:13:12.306Z] dce9c88c04bd: Download complete [2020-10-22T03:13:12.306Z] 25ad7478873d: Pull complete [2020-10-22T03:13:12.579Z] 4684f6177b5d: Pull complete [2020-10-22T03:13:12.845Z] 206f78d23536: Verifying Checksum [2020-10-22T03:13:12.845Z] 206f78d23536: Download complete [2020-10-22T03:13:15.445Z] 206f78d23536: Pull complete [2020-10-22T03:13:15.709Z] cee0542293f3: Pull complete [2020-10-22T03:13:15.709Z] d951dd9fd09f: Pull complete [2020-10-22T03:13:15.975Z] dce9c88c04bd: Pull complete [2020-10-22T03:13:15.975Z] Digest: sha256:ca9126a14384baaa2462fc5bebf27aa506ba9e5f2b7cf59fc8ea7b4ea0415fc2 [2020-10-22T03:13:15.975Z] Status: Downloaded newer image for docker:latest [2020-10-22T03:13:17.381Z] ---> dd20883bb051 [2020-10-22T03:13:17.381Z] Step 6/7 : COPY go.mod . [2020-10-22T03:13:17.647Z] ---> f9f2a8a68d47 [2020-10-22T03:13:17.647Z] Step 7/7 : RUN go mod download [2020-10-22T03:13:17.921Z] ---> Running in ada7202a67d7 [2020-10-22T03:13:37.360Z] Removing intermediate container ada7202a67d7 [2020-10-22T03:13:37.360Z] ---> 012c9c9047b2 [2020-10-22T03:13:37.360Z] Successfully built 012c9c9047b2 [2020-10-22T03:13:37.360Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:13:37.682Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T03:13:37.682Z] . [Pipeline] withDockerContainer [2020-10-22T03:13:37.798Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:13:37.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:13:38.614Z] $ docker top c0565cde1a311316a22eea2d7e91e3c7701c8c66996890f7578eb60851730284 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T03:13:39.172Z] + go version [2020-10-22T03:13:39.172Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T03:13:39.190Z] $ docker stop --time=1 c0565cde1a311316a22eea2d7e91e3c7701c8c66996890f7578eb60851730284 [2020-10-22T03:13:40.871Z] $ docker rm -f c0565cde1a311316a22eea2d7e91e3c7701c8c66996890f7578eb60851730284 [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-22T03:13:43.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T03:13:43.032Z] [2020-10-22T03:13:43.032Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:13:43.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T03:13:43.413Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T03:13:43.413Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T03:13:43.413Z] ca9280d653b3: Pulling fs layer [2020-10-22T03:13:43.413Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T03:13:44.365Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-22T03:13:44.366Z] cbdbe7a5bc2a: Download complete [2020-10-22T03:13:44.630Z] cbdbe7a5bc2a: Pull complete [2020-10-22T03:13:44.895Z] ca9280d653b3: Verifying Checksum [2020-10-22T03:13:44.895Z] ca9280d653b3: Download complete [2020-10-22T03:13:45.842Z] ca9280d653b3: Pull complete [2020-10-22T03:13:46.417Z] 7e9c9ca2126c: Verifying Checksum [2020-10-22T03:13:46.417Z] 7e9c9ca2126c: Download complete [2020-10-22T03:13:54.620Z] 7e9c9ca2126c: Pull complete [2020-10-22T03:13:54.620Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T03:13:54.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T03:13:54.620Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T03:13:54.800Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:13:54.857Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:13:55.779Z] $ docker top 6922ad90b3773d3dc90cbf8f7598390621c977632d87e97f6daa3837c2a4aa11 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T03:13:56.296Z] + docker-compose build --help [2020-10-22T03:13:56.296Z] + grep parallel [2020-10-22T03:13:57.246Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T03:13:57.264Z] $ docker stop --time=1 6922ad90b3773d3dc90cbf8f7598390621c977632d87e97f6daa3837c2a4aa11 [2020-10-22T03:13:58.659Z] $ docker rm -f 6922ad90b3773d3dc90cbf8f7598390621c977632d87e97f6daa3837c2a4aa11 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:13:59.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T03:13:59.346Z] . [Pipeline] withDockerContainer [2020-10-22T03:13:59.525Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:13:59.731Z] $ 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/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:14:00.479Z] $ docker top e87cd6aa0c87e4f2cefc7112e8724299315ba8f1f5d9b7db08cbedf2398586c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T03:14:01.022Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T03:14:01.976Z] Building docker-core-command-go ... [2020-10-22T03:14:01.976Z] Building docker-core-data-go ... [2020-10-22T03:14:01.976Z] Building docker-core-metadata-go ... [2020-10-22T03:14:01.976Z] Building docker-security-proxy-setup-go ... [2020-10-22T03:14:01.976Z] Building docker-security-secrets-setup-go ... [2020-10-22T03:14:01.976Z] Building docker-security-secretstore-setup-go ... [2020-10-22T03:14:01.976Z] Building docker-support-logging-go ... [2020-10-22T03:14:01.976Z] Building docker-support-notifications-go ... [2020-10-22T03:14:01.976Z] Building docker-support-scheduler-go ... [2020-10-22T03:14:01.976Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T03:14:01.976Z] Building docker-core-metadata-go [2020-10-22T03:14:01.976Z] Building docker-support-notifications-go [2020-10-22T03:14:01.976Z] Building docker-support-scheduler-go [2020-10-22T03:14:01.976Z] Building docker-core-data-go [2020-10-22T03:14:01.976Z] Building docker-security-proxy-setup-go [2020-10-22T03:14:28.757Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:14:28.757Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:14:28.757Z] ---> 012c9c9047b2 [2020-10-22T03:14:28.757Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T03:14:28.757Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:14:28.757Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:14:28.757Z] ---> 012c9c9047b2 [2020-10-22T03:14:28.757Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T03:14:29.070Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:14:29.070Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:14:29.070Z] ---> 012c9c9047b2 [2020-10-22T03:14:29.070Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T03:14:29.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:14:29.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:14:29.368Z] ---> 012c9c9047b2 [2020-10-22T03:14:29.368Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T03:14:29.368Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:14:29.368Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:14:29.368Z] ---> 012c9c9047b2 [2020-10-22T03:14:29.368Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T03:14:30.318Z] ---> Running in 705b9af36a20 [2020-10-22T03:14:30.318Z] ---> Running in 241691f42432 [2020-10-22T03:14:30.318Z] ---> Running in 0786fff9abca [2020-10-22T03:14:30.318Z] ---> Running in 439e80fa50ec [2020-10-22T03:14:30.318Z] ---> Running in 85c4e50e3856 [2020-10-22T03:14:30.900Z] Removing intermediate container 0786fff9abca [2020-10-22T03:14:30.900Z] ---> b3ba3a69da8a [2020-10-22T03:14:30.900Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:14:30.900Z] Removing intermediate container 705b9af36a20 [2020-10-22T03:14:30.900Z] ---> 59c22f478590 [2020-10-22T03:14:30.900Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:14:30.900Z] Removing intermediate container 439e80fa50ec [2020-10-22T03:14:30.900Z] ---> 0649e08512f8 [2020-10-22T03:14:30.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:14:30.900Z] Removing intermediate container 85c4e50e3856 [2020-10-22T03:14:30.900Z] ---> cf69aa4818f3 [2020-10-22T03:14:30.900Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:14:30.900Z] Removing intermediate container 241691f42432 [2020-10-22T03:14:30.900Z] ---> 5afa4a5f36ed [2020-10-22T03:14:30.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:14:31.177Z] ---> Running in 9290d977d2b9 [2020-10-22T03:14:31.177Z] ---> Running in 9ef8f4d9c844 [2020-10-22T03:14:31.177Z] ---> Running in b4d901af79e7 [2020-10-22T03:14:31.177Z] ---> Running in 868db8b21119 [2020-10-22T03:14:31.177Z] ---> Running in f00cd8f7ad86 [2020-10-22T03:14:33.771Z] Removing intermediate container 9290d977d2b9 [2020-10-22T03:14:33.772Z] ---> e70ede3557de [2020-10-22T03:14:33.772Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T03:14:33.772Z] Removing intermediate container b4d901af79e7 [2020-10-22T03:14:33.772Z] ---> be92b3dfa49d [2020-10-22T03:14:33.772Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T03:14:33.772Z] Removing intermediate container 9ef8f4d9c844 [2020-10-22T03:14:33.772Z] ---> 355dc9b85a95 [2020-10-22T03:14:33.772Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T03:14:33.772Z] ---> Running in cc722dd9fac2 [2020-10-22T03:14:33.772Z] ---> Running in 6d6e347d27f9 [2020-10-22T03:14:33.772Z] ---> Running in 8d6937a08a43 [2020-10-22T03:14:33.772Z] Removing intermediate container 868db8b21119 [2020-10-22T03:14:33.772Z] ---> 21d05ccdae46 [2020-10-22T03:14:33.772Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T03:14:33.772Z] Removing intermediate container f00cd8f7ad86 [2020-10-22T03:14:33.772Z] ---> 6ac0d5890a22 [2020-10-22T03:14:33.772Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T03:14:34.034Z] ---> Running in f8f9cad9cb8e [2020-10-22T03:14:34.034Z] ---> Running in 22490c9fa967 [2020-10-22T03:14:34.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:34.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:34.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:34.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:34.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:35.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:35.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:35.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:36.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:36.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:14:37.044Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:14:37.045Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:14:37.045Z] OK: 12752 distinct packages available [2020-10-22T03:14:37.307Z] OK: 233 MiB in 51 packages [2020-10-22T03:14:37.307Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:14:37.307Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:14:37.307Z] OK: 12752 distinct packages available [2020-10-22T03:14:37.579Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:14:37.579Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:14:37.579Z] OK: 12752 distinct packages available [2020-10-22T03:14:37.579Z] OK: 233 MiB in 51 packages [2020-10-22T03:14:37.579Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:14:37.579Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:14:37.579Z] OK: 12752 distinct packages available [2020-10-22T03:14:37.851Z] OK: 233 MiB in 51 packages [2020-10-22T03:14:37.851Z] Removing intermediate container 8d6937a08a43 [2020-10-22T03:14:37.851Z] ---> 6597274359ff [2020-10-22T03:14:37.851Z] Step 6/24 : COPY go.mod . [2020-10-22T03:14:37.851Z] OK: 233 MiB in 51 packages [2020-10-22T03:14:38.121Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:14:38.121Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:14:38.121Z] OK: 12752 distinct packages available [2020-10-22T03:14:38.384Z] ---> b3a904047375 [2020-10-22T03:14:38.384Z] Step 7/24 : RUN go mod download [2020-10-22T03:14:38.384Z] OK: 233 MiB in 51 packages [2020-10-22T03:14:38.384Z] Removing intermediate container f8f9cad9cb8e [2020-10-22T03:14:38.384Z] ---> 6be80d91c34b [2020-10-22T03:14:38.384Z] Step 6/20 : COPY go.mod . [2020-10-22T03:14:38.384Z] ---> Running in 35a055a6da05 [2020-10-22T03:14:38.647Z] Removing intermediate container 22490c9fa967 [2020-10-22T03:14:38.647Z] ---> fa3ba2656bad [2020-10-22T03:14:38.647Z] Step 6/23 : COPY go.mod . [2020-10-22T03:14:38.647Z] Removing intermediate container cc722dd9fac2 [2020-10-22T03:14:38.647Z] ---> 381dd7c6346f [2020-10-22T03:14:38.647Z] Step 6/22 : COPY go.mod . [2020-10-22T03:14:38.914Z] ---> 6751f5c1ab72 [2020-10-22T03:14:38.914Z] Step 7/20 : RUN go mod download [2020-10-22T03:14:39.181Z] ---> 7120bc7e1a49 [2020-10-22T03:14:39.181Z] Step 7/23 : RUN go mod download [2020-10-22T03:14:39.181Z] ---> Running in e191a4e41820 [2020-10-22T03:14:39.181Z] ---> 3818a973dd55 [2020-10-22T03:14:39.181Z] Step 7/22 : RUN go mod download [2020-10-22T03:14:39.453Z] ---> Running in 7e6df65bbf93 [2020-10-22T03:14:39.453Z] ---> Running in f6e913d6a569 [2020-10-22T03:14:39.453Z] Removing intermediate container 6d6e347d27f9 [2020-10-22T03:14:39.453Z] ---> 78acce0cbe3f [2020-10-22T03:14:39.453Z] Step 6/21 : COPY go.mod . [2020-10-22T03:14:40.049Z] ---> 18e6f10f57cf [2020-10-22T03:14:40.049Z] Step 7/21 : RUN go mod download [2020-10-22T03:14:40.049Z] ---> Running in 8b4a54dd5d1f [2020-10-22T03:14:41.025Z] Removing intermediate container e191a4e41820 [2020-10-22T03:14:41.025Z] ---> 8afb6538dd69 [2020-10-22T03:14:41.025Z] Step 8/20 : COPY . . [2020-10-22T03:14:41.976Z] Removing intermediate container 35a055a6da05 [2020-10-22T03:14:41.976Z] ---> 59d85fb1ae61 [2020-10-22T03:14:41.976Z] Step 8/24 : COPY . . [2020-10-22T03:14:42.251Z] Removing intermediate container 7e6df65bbf93 [2020-10-22T03:14:42.252Z] ---> 7ae95bfdde13 [2020-10-22T03:14:42.252Z] Step 8/23 : COPY . . [2020-10-22T03:14:44.214Z] Removing intermediate container f6e913d6a569 [2020-10-22T03:14:44.214Z] ---> 4e13fa0d9012 [2020-10-22T03:14:44.214Z] Step 8/22 : COPY . . [2020-10-22T03:14:49.558Z] Removing intermediate container 8b4a54dd5d1f [2020-10-22T03:14:49.558Z] ---> 95c270fe795e [2020-10-22T03:14:49.558Z] Step 8/21 : COPY . . [2020-10-22T03:15:13.744Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8131 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-22T03:15:13.815Z] Running in /w/workspace/edgex-go/203 [Pipeline] { [Pipeline] checkout [2020-10-22T03:15:16.347Z] ---> 1080fa476163 [2020-10-22T03:15:16.347Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T03:15:16.347Z] ---> a0ca3b2ac78f [2020-10-22T03:15:16.347Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T03:15:16.347Z] ---> ea9da5f84341 [2020-10-22T03:15:16.347Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T03:15:16.347Z] ---> 2c224ae7b60f [2020-10-22T03:15:16.347Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T03:15:16.347Z] ---> Running in bdeab7c95562 [2020-10-22T03:15:16.347Z] ---> Running in eb75e5c0c5b0 [2020-10-22T03:15:16.347Z] ---> Running in 5e132c362695 [2020-10-22T03:15:16.347Z] ---> Running in 2c6236a60ea6 [2020-10-22T03:15:16.347Z] ---> 6654c348c535 [2020-10-22T03:15:16.347Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T03:15:16.347Z] ---> Running in 8da4e312765b [2020-10-22T03:15:16.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T03:15:16.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T03:15:17.223Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T03:15:17.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T03:15:17.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T03:15:18.463Z] using credential edgex-jenkins-ssh [2020-10-22T03:15:18.528Z] Cloning the remote Git repository [2020-10-22T03:15:18.592Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T03:15:18.704Z] > git init /w/workspace/edgex-go/203 # timeout=10 [2020-10-22T03:15:18.814Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T03:15:18.815Z] > git --version # timeout=10 [2020-10-22T03:15:18.830Z] > git --version # 'git version 2.17.1' [2020-10-22T03:15:18.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T03:15:18.910Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T03:15:42.839Z] Checking out Revision 276039d959642f82e27682464d1409e0b052ceab (master) [2020-10-22T03:15:42.164Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T03:15:42.199Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T03:15:42.225Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T03:15:42.261Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T03:15:42.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T03:15:42.274Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T03:15:42.860Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T03:15:42.883Z] > git checkout -f 276039d959642f82e27682464d1409e0b052ceab # timeout=10 [2020-10-22T03:15:47.392Z] Commit message: "Merge pull request #2827 from judehung/issue-2800" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T03:15:48.395Z] ========================================================= [2020-10-22T03:15:48.395Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T03:15:48.395Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:15:49.324Z] + 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-22T03:15:52.037Z] Sending build context to Docker daemon 165.1MB [2020-10-22T03:15:52.037Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T03:15:52.037Z] Step 2/7 : FROM ${BASE} [2020-10-22T03:15:52.314Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T03:15:52.596Z] b538f80385f9: Pulling fs layer [2020-10-22T03:15:52.596Z] 74f711af9a0d: Pulling fs layer [2020-10-22T03:15:52.596Z] 99f96fe45779: Pulling fs layer [2020-10-22T03:15:52.596Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T03:15:52.596Z] 45590311c82a: Pulling fs layer [2020-10-22T03:15:52.596Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T03:15:52.596Z] 209524e5b208: Pulling fs layer [2020-10-22T03:15:52.596Z] 8529a6b9a6be: Waiting [2020-10-22T03:15:52.596Z] 45590311c82a: Waiting [2020-10-22T03:15:52.596Z] 69ca0ff8b7b3: Waiting [2020-10-22T03:15:52.596Z] 209524e5b208: Waiting [2020-10-22T03:15:52.596Z] 99f96fe45779: Verifying Checksum [2020-10-22T03:15:52.596Z] 99f96fe45779: Download complete [2020-10-22T03:15:52.596Z] 74f711af9a0d: Verifying Checksum [2020-10-22T03:15:52.596Z] 74f711af9a0d: Download complete [2020-10-22T03:15:52.596Z] 45590311c82a: Verifying Checksum [2020-10-22T03:15:52.596Z] 45590311c82a: Download complete [2020-10-22T03:15:52.596Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T03:15:52.596Z] 69ca0ff8b7b3: Download complete [2020-10-22T03:15:52.596Z] b538f80385f9: Verifying Checksum [2020-10-22T03:15:52.596Z] b538f80385f9: Download complete [2020-10-22T03:15:53.198Z] b538f80385f9: Pull complete [2020-10-22T03:15:53.805Z] 74f711af9a0d: Pull complete [2020-10-22T03:15:54.079Z] 99f96fe45779: Pull complete [2020-10-22T03:15:55.057Z] 209524e5b208: Verifying Checksum [2020-10-22T03:15:55.057Z] 209524e5b208: Download complete [2020-10-22T03:15:56.257Z] Removing intermediate container bdeab7c95562 [2020-10-22T03:15:56.257Z] ---> e57f33200fc5 [2020-10-22T03:15:56.257Z] [2020-10-22T03:15:56.257Z] Step 10/20 : FROM alpine [2020-10-22T03:15:56.257Z] latest: Pulling from library/alpine [2020-10-22T03:15:56.257Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T03:15:56.257Z] Status: Downloaded newer image for alpine:latest [2020-10-22T03:15:56.257Z] ---> d6e46aa2470d [2020-10-22T03:15:56.257Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T03:15:56.257Z] ---> Running in 04ea5161f54c [2020-10-22T03:15:56.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:15:56.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:15:56.257Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:15:56.257Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:15:56.257Z] OK: 12744 distinct packages available [2020-10-22T03:15:56.257Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T03:15:56.257Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T03:15:56.257Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T03:15:56.257Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T03:15:56.257Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:15:56.257Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T03:15:56.257Z] OK: 7 MiB in 18 packages [2020-10-22T03:15:56.495Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T03:15:56.495Z] 8529a6b9a6be: Download complete [2020-10-22T03:15:57.711Z] Removing intermediate container 04ea5161f54c [2020-10-22T03:15:57.711Z] ---> 6a51d056e0bd [2020-10-22T03:15:57.711Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T03:15:57.711Z] ---> Running in 7603187b5504 [2020-10-22T03:15:57.711Z] Removing intermediate container eb75e5c0c5b0 [2020-10-22T03:15:57.711Z] ---> 5f24614a01cb [2020-10-22T03:15:57.711Z] [2020-10-22T03:15:57.711Z] Step 10/24 : FROM scratch [2020-10-22T03:15:57.711Z] ---> [2020-10-22T03:15:57.711Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T03:15:58.312Z] Removing intermediate container 7603187b5504 [2020-10-22T03:15:58.312Z] ---> 1d0575e05d27 [2020-10-22T03:15:58.312Z] Step 13/20 : WORKDIR /edgex [2020-10-22T03:15:58.312Z] ---> Running in 99a1ba1337fd [2020-10-22T03:16:00.893Z] ---> Running in f92854acdadb [2020-10-22T03:16:00.893Z] Removing intermediate container 99a1ba1337fd [2020-10-22T03:16:00.893Z] ---> 697d48f80e86 [2020-10-22T03:16:00.893Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T03:16:01.161Z] ---> Running in 55f8a2bcd0ed [2020-10-22T03:16:01.441Z] Removing intermediate container 8da4e312765b [2020-10-22T03:16:01.441Z] ---> c4046222684c [2020-10-22T03:16:01.441Z] [2020-10-22T03:16:01.441Z] Step 10/21 : FROM scratch [2020-10-22T03:16:01.441Z] ---> [2020-10-22T03:16:01.441Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:16:01.441Z] ---> Running in 6cd5899a778b [2020-10-22T03:16:01.441Z] Removing intermediate container f92854acdadb [2020-10-22T03:16:01.441Z] ---> ffa7247bd5f3 [2020-10-22T03:16:01.441Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T03:16:01.712Z] Removing intermediate container 55f8a2bcd0ed [2020-10-22T03:16:01.712Z] ---> bd8064f1c2a3 [2020-10-22T03:16:01.712Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T03:16:01.712Z] ---> Running in f641d141abd0 [2020-10-22T03:16:01.976Z] Removing intermediate container 6cd5899a778b [2020-10-22T03:16:01.976Z] ---> e2471c2629c0 [2020-10-22T03:16:01.976Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T03:16:03.910Z] Removing intermediate container f641d141abd0 [2020-10-22T03:16:03.910Z] ---> 0f5fd0df00f4 [2020-10-22T03:16:03.910Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T03:16:03.910Z] ---> Running in 4a01908e3b98 [2020-10-22T03:16:03.910Z] ---> af2c52ecf803 [2020-10-22T03:16:03.910Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T03:16:06.680Z] 8529a6b9a6be: Pull complete [2020-10-22T03:16:06.953Z] 45590311c82a: Pull complete [2020-10-22T03:16:07.227Z] 69ca0ff8b7b3: Pull complete [2020-10-22T03:16:07.233Z] Removing intermediate container 4a01908e3b98 [2020-10-22T03:16:07.233Z] ---> ba950074f4d2 [2020-10-22T03:16:07.233Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T03:16:07.233Z] Removing intermediate container 5e132c362695 [2020-10-22T03:16:07.233Z] ---> b64ce6084fcb [2020-10-22T03:16:07.233Z] [2020-10-22T03:16:07.233Z] Step 10/22 : FROM scratch [2020-10-22T03:16:07.233Z] ---> [2020-10-22T03:16:07.233Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:16:07.233Z] ---> 34c6f574357a [2020-10-22T03:16:07.233Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T03:16:07.233Z] ---> Using cache [2020-10-22T03:16:07.233Z] ---> e2471c2629c0 [2020-10-22T03:16:07.233Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T03:16:07.233Z] ---> 63758be59217 [2020-10-22T03:16:07.233Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T03:16:07.234Z] ---> Running in 695b822e98d7 [2020-10-22T03:16:07.234Z] ---> Running in 8d7995d83f2c [2020-10-22T03:16:07.234Z] Removing intermediate container 2c6236a60ea6 [2020-10-22T03:16:07.234Z] ---> 1fad3b1e098b [2020-10-22T03:16:07.234Z] [2020-10-22T03:16:07.234Z] Step 10/23 : FROM alpine [2020-10-22T03:16:07.234Z] ---> d6e46aa2470d [2020-10-22T03:16:07.234Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:16:07.234Z] ---> Running in b8341a15cff2 [2020-10-22T03:16:07.234Z] ---> Running in 30421cbec5f6 [2020-10-22T03:16:08.186Z] Removing intermediate container 8d7995d83f2c [2020-10-22T03:16:08.186Z] ---> 403eb7439c19 [2020-10-22T03:16:08.186Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T03:16:08.186Z] Removing intermediate container 695b822e98d7 [2020-10-22T03:16:08.186Z] ---> 4152b9706a0a [2020-10-22T03:16:08.186Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T03:16:08.186Z] ---> Running in 86af64366e61 [2020-10-22T03:16:08.762Z] Removing intermediate container b8341a15cff2 [2020-10-22T03:16:08.762Z] ---> 47898713db2f [2020-10-22T03:16:08.762Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T03:16:08.762Z] Removing intermediate container 30421cbec5f6 [2020-10-22T03:16:08.762Z] ---> ce9302e52a7a [2020-10-22T03:16:08.762Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T03:16:08.762Z] ---> f98756b3e2bf [2020-10-22T03:16:08.762Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T03:16:09.030Z] ---> Running in 1d9a5efa640f [2020-10-22T03:16:09.030Z] ---> b9f5501c3f40 [2020-10-22T03:16:09.030Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T03:16:09.030Z] ---> Running in 1d9b74ff4d12 [2020-10-22T03:16:09.030Z] Removing intermediate container 86af64366e61 [2020-10-22T03:16:09.030Z] ---> ecbc6f9b652f [2020-10-22T03:16:09.030Z] Step 14/22 : WORKDIR / [2020-10-22T03:16:09.030Z] ---> Running in 213289330b69 [2020-10-22T03:16:09.293Z] Removing intermediate container 1d9b74ff4d12 [2020-10-22T03:16:09.293Z] ---> 545280c48720 [2020-10-22T03:16:09.293Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T03:16:09.561Z] Removing intermediate container 1d9a5efa640f [2020-10-22T03:16:09.561Z] ---> e5be2d84b89b [2020-10-22T03:16:09.561Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T03:16:09.561Z] ---> Running in 71bd0eb9dbb8 [2020-10-22T03:16:09.561Z] Removing intermediate container 213289330b69 [2020-10-22T03:16:09.561Z] ---> 900e9c30d856 [2020-10-22T03:16:09.561Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T03:16:09.831Z] ---> Running in 37a27b532ce8 [2020-10-22T03:16:09.831Z] ---> c328d392dd98 [2020-10-22T03:16:09.831Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T03:16:09.831Z] ---> d6371906a905 [2020-10-22T03:16:09.831Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T03:16:10.101Z] Removing intermediate container 71bd0eb9dbb8 [2020-10-22T03:16:10.101Z] ---> a373ceba373b [2020-10-22T03:16:10.101Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:16:10.101Z] Removing intermediate container 37a27b532ce8 [2020-10-22T03:16:10.101Z] ---> 882ef7f1c693 [2020-10-22T03:16:10.101Z] Step 19/20 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:16:10.101Z] ---> 1f16eade0515 [2020-10-22T03:16:10.101Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T03:16:11.060Z] ---> Running in 493631a90f9b [2020-10-22T03:16:11.060Z] ---> Running in caefea344ac4 [2020-10-22T03:16:11.060Z] ---> 02e99c6f78a2 [2020-10-22T03:16:11.060Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T03:16:11.327Z] ---> 679ffeed2f44 [2020-10-22T03:16:11.327Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T03:16:11.327Z] ---> Running in 0b9e2dc3f245 [2020-10-22T03:16:11.542Z] 209524e5b208: Pull complete [2020-10-22T03:16:11.542Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T03:16:11.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T03:16:11.542Z] ---> 5bddaf1c2fca [2020-10-22T03:16:11.542Z] 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-22T03:16:11.594Z] ---> e5d4da9854db [2020-10-22T03:16:11.594Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T03:16:11.594Z] Removing intermediate container caefea344ac4 [2020-10-22T03:16:11.594Z] ---> 6d48271b5050 [2020-10-22T03:16:11.594Z] Step 20/20 : LABEL version=1.2.2-dev.87 [2020-10-22T03:16:11.858Z] ---> Running in bd5e5ec11913 [2020-10-22T03:16:11.858Z] ---> 7325c0accfe9 [2020-10-22T03:16:11.858Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T03:16:11.858Z] Removing intermediate container 0b9e2dc3f245 [2020-10-22T03:16:11.858Z] ---> 73fa2a1462a7 [2020-10-22T03:16:11.858Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:16:11.858Z] ---> Running in 5581838c2ca5 [2020-10-22T03:16:12.129Z] ---> 4e753d9bb0e4 [2020-10-22T03:16:12.129Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T03:16:12.129Z] Removing intermediate container bd5e5ec11913 [2020-10-22T03:16:12.129Z] ---> 2ec09f8a650e [2020-10-22T03:16:12.129Z] [2020-10-22T03:16:12.397Z] ---> Running in d583766b6d38 [2020-10-22T03:16:12.397Z] Successfully built 2ec09f8a650e [2020-10-22T03:16:12.397Z] Removing intermediate container 5581838c2ca5 [2020-10-22T03:16:12.397Z] ---> ed595a4a3e1e [2020-10-22T03:16:12.397Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T03:16:12.660Z] ---> 89fbb36c8d60 [2020-10-22T03:16:12.660Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T03:16:12.660Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T03:16:12.660Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-22T03:16:12.660Z] ---> Running in 7cfa31b4ac58 [2020-10-22T03:16:12.932Z] ---> Running in 0120cd2e1680 [2020-10-22T03:16:12.932Z] Removing intermediate container d583766b6d38 [2020-10-22T03:16:12.932Z] ---> 7a7155043224 [2020-10-22T03:16:12.932Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:16:12.932Z] Removing intermediate container 493631a90f9b [2020-10-22T03:16:12.932Z] ---> 4248ac3e6c54 [2020-10-22T03:16:12.932Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T03:16:14.233Z] ---> Running in 8fec4a757c8a [2020-10-22T03:16:14.988Z] ---> Running in df955d0d562b [2020-10-22T03:16:14.988Z] ---> Running in 293bb88e0a35 [2020-10-22T03:16:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:16:16.407Z] Removing intermediate container 7cfa31b4ac58 [2020-10-22T03:16:16.407Z] ---> e3707b90d4fd [2020-10-22T03:16:16.407Z] Step 20/21 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:16:16.407Z] Removing intermediate container 0120cd2e1680 [2020-10-22T03:16:16.407Z] ---> 975d56fc0449 [2020-10-22T03:16:16.407Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:16:16.407Z] ---> Running in 09d05486a71a [2020-10-22T03:16:16.407Z] ---> Running in b93fb1b56014 [2020-10-22T03:16:16.407Z] Removing intermediate container df955d0d562b [2020-10-22T03:16:16.407Z] ---> 950f96c04ca1 [2020-10-22T03:16:16.407Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T03:16:16.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:16:17.009Z] ---> Running in 315d634c0e0c [2020-10-22T03:16:17.603Z] Removing intermediate container b93fb1b56014 [2020-10-22T03:16:17.603Z] ---> ed9502951d4b [2020-10-22T03:16:17.603Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T03:16:17.603Z] Removing intermediate container 09d05486a71a [2020-10-22T03:16:17.603Z] ---> cea9ec1e573a [2020-10-22T03:16:17.603Z] Step 21/21 : LABEL version=1.2.2-dev.87 [2020-10-22T03:16:17.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:17.894Z] ---> Running in 013c4238b75a [2020-10-22T03:16:17.894Z] ---> Running in 675f9db88b20 [2020-10-22T03:16:17.894Z] Removing intermediate container 315d634c0e0c [2020-10-22T03:16:17.894Z] ---> 49faa71578b9 [2020-10-22T03:16:17.894Z] Step 21/22 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:16:18.239Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T03:16:18.851Z] (2/12) Installing file (5.38-r0) [2020-10-22T03:16:18.851Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T03:16:18.852Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T03:16:18.892Z] ---> Running in 3fcb6a0196b6 [2020-10-22T03:16:18.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:19.179Z] Removing intermediate container 675f9db88b20 [2020-10-22T03:16:19.179Z] ---> 02b1ab44c47e [2020-10-22T03:16:19.179Z] Step 23/24 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:16:19.179Z] Removing intermediate container 013c4238b75a [2020-10-22T03:16:19.179Z] ---> cf87719dc2f1 [2020-10-22T03:16:19.179Z] [2020-10-22T03:16:19.476Z] ---> Running in cc344518f9a0 [2020-10-22T03:16:20.074Z] Successfully built cf87719dc2f1 [2020-10-22T03:16:20.074Z] Removing intermediate container 3fcb6a0196b6 [2020-10-22T03:16:20.074Z] ---> 504cf98d8ca1 [2020-10-22T03:16:20.074Z] Step 22/22 : LABEL version=1.2.2-dev.87 [2020-10-22T03:16:20.074Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T03:16:20.074Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-10-22T03:16:20.074Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T03:16:20.343Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T03:16:20.343Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T03:16:21.364Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T03:16:21.640Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T03:16:21.935Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:16:21.935Z] OK: 8 MiB in 19 packages [2020-10-22T03:16:22.588Z] Removing intermediate container cc344518f9a0 [2020-10-22T03:16:22.588Z] ---> 2048c0d6563c [2020-10-22T03:16:22.588Z] Step 24/24 : LABEL version=1.2.2-dev.87 [2020-10-22T03:16:24.090Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:16:24.090Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:16:24.090Z] ---> 012c9c9047b2 [2020-10-22T03:16:24.090Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T03:16:24.090Z] ---> Using cache [2020-10-22T03:16:24.090Z] ---> 5afa4a5f36ed [2020-10-22T03:16:24.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:16:24.090Z] ---> Using cache [2020-10-22T03:16:24.090Z] ---> 6ac0d5890a22 [2020-10-22T03:16:24.090Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T03:16:25.606Z] ---> Running in 5ca7550000ea [2020-10-22T03:16:25.606Z] ---> Running in e8c14aeef6b5 [2020-10-22T03:16:25.606Z] ---> Running in f2074b45e90c [2020-10-22T03:16:25.902Z] Removing intermediate container 5ca7550000ea [2020-10-22T03:16:25.902Z] ---> 5e3830f66ae1 [2020-10-22T03:16:25.902Z] [2020-10-22T03:16:25.902Z] Removing intermediate container e8c14aeef6b5 [2020-10-22T03:16:25.902Z] ---> 15b11b76aaa7 [2020-10-22T03:16:25.902Z] [2020-10-22T03:16:25.902Z] Removing intermediate container 293bb88e0a35 [2020-10-22T03:16:25.902Z] ---> d9027e1270d9 [2020-10-22T03:16:25.902Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T03:16:25.902Z] Successfully built 5e3830f66ae1 [2020-10-22T03:16:25.902Z] Successfully built 15b11b76aaa7 [2020-10-22T03:16:25.902Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T03:16:26.174Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-10-22T03:16:26.174Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T03:16:26.174Z] Building docker-sys-mgmt-agent-go [2020-10-22T03:16:26.174Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:26.174Z] ---> 918053528768 [2020-10-22T03:16:26.174Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T03:16:27.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:28.461Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:16:28.461Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:16:28.461Z] OK: 12752 distinct packages available [2020-10-22T03:16:28.778Z] OK: 233 MiB in 51 packages [2020-10-22T03:16:29.119Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T03:16:29.404Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T03:16:29.404Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T03:16:29.404Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T03:16:29.600Z] ---> a745a0a48836 [2020-10-22T03:16:29.600Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T03:16:29.712Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T03:16:29.712Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T03:16:29.712Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T03:16:29.991Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T03:16:29.991Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T03:16:29.991Z] OK: 217 MiB in 51 packages [2020-10-22T03:16:32.279Z] ---> 6de92602333d [2020-10-22T03:16:32.279Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T03:16:32.875Z] ---> Running in 3ed1df6098ad [2020-10-22T03:16:33.866Z] Removing intermediate container f2074b45e90c [2020-10-22T03:16:33.867Z] ---> 72fa304d2b3f [2020-10-22T03:16:33.867Z] Step 6/22 : COPY go.mod . [2020-10-22T03:16:34.142Z] Removing intermediate container 3ed1df6098ad [2020-10-22T03:16:34.142Z] ---> 71c450383a3b [2020-10-22T03:16:34.142Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:16:34.439Z] Removing intermediate container 8fec4a757c8a [2020-10-22T03:16:34.439Z] ---> ba47788c46c1 [2020-10-22T03:16:34.439Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T03:16:34.439Z] ---> Running in 871fec2b4f47 [2020-10-22T03:16:34.747Z] Removing intermediate container 871fec2b4f47 [2020-10-22T03:16:34.747Z] ---> aa7f5917058d [2020-10-22T03:16:34.747Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T03:16:35.039Z] latest: Pulling from library/docker [2020-10-22T03:16:35.039Z] 5f621e34cdf4: Pulling fs layer [2020-10-22T03:16:35.039Z] 85db56a05063: Pulling fs layer [2020-10-22T03:16:35.039Z] ccb67d6aeaaa: Pulling fs layer [2020-10-22T03:16:35.039Z] a0b19fc83503: Pulling fs layer [2020-10-22T03:16:35.039Z] 8eb508b41278: Pulling fs layer [2020-10-22T03:16:35.039Z] 37236713561e: Pulling fs layer [2020-10-22T03:16:35.039Z] 07c93f2b1b56: Pulling fs layer [2020-10-22T03:16:35.039Z] a0b19fc83503: Waiting [2020-10-22T03:16:35.039Z] 8eb508b41278: Waiting [2020-10-22T03:16:35.039Z] 37236713561e: Waiting [2020-10-22T03:16:35.039Z] 07c93f2b1b56: Waiting [2020-10-22T03:16:35.130Z] ---> Running in 8e7e27992d24 [2020-10-22T03:16:35.323Z] 5f621e34cdf4: Verifying Checksum [2020-10-22T03:16:35.323Z] 5f621e34cdf4: Download complete [2020-10-22T03:16:35.323Z] ccb67d6aeaaa: Verifying Checksum [2020-10-22T03:16:35.323Z] ccb67d6aeaaa: Download complete [2020-10-22T03:16:35.399Z] ---> 04287c07c582 [2020-10-22T03:16:35.399Z] Step 7/22 : RUN go mod download [2020-10-22T03:16:35.603Z] 8eb508b41278: Verifying Checksum [2020-10-22T03:16:35.603Z] 8eb508b41278: Download complete [2020-10-22T03:16:35.665Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:16:35.665Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:16:35.665Z] ---> 012c9c9047b2 [2020-10-22T03:16:35.665Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T03:16:35.665Z] ---> Using cache [2020-10-22T03:16:35.665Z] ---> 5afa4a5f36ed [2020-10-22T03:16:35.665Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:16:35.665Z] ---> Using cache [2020-10-22T03:16:35.665Z] ---> 6ac0d5890a22 [2020-10-22T03:16:35.665Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T03:16:35.665Z] ---> Using cache [2020-10-22T03:16:35.665Z] ---> 72fa304d2b3f [2020-10-22T03:16:35.665Z] Step 6/26 : COPY go.mod . [2020-10-22T03:16:35.665Z] ---> Using cache [2020-10-22T03:16:35.665Z] ---> 04287c07c582 [2020-10-22T03:16:35.665Z] Step 7/26 : RUN go mod download [2020-10-22T03:16:35.884Z] 85db56a05063: Verifying Checksum [2020-10-22T03:16:35.884Z] 85db56a05063: Download complete [2020-10-22T03:16:35.884Z] 5f621e34cdf4: Pull complete [2020-10-22T03:16:35.884Z] 37236713561e: Verifying Checksum [2020-10-22T03:16:35.884Z] 37236713561e: Download complete [2020-10-22T03:16:35.884Z] 07c93f2b1b56: Verifying Checksum [2020-10-22T03:16:35.884Z] 07c93f2b1b56: Download complete [2020-10-22T03:16:36.495Z] 85db56a05063: Pull complete [2020-10-22T03:16:36.780Z] ccb67d6aeaaa: Pull complete [2020-10-22T03:16:37.103Z] ---> Running in 0c5bb12d743c [2020-10-22T03:16:37.103Z] ---> Running in 114f6dcd41b5 [2020-10-22T03:16:37.103Z] Removing intermediate container 8e7e27992d24 [2020-10-22T03:16:37.103Z] ---> 354b5b44d26f [2020-10-22T03:16:37.103Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T03:16:37.424Z] a0b19fc83503: Verifying Checksum [2020-10-22T03:16:37.424Z] a0b19fc83503: Download complete [2020-10-22T03:16:37.737Z] ---> Running in 5e9b2f703d92 [2020-10-22T03:16:39.216Z] Removing intermediate container 5e9b2f703d92 [2020-10-22T03:16:39.216Z] ---> e0374ed6e861 [2020-10-22T03:16:39.216Z] Step 22/23 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:16:40.195Z] ---> Running in f105c05864da [2020-10-22T03:16:40.819Z] Removing intermediate container f105c05864da [2020-10-22T03:16:40.819Z] ---> 08d5d49e225e [2020-10-22T03:16:40.819Z] Step 23/23 : LABEL version=1.2.2-dev.87 [2020-10-22T03:16:40.819Z] ---> Running in a64510cd9cc6 [2020-10-22T03:16:40.964Z] a0b19fc83503: Pull complete [2020-10-22T03:16:40.964Z] 8eb508b41278: Pull complete [2020-10-22T03:16:41.278Z] 37236713561e: Pull complete [2020-10-22T03:16:41.426Z] Removing intermediate container a64510cd9cc6 [2020-10-22T03:16:41.426Z] ---> e98fdb5c99b7 [2020-10-22T03:16:41.426Z] [2020-10-22T03:16:41.582Z] 07c93f2b1b56: Pull complete [2020-10-22T03:16:41.582Z] Digest: sha256:ca9126a14384baaa2462fc5bebf27aa506ba9e5f2b7cf59fc8ea7b4ea0415fc2 [2020-10-22T03:16:41.582Z] Status: Downloaded newer image for docker:latest [2020-10-22T03:16:41.709Z] Successfully built e98fdb5c99b7 [2020-10-22T03:16:41.709Z] Successfully tagged docker-core-data-go:latest [2020-10-22T03:16:41.709Z] Building docker-security-secrets-setup-go [2020-10-22T03:16:43.811Z]  Building docker-core-data-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:16:43.811Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:16:43.811Z] ---> 012c9c9047b2 [2020-10-22T03:16:43.811Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T03:16:43.811Z] ---> Using cache [2020-10-22T03:16:43.811Z] ---> 5afa4a5f36ed [2020-10-22T03:16:43.811Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:16:43.811Z] ---> Using cache [2020-10-22T03:16:43.811Z] ---> 6ac0d5890a22 [2020-10-22T03:16:43.811Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T03:16:43.811Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:16:43.811Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:16:43.811Z] ---> 012c9c9047b2 [2020-10-22T03:16:43.811Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T03:16:43.811Z] ---> Using cache [2020-10-22T03:16:43.811Z] ---> 5afa4a5f36ed [2020-10-22T03:16:43.811Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:16:43.811Z] ---> Using cache [2020-10-22T03:16:43.811Z] ---> 6ac0d5890a22 [2020-10-22T03:16:43.811Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T03:16:45.151Z] ---> e15a310fe85a [2020-10-22T03:16:45.151Z] Step 6/7 : COPY go.mod . [2020-10-22T03:16:45.757Z] ---> 841bfd18620a [2020-10-22T03:16:45.757Z] Step 7/7 : RUN go mod download [2020-10-22T03:16:45.757Z] ---> Running in 1287bfa0ad49 [2020-10-22T03:16:46.497Z] ---> Running in 903b717a748d [2020-10-22T03:16:46.497Z] ---> Running in 84b871924fe2 [2020-10-22T03:16:47.495Z] Removing intermediate container 0c5bb12d743c [2020-10-22T03:16:47.495Z] ---> 7c3b5e029f50 [2020-10-22T03:16:47.495Z] Step 8/26 : COPY . . [2020-10-22T03:16:49.491Z] Removing intermediate container 114f6dcd41b5 [2020-10-22T03:16:49.491Z] ---> 7222bde26751 [2020-10-22T03:16:49.491Z] Step 8/22 : COPY . . [2020-10-22T03:16:49.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:49.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:50.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:50.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:16:51.454Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:16:51.454Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:16:51.454Z] OK: 12752 distinct packages available [2020-10-22T03:16:51.454Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:16:51.454Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:16:51.454Z] OK: 12752 distinct packages available [2020-10-22T03:16:51.721Z] OK: 233 MiB in 51 packages [2020-10-22T03:16:51.721Z] OK: 233 MiB in 51 packages [2020-10-22T03:16:52.315Z] OK: 233 MiB in 51 packages [2020-10-22T03:16:55.677Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:16:55.677Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T03:16:55.677Z] ---> 012c9c9047b2 [2020-10-22T03:16:55.677Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T03:16:55.677Z] ---> Using cache [2020-10-22T03:16:55.677Z] ---> 5afa4a5f36ed [2020-10-22T03:16:55.677Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T03:16:57.077Z] Removing intermediate container 903b717a748d [2020-10-22T03:16:57.077Z] ---> f48b187346d4 [2020-10-22T03:16:57.077Z] Step 6/27 : COPY go.mod . [2020-10-22T03:16:57.077Z] Removing intermediate container 84b871924fe2 [2020-10-22T03:16:57.077Z] ---> 306168ec5ae3 [2020-10-22T03:16:57.077Z] Step 6/22 : COPY go.mod . [2020-10-22T03:16:57.663Z] ---> Running in 0aaffd40de0c [2020-10-22T03:16:58.261Z] ---> 6297882f94f5 [2020-10-22T03:16:58.261Z] Step 7/22 : RUN go mod download [2020-10-22T03:16:58.529Z] ---> a7df5ca098bf [2020-10-22T03:16:58.529Z] Step 7/27 : RUN go mod download [2020-10-22T03:16:59.987Z] ---> Running in aa0a892a47a6 [2020-10-22T03:16:59.987Z] ---> Running in 1070ea452c28 [2020-10-22T03:16:59.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:17:00.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:17:02.479Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:17:02.479Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:17:02.479Z] OK: 12752 distinct packages available [2020-10-22T03:17:02.759Z] OK: 233 MiB in 51 packages [2020-10-22T03:17:05.336Z] Removing intermediate container 1070ea452c28 [2020-10-22T03:17:05.336Z] ---> 534d21a4e6b1 [2020-10-22T03:17:05.336Z] Step 8/27 : COPY . . [2020-10-22T03:17:07.917Z] Removing intermediate container aa0a892a47a6 [2020-10-22T03:17:07.917Z] ---> cc72febee292 [2020-10-22T03:17:07.917Z] Step 8/22 : COPY . . [2020-10-22T03:17:09.326Z] Removing intermediate container 0aaffd40de0c [2020-10-22T03:17:09.326Z] ---> 0d08dd420049 [2020-10-22T03:17:09.326Z] Step 5/29 : COPY go.mod . [2020-10-22T03:17:10.291Z] ---> 2958ef0ac2f4 [2020-10-22T03:17:10.291Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T03:17:10.291Z] ---> 34bc8a22f7cd [2020-10-22T03:17:10.291Z] 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-22T03:17:12.605Z] Removing intermediate container 1287bfa0ad49 [2020-10-22T03:17:12.605Z] ---> 0cdbb99431d5 [2020-10-22T03:17:12.605Z] Successfully built 0cdbb99431d5 [2020-10-22T03:17:12.605Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:17:13.039Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T03:17:13.039Z] . [Pipeline] withDockerContainer [2020-10-22T03:17:13.382Z] prd-ubuntu18.04-docker-arm64-4c-16g-8131 does not seem to be running inside a container [2020-10-22T03:17:13.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:17:14.586Z] ---> 246325c4c6b9 [2020-10-22T03:17:14.587Z] Step 6/29 : RUN go mod download [2020-10-22T03:17:15.476Z] $ docker top 62cba87c2df9921e71c2be589d4e936b275417c062572ff63cc1c8bb93841aea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T03:17:16.569Z] ---> Running in 7cb0db931d75 [2020-10-22T03:17:16.569Z] ---> Running in f6bcb40b2cbb [2020-10-22T03:17:16.985Z] + go version [2020-10-22T03:17:16.985Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T03:17:17.010Z] $ docker stop --time=1 62cba87c2df9921e71c2be589d4e936b275417c062572ff63cc1c8bb93841aea [2020-10-22T03:17:17.527Z] ---> Running in d558ea916a7d [2020-10-22T03:17:18.871Z] $ docker rm -f 62cba87c2df9921e71c2be589d4e936b275417c062572ff63cc1c8bb93841aea [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-22T03:17:20.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T03:17:20.605Z] [2020-10-22T03:17:20.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:17:21.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T03:17:21.019Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T03:17:21.019Z] 29e5d40040c1: Pulling fs layer [2020-10-22T03:17:21.019Z] 1ce36da41761: Pulling fs layer [2020-10-22T03:17:21.019Z] 25b303627fd3: Pulling fs layer [2020-10-22T03:17:21.626Z] 29e5d40040c1: Verifying Checksum [2020-10-22T03:17:21.626Z] 29e5d40040c1: Download complete [2020-10-22T03:17:21.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T03:17:21.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T03:17:22.230Z] 1ce36da41761: Verifying Checksum [2020-10-22T03:17:22.230Z] 1ce36da41761: Download complete [2020-10-22T03:17:22.230Z] 29e5d40040c1: Pull complete [2020-10-22T03:17:23.211Z] 1ce36da41761: Pull complete [2020-10-22T03:17:23.484Z] 25b303627fd3: Download complete [2020-10-22T03:17:25.174Z] ---> 4a98f38d4a39 [2020-10-22T03:17:25.174Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T03:17:25.174Z] ---> Running in fcf6e62ac4f3 [2020-10-22T03:17:27.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T03:17:27.173Z] Removing intermediate container d558ea916a7d [2020-10-22T03:17:27.173Z] ---> 3caf151dfc0f [2020-10-22T03:17:27.173Z] Step 7/29 : COPY . . [2020-10-22T03:17:33.653Z] 25b303627fd3: Pull complete [2020-10-22T03:17:33.653Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T03:17:33.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T03:17:33.653Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T03:17:33.889Z] ---> 8e7ed3dc03c0 [2020-10-22T03:17:33.889Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T03:17:33.914Z] prd-ubuntu18.04-docker-arm64-4c-16g-8131 does not seem to be running inside a container [2020-10-22T03:17:34.027Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:17:35.319Z] ---> Running in 623063921f30 [2020-10-22T03:17:37.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T03:17:37.670Z] $ docker top 6557c4a13ff3440eb2adf21ae8851b6413e4aa1f8b0c8f4b6a5d48db44a188eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T03:17:39.174Z] + docker-compose build --help [2020-10-22T03:17:39.174Z] + grep parallel [2020-10-22T03:17:44.605Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T03:17:44.644Z] $ docker stop --time=1 6557c4a13ff3440eb2adf21ae8851b6413e4aa1f8b0c8f4b6a5d48db44a188eb [2020-10-22T03:17:46.616Z] $ docker rm -f 6557c4a13ff3440eb2adf21ae8851b6413e4aa1f8b0c8f4b6a5d48db44a188eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:17:47.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T03:17:47.507Z] . [Pipeline] withDockerContainer [2020-10-22T03:17:47.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-8131 does not seem to be running inside a container [2020-10-22T03:17:48.010Z] $ 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/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:17:49.565Z] $ docker top c21875d9cbd8f1730eef1ad51f23e6243d48e8ecd89111952d113d0a5ea8be8d -eo pid,comm [2020-10-22T03:17:49.856Z] ---> b735f4bfb159 [2020-10-22T03:17:49.856Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T03:17:49.856Z] ---> Running in 6b841bc1ab13 [2020-10-22T03:17:49.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [Pipeline] { [Pipeline] sh [2020-10-22T03:17:50.705Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T03:17:51.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T03:17:55.028Z] Building docker-core-command-go ... [2020-10-22T03:17:55.028Z] Building docker-core-data-go ... [2020-10-22T03:17:55.028Z] Building docker-core-metadata-go ... [2020-10-22T03:17:55.028Z] Building docker-security-proxy-setup-go ... [2020-10-22T03:17:55.028Z] Building docker-security-secrets-setup-go ... [2020-10-22T03:17:55.028Z] Building docker-security-secretstore-setup-go ... [2020-10-22T03:17:55.028Z] Building docker-support-logging-go ... [2020-10-22T03:17:55.028Z] Building docker-support-notifications-go ... [2020-10-22T03:17:55.028Z] Building docker-support-scheduler-go ... [2020-10-22T03:17:55.028Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T03:17:55.028Z] Building docker-security-proxy-setup-go [2020-10-22T03:17:55.028Z] Building docker-sys-mgmt-agent-go [2020-10-22T03:17:55.028Z] Building docker-core-metadata-go [2020-10-22T03:17:55.028Z] Building docker-security-secrets-setup-go [2020-10-22T03:17:55.028Z] Building docker-security-secretstore-setup-go [2020-10-22T03:17:57.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T03:18:03.441Z] Removing intermediate container fcf6e62ac4f3 [2020-10-22T03:18:03.441Z] ---> 353111c24756 [2020-10-22T03:18:03.441Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T03:18:03.441Z] ---> Running in b0895ff1ee0a [2020-10-22T03:18:04.057Z] Removing intermediate container f6bcb40b2cbb [2020-10-22T03:18:04.057Z] ---> 5800181bb664 [2020-10-22T03:18:04.057Z] [2020-10-22T03:18:04.057Z] Step 10/22 : FROM scratch [2020-10-22T03:18:04.057Z] ---> [2020-10-22T03:18:04.057Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:18:05.082Z] ---> Using cache [2020-10-22T03:18:05.082Z] ---> e2471c2629c0 [2020-10-22T03:18:05.082Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T03:18:05.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T03:18:06.229Z] ---> Running in 7c9f4e8cd808 [2020-10-22T03:18:06.229Z] Removing intermediate container 7cb0db931d75 [2020-10-22T03:18:06.229Z] ---> 21ab0e20a17b [2020-10-22T03:18:06.229Z] [2020-10-22T03:18:06.229Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T03:18:06.624Z] Removing intermediate container 7c9f4e8cd808 [2020-10-22T03:18:06.624Z] ---> c342326f77fc [2020-10-22T03:18:06.624Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T03:18:06.624Z] ---> Running in 9755f3eca96d [2020-10-22T03:18:07.001Z] Removing intermediate container 9755f3eca96d [2020-10-22T03:18:07.001Z] ---> 93119128e13c [2020-10-22T03:18:07.001Z] Step 14/22 : WORKDIR / [2020-10-22T03:18:07.368Z] ---> Running in 1f07211829ed [2020-10-22T03:18:07.766Z] 3.10: Pulling from library/alpine [2020-10-22T03:18:08.037Z] Removing intermediate container 1f07211829ed [2020-10-22T03:18:08.037Z] ---> 43d7a9bea3d0 [2020-10-22T03:18:08.037Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T03:18:09.453Z] Removing intermediate container b0895ff1ee0a [2020-10-22T03:18:09.453Z] ---> 794637c22095 [2020-10-22T03:18:09.453Z] [2020-10-22T03:18:09.453Z] Step 11/27 : FROM docker:latest [2020-10-22T03:18:09.453Z] ---> 57e1c8313ec1 [2020-10-22T03:18:09.453Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T03:18:09.721Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T03:18:09.721Z] ---> 49a2f4630108 [2020-10-22T03:18:09.721Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T03:18:09.993Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T03:18:09.993Z] ---> be4e4bea2c2e [2020-10-22T03:18:09.993Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T03:18:09.993Z] ---> Running in 287d1564c537 [2020-10-22T03:18:09.993Z] Removing intermediate container 623063921f30 [2020-10-22T03:18:09.993Z] ---> 0304d55d09b9 [2020-10-22T03:18:09.993Z] [2020-10-22T03:18:09.993Z] Step 10/22 : FROM scratch [2020-10-22T03:18:09.993Z] ---> [2020-10-22T03:18:09.993Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T03:18:09.993Z] ---> Using cache [2020-10-22T03:18:09.993Z] ---> 697d48f80e86 [2020-10-22T03:18:09.993Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T03:18:10.267Z] ---> Running in 3723eee5bacd [2020-10-22T03:18:10.536Z] ---> Running in a1477465ef9e [2020-10-22T03:18:10.536Z] ---> 23a49f5c7895 [2020-10-22T03:18:10.536Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T03:18:10.812Z] Removing intermediate container a1477465ef9e [2020-10-22T03:18:10.812Z] ---> 2f0002b3f5c0 [2020-10-22T03:18:10.812Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T03:18:10.812Z] ---> Running in 346849d7bb4f [2020-10-22T03:18:11.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:11.096Z] Removing intermediate container 346849d7bb4f [2020-10-22T03:18:11.096Z] ---> bef0eb835dd0 [2020-10-22T03:18:11.096Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T03:18:11.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:11.372Z] ---> efb7e2d203bb [2020-10-22T03:18:11.372Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T03:18:11.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:11.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:11.668Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T03:18:11.668Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T03:18:11.668Z] OK: 10346 distinct packages available [2020-10-22T03:18:11.947Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T03:18:11.947Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T03:18:11.947Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T03:18:11.947Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T03:18:11.947Z] ---> Running in 4c1aa1dc3c1d [2020-10-22T03:18:11.947Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T03:18:11.947Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T03:18:11.947Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T03:18:11.947Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T03:18:11.947Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T03:18:11.947Z] Executing bash-5.0.17-r0.post-install [2020-10-22T03:18:11.947Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T03:18:11.947Z] OK: 12 MiB in 22 packages [2020-10-22T03:18:12.214Z] OK: 7 MiB in 19 packages [2020-10-22T03:18:12.214Z] ---> a10c64a63474 [2020-10-22T03:18:12.214Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T03:18:12.480Z] Removing intermediate container 4c1aa1dc3c1d [2020-10-22T03:18:12.480Z] ---> 22b3384743f7 [2020-10-22T03:18:12.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:18:12.750Z] ---> Running in 62947ded1641 [2020-10-22T03:18:12.750Z] ---> ee0836096c15 [2020-10-22T03:18:12.750Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T03:18:13.343Z] Removing intermediate container 62947ded1641 [2020-10-22T03:18:13.343Z] ---> 45d44a8bb952 [2020-10-22T03:18:13.343Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T03:18:15.295Z] Removing intermediate container 287d1564c537 [2020-10-22T03:18:15.295Z] ---> 2871ccf9bd3a [2020-10-22T03:18:15.295Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T03:18:15.559Z] ---> Running in b9935093232d [2020-10-22T03:18:15.559Z] ---> 37e1532e7c50 [2020-10-22T03:18:15.560Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T03:18:15.560Z] Removing intermediate container 3723eee5bacd [2020-10-22T03:18:15.560Z] ---> 3731a4e15b21 [2020-10-22T03:18:15.560Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T03:18:15.560Z] ---> Running in ef4c3e5a090e [2020-10-22T03:18:15.560Z] Removing intermediate container 6b841bc1ab13 [2020-10-22T03:18:15.560Z] ---> 1b658b35be5a [2020-10-22T03:18:15.560Z] [2020-10-22T03:18:15.560Z] Step 9/29 : FROM alpine:latest [2020-10-22T03:18:15.560Z] ---> d6e46aa2470d [2020-10-22T03:18:15.560Z] 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-22T03:18:15.824Z] ---> Running in ef133a927ba1 [2020-10-22T03:18:16.089Z] ---> Running in eb39362823fa [2020-10-22T03:18:16.089Z] Removing intermediate container b9935093232d [2020-10-22T03:18:16.089Z] ---> 216f5e4bc002 [2020-10-22T03:18:16.089Z] Step 21/22 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:18:16.089Z] ---> a87f30670ec1 [2020-10-22T03:18:16.089Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T03:18:16.089Z] ---> Running in 0c118114c37b [2020-10-22T03:18:16.354Z] ---> Running in 44a781080d50 [2020-10-22T03:18:16.354Z] Removing intermediate container ef133a927ba1 [2020-10-22T03:18:16.354Z] ---> 46da20d4d9f0 [2020-10-22T03:18:16.354Z] Step 13/26 : WORKDIR / [2020-10-22T03:18:16.354Z] Removing intermediate container eb39362823fa [2020-10-22T03:18:16.354Z] ---> 2971a15a9878 [2020-10-22T03:18:16.354Z] Step 11/29 : USER root [2020-10-22T03:18:16.354Z] ---> Running in 81a987f92148 [2020-10-22T03:18:16.619Z] ---> Running in fbf07e8c746a [2020-10-22T03:18:16.619Z] Removing intermediate container 0c118114c37b [2020-10-22T03:18:16.619Z] ---> 9a8c207b84d0 [2020-10-22T03:18:16.619Z] Step 22/22 : LABEL version=1.2.2-dev.87 [2020-10-22T03:18:16.619Z] Removing intermediate container 44a781080d50 [2020-10-22T03:18:16.619Z] ---> d8870bd5ff49 [2020-10-22T03:18:16.619Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:18:16.892Z] ---> Running in c67c2aa58b87 [2020-10-22T03:18:16.892Z] ---> Running in 757b4487add9 [2020-10-22T03:18:16.892Z] Removing intermediate container 81a987f92148 [2020-10-22T03:18:16.892Z] ---> c9fa544b11b0 [2020-10-22T03:18:16.892Z] 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-22T03:18:17.160Z] Removing intermediate container fbf07e8c746a [2020-10-22T03:18:17.160Z] ---> 05274d43d2af [2020-10-22T03:18:17.160Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T03:18:17.160Z] Removing intermediate container c67c2aa58b87 [2020-10-22T03:18:17.160Z] ---> c4da1cdb20c8 [2020-10-22T03:18:17.160Z] [2020-10-22T03:18:17.428Z] ---> Running in e826dfeb770e [2020-10-22T03:18:17.428Z] Removing intermediate container 757b4487add9 [2020-10-22T03:18:17.428Z] ---> 8e37d8148d3d [2020-10-22T03:18:17.428Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T03:18:17.428Z] Successfully built c4da1cdb20c8 [2020-10-22T03:18:17.428Z] Removing intermediate container ef4c3e5a090e [2020-10-22T03:18:17.428Z] ---> c1c3d5768666 [2020-10-22T03:18:17.428Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T03:18:17.428Z] Successfully tagged docker-core-command-go:latest [2020-10-22T03:18:17.713Z]  Building docker-core-command-go ... done  ---> 04e6201f7666 [2020-10-22T03:18:17.713Z] 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-22T03:18:17.713Z] ---> Running in 8c1591c40891 [2020-10-22T03:18:17.713Z] ---> Running in 59bd9bab6fef [2020-10-22T03:18:17.993Z] Removing intermediate container 8c1591c40891 [2020-10-22T03:18:17.993Z] ---> 3b9c9bb2270a [2020-10-22T03:18:17.993Z] Step 21/22 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:18:17.993Z] Removing intermediate container 59bd9bab6fef [2020-10-22T03:18:17.993Z] ---> d2d1ba92d50f [2020-10-22T03:18:17.993Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T03:18:17.993Z] ---> 5b55c0eba39e [2020-10-22T03:18:17.993Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T03:18:18.258Z] ---> Running in 21caeb617a17 [2020-10-22T03:18:18.258Z] ---> Running in 4f686d68149d [2020-10-22T03:18:18.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:18.258Z] Removing intermediate container 21caeb617a17 [2020-10-22T03:18:18.258Z] ---> f6c543875248 [2020-10-22T03:18:18.258Z] Step 22/22 : LABEL version=1.2.2-dev.87 [2020-10-22T03:18:18.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:18.528Z] Removing intermediate container 4f686d68149d [2020-10-22T03:18:18.528Z] ---> a923f6dc617f [2020-10-22T03:18:18.528Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T03:18:18.528Z] ---> Running in b0d9625f2427 [2020-10-22T03:18:18.528Z] ---> Running in f0ba07ca4072 [2020-10-22T03:18:18.528Z] ---> 9c87cb27bb29 [2020-10-22T03:18:18.528Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T03:18:18.528Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:18:18.528Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:18:18.528Z] OK: 12744 distinct packages available [2020-10-22T03:18:18.805Z] Removing intermediate container f0ba07ca4072 [2020-10-22T03:18:18.805Z] ---> 7f65028f6945 [2020-10-22T03:18:18.805Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T03:18:18.805Z] Removing intermediate container b0d9625f2427 [2020-10-22T03:18:18.805Z] ---> f0491f66165f [2020-10-22T03:18:18.805Z] [2020-10-22T03:18:18.805Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T03:18:19.070Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T03:18:19.070Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:18:19.070Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T03:18:19.070Z] OK: 6 MiB in 16 packages [2020-10-22T03:18:19.345Z] Successfully built f0491f66165f [2020-10-22T03:18:19.345Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T03:18:19.943Z]  Building docker-support-logging-go ... done  ---> c0b09e105227 [2020-10-22T03:18:19.943Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T03:18:19.943Z] ---> d131ced79d13 [2020-10-22T03:18:19.943Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T03:18:20.550Z] ---> ab750dfdab3c [2020-10-22T03:18:20.550Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T03:18:20.550Z] Removing intermediate container e826dfeb770e [2020-10-22T03:18:20.550Z] ---> 0fe038cdf3cd [2020-10-22T03:18:20.550Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T03:18:20.550Z] ---> b2f8b446612c [2020-10-22T03:18:20.550Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T03:18:20.550Z] ---> Running in 1d97a3bb47cd [2020-10-22T03:18:20.823Z] Removing intermediate container 1d97a3bb47cd [2020-10-22T03:18:20.823Z] ---> 731b378f21a0 [2020-10-22T03:18:20.823Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T03:18:21.092Z] ---> 8485253d41fe [2020-10-22T03:18:21.092Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T03:18:21.092Z] ---> Running in 3f9a450ec94d [2020-10-22T03:18:21.092Z] ---> Running in 970d56647910 [2020-10-22T03:18:21.092Z] ---> 91fe57bf32ba [2020-10-22T03:18:21.092Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T03:18:21.383Z] Removing intermediate container 3f9a450ec94d [2020-10-22T03:18:21.383Z] ---> 976ee426e273 [2020-10-22T03:18:21.383Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T03:18:21.383Z] ---> Running in 2233adbdb255 [2020-10-22T03:18:21.992Z] ---> 419b1d5c6afd [2020-10-22T03:18:21.992Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T03:18:21.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:21.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:21.992Z] ---> c5e6732e92e1 [2020-10-22T03:18:21.992Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T03:18:22.259Z] ---> Running in 7b682eb20dda [2020-10-22T03:18:22.259Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T03:18:22.259Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T03:18:22.259Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T03:18:22.259Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T03:18:22.259Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T03:18:22.259Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T03:18:22.259Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T03:18:23.232Z] Removing intermediate container 2233adbdb255 [2020-10-22T03:18:23.232Z] ---> 65f69fe130d4 [2020-10-22T03:18:23.232Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T03:18:26.596Z] ---> f177750e9c25 [2020-10-22T03:18:26.596Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T03:18:26.596Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T03:18:26.596Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T03:18:26.596Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T03:18:26.596Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T03:18:26.596Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T03:18:26.596Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T03:18:26.596Z] Removing intermediate container 7b682eb20dda [2020-10-22T03:18:26.596Z] ---> 0abf9a2c3ebc [2020-10-22T03:18:26.596Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T03:18:26.596Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T03:18:26.596Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T03:18:27.243Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T03:18:27.243Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T03:18:27.243Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T03:18:27.243Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T03:18:27.514Z] ---> Running in 19844c51082b [2020-10-22T03:18:27.514Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T03:18:27.514Z] ---> c02843f70b4b [2020-10-22T03:18:27.514Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T03:18:27.514Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T03:18:27.514Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T03:18:27.514Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T03:18:27.514Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T03:18:27.790Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T03:18:27.790Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T03:18:27.790Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T03:18:27.790Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T03:18:27.790Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T03:18:27.790Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T03:18:28.413Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T03:18:28.681Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T03:18:28.681Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T03:18:28.681Z] Removing intermediate container 19844c51082b [2020-10-22T03:18:28.681Z] ---> b8e61951bbc9 [2020-10-22T03:18:28.681Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T03:18:29.280Z] ---> 1ee67b68f21b [2020-10-22T03:18:29.280Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T03:18:29.280Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T03:18:29.280Z] OK: 71 MiB in 55 packages [2020-10-22T03:18:29.549Z] ---> Running in d00d1f4eb848 [2020-10-22T03:18:29.549Z] Removing intermediate container d00d1f4eb848 [2020-10-22T03:18:29.549Z] ---> 9a74b8707d86 [2020-10-22T03:18:29.549Z] Step 25/26 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:18:29.831Z] ---> 646aa697bcd7 [2020-10-22T03:18:29.831Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T03:18:29.831Z] ---> Running in bf20d5558d07 [2020-10-22T03:18:30.101Z] Removing intermediate container bf20d5558d07 [2020-10-22T03:18:30.101Z] ---> c60eb6e3c523 [2020-10-22T03:18:30.101Z] Step 26/26 : LABEL version=1.2.2-dev.87 [2020-10-22T03:18:33.470Z] ---> Running in 0f253121cf1a [2020-10-22T03:18:33.470Z] ---> a68726a8c214 [2020-10-22T03:18:33.470Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T03:18:34.426Z] ---> Running in 4cac81148e02 [2020-10-22T03:18:34.426Z] Removing intermediate container 0f253121cf1a [2020-10-22T03:18:34.426Z] ---> 24e7b5e47067 [2020-10-22T03:18:34.426Z] [2020-10-22T03:18:34.692Z] Successfully built 24e7b5e47067 [2020-10-22T03:18:34.692Z] Removing intermediate container 970d56647910 [2020-10-22T03:18:34.692Z] ---> b453943a9b8c [2020-10-22T03:18:34.692Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T03:18:34.964Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T03:18:35.236Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 01b5d549af37 [2020-10-22T03:18:35.839Z] Removing intermediate container 4cac81148e02 [2020-10-22T03:18:35.839Z] ---> 343a81da2a20 [2020-10-22T03:18:35.839Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T03:18:36.108Z] ---> 6ba4bdff1386 [2020-10-22T03:18:36.108Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T03:18:36.108Z] ---> Running in 93b1a72a0a1e [2020-10-22T03:18:36.693Z] Collecting docker-compose==1.23.2 [2020-10-22T03:18:36.977Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T03:18:36.977Z] Removing intermediate container 93b1a72a0a1e [2020-10-22T03:18:36.977Z] ---> 55d9a33512f6 [2020-10-22T03:18:36.977Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T03:18:36.977Z] ---> Running in 8fd3e8d14d2f [2020-10-22T03:18:37.255Z] Collecting PyYAML<4,>=3.10 [2020-10-22T03:18:37.255Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T03:18:39.379Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T03:18:39.379Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T03:18:39.379Z] Removing intermediate container 8fd3e8d14d2f [2020-10-22T03:18:39.379Z] ---> 7fc9fba1070f [2020-10-22T03:18:39.379Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T03:18:39.379Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T03:18:39.379Z] ---> Running in 7ef33c4342e4 [2020-10-22T03:18:39.379Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T03:18:39.651Z] 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-22T03:18:39.651Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T03:18:39.651Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T03:18:39.651Z] Removing intermediate container 7ef33c4342e4 [2020-10-22T03:18:39.651Z] ---> d1851831cb74 [2020-10-22T03:18:39.651Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T03:18:39.651Z] ---> Running in da8daaa464d7 [2020-10-22T03:18:39.921Z] Removing intermediate container da8daaa464d7 [2020-10-22T03:18:39.921Z] ---> c485745f1699 [2020-10-22T03:18:39.921Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T03:18:39.921Z] ---> Running in 17b9ae543ca9 [2020-10-22T03:18:40.190Z] Removing intermediate container 17b9ae543ca9 [2020-10-22T03:18:40.190Z] ---> 8cea6c7ba369 [2020-10-22T03:18:40.190Z] Step 28/29 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:18:40.190Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T03:18:40.190Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T03:18:40.190Z] ---> Running in d696503076fb [2020-10-22T03:18:40.457Z] Removing intermediate container d696503076fb [2020-10-22T03:18:40.457Z] ---> bf58da617719 [2020-10-22T03:18:40.457Z] Step 29/29 : LABEL version=1.2.2-dev.87 [2020-10-22T03:18:40.457Z] ---> Running in a5a7da5e9aa9 [2020-10-22T03:18:40.457Z] Removing intermediate container a5a7da5e9aa9 [2020-10-22T03:18:40.457Z] ---> cbf1377c53eb [2020-10-22T03:18:40.457Z] [2020-10-22T03:18:40.724Z] Successfully built cbf1377c53eb [2020-10-22T03:18:40.724Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T03:18:40.724Z]  Building docker-security-secrets-setup-go ... done Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T03:18:40.724Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T03:18:40.988Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T03:18:40.988Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T03:18:40.988Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T03:18:40.988Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T03:18:41.945Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T03:18:41.945Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T03:18:41.945Z] 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-22T03:18:41.945Z] 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-22T03:18:41.945Z] Collecting idna<2.8,>=2.5 [2020-10-22T03:18:41.945Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T03:18:41.945Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T03:18:41.945Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T03:18:42.068Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:18:42.068Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:18:42.068Z] ---> 0cdbb99431d5 [2020-10-22T03:18:42.068Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T03:18:42.068Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:18:42.068Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:18:42.068Z] ---> 0cdbb99431d5 [2020-10-22T03:18:42.068Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T03:18:42.068Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:18:42.068Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:18:42.068Z] ---> 0cdbb99431d5 [2020-10-22T03:18:42.068Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T03:18:42.068Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:18:42.068Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:18:42.068Z] ---> 0cdbb99431d5 [2020-10-22T03:18:42.068Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T03:18:42.068Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:18:42.068Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T03:18:42.068Z] ---> 0cdbb99431d5 [2020-10-22T03:18:42.068Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T03:18:42.068Z] ---> Running in 0211e1583551 [2020-10-22T03:18:42.068Z] ---> Running in a6920e2560ad [2020-10-22T03:18:42.068Z] ---> Running in 690540daa363 [2020-10-22T03:18:42.068Z] ---> Running in 402b8f1db369 [2020-10-22T03:18:42.068Z] ---> Running in ca23bc44736a [2020-10-22T03:18:42.213Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T03:18:42.213Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T03:18:42.213Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T03:18:42.213Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T03:18:42.213Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T03:18:42.214Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T03:18:42.342Z] Removing intermediate container ca23bc44736a [2020-10-22T03:18:42.343Z] Removing intermediate container 690540daa363 [2020-10-22T03:18:42.343Z] ---> f998d5851f68 [2020-10-22T03:18:42.343Z] ---> 6d6d7b1f9783 [2020-10-22T03:18:42.343Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/29 : RUN apk update && apk add make git [2020-10-22T03:18:42.343Z] [2020-10-22T03:18:42.343Z] Removing intermediate container a6920e2560ad [2020-10-22T03:18:42.343Z] ---> 7d3ea0b1af0c [2020-10-22T03:18:42.343Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:18:42.343Z] Removing intermediate container 0211e1583551 [2020-10-22T03:18:42.343Z] ---> 0500e3b97f97 [2020-10-22T03:18:42.343Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:18:42.480Z] Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, texttable, dockerpty, websocket-client, cached-property, docopt, docker-pycreds, docker, docker-compose [2020-10-22T03:18:42.480Z] Running setup.py install for PyYAML: started [2020-10-22T03:18:42.622Z] Removing intermediate container 402b8f1db369 [2020-10-22T03:18:42.622Z] ---> 6f10d9ffe0a8 [2020-10-22T03:18:42.622Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:18:42.622Z] ---> Running in f3592e79fb56 [2020-10-22T03:18:42.622Z] ---> Running in 763c044b72da [2020-10-22T03:18:42.622Z] ---> Running in 75b671b85c61 [2020-10-22T03:18:42.622Z] ---> Running in f07454efe5a8 [2020-10-22T03:18:42.622Z] ---> Running in b04ed6aa3766 [2020-10-22T03:18:43.061Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T03:18:43.061Z] Attempting uninstall: idna [2020-10-22T03:18:43.061Z] Found existing installation: idna 2.9 [2020-10-22T03:18:43.061Z] Uninstalling idna-2.9: [2020-10-22T03:18:43.061Z] Successfully uninstalled idna-2.9 [2020-10-22T03:18:43.325Z] Attempting uninstall: urllib3 [2020-10-22T03:18:43.325Z] Found existing installation: urllib3 1.25.9 [2020-10-22T03:18:43.325Z] Uninstalling urllib3-1.25.9: [2020-10-22T03:18:43.325Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T03:18:44.733Z] Attempting uninstall: requests [2020-10-22T03:18:44.733Z] Found existing installation: requests 2.23.0 [2020-10-22T03:18:44.733Z] Uninstalling requests-2.23.0: [2020-10-22T03:18:44.733Z] Successfully uninstalled requests-2.23.0 [2020-10-22T03:18:44.733Z] Running setup.py install for texttable: started [2020-10-22T03:18:45.317Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T03:18:45.317Z] Running setup.py install for dockerpty: started [2020-10-22T03:18:45.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:45.583Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T03:18:45.849Z] Running setup.py install for docopt: started [2020-10-22T03:18:46.428Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T03:18:46.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:47.006Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-22T03:18:47.060Z] Removing intermediate container f07454efe5a8 [2020-10-22T03:18:47.060Z] ---> d3ece52ba2b5 [2020-10-22T03:18:47.060Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T03:18:47.335Z] ---> Running in 27227d544fa9 [2020-10-22T03:18:47.617Z] Removing intermediate container 763c044b72da [2020-10-22T03:18:47.617Z] Removing intermediate container b04ed6aa3766 [2020-10-22T03:18:47.617Z] ---> 8856c880ce25 [2020-10-22T03:18:47.617Z] ---> 9d551a526229 [2020-10-22T03:18:47.617Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T03:18:47.617Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T03:18:47.617Z] Removing intermediate container 75b671b85c61 [2020-10-22T03:18:47.617Z] ---> 2c3a07fab126 [2020-10-22T03:18:47.617Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T03:18:47.894Z] ---> Running in b9b17c050e62 [2020-10-22T03:18:47.894Z] ---> Running in 57c02b1f386c [2020-10-22T03:18:47.894Z] ---> Running in 7ba7e31eb9a1 [2020-10-22T03:18:48.512Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:18:48.512Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:18:48.512Z] OK: 12623 distinct packages available [2020-10-22T03:18:49.536Z] OK: 217 MiB in 51 packages [2020-10-22T03:18:49.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:50.397Z] Removing intermediate container 01b5d549af37 [2020-10-22T03:18:50.397Z] ---> e7d8cdc05032 [2020-10-22T03:18:50.397Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T03:18:50.397Z] ---> Running in c1aa57c9bb89 [2020-10-22T03:18:50.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:50.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T03:18:50.675Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T03:18:50.675Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T03:18:50.675Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T03:18:50.675Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T03:18:50.675Z] OK: 72 MiB in 58 packages [2020-10-22T03:18:50.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:50.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:50.830Z] Removing intermediate container f3592e79fb56 [2020-10-22T03:18:50.830Z] ---> ddedd643d600 [2020-10-22T03:18:50.830Z] Step 5/29 : COPY go.mod . [2020-10-22T03:18:51.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:51.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:51.275Z] Removing intermediate container c1aa57c9bb89 [2020-10-22T03:18:51.275Z] ---> ac99853f5f50 [2020-10-22T03:18:51.275Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T03:18:51.275Z] ---> Running in ecb8f2e3de14 [2020-10-22T03:18:51.275Z] Removing intermediate container ecb8f2e3de14 [2020-10-22T03:18:51.275Z] ---> 00558c06d4d7 [2020-10-22T03:18:51.275Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:18:51.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:51.542Z] ---> Running in 1975b93df01f [2020-10-22T03:18:51.542Z] Removing intermediate container 1975b93df01f [2020-10-22T03:18:51.542Z] ---> 9c0ba3df5ffb [2020-10-22T03:18:51.542Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T03:18:51.668Z] ---> 0f4fcee8c3a9 [2020-10-22T03:18:51.668Z] Step 6/29 : RUN go mod download [2020-10-22T03:18:51.668Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:18:51.668Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:18:51.668Z] OK: 12623 distinct packages available [2020-10-22T03:18:51.807Z] ---> Running in b394334cf710 [2020-10-22T03:18:51.807Z] Removing intermediate container b394334cf710 [2020-10-22T03:18:51.807Z] ---> 6ea7d08952de [2020-10-22T03:18:51.807Z] Step 26/27 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:18:51.807Z] ---> Running in 70deb8f0c6ce [2020-10-22T03:18:51.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:51.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:18:51.944Z] ---> Running in be0f3488d5b8 [2020-10-22T03:18:52.072Z] Removing intermediate container 70deb8f0c6ce [2020-10-22T03:18:52.072Z] ---> 18006b325289 [2020-10-22T03:18:52.072Z] Step 27/27 : LABEL version=1.2.2-dev.87 [2020-10-22T03:18:52.072Z] ---> Running in 9cf3be984aaf [2020-10-22T03:18:52.336Z] Removing intermediate container 9cf3be984aaf [2020-10-22T03:18:52.336Z] ---> 5b60b6d01d1b [2020-10-22T03:18:52.336Z] [2020-10-22T03:18:52.336Z] Successfully built 5b60b6d01d1b [2020-10-22T03:18:52.336Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T03:18:52.554Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:18:52.554Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:18:52.554Z] OK: 12623 distinct packages available [2020-10-22T03:18:52.554Z] OK: 217 MiB in 51 packages [2020-10-22T03:18:52.610Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-22T03:18:52.640Z] $ docker stop --time=1 e87cd6aa0c87e4f2cefc7112e8724299315ba8f1f5d9b7db08cbedf2398586c6 [2020-10-22T03:18:52.835Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:18:52.835Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:18:52.835Z] OK: 12623 distinct packages available [2020-10-22T03:18:53.114Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:18:53.114Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:18:53.114Z] OK: 12623 distinct packages available [2020-10-22T03:18:53.737Z] OK: 217 MiB in 51 packages [2020-10-22T03:18:54.020Z] OK: 217 MiB in 51 packages [2020-10-22T03:18:54.020Z] OK: 217 MiB in 51 packages [2020-10-22T03:18:54.250Z] $ docker rm -f e87cd6aa0c87e4f2cefc7112e8724299315ba8f1f5d9b7db08cbedf2398586c6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:18:54.622Z] Removing intermediate container 27227d544fa9 [2020-10-22T03:18:54.622Z] ---> c21d3ccaa1aa [2020-10-22T03:18:54.622Z] Step 6/26 : COPY go.mod . [2020-10-22T03:18:54.750Z] + docker images [2020-10-22T03:18:54.750Z] + grep docker [2020-10-22T03:18:54.750Z] docker-sys-mgmt-agent-go latest 5b60b6d01d1b 2 seconds ago 290MB [2020-10-22T03:18:54.750Z] docker-security-secrets-setup-go latest cbf1377c53eb 14 seconds ago 24MB [2020-10-22T03:18:54.750Z] docker-security-secretstore-setup-go latest 24e7b5e47067 20 seconds ago 32.4MB [2020-10-22T03:18:54.750Z] docker-support-logging-go latest f0491f66165f 36 seconds ago 11.1MB [2020-10-22T03:18:54.750Z] docker-core-command-go latest c4da1cdb20c8 38 seconds ago 12.2MB [2020-10-22T03:18:54.750Z] docker-core-data-go latest e98fdb5c99b7 2 minutes ago 23.6MB [2020-10-22T03:18:54.750Z] docker-support-notifications-go latest 5e3830f66ae1 2 minutes ago 13.6MB [2020-10-22T03:18:54.750Z] docker-core-metadata-go latest 15b11b76aaa7 2 minutes ago 14.4MB [2020-10-22T03:18:54.750Z] docker-support-scheduler-go latest cf87719dc2f1 2 minutes ago 12.3MB [2020-10-22T03:18:54.750Z] docker-security-proxy-setup-go latest 2ec09f8a650e 2 minutes ago 15.8MB [2020-10-22T03:18:54.750Z] docker latest 57e1c8313ec1 32 hours 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-22T03:18:55.482Z] provisioning config files... [2020-10-22T03:18:55.533Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/203@tmp/config2797833512773165832tmp [Pipeline] { [2020-10-22T03:18:55.617Z] Removing intermediate container b9b17c050e62 [2020-10-22T03:18:55.617Z] ---> 6f76b206aac0 [2020-10-22T03:18:55.617Z] Step 6/22 : COPY go.mod . [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:18:55.892Z] Removing intermediate container 7ba7e31eb9a1 [2020-10-22T03:18:55.893Z] ---> 4cf273d7d4e9 [2020-10-22T03:18:55.893Z] Step 6/27 : COPY go.mod . [2020-10-22T03:18:55.945Z] ---> docker-login.sh [2020-10-22T03:18:55.945Z] nexus3.edgexfoundry.org:10001 [2020-10-22T03:18:55.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:18:56.168Z] ---> 1338aeb5ccd2 [2020-10-22T03:18:56.168Z] Step 7/26 : RUN go mod download [2020-10-22T03:18:56.168Z] Removing intermediate container 57c02b1f386c [2020-10-22T03:18:56.168Z] ---> 4b23f2970e19 [2020-10-22T03:18:56.168Z] Step 6/20 : COPY go.mod . [2020-10-22T03:18:56.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:18:56.207Z] Configure a credential helper to remove this warning. See [2020-10-22T03:18:56.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:18:56.207Z] [2020-10-22T03:18:56.207Z] Login Succeeded [2020-10-22T03:18:56.207Z] nexus3.edgexfoundry.org:10002 [2020-10-22T03:18:56.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:18:56.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:18:56.207Z] Configure a credential helper to remove this warning. See [2020-10-22T03:18:56.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:18:56.207Z] [2020-10-22T03:18:56.207Z] Login Succeeded [2020-10-22T03:18:56.207Z] nexus3.edgexfoundry.org:10003 [2020-10-22T03:18:56.446Z] ---> Running in 5f6a33658512 [2020-10-22T03:18:56.446Z] ---> 5ae9fb10c67e [2020-10-22T03:18:56.446Z] Step 7/22 : RUN go mod download [2020-10-22T03:18:56.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:18:56.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:18:56.470Z] Configure a credential helper to remove this warning. See [2020-10-22T03:18:56.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:18:56.470Z] [2020-10-22T03:18:56.470Z] Login Succeeded [2020-10-22T03:18:56.470Z] nexus3.edgexfoundry.org:10004 [2020-10-22T03:18:56.731Z] Removing intermediate container be0f3488d5b8 [2020-10-22T03:18:56.731Z] ---> 905673dba659 [2020-10-22T03:18:56.731Z] Step 7/29 : COPY . . [2020-10-22T03:18:56.731Z] ---> Running in f40ff6e08f77 [2020-10-22T03:18:56.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:18:56.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:18:56.733Z] Configure a credential helper to remove this warning. See [2020-10-22T03:18:56.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:18:56.733Z] [2020-10-22T03:18:56.733Z] Login Succeeded [2020-10-22T03:18:56.733Z] docker.io [2020-10-22T03:18:57.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:18:57.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:18:57.000Z] Configure a credential helper to remove this warning. See [2020-10-22T03:18:57.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:18:57.000Z] [2020-10-22T03:18:57.000Z] Login Succeeded [2020-10-22T03:18:57.000Z] ---> docker-login.sh ends [2020-10-22T03:18:57.010Z] ---> 7b2356c316f5 [2020-10-22T03:18:57.011Z] Step 7/27 : RUN go mod download [Pipeline] } [2020-10-22T03:18:57.011Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:18:57.218Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-22T03:18:57.218Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:18:57.218Z] 1.2.2-dev.87 [2020-10-22T03:18:57.218Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:18:57.218Z] master [2020-10-22T03:18:57.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-22T03:18:57.288Z] ---> Running in 8edbf761e214 [2020-10-22T03:18:57.288Z] ---> 05a82d298f52 [2020-10-22T03:18:57.288Z] Step 7/20 : RUN go mod download [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:18:57.722Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:18:57.888Z] ---> Running in 39af5137f720 [2020-10-22T03:18:58.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:18:58.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T03:18:58.041Z] 5fe7db20d32c: Preparing [2020-10-22T03:18:58.041Z] 4fe6df24fcef: Preparing [2020-10-22T03:18:58.041Z] ae05b0f97cbf: Preparing [2020-10-22T03:18:58.304Z] ae05b0f97cbf: Pushed [2020-10-22T03:18:58.304Z] 5fe7db20d32c: Pushed [2020-10-22T03:18:59.255Z] 4fe6df24fcef: Pushed [2020-10-22T03:18:59.519Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:3be6b2c027eee6b03d93e80111ca259dfc06ec19e0ec793a3ceb18da9f89de0d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:18:59.835Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:00.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.87 [2020-10-22T03:19:00.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T03:19:00.148Z] 5fe7db20d32c: Preparing [2020-10-22T03:19:00.148Z] 4fe6df24fcef: Preparing [2020-10-22T03:19:00.148Z] ae05b0f97cbf: Preparing [2020-10-22T03:19:00.148Z] 5fe7db20d32c: Layer already exists [2020-10-22T03:19:00.148Z] ae05b0f97cbf: Layer already exists [2020-10-22T03:19:00.148Z] 4fe6df24fcef: Layer already exists [2020-10-22T03:19:00.148Z] 1.2.2-dev.87: digest: sha256:3be6b2c027eee6b03d93e80111ca259dfc06ec19e0ec793a3ceb18da9f89de0d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:00.511Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:00.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:00.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T03:19:00.893Z] 5fe7db20d32c: Preparing [2020-10-22T03:19:00.893Z] 4fe6df24fcef: Preparing [2020-10-22T03:19:00.893Z] ae05b0f97cbf: Preparing [2020-10-22T03:19:00.893Z] ae05b0f97cbf: Layer already exists [2020-10-22T03:19:00.893Z] 4fe6df24fcef: Layer already exists [2020-10-22T03:19:00.893Z] 5fe7db20d32c: Layer already exists [2020-10-22T03:19:00.893Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:3be6b2c027eee6b03d93e80111ca259dfc06ec19e0ec793a3ceb18da9f89de0d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:01.240Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:01.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-22T03:19:01.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T03:19:01.575Z] 5fe7db20d32c: Preparing [2020-10-22T03:19:01.576Z] 4fe6df24fcef: Preparing [2020-10-22T03:19:01.576Z] ae05b0f97cbf: Preparing [2020-10-22T03:19:01.576Z] 4fe6df24fcef: Layer already exists [2020-10-22T03:19:01.576Z] 5fe7db20d32c: Layer already exists [2020-10-22T03:19:01.576Z] ae05b0f97cbf: Layer already exists [2020-10-22T03:19:01.576Z] master: digest: sha256:3be6b2c027eee6b03d93e80111ca259dfc06ec19e0ec793a3ceb18da9f89de0d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:01.863Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:01.915Z] taggedImages: [2020-10-22T03:19:01.915Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:01.915Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.87 [2020-10-22T03:19:01.915Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:01.915Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-22T03:19:01.984Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-22T03:19:01.984Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:01.984Z] 1.2.2-dev.87 [2020-10-22T03:19:01.984Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:01.984Z] master [2020-10-22T03:19:01.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-22T03:19:02.234Z] Removing intermediate container 5f6a33658512 [2020-10-22T03:19:02.234Z] ---> cc9c368ff429 [2020-10-22T03:19:02.234Z] Step 8/26 : COPY . . [2020-10-22T03:19:02.234Z] Removing intermediate container f40ff6e08f77 [2020-10-22T03:19:02.234Z] ---> 40a0350dc1d6 [2020-10-22T03:19:02.234Z] Step 8/22 : COPY . . [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:02.513Z] Removing intermediate container 8edbf761e214 [2020-10-22T03:19:02.513Z] ---> 06c8662e7b66 [2020-10-22T03:19:02.513Z] Step 8/27 : COPY . . [2020-10-22T03:19:02.554Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:02.805Z] Removing intermediate container 39af5137f720 [2020-10-22T03:19:02.805Z] ---> 02b17fd2e922 [2020-10-22T03:19:02.805Z] Step 8/20 : COPY . . [2020-10-22T03:19:02.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:02.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T03:19:02.864Z] 707d6d554319: Preparing [2020-10-22T03:19:02.864Z] 94497033214d: Preparing [2020-10-22T03:19:02.864Z] c779cb1bdb10: Preparing [2020-10-22T03:19:02.864Z] f940f1d67102: Preparing [2020-10-22T03:19:02.864Z] 2ea0089acf14: Preparing [2020-10-22T03:19:02.864Z] ace0eda3e3be: Preparing [2020-10-22T03:19:02.864Z] ace0eda3e3be: Waiting [2020-10-22T03:19:03.131Z] 707d6d554319: Pushed [2020-10-22T03:19:03.131Z] c779cb1bdb10: Pushed [2020-10-22T03:19:03.131Z] 2ea0089acf14: Pushed [2020-10-22T03:19:03.398Z] f940f1d67102: Pushed [2020-10-22T03:19:03.973Z] ace0eda3e3be: Pushed [2020-10-22T03:19:04.550Z] 94497033214d: Pushed [2020-10-22T03:19:04.812Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:d03ba28320ad71e89b563145a5f264cc1a4203fe530a9b726488225ce0e53301 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:05.121Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:05.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.87 [2020-10-22T03:19:05.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T03:19:05.425Z] 707d6d554319: Preparing [2020-10-22T03:19:05.425Z] 94497033214d: Preparing [2020-10-22T03:19:05.425Z] c779cb1bdb10: Preparing [2020-10-22T03:19:05.425Z] f940f1d67102: Preparing [2020-10-22T03:19:05.425Z] 2ea0089acf14: Preparing [2020-10-22T03:19:05.425Z] ace0eda3e3be: Preparing [2020-10-22T03:19:05.425Z] ace0eda3e3be: Waiting [2020-10-22T03:19:05.425Z] 2ea0089acf14: Layer already exists [2020-10-22T03:19:05.425Z] 94497033214d: Layer already exists [2020-10-22T03:19:05.425Z] f940f1d67102: Layer already exists [2020-10-22T03:19:05.425Z] 707d6d554319: Layer already exists [2020-10-22T03:19:05.425Z] c779cb1bdb10: Layer already exists [2020-10-22T03:19:05.425Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:05.425Z] 1.2.2-dev.87: digest: sha256:d03ba28320ad71e89b563145a5f264cc1a4203fe530a9b726488225ce0e53301 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:05.736Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:06.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:06.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T03:19:06.043Z] 707d6d554319: Preparing [2020-10-22T03:19:06.043Z] 94497033214d: Preparing [2020-10-22T03:19:06.043Z] c779cb1bdb10: Preparing [2020-10-22T03:19:06.043Z] f940f1d67102: Preparing [2020-10-22T03:19:06.043Z] 2ea0089acf14: Preparing [2020-10-22T03:19:06.043Z] ace0eda3e3be: Preparing [2020-10-22T03:19:06.043Z] ace0eda3e3be: Waiting [2020-10-22T03:19:06.043Z] c779cb1bdb10: Layer already exists [2020-10-22T03:19:06.043Z] 2ea0089acf14: Layer already exists [2020-10-22T03:19:06.043Z] 94497033214d: Layer already exists [2020-10-22T03:19:06.043Z] 707d6d554319: Layer already exists [2020-10-22T03:19:06.043Z] f940f1d67102: Layer already exists [2020-10-22T03:19:06.043Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:06.043Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:d03ba28320ad71e89b563145a5f264cc1a4203fe530a9b726488225ce0e53301 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:06.356Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:06.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-22T03:19:06.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T03:19:06.659Z] 707d6d554319: Preparing [2020-10-22T03:19:06.659Z] 94497033214d: Preparing [2020-10-22T03:19:06.659Z] c779cb1bdb10: Preparing [2020-10-22T03:19:06.659Z] f940f1d67102: Preparing [2020-10-22T03:19:06.659Z] 2ea0089acf14: Preparing [2020-10-22T03:19:06.659Z] ace0eda3e3be: Preparing [2020-10-22T03:19:06.659Z] ace0eda3e3be: Waiting [2020-10-22T03:19:06.659Z] 707d6d554319: Layer already exists [2020-10-22T03:19:06.659Z] 2ea0089acf14: Layer already exists [2020-10-22T03:19:06.659Z] f940f1d67102: Layer already exists [2020-10-22T03:19:06.659Z] c779cb1bdb10: Layer already exists [2020-10-22T03:19:06.659Z] 94497033214d: Layer already exists [2020-10-22T03:19:06.659Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:06.659Z] master: digest: sha256:d03ba28320ad71e89b563145a5f264cc1a4203fe530a9b726488225ce0e53301 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:06.873Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:06.921Z] taggedImages: [2020-10-22T03:19:06.921Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:06.921Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.87 [2020-10-22T03:19:06.921Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:06.921Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-22T03:19:06.984Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-22T03:19:06.984Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:06.984Z] 1.2.2-dev.87 [2020-10-22T03:19:06.984Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:06.984Z] master [2020-10-22T03:19:06.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:07.489Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:07.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:07.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T03:19:07.797Z] 6d3570815999: Preparing [2020-10-22T03:19:07.797Z] 5726811e8164: Preparing [2020-10-22T03:19:07.797Z] 4565adc559c9: Preparing [2020-10-22T03:19:08.062Z] 6d3570815999: Pushed [2020-10-22T03:19:08.062Z] 4565adc559c9: Pushed [2020-10-22T03:19:09.455Z] 5726811e8164: Pushed [2020-10-22T03:19:09.455Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:fc53ad4f488d711d2bf21a8b71240181b812eca905a80fdd1bab5e4bdc2c6ae5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:09.769Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:10.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.87 [2020-10-22T03:19:10.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T03:19:10.077Z] 6d3570815999: Preparing [2020-10-22T03:19:10.077Z] 5726811e8164: Preparing [2020-10-22T03:19:10.077Z] 4565adc559c9: Preparing [2020-10-22T03:19:10.077Z] 6d3570815999: Layer already exists [2020-10-22T03:19:10.077Z] 4565adc559c9: Layer already exists [2020-10-22T03:19:10.077Z] 5726811e8164: Layer already exists [2020-10-22T03:19:10.077Z] 1.2.2-dev.87: digest: sha256:fc53ad4f488d711d2bf21a8b71240181b812eca905a80fdd1bab5e4bdc2c6ae5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:10.394Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:10.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:10.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T03:19:10.701Z] 6d3570815999: Preparing [2020-10-22T03:19:10.701Z] 5726811e8164: Preparing [2020-10-22T03:19:10.701Z] 4565adc559c9: Preparing [2020-10-22T03:19:10.701Z] 5726811e8164: Layer already exists [2020-10-22T03:19:10.701Z] 4565adc559c9: Layer already exists [2020-10-22T03:19:10.701Z] 6d3570815999: Layer already exists [2020-10-22T03:19:10.701Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:fc53ad4f488d711d2bf21a8b71240181b812eca905a80fdd1bab5e4bdc2c6ae5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:11.014Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:11.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-22T03:19:11.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T03:19:11.322Z] 6d3570815999: Preparing [2020-10-22T03:19:11.322Z] 5726811e8164: Preparing [2020-10-22T03:19:11.322Z] 4565adc559c9: Preparing [2020-10-22T03:19:11.322Z] 4565adc559c9: Layer already exists [2020-10-22T03:19:11.322Z] 5726811e8164: Layer already exists [2020-10-22T03:19:11.322Z] 6d3570815999: Layer already exists [2020-10-22T03:19:11.322Z] master: digest: sha256:fc53ad4f488d711d2bf21a8b71240181b812eca905a80fdd1bab5e4bdc2c6ae5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:11.494Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:11.546Z] taggedImages: [2020-10-22T03:19:11.546Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:11.546Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.87 [2020-10-22T03:19:11.546Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:11.546Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-22T03:19:11.631Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-22T03:19:11.631Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:11.631Z] 1.2.2-dev.87 [2020-10-22T03:19:11.631Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:11.631Z] master [2020-10-22T03:19:11.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:12.100Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:12.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:12.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T03:19:12.401Z] db37e9bf3581: Preparing [2020-10-22T03:19:12.401Z] 98284cc52357: Preparing [2020-10-22T03:19:12.401Z] a43a85835e94: Preparing [2020-10-22T03:19:12.401Z] c5f34d0de16b: Preparing [2020-10-22T03:19:12.401Z] ace0eda3e3be: Preparing [2020-10-22T03:19:12.401Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:12.665Z] a43a85835e94: Pushed [2020-10-22T03:19:12.665Z] 98284cc52357: Pushed [2020-10-22T03:19:12.926Z] c5f34d0de16b: Pushed [2020-10-22T03:19:13.499Z] db37e9bf3581: Pushed [2020-10-22T03:19:13.499Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:cac2c6632a3034aa4d687fff0ba5098b0fbbd2dc793e2df2fdbda61c0bfede9d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:13.818Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:15.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.87 [2020-10-22T03:19:15.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T03:19:15.064Z] db37e9bf3581: Preparing [2020-10-22T03:19:15.064Z] 98284cc52357: Preparing [2020-10-22T03:19:15.064Z] a43a85835e94: Preparing [2020-10-22T03:19:15.064Z] c5f34d0de16b: Preparing [2020-10-22T03:19:15.064Z] ace0eda3e3be: Preparing [2020-10-22T03:19:15.064Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:15.064Z] 98284cc52357: Layer already exists [2020-10-22T03:19:15.064Z] a43a85835e94: Layer already exists [2020-10-22T03:19:15.064Z] db37e9bf3581: Layer already exists [2020-10-22T03:19:15.064Z] c5f34d0de16b: Layer already exists [2020-10-22T03:19:15.064Z] 1.2.2-dev.87: digest: sha256:cac2c6632a3034aa4d687fff0ba5098b0fbbd2dc793e2df2fdbda61c0bfede9d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:15.252Z] ---> d5862097682a [2020-10-22T03:19:15.252Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T03:19:15.252Z] ---> 3f0b4d970b60 [2020-10-22T03:19:15.252Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T03:19:15.252Z] ---> 96778e3b7402 [2020-10-22T03:19:15.252Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T03:19:15.375Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:15.530Z] ---> 17acb9da7735 [2020-10-22T03:19:15.530Z] 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-22T03:19:15.530Z] ---> Running in 82d93926b374 [2020-10-22T03:19:15.530Z] ---> Running in 0a42122993e4 [2020-10-22T03:19:15.530Z] ---> Running in 70feea13d8ed [2020-10-22T03:19:15.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:15.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T03:19:15.673Z] db37e9bf3581: Preparing [2020-10-22T03:19:15.673Z] 98284cc52357: Preparing [2020-10-22T03:19:15.673Z] a43a85835e94: Preparing [2020-10-22T03:19:15.673Z] c5f34d0de16b: Preparing [2020-10-22T03:19:15.673Z] ace0eda3e3be: Preparing [2020-10-22T03:19:15.673Z] a43a85835e94: Layer already exists [2020-10-22T03:19:15.673Z] c5f34d0de16b: Layer already exists [2020-10-22T03:19:15.673Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:15.673Z] db37e9bf3581: Layer already exists [2020-10-22T03:19:15.673Z] 98284cc52357: Layer already exists [2020-10-22T03:19:15.673Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:cac2c6632a3034aa4d687fff0ba5098b0fbbd2dc793e2df2fdbda61c0bfede9d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:15.806Z] ---> 0d4be7257f59 [2020-10-22T03:19:15.806Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T03:19:15.806Z] ---> Running in 82f8f234e8c9 [2020-10-22T03:19:15.978Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:16.083Z] ---> Running in 417dba4cd322 [2020-10-22T03:19:16.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-22T03:19:16.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T03:19:16.279Z] db37e9bf3581: Preparing [2020-10-22T03:19:16.279Z] 98284cc52357: Preparing [2020-10-22T03:19:16.279Z] a43a85835e94: Preparing [2020-10-22T03:19:16.279Z] c5f34d0de16b: Preparing [2020-10-22T03:19:16.279Z] ace0eda3e3be: Preparing [2020-10-22T03:19:16.279Z] 98284cc52357: Layer already exists [2020-10-22T03:19:16.279Z] db37e9bf3581: Layer already exists [2020-10-22T03:19:16.279Z] a43a85835e94: Layer already exists [2020-10-22T03:19:16.279Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:16.279Z] c5f34d0de16b: Layer already exists [2020-10-22T03:19:16.279Z] master: digest: sha256:cac2c6632a3034aa4d687fff0ba5098b0fbbd2dc793e2df2fdbda61c0bfede9d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:16.473Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:16.525Z] taggedImages: [2020-10-22T03:19:16.525Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:16.525Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.87 [2020-10-22T03:19:16.525Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:16.525Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-22T03:19:16.588Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-22T03:19:16.588Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:16.588Z] 1.2.2-dev.87 [2020-10-22T03:19:16.588Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:16.588Z] master [2020-10-22T03:19:16.588Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:17.070Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:17.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:17.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T03:19:17.368Z] 2bad384886e9: Preparing [2020-10-22T03:19:17.368Z] ae79b1139af8: Preparing [2020-10-22T03:19:17.368Z] af26cfbb2cc6: Preparing [2020-10-22T03:19:17.368Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:17.368Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:17.368Z] 8912247a2814: Preparing [2020-10-22T03:19:17.368Z] 2d78f04f5a97: Preparing [2020-10-22T03:19:17.368Z] d27c209e3b7e: Preparing [2020-10-22T03:19:17.368Z] 2bad384886e9: Preparing [2020-10-22T03:19:17.368Z] d7999ced21fb: Preparing [2020-10-22T03:19:17.368Z] 19abc2c972c8: Preparing [2020-10-22T03:19:17.368Z] b14f99490dcf: Preparing [2020-10-22T03:19:17.368Z] ace0eda3e3be: Preparing [2020-10-22T03:19:17.368Z] 2d78f04f5a97: Waiting [2020-10-22T03:19:17.368Z] d27c209e3b7e: Waiting [2020-10-22T03:19:17.368Z] d7999ced21fb: Waiting [2020-10-22T03:19:17.368Z] 19abc2c972c8: Waiting [2020-10-22T03:19:17.368Z] b14f99490dcf: Waiting [2020-10-22T03:19:17.368Z] ace0eda3e3be: Waiting [2020-10-22T03:19:17.634Z] 8912247a2814: Pushed [2020-10-22T03:19:17.634Z] ae79b1139af8: Pushed [2020-10-22T03:19:17.634Z] af26cfbb2cc6: Pushed [2020-10-22T03:19:17.634Z] 1eb1a0c88423: Pushed [2020-10-22T03:19:17.634Z] 2d78f04f5a97: Pushed [2020-10-22T03:19:17.634Z] d7999ced21fb: Pushed [2020-10-22T03:19:17.634Z] d27c209e3b7e: Pushed [2020-10-22T03:19:17.634Z] 19abc2c972c8: Pushed [2020-10-22T03:19:17.634Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:17.896Z] b14f99490dcf: Pushed [2020-10-22T03:19:18.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T03:19:18.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T03:19:18.469Z] 2bad384886e9: Pushed [2020-10-22T03:19:18.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T03:19:18.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T03:19:18.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T03:19:18.730Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:7919b04bc82e4082d822f664c8178b59fb10b52520476eb4d6601a96429d78a9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:19.042Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:19.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.87 [2020-10-22T03:19:19.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T03:19:19.347Z] 2bad384886e9: Preparing [2020-10-22T03:19:19.347Z] ae79b1139af8: Preparing [2020-10-22T03:19:19.347Z] af26cfbb2cc6: Preparing [2020-10-22T03:19:19.347Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:19.347Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:19.347Z] 8912247a2814: Preparing [2020-10-22T03:19:19.347Z] 2d78f04f5a97: Preparing [2020-10-22T03:19:19.347Z] d27c209e3b7e: Preparing [2020-10-22T03:19:19.347Z] 2bad384886e9: Preparing [2020-10-22T03:19:19.347Z] d7999ced21fb: Preparing [2020-10-22T03:19:19.347Z] 19abc2c972c8: Preparing [2020-10-22T03:19:19.347Z] b14f99490dcf: Preparing [2020-10-22T03:19:19.347Z] ace0eda3e3be: Preparing [2020-10-22T03:19:19.347Z] 2d78f04f5a97: Waiting [2020-10-22T03:19:19.347Z] d27c209e3b7e: Waiting [2020-10-22T03:19:19.347Z] d7999ced21fb: Waiting [2020-10-22T03:19:19.347Z] 19abc2c972c8: Waiting [2020-10-22T03:19:19.347Z] b14f99490dcf: Waiting [2020-10-22T03:19:19.347Z] ace0eda3e3be: Waiting [2020-10-22T03:19:19.347Z] 8912247a2814: Layer already exists [2020-10-22T03:19:19.347Z] 1eb1a0c88423: Layer already exists [2020-10-22T03:19:19.347Z] af26cfbb2cc6: Layer already exists [2020-10-22T03:19:19.347Z] ae79b1139af8: Layer already exists [2020-10-22T03:19:19.347Z] 2bad384886e9: Layer already exists [2020-10-22T03:19:19.347Z] 2d78f04f5a97: Layer already exists [2020-10-22T03:19:19.347Z] 19abc2c972c8: Layer already exists [2020-10-22T03:19:19.347Z] d27c209e3b7e: Layer already exists [2020-10-22T03:19:19.347Z] b14f99490dcf: Layer already exists [2020-10-22T03:19:19.347Z] d7999ced21fb: Layer already exists [2020-10-22T03:19:19.347Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:19.347Z] 1.2.2-dev.87: digest: sha256:7919b04bc82e4082d822f664c8178b59fb10b52520476eb4d6601a96429d78a9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:19.652Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:20.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:20.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T03:19:20.010Z] 2bad384886e9: Preparing [2020-10-22T03:19:20.010Z] ae79b1139af8: Preparing [2020-10-22T03:19:20.010Z] af26cfbb2cc6: Preparing [2020-10-22T03:19:20.010Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:20.010Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:20.010Z] 8912247a2814: Preparing [2020-10-22T03:19:20.010Z] 2d78f04f5a97: Preparing [2020-10-22T03:19:20.010Z] d27c209e3b7e: Preparing [2020-10-22T03:19:20.010Z] 2bad384886e9: Preparing [2020-10-22T03:19:20.010Z] d7999ced21fb: Preparing [2020-10-22T03:19:20.010Z] 19abc2c972c8: Preparing [2020-10-22T03:19:20.010Z] b14f99490dcf: Preparing [2020-10-22T03:19:20.010Z] ace0eda3e3be: Preparing [2020-10-22T03:19:20.010Z] d7999ced21fb: Waiting [2020-10-22T03:19:20.010Z] 2d78f04f5a97: Waiting [2020-10-22T03:19:20.010Z] 19abc2c972c8: Waiting [2020-10-22T03:19:20.010Z] ace0eda3e3be: Waiting [2020-10-22T03:19:20.010Z] b14f99490dcf: Waiting [2020-10-22T03:19:20.010Z] d27c209e3b7e: Waiting [2020-10-22T03:19:20.010Z] af26cfbb2cc6: Layer already exists [2020-10-22T03:19:20.010Z] 1eb1a0c88423: Layer already exists [2020-10-22T03:19:20.010Z] ae79b1139af8: Layer already exists [2020-10-22T03:19:20.010Z] 2bad384886e9: Layer already exists [2020-10-22T03:19:20.010Z] 8912247a2814: Layer already exists [2020-10-22T03:19:20.010Z] 2d78f04f5a97: Layer already exists [2020-10-22T03:19:20.010Z] d27c209e3b7e: Layer already exists [2020-10-22T03:19:20.010Z] 19abc2c972c8: Layer already exists [2020-10-22T03:19:20.010Z] d7999ced21fb: Layer already exists [2020-10-22T03:19:20.010Z] b14f99490dcf: Layer already exists [2020-10-22T03:19:20.010Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:20.010Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:7919b04bc82e4082d822f664c8178b59fb10b52520476eb4d6601a96429d78a9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:20.357Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:20.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-22T03:19:20.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T03:19:20.658Z] 2bad384886e9: Preparing [2020-10-22T03:19:20.658Z] ae79b1139af8: Preparing [2020-10-22T03:19:20.658Z] af26cfbb2cc6: Preparing [2020-10-22T03:19:20.658Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:20.658Z] 1eb1a0c88423: Preparing [2020-10-22T03:19:20.658Z] 8912247a2814: Preparing [2020-10-22T03:19:20.658Z] 2d78f04f5a97: Preparing [2020-10-22T03:19:20.658Z] d27c209e3b7e: Preparing [2020-10-22T03:19:20.658Z] 2bad384886e9: Preparing [2020-10-22T03:19:20.658Z] d7999ced21fb: Preparing [2020-10-22T03:19:20.658Z] 19abc2c972c8: Preparing [2020-10-22T03:19:20.658Z] b14f99490dcf: Preparing [2020-10-22T03:19:20.658Z] ace0eda3e3be: Preparing [2020-10-22T03:19:20.658Z] 2d78f04f5a97: Waiting [2020-10-22T03:19:20.658Z] d27c209e3b7e: Waiting [2020-10-22T03:19:20.658Z] d7999ced21fb: Waiting [2020-10-22T03:19:20.658Z] 19abc2c972c8: Waiting [2020-10-22T03:19:20.658Z] b14f99490dcf: Waiting [2020-10-22T03:19:20.658Z] ace0eda3e3be: Waiting [2020-10-22T03:19:20.658Z] 2bad384886e9: Layer already exists [2020-10-22T03:19:20.658Z] af26cfbb2cc6: Layer already exists [2020-10-22T03:19:20.658Z] ae79b1139af8: Layer already exists [2020-10-22T03:19:20.658Z] 8912247a2814: Layer already exists [2020-10-22T03:19:20.658Z] 1eb1a0c88423: Layer already exists [2020-10-22T03:19:20.658Z] 2d78f04f5a97: Layer already exists [2020-10-22T03:19:20.658Z] b14f99490dcf: Layer already exists [2020-10-22T03:19:20.658Z] d7999ced21fb: Layer already exists [2020-10-22T03:19:20.658Z] d27c209e3b7e: Layer already exists [2020-10-22T03:19:20.658Z] 19abc2c972c8: Layer already exists [2020-10-22T03:19:20.658Z] ace0eda3e3be: Layer already exists [2020-10-22T03:19:20.658Z] master: digest: sha256:7919b04bc82e4082d822f664c8178b59fb10b52520476eb4d6601a96429d78a9 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:20.847Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:20.893Z] taggedImages: [2020-10-22T03:19:20.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:20.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.87 [2020-10-22T03:19:20.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:20.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-22T03:19:20.959Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-22T03:19:20.959Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:20.959Z] 1.2.2-dev.87 [2020-10-22T03:19:20.959Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:20.959Z] master [2020-10-22T03:19:20.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:21.494Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:21.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:21.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T03:19:21.804Z] d40bcdf47dea: Preparing [2020-10-22T03:19:21.804Z] 3cf4f298531a: Preparing [2020-10-22T03:19:21.804Z] eedaca22a01a: Preparing [2020-10-22T03:19:21.804Z] f8ea7896a6dd: Preparing [2020-10-22T03:19:21.804Z] 1c5a529e1e5b: Preparing [2020-10-22T03:19:21.804Z] df90cd944317: Preparing [2020-10-22T03:19:21.804Z] 987249ed4a12: Preparing [2020-10-22T03:19:21.804Z] 9a0ed0ce9307: Preparing [2020-10-22T03:19:21.804Z] 983269370792: Preparing [2020-10-22T03:19:21.804Z] b7a89911b729: Preparing [2020-10-22T03:19:21.804Z] 1b3ee35aacca: Preparing [2020-10-22T03:19:21.804Z] 9a0ed0ce9307: Waiting [2020-10-22T03:19:21.804Z] 983269370792: Waiting [2020-10-22T03:19:21.804Z] df90cd944317: Waiting [2020-10-22T03:19:21.804Z] 987249ed4a12: Waiting [2020-10-22T03:19:21.804Z] 1b3ee35aacca: Waiting [2020-10-22T03:19:21.804Z] b7a89911b729: Waiting [2020-10-22T03:19:22.083Z] d40bcdf47dea: Pushed [2020-10-22T03:19:22.083Z] 3cf4f298531a: Pushed [2020-10-22T03:19:22.083Z] 987249ed4a12: Pushed [2020-10-22T03:19:22.083Z] df90cd944317: Pushed [2020-10-22T03:19:22.352Z] 9a0ed0ce9307: Pushed [2020-10-22T03:19:22.352Z] 983269370792: Pushed [2020-10-22T03:19:22.613Z] 1b3ee35aacca: Layer already exists [2020-10-22T03:19:22.613Z] b7a89911b729: Pushed [2020-10-22T03:19:22.875Z] eedaca22a01a: Pushed [2020-10-22T03:19:22.875Z] f8ea7896a6dd: Pushed [2020-10-22T03:19:22.875Z] 1c5a529e1e5b: Pushed [2020-10-22T03:19:23.136Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:e917a560c977217b17d2f45295fc818bafaefce0a5e41d2b2f8461f17392a8c8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:23.441Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:23.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.87 [2020-10-22T03:19:23.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T03:19:23.747Z] d40bcdf47dea: Preparing [2020-10-22T03:19:23.747Z] 3cf4f298531a: Preparing [2020-10-22T03:19:23.747Z] eedaca22a01a: Preparing [2020-10-22T03:19:23.747Z] f8ea7896a6dd: Preparing [2020-10-22T03:19:23.747Z] 1c5a529e1e5b: Preparing [2020-10-22T03:19:23.747Z] df90cd944317: Preparing [2020-10-22T03:19:23.747Z] 987249ed4a12: Preparing [2020-10-22T03:19:23.747Z] 9a0ed0ce9307: Preparing [2020-10-22T03:19:23.747Z] 983269370792: Preparing [2020-10-22T03:19:23.747Z] b7a89911b729: Preparing [2020-10-22T03:19:23.747Z] 1b3ee35aacca: Preparing [2020-10-22T03:19:23.747Z] df90cd944317: Waiting [2020-10-22T03:19:23.747Z] 9a0ed0ce9307: Waiting [2020-10-22T03:19:23.747Z] 987249ed4a12: Waiting [2020-10-22T03:19:23.747Z] b7a89911b729: Waiting [2020-10-22T03:19:23.747Z] 983269370792: Waiting [2020-10-22T03:19:23.747Z] 1b3ee35aacca: Waiting [2020-10-22T03:19:23.747Z] 1c5a529e1e5b: Layer already exists [2020-10-22T03:19:23.747Z] 3cf4f298531a: Layer already exists [2020-10-22T03:19:23.747Z] f8ea7896a6dd: Layer already exists [2020-10-22T03:19:23.747Z] d40bcdf47dea: Layer already exists [2020-10-22T03:19:23.747Z] eedaca22a01a: Layer already exists [2020-10-22T03:19:23.747Z] 987249ed4a12: Layer already exists [2020-10-22T03:19:23.747Z] df90cd944317: Layer already exists [2020-10-22T03:19:23.747Z] 9a0ed0ce9307: Layer already exists [2020-10-22T03:19:23.747Z] 983269370792: Layer already exists [2020-10-22T03:19:23.747Z] b7a89911b729: Layer already exists [2020-10-22T03:19:23.747Z] 1b3ee35aacca: Layer already exists [2020-10-22T03:19:23.747Z] 1.2.2-dev.87: digest: sha256:e917a560c977217b17d2f45295fc818bafaefce0a5e41d2b2f8461f17392a8c8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:24.052Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:24.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:24.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T03:19:24.356Z] d40bcdf47dea: Preparing [2020-10-22T03:19:24.356Z] 3cf4f298531a: Preparing [2020-10-22T03:19:24.356Z] eedaca22a01a: Preparing [2020-10-22T03:19:24.356Z] f8ea7896a6dd: Preparing [2020-10-22T03:19:24.356Z] 1c5a529e1e5b: Preparing [2020-10-22T03:19:24.356Z] df90cd944317: Preparing [2020-10-22T03:19:24.356Z] 987249ed4a12: Preparing [2020-10-22T03:19:24.356Z] 9a0ed0ce9307: Preparing [2020-10-22T03:19:24.356Z] 983269370792: Preparing [2020-10-22T03:19:24.356Z] b7a89911b729: Preparing [2020-10-22T03:19:24.356Z] 1b3ee35aacca: Preparing [2020-10-22T03:19:24.356Z] 987249ed4a12: Waiting [2020-10-22T03:19:24.356Z] 9a0ed0ce9307: Waiting [2020-10-22T03:19:24.356Z] 983269370792: Waiting [2020-10-22T03:19:24.356Z] b7a89911b729: Waiting [2020-10-22T03:19:24.356Z] 1b3ee35aacca: Waiting [2020-10-22T03:19:24.356Z] df90cd944317: Waiting [2020-10-22T03:19:24.356Z] eedaca22a01a: Layer already exists [2020-10-22T03:19:24.356Z] d40bcdf47dea: Layer already exists [2020-10-22T03:19:24.356Z] f8ea7896a6dd: Layer already exists [2020-10-22T03:19:24.356Z] 1c5a529e1e5b: Layer already exists [2020-10-22T03:19:24.356Z] 3cf4f298531a: Layer already exists [2020-10-22T03:19:24.356Z] 987249ed4a12: Layer already exists [2020-10-22T03:19:24.356Z] df90cd944317: Layer already exists [2020-10-22T03:19:24.356Z] 9a0ed0ce9307: Layer already exists [2020-10-22T03:19:24.356Z] 983269370792: Layer already exists [2020-10-22T03:19:24.356Z] b7a89911b729: Layer already exists [2020-10-22T03:19:24.356Z] 1b3ee35aacca: Layer already exists [2020-10-22T03:19:24.356Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:e917a560c977217b17d2f45295fc818bafaefce0a5e41d2b2f8461f17392a8c8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:24.689Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:24.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-22T03:19:24.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T03:19:24.991Z] d40bcdf47dea: Preparing [2020-10-22T03:19:24.991Z] 3cf4f298531a: Preparing [2020-10-22T03:19:24.991Z] eedaca22a01a: Preparing [2020-10-22T03:19:24.991Z] f8ea7896a6dd: Preparing [2020-10-22T03:19:24.991Z] 1c5a529e1e5b: Preparing [2020-10-22T03:19:24.991Z] df90cd944317: Preparing [2020-10-22T03:19:24.991Z] 987249ed4a12: Preparing [2020-10-22T03:19:24.991Z] 9a0ed0ce9307: Preparing [2020-10-22T03:19:24.991Z] 983269370792: Preparing [2020-10-22T03:19:24.991Z] b7a89911b729: Preparing [2020-10-22T03:19:24.991Z] 1b3ee35aacca: Preparing [2020-10-22T03:19:24.991Z] 9a0ed0ce9307: Waiting [2020-10-22T03:19:24.991Z] 983269370792: Waiting [2020-10-22T03:19:24.991Z] df90cd944317: Waiting [2020-10-22T03:19:24.991Z] 987249ed4a12: Waiting [2020-10-22T03:19:24.991Z] b7a89911b729: Waiting [2020-10-22T03:19:24.991Z] 1b3ee35aacca: Waiting [2020-10-22T03:19:24.991Z] 1c5a529e1e5b: Layer already exists [2020-10-22T03:19:24.991Z] 3cf4f298531a: Layer already exists [2020-10-22T03:19:24.991Z] eedaca22a01a: Layer already exists [2020-10-22T03:19:24.991Z] f8ea7896a6dd: Layer already exists [2020-10-22T03:19:24.991Z] d40bcdf47dea: Layer already exists [2020-10-22T03:19:24.991Z] df90cd944317: Layer already exists [2020-10-22T03:19:24.991Z] 987249ed4a12: Layer already exists [2020-10-22T03:19:24.991Z] b7a89911b729: Layer already exists [2020-10-22T03:19:24.991Z] 983269370792: Layer already exists [2020-10-22T03:19:24.991Z] 9a0ed0ce9307: Layer already exists [2020-10-22T03:19:24.991Z] 1b3ee35aacca: Layer already exists [2020-10-22T03:19:25.253Z] master: digest: sha256:e917a560c977217b17d2f45295fc818bafaefce0a5e41d2b2f8461f17392a8c8 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:25.488Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:25.534Z] taggedImages: [2020-10-22T03:19:25.534Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:25.534Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.87 [2020-10-22T03:19:25.534Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:25.534Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-22T03:19:25.612Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-22T03:19:25.612Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:25.612Z] 1.2.2-dev.87 [2020-10-22T03:19:25.612Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:25.612Z] master [2020-10-22T03:19:25.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:26.104Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:26.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:26.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T03:19:26.403Z] 3ccec40dc3b7: Preparing [2020-10-22T03:19:26.403Z] f5d345ffaba2: Preparing [2020-10-22T03:19:26.403Z] ff73d614cda8: Preparing [2020-10-22T03:19:26.403Z] 280c44e997bc: Preparing [2020-10-22T03:19:26.403Z] ff73d614cda8: Pushed [2020-10-22T03:19:26.664Z] 3ccec40dc3b7: Pushed [2020-10-22T03:19:26.664Z] 280c44e997bc: Pushed [2020-10-22T03:19:27.613Z] f5d345ffaba2: Pushed [2020-10-22T03:19:27.613Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:0064b18611824d75ed7ea4b8b351f0d30eb3277bc0c4086440d9c3d9e3305955 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:27.932Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:28.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.87 [2020-10-22T03:19:28.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T03:19:28.236Z] 3ccec40dc3b7: Preparing [2020-10-22T03:19:28.236Z] f5d345ffaba2: Preparing [2020-10-22T03:19:28.236Z] ff73d614cda8: Preparing [2020-10-22T03:19:28.236Z] 280c44e997bc: Preparing [2020-10-22T03:19:28.236Z] f5d345ffaba2: Layer already exists [2020-10-22T03:19:28.236Z] 280c44e997bc: Layer already exists [2020-10-22T03:19:28.236Z] ff73d614cda8: Layer already exists [2020-10-22T03:19:28.236Z] 3ccec40dc3b7: Layer already exists [2020-10-22T03:19:28.236Z] 1.2.2-dev.87: digest: sha256:0064b18611824d75ed7ea4b8b351f0d30eb3277bc0c4086440d9c3d9e3305955 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:28.548Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:28.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:28.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T03:19:28.848Z] 3ccec40dc3b7: Preparing [2020-10-22T03:19:28.848Z] f5d345ffaba2: Preparing [2020-10-22T03:19:28.848Z] ff73d614cda8: Preparing [2020-10-22T03:19:28.848Z] 280c44e997bc: Preparing [2020-10-22T03:19:28.848Z] 280c44e997bc: Layer already exists [2020-10-22T03:19:28.848Z] 3ccec40dc3b7: Layer already exists [2020-10-22T03:19:28.848Z] ff73d614cda8: Layer already exists [2020-10-22T03:19:28.848Z] f5d345ffaba2: Layer already exists [2020-10-22T03:19:28.848Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:0064b18611824d75ed7ea4b8b351f0d30eb3277bc0c4086440d9c3d9e3305955 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:29.153Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:29.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-22T03:19:29.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T03:19:29.457Z] 3ccec40dc3b7: Preparing [2020-10-22T03:19:29.457Z] f5d345ffaba2: Preparing [2020-10-22T03:19:29.457Z] ff73d614cda8: Preparing [2020-10-22T03:19:29.457Z] 280c44e997bc: Preparing [2020-10-22T03:19:29.457Z] f5d345ffaba2: Layer already exists [2020-10-22T03:19:29.457Z] ff73d614cda8: Layer already exists [2020-10-22T03:19:29.457Z] 3ccec40dc3b7: Layer already exists [2020-10-22T03:19:29.457Z] 280c44e997bc: Layer already exists [2020-10-22T03:19:29.457Z] master: digest: sha256:0064b18611824d75ed7ea4b8b351f0d30eb3277bc0c4086440d9c3d9e3305955 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:29.681Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:29.729Z] taggedImages: [2020-10-22T03:19:29.729Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:29.729Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.87 [2020-10-22T03:19:29.729Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:29.729Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-22T03:19:29.798Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-22T03:19:29.798Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:29.798Z] 1.2.2-dev.87 [2020-10-22T03:19:29.798Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:29.798Z] master [2020-10-22T03:19:29.798Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:30.301Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:30.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:30.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T03:19:30.603Z] f79970545130: Preparing [2020-10-22T03:19:30.603Z] 2530f4f593b0: Preparing [2020-10-22T03:19:30.603Z] 0f63557bd82c: Preparing [2020-10-22T03:19:30.603Z] f1c5c7d7bd0c: Preparing [2020-10-22T03:19:30.603Z] 966f392ee270: Preparing [2020-10-22T03:19:30.603Z] 26a4164888bb: Preparing [2020-10-22T03:19:30.603Z] 26a4164888bb: Waiting [2020-10-22T03:19:30.603Z] 0f63557bd82c: Pushed [2020-10-22T03:19:30.865Z] f79970545130: Pushed [2020-10-22T03:19:30.866Z] f1c5c7d7bd0c: Pushed [2020-10-22T03:19:30.866Z] 966f392ee270: Pushed [2020-10-22T03:19:30.866Z] 26a4164888bb: Pushed [2020-10-22T03:19:31.812Z] 2530f4f593b0: Pushed [2020-10-22T03:19:32.074Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:2013281297c5afab235763ac0d268335982ffb6737adc965d84b5151a8bab674 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:32.382Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:32.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.87 [2020-10-22T03:19:32.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T03:19:32.687Z] f79970545130: Preparing [2020-10-22T03:19:32.687Z] 2530f4f593b0: Preparing [2020-10-22T03:19:32.687Z] 0f63557bd82c: Preparing [2020-10-22T03:19:32.687Z] f1c5c7d7bd0c: Preparing [2020-10-22T03:19:32.687Z] 966f392ee270: Preparing [2020-10-22T03:19:32.687Z] 26a4164888bb: Preparing [2020-10-22T03:19:32.687Z] 26a4164888bb: Waiting [2020-10-22T03:19:32.687Z] f1c5c7d7bd0c: Layer already exists [2020-10-22T03:19:32.687Z] 966f392ee270: Layer already exists [2020-10-22T03:19:32.687Z] 2530f4f593b0: Layer already exists [2020-10-22T03:19:32.687Z] f79970545130: Layer already exists [2020-10-22T03:19:32.687Z] 0f63557bd82c: Layer already exists [2020-10-22T03:19:32.687Z] 26a4164888bb: Layer already exists [2020-10-22T03:19:32.687Z] 1.2.2-dev.87: digest: sha256:2013281297c5afab235763ac0d268335982ffb6737adc965d84b5151a8bab674 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:32.998Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:33.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:33.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T03:19:33.300Z] f79970545130: Preparing [2020-10-22T03:19:33.300Z] 2530f4f593b0: Preparing [2020-10-22T03:19:33.300Z] 0f63557bd82c: Preparing [2020-10-22T03:19:33.300Z] f1c5c7d7bd0c: Preparing [2020-10-22T03:19:33.300Z] 966f392ee270: Preparing [2020-10-22T03:19:33.300Z] 26a4164888bb: Preparing [2020-10-22T03:19:33.300Z] 26a4164888bb: Waiting [2020-10-22T03:19:33.300Z] f79970545130: Layer already exists [2020-10-22T03:19:33.300Z] f1c5c7d7bd0c: Layer already exists [2020-10-22T03:19:33.300Z] 2530f4f593b0: Layer already exists [2020-10-22T03:19:33.300Z] 966f392ee270: Layer already exists [2020-10-22T03:19:33.300Z] 0f63557bd82c: Layer already exists [2020-10-22T03:19:33.300Z] 26a4164888bb: Layer already exists [2020-10-22T03:19:33.300Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:2013281297c5afab235763ac0d268335982ffb6737adc965d84b5151a8bab674 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:33.645Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:33.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-22T03:19:33.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T03:19:33.944Z] f79970545130: Preparing [2020-10-22T03:19:33.944Z] 2530f4f593b0: Preparing [2020-10-22T03:19:33.944Z] 0f63557bd82c: Preparing [2020-10-22T03:19:33.944Z] f1c5c7d7bd0c: Preparing [2020-10-22T03:19:33.944Z] 966f392ee270: Preparing [2020-10-22T03:19:33.944Z] 26a4164888bb: Preparing [2020-10-22T03:19:33.944Z] 26a4164888bb: Waiting [2020-10-22T03:19:33.944Z] f79970545130: Layer already exists [2020-10-22T03:19:33.944Z] 0f63557bd82c: Layer already exists [2020-10-22T03:19:33.944Z] f1c5c7d7bd0c: Layer already exists [2020-10-22T03:19:33.944Z] 966f392ee270: Layer already exists [2020-10-22T03:19:33.944Z] 2530f4f593b0: Layer already exists [2020-10-22T03:19:33.944Z] 26a4164888bb: Layer already exists [2020-10-22T03:19:33.944Z] master: digest: sha256:2013281297c5afab235763ac0d268335982ffb6737adc965d84b5151a8bab674 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:34.134Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:34.181Z] taggedImages: [2020-10-22T03:19:34.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:34.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.87 [2020-10-22T03:19:34.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:34.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-22T03:19:34.249Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-22T03:19:34.249Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:34.249Z] 1.2.2-dev.87 [2020-10-22T03:19:34.249Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:34.249Z] master [2020-10-22T03:19:34.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:34.738Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:35.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:35.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T03:19:35.047Z] e5fcbbf514fa: Preparing [2020-10-22T03:19:35.047Z] 9b738e6999d0: Preparing [2020-10-22T03:19:35.047Z] 6c40480563a3: Preparing [2020-10-22T03:19:35.047Z] 6c40480563a3: Pushed [2020-10-22T03:19:35.047Z] e5fcbbf514fa: Pushed [2020-10-22T03:19:36.448Z] 9b738e6999d0: Pushed [2020-10-22T03:19:36.712Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:f783f866cecf17b9ca28c3828231aa33e837be07623f3543d42ef34dc989dbd1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:37.029Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:37.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.87 [2020-10-22T03:19:37.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T03:19:37.343Z] e5fcbbf514fa: Preparing [2020-10-22T03:19:37.343Z] 9b738e6999d0: Preparing [2020-10-22T03:19:37.343Z] 6c40480563a3: Preparing [2020-10-22T03:19:37.343Z] e5fcbbf514fa: Layer already exists [2020-10-22T03:19:37.343Z] 6c40480563a3: Layer already exists [2020-10-22T03:19:37.343Z] 9b738e6999d0: Layer already exists [2020-10-22T03:19:37.343Z] 1.2.2-dev.87: digest: sha256:f783f866cecf17b9ca28c3828231aa33e837be07623f3543d42ef34dc989dbd1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:37.658Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:37.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:37.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T03:19:37.963Z] e5fcbbf514fa: Preparing [2020-10-22T03:19:37.963Z] 9b738e6999d0: Preparing [2020-10-22T03:19:37.963Z] 6c40480563a3: Preparing [2020-10-22T03:19:37.963Z] 6c40480563a3: Layer already exists [2020-10-22T03:19:37.963Z] e5fcbbf514fa: Layer already exists [2020-10-22T03:19:37.963Z] 9b738e6999d0: Layer already exists [2020-10-22T03:19:37.963Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:f783f866cecf17b9ca28c3828231aa33e837be07623f3543d42ef34dc989dbd1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:38.279Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:38.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-22T03:19:38.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T03:19:38.584Z] e5fcbbf514fa: Preparing [2020-10-22T03:19:38.584Z] 9b738e6999d0: Preparing [2020-10-22T03:19:38.584Z] 6c40480563a3: Preparing [2020-10-22T03:19:38.584Z] e5fcbbf514fa: Layer already exists [2020-10-22T03:19:38.584Z] 9b738e6999d0: Layer already exists [2020-10-22T03:19:38.584Z] 6c40480563a3: Layer already exists [2020-10-22T03:19:38.584Z] master: digest: sha256:f783f866cecf17b9ca28c3828231aa33e837be07623f3543d42ef34dc989dbd1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:38.789Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:38.858Z] taggedImages: [2020-10-22T03:19:38.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:38.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.87 [2020-10-22T03:19:38.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:38.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-22T03:19:38.926Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-22T03:19:38.926Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:38.926Z] 1.2.2-dev.87 [2020-10-22T03:19:38.926Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:38.926Z] master [2020-10-22T03:19:38.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:39.550Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:40.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:40.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T03:19:40.013Z] a3a06925f704: Preparing [2020-10-22T03:19:40.013Z] 983ae208e077: Preparing [2020-10-22T03:19:40.013Z] 7c9dd73c3d8a: Preparing [2020-10-22T03:19:40.013Z] 77e0025652ec: Preparing [2020-10-22T03:19:40.013Z] 055fe94bd1bb: Preparing [2020-10-22T03:19:40.013Z] d6945ddafaf7: Preparing [2020-10-22T03:19:40.013Z] 57eeedae11b8: Preparing [2020-10-22T03:19:40.013Z] 5fe521610e78: Preparing [2020-10-22T03:19:40.013Z] f0edd358ecba: Preparing [2020-10-22T03:19:40.013Z] c4abb9665b4c: Preparing [2020-10-22T03:19:40.013Z] 4eee5f9df117: Preparing [2020-10-22T03:19:40.013Z] 51d6d3d09136: Preparing [2020-10-22T03:19:40.013Z] 1507bc794612: Preparing [2020-10-22T03:19:40.013Z] 50644c29ef5a: Preparing [2020-10-22T03:19:40.013Z] 5fe521610e78: Waiting [2020-10-22T03:19:40.013Z] f0edd358ecba: Waiting [2020-10-22T03:19:40.013Z] c4abb9665b4c: Waiting [2020-10-22T03:19:40.013Z] 4eee5f9df117: Waiting [2020-10-22T03:19:40.013Z] 51d6d3d09136: Waiting [2020-10-22T03:19:40.013Z] d6945ddafaf7: Waiting [2020-10-22T03:19:40.013Z] 57eeedae11b8: Waiting [2020-10-22T03:19:40.013Z] 1507bc794612: Waiting [2020-10-22T03:19:40.013Z] 50644c29ef5a: Waiting [2020-10-22T03:19:40.281Z] 055fe94bd1bb: Pushed [2020-10-22T03:19:40.281Z] a3a06925f704: Pushed [2020-10-22T03:19:40.281Z] 77e0025652ec: Pushed [2020-10-22T03:19:40.547Z] 5fe521610e78: Layer already exists [2020-10-22T03:19:40.547Z] f0edd358ecba: Layer already exists [2020-10-22T03:19:40.547Z] 57eeedae11b8: Pushed [2020-10-22T03:19:40.547Z] c4abb9665b4c: Layer already exists [2020-10-22T03:19:40.547Z] 4eee5f9df117: Layer already exists [2020-10-22T03:19:40.547Z] 51d6d3d09136: Layer already exists [2020-10-22T03:19:40.547Z] 1507bc794612: Layer already exists [2020-10-22T03:19:40.547Z] 50644c29ef5a: Layer already exists [2020-10-22T03:19:40.814Z] 983ae208e077: Pushed [2020-10-22T03:19:41.395Z] d6945ddafaf7: Pushed [2020-10-22T03:19:45.633Z] 7c9dd73c3d8a: Pushed [2020-10-22T03:19:45.633Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:a8dc5c635e28b4261c591e724d758054c6a1bd1f84d21058dd66284f0162dd61 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:45.951Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:46.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.87 [2020-10-22T03:19:46.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T03:19:46.259Z] a3a06925f704: Preparing [2020-10-22T03:19:46.259Z] 983ae208e077: Preparing [2020-10-22T03:19:46.259Z] 7c9dd73c3d8a: Preparing [2020-10-22T03:19:46.259Z] 77e0025652ec: Preparing [2020-10-22T03:19:46.259Z] 055fe94bd1bb: Preparing [2020-10-22T03:19:46.259Z] d6945ddafaf7: Preparing [2020-10-22T03:19:46.259Z] 57eeedae11b8: Preparing [2020-10-22T03:19:46.259Z] 5fe521610e78: Preparing [2020-10-22T03:19:46.259Z] f0edd358ecba: Preparing [2020-10-22T03:19:46.259Z] c4abb9665b4c: Preparing [2020-10-22T03:19:46.259Z] 4eee5f9df117: Preparing [2020-10-22T03:19:46.259Z] 51d6d3d09136: Preparing [2020-10-22T03:19:46.259Z] 1507bc794612: Preparing [2020-10-22T03:19:46.259Z] 50644c29ef5a: Preparing [2020-10-22T03:19:46.259Z] f0edd358ecba: Waiting [2020-10-22T03:19:46.259Z] 51d6d3d09136: Waiting [2020-10-22T03:19:46.259Z] c4abb9665b4c: Waiting [2020-10-22T03:19:46.259Z] 4eee5f9df117: Waiting [2020-10-22T03:19:46.259Z] 57eeedae11b8: Waiting [2020-10-22T03:19:46.259Z] 5fe521610e78: Waiting [2020-10-22T03:19:46.259Z] 1507bc794612: Waiting [2020-10-22T03:19:46.259Z] 50644c29ef5a: Waiting [2020-10-22T03:19:46.259Z] d6945ddafaf7: Waiting [2020-10-22T03:19:46.259Z] 7c9dd73c3d8a: Layer already exists [2020-10-22T03:19:46.259Z] 983ae208e077: Layer already exists [2020-10-22T03:19:46.259Z] 77e0025652ec: Layer already exists [2020-10-22T03:19:46.259Z] 055fe94bd1bb: Layer already exists [2020-10-22T03:19:46.259Z] a3a06925f704: Layer already exists [2020-10-22T03:19:46.259Z] d6945ddafaf7: Layer already exists [2020-10-22T03:19:46.259Z] c4abb9665b4c: Layer already exists [2020-10-22T03:19:46.259Z] f0edd358ecba: Layer already exists [2020-10-22T03:19:46.259Z] 57eeedae11b8: Layer already exists [2020-10-22T03:19:46.259Z] 5fe521610e78: Layer already exists [2020-10-22T03:19:46.259Z] 51d6d3d09136: Layer already exists [2020-10-22T03:19:46.259Z] 4eee5f9df117: Layer already exists [2020-10-22T03:19:46.259Z] 50644c29ef5a: Layer already exists [2020-10-22T03:19:46.259Z] 1507bc794612: Layer already exists [2020-10-22T03:19:46.259Z] 1.2.2-dev.87: digest: sha256:a8dc5c635e28b4261c591e724d758054c6a1bd1f84d21058dd66284f0162dd61 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:46.569Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:46.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:46.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T03:19:46.910Z] a3a06925f704: Preparing [2020-10-22T03:19:46.910Z] 983ae208e077: Preparing [2020-10-22T03:19:46.910Z] 7c9dd73c3d8a: Preparing [2020-10-22T03:19:46.910Z] 77e0025652ec: Preparing [2020-10-22T03:19:46.910Z] 055fe94bd1bb: Preparing [2020-10-22T03:19:46.910Z] d6945ddafaf7: Preparing [2020-10-22T03:19:46.910Z] 57eeedae11b8: Preparing [2020-10-22T03:19:46.910Z] 5fe521610e78: Preparing [2020-10-22T03:19:46.910Z] f0edd358ecba: Preparing [2020-10-22T03:19:46.910Z] c4abb9665b4c: Preparing [2020-10-22T03:19:46.910Z] 4eee5f9df117: Preparing [2020-10-22T03:19:46.910Z] 51d6d3d09136: Preparing [2020-10-22T03:19:46.910Z] 1507bc794612: Preparing [2020-10-22T03:19:46.910Z] 50644c29ef5a: Preparing [2020-10-22T03:19:46.910Z] d6945ddafaf7: Waiting [2020-10-22T03:19:46.910Z] 57eeedae11b8: Waiting [2020-10-22T03:19:46.910Z] 5fe521610e78: Waiting [2020-10-22T03:19:46.910Z] f0edd358ecba: Waiting [2020-10-22T03:19:46.910Z] c4abb9665b4c: Waiting [2020-10-22T03:19:46.910Z] 4eee5f9df117: Waiting [2020-10-22T03:19:46.910Z] 51d6d3d09136: Waiting [2020-10-22T03:19:46.910Z] 1507bc794612: Waiting [2020-10-22T03:19:46.910Z] 50644c29ef5a: Waiting [2020-10-22T03:19:46.910Z] 7c9dd73c3d8a: Layer already exists [2020-10-22T03:19:46.910Z] 055fe94bd1bb: Layer already exists [2020-10-22T03:19:46.910Z] a3a06925f704: Layer already exists [2020-10-22T03:19:46.910Z] 77e0025652ec: Layer already exists [2020-10-22T03:19:46.910Z] 983ae208e077: Layer already exists [2020-10-22T03:19:46.910Z] d6945ddafaf7: Layer already exists [2020-10-22T03:19:46.910Z] 57eeedae11b8: Layer already exists [2020-10-22T03:19:46.910Z] 5fe521610e78: Layer already exists [2020-10-22T03:19:46.910Z] f0edd358ecba: Layer already exists [2020-10-22T03:19:46.910Z] c4abb9665b4c: Layer already exists [2020-10-22T03:19:46.910Z] 4eee5f9df117: Layer already exists [2020-10-22T03:19:46.910Z] 50644c29ef5a: Layer already exists [2020-10-22T03:19:46.910Z] 51d6d3d09136: Layer already exists [2020-10-22T03:19:46.910Z] 1507bc794612: Layer already exists [2020-10-22T03:19:46.910Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:a8dc5c635e28b4261c591e724d758054c6a1bd1f84d21058dd66284f0162dd61 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:47.229Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:19:47.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-22T03:19:47.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T03:19:47.534Z] a3a06925f704: Preparing [2020-10-22T03:19:47.534Z] 983ae208e077: Preparing [2020-10-22T03:19:47.534Z] 7c9dd73c3d8a: Preparing [2020-10-22T03:19:47.534Z] 77e0025652ec: Preparing [2020-10-22T03:19:47.534Z] 055fe94bd1bb: Preparing [2020-10-22T03:19:47.534Z] d6945ddafaf7: Preparing [2020-10-22T03:19:47.534Z] 57eeedae11b8: Preparing [2020-10-22T03:19:47.534Z] 5fe521610e78: Preparing [2020-10-22T03:19:47.534Z] f0edd358ecba: Preparing [2020-10-22T03:19:47.534Z] c4abb9665b4c: Preparing [2020-10-22T03:19:47.534Z] 4eee5f9df117: Preparing [2020-10-22T03:19:47.534Z] 51d6d3d09136: Preparing [2020-10-22T03:19:47.534Z] 1507bc794612: Preparing [2020-10-22T03:19:47.534Z] 50644c29ef5a: Preparing [2020-10-22T03:19:47.534Z] c4abb9665b4c: Waiting [2020-10-22T03:19:47.534Z] 4eee5f9df117: Waiting [2020-10-22T03:19:47.534Z] d6945ddafaf7: Waiting [2020-10-22T03:19:47.534Z] 51d6d3d09136: Waiting [2020-10-22T03:19:47.534Z] 1507bc794612: Waiting [2020-10-22T03:19:47.534Z] 57eeedae11b8: Waiting [2020-10-22T03:19:47.534Z] 50644c29ef5a: Waiting [2020-10-22T03:19:47.534Z] 5fe521610e78: Waiting [2020-10-22T03:19:47.534Z] a3a06925f704: Layer already exists [2020-10-22T03:19:47.534Z] 7c9dd73c3d8a: Layer already exists [2020-10-22T03:19:47.534Z] 983ae208e077: Layer already exists [2020-10-22T03:19:47.534Z] 77e0025652ec: Layer already exists [2020-10-22T03:19:47.534Z] 055fe94bd1bb: Layer already exists [2020-10-22T03:19:47.534Z] 57eeedae11b8: Layer already exists [2020-10-22T03:19:47.534Z] 5fe521610e78: Layer already exists [2020-10-22T03:19:47.534Z] d6945ddafaf7: Layer already exists [2020-10-22T03:19:47.534Z] c4abb9665b4c: Layer already exists [2020-10-22T03:19:47.534Z] f0edd358ecba: Layer already exists [2020-10-22T03:19:47.534Z] 4eee5f9df117: Layer already exists [2020-10-22T03:19:47.534Z] 50644c29ef5a: Layer already exists [2020-10-22T03:19:47.534Z] 1507bc794612: Layer already exists [2020-10-22T03:19:47.534Z] 51d6d3d09136: Layer already exists [2020-10-22T03:19:47.797Z] master: digest: sha256:a8dc5c635e28b4261c591e724d758054c6a1bd1f84d21058dd66284f0162dd61 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:19:48.002Z] ===================================================== [Pipeline] echo [2020-10-22T03:19:48.054Z] taggedImages: [2020-10-22T03:19:48.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:19:48.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.87 [2020-10-22T03:19:48.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:19:48.054Z] - 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-22T03:20:40.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T03:20:44.848Z] Removing intermediate container 82d93926b374 [2020-10-22T03:20:44.848Z] ---> a1bb2489d8f0 [2020-10-22T03:20:44.848Z] [2020-10-22T03:20:44.848Z] Step 9/29 : FROM alpine:latest [2020-10-22T03:20:44.848Z] Removing intermediate container 417dba4cd322 [2020-10-22T03:20:44.848Z] ---> be3a9fe37a27 [2020-10-22T03:20:44.848Z] [2020-10-22T03:20:44.848Z] Step 10/20 : FROM alpine [2020-10-22T03:20:44.848Z] latest: Pulling from library/alpine [2020-10-22T03:20:45.450Z] latest: Pulling from library/alpine [2020-10-22T03:20:45.450Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T03:20:45.450Z] Status: Downloaded newer image for alpine:latest [2020-10-22T03:20:45.450Z] ---> 2e77e061c27f [2020-10-22T03:20:45.450Z] 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-22T03:20:45.450Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T03:20:45.450Z] Status: Image is up to date for alpine:latest [2020-10-22T03:20:45.450Z] ---> 2e77e061c27f [2020-10-22T03:20:45.450Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T03:20:45.744Z] ---> Running in 38eae127e292 [2020-10-22T03:20:46.026Z] ---> Running in 8545b230f3fc [2020-10-22T03:20:46.629Z] Removing intermediate container 38eae127e292 [2020-10-22T03:20:46.629Z] ---> a8cada79fe84 [2020-10-22T03:20:46.629Z] Step 11/29 : USER root [2020-10-22T03:20:46.629Z] ---> Running in effadce9fc86 [2020-10-22T03:20:47.611Z] Removing intermediate container effadce9fc86 [2020-10-22T03:20:47.612Z] ---> d5c7cbc60a06 [2020-10-22T03:20:47.612Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T03:20:47.612Z] ---> Running in 7817fbba37d4 [2020-10-22T03:20:48.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:20:48.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:20:49.871Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:20:49.871Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:20:49.871Z] OK: 12615 distinct packages available [2020-10-22T03:20:50.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T03:20:50.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:20:50.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:20:50.717Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T03:20:50.717Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T03:20:50.717Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T03:20:50.995Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T03:20:50.995Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:20:50.995Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T03:20:50.995Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:20:50.995Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:20:50.995Z] OK: 12615 distinct packages available [2020-10-22T03:20:51.601Z] OK: 7 MiB in 18 packages [2020-10-22T03:20:52.207Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T03:20:52.207Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T03:20:52.207Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:20:52.207Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T03:20:52.587Z] OK: 6 MiB in 16 packages [2020-10-22T03:20:54.112Z] Removing intermediate container 0a42122993e4 [2020-10-22T03:20:54.112Z] ---> 991de3cf3839 [2020-10-22T03:20:54.112Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T03:20:54.402Z] ---> Running in 210a740705f6 [2020-10-22T03:20:56.457Z] Removing intermediate container 8545b230f3fc [2020-10-22T03:20:56.457Z] ---> e2d7e45e14e9 [2020-10-22T03:20:56.457Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T03:20:56.457Z] ---> Running in 1d6903fa7050 [2020-10-22T03:20:56.457Z] Removing intermediate container 7817fbba37d4 [2020-10-22T03:20:56.457Z] ---> e22dd774c98f [2020-10-22T03:20:56.457Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T03:20:56.727Z] ---> Running in 98eb66a19341 [2020-10-22T03:20:57.324Z] Removing intermediate container 1d6903fa7050 [2020-10-22T03:20:57.324Z] ---> a93bd27dfc64 [2020-10-22T03:20:57.324Z] Step 13/20 : WORKDIR /edgex [2020-10-22T03:20:57.324Z] ---> Running in a45126cd7c43 [2020-10-22T03:20:57.599Z] Removing intermediate container 98eb66a19341 [2020-10-22T03:20:57.599Z] ---> ead481cadeba [2020-10-22T03:20:57.599Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T03:20:57.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T03:20:57.875Z] ---> Running in 93a81400bc66 [2020-10-22T03:20:58.152Z] Removing intermediate container a45126cd7c43 [2020-10-22T03:20:58.152Z] ---> 5a4459e9cf15 [2020-10-22T03:20:58.152Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T03:20:58.757Z] Removing intermediate container 93a81400bc66 [2020-10-22T03:20:58.757Z] ---> 7308a43d602c [2020-10-22T03:20:58.757Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T03:20:59.036Z] ---> Running in a3394aaaa81b [2020-10-22T03:20:59.644Z] ---> 82fea60dc5c6 [2020-10-22T03:20:59.644Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T03:21:04.009Z] ---> 07608b183977 [2020-10-22T03:21:04.009Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T03:21:04.009Z] ---> Running in 96120214518a [2020-10-22T03:21:04.612Z] Removing intermediate container 82f8f234e8c9 [2020-10-22T03:21:04.612Z] ---> 3842e8d62cc3 [2020-10-22T03:21:04.612Z] [2020-10-22T03:21:04.612Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T03:21:04.891Z] Removing intermediate container 96120214518a [2020-10-22T03:21:04.891Z] ---> 7b36f3613e00 [2020-10-22T03:21:04.891Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T03:21:04.891Z] 3.10: Pulling from library/alpine [2020-10-22T03:21:05.166Z] ---> Running in 6f540244790e [2020-10-22T03:21:05.166Z] Removing intermediate container a3394aaaa81b [2020-10-22T03:21:05.166Z] ---> 67fe01bfc6a5 [2020-10-22T03:21:05.166Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T03:21:05.166Z] Removing intermediate container 210a740705f6 [2020-10-22T03:21:05.166Z] ---> 0a20cec55000 [2020-10-22T03:21:05.166Z] [2020-10-22T03:21:05.166Z] Step 11/27 : FROM docker:latest [2020-10-22T03:21:05.166Z] ---> 5d4db4dc0692 [2020-10-22T03:21:05.166Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T03:21:05.792Z] ---> Running in 1b464fbb1437 [2020-10-22T03:21:06.399Z] Removing intermediate container 6f540244790e [2020-10-22T03:21:06.400Z] ---> 531c611a13a4 [2020-10-22T03:21:06.400Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T03:21:06.684Z] ---> Running in ee0a5cef4174 [2020-10-22T03:21:08.140Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T03:21:08.140Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T03:21:08.140Z] ---> 536a684cf733 [2020-10-22T03:21:08.140Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T03:21:08.140Z] Removing intermediate container ee0a5cef4174 [2020-10-22T03:21:08.140Z] ---> 641e83889cc9 [2020-10-22T03:21:08.140Z] Step 19/20 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:21:08.140Z] ---> 716ce9c307e9 [2020-10-22T03:21:08.140Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T03:21:08.140Z] ---> Running in e864a2e1725f [2020-10-22T03:21:08.140Z] ---> Running in 97a074ec89ef [2020-10-22T03:21:08.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:21:09.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:21:09.016Z] Removing intermediate container 97a074ec89ef [2020-10-22T03:21:09.016Z] ---> 5675555d0dcb [2020-10-22T03:21:09.016Z] Step 20/20 : LABEL version=1.2.2-dev.87 [2020-10-22T03:21:09.305Z] ---> Running in f26ecde9bf7b [2020-10-22T03:21:09.305Z] ---> 163dcdfa5785 [2020-10-22T03:21:09.305Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T03:21:09.951Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T03:21:09.951Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T03:21:09.951Z] Executing bash-5.0.17-r0.post-install [2020-10-22T03:21:09.951Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:21:09.951Z] OK: 12 MiB in 22 packages [2020-10-22T03:21:10.233Z] Removing intermediate container f26ecde9bf7b [2020-10-22T03:21:10.233Z] ---> 73b6b5884932 [2020-10-22T03:21:10.233Z] [2020-10-22T03:21:10.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:21:10.850Z] Successfully built 73b6b5884932 [2020-10-22T03:21:10.850Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T03:21:11.133Z] Building docker-support-scheduler-go [2020-10-22T03:21:11.133Z]  Building docker-security-proxy-setup-go ... done  ---> 7b9979022484 [2020-10-22T03:21:11.133Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T03:21:11.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:21:12.033Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T03:21:12.033Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T03:21:12.033Z] OK: 10167 distinct packages available [2020-10-22T03:21:12.033Z] Removing intermediate container 1b464fbb1437 [2020-10-22T03:21:12.033Z] ---> 809c702b03e5 [2020-10-22T03:21:12.033Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T03:21:12.655Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T03:21:12.655Z] ---> Running in d5973ddefeb7 [2020-10-22T03:21:12.655Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T03:21:12.655Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T03:21:12.655Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T03:21:12.655Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T03:21:12.939Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T03:21:12.939Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T03:21:12.939Z] OK: 7 MiB in 19 packages [2020-10-22T03:21:13.946Z] ---> 1ea1e36ba8b8 [2020-10-22T03:21:13.947Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T03:21:15.437Z] ---> 3ebd5383e155 [2020-10-22T03:21:15.437Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T03:21:15.729Z] ---> Running in 4b01b7fcf630 [2020-10-22T03:21:16.752Z] Removing intermediate container e864a2e1725f [2020-10-22T03:21:16.752Z] ---> d1726fed9914 [2020-10-22T03:21:16.752Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T03:21:16.752Z] ---> Running in 1e20c52f82f4 [2020-10-22T03:21:17.762Z] Removing intermediate container 1e20c52f82f4 [2020-10-22T03:21:17.762Z] ---> 6c3529d27f95 [2020-10-22T03:21:17.762Z] Step 13/26 : WORKDIR / [2020-10-22T03:21:18.050Z] ---> Running in e31665809be3 [2020-10-22T03:21:18.050Z] Removing intermediate container d5973ddefeb7 [2020-10-22T03:21:18.050Z] ---> 25258ceb1cda [2020-10-22T03:21:18.050Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T03:21:18.325Z] ---> Running in 2e9d5870d0a4 [2020-10-22T03:21:19.325Z] Removing intermediate container e31665809be3 [2020-10-22T03:21:19.326Z] ---> ac2c01c10847 [2020-10-22T03:21:19.326Z] 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-22T03:21:19.606Z] Removing intermediate container 2e9d5870d0a4 [2020-10-22T03:21:19.606Z] ---> c81c7587be99 [2020-10-22T03:21:19.606Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T03:21:21.743Z] ---> Running in d30da38fae20 [2020-10-22T03:21:22.017Z] ---> ea2f7a5cf035 [2020-10-22T03:21:22.017Z] 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-22T03:21:22.017Z] Removing intermediate container 4b01b7fcf630 [2020-10-22T03:21:22.017Z] ---> 357135d4b1e3 [2020-10-22T03:21:22.017Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T03:21:22.632Z] Removing intermediate container d30da38fae20 [2020-10-22T03:21:22.632Z] ---> d61d0aeedbd9 [2020-10-22T03:21:22.632Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T03:21:22.913Z] Removing intermediate container 70feea13d8ed [2020-10-22T03:21:22.913Z] ---> 1afb7a942536 [2020-10-22T03:21:22.913Z] [2020-10-22T03:21:22.913Z] Step 10/22 : FROM scratch [2020-10-22T03:21:22.913Z] ---> [2020-10-22T03:21:22.913Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:21:22.913Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:21:22.913Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:21:22.913Z] ---> 0cdbb99431d5 [2020-10-22T03:21:22.913Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T03:21:22.913Z] ---> Using cache [2020-10-22T03:21:22.913Z] ---> 6f10d9ffe0a8 [2020-10-22T03:21:22.913Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:21:22.913Z] ---> Using cache [2020-10-22T03:21:22.913Z] ---> 2c3a07fab126 [2020-10-22T03:21:22.913Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T03:21:22.913Z] ---> Using cache [2020-10-22T03:21:23.193Z] ---> 6f76b206aac0 [2020-10-22T03:21:23.193Z] Step 6/21 : COPY go.mod . [2020-10-22T03:21:23.193Z] ---> Using cache [2020-10-22T03:21:23.193Z] ---> 5ae9fb10c67e [2020-10-22T03:21:23.193Z] Step 7/21 : RUN go mod download [2020-10-22T03:21:23.193Z] ---> Using cache [2020-10-22T03:21:23.193Z] ---> 40a0350dc1d6 [2020-10-22T03:21:23.193Z] Step 8/21 : COPY . . [2020-10-22T03:21:23.193Z] ---> Using cache [2020-10-22T03:21:23.193Z] ---> 96778e3b7402 [2020-10-22T03:21:23.193Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T03:21:23.193Z] ---> Running in 98261642043f [2020-10-22T03:21:23.472Z] ---> Running in c01183ba232a [2020-10-22T03:21:23.472Z] ---> Running in 193c8b113b3c [2020-10-22T03:21:23.472Z] ---> 89baea7256f1 [2020-10-22T03:21:23.472Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T03:21:23.472Z] ---> f04089fd5971 [2020-10-22T03:21:23.472Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T03:21:23.755Z] ---> Running in ca59e7a5e3cf [2020-10-22T03:21:24.044Z] Removing intermediate container c01183ba232a [2020-10-22T03:21:24.044Z] ---> a9d878c87fd0 [2020-10-22T03:21:24.045Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T03:21:24.322Z] ---> Running in 993b0520f350 [2020-10-22T03:21:24.322Z] Removing intermediate container 98261642043f [2020-10-22T03:21:24.322Z] ---> 80be6badd135 [2020-10-22T03:21:24.322Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T03:21:24.930Z] ---> 51303a4e21a0 [2020-10-22T03:21:24.930Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T03:21:25.216Z] Removing intermediate container 993b0520f350 [2020-10-22T03:21:25.216Z] ---> 80952e50ce9d [2020-10-22T03:21:25.216Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T03:21:25.498Z] ---> Running in 71bb4ecabe32 [2020-10-22T03:21:25.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T03:21:26.411Z] ---> 14ac4e9ecddc [2020-10-22T03:21:26.411Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T03:21:26.696Z] ---> 16da7a8992f8 [2020-10-22T03:21:26.696Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T03:21:26.696Z] Removing intermediate container 71bb4ecabe32 [2020-10-22T03:21:26.696Z] ---> 5170310f5c13 [2020-10-22T03:21:26.696Z] Step 14/22 : WORKDIR / [2020-10-22T03:21:26.981Z] ---> Running in ad77de76cee1 [2020-10-22T03:21:27.991Z] Removing intermediate container ad77de76cee1 [2020-10-22T03:21:27.991Z] Removing intermediate container ca59e7a5e3cf [2020-10-22T03:21:27.991Z] ---> aeca0a0535f2 [2020-10-22T03:21:27.991Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T03:21:27.991Z] ---> ad0439967f3b [2020-10-22T03:21:27.991Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T03:21:28.283Z] ---> 170a07ed3cfb [2020-10-22T03:21:28.283Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T03:21:28.283Z] ---> Running in 341047e7b4ea [2020-10-22T03:21:28.887Z] ---> 4ded2597acf4 [2020-10-22T03:21:28.887Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T03:21:29.878Z] ---> e232c8fe46df [2020-10-22T03:21:29.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T03:21:30.889Z] ---> 28d6239daba4 [2020-10-22T03:21:30.889Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T03:21:31.498Z] ---> Running in 1f3033cb3f4c [2020-10-22T03:21:32.102Z] ---> a6c538ce62e5 [2020-10-22T03:21:32.102Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T03:21:33.085Z] ---> 5d4a40bfef97 [2020-10-22T03:21:33.085Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T03:21:35.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:21:35.111Z] ---> ab69536574cd [2020-10-22T03:21:35.111Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T03:21:35.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:21:35.111Z] ---> 10bd97569443 [2020-10-22T03:21:35.111Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T03:21:35.389Z] Removing intermediate container 341047e7b4ea [2020-10-22T03:21:35.389Z] ---> 55733faabfb4 [2020-10-22T03:21:35.389Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T03:21:35.389Z] ---> Running in ad37ebd49b1f [2020-10-22T03:21:35.673Z] ---> Running in 431f3a72e60d [2020-10-22T03:21:35.673Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T03:21:35.961Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T03:21:35.961Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T03:21:35.961Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T03:21:35.961Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T03:21:35.961Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T03:21:35.961Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T03:21:37.031Z] Removing intermediate container ad37ebd49b1f [2020-10-22T03:21:37.031Z] ---> cf7aed46bb30 [2020-10-22T03:21:37.031Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T03:21:37.031Z] Removing intermediate container 431f3a72e60d [2020-10-22T03:21:37.031Z] ---> d08dbe46837e [2020-10-22T03:21:37.031Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:21:37.031Z] ---> cea20c7ee79d [2020-10-22T03:21:37.031Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T03:21:37.314Z] ---> Running in 57f6277959e2 [2020-10-22T03:21:37.314Z] ---> Running in 2139976b3443 [2020-10-22T03:21:37.314Z] ---> Running in 4a1f36b20520 [2020-10-22T03:21:38.328Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T03:21:38.328Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T03:21:38.328Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T03:21:38.328Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T03:21:38.328Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T03:21:38.328Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T03:21:38.328Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T03:21:38.608Z] Removing intermediate container 2139976b3443 [2020-10-22T03:21:38.608Z] ---> aed74ec1cfe5 [2020-10-22T03:21:38.609Z] Step 27/29 : LABEL arch=arm64 [2020-10-22T03:21:38.609Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T03:21:38.609Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T03:21:38.609Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T03:21:38.609Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T03:21:38.896Z] Removing intermediate container 57f6277959e2 [2020-10-22T03:21:38.896Z] ---> 98d0b0929e0e [2020-10-22T03:21:38.896Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T03:21:38.896Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T03:21:38.896Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T03:21:38.896Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T03:21:38.896Z] ---> Running in 2f7622fd6c8e [2020-10-22T03:21:38.896Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T03:21:38.896Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T03:21:38.896Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T03:21:38.896Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T03:21:39.178Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T03:21:39.178Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T03:21:39.178Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T03:21:39.178Z] ---> Running in 9c096b52556e [2020-10-22T03:21:39.178Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T03:21:39.178Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T03:21:39.178Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T03:21:39.178Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T03:21:39.178Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T03:21:39.786Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:21:39.786Z] OK: 71 MiB in 55 packages [2020-10-22T03:21:39.786Z] Removing intermediate container 2f7622fd6c8e [2020-10-22T03:21:39.786Z] ---> 7e689ceb06fd [2020-10-22T03:21:39.786Z] Step 28/29 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:21:40.072Z] Removing intermediate container 9c096b52556e [2020-10-22T03:21:40.072Z] ---> 78ac334b5a77 [2020-10-22T03:21:40.072Z] Step 21/22 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:21:40.072Z] ---> Running in 0ae88a520e97 [2020-10-22T03:21:40.355Z] ---> Running in a96e6714a76f [2020-10-22T03:21:41.809Z] Removing intermediate container 0ae88a520e97 [2020-10-22T03:21:41.809Z] ---> 84cf95631c7e [2020-10-22T03:21:41.809Z] Step 29/29 : LABEL version=1.2.2-dev.87 [2020-10-22T03:21:41.809Z] Removing intermediate container a96e6714a76f [2020-10-22T03:21:41.809Z] ---> a9b1f804c1cd [2020-10-22T03:21:41.809Z] Step 22/22 : LABEL version=1.2.2-dev.87 [2020-10-22T03:21:41.809Z] ---> Running in be61ee082877 [2020-10-22T03:21:42.091Z] ---> Running in 137e6f71101f [2020-10-22T03:21:42.371Z] Removing intermediate container 4a1f36b20520 [2020-10-22T03:21:42.371Z] ---> 89c52c4c65b8 [2020-10-22T03:21:42.371Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T03:21:42.976Z] ---> Running in 97801f4f28ae [2020-10-22T03:21:42.976Z] Removing intermediate container be61ee082877 [2020-10-22T03:21:42.976Z] ---> 77f6a96b49cc [2020-10-22T03:21:42.976Z] [2020-10-22T03:21:43.255Z] Removing intermediate container 137e6f71101f [2020-10-22T03:21:43.255Z] ---> ffe60e41e97b [2020-10-22T03:21:43.255Z] [2020-10-22T03:21:43.861Z] Removing intermediate container 97801f4f28ae [2020-10-22T03:21:43.861Z] ---> b3ced2b8a562 [2020-10-22T03:21:43.861Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T03:21:44.138Z] Successfully built 77f6a96b49cc [2020-10-22T03:21:44.138Z] ---> Running in f1ec74f2f588 [2020-10-22T03:21:44.138Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T03:21:44.138Z] Building docker-core-data-go [2020-10-22T03:21:44.419Z]  Building docker-security-secrets-setup-go ... done Successfully built ffe60e41e97b [2020-10-22T03:21:44.419Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T03:21:44.420Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-10-22T03:21:45.427Z] Removing intermediate container f1ec74f2f588 [2020-10-22T03:21:45.427Z] ---> 6faadb54e637 [2020-10-22T03:21:45.427Z] Step 25/26 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:21:46.041Z] ---> Running in 1b7da0523190 [2020-10-22T03:21:47.039Z] Removing intermediate container 1b7da0523190 [2020-10-22T03:21:47.040Z] ---> 628e0fa7eec9 [2020-10-22T03:21:47.040Z] Step 26/26 : LABEL version=1.2.2-dev.87 [2020-10-22T03:21:48.536Z] ---> Running in aefd744de1e0 [2020-10-22T03:21:50.594Z] Removing intermediate container aefd744de1e0 [2020-10-22T03:21:50.594Z] ---> 4a31fe328d96 [2020-10-22T03:21:50.594Z] [2020-10-22T03:21:50.594Z] Successfully built 4a31fe328d96 [2020-10-22T03:21:51.223Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T03:21:51.223Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-10-22T03:21:51.840Z] Removing intermediate container 1f3033cb3f4c [2020-10-22T03:21:51.840Z] ---> e99bc7952f8f [2020-10-22T03:21:51.840Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T03:21:52.119Z] ---> Running in a0749fa78fb4 [2020-10-22T03:22:00.468Z] Collecting docker-compose==1.23.2 [2020-10-22T03:22:00.468Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T03:22:01.457Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T03:22:01.457Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T03:22:02.438Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T03:22:02.438Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T03:22:06.090Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T03:22:06.090Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T03:22:07.545Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T03:22:07.545Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T03:22:09.006Z] Collecting PyYAML<4,>=3.10 [2020-10-22T03:22:09.006Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T03:22:11.658Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:22:11.658Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:22:11.658Z] ---> 0cdbb99431d5 [2020-10-22T03:22:11.658Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T03:22:11.658Z] ---> Using cache [2020-10-22T03:22:11.658Z] ---> 6f10d9ffe0a8 [2020-10-22T03:22:11.658Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:22:11.658Z] ---> Using cache [2020-10-22T03:22:11.658Z] ---> 2c3a07fab126 [2020-10-22T03:22:11.658Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T03:22:11.939Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:22:11.939Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:22:11.939Z] ---> 0cdbb99431d5 [2020-10-22T03:22:11.939Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T03:22:11.939Z] ---> Using cache [2020-10-22T03:22:11.939Z] ---> 6f10d9ffe0a8 [2020-10-22T03:22:11.939Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:22:11.939Z] ---> Using cache [2020-10-22T03:22:11.939Z] ---> 2c3a07fab126 [2020-10-22T03:22:11.939Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T03:22:14.038Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T03:22:14.038Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T03:22:15.099Z] ---> Running in ca07d3312b86 [2020-10-22T03:22:15.099Z] ---> Running in 24c51aa42b6e [2020-10-22T03:22:17.817Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T03:22:17.817Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T03:22:18.441Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:22:18.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:22:18.441Z] ---> 0cdbb99431d5 [2020-10-22T03:22:18.441Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T03:22:18.441Z] ---> Using cache [2020-10-22T03:22:18.441Z] 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-22T03:22:18.441Z] ---> 6f10d9ffe0a8 [2020-10-22T03:22:18.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:22:18.441Z] ---> Using cache [2020-10-22T03:22:18.441Z] ---> 2c3a07fab126 [2020-10-22T03:22:18.441Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T03:22:18.441Z] ---> Using cache [2020-10-22T03:22:18.441Z] ---> 6f76b206aac0 [2020-10-22T03:22:18.441Z] Step 6/22 : COPY go.mod . [2020-10-22T03:22:18.441Z] ---> Using cache [2020-10-22T03:22:18.441Z] ---> 5ae9fb10c67e [2020-10-22T03:22:18.441Z] Step 7/22 : RUN go mod download [2020-10-22T03:22:18.441Z] ---> Using cache [2020-10-22T03:22:18.441Z] ---> 40a0350dc1d6 [2020-10-22T03:22:18.441Z] Step 8/22 : COPY . . [2020-10-22T03:22:18.441Z] ---> Using cache [2020-10-22T03:22:18.441Z] ---> 96778e3b7402 [2020-10-22T03:22:18.441Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T03:22:18.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:22:18.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:22:19.376Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T03:22:19.376Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T03:22:19.376Z] ---> Running in 4f02d7c16e03 [2020-10-22T03:22:19.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:22:20.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:22:21.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T03:22:22.756Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T03:22:22.756Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T03:22:23.044Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:22:23.044Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:22:23.044Z] OK: 12623 distinct packages available [2020-10-22T03:22:23.321Z] Collecting idna<2.8,>=2.5 [2020-10-22T03:22:23.321Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T03:22:23.600Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:22:23.600Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:22:23.600Z] OK: 12623 distinct packages available [2020-10-22T03:22:23.600Z] 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-22T03:22:23.878Z] OK: 217 MiB in 51 packages [2020-10-22T03:22:24.502Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T03:22:24.503Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T03:22:24.791Z] OK: 217 MiB in 51 packages [2020-10-22T03:22:25.076Z] 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-22T03:22:25.360Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T03:22:25.360Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T03:22:25.657Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T03:22:25.657Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T03:22:25.657Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T03:22:25.657Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T03:22:25.945Z] Removing intermediate container ca07d3312b86 [2020-10-22T03:22:25.945Z] ---> 890d49d6fc5e [2020-10-22T03:22:25.945Z] Step 6/23 : COPY go.mod . [2020-10-22T03:22:26.226Z] OK: 217 MiB in 51 packages [2020-10-22T03:22:27.256Z] ---> 43356e274edb [2020-10-22T03:22:27.256Z] Step 7/23 : RUN go mod download [2020-10-22T03:22:27.541Z] ---> Running in 20bcdf7bc2d7 [2020-10-22T03:22:27.541Z] Installing collected packages: idna, urllib3, requests, dockerpty, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, docopt, cached-property, texttable, docker-compose [2020-10-22T03:22:27.541Z] Attempting uninstall: idna [2020-10-22T03:22:27.541Z] Found existing installation: idna 2.9 [2020-10-22T03:22:27.541Z] Uninstalling idna-2.9: [2020-10-22T03:22:27.820Z] Successfully uninstalled idna-2.9 [2020-10-22T03:22:28.434Z] Attempting uninstall: urllib3 [2020-10-22T03:22:28.434Z] Found existing installation: urllib3 1.25.9 [2020-10-22T03:22:28.434Z] Uninstalling urllib3-1.25.9: [2020-10-22T03:22:29.053Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T03:22:29.053Z] Removing intermediate container 24c51aa42b6e [2020-10-22T03:22:29.053Z] ---> cbc1617e14b1 [2020-10-22T03:22:29.053Z] Step 6/22 : COPY go.mod . [2020-10-22T03:22:29.663Z] Attempting uninstall: requests [2020-10-22T03:22:29.664Z] Found existing installation: requests 2.23.0 [2020-10-22T03:22:29.664Z] Uninstalling requests-2.23.0: [2020-10-22T03:22:29.943Z] Successfully uninstalled requests-2.23.0 [2020-10-22T03:22:30.558Z] Running setup.py install for dockerpty: started [2020-10-22T03:22:31.184Z] ---> fe58ea4b34d8 [2020-10-22T03:22:31.184Z] Step 7/22 : RUN go mod download [2020-10-22T03:22:31.827Z] ---> Running in c42a0b217954 [2020-10-22T03:22:33.863Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T03:22:34.156Z] Removing intermediate container 20bcdf7bc2d7 [2020-10-22T03:22:34.156Z] ---> f40f3f807d0c [2020-10-22T03:22:34.156Z] Step 8/23 : COPY . . [2020-10-22T03:22:34.436Z] Removing intermediate container 193c8b113b3c [2020-10-22T03:22:34.436Z] ---> 75f69a62ad44 [2020-10-22T03:22:34.436Z] [2020-10-22T03:22:34.436Z] Step 10/21 : FROM scratch [2020-10-22T03:22:34.436Z] ---> [2020-10-22T03:22:34.436Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:22:34.720Z] ---> Using cache [2020-10-22T03:22:34.720Z] ---> a9d878c87fd0 [2020-10-22T03:22:34.720Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T03:22:35.005Z] ---> Running in 8b7dc0cb1abd [2020-10-22T03:22:37.038Z] Running setup.py install for PyYAML: started [2020-10-22T03:22:37.038Z] Removing intermediate container 8b7dc0cb1abd [2020-10-22T03:22:37.038Z] ---> 416045ff148a [2020-10-22T03:22:37.038Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T03:22:37.669Z] ---> Running in 9297db3f7ecd [2020-10-22T03:22:39.152Z] Removing intermediate container 9297db3f7ecd [2020-10-22T03:22:39.152Z] ---> 20f914e8a7f4 [2020-10-22T03:22:39.152Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T03:22:39.439Z] Removing intermediate container c42a0b217954 [2020-10-22T03:22:39.439Z] ---> 84944e2599f8 [2020-10-22T03:22:39.439Z] Step 8/22 : COPY . . [2020-10-22T03:22:40.060Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T03:22:40.060Z] Running setup.py install for docopt: started [2020-10-22T03:22:40.700Z] ---> 83c52ae3a648 [2020-10-22T03:22:40.700Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T03:22:43.375Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T03:22:43.375Z] Running setup.py install for texttable: started [2020-10-22T03:22:46.064Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T03:22:46.064Z] ---> 87c10604b439 [2020-10-22T03:22:46.064Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T03:22:47.523Z] 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-22T03:22:48.558Z] ---> 2c6ad780fcf7 [2020-10-22T03:22:48.558Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T03:22:48.848Z] ---> Running in 5cee06333aca [2020-10-22T03:22:49.466Z] ---> 3f0eb4954e1b [2020-10-22T03:22:49.466Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T03:22:50.075Z] Removing intermediate container 5cee06333aca [2020-10-22T03:22:50.075Z] ---> e3fb5339b2ef [2020-10-22T03:22:50.075Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:22:50.351Z] ---> Running in 12d6d48d3a8b [2020-10-22T03:22:50.631Z] ---> Running in e2ce2d24f33d [2020-10-22T03:22:52.138Z] Removing intermediate container e2ce2d24f33d [2020-10-22T03:22:52.138Z] ---> 3932b50b2dba [2020-10-22T03:22:52.138Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T03:22:52.415Z] ---> Running in 360b7565e45f [2020-10-22T03:22:53.447Z] Removing intermediate container 360b7565e45f [2020-10-22T03:22:53.447Z] ---> d8d29e9653bb [2020-10-22T03:22:53.447Z] Step 20/21 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:22:53.731Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T03:22:54.019Z] ---> Running in 3b69f168a47f [2020-10-22T03:22:54.637Z] Removing intermediate container a0749fa78fb4 [2020-10-22T03:22:54.637Z] ---> 8f9360788a07 [2020-10-22T03:22:54.637Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T03:22:55.263Z] ---> Running in c9fdaff0d917 [2020-10-22T03:22:55.263Z] Removing intermediate container 3b69f168a47f [2020-10-22T03:22:55.263Z] ---> 4aedd8ef648d [2020-10-22T03:22:55.263Z] Step 21/21 : LABEL version=1.2.2-dev.87 [2020-10-22T03:22:55.556Z] ---> Running in bab4cf370578 [2020-10-22T03:22:57.034Z] Removing intermediate container bab4cf370578 [2020-10-22T03:22:57.034Z] ---> 722dabdecfb0 [2020-10-22T03:22:57.034Z] [2020-10-22T03:22:57.649Z] Successfully built 722dabdecfb0 [2020-10-22T03:22:57.649Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T03:22:57.649Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-10-22T03:22:58.272Z] ---> 197221d85b97 [2020-10-22T03:22:58.272Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T03:22:58.272Z] ---> Running in f12f53c1582b [2020-10-22T03:22:58.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:22:58.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:22:59.845Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T03:22:59.845Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T03:22:59.845Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T03:22:59.845Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:22:59.845Z] OK: 71 MiB in 58 packages [2020-10-22T03:23:00.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T03:23:02.875Z] Removing intermediate container c9fdaff0d917 [2020-10-22T03:23:02.875Z] ---> 8f6e447573a3 [2020-10-22T03:23:02.875Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T03:23:02.875Z] ---> Running in fee71c28cd83 [2020-10-22T03:23:03.493Z] Removing intermediate container fee71c28cd83 [2020-10-22T03:23:03.493Z] ---> c35bafa84f24 [2020-10-22T03:23:03.493Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:23:03.493Z] ---> Running in d54820aa74a9 [2020-10-22T03:23:04.099Z] Removing intermediate container d54820aa74a9 [2020-10-22T03:23:04.099Z] ---> 3a6490f1c180 [2020-10-22T03:23:04.099Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T03:23:04.378Z] ---> Running in a63d74a18b17 [2020-10-22T03:23:04.987Z] Removing intermediate container a63d74a18b17 [2020-10-22T03:23:04.987Z] ---> 78b95097260c [2020-10-22T03:23:04.987Z] Step 26/27 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:23:05.276Z] ---> Running in 86ebb5b6e856 [2020-10-22T03:23:06.309Z] Removing intermediate container 86ebb5b6e856 [2020-10-22T03:23:06.309Z] ---> 4f811773dfb0 [2020-10-22T03:23:06.309Z] Step 27/27 : LABEL version=1.2.2-dev.87 [2020-10-22T03:23:06.309Z] ---> Running in fc1b3c52e9da [2020-10-22T03:23:07.482Z] Removing intermediate container fc1b3c52e9da [2020-10-22T03:23:07.483Z] ---> 377845735a27 [2020-10-22T03:23:07.483Z] [2020-10-22T03:23:07.773Z] Successfully built 377845735a27 [2020-10-22T03:23:07.773Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T03:23:13.543Z]  Building docker-sys-mgmt-agent-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T03:23:13.543Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T03:23:13.543Z] ---> 0cdbb99431d5 [2020-10-22T03:23:13.543Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T03:23:13.543Z] ---> Using cache [2020-10-22T03:23:13.543Z] ---> 6f10d9ffe0a8 [2020-10-22T03:23:13.543Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:23:13.543Z] ---> Using cache [2020-10-22T03:23:13.543Z] ---> 2c3a07fab126 [2020-10-22T03:23:13.543Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T03:23:14.554Z] ---> Running in 4792b14e52aa [2020-10-22T03:23:17.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:23:18.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:23:20.712Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T03:23:20.712Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T03:23:20.712Z] OK: 12623 distinct packages available [2020-10-22T03:23:21.326Z] OK: 217 MiB in 51 packages [2020-10-22T03:23:23.363Z] Removing intermediate container 4792b14e52aa [2020-10-22T03:23:23.363Z] ---> 35484fe425b4 [2020-10-22T03:23:23.363Z] Step 6/24 : COPY go.mod . [2020-10-22T03:23:24.834Z] ---> 1c921b715363 [2020-10-22T03:23:24.834Z] Step 7/24 : RUN go mod download [2020-10-22T03:23:24.834Z] ---> Running in 39b8bc7d98fc [2020-10-22T03:23:30.485Z] Removing intermediate container 39b8bc7d98fc [2020-10-22T03:23:30.485Z] ---> 02cace6ae744 [2020-10-22T03:23:30.485Z] Step 8/24 : COPY . . [2020-10-22T03:23:43.063Z] ---> 7a97678d225b [2020-10-22T03:23:43.063Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T03:23:43.063Z] ---> Running in 781720f74f04 [2020-10-22T03:23:44.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.87" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T03:23:51.506Z] Removing intermediate container 4f02d7c16e03 [2020-10-22T03:23:51.506Z] ---> be3724d17b59 [2020-10-22T03:23:51.506Z] [2020-10-22T03:23:51.506Z] Step 10/22 : FROM scratch [2020-10-22T03:23:51.506Z] ---> [2020-10-22T03:23:51.506Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:23:51.506Z] ---> Using cache [2020-10-22T03:23:51.506Z] ---> a9d878c87fd0 [2020-10-22T03:23:51.506Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T03:23:51.794Z] ---> Running in a5da957384d4 [2020-10-22T03:23:52.434Z] Removing intermediate container a5da957384d4 [2020-10-22T03:23:52.434Z] ---> 8e7ccf2a4425 [2020-10-22T03:23:52.434Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T03:23:52.434Z] ---> Running in 4b4cd5ddb55e [2020-10-22T03:23:53.087Z] Removing intermediate container 4b4cd5ddb55e [2020-10-22T03:23:53.087Z] ---> d587c5170bc5 [2020-10-22T03:23:53.087Z] Step 14/22 : WORKDIR / [2020-10-22T03:23:53.087Z] ---> Running in e87f8aa4db6d [2020-10-22T03:23:53.731Z] Removing intermediate container e87f8aa4db6d [2020-10-22T03:23:53.732Z] ---> 1d6fecebbc59 [2020-10-22T03:23:53.732Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T03:23:54.791Z] ---> 4a8518e41586 [2020-10-22T03:23:54.791Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T03:23:56.916Z] ---> 31e80d15ffad [2020-10-22T03:23:56.916Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T03:23:57.569Z] ---> 7ab3b6507fe4 [2020-10-22T03:23:57.569Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T03:23:57.871Z] ---> Running in f7a50473ce31 [2020-10-22T03:23:58.523Z] Removing intermediate container f7a50473ce31 [2020-10-22T03:23:58.523Z] ---> d94283b17259 [2020-10-22T03:23:58.523Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:23:58.523Z] ---> Running in cb299845b028 [2020-10-22T03:23:59.584Z] Removing intermediate container cb299845b028 [2020-10-22T03:23:59.584Z] ---> 84f0ab4e4502 [2020-10-22T03:23:59.584Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T03:23:59.584Z] ---> Running in c78e39f8db48 [2020-10-22T03:24:00.246Z] Removing intermediate container c78e39f8db48 [2020-10-22T03:24:00.246Z] ---> 1a16159efecb [2020-10-22T03:24:00.246Z] Step 21/22 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:24:00.246Z] ---> Running in 59a01d636bd0 [2020-10-22T03:24:00.862Z] Removing intermediate container 59a01d636bd0 [2020-10-22T03:24:00.862Z] ---> 15deee9ad858 [2020-10-22T03:24:00.862Z] Step 22/22 : LABEL version=1.2.2-dev.87 [2020-10-22T03:24:01.151Z] ---> Running in 04fd9ca8d081 [2020-10-22T03:24:01.759Z] Removing intermediate container 04fd9ca8d081 [2020-10-22T03:24:01.759Z] ---> 512b9e846b9e [2020-10-22T03:24:01.759Z] [2020-10-22T03:24:02.374Z] Successfully built 512b9e846b9e [2020-10-22T03:24:02.374Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T03:24:20.781Z]  Building docker-core-command-go ... done Removing intermediate container f12f53c1582b [2020-10-22T03:24:20.781Z] ---> d7630c0a92c7 [2020-10-22T03:24:20.781Z] [2020-10-22T03:24:20.781Z] Step 10/22 : FROM scratch [2020-10-22T03:24:20.781Z] ---> [2020-10-22T03:24:20.781Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T03:24:20.781Z] ---> Running in 4d1813300738 [2020-10-22T03:24:21.392Z] Removing intermediate container 4d1813300738 [2020-10-22T03:24:21.393Z] ---> 09c7dfe77683 [2020-10-22T03:24:21.393Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T03:24:21.393Z] ---> Running in d8853f36b533 [2020-10-22T03:24:22.016Z] Removing intermediate container d8853f36b533 [2020-10-22T03:24:22.016Z] ---> d7e69db65b0b [2020-10-22T03:24:22.016Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T03:24:22.307Z] ---> Running in bdbe4d2fb282 [2020-10-22T03:24:22.920Z] Removing intermediate container bdbe4d2fb282 [2020-10-22T03:24:22.920Z] ---> 47ebb9bb50f6 [2020-10-22T03:24:22.920Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T03:24:23.932Z] ---> ba1dae9e7665 [2020-10-22T03:24:23.932Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T03:24:25.393Z] ---> 63f88186aa9d [2020-10-22T03:24:25.393Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T03:24:26.840Z] ---> 85f76dae07f3 [2020-10-22T03:24:26.840Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T03:24:27.839Z] ---> 896896477194 [2020-10-22T03:24:27.839Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T03:24:28.122Z] ---> Running in 7d14156cbdd1 [2020-10-22T03:24:28.400Z] Removing intermediate container 7d14156cbdd1 [2020-10-22T03:24:28.400Z] ---> 5e3f6b656c0d [2020-10-22T03:24:28.400Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:24:28.675Z] ---> Running in 65138290fd16 [2020-10-22T03:24:29.303Z] Removing intermediate container 65138290fd16 [2020-10-22T03:24:29.303Z] ---> 31e8001dae53 [2020-10-22T03:24:29.303Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T03:24:29.579Z] ---> Running in 46a301d5113c [2020-10-22T03:24:30.185Z] Removing intermediate container 46a301d5113c [2020-10-22T03:24:30.185Z] ---> 5cf44c8f58fe [2020-10-22T03:24:30.185Z] Step 21/22 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:24:30.459Z] ---> Running in c1ce493dc645 [2020-10-22T03:24:31.090Z] Removing intermediate container c1ce493dc645 [2020-10-22T03:24:31.090Z] ---> 2f2aff405bf3 [2020-10-22T03:24:31.090Z] Step 22/22 : LABEL version=1.2.2-dev.87 [2020-10-22T03:24:31.090Z] ---> Running in bb1b09d66704 [2020-10-22T03:24:31.691Z] Removing intermediate container bb1b09d66704 [2020-10-22T03:24:31.691Z] ---> efc7d2b21ac7 [2020-10-22T03:24:31.691Z] [2020-10-22T03:24:32.295Z] Successfully built efc7d2b21ac7 [2020-10-22T03:24:32.295Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T03:24:47.406Z]  Building docker-support-logging-go ... done Removing intermediate container 781720f74f04 [2020-10-22T03:24:47.406Z] ---> 1c1d4fa5525a [2020-10-22T03:24:47.406Z] [2020-10-22T03:24:47.406Z] Step 10/24 : FROM scratch [2020-10-22T03:24:47.406Z] ---> [2020-10-22T03:24:47.406Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T03:24:47.406Z] Removing intermediate container 12d6d48d3a8b [2020-10-22T03:24:47.406Z] ---> f72d07b055dd [2020-10-22T03:24:47.406Z] [2020-10-22T03:24:47.406Z] Step 10/23 : FROM alpine [2020-10-22T03:24:47.406Z] ---> 2e77e061c27f [2020-10-22T03:24:47.406Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T03:24:47.406Z] ---> Using cache [2020-10-22T03:24:47.406Z] ---> 09c7dfe77683 [2020-10-22T03:24:47.406Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T03:24:47.406Z] ---> Running in 0c25ae9a80f6 [2020-10-22T03:24:47.406Z] ---> Running in bfeb5999e78d [2020-10-22T03:24:47.406Z] Removing intermediate container 0c25ae9a80f6 [2020-10-22T03:24:47.406Z] ---> 7a238bc9b092 [2020-10-22T03:24:47.406Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T03:24:47.406Z] Removing intermediate container bfeb5999e78d [2020-10-22T03:24:47.406Z] ---> d4bc6b3abd71 [2020-10-22T03:24:47.406Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T03:24:47.406Z] ---> Running in ee94e0f95d05 [2020-10-22T03:24:47.406Z] ---> Running in 8ea71e169741 [2020-10-22T03:24:47.996Z] Removing intermediate container ee94e0f95d05 [2020-10-22T03:24:47.996Z] ---> 356c4520f1aa [2020-10-22T03:24:47.996Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T03:24:47.996Z] Removing intermediate container 8ea71e169741 [2020-10-22T03:24:47.996Z] ---> 0651bb08e3e2 [2020-10-22T03:24:47.996Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T03:24:48.277Z] ---> Running in 88dc4104b4c6 [2020-10-22T03:24:48.890Z] ---> 22beba893d0e [2020-10-22T03:24:48.890Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T03:24:48.890Z] Removing intermediate container 88dc4104b4c6 [2020-10-22T03:24:48.890Z] ---> 58b819ae85b1 [2020-10-22T03:24:48.890Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T03:24:48.890Z] ---> Running in 252343d88c41 [2020-10-22T03:24:49.899Z] ---> 7b44c9128f16 [2020-10-22T03:24:49.899Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T03:24:51.364Z] ---> 87a225f98c54 [2020-10-22T03:24:51.364Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T03:24:51.958Z] Removing intermediate container 252343d88c41 [2020-10-22T03:24:51.958Z] ---> b573bde06f01 [2020-10-22T03:24:51.958Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T03:24:51.958Z] ---> Running in c91e850e7fc1 [2020-10-22T03:24:51.958Z] ---> bc5344985132 [2020-10-22T03:24:51.958Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T03:24:53.390Z] ---> 24db88d59d60 [2020-10-22T03:24:53.390Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T03:24:53.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T03:24:54.251Z] ---> ec48ed0b1ec0 [2020-10-22T03:24:54.251Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T03:24:54.251Z] ---> Running in 69e15a669b29 [2020-10-22T03:24:54.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T03:24:54.523Z] Removing intermediate container 69e15a669b29 [2020-10-22T03:24:54.523Z] ---> 09f7b543e3c2 [2020-10-22T03:24:54.524Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:24:54.794Z] ---> Running in f904cb101044 [2020-10-22T03:24:55.063Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T03:24:55.333Z] Removing intermediate container f904cb101044 [2020-10-22T03:24:55.333Z] ---> eea863735171 [2020-10-22T03:24:55.333Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T03:24:55.333Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T03:24:55.333Z] ---> Running in f5cb22a67a48 [2020-10-22T03:24:55.333Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T03:24:55.604Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T03:24:55.882Z] Removing intermediate container f5cb22a67a48 [2020-10-22T03:24:55.882Z] ---> 1cd89a4b360d [2020-10-22T03:24:55.882Z] Step 23/24 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:24:55.882Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T03:24:55.882Z] ---> Running in 9658fb770ffd [2020-10-22T03:24:55.882Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T03:24:55.882Z] OK: 8 MiB in 19 packages [2020-10-22T03:24:56.488Z] Removing intermediate container 9658fb770ffd [2020-10-22T03:24:56.488Z] ---> 29fa9f29ba33 [2020-10-22T03:24:56.488Z] Step 24/24 : LABEL version=1.2.2-dev.87 [2020-10-22T03:24:56.488Z] ---> Running in d0365cea3517 [2020-10-22T03:24:57.093Z] Removing intermediate container d0365cea3517 [2020-10-22T03:24:57.093Z] ---> c958d7a9abf1 [2020-10-22T03:24:57.093Z] [2020-10-22T03:24:57.093Z] Removing intermediate container c91e850e7fc1 [2020-10-22T03:24:57.093Z] ---> e1fcfe69f288 [2020-10-22T03:24:57.093Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T03:24:57.366Z] Successfully built c958d7a9abf1 [2020-10-22T03:24:57.366Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T03:24:57.963Z]  Building docker-support-notifications-go ... done  ---> d0b0113a56ca [2020-10-22T03:24:57.963Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T03:24:59.396Z] ---> f68f1fcd51aa [2020-10-22T03:24:59.396Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T03:24:59.994Z] ---> 95081b884d0c [2020-10-22T03:24:59.994Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T03:24:59.994Z] ---> Running in c15dca3f094e [2020-10-22T03:25:00.606Z] Removing intermediate container c15dca3f094e [2020-10-22T03:25:00.606Z] ---> af1e10b95a91 [2020-10-22T03:25:00.606Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T03:25:00.882Z] ---> Running in 1c2baab36b49 [2020-10-22T03:25:01.160Z] Removing intermediate container 1c2baab36b49 [2020-10-22T03:25:01.160Z] ---> e782cdc8db33 [2020-10-22T03:25:01.160Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T03:25:01.436Z] ---> Running in d28811df6e32 [2020-10-22T03:25:01.708Z] Removing intermediate container d28811df6e32 [2020-10-22T03:25:01.708Z] ---> b317ffb2e81b [2020-10-22T03:25:01.708Z] Step 22/23 : LABEL git_sha=276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:01.984Z] ---> Running in 7dcb258311b9 [2020-10-22T03:25:02.256Z] Removing intermediate container 7dcb258311b9 [2020-10-22T03:25:02.256Z] ---> 45168f569416 [2020-10-22T03:25:02.256Z] Step 23/23 : LABEL version=1.2.2-dev.87 [2020-10-22T03:25:02.531Z] ---> Running in e5b3d47e9e45 [2020-10-22T03:25:02.803Z] Removing intermediate container e5b3d47e9e45 [2020-10-22T03:25:02.803Z] ---> f3193472aac4 [2020-10-22T03:25:02.803Z] [2020-10-22T03:25:03.075Z] Successfully built f3193472aac4 [2020-10-22T03:25:03.348Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T03:25:03.633Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-22T03:25:03.631Z] $ docker stop --time=1 c21875d9cbd8f1730eef1ad51f23e6243d48e8ecd89111952d113d0a5ea8be8d [2020-10-22T03:25:05.583Z] $ docker rm -f c21875d9cbd8f1730eef1ad51f23e6243d48e8ecd89111952d113d0a5ea8be8d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:25:06.310Z] + docker images [2020-10-22T03:25:06.310Z] + grep docker [2020-10-22T03:25:06.582Z] docker-core-data-go-arm64 latest f3193472aac4 4 seconds ago 22.2MB [2020-10-22T03:25:06.582Z] docker-support-notifications-go-arm64 latest c958d7a9abf1 10 seconds ago 12.9MB [2020-10-22T03:25:06.582Z] docker-support-logging-go-arm64 latest efc7d2b21ac7 35 seconds ago 10.6MB [2020-10-22T03:25:06.582Z] docker-core-command-go-arm64 latest 512b9e846b9e About a minute ago 11.4MB [2020-10-22T03:25:06.582Z] docker-sys-mgmt-agent-go-arm64 latest 377845735a27 2 minutes ago 270MB [2020-10-22T03:25:06.582Z] docker-support-scheduler-go-arm64 latest 722dabdecfb0 2 minutes ago 11.5MB [2020-10-22T03:25:06.582Z] docker-security-secretstore-setup-go-arm64 latest 4a31fe328d96 3 minutes ago 30.8MB [2020-10-22T03:25:06.582Z] docker-security-secrets-setup-go-arm64 latest 77f6a96b49cc 3 minutes ago 22.7MB [2020-10-22T03:25:06.582Z] docker-core-metadata-go-arm64 latest ffe60e41e97b 3 minutes ago 13.5MB [2020-10-22T03:25:06.582Z] docker-security-proxy-setup-go-arm64 latest 73b6b5884932 3 minutes ago 15.1MB [2020-10-22T03:25:06.582Z] docker latest 5d4db4dc0692 34 minutes 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-22T03:25:07.222Z] provisioning config files... [2020-10-22T03:25:07.274Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/203@tmp/config238271502058383356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:25:07.681Z] ---> docker-login.sh [2020-10-22T03:25:07.681Z] nexus3.edgexfoundry.org:10001 [2020-10-22T03:25:07.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:25:08.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:25:08.223Z] Configure a credential helper to remove this warning. See [2020-10-22T03:25:08.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:25:08.223Z] [2020-10-22T03:25:08.223Z] Login Succeeded [2020-10-22T03:25:08.224Z] nexus3.edgexfoundry.org:10002 [2020-10-22T03:25:08.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:25:08.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:25:08.817Z] Configure a credential helper to remove this warning. See [2020-10-22T03:25:08.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:25:08.817Z] [2020-10-22T03:25:08.817Z] Login Succeeded [2020-10-22T03:25:08.817Z] nexus3.edgexfoundry.org:10003 [2020-10-22T03:25:09.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:25:09.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:25:09.679Z] Configure a credential helper to remove this warning. See [2020-10-22T03:25:09.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:25:09.680Z] [2020-10-22T03:25:09.680Z] Login Succeeded [2020-10-22T03:25:09.680Z] nexus3.edgexfoundry.org:10004 [2020-10-22T03:25:09.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:25:10.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:25:10.224Z] Configure a credential helper to remove this warning. See [2020-10-22T03:25:10.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:25:10.224Z] [2020-10-22T03:25:10.224Z] Login Succeeded [2020-10-22T03:25:10.224Z] docker.io [2020-10-22T03:25:10.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T03:25:11.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T03:25:11.087Z] Configure a credential helper to remove this warning. See [2020-10-22T03:25:11.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T03:25:11.087Z] [2020-10-22T03:25:11.087Z] Login Succeeded [2020-10-22T03:25:11.087Z] ---> docker-login.sh ends [Pipeline] } [2020-10-22T03:25:11.103Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:25:11.333Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-22T03:25:11.333Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:11.333Z] 1.2.2-dev.87 [2020-10-22T03:25:11.333Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:11.333Z] master [2020-10-22T03:25:11.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:11.868Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:12.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:12.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T03:25:12.205Z] 7a414349f215: Preparing [2020-10-22T03:25:12.205Z] f48475fb8a46: Preparing [2020-10-22T03:25:12.205Z] 65ab3cf3e47a: Preparing [2020-10-22T03:25:12.475Z] 65ab3cf3e47a: Pushed [2020-10-22T03:25:12.475Z] 7a414349f215: Pushed [2020-10-22T03:25:15.854Z] f48475fb8a46: Pushed [2020-10-22T03:25:15.854Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:01228b9ceedef41dcbeb5c5628d693c4c55b2d5a48197532f0ce7f9724e5bbcc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:16.200Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:16.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:16.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T03:25:16.532Z] 7a414349f215: Preparing [2020-10-22T03:25:16.532Z] f48475fb8a46: Preparing [2020-10-22T03:25:16.532Z] 65ab3cf3e47a: Preparing [2020-10-22T03:25:16.532Z] 7a414349f215: Layer already exists [2020-10-22T03:25:16.532Z] 65ab3cf3e47a: Layer already exists [2020-10-22T03:25:16.532Z] f48475fb8a46: Layer already exists [2020-10-22T03:25:16.802Z] 1.2.2-dev.87: digest: sha256:01228b9ceedef41dcbeb5c5628d693c4c55b2d5a48197532f0ce7f9724e5bbcc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:17.143Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:17.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:17.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T03:25:17.478Z] 7a414349f215: Preparing [2020-10-22T03:25:17.478Z] f48475fb8a46: Preparing [2020-10-22T03:25:17.478Z] 65ab3cf3e47a: Preparing [2020-10-22T03:25:17.478Z] 7a414349f215: Layer already exists [2020-10-22T03:25:17.478Z] 65ab3cf3e47a: Layer already exists [2020-10-22T03:25:17.478Z] f48475fb8a46: Layer already exists [2020-10-22T03:25:17.749Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:01228b9ceedef41dcbeb5c5628d693c4c55b2d5a48197532f0ce7f9724e5bbcc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:18.098Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:18.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-22T03:25:18.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T03:25:18.442Z] 7a414349f215: Preparing [2020-10-22T03:25:18.442Z] f48475fb8a46: Preparing [2020-10-22T03:25:18.442Z] 65ab3cf3e47a: Preparing [2020-10-22T03:25:18.442Z] 65ab3cf3e47a: Layer already exists [2020-10-22T03:25:18.442Z] 7a414349f215: Layer already exists [2020-10-22T03:25:18.442Z] f48475fb8a46: Layer already exists [2020-10-22T03:25:18.714Z] master: digest: sha256:01228b9ceedef41dcbeb5c5628d693c4c55b2d5a48197532f0ce7f9724e5bbcc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:25:18.922Z] ===================================================== [Pipeline] echo [2020-10-22T03:25:18.974Z] taggedImages: [2020-10-22T03:25:18.974Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:18.974Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:18.974Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:18.975Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-22T03:25:19.083Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-22T03:25:19.083Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:19.084Z] 1.2.2-dev.87 [2020-10-22T03:25:19.084Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:19.084Z] master [2020-10-22T03:25:19.084Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:19.617Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:19.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:19.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T03:25:19.960Z] 7bfc50141a27: Preparing [2020-10-22T03:25:19.960Z] e978bd7b815b: Preparing [2020-10-22T03:25:19.960Z] 1b062b62e696: Preparing [2020-10-22T03:25:19.960Z] 070e4f9b1b28: Preparing [2020-10-22T03:25:19.960Z] 9b24fca4880c: Preparing [2020-10-22T03:25:19.960Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:19.960Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:20.234Z] 7bfc50141a27: Pushed [2020-10-22T03:25:20.234Z] 1b062b62e696: Pushed [2020-10-22T03:25:20.234Z] 9b24fca4880c: Pushed [2020-10-22T03:25:21.216Z] 070e4f9b1b28: Pushed [2020-10-22T03:25:22.197Z] cd3761cfa1d9: Pushed [2020-10-22T03:25:24.170Z] e978bd7b815b: Pushed [2020-10-22T03:25:24.170Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:3feb289bedbf86154c71bbe00cc6c3619caae9c745b74920f9b680cf9a220440 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:24.546Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:25.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:25.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T03:25:25.170Z] 7bfc50141a27: Preparing [2020-10-22T03:25:25.170Z] e978bd7b815b: Preparing [2020-10-22T03:25:25.170Z] 1b062b62e696: Preparing [2020-10-22T03:25:25.170Z] 070e4f9b1b28: Preparing [2020-10-22T03:25:25.170Z] 9b24fca4880c: Preparing [2020-10-22T03:25:25.170Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:25.170Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:25.463Z] 9b24fca4880c: Layer already exists [2020-10-22T03:25:25.463Z] 7bfc50141a27: Layer already exists [2020-10-22T03:25:25.463Z] 1b062b62e696: Layer already exists [2020-10-22T03:25:25.463Z] 070e4f9b1b28: Layer already exists [2020-10-22T03:25:25.463Z] e978bd7b815b: Layer already exists [2020-10-22T03:25:25.463Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:25.463Z] 1.2.2-dev.87: digest: sha256:3feb289bedbf86154c71bbe00cc6c3619caae9c745b74920f9b680cf9a220440 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:25.834Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:26.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:26.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T03:25:26.447Z] 7bfc50141a27: Preparing [2020-10-22T03:25:26.447Z] e978bd7b815b: Preparing [2020-10-22T03:25:26.447Z] 1b062b62e696: Preparing [2020-10-22T03:25:26.447Z] 070e4f9b1b28: Preparing [2020-10-22T03:25:26.447Z] 9b24fca4880c: Preparing [2020-10-22T03:25:26.447Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:26.447Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:26.447Z] 1b062b62e696: Layer already exists [2020-10-22T03:25:26.447Z] 9b24fca4880c: Layer already exists [2020-10-22T03:25:26.447Z] 7bfc50141a27: Layer already exists [2020-10-22T03:25:26.447Z] e978bd7b815b: Layer already exists [2020-10-22T03:25:26.447Z] 070e4f9b1b28: Layer already exists [2020-10-22T03:25:26.447Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:26.447Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:3feb289bedbf86154c71bbe00cc6c3619caae9c745b74920f9b680cf9a220440 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:26.822Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:27.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-22T03:25:27.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T03:25:27.174Z] 7bfc50141a27: Preparing [2020-10-22T03:25:27.174Z] e978bd7b815b: Preparing [2020-10-22T03:25:27.174Z] 1b062b62e696: Preparing [2020-10-22T03:25:27.174Z] 070e4f9b1b28: Preparing [2020-10-22T03:25:27.174Z] 9b24fca4880c: Preparing [2020-10-22T03:25:27.174Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:27.174Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:27.174Z] 7bfc50141a27: Layer already exists [2020-10-22T03:25:27.174Z] 9b24fca4880c: Layer already exists [2020-10-22T03:25:27.174Z] 1b062b62e696: Layer already exists [2020-10-22T03:25:27.174Z] e978bd7b815b: Layer already exists [2020-10-22T03:25:27.174Z] 070e4f9b1b28: Layer already exists [2020-10-22T03:25:27.451Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:27.451Z] master: digest: sha256:3feb289bedbf86154c71bbe00cc6c3619caae9c745b74920f9b680cf9a220440 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:25:27.670Z] ===================================================== [Pipeline] echo [2020-10-22T03:25:27.728Z] taggedImages: [2020-10-22T03:25:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-22T03:25:27.802Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-22T03:25:27.802Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:27.802Z] 1.2.2-dev.87 [2020-10-22T03:25:27.802Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:27.802Z] master [2020-10-22T03:25:27.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:28.373Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:28.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:28.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T03:25:28.735Z] e492566595b7: Preparing [2020-10-22T03:25:28.735Z] bddaad121532: Preparing [2020-10-22T03:25:28.735Z] 7fd16fa0170e: Preparing [2020-10-22T03:25:29.013Z] e492566595b7: Pushed [2020-10-22T03:25:29.013Z] 7fd16fa0170e: Pushed [2020-10-22T03:25:32.394Z] bddaad121532: Pushed [2020-10-22T03:25:32.665Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:8e2325a9e0462086e78c14996da48cae74ba562d39e17e5a5091cec275543c72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:33.007Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:33.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:33.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T03:25:33.339Z] e492566595b7: Preparing [2020-10-22T03:25:33.339Z] bddaad121532: Preparing [2020-10-22T03:25:33.339Z] 7fd16fa0170e: Preparing [2020-10-22T03:25:33.339Z] 7fd16fa0170e: Layer already exists [2020-10-22T03:25:33.611Z] e492566595b7: Layer already exists [2020-10-22T03:25:33.611Z] bddaad121532: Layer already exists [2020-10-22T03:25:33.611Z] 1.2.2-dev.87: digest: sha256:8e2325a9e0462086e78c14996da48cae74ba562d39e17e5a5091cec275543c72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:33.952Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:34.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:34.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T03:25:34.288Z] e492566595b7: Preparing [2020-10-22T03:25:34.288Z] bddaad121532: Preparing [2020-10-22T03:25:34.288Z] 7fd16fa0170e: Preparing [2020-10-22T03:25:34.561Z] bddaad121532: Layer already exists [2020-10-22T03:25:34.561Z] e492566595b7: Layer already exists [2020-10-22T03:25:34.561Z] 7fd16fa0170e: Layer already exists [2020-10-22T03:25:34.561Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:8e2325a9e0462086e78c14996da48cae74ba562d39e17e5a5091cec275543c72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:34.906Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:35.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-22T03:25:35.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T03:25:35.251Z] e492566595b7: Preparing [2020-10-22T03:25:35.251Z] bddaad121532: Preparing [2020-10-22T03:25:35.251Z] 7fd16fa0170e: Preparing [2020-10-22T03:25:35.524Z] e492566595b7: Layer already exists [2020-10-22T03:25:35.524Z] 7fd16fa0170e: Layer already exists [2020-10-22T03:25:35.524Z] bddaad121532: Layer already exists [2020-10-22T03:25:35.524Z] master: digest: sha256:8e2325a9e0462086e78c14996da48cae74ba562d39e17e5a5091cec275543c72 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:25:35.724Z] ===================================================== [Pipeline] echo [2020-10-22T03:25:35.770Z] taggedImages: [2020-10-22T03:25:35.770Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:35.770Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:35.770Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:35.770Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-22T03:25:35.847Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-22T03:25:35.847Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:35.847Z] 1.2.2-dev.87 [2020-10-22T03:25:35.847Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:35.847Z] master [2020-10-22T03:25:35.847Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:36.361Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:36.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:36.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T03:25:36.698Z] 3a2190d150c5: Preparing [2020-10-22T03:25:36.698Z] 6e8b622e8281: Preparing [2020-10-22T03:25:36.698Z] b9eee9a4e1ee: Preparing [2020-10-22T03:25:36.698Z] b430e9bf4db5: Preparing [2020-10-22T03:25:36.698Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:36.982Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:36.982Z] b9eee9a4e1ee: Pushed [2020-10-22T03:25:36.982Z] 6e8b622e8281: Pushed [2020-10-22T03:25:37.579Z] b430e9bf4db5: Pushed [2020-10-22T03:25:39.551Z] 3a2190d150c5: Pushed [2020-10-22T03:25:39.551Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:dc12613e05af18d0c1fbab84a035adb8e4bd5132964cd969a9b5bd9394d1ec5a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:39.897Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:40.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:40.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T03:25:40.235Z] 3a2190d150c5: Preparing [2020-10-22T03:25:40.235Z] 6e8b622e8281: Preparing [2020-10-22T03:25:40.235Z] b9eee9a4e1ee: Preparing [2020-10-22T03:25:40.235Z] b430e9bf4db5: Preparing [2020-10-22T03:25:40.235Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:40.507Z] b9eee9a4e1ee: Layer already exists [2020-10-22T03:25:40.507Z] b430e9bf4db5: Layer already exists [2020-10-22T03:25:40.507Z] 6e8b622e8281: Layer already exists [2020-10-22T03:25:40.507Z] 3a2190d150c5: Layer already exists [2020-10-22T03:25:40.507Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:40.507Z] 1.2.2-dev.87: digest: sha256:dc12613e05af18d0c1fbab84a035adb8e4bd5132964cd969a9b5bd9394d1ec5a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:40.857Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:41.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:41.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T03:25:41.197Z] 3a2190d150c5: Preparing [2020-10-22T03:25:41.197Z] 6e8b622e8281: Preparing [2020-10-22T03:25:41.197Z] b9eee9a4e1ee: Preparing [2020-10-22T03:25:41.197Z] b430e9bf4db5: Preparing [2020-10-22T03:25:41.197Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:41.197Z] 6e8b622e8281: Layer already exists [2020-10-22T03:25:41.197Z] b430e9bf4db5: Layer already exists [2020-10-22T03:25:41.197Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:41.197Z] 3a2190d150c5: Layer already exists [2020-10-22T03:25:41.197Z] b9eee9a4e1ee: Layer already exists [2020-10-22T03:25:41.468Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:dc12613e05af18d0c1fbab84a035adb8e4bd5132964cd969a9b5bd9394d1ec5a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:41.820Z] + 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-22T03:25:42.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-22T03:25:42.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T03:25:42.160Z] 3a2190d150c5: Preparing [2020-10-22T03:25:42.160Z] 6e8b622e8281: Preparing [2020-10-22T03:25:42.160Z] b9eee9a4e1ee: Preparing [2020-10-22T03:25:42.160Z] b430e9bf4db5: Preparing [2020-10-22T03:25:42.160Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:42.432Z] 3a2190d150c5: Layer already exists [2020-10-22T03:25:42.432Z] b9eee9a4e1ee: Layer already exists [2020-10-22T03:25:42.432Z] 6e8b622e8281: Layer already exists [2020-10-22T03:25:42.432Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:42.432Z] b430e9bf4db5: Layer already exists [2020-10-22T03:25:42.432Z] master: digest: sha256:dc12613e05af18d0c1fbab84a035adb8e4bd5132964cd969a9b5bd9394d1ec5a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:25:42.638Z] ===================================================== [Pipeline] echo [2020-10-22T03:25:42.687Z] taggedImages: [2020-10-22T03:25:42.687Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:42.687Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:42.687Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:42.687Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-22T03:25:42.758Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-22T03:25:42.758Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:42.758Z] 1.2.2-dev.87 [2020-10-22T03:25:42.758Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:42.758Z] master [2020-10-22T03:25:42.758Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:43.380Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:43.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:43.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T03:25:43.720Z] d489b12c74d7: Preparing [2020-10-22T03:25:43.720Z] bb9e694bfd76: Preparing [2020-10-22T03:25:43.720Z] 60d05393a01e: Preparing [2020-10-22T03:25:43.720Z] 89d6364b56c0: Preparing [2020-10-22T03:25:43.720Z] 89d6364b56c0: Preparing [2020-10-22T03:25:43.720Z] d7fe550f7492: Preparing [2020-10-22T03:25:43.720Z] 2c5133f7d2cf: Preparing [2020-10-22T03:25:43.720Z] 628eb05df902: Preparing [2020-10-22T03:25:43.720Z] d489b12c74d7: Preparing [2020-10-22T03:25:43.720Z] 63ae118671c3: Preparing [2020-10-22T03:25:43.720Z] 5b2b1a76103d: Preparing [2020-10-22T03:25:43.720Z] e634ba165337: Preparing [2020-10-22T03:25:43.720Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:43.720Z] 63ae118671c3: Waiting [2020-10-22T03:25:43.720Z] 5b2b1a76103d: Waiting [2020-10-22T03:25:43.720Z] e634ba165337: Waiting [2020-10-22T03:25:43.720Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:43.720Z] 628eb05df902: Waiting [2020-10-22T03:25:43.720Z] 2c5133f7d2cf: Waiting [2020-10-22T03:25:44.317Z] 60d05393a01e: Pushed [2020-10-22T03:25:44.317Z] d7fe550f7492: Pushed [2020-10-22T03:25:44.317Z] 89d6364b56c0: Pushed [2020-10-22T03:25:44.317Z] bb9e694bfd76: Pushed [2020-10-22T03:25:44.317Z] 2c5133f7d2cf: Pushed [2020-10-22T03:25:44.589Z] 5b2b1a76103d: Pushed [2020-10-22T03:25:44.589Z] 628eb05df902: Pushed [2020-10-22T03:25:44.589Z] 63ae118671c3: Pushed [2020-10-22T03:25:44.589Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:44.862Z] e634ba165337: Pushed [2020-10-22T03:25:46.856Z] d489b12c74d7: Pushed [2020-10-22T03:25:46.856Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:b90d2664f62b772a5aee52ed5d63c7ce144f551b7c55edbbc3b7366936afba2c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:47.205Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:47.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:47.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T03:25:47.543Z] d489b12c74d7: Preparing [2020-10-22T03:25:47.543Z] bb9e694bfd76: Preparing [2020-10-22T03:25:47.543Z] 60d05393a01e: Preparing [2020-10-22T03:25:47.543Z] 89d6364b56c0: Preparing [2020-10-22T03:25:47.543Z] 89d6364b56c0: Preparing [2020-10-22T03:25:47.543Z] d7fe550f7492: Preparing [2020-10-22T03:25:47.543Z] 2c5133f7d2cf: Preparing [2020-10-22T03:25:47.543Z] 628eb05df902: Preparing [2020-10-22T03:25:47.543Z] d489b12c74d7: Preparing [2020-10-22T03:25:47.543Z] 63ae118671c3: Preparing [2020-10-22T03:25:47.543Z] 5b2b1a76103d: Preparing [2020-10-22T03:25:47.543Z] e634ba165337: Preparing [2020-10-22T03:25:47.543Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:47.543Z] e634ba165337: Waiting [2020-10-22T03:25:47.543Z] 63ae118671c3: Waiting [2020-10-22T03:25:47.543Z] 5b2b1a76103d: Waiting [2020-10-22T03:25:47.543Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:47.543Z] 2c5133f7d2cf: Waiting [2020-10-22T03:25:47.543Z] 628eb05df902: Waiting [2020-10-22T03:25:47.543Z] d7fe550f7492: Layer already exists [2020-10-22T03:25:47.543Z] d489b12c74d7: Layer already exists [2020-10-22T03:25:47.543Z] 60d05393a01e: Layer already exists [2020-10-22T03:25:47.543Z] 89d6364b56c0: Layer already exists [2020-10-22T03:25:47.543Z] bb9e694bfd76: Layer already exists [2020-10-22T03:25:47.816Z] 2c5133f7d2cf: Layer already exists [2020-10-22T03:25:47.816Z] 628eb05df902: Layer already exists [2020-10-22T03:25:47.816Z] e634ba165337: Layer already exists [2020-10-22T03:25:47.816Z] 5b2b1a76103d: Layer already exists [2020-10-22T03:25:47.816Z] 63ae118671c3: Layer already exists [2020-10-22T03:25:47.816Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:47.816Z] 1.2.2-dev.87: digest: sha256:b90d2664f62b772a5aee52ed5d63c7ce144f551b7c55edbbc3b7366936afba2c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:48.183Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:48.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:48.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T03:25:49.148Z] d489b12c74d7: Preparing [2020-10-22T03:25:49.148Z] bb9e694bfd76: Preparing [2020-10-22T03:25:49.148Z] 60d05393a01e: Preparing [2020-10-22T03:25:49.148Z] 89d6364b56c0: Preparing [2020-10-22T03:25:49.148Z] 89d6364b56c0: Preparing [2020-10-22T03:25:49.148Z] d7fe550f7492: Preparing [2020-10-22T03:25:49.148Z] 2c5133f7d2cf: Preparing [2020-10-22T03:25:49.148Z] 628eb05df902: Preparing [2020-10-22T03:25:49.148Z] d489b12c74d7: Preparing [2020-10-22T03:25:49.148Z] 63ae118671c3: Preparing [2020-10-22T03:25:49.148Z] 5b2b1a76103d: Preparing [2020-10-22T03:25:49.148Z] e634ba165337: Preparing [2020-10-22T03:25:49.148Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:49.148Z] 2c5133f7d2cf: Waiting [2020-10-22T03:25:49.148Z] 628eb05df902: Waiting [2020-10-22T03:25:49.148Z] 63ae118671c3: Waiting [2020-10-22T03:25:49.148Z] 5b2b1a76103d: Waiting [2020-10-22T03:25:49.148Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:49.148Z] e634ba165337: Waiting [2020-10-22T03:25:49.148Z] d7fe550f7492: Layer already exists [2020-10-22T03:25:49.428Z] bb9e694bfd76: Layer already exists [2020-10-22T03:25:49.428Z] 60d05393a01e: Layer already exists [2020-10-22T03:25:49.428Z] d489b12c74d7: Layer already exists [2020-10-22T03:25:49.428Z] 89d6364b56c0: Layer already exists [2020-10-22T03:25:49.428Z] 2c5133f7d2cf: Layer already exists [2020-10-22T03:25:49.428Z] 63ae118671c3: Layer already exists [2020-10-22T03:25:49.428Z] 628eb05df902: Layer already exists [2020-10-22T03:25:49.428Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:50.403Z] 5b2b1a76103d: Layer already exists [2020-10-22T03:25:50.403Z] e634ba165337: Layer already exists [2020-10-22T03:25:50.403Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:b90d2664f62b772a5aee52ed5d63c7ce144f551b7c55edbbc3b7366936afba2c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:50.740Z] + 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-22T03:25:51.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-22T03:25:51.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T03:25:51.078Z] d489b12c74d7: Preparing [2020-10-22T03:25:51.078Z] bb9e694bfd76: Preparing [2020-10-22T03:25:51.078Z] 60d05393a01e: Preparing [2020-10-22T03:25:51.078Z] 89d6364b56c0: Preparing [2020-10-22T03:25:51.078Z] 89d6364b56c0: Preparing [2020-10-22T03:25:51.078Z] d7fe550f7492: Preparing [2020-10-22T03:25:51.078Z] 2c5133f7d2cf: Preparing [2020-10-22T03:25:51.078Z] 628eb05df902: Preparing [2020-10-22T03:25:51.078Z] d489b12c74d7: Preparing [2020-10-22T03:25:51.078Z] 63ae118671c3: Preparing [2020-10-22T03:25:51.078Z] 5b2b1a76103d: Preparing [2020-10-22T03:25:51.078Z] e634ba165337: Preparing [2020-10-22T03:25:51.078Z] cd3761cfa1d9: Preparing [2020-10-22T03:25:51.078Z] 628eb05df902: Waiting [2020-10-22T03:25:51.078Z] 63ae118671c3: Waiting [2020-10-22T03:25:51.078Z] 5b2b1a76103d: Waiting [2020-10-22T03:25:51.078Z] cd3761cfa1d9: Waiting [2020-10-22T03:25:51.078Z] e634ba165337: Waiting [2020-10-22T03:25:51.349Z] 60d05393a01e: Layer already exists [2020-10-22T03:25:51.349Z] d7fe550f7492: Layer already exists [2020-10-22T03:25:51.349Z] d489b12c74d7: Layer already exists [2020-10-22T03:25:51.349Z] bb9e694bfd76: Layer already exists [2020-10-22T03:25:51.349Z] 89d6364b56c0: Layer already exists [2020-10-22T03:25:51.349Z] 628eb05df902: Layer already exists [2020-10-22T03:25:51.349Z] 63ae118671c3: Layer already exists [2020-10-22T03:25:51.349Z] 2c5133f7d2cf: Layer already exists [2020-10-22T03:25:51.349Z] e634ba165337: Layer already exists [2020-10-22T03:25:51.349Z] 5b2b1a76103d: Layer already exists [2020-10-22T03:25:51.349Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:25:51.349Z] master: digest: sha256:b90d2664f62b772a5aee52ed5d63c7ce144f551b7c55edbbc3b7366936afba2c size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:25:51.558Z] ===================================================== [Pipeline] echo [2020-10-22T03:25:51.611Z] taggedImages: [2020-10-22T03:25:51.611Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:51.611Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:51.611Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:51.611Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-22T03:25:51.686Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-22T03:25:51.686Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:51.686Z] 1.2.2-dev.87 [2020-10-22T03:25:51.686Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:51.686Z] master [2020-10-22T03:25:51.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:52.162Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:52.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:52.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T03:25:52.497Z] 01e8ce6f793c: Preparing [2020-10-22T03:25:52.497Z] c50e1d6a080d: Preparing [2020-10-22T03:25:52.497Z] b744478114d6: Preparing [2020-10-22T03:25:52.497Z] 15927a8cfd56: Preparing [2020-10-22T03:25:52.497Z] 9c45e8af06b8: Preparing [2020-10-22T03:25:52.497Z] 3a5235bd0b98: Preparing [2020-10-22T03:25:52.497Z] 73be8ea9b156: Preparing [2020-10-22T03:25:52.497Z] 4d64e12496ca: Preparing [2020-10-22T03:25:52.497Z] 48a825264a7c: Preparing [2020-10-22T03:25:52.497Z] f9a5bca23a13: Preparing [2020-10-22T03:25:52.497Z] 66b385cf80cf: Preparing [2020-10-22T03:25:52.497Z] 4d64e12496ca: Waiting [2020-10-22T03:25:52.497Z] f9a5bca23a13: Waiting [2020-10-22T03:25:52.497Z] 66b385cf80cf: Waiting [2020-10-22T03:25:52.497Z] 48a825264a7c: Waiting [2020-10-22T03:25:52.497Z] 3a5235bd0b98: Waiting [2020-10-22T03:25:52.497Z] 73be8ea9b156: Waiting [2020-10-22T03:25:53.098Z] 01e8ce6f793c: Pushed [2020-10-22T03:25:53.098Z] c50e1d6a080d: Pushed [2020-10-22T03:25:53.098Z] 3a5235bd0b98: Pushed [2020-10-22T03:25:53.098Z] 73be8ea9b156: Pushed [2020-10-22T03:25:53.371Z] 4d64e12496ca: Pushed [2020-10-22T03:25:53.371Z] 48a825264a7c: Pushed [2020-10-22T03:25:53.646Z] 66b385cf80cf: Layer already exists [2020-10-22T03:25:54.245Z] f9a5bca23a13: Pushed [2020-10-22T03:25:54.837Z] 9c45e8af06b8: Pushed [2020-10-22T03:25:55.107Z] b744478114d6: Pushed [2020-10-22T03:25:55.107Z] 15927a8cfd56: Pushed [2020-10-22T03:25:55.380Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:aba69a6d758f8e719880436536a25204fae37dd44687a20fb3567f21a51875dd size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:55.721Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:56.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:56.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T03:25:56.057Z] 01e8ce6f793c: Preparing [2020-10-22T03:25:56.057Z] c50e1d6a080d: Preparing [2020-10-22T03:25:56.057Z] b744478114d6: Preparing [2020-10-22T03:25:56.057Z] 15927a8cfd56: Preparing [2020-10-22T03:25:56.057Z] 9c45e8af06b8: Preparing [2020-10-22T03:25:56.057Z] 3a5235bd0b98: Preparing [2020-10-22T03:25:56.057Z] 73be8ea9b156: Preparing [2020-10-22T03:25:56.057Z] 4d64e12496ca: Preparing [2020-10-22T03:25:56.057Z] 48a825264a7c: Preparing [2020-10-22T03:25:56.057Z] f9a5bca23a13: Preparing [2020-10-22T03:25:56.057Z] 66b385cf80cf: Preparing [2020-10-22T03:25:56.057Z] 4d64e12496ca: Waiting [2020-10-22T03:25:56.057Z] 48a825264a7c: Waiting [2020-10-22T03:25:56.057Z] 3a5235bd0b98: Waiting [2020-10-22T03:25:56.057Z] f9a5bca23a13: Waiting [2020-10-22T03:25:56.057Z] 73be8ea9b156: Waiting [2020-10-22T03:25:56.330Z] b744478114d6: Layer already exists [2020-10-22T03:25:56.330Z] c50e1d6a080d: Layer already exists [2020-10-22T03:25:56.330Z] 9c45e8af06b8: Layer already exists [2020-10-22T03:25:56.330Z] 15927a8cfd56: Layer already exists [2020-10-22T03:25:56.330Z] 01e8ce6f793c: Layer already exists [2020-10-22T03:25:56.330Z] 73be8ea9b156: Layer already exists [2020-10-22T03:25:56.330Z] 4d64e12496ca: Layer already exists [2020-10-22T03:25:56.330Z] 3a5235bd0b98: Layer already exists [2020-10-22T03:25:56.330Z] 48a825264a7c: Layer already exists [2020-10-22T03:25:56.330Z] f9a5bca23a13: Layer already exists [2020-10-22T03:25:56.330Z] 66b385cf80cf: Layer already exists [2020-10-22T03:25:56.331Z] 1.2.2-dev.87: digest: sha256:aba69a6d758f8e719880436536a25204fae37dd44687a20fb3567f21a51875dd size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:56.675Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:57.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:57.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T03:25:57.016Z] 01e8ce6f793c: Preparing [2020-10-22T03:25:57.016Z] c50e1d6a080d: Preparing [2020-10-22T03:25:57.016Z] b744478114d6: Preparing [2020-10-22T03:25:57.016Z] 15927a8cfd56: Preparing [2020-10-22T03:25:57.016Z] 9c45e8af06b8: Preparing [2020-10-22T03:25:57.016Z] 3a5235bd0b98: Preparing [2020-10-22T03:25:57.016Z] 73be8ea9b156: Preparing [2020-10-22T03:25:57.016Z] 4d64e12496ca: Preparing [2020-10-22T03:25:57.016Z] 48a825264a7c: Preparing [2020-10-22T03:25:57.016Z] f9a5bca23a13: Preparing [2020-10-22T03:25:57.016Z] 66b385cf80cf: Preparing [2020-10-22T03:25:57.016Z] 4d64e12496ca: Waiting [2020-10-22T03:25:57.016Z] 48a825264a7c: Waiting [2020-10-22T03:25:57.016Z] 3a5235bd0b98: Waiting [2020-10-22T03:25:57.016Z] 73be8ea9b156: Waiting [2020-10-22T03:25:57.016Z] f9a5bca23a13: Waiting [2020-10-22T03:25:57.291Z] 01e8ce6f793c: Layer already exists [2020-10-22T03:25:57.291Z] b744478114d6: Layer already exists [2020-10-22T03:25:57.291Z] 15927a8cfd56: Layer already exists [2020-10-22T03:25:57.291Z] c50e1d6a080d: Layer already exists [2020-10-22T03:25:57.291Z] 9c45e8af06b8: Layer already exists [2020-10-22T03:25:57.291Z] 3a5235bd0b98: Layer already exists [2020-10-22T03:25:57.291Z] 4d64e12496ca: Layer already exists [2020-10-22T03:25:57.291Z] 73be8ea9b156: Layer already exists [2020-10-22T03:25:57.291Z] 48a825264a7c: Layer already exists [2020-10-22T03:25:57.291Z] f9a5bca23a13: Layer already exists [2020-10-22T03:25:57.291Z] 66b385cf80cf: Layer already exists [2020-10-22T03:25:57.562Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:aba69a6d758f8e719880436536a25204fae37dd44687a20fb3567f21a51875dd size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:57.913Z] + 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-22T03:25:58.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-22T03:25:58.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T03:25:58.523Z] 01e8ce6f793c: Preparing [2020-10-22T03:25:58.523Z] c50e1d6a080d: Preparing [2020-10-22T03:25:58.523Z] b744478114d6: Preparing [2020-10-22T03:25:58.523Z] 15927a8cfd56: Preparing [2020-10-22T03:25:58.523Z] 9c45e8af06b8: Preparing [2020-10-22T03:25:58.523Z] 3a5235bd0b98: Preparing [2020-10-22T03:25:58.523Z] 73be8ea9b156: Preparing [2020-10-22T03:25:58.523Z] 4d64e12496ca: Preparing [2020-10-22T03:25:58.523Z] 48a825264a7c: Preparing [2020-10-22T03:25:58.523Z] f9a5bca23a13: Preparing [2020-10-22T03:25:58.523Z] 66b385cf80cf: Preparing [2020-10-22T03:25:58.523Z] 4d64e12496ca: Waiting [2020-10-22T03:25:58.523Z] 48a825264a7c: Waiting [2020-10-22T03:25:58.523Z] f9a5bca23a13: Waiting [2020-10-22T03:25:58.523Z] 66b385cf80cf: Waiting [2020-10-22T03:25:58.523Z] 3a5235bd0b98: Waiting [2020-10-22T03:25:58.523Z] 73be8ea9b156: Waiting [2020-10-22T03:25:58.523Z] 15927a8cfd56: Layer already exists [2020-10-22T03:25:58.523Z] c50e1d6a080d: Layer already exists [2020-10-22T03:25:58.523Z] b744478114d6: Layer already exists [2020-10-22T03:25:58.523Z] 01e8ce6f793c: Layer already exists [2020-10-22T03:25:58.523Z] 9c45e8af06b8: Layer already exists [2020-10-22T03:25:58.523Z] 73be8ea9b156: Layer already exists [2020-10-22T03:25:58.523Z] 3a5235bd0b98: Layer already exists [2020-10-22T03:25:58.523Z] 48a825264a7c: Layer already exists [2020-10-22T03:25:58.523Z] 4d64e12496ca: Layer already exists [2020-10-22T03:25:58.523Z] f9a5bca23a13: Layer already exists [2020-10-22T03:25:58.523Z] 66b385cf80cf: Layer already exists [2020-10-22T03:25:58.793Z] master: digest: sha256:aba69a6d758f8e719880436536a25204fae37dd44687a20fb3567f21a51875dd size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:25:58.979Z] ===================================================== [Pipeline] echo [2020-10-22T03:25:59.025Z] taggedImages: [2020-10-22T03:25:59.026Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:59.026Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.87 [2020-10-22T03:25:59.026Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:59.026Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-22T03:25:59.088Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-22T03:25:59.088Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:59.088Z] 1.2.2-dev.87 [2020-10-22T03:25:59.088Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:25:59.088Z] master [2020-10-22T03:25:59.088Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:59.602Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:25:59.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:25:59.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T03:25:59.954Z] acc541e40432: Preparing [2020-10-22T03:25:59.954Z] 6b5c8c6136f3: Preparing [2020-10-22T03:25:59.954Z] 9ad42d53cde6: Preparing [2020-10-22T03:25:59.954Z] 71b537fb3d8f: Preparing [2020-10-22T03:26:00.231Z] acc541e40432: Pushed [2020-10-22T03:26:00.231Z] 9ad42d53cde6: Pushed [2020-10-22T03:26:00.509Z] 71b537fb3d8f: Pushed [2020-10-22T03:26:03.133Z] 6b5c8c6136f3: Pushed [2020-10-22T03:26:03.133Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:a123c2b7dc3377b2c27db5813a2591d3730b54e252e9f5888a3719aa7f162d9a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:03.478Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:03.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.87 [2020-10-22T03:26:03.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T03:26:03.819Z] acc541e40432: Preparing [2020-10-22T03:26:03.819Z] 6b5c8c6136f3: Preparing [2020-10-22T03:26:03.819Z] 9ad42d53cde6: Preparing [2020-10-22T03:26:03.819Z] 71b537fb3d8f: Preparing [2020-10-22T03:26:04.093Z] 71b537fb3d8f: Layer already exists [2020-10-22T03:26:04.093Z] 9ad42d53cde6: Layer already exists [2020-10-22T03:26:04.093Z] 6b5c8c6136f3: Layer already exists [2020-10-22T03:26:04.093Z] acc541e40432: Layer already exists [2020-10-22T03:26:04.093Z] 1.2.2-dev.87: digest: sha256:a123c2b7dc3377b2c27db5813a2591d3730b54e252e9f5888a3719aa7f162d9a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:04.437Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:04.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:04.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T03:26:04.779Z] acc541e40432: Preparing [2020-10-22T03:26:04.779Z] 6b5c8c6136f3: Preparing [2020-10-22T03:26:04.779Z] 9ad42d53cde6: Preparing [2020-10-22T03:26:04.779Z] 71b537fb3d8f: Preparing [2020-10-22T03:26:05.051Z] 71b537fb3d8f: Layer already exists [2020-10-22T03:26:05.051Z] acc541e40432: Layer already exists [2020-10-22T03:26:05.051Z] 9ad42d53cde6: Layer already exists [2020-10-22T03:26:05.051Z] 6b5c8c6136f3: Layer already exists [2020-10-22T03:26:05.051Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:a123c2b7dc3377b2c27db5813a2591d3730b54e252e9f5888a3719aa7f162d9a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:05.394Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:05.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-22T03:26:05.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T03:26:05.732Z] acc541e40432: Preparing [2020-10-22T03:26:05.732Z] 6b5c8c6136f3: Preparing [2020-10-22T03:26:05.732Z] 9ad42d53cde6: Preparing [2020-10-22T03:26:05.732Z] 71b537fb3d8f: Preparing [2020-10-22T03:26:06.002Z] 6b5c8c6136f3: Layer already exists [2020-10-22T03:26:06.002Z] 9ad42d53cde6: Layer already exists [2020-10-22T03:26:06.002Z] acc541e40432: Layer already exists [2020-10-22T03:26:06.002Z] 71b537fb3d8f: Layer already exists [2020-10-22T03:26:06.002Z] master: digest: sha256:a123c2b7dc3377b2c27db5813a2591d3730b54e252e9f5888a3719aa7f162d9a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:26:06.194Z] ===================================================== [Pipeline] echo [2020-10-22T03:26:06.241Z] taggedImages: [2020-10-22T03:26:06.241Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:06.241Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.87 [2020-10-22T03:26:06.241Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:06.241Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-22T03:26:06.302Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-22T03:26:06.302Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:06.302Z] 1.2.2-dev.87 [2020-10-22T03:26:06.302Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:06.302Z] master [2020-10-22T03:26:06.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:06.818Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:07.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:07.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T03:26:07.158Z] 6040b5018f7b: Preparing [2020-10-22T03:26:07.158Z] 0549f5133524: Preparing [2020-10-22T03:26:07.158Z] 57f11322bbc3: Preparing [2020-10-22T03:26:07.158Z] b1160d252457: Preparing [2020-10-22T03:26:07.158Z] 7d15b3715985: Preparing [2020-10-22T03:26:07.158Z] 1c29594e8eba: Preparing [2020-10-22T03:26:07.158Z] 1c29594e8eba: Waiting [2020-10-22T03:26:07.752Z] 57f11322bbc3: Pushed [2020-10-22T03:26:07.752Z] 6040b5018f7b: Pushed [2020-10-22T03:26:07.752Z] 7d15b3715985: Pushed [2020-10-22T03:26:07.752Z] b1160d252457: Pushed [2020-10-22T03:26:08.022Z] 1c29594e8eba: Pushed [2020-10-22T03:26:10.632Z] 0549f5133524: Pushed [2020-10-22T03:26:10.632Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:b350af11b33495b7832a5d905d8377cc9396b2590b8792508d9aea4628893e55 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:10.984Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:11.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.87 [2020-10-22T03:26:11.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T03:26:11.332Z] 6040b5018f7b: Preparing [2020-10-22T03:26:11.332Z] 0549f5133524: Preparing [2020-10-22T03:26:11.332Z] 57f11322bbc3: Preparing [2020-10-22T03:26:11.332Z] b1160d252457: Preparing [2020-10-22T03:26:11.332Z] 7d15b3715985: Preparing [2020-10-22T03:26:11.332Z] 1c29594e8eba: Preparing [2020-10-22T03:26:11.332Z] 1c29594e8eba: Waiting [2020-10-22T03:26:11.610Z] 6040b5018f7b: Layer already exists [2020-10-22T03:26:11.610Z] 0549f5133524: Layer already exists [2020-10-22T03:26:11.610Z] 7d15b3715985: Layer already exists [2020-10-22T03:26:11.610Z] 57f11322bbc3: Layer already exists [2020-10-22T03:26:11.610Z] b1160d252457: Layer already exists [2020-10-22T03:26:11.610Z] 1c29594e8eba: Layer already exists [2020-10-22T03:26:11.610Z] 1.2.2-dev.87: digest: sha256:b350af11b33495b7832a5d905d8377cc9396b2590b8792508d9aea4628893e55 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:11.963Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:12.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:12.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T03:26:12.620Z] 6040b5018f7b: Preparing [2020-10-22T03:26:12.620Z] 0549f5133524: Preparing [2020-10-22T03:26:12.620Z] 57f11322bbc3: Preparing [2020-10-22T03:26:12.620Z] b1160d252457: Preparing [2020-10-22T03:26:12.620Z] 7d15b3715985: Preparing [2020-10-22T03:26:12.620Z] 1c29594e8eba: Preparing [2020-10-22T03:26:12.620Z] 1c29594e8eba: Waiting [2020-10-22T03:26:12.620Z] 0549f5133524: Layer already exists [2020-10-22T03:26:12.620Z] 7d15b3715985: Layer already exists [2020-10-22T03:26:12.620Z] b1160d252457: Layer already exists [2020-10-22T03:26:12.620Z] 57f11322bbc3: Layer already exists [2020-10-22T03:26:12.620Z] 6040b5018f7b: Layer already exists [2020-10-22T03:26:12.620Z] 1c29594e8eba: Layer already exists [2020-10-22T03:26:12.620Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:b350af11b33495b7832a5d905d8377cc9396b2590b8792508d9aea4628893e55 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:12.976Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:13.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-22T03:26:13.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T03:26:13.373Z] 6040b5018f7b: Preparing [2020-10-22T03:26:13.373Z] 0549f5133524: Preparing [2020-10-22T03:26:13.373Z] 57f11322bbc3: Preparing [2020-10-22T03:26:13.373Z] b1160d252457: Preparing [2020-10-22T03:26:13.373Z] 7d15b3715985: Preparing [2020-10-22T03:26:13.373Z] 1c29594e8eba: Preparing [2020-10-22T03:26:13.373Z] 1c29594e8eba: Waiting [2020-10-22T03:26:13.373Z] 7d15b3715985: Layer already exists [2020-10-22T03:26:13.373Z] 0549f5133524: Layer already exists [2020-10-22T03:26:13.373Z] 6040b5018f7b: Layer already exists [2020-10-22T03:26:13.653Z] 57f11322bbc3: Layer already exists [2020-10-22T03:26:13.653Z] b1160d252457: Layer already exists [2020-10-22T03:26:13.653Z] 1c29594e8eba: Layer already exists [2020-10-22T03:26:13.653Z] master: digest: sha256:b350af11b33495b7832a5d905d8377cc9396b2590b8792508d9aea4628893e55 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:26:13.864Z] ===================================================== [Pipeline] echo [2020-10-22T03:26:13.920Z] taggedImages: [2020-10-22T03:26:13.920Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:13.920Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.87 [2020-10-22T03:26:13.920Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:13.920Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-22T03:26:13.993Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-22T03:26:13.993Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:13.993Z] 1.2.2-dev.87 [2020-10-22T03:26:13.993Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:13.993Z] master [2020-10-22T03:26:13.993Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:14.530Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:14.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:14.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T03:26:14.868Z] d1cc62eaa442: Preparing [2020-10-22T03:26:14.868Z] 0c95573f5f06: Preparing [2020-10-22T03:26:14.868Z] d78c707d9adb: Preparing [2020-10-22T03:26:15.161Z] d78c707d9adb: Pushed [2020-10-22T03:26:16.145Z] d1cc62eaa442: Pushed [2020-10-22T03:26:18.118Z] 0c95573f5f06: Pushed [2020-10-22T03:26:18.118Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:4f6d8859c8457807790e0e3d5c1394c37eb6fa8c052cd494b30780945a8ce043 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:18.472Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:18.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.87 [2020-10-22T03:26:18.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T03:26:18.817Z] d1cc62eaa442: Preparing [2020-10-22T03:26:18.817Z] 0c95573f5f06: Preparing [2020-10-22T03:26:18.817Z] d78c707d9adb: Preparing [2020-10-22T03:26:18.817Z] 0c95573f5f06: Layer already exists [2020-10-22T03:26:18.817Z] d78c707d9adb: Layer already exists [2020-10-22T03:26:18.817Z] d1cc62eaa442: Layer already exists [2020-10-22T03:26:19.088Z] 1.2.2-dev.87: digest: sha256:4f6d8859c8457807790e0e3d5c1394c37eb6fa8c052cd494b30780945a8ce043 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:19.437Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:19.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:19.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T03:26:19.780Z] d1cc62eaa442: Preparing [2020-10-22T03:26:19.780Z] 0c95573f5f06: Preparing [2020-10-22T03:26:19.780Z] d78c707d9adb: Preparing [2020-10-22T03:26:20.055Z] d78c707d9adb: Layer already exists [2020-10-22T03:26:20.055Z] 0c95573f5f06: Layer already exists [2020-10-22T03:26:20.055Z] d1cc62eaa442: Layer already exists [2020-10-22T03:26:20.055Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:4f6d8859c8457807790e0e3d5c1394c37eb6fa8c052cd494b30780945a8ce043 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:20.404Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:20.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-22T03:26:20.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T03:26:20.742Z] d1cc62eaa442: Preparing [2020-10-22T03:26:20.742Z] 0c95573f5f06: Preparing [2020-10-22T03:26:20.742Z] d78c707d9adb: Preparing [2020-10-22T03:26:21.016Z] d78c707d9adb: Layer already exists [2020-10-22T03:26:21.016Z] 0c95573f5f06: Layer already exists [2020-10-22T03:26:21.016Z] d1cc62eaa442: Layer already exists [2020-10-22T03:26:21.016Z] master: digest: sha256:4f6d8859c8457807790e0e3d5c1394c37eb6fa8c052cd494b30780945a8ce043 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:26:21.260Z] ===================================================== [Pipeline] echo [2020-10-22T03:26:21.312Z] taggedImages: [2020-10-22T03:26:21.312Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:21.312Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.87 [2020-10-22T03:26:21.312Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:21.312Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-22T03:26:21.380Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-22T03:26:21.380Z] 276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:21.380Z] 1.2.2-dev.87 [2020-10-22T03:26:21.380Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:26:21.380Z] master [2020-10-22T03:26:21.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:21.938Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:26:22.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:26:22.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T03:26:22.309Z] bc4b212c948e: Preparing [2020-10-22T03:26:22.309Z] 5857370a48e0: Preparing [2020-10-22T03:26:22.309Z] e26704d09a4f: Preparing [2020-10-22T03:26:22.309Z] cdb4a979dc67: Preparing [2020-10-22T03:26:22.309Z] e1357a19e52e: Preparing [2020-10-22T03:26:22.309Z] 837d30a6fd87: Preparing [2020-10-22T03:26:22.309Z] 048dc02d9509: Preparing [2020-10-22T03:26:22.309Z] 52543ddb2901: Preparing [2020-10-22T03:26:22.309Z] 9f553b275599: Preparing [2020-10-22T03:26:22.309Z] 3a47579f0cd1: Preparing [2020-10-22T03:26:22.309Z] cd6d79ebbfb6: Preparing [2020-10-22T03:26:22.309Z] 3e7dc55cab04: Preparing [2020-10-22T03:26:22.309Z] b2e85fd0898f: Preparing [2020-10-22T03:26:22.309Z] cd3761cfa1d9: Preparing [2020-10-22T03:26:22.309Z] 837d30a6fd87: Waiting [2020-10-22T03:26:22.309Z] 048dc02d9509: Waiting [2020-10-22T03:26:22.309Z] 52543ddb2901: Waiting [2020-10-22T03:26:22.309Z] 9f553b275599: Waiting [2020-10-22T03:26:22.309Z] 3a47579f0cd1: Waiting [2020-10-22T03:26:22.309Z] cd6d79ebbfb6: Waiting [2020-10-22T03:26:22.309Z] 3e7dc55cab04: Waiting [2020-10-22T03:26:22.309Z] b2e85fd0898f: Waiting [2020-10-22T03:26:22.911Z] e1357a19e52e: Pushed [2020-10-22T03:26:23.185Z] bc4b212c948e: Pushed [2020-10-22T03:26:23.787Z] cdb4a979dc67: Pushed [2020-10-22T03:26:23.787Z] 048dc02d9509: Pushed [2020-10-22T03:26:24.065Z] 52543ddb2901: Pushed [2020-10-22T03:26:24.065Z] 9f553b275599: Pushed [2020-10-22T03:26:24.340Z] 3a47579f0cd1: Pushed [2020-10-22T03:26:24.616Z] 3e7dc55cab04: Pushed [2020-10-22T03:26:24.616Z] 5857370a48e0: Pushed [2020-10-22T03:26:24.616Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:26:25.212Z] 837d30a6fd87: Pushed [2020-10-22T03:26:26.650Z] b2e85fd0898f: Pushed [2020-10-22T03:26:36.847Z] e26704d09a4f: Pushed [2020-10-22T03:27:04.417Z] cd6d79ebbfb6: Pushed [2020-10-22T03:27:04.691Z] 276039d959642f82e27682464d1409e0b052ceab: digest: sha256:9ab3c88c2d27083d45254af0babc31347531006bb663480107111d740254f890 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:05.043Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:05.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.87 [2020-10-22T03:27:05.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T03:27:05.385Z] bc4b212c948e: Preparing [2020-10-22T03:27:05.385Z] 5857370a48e0: Preparing [2020-10-22T03:27:05.385Z] e26704d09a4f: Preparing [2020-10-22T03:27:05.385Z] cdb4a979dc67: Preparing [2020-10-22T03:27:05.385Z] e1357a19e52e: Preparing [2020-10-22T03:27:05.385Z] 837d30a6fd87: Preparing [2020-10-22T03:27:05.385Z] 048dc02d9509: Preparing [2020-10-22T03:27:05.385Z] 52543ddb2901: Preparing [2020-10-22T03:27:05.385Z] 9f553b275599: Preparing [2020-10-22T03:27:05.385Z] 3a47579f0cd1: Preparing [2020-10-22T03:27:05.385Z] cd6d79ebbfb6: Preparing [2020-10-22T03:27:05.385Z] 3e7dc55cab04: Preparing [2020-10-22T03:27:05.385Z] b2e85fd0898f: Preparing [2020-10-22T03:27:05.385Z] cd3761cfa1d9: Preparing [2020-10-22T03:27:05.385Z] 3a47579f0cd1: Waiting [2020-10-22T03:27:05.385Z] cd6d79ebbfb6: Waiting [2020-10-22T03:27:05.385Z] 837d30a6fd87: Waiting [2020-10-22T03:27:05.385Z] 3e7dc55cab04: Waiting [2020-10-22T03:27:05.385Z] b2e85fd0898f: Waiting [2020-10-22T03:27:05.385Z] cd3761cfa1d9: Waiting [2020-10-22T03:27:05.385Z] 048dc02d9509: Waiting [2020-10-22T03:27:05.385Z] 52543ddb2901: Waiting [2020-10-22T03:27:05.385Z] 9f553b275599: Waiting [2020-10-22T03:27:05.385Z] bc4b212c948e: Layer already exists [2020-10-22T03:27:05.385Z] e26704d09a4f: Layer already exists [2020-10-22T03:27:05.385Z] cdb4a979dc67: Layer already exists [2020-10-22T03:27:05.385Z] e1357a19e52e: Layer already exists [2020-10-22T03:27:05.385Z] 5857370a48e0: Layer already exists [2020-10-22T03:27:05.658Z] 837d30a6fd87: Layer already exists [2020-10-22T03:27:05.658Z] 52543ddb2901: Layer already exists [2020-10-22T03:27:05.658Z] 3a47579f0cd1: Layer already exists [2020-10-22T03:27:05.658Z] 048dc02d9509: Layer already exists [2020-10-22T03:27:05.658Z] 9f553b275599: Layer already exists [2020-10-22T03:27:05.658Z] cd6d79ebbfb6: Layer already exists [2020-10-22T03:27:05.658Z] 3e7dc55cab04: Layer already exists [2020-10-22T03:27:05.658Z] b2e85fd0898f: Layer already exists [2020-10-22T03:27:05.658Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:27:05.658Z] 1.2.2-dev.87: digest: sha256:9ab3c88c2d27083d45254af0babc31347531006bb663480107111d740254f890 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:06.005Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:06.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:27:06.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T03:27:06.346Z] bc4b212c948e: Preparing [2020-10-22T03:27:06.346Z] 5857370a48e0: Preparing [2020-10-22T03:27:06.346Z] e26704d09a4f: Preparing [2020-10-22T03:27:06.346Z] cdb4a979dc67: Preparing [2020-10-22T03:27:06.346Z] e1357a19e52e: Preparing [2020-10-22T03:27:06.346Z] 837d30a6fd87: Preparing [2020-10-22T03:27:06.346Z] 048dc02d9509: Preparing [2020-10-22T03:27:06.346Z] 52543ddb2901: Preparing [2020-10-22T03:27:06.346Z] 9f553b275599: Preparing [2020-10-22T03:27:06.346Z] 3a47579f0cd1: Preparing [2020-10-22T03:27:06.346Z] cd6d79ebbfb6: Preparing [2020-10-22T03:27:06.346Z] 3e7dc55cab04: Preparing [2020-10-22T03:27:06.346Z] b2e85fd0898f: Preparing [2020-10-22T03:27:06.346Z] cd3761cfa1d9: Preparing [2020-10-22T03:27:06.346Z] 048dc02d9509: Waiting [2020-10-22T03:27:06.346Z] 52543ddb2901: Waiting [2020-10-22T03:27:06.346Z] 9f553b275599: Waiting [2020-10-22T03:27:06.346Z] 3a47579f0cd1: Waiting [2020-10-22T03:27:06.346Z] cd6d79ebbfb6: Waiting [2020-10-22T03:27:06.346Z] 3e7dc55cab04: Waiting [2020-10-22T03:27:06.346Z] b2e85fd0898f: Waiting [2020-10-22T03:27:06.346Z] cd3761cfa1d9: Waiting [2020-10-22T03:27:06.346Z] 837d30a6fd87: Waiting [2020-10-22T03:27:06.346Z] 5857370a48e0: Layer already exists [2020-10-22T03:27:06.346Z] bc4b212c948e: Layer already exists [2020-10-22T03:27:06.346Z] cdb4a979dc67: Layer already exists [2020-10-22T03:27:06.346Z] e26704d09a4f: Layer already exists [2020-10-22T03:27:06.621Z] e1357a19e52e: Layer already exists [2020-10-22T03:27:06.621Z] 837d30a6fd87: Layer already exists [2020-10-22T03:27:06.621Z] 52543ddb2901: Layer already exists [2020-10-22T03:27:06.621Z] 048dc02d9509: Layer already exists [2020-10-22T03:27:06.621Z] 9f553b275599: Layer already exists [2020-10-22T03:27:06.621Z] 3a47579f0cd1: Layer already exists [2020-10-22T03:27:06.621Z] b2e85fd0898f: Layer already exists [2020-10-22T03:27:06.621Z] cd6d79ebbfb6: Layer already exists [2020-10-22T03:27:06.621Z] 3e7dc55cab04: Layer already exists [2020-10-22T03:27:06.621Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:27:06.621Z] 276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87: digest: sha256:9ab3c88c2d27083d45254af0babc31347531006bb663480107111d740254f890 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:06.974Z] + 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-22T03:27:07.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-22T03:27:07.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T03:27:07.312Z] bc4b212c948e: Preparing [2020-10-22T03:27:07.312Z] 5857370a48e0: Preparing [2020-10-22T03:27:07.312Z] e26704d09a4f: Preparing [2020-10-22T03:27:07.312Z] cdb4a979dc67: Preparing [2020-10-22T03:27:07.312Z] e1357a19e52e: Preparing [2020-10-22T03:27:07.312Z] 837d30a6fd87: Preparing [2020-10-22T03:27:07.312Z] 048dc02d9509: Preparing [2020-10-22T03:27:07.312Z] 52543ddb2901: Preparing [2020-10-22T03:27:07.312Z] 9f553b275599: Preparing [2020-10-22T03:27:07.312Z] 3a47579f0cd1: Preparing [2020-10-22T03:27:07.312Z] cd6d79ebbfb6: Preparing [2020-10-22T03:27:07.312Z] 3e7dc55cab04: Preparing [2020-10-22T03:27:07.312Z] b2e85fd0898f: Preparing [2020-10-22T03:27:07.312Z] cd3761cfa1d9: Preparing [2020-10-22T03:27:07.312Z] 048dc02d9509: Waiting [2020-10-22T03:27:07.312Z] 52543ddb2901: Waiting [2020-10-22T03:27:07.312Z] 9f553b275599: Waiting [2020-10-22T03:27:07.312Z] 3a47579f0cd1: Waiting [2020-10-22T03:27:07.312Z] b2e85fd0898f: Waiting [2020-10-22T03:27:07.312Z] cd6d79ebbfb6: Waiting [2020-10-22T03:27:07.312Z] cd3761cfa1d9: Waiting [2020-10-22T03:27:07.312Z] 3e7dc55cab04: Waiting [2020-10-22T03:27:07.312Z] 837d30a6fd87: Waiting [2020-10-22T03:27:07.585Z] bc4b212c948e: Layer already exists [2020-10-22T03:27:07.585Z] cdb4a979dc67: Layer already exists [2020-10-22T03:27:07.585Z] 5857370a48e0: Layer already exists [2020-10-22T03:27:07.585Z] e1357a19e52e: Layer already exists [2020-10-22T03:27:07.585Z] e26704d09a4f: Layer already exists [2020-10-22T03:27:07.585Z] 048dc02d9509: Layer already exists [2020-10-22T03:27:07.585Z] 837d30a6fd87: Layer already exists [2020-10-22T03:27:07.585Z] 52543ddb2901: Layer already exists [2020-10-22T03:27:07.585Z] 9f553b275599: Layer already exists [2020-10-22T03:27:07.585Z] 3a47579f0cd1: Layer already exists [2020-10-22T03:27:07.585Z] cd6d79ebbfb6: Layer already exists [2020-10-22T03:27:07.585Z] 3e7dc55cab04: Layer already exists [2020-10-22T03:27:07.585Z] b2e85fd0898f: Layer already exists [2020-10-22T03:27:07.585Z] cd3761cfa1d9: Layer already exists [2020-10-22T03:27:07.585Z] master: digest: sha256:9ab3c88c2d27083d45254af0babc31347531006bb663480107111d740254f890 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T03:27:07.803Z] ===================================================== [Pipeline] echo [2020-10-22T03:27:07.856Z] taggedImages: [2020-10-22T03:27:07.856Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:27:07.856Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.87 [2020-10-22T03:27:07.856Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab-1.2.2-dev.87 [2020-10-22T03:27:07.856Z] - 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-22T03:27:09.494Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-22T03:27:09.496Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-22T03:27:09.559Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:09.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T03:27:09.916Z] [2020-10-22T03:27:09.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:10.269Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T03:27:10.269Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-22T03:27:10.269Z] cbdbe7a5bc2a: Already exists [2020-10-22T03:27:10.269Z] 408f87550127: Pulling fs layer [2020-10-22T03:27:10.269Z] fe522b08c979: Pulling fs layer [2020-10-22T03:27:10.269Z] 221eaa008020: Pulling fs layer [2020-10-22T03:27:10.269Z] 2a4607e5d6b9: Pulling fs layer [2020-10-22T03:27:10.269Z] 8f79b27c4fd2: Pulling fs layer [2020-10-22T03:27:10.269Z] e5c8dbe1645b: Pulling fs layer [2020-10-22T03:27:10.269Z] 23e8b3b47431: Pulling fs layer [2020-10-22T03:27:10.269Z] 5c568d65a230: Pulling fs layer [2020-10-22T03:27:10.269Z] 8f79b27c4fd2: Waiting [2020-10-22T03:27:10.269Z] e5c8dbe1645b: Waiting [2020-10-22T03:27:10.269Z] 2a4607e5d6b9: Waiting [2020-10-22T03:27:10.269Z] 5c568d65a230: Waiting [2020-10-22T03:27:10.269Z] 23e8b3b47431: Waiting [2020-10-22T03:27:10.269Z] fe522b08c979: Download complete [2020-10-22T03:27:10.269Z] 408f87550127: Download complete [2020-10-22T03:27:10.269Z] 2a4607e5d6b9: Verifying Checksum [2020-10-22T03:27:10.269Z] 2a4607e5d6b9: Download complete [2020-10-22T03:27:10.269Z] 8f79b27c4fd2: Verifying Checksum [2020-10-22T03:27:10.269Z] 8f79b27c4fd2: Download complete [2020-10-22T03:27:10.864Z] 408f87550127: Pull complete [2020-10-22T03:27:10.864Z] fe522b08c979: Pull complete [2020-10-22T03:27:11.441Z] e5c8dbe1645b: Download complete [2020-10-22T03:27:12.394Z] 23e8b3b47431: Verifying Checksum [2020-10-22T03:27:12.394Z] 23e8b3b47431: Download complete [2020-10-22T03:27:12.657Z] 5c568d65a230: Verifying Checksum [2020-10-22T03:27:12.657Z] 5c568d65a230: Download complete [2020-10-22T03:27:13.606Z] 221eaa008020: Verifying Checksum [2020-10-22T03:27:13.606Z] 221eaa008020: Download complete [2020-10-22T03:27:18.931Z] 221eaa008020: Pull complete [2020-10-22T03:27:19.195Z] 2a4607e5d6b9: Pull complete [2020-10-22T03:27:19.195Z] 8f79b27c4fd2: Pull complete [2020-10-22T03:27:23.426Z] e5c8dbe1645b: Pull complete [2020-10-22T03:27:27.696Z] 23e8b3b47431: Pull complete [2020-10-22T03:27:28.270Z] 5c568d65a230: Pull complete [2020-10-22T03:27:28.533Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-22T03:27:28.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T03:27:28.533Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-22T03:27:28.723Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:27:28.787Z] $ 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/203:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:27:29.938Z] $ docker top 14b745aa5a1ade3114c71676fddfa85febb04c53f418a0f8114647091f012815 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T03:27:30.554Z] + snyk monitor '--org=edgex-jenkins' [2020-10-22T03:27:45.528Z] [2020-10-22T03:27:45.528Z] Monitoring /w/workspace/edgex-go/203 (github.com/edgexfoundry/edgex-go)... [2020-10-22T03:27:45.528Z] [2020-10-22T03:27:45.528Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/dbcc36b9-4abc-4a71-ad6e-d25cffbd240c [2020-10-22T03:27:45.528Z] [2020-10-22T03:27:45.528Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-22T03:27:45.528Z] [2020-10-22T03:27:45.528Z] [2020-10-22T03:27:45.528Z] Snyk CLI supports Node.js 8 and higher. [2020-10-22T03:27:45.528Z] 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-22T03:27:45.528Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-22T03:27:45.528Z] [2020-10-22T03:27:45.528Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-22T03:27:45.528Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-22T03:27:45.528Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-22T03:27:45.528Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-22T03:27:45.548Z] $ docker stop --time=1 14b745aa5a1ade3114c71676fddfa85febb04c53f418a0f8114647091f012815 [2020-10-22T03:27:48.303Z] $ docker rm -f 14b745aa5a1ade3114c71676fddfa85febb04c53f418a0f8114647091f012815 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:50.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:27:50.034Z] [2020-10-22T03:27:50.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:50.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:27:50.388Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-22T03:27:50.388Z] e7c96db7181b: Pulling fs layer [2020-10-22T03:27:50.388Z] 1868ca2cb446: Pulling fs layer [2020-10-22T03:27:50.388Z] 136be5d0fe8e: Pulling fs layer [2020-10-22T03:27:50.388Z] 894bfe63afcb: Pulling fs layer [2020-10-22T03:27:50.388Z] 894bfe63afcb: Waiting [2020-10-22T03:27:50.388Z] 1868ca2cb446: Verifying Checksum [2020-10-22T03:27:50.388Z] 1868ca2cb446: Download complete [2020-10-22T03:27:50.388Z] 136be5d0fe8e: Download complete [2020-10-22T03:27:50.388Z] e7c96db7181b: Verifying Checksum [2020-10-22T03:27:50.388Z] e7c96db7181b: Download complete [2020-10-22T03:27:50.649Z] 894bfe63afcb: Verifying Checksum [2020-10-22T03:27:50.649Z] 894bfe63afcb: Download complete [2020-10-22T03:27:50.911Z] e7c96db7181b: Pull complete [2020-10-22T03:27:50.911Z] 1868ca2cb446: Pull complete [2020-10-22T03:27:51.172Z] 136be5d0fe8e: Pull complete [2020-10-22T03:27:51.433Z] 894bfe63afcb: Pull complete [2020-10-22T03:27:51.433Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-22T03:27:51.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:27:51.433Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-22T03:27:51.537Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:27:51.593Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:27:52.491Z] $ docker top 49509c7cc26db815c39d0814c600344a253d8467cf118e8272ad819aa823991f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:27:53.152Z] + + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceabtee [2020-10-22T03:27:53.152Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:27:55.921Z] $ docker stop --time=1 49509c7cc26db815c39d0814c600344a253d8467cf118e8272ad819aa823991f [2020-10-22T03:27:57.314Z] $ docker rm -f 49509c7cc26db815c39d0814c600344a253d8467cf118e8272ad819aa823991f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:27:57.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:27:57.826Z] . [Pipeline] withDockerContainer [2020-10-22T03:27:57.927Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:27:57.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:27:58.759Z] $ docker top 0cb2adc971b60d6f59a641e8ae0659c83de7fad6449a9f2bbb2114ef397e8229 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:27:59.351Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:27:59.351Z] + tee [2020-10-22T03:27:59.351Z] clair timeout 1m0s [2020-10-22T03:27:59.351Z] docker timeout: 1m0s [2020-10-22T03:27:59.351Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:00.036Z] $ docker stop --time=1 0cb2adc971b60d6f59a641e8ae0659c83de7fad6449a9f2bbb2114ef397e8229 [2020-10-22T03:28:01.432Z] $ docker rm -f 0cb2adc971b60d6f59a641e8ae0659c83de7fad6449a9f2bbb2114ef397e8229 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:28:01.954Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:28:01.971Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-core-command-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:28:02.040Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:02.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:02.461Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:02.574Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:02.629Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:03.367Z] $ docker top 5ca25ffbd949772e534279ae4db76e68351bff0e498c957fa71f6076b707c0e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:03.931Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:03.931Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:09.414Z] $ docker stop --time=1 5ca25ffbd949772e534279ae4db76e68351bff0e498c957fa71f6076b707c0e4 [2020-10-22T03:28:10.787Z] $ docker rm -f 5ca25ffbd949772e534279ae4db76e68351bff0e498c957fa71f6076b707c0e4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:11.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:11.305Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:11.415Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:11.479Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:12.171Z] $ docker top 49765b1787db47459edc9f6e6c07c77456acc5951cc57ada29e242c2338b9491 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:12.799Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:12.799Z] + tee [2020-10-22T03:28:12.799Z] clair timeout 1m0s [2020-10-22T03:28:12.799Z] docker timeout: 1m0s [2020-10-22T03:28:12.799Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:13.870Z] $ docker stop --time=1 49765b1787db47459edc9f6e6c07c77456acc5951cc57ada29e242c2338b9491 [2020-10-22T03:28:15.874Z] $ docker rm -f 49765b1787db47459edc9f6e6c07c77456acc5951cc57ada29e242c2338b9491 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:28:16.397Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:28:16.413Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-core-data-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:28:16.473Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:16.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:16.828Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:16.946Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:17.003Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:17.736Z] $ docker top 7b449754cb6e0e5c7fd5ff63215449fed537553402c460b900b6f1c785790251 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:18.443Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:18.443Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:21.302Z] $ docker stop --time=1 7b449754cb6e0e5c7fd5ff63215449fed537553402c460b900b6f1c785790251 [2020-10-22T03:28:22.769Z] $ docker rm -f 7b449754cb6e0e5c7fd5ff63215449fed537553402c460b900b6f1c785790251 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:23.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:23.257Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:23.360Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:23.411Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:24.103Z] $ docker top 8175a9719eb4a30feff01bb4377dd4832f7d9482e1134ea75ba388525daabe81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:24.779Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:24.779Z] + tee [2020-10-22T03:28:24.779Z] clair timeout 1m0s [2020-10-22T03:28:24.779Z] docker timeout: 1m0s [2020-10-22T03:28:24.779Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:25.529Z] $ docker stop --time=1 8175a9719eb4a30feff01bb4377dd4832f7d9482e1134ea75ba388525daabe81 [2020-10-22T03:28:26.886Z] $ docker rm -f 8175a9719eb4a30feff01bb4377dd4832f7d9482e1134ea75ba388525daabe81 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:28:27.375Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:28:27.397Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-core-metadata-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:28:27.454Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:27.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:27.804Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:27.911Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:27.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:28.682Z] $ docker top 28ba3d2861623d75b11946b80d8a3b1135ba08a2c0414f3cb91794b62fa25975 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:29.282Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:29.282Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:33.732Z] $ docker stop --time=1 28ba3d2861623d75b11946b80d8a3b1135ba08a2c0414f3cb91794b62fa25975 [2020-10-22T03:28:35.124Z] $ docker rm -f 28ba3d2861623d75b11946b80d8a3b1135ba08a2c0414f3cb91794b62fa25975 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:35.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:35.640Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:35.760Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:35.816Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:36.567Z] $ docker top 905cdc9ca0483b0d7171904bd0cdf79efe846714265e307b4877ebc371d8f01e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:37.130Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:37.130Z] + tee [2020-10-22T03:28:37.130Z] clair timeout 1m0s [2020-10-22T03:28:37.130Z] docker timeout: 1m0s [2020-10-22T03:28:37.130Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:38.209Z] $ docker stop --time=1 905cdc9ca0483b0d7171904bd0cdf79efe846714265e307b4877ebc371d8f01e [2020-10-22T03:28:39.566Z] $ docker rm -f 905cdc9ca0483b0d7171904bd0cdf79efe846714265e307b4877ebc371d8f01e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:28:40.072Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:28:40.087Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-security-proxy-setup-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:28:40.153Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:40.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:40.543Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:40.648Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:40.702Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:41.444Z] $ docker top 02eaacde7d6b5d2aa3fcff0cbc67f16e1c160f3404751065312b0b3542dfa853 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:42.015Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:42.015Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:48.886Z] $ docker stop --time=1 02eaacde7d6b5d2aa3fcff0cbc67f16e1c160f3404751065312b0b3542dfa853 [2020-10-22T03:28:50.288Z] $ docker rm -f 02eaacde7d6b5d2aa3fcff0cbc67f16e1c160f3404751065312b0b3542dfa853 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:50.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:50.866Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:50.970Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:51.022Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:51.660Z] $ docker top f3d1ff768dfa1abc460c673962a134ee141f0194d85c963d0bcd46e915c06e42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:52.213Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:52.213Z] + tee [2020-10-22T03:28:52.213Z] clair timeout 1m0s [2020-10-22T03:28:52.213Z] docker timeout: 1m0s [2020-10-22T03:28:52.213Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:28:53.724Z] $ docker stop --time=1 f3d1ff768dfa1abc460c673962a134ee141f0194d85c963d0bcd46e915c06e42 [2020-10-22T03:28:55.072Z] $ docker rm -f f3d1ff768dfa1abc460c673962a134ee141f0194d85c963d0bcd46e915c06e42 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:28:55.585Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:28:55.598Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-security-secrets-setup-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:28:55.652Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:28:56.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:28:56.032Z] . [Pipeline] withDockerContainer [2020-10-22T03:28:56.146Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:28:56.199Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:28:56.955Z] $ docker top 7590125ec93c4814e72f6b2ec5a0fcaea21eb788e5a7564e30b41fdce9c62a44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:28:57.532Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:28:57.532Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:05.875Z] $ docker stop --time=1 7590125ec93c4814e72f6b2ec5a0fcaea21eb788e5a7564e30b41fdce9c62a44 [2020-10-22T03:29:07.356Z] $ docker rm -f 7590125ec93c4814e72f6b2ec5a0fcaea21eb788e5a7564e30b41fdce9c62a44 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:07.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:07.872Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:07.988Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:08.047Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:08.888Z] $ docker top 5ffaab23c5ceef09ceaa453ac0b6a4ed548ff6539a70a8c1ab4abbcee0a3b778 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:09.424Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:09.424Z] + tee [2020-10-22T03:29:09.424Z] clair timeout 1m0s [2020-10-22T03:29:09.424Z] docker timeout: 1m0s [2020-10-22T03:29:09.424Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:10.964Z] $ docker stop --time=1 5ffaab23c5ceef09ceaa453ac0b6a4ed548ff6539a70a8c1ab4abbcee0a3b778 [2020-10-22T03:29:12.313Z] $ docker rm -f 5ffaab23c5ceef09ceaa453ac0b6a4ed548ff6539a70a8c1ab4abbcee0a3b778 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:29:12.854Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:29:12.868Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-security-secretstore-setup-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:29:12.951Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:13.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:13.355Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:13.468Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:13.519Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:14.169Z] $ docker top 10b570cf880ff2398a7baa5ac12f706ece1eba9f23087a44db796d7653a675ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:14.763Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:14.763Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:18.330Z] $ docker stop --time=1 10b570cf880ff2398a7baa5ac12f706ece1eba9f23087a44db796d7653a675ac [2020-10-22T03:29:19.709Z] $ docker rm -f 10b570cf880ff2398a7baa5ac12f706ece1eba9f23087a44db796d7653a675ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:20.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:20.244Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:20.354Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:20.411Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:21.146Z] $ docker top fd1e23454d7dd42d9314ffb449491a6418ffb6435d5af3f4baf3c8622f797948 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:21.739Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:21.739Z] + tee [2020-10-22T03:29:21.739Z] clair timeout 1m0s [2020-10-22T03:29:21.739Z] docker timeout: 1m0s [2020-10-22T03:29:21.739Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:22.424Z] $ docker stop --time=1 fd1e23454d7dd42d9314ffb449491a6418ffb6435d5af3f4baf3c8622f797948 [2020-10-22T03:29:23.818Z] $ docker rm -f fd1e23454d7dd42d9314ffb449491a6418ffb6435d5af3f4baf3c8622f797948 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:29:24.326Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:29:24.340Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-support-logging-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:29:24.465Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:24.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:24.898Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:25.006Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:25.065Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:25.867Z] $ docker top d4e2038eacb6f87d7306688de7b445c01de2938d906114dcc582f374e02aee83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:26.466Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:26.467Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:31.957Z] $ docker stop --time=1 d4e2038eacb6f87d7306688de7b445c01de2938d906114dcc582f374e02aee83 [2020-10-22T03:29:33.297Z] $ docker rm -f d4e2038eacb6f87d7306688de7b445c01de2938d906114dcc582f374e02aee83 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:33.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:33.795Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:33.905Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:33.960Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:34.678Z] $ docker top d7cb33b1205e33608e70daef6696d9067cf5e527b02c379f8709bdab7625e842 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:36.608Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:36.608Z] + tee [2020-10-22T03:29:36.608Z] clair timeout 1m0s [2020-10-22T03:29:36.608Z] docker timeout: 1m0s [2020-10-22T03:29:36.608Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:36.776Z] $ docker stop --time=1 d7cb33b1205e33608e70daef6696d9067cf5e527b02c379f8709bdab7625e842 [2020-10-22T03:29:38.144Z] $ docker rm -f d7cb33b1205e33608e70daef6696d9067cf5e527b02c379f8709bdab7625e842 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:29:38.669Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:29:38.683Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-support-notifications-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:29:38.746Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:39.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:39.107Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:39.237Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:39.304Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:40.083Z] $ docker top 263b71ce30bb3ae82a207e29a3daa540cb9cc8d8923b4ca1307af26a5f9146bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:40.781Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:40.781Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:43.520Z] $ docker stop --time=1 263b71ce30bb3ae82a207e29a3daa540cb9cc8d8923b4ca1307af26a5f9146bc [2020-10-22T03:29:44.947Z] $ docker rm -f 263b71ce30bb3ae82a207e29a3daa540cb9cc8d8923b4ca1307af26a5f9146bc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:45.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:45.484Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:45.594Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:45.654Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:46.332Z] $ docker top 59cc93e84280e6a7b4addd28a53043530ca73133ed1f37eca3d49a230c016c8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:46.876Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:46.876Z] [2020-10-22T03:29:46.876Z] clair timeout 1m0s [2020-10-22T03:29:46.876Z] docker timeout: 1m0s [2020-10-22T03:29:46.876Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:29:47.570Z] $ docker stop --time=1 59cc93e84280e6a7b4addd28a53043530ca73133ed1f37eca3d49a230c016c8a [2020-10-22T03:29:48.925Z] $ docker rm -f 59cc93e84280e6a7b4addd28a53043530ca73133ed1f37eca3d49a230c016c8a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:29:49.423Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:29:49.440Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-support-scheduler-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:29:49.499Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:29:49.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:29:49.855Z] . [Pipeline] withDockerContainer [2020-10-22T03:29:49.977Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:29:50.035Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:29:50.757Z] $ docker top 233b26c9a735e981818cb1df30f1fff4e6899be4216b200af6d2d991b25355b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:29:51.329Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:29:51.330Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:06.529Z] $ docker stop --time=1 233b26c9a735e981818cb1df30f1fff4e6899be4216b200af6d2d991b25355b3 [2020-10-22T03:30:07.979Z] $ docker rm -f 233b26c9a735e981818cb1df30f1fff4e6899be4216b200af6d2d991b25355b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:08.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:08.485Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:08.588Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:08.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:09.475Z] $ docker top a505d3845a5f586bb1a4bbcebeb1cbcb2d7135fc9937467d918f31cf56f1fca0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:10.091Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:10.091Z] + tee [2020-10-22T03:30:10.091Z] clair timeout 1m0s [2020-10-22T03:30:10.091Z] docker timeout: 1m0s [2020-10-22T03:30:10.091Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:11.630Z] $ docker stop --time=1 a505d3845a5f586bb1a4bbcebeb1cbcb2d7135fc9937467d918f31cf56f1fca0 [2020-10-22T03:30:12.983Z] $ docker rm -f a505d3845a5f586bb1a4bbcebeb1cbcb2d7135fc9937467d918f31cf56f1fca0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:30:13.489Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:30:13.505Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-sys-mgmt-agent-go_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:30:13.610Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:13.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:13.964Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:14.236Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:14.295Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:14.998Z] $ docker top 354132693c018f27e1ecf1444fdb9eb38b170c9435546a0496d9cd854afe8b62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:15.559Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:15.560Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:18.381Z] $ docker stop --time=1 354132693c018f27e1ecf1444fdb9eb38b170c9435546a0496d9cd854afe8b62 [2020-10-22T03:30:19.727Z] $ docker rm -f 354132693c018f27e1ecf1444fdb9eb38b170c9435546a0496d9cd854afe8b62 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:20.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:20.232Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:20.337Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:20.392Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:21.073Z] $ docker top a0583a4055f592e2f0e8e1ff1a10aa3d176aed566d799c581f456c7250532368 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:21.612Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:21.612Z] + tee [2020-10-22T03:30:21.612Z] clair timeout 1m0s [2020-10-22T03:30:21.612Z] docker timeout: 1m0s [2020-10-22T03:30:21.612Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:22.307Z] $ docker stop --time=1 a0583a4055f592e2f0e8e1ff1a10aa3d176aed566d799c581f456c7250532368 [2020-10-22T03:30:23.718Z] $ docker rm -f a0583a4055f592e2f0e8e1ff1a10aa3d176aed566d799c581f456c7250532368 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:30:24.210Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:30:24.226Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-core-command-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:30:24.283Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:24.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:24.644Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:24.747Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:24.803Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:25.541Z] $ docker top 65249d5c3ae5d16b44f258e19ea12ef417544a73190f5ee5e0e52cc5e29d8de4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:26.158Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:26.158Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:31.699Z] $ docker stop --time=1 65249d5c3ae5d16b44f258e19ea12ef417544a73190f5ee5e0e52cc5e29d8de4 [2020-10-22T03:30:33.097Z] $ docker rm -f 65249d5c3ae5d16b44f258e19ea12ef417544a73190f5ee5e0e52cc5e29d8de4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:33.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:33.564Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:33.671Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:33.724Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:34.361Z] $ docker top e7d4f43af273bf7aef95aa427ef7990350c10b9181476c1a51578b514417020d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:34.894Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:34.894Z] + tee [2020-10-22T03:30:34.894Z] clair timeout 1m0s [2020-10-22T03:30:34.894Z] docker timeout: 1m0s [2020-10-22T03:30:34.894Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:36.048Z] $ docker stop --time=1 e7d4f43af273bf7aef95aa427ef7990350c10b9181476c1a51578b514417020d [2020-10-22T03:30:37.426Z] $ docker rm -f e7d4f43af273bf7aef95aa427ef7990350c10b9181476c1a51578b514417020d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:30:37.953Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:30:37.969Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-core-data-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:30:38.033Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:38.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:38.388Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:38.495Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:38.556Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:39.222Z] $ docker top 0dec3209f6307605e8d92b47ae38955e5bd7d93c84c2fb4891f0f440ab0f5867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:39.864Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:39.864Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:42.854Z] $ docker stop --time=1 0dec3209f6307605e8d92b47ae38955e5bd7d93c84c2fb4891f0f440ab0f5867 [2020-10-22T03:30:44.256Z] $ docker rm -f 0dec3209f6307605e8d92b47ae38955e5bd7d93c84c2fb4891f0f440ab0f5867 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:44.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:44.852Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:44.960Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:45.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:45.958Z] $ docker top b9f3f8bedf9eb363dc852b8c93231d8c28dce26a3565b8e134092c8702acb42b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:46.539Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:46.539Z] + tee [2020-10-22T03:30:46.539Z] clair timeout 1m0s [2020-10-22T03:30:46.539Z] docker timeout: 1m0s [2020-10-22T03:30:46.539Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:47.225Z] $ docker stop --time=1 b9f3f8bedf9eb363dc852b8c93231d8c28dce26a3565b8e134092c8702acb42b [2020-10-22T03:30:48.599Z] $ docker rm -f b9f3f8bedf9eb363dc852b8c93231d8c28dce26a3565b8e134092c8702acb42b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:30:49.096Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:30:49.110Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-core-metadata-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:30:49.166Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:49.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:49.509Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:49.615Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:49.661Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:50.456Z] $ docker top 15f7e4bae57b0362e97af40b7bbe8ea5908116ea6cdf17f5302f9a8b3c2b34f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:51.069Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:51.069Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:30:55.509Z] $ docker stop --time=1 15f7e4bae57b0362e97af40b7bbe8ea5908116ea6cdf17f5302f9a8b3c2b34f3 [2020-10-22T03:30:56.928Z] $ docker rm -f 15f7e4bae57b0362e97af40b7bbe8ea5908116ea6cdf17f5302f9a8b3c2b34f3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:30:57.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:30:57.475Z] . [Pipeline] withDockerContainer [2020-10-22T03:30:57.597Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:30:57.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:30:58.335Z] $ docker top 4b1bd720459dc085d1e07bddd7ff73aa3605814c6b585c00f4223134b397cae4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:30:58.936Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:30:58.936Z] + tee [2020-10-22T03:30:58.936Z] clair timeout 1m0s [2020-10-22T03:30:58.936Z] docker timeout: 1m0s [2020-10-22T03:30:58.936Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:00.000Z] $ docker stop --time=1 4b1bd720459dc085d1e07bddd7ff73aa3605814c6b585c00f4223134b397cae4 [2020-10-22T03:31:01.353Z] $ docker rm -f 4b1bd720459dc085d1e07bddd7ff73aa3605814c6b585c00f4223134b397cae4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:31:01.851Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:31:01.865Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:31:01.928Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:02.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:02.280Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:02.379Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:02.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:03.240Z] $ docker top 86a2740233b9e041bfba7bc0ce3de247f56eb67179b362b8ffafda360003f6ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:03.818Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:31:03.818Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:10.725Z] $ docker stop --time=1 86a2740233b9e041bfba7bc0ce3de247f56eb67179b362b8ffafda360003f6ca [2020-10-22T03:31:12.196Z] $ docker rm -f 86a2740233b9e041bfba7bc0ce3de247f56eb67179b362b8ffafda360003f6ca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:12.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:12.690Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:12.804Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:12.862Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:13.544Z] $ docker top f23572e9bb7f1028db8607b9e219ad8b2a74b21d8044d87dc0a488624db49aca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:14.134Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:31:14.134Z] + tee [2020-10-22T03:31:14.134Z] clair timeout 1m0s [2020-10-22T03:31:14.134Z] docker timeout: 1m0s [2020-10-22T03:31:14.134Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:15.644Z] $ docker stop --time=1 f23572e9bb7f1028db8607b9e219ad8b2a74b21d8044d87dc0a488624db49aca [2020-10-22T03:31:17.363Z] $ docker rm -f f23572e9bb7f1028db8607b9e219ad8b2a74b21d8044d87dc0a488624db49aca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:31:17.869Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:31:17.885Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:31:17.946Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:18.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:18.305Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:18.488Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:18.554Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:19.302Z] $ docker top c76067cea34c635db4c21b19e8c0a94eaf09f85f2c3abfd35158d15224063a5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:19.929Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:31:19.929Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:29.140Z] $ docker stop --time=1 c76067cea34c635db4c21b19e8c0a94eaf09f85f2c3abfd35158d15224063a5d [2020-10-22T03:31:30.614Z] $ docker rm -f c76067cea34c635db4c21b19e8c0a94eaf09f85f2c3abfd35158d15224063a5d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:31.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:31.135Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:31.245Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:31.305Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:32.090Z] $ docker top 3d4574f36af7436587fd1015c75075b4690bdb66b0145c7d7994b6f463414534 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:32.709Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:31:32.709Z] + tee [2020-10-22T03:31:32.709Z] clair timeout 1m0s [2020-10-22T03:31:32.709Z] docker timeout: 1m0s [2020-10-22T03:31:32.709Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:34.252Z] $ docker stop --time=1 3d4574f36af7436587fd1015c75075b4690bdb66b0145c7d7994b6f463414534 [2020-10-22T03:31:35.660Z] $ docker rm -f 3d4574f36af7436587fd1015c75075b4690bdb66b0145c7d7994b6f463414534 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:31:36.230Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:31:36.247Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:31:36.309Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:36.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:36.693Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:36.857Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:36.966Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:37.648Z] $ docker top 7fd3a4f6075a1ad4db13890882d86b88ad46fbeff3967bd2699ff422a9a30c11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:38.225Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:31:38.225Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:41.760Z] $ docker stop --time=1 7fd3a4f6075a1ad4db13890882d86b88ad46fbeff3967bd2699ff422a9a30c11 [2020-10-22T03:31:43.220Z] $ docker rm -f 7fd3a4f6075a1ad4db13890882d86b88ad46fbeff3967bd2699ff422a9a30c11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:43.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:43.782Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:43.960Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:44.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:44.838Z] $ docker top 9af797e1cc64c0b8c2328ab93eac2e3a1155d2b85813a7117611622a48aa1bf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:45.412Z] + + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:276039d959642f82e27682464d1409e0b052ceabtee [2020-10-22T03:31:45.412Z] [2020-10-22T03:31:45.412Z] clair timeout 1m0s [2020-10-22T03:31:45.412Z] docker timeout: 1m0s [2020-10-22T03:31:45.412Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:46.100Z] $ docker stop --time=1 9af797e1cc64c0b8c2328ab93eac2e3a1155d2b85813a7117611622a48aa1bf0 [2020-10-22T03:31:47.465Z] $ docker rm -f 9af797e1cc64c0b8c2328ab93eac2e3a1155d2b85813a7117611622a48aa1bf0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:31:47.956Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:31:47.971Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-support-logging-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:31:48.027Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:48.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:48.374Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:48.478Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:48.529Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:49.270Z] $ docker top ce3a71c30de4678f1264bc6ba750d50c73fcf75bf612d2a18dacb899983df57e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:49.806Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:31:49.806Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:55.284Z] $ docker stop --time=1 ce3a71c30de4678f1264bc6ba750d50c73fcf75bf612d2a18dacb899983df57e [2020-10-22T03:31:56.660Z] $ docker rm -f ce3a71c30de4678f1264bc6ba750d50c73fcf75bf612d2a18dacb899983df57e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:31:57.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:31:57.131Z] . [Pipeline] withDockerContainer [2020-10-22T03:31:57.231Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:31:57.281Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:31:57.908Z] $ docker top cbb6809f235234e16dcbf26abb4cb7bf6e776846567370e4316608ecb9298d1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:31:58.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:31:58.427Z] + tee [2020-10-22T03:31:58.427Z] clair timeout 1m0s [2020-10-22T03:31:58.427Z] docker timeout: 1m0s [2020-10-22T03:31:58.427Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:31:59.486Z] $ docker stop --time=1 cbb6809f235234e16dcbf26abb4cb7bf6e776846567370e4316608ecb9298d1f [2020-10-22T03:32:00.842Z] $ docker rm -f cbb6809f235234e16dcbf26abb4cb7bf6e776846567370e4316608ecb9298d1f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:32:01.347Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:32:01.363Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-support-notifications-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:32:01.457Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:32:01.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:32:01.801Z] . [Pipeline] withDockerContainer [2020-10-22T03:32:01.997Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:32:02.094Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:32:02.918Z] $ docker top a80e920e394b6196954c557601b052e04c0fe02ac528b8a71fa48bf5f610f8df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:32:03.622Z] + tee [2020-10-22T03:32:03.622Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:32:06.351Z] $ docker stop --time=1 a80e920e394b6196954c557601b052e04c0fe02ac528b8a71fa48bf5f610f8df [2020-10-22T03:32:07.720Z] $ docker rm -f a80e920e394b6196954c557601b052e04c0fe02ac528b8a71fa48bf5f610f8df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:32:08.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:32:08.212Z] . [Pipeline] withDockerContainer [2020-10-22T03:32:08.320Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:32:08.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:32:09.091Z] $ docker top 5cc2825a866dc3cbe5817933c74eee5480d1ce67782523da47045e06db887dd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:32:09.621Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:32:09.621Z] + tee [2020-10-22T03:32:09.621Z] clair timeout 1m0s [2020-10-22T03:32:09.621Z] docker timeout: 1m0s [2020-10-22T03:32:09.621Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:32:10.375Z] $ docker stop --time=1 5cc2825a866dc3cbe5817933c74eee5480d1ce67782523da47045e06db887dd0 [2020-10-22T03:32:11.744Z] $ docker rm -f 5cc2825a866dc3cbe5817933c74eee5480d1ce67782523da47045e06db887dd0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:32:12.375Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:32:12.391Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-support-scheduler-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:32:12.449Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:32:12.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:32:12.839Z] . [Pipeline] withDockerContainer [2020-10-22T03:32:12.945Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:32:12.994Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:32:13.646Z] $ docker top 6fc8bf9892d3f2463c811e35a69b889b73acd59291c002cdc48f2e55a28f8920 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:32:14.176Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:32:14.176Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:32:46.605Z] $ docker stop --time=1 6fc8bf9892d3f2463c811e35a69b889b73acd59291c002cdc48f2e55a28f8920 [2020-10-22T03:32:48.060Z] $ docker rm -f 6fc8bf9892d3f2463c811e35a69b889b73acd59291c002cdc48f2e55a28f8920 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:32:48.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T03:32:48.552Z] . [Pipeline] withDockerContainer [2020-10-22T03:32:48.653Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:32:48.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:32:49.539Z] $ docker top d58aea7f8ad5ca232a89fa853b0aa677c089a8a9c00f9c0d5fd20f8a1a193ba6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T03:32:50.111Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:276039d959642f82e27682464d1409e0b052ceab [2020-10-22T03:32:50.111Z] + tee [2020-10-22T03:32:50.111Z] clair timeout 1m0s [2020-10-22T03:32:50.111Z] docker timeout: 1m0s [2020-10-22T03:32:50.112Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T03:32:51.616Z] $ docker stop --time=1 d58aea7f8ad5ca232a89fa853b0aa677c089a8a9c00f9c0d5fd20f8a1a193ba6 [2020-10-22T03:32:53.054Z] $ docker rm -f d58aea7f8ad5ca232a89fa853b0aa677c089a8a9c00f9c0d5fd20f8a1a193ba6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T03:32:53.550Z] + mkdir -p /w/workspace/edgex-go/203/clair-reports [Pipeline] echo [2020-10-22T03:32:53.566Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/203/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_276039d959642f82e27682464d1409e0b052ceab.html [Pipeline] writeFile [Pipeline] step [2020-10-22T03:32:53.619Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-22T03:32:54.158Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T03:32:54.211Z] provisioning config files... [2020-10-22T03:32:54.222Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/203@tmp/config4324337615920330593tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:32:54.598Z] --> edgex-publish-swagger.sh [2020-10-22T03:32:54.598Z] === Publish openapi/v1 API === [2020-10-22T03:32:54.598Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-22T03:32:54.598Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T03:32:54.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:32:54.598Z] Dload Upload Total Spent Left Speed [2020-10-22T03:32:55.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7593 0:00:01 0:00:01 --:--:-- 7596 100 10521 0 0 100 10521 0 7591 0:00:01 0:00:01 --:--:-- 7590 [2020-10-22T03:32:55.988Z] [2020-10-22T03:32:55.988Z] [2020-10-22T03:32:55.988Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T03:32:55.988Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:32:55.988Z] Dload Upload Total Spent Left Speed [2020-10-22T03:32:57.378Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29652 0:00:01 0:00:01 --:--:-- 29677 100 32556 0 0 100 32556 0 29647 0:00:01 0:00:01 --:--:-- 29677 [2020-10-22T03:32:57.378Z] [2020-10-22T03:32:57.378Z] [2020-10-22T03:32:57.378Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T03:32:57.378Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:32:57.378Z] Dload Upload Total Spent Left Speed [2020-10-22T03:32:58.323Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 66531 0:00:01 0:00:01 --:--:-- 66594 100 73720 0 0 100 73720 0 66517 0:00:01 0:00:01 --:--:-- 66534 [2020-10-22T03:32:58.323Z] [2020-10-22T03:32:58.323Z] [2020-10-22T03:32:58.323Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T03:32:58.323Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:32:58.323Z] Dload Upload Total Spent Left Speed [2020-10-22T03:32:59.281Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12149 0:00:01 0:00:01 --:--:-- 12157 100 13580 0 0 100 13580 0 12146 0:00:01 0:00:01 --:--:-- 12157 [2020-10-22T03:32:59.281Z] [2020-10-22T03:32:59.281Z] [2020-10-22T03:32:59.281Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T03:32:59.281Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:32:59.281Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:00.673Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36985 0:00:01 0:00:01 --:--:-- 37001 100 38889 0 0 100 38889 0 36979 0:00:01 0:00:01 --:--:-- 37001 [2020-10-22T03:33:00.673Z] [2020-10-22T03:33:00.673Z] [2020-10-22T03:33:00.673Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T03:33:00.673Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:00.673Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:01.621Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12813 0:00:01 0:00:01 --:--:-- 12824 100 14248 0 0 100 14248 0 12811 0:00:01 0:00:01 --:--:-- 12824 [2020-10-22T03:33:01.621Z] [2020-10-22T03:33:01.621Z] [2020-10-22T03:33:01.621Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T03:33:01.621Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:01.621Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:03.016Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3557 0:00:01 0:00:01 --:--:-- 3557 100 4109 0 0 100 4109 0 3556 0:00:01 0:00:01 --:--:-- 3554 [2020-10-22T03:33:03.016Z] [2020-10-22T03:33:03.016Z] [2020-10-22T03:33:03.016Z] === Publish openapi/v2 API === [2020-10-22T03:33:03.016Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-22T03:33:03.016Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T03:33:03.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:03.016Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:03.964Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24801 0:00:01 0:00:01 --:--:-- 24819 100 29535 0 0 100 29535 0 24797 0:00:01 0:00:01 --:--:-- 24819 [2020-10-22T03:33:03.964Z] [2020-10-22T03:33:03.964Z] [2020-10-22T03:33:03.964Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T03:33:03.964Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:03.964Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:05.622Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 54829 0:00:01 0:00:01 --:--:-- 54843 100 65648 0 0 100 65648 0 40707 0:00:01 0:00:01 --:--:-- 40724 [2020-10-22T03:33:05.622Z] [2020-10-22T03:33:05.622Z] [2020-10-22T03:33:05.622Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T03:33:05.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:05.622Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:06.579Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 107k 0:00:01 0:00:01 --:--:-- 107k 100 119k 0 0 100 119k 0 107k 0:00:01 0:00:01 --:--:-- 107k [2020-10-22T03:33:06.579Z] [2020-10-22T03:33:06.579Z] [2020-10-22T03:33:06.579Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T03:33:06.579Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:06.579Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:07.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20852 0:00:01 0:00:01 --:--:-- 20873 100 23691 0 0 100 23691 0 20849 0:00:01 0:00:01 --:--:-- 20854 [2020-10-22T03:33:07.973Z] [2020-10-22T03:33:07.973Z] [2020-10-22T03:33:07.973Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T03:33:07.973Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:07.973Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:08.921Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 59812 0:00:01 0:00:01 --:--:-- 59876 100 62691 0 0 100 62691 0 59802 0:00:01 0:00:01 --:--:-- 59819 [2020-10-22T03:33:08.921Z] [2020-10-22T03:33:08.921Z] [2020-10-22T03:33:08.921Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T03:33:08.921Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:08.921Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:10.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 40503 0:00:01 0:00:01 --:--:-- 40524 100 46198 0 0 100 46198 0 40497 0:00:01 0:00:01 --:--:-- 40524 [2020-10-22T03:33:10.309Z] [2020-10-22T03:33:10.309Z] [2020-10-22T03:33:10.309Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T03:33:10.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T03:33:10.309Z] Dload Upload Total Spent Left Speed [2020-10-22T03:33:11.256Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 23018 0:00:01 0:00:01 --:--:-- 23033 100 23725 0 0 100 23725 0 23012 0:00:01 0:00:01 --:--:-- 23033 [2020-10-22T03:33:11.256Z] [2020-10-22T03:33:11.256Z] [Pipeline] } [2020-10-22T03:33:11.267Z] 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-22T03:33:12.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T03:33:12.201Z] . [Pipeline] withDockerContainer [2020-10-22T03:33:12.346Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:33:12.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:33:13.330Z] $ docker top 92309cb146e863b023d0cb61757b6176394a1dd45dfe324f92d322a48a35a855 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T03:33:13.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T03:33:13.722Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T03:33:13.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T03:33:13.976Z] $ docker exec 92309cb146e863b023d0cb61757b6176394a1dd45dfe324f92d322a48a35a855 ssh-agent [2020-10-22T03:33:14.154Z] SSH_AUTH_SOCK=/tmp/ssh-mdtkplJBOlz1/agent.11 [2020-10-22T03:33:14.154Z] SSH_AGENT_PID=17 [2020-10-22T03:33:14.163Z] Running ssh-add (command line suppressed) [2020-10-22T03:33:14.300Z] Identity added: /w/workspace/edgex-go/203@tmp/private_key_2257308070619131414.key (/w/workspace/edgex-go/203@tmp/private_key_2257308070619131414.key) [2020-10-22T03:33:14.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T03:33:14.694Z] + git semver tag [2020-10-22T03:33:14.956Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T03:33:14.956Z] # $GIT_DIR = /w/workspace/edgex-go/203/.git [2020-10-22T03:33:14.956Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/203 [2020-10-22T03:33:14.956Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T03:33:14.956Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T03:33:14.956Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T03:33:14.956Z] # $SEMVER_BRANCH = master [2020-10-22T03:33:14.956Z] # $SEMVER_DIR = /w/workspace/edgex-go/203/.semver [2020-10-22T03:33:14.956Z] # 276039d959642f82e27682464d1409e0b052ceab HEAD [2020-10-22T03:33:15.219Z] # -> Force: false [2020-10-22T03:33:15.219Z] # 23a677cb9268501ca81ae97e4d4f76d4b28512bc refs/tags/v1.2.2-dev.87 [Pipeline] } [2020-10-22T03:33:15.233Z] $ docker exec --env ******** --env ******** 92309cb146e863b023d0cb61757b6176394a1dd45dfe324f92d322a48a35a855 ssh-agent -k [2020-10-22T03:33:15.365Z] unset SSH_AUTH_SOCK; [2020-10-22T03:33:15.365Z] unset SSH_AGENT_PID; [2020-10-22T03:33:15.365Z] echo Agent pid 17 killed; [2020-10-22T03:33:15.420Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T03:33:15.953Z] + git semver [Pipeline] } [2020-10-22T03:33:15.972Z] $ docker stop --time=1 92309cb146e863b023d0cb61757b6176394a1dd45dfe324f92d322a48a35a855 [2020-10-22T03:33:17.643Z] $ docker rm -f 92309cb146e863b023d0cb61757b6176394a1dd45dfe324f92d322a48a35a855 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:33:18.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T03:33:18.357Z] [2020-10-22T03:33:18.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:33:18.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T03:33:18.718Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-22T03:33:18.718Z] ab5ef0e58194: Pulling fs layer [2020-10-22T03:33:18.718Z] 9712f1f96733: Pulling fs layer [2020-10-22T03:33:18.718Z] 63f879dbbcfc: Pulling fs layer [2020-10-22T03:33:18.718Z] 0d9ebad4ef96: Pulling fs layer [2020-10-22T03:33:18.718Z] e9a5061849ea: Pulling fs layer [2020-10-22T03:33:18.718Z] d747dcd14b5f: Pulling fs layer [2020-10-22T03:33:18.718Z] 2de7ff778b66: Pulling fs layer [2020-10-22T03:33:18.718Z] d747dcd14b5f: Waiting [2020-10-22T03:33:18.718Z] e9a5061849ea: Waiting [2020-10-22T03:33:18.718Z] 2de7ff778b66: Waiting [2020-10-22T03:33:18.718Z] 0d9ebad4ef96: Waiting [2020-10-22T03:33:18.718Z] 9712f1f96733: Verifying Checksum [2020-10-22T03:33:18.718Z] 9712f1f96733: Download complete [2020-10-22T03:33:21.288Z] 63f879dbbcfc: Verifying Checksum [2020-10-22T03:33:21.288Z] 63f879dbbcfc: Download complete [2020-10-22T03:33:21.551Z] e9a5061849ea: Verifying Checksum [2020-10-22T03:33:21.551Z] e9a5061849ea: Download complete [2020-10-22T03:33:21.551Z] d747dcd14b5f: Verifying Checksum [2020-10-22T03:33:21.551Z] d747dcd14b5f: Download complete [2020-10-22T03:33:21.816Z] 0d9ebad4ef96: Verifying Checksum [2020-10-22T03:33:21.816Z] 0d9ebad4ef96: Download complete [2020-10-22T03:33:22.079Z] 2de7ff778b66: Verifying Checksum [2020-10-22T03:33:22.079Z] 2de7ff778b66: Download complete [2020-10-22T03:33:22.342Z] ab5ef0e58194: Verifying Checksum [2020-10-22T03:33:22.342Z] ab5ef0e58194: Download complete [2020-10-22T03:33:27.668Z] ab5ef0e58194: Pull complete [2020-10-22T03:33:27.668Z] 9712f1f96733: Pull complete [2020-10-22T03:33:29.594Z] 63f879dbbcfc: Pull complete [2020-10-22T03:33:36.221Z] 0d9ebad4ef96: Pull complete [2020-10-22T03:33:37.612Z] e9a5061849ea: Pull complete [2020-10-22T03:33:37.875Z] d747dcd14b5f: Pull complete [2020-10-22T03:33:41.192Z] 2de7ff778b66: Pull complete [2020-10-22T03:33:41.192Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-22T03:33:41.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T03:33:41.192Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-22T03:33:41.456Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:33:41.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:33:44.792Z] $ docker top ad9fa8384bd168bfe696e56fa70f8fec81c9f85b606362d0b52f2903e0c99bbc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-22T03:33:45.125Z] provisioning config files... [2020-10-22T03:33:45.135Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/203@tmp/config5051951430053338383tmp [2020-10-22T03:33:45.164Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/203@tmp/config965294071716467950tmp [2020-10-22T03:33:45.180Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/203@tmp/config5799194341781324697tmp [Pipeline] { [Pipeline] echo [2020-10-22T03:33:45.238Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:33:45.544Z] ---> sigul-configuration.sh [2020-10-22T03:33:45.545Z] gpg: directory `/root/.gnupg' created [2020-10-22T03:33:45.545Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-22T03:33:45.545Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-22T03:33:45.545Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-22T03:33:45.545Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-22T03:33:45.545Z] gpg: CAST5 encrypted data [2020-10-22T03:33:45.809Z] gpg: encrypted with 1 passphrase [2020-10-22T03:33:45.809Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-22T03:33:46.128Z] + mkdir /home/jenkins [2020-10-22T03:33:46.128Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-22T03:33:46.431Z] + 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-22T03:33:46.442Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:33:46.742Z] ---> sigul-install.sh [2020-10-22T03:33:53.349Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-22T03:33:53.663Z] + git tag --list [2020-10-22T03:33:53.663Z] 0.6.0 [2020-10-22T03:33:53.663Z] 0.6.1 [2020-10-22T03:33:53.663Z] 0.7.0 [2020-10-22T03:33:53.663Z] 0.7.1 [2020-10-22T03:33:53.663Z] v1.0.0 [2020-10-22T03:33:53.663Z] v1.0.1 [2020-10-22T03:33:53.663Z] v1.1.0 [2020-10-22T03:33:53.663Z] v1.2.0 [2020-10-22T03:33:53.663Z] v1.2.1 [2020-10-22T03:33:53.663Z] v1.2.2-dev.1 [2020-10-22T03:33:53.663Z] v1.2.2-dev.10 [2020-10-22T03:33:53.663Z] v1.2.2-dev.11 [2020-10-22T03:33:53.663Z] v1.2.2-dev.12 [2020-10-22T03:33:53.663Z] v1.2.2-dev.13 [2020-10-22T03:33:53.663Z] v1.2.2-dev.14 [2020-10-22T03:33:53.663Z] v1.2.2-dev.15 [2020-10-22T03:33:53.663Z] v1.2.2-dev.16 [2020-10-22T03:33:53.663Z] v1.2.2-dev.17 [2020-10-22T03:33:53.663Z] v1.2.2-dev.18 [2020-10-22T03:33:53.663Z] v1.2.2-dev.19 [2020-10-22T03:33:53.663Z] v1.2.2-dev.2 [2020-10-22T03:33:53.663Z] v1.2.2-dev.20 [2020-10-22T03:33:53.663Z] v1.2.2-dev.21 [2020-10-22T03:33:53.663Z] v1.2.2-dev.22 [2020-10-22T03:33:53.663Z] v1.2.2-dev.23 [2020-10-22T03:33:53.663Z] v1.2.2-dev.24 [2020-10-22T03:33:53.663Z] v1.2.2-dev.25 [2020-10-22T03:33:53.663Z] v1.2.2-dev.26 [2020-10-22T03:33:53.663Z] v1.2.2-dev.27 [2020-10-22T03:33:53.663Z] v1.2.2-dev.28 [2020-10-22T03:33:53.663Z] v1.2.2-dev.29 [2020-10-22T03:33:53.663Z] v1.2.2-dev.3 [2020-10-22T03:33:53.663Z] v1.2.2-dev.30 [2020-10-22T03:33:53.663Z] v1.2.2-dev.31 [2020-10-22T03:33:53.663Z] v1.2.2-dev.32 [2020-10-22T03:33:53.663Z] v1.2.2-dev.33 [2020-10-22T03:33:53.663Z] v1.2.2-dev.34 [2020-10-22T03:33:53.663Z] v1.2.2-dev.35 [2020-10-22T03:33:53.663Z] v1.2.2-dev.36 [2020-10-22T03:33:53.663Z] v1.2.2-dev.37 [2020-10-22T03:33:53.663Z] v1.2.2-dev.38 [2020-10-22T03:33:53.663Z] v1.2.2-dev.39 [2020-10-22T03:33:53.663Z] v1.2.2-dev.4 [2020-10-22T03:33:53.663Z] v1.2.2-dev.40 [2020-10-22T03:33:53.663Z] v1.2.2-dev.41 [2020-10-22T03:33:53.663Z] v1.2.2-dev.42 [2020-10-22T03:33:53.663Z] v1.2.2-dev.43 [2020-10-22T03:33:53.663Z] v1.2.2-dev.44 [2020-10-22T03:33:53.663Z] v1.2.2-dev.45 [2020-10-22T03:33:53.663Z] v1.2.2-dev.46 [2020-10-22T03:33:53.663Z] v1.2.2-dev.47 [2020-10-22T03:33:53.663Z] v1.2.2-dev.48 [2020-10-22T03:33:53.663Z] v1.2.2-dev.49 [2020-10-22T03:33:53.663Z] v1.2.2-dev.5 [2020-10-22T03:33:53.663Z] v1.2.2-dev.50 [2020-10-22T03:33:53.663Z] v1.2.2-dev.51 [2020-10-22T03:33:53.663Z] v1.2.2-dev.52 [2020-10-22T03:33:53.663Z] v1.2.2-dev.53 [2020-10-22T03:33:53.663Z] v1.2.2-dev.54 [2020-10-22T03:33:53.663Z] v1.2.2-dev.55 [2020-10-22T03:33:53.663Z] v1.2.2-dev.56 [2020-10-22T03:33:53.663Z] v1.2.2-dev.57 [2020-10-22T03:33:53.663Z] v1.2.2-dev.58 [2020-10-22T03:33:53.663Z] v1.2.2-dev.59 [2020-10-22T03:33:53.663Z] v1.2.2-dev.6 [2020-10-22T03:33:53.663Z] v1.2.2-dev.60 [2020-10-22T03:33:53.663Z] v1.2.2-dev.61 [2020-10-22T03:33:53.663Z] v1.2.2-dev.62 [2020-10-22T03:33:53.663Z] v1.2.2-dev.63 [2020-10-22T03:33:53.663Z] v1.2.2-dev.64 [2020-10-22T03:33:53.663Z] v1.2.2-dev.65 [2020-10-22T03:33:53.663Z] v1.2.2-dev.66 [2020-10-22T03:33:53.663Z] v1.2.2-dev.67 [2020-10-22T03:33:53.663Z] v1.2.2-dev.68 [2020-10-22T03:33:53.663Z] v1.2.2-dev.69 [2020-10-22T03:33:53.663Z] v1.2.2-dev.7 [2020-10-22T03:33:53.663Z] v1.2.2-dev.70 [2020-10-22T03:33:53.663Z] v1.2.2-dev.71 [2020-10-22T03:33:53.663Z] v1.2.2-dev.72 [2020-10-22T03:33:53.663Z] v1.2.2-dev.73 [2020-10-22T03:33:53.663Z] v1.2.2-dev.74 [2020-10-22T03:33:53.663Z] v1.2.2-dev.75 [2020-10-22T03:33:53.663Z] v1.2.2-dev.76 [2020-10-22T03:33:53.663Z] v1.2.2-dev.77 [2020-10-22T03:33:53.663Z] v1.2.2-dev.78 [2020-10-22T03:33:53.663Z] v1.2.2-dev.79 [2020-10-22T03:33:53.663Z] v1.2.2-dev.8 [2020-10-22T03:33:53.663Z] v1.2.2-dev.80 [2020-10-22T03:33:53.663Z] v1.2.2-dev.81 [2020-10-22T03:33:53.663Z] v1.2.2-dev.82 [2020-10-22T03:33:53.663Z] v1.2.2-dev.83 [2020-10-22T03:33:53.663Z] v1.2.2-dev.84 [2020-10-22T03:33:53.663Z] v1.2.2-dev.85 [2020-10-22T03:33:53.663Z] v1.2.2-dev.86 [2020-10-22T03:33:53.663Z] v1.2.2-dev.87 [2020-10-22T03:33:53.663Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-22T03:33:53.963Z] + lftools sign git-tag v1.2.2-dev.87 [2020-10-22T03:33:55.364Z] Signing Git tag with Sigul... [2020-10-22T03:33:55.364Z] Signing v1.2.2-dev.87 [Pipeline] echo [2020-10-22T03:33:57.302Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:33:57.611Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-22T03:33:57.621Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-22T03:33:57.735Z] $ docker stop --time=1 ad9fa8384bd168bfe696e56fa70f8fec81c9f85b606362d0b52f2903e0c99bbc [2020-10-22T03:34:00.096Z] $ docker rm -f ad9fa8384bd168bfe696e56fa70f8fec81c9f85b606362d0b52f2903e0c99bbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:34:01.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T03:34:01.059Z] . [Pipeline] withDockerContainer [2020-10-22T03:34:01.187Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:34:01.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:34:02.071Z] $ docker top c95e1e075f5821b3b82d8fed69d02a38918195b5afc688b5ab3c953adad11523 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T03:34:02.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T03:34:02.441Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T03:34:02.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T03:34:02.687Z] $ docker exec c95e1e075f5821b3b82d8fed69d02a38918195b5afc688b5ab3c953adad11523 ssh-agent [2020-10-22T03:34:02.899Z] SSH_AUTH_SOCK=/tmp/ssh-MYib5aXgrJVE/agent.11 [2020-10-22T03:34:02.899Z] SSH_AGENT_PID=17 [2020-10-22T03:34:02.908Z] Running ssh-add (command line suppressed) [2020-10-22T03:34:03.046Z] Identity added: /w/workspace/edgex-go/203@tmp/private_key_452796439114668225.key (/w/workspace/edgex-go/203@tmp/private_key_452796439114668225.key) [2020-10-22T03:34:03.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T03:34:03.455Z] + git semver bump pre [2020-10-22T03:34:03.455Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T03:34:03.455Z] # $GIT_DIR = /w/workspace/edgex-go/203/.git [2020-10-22T03:34:03.455Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/203 [2020-10-22T03:34:03.455Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T03:34:03.455Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T03:34:03.455Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T03:34:03.455Z] # $SEMVER_BRANCH = master [2020-10-22T03:34:03.455Z] # $SEMVER_DIR = /w/workspace/edgex-go/203/.semver [2020-10-22T03:34:03.455Z] 1.2.2-dev.88 [Pipeline] } [2020-10-22T03:34:03.471Z] $ docker exec --env ******** --env ******** c95e1e075f5821b3b82d8fed69d02a38918195b5afc688b5ab3c953adad11523 ssh-agent -k [2020-10-22T03:34:03.592Z] unset SSH_AUTH_SOCK; [2020-10-22T03:34:03.592Z] unset SSH_AGENT_PID; [2020-10-22T03:34:03.592Z] echo Agent pid 17 killed; [2020-10-22T03:34:03.647Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T03:34:04.153Z] + git semver [Pipeline] } [2020-10-22T03:34:04.191Z] $ docker stop --time=1 c95e1e075f5821b3b82d8fed69d02a38918195b5afc688b5ab3c953adad11523 [2020-10-22T03:34:05.560Z] $ docker rm -f c95e1e075f5821b3b82d8fed69d02a38918195b5afc688b5ab3c953adad11523 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:34:06.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T03:34:06.123Z] . [Pipeline] withDockerContainer [2020-10-22T03:34:06.244Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:34:06.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:34:07.139Z] $ docker top f8b18d6eb8de606447da5cb0edaadfb32d8ef909b18a961f5d9d75bd878844a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T03:34:07.532Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T03:34:07.532Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T03:34:07.755Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T03:34:07.768Z] $ docker exec f8b18d6eb8de606447da5cb0edaadfb32d8ef909b18a961f5d9d75bd878844a7 ssh-agent [2020-10-22T03:34:07.963Z] SSH_AUTH_SOCK=/tmp/ssh-L2fdhpfCBNTz/agent.11 [2020-10-22T03:34:07.963Z] SSH_AGENT_PID=16 [2020-10-22T03:34:07.972Z] Running ssh-add (command line suppressed) [2020-10-22T03:34:08.107Z] Identity added: /w/workspace/edgex-go/203@tmp/private_key_6337174777016215106.key (/w/workspace/edgex-go/203@tmp/private_key_6337174777016215106.key) [2020-10-22T03:34:08.170Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T03:34:08.525Z] + git semver push [2020-10-22T03:34:08.525Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T03:34:08.525Z] # $GIT_DIR = /w/workspace/edgex-go/203/.git [2020-10-22T03:34:08.525Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/203 [2020-10-22T03:34:08.525Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T03:34:08.525Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T03:34:08.525Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T03:34:08.525Z] # $SEMVER_BRANCH = master [2020-10-22T03:34:08.525Z] # $SEMVER_DIR = /w/workspace/edgex-go/203/.semver [Pipeline] } [2020-10-22T03:34:18.583Z] $ docker exec --env ******** --env ******** f8b18d6eb8de606447da5cb0edaadfb32d8ef909b18a961f5d9d75bd878844a7 ssh-agent -k [2020-10-22T03:34:18.708Z] unset SSH_AUTH_SOCK; [2020-10-22T03:34:18.708Z] unset SSH_AGENT_PID; [2020-10-22T03:34:18.708Z] echo Agent pid 16 killed; [2020-10-22T03:34:18.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T03:34:19.406Z] + git semver [Pipeline] } [2020-10-22T03:34:19.429Z] $ docker stop --time=1 f8b18d6eb8de606447da5cb0edaadfb32d8ef909b18a961f5d9d75bd878844a7 [2020-10-22T03:34:20.789Z] $ docker rm -f f8b18d6eb8de606447da5cb0edaadfb32d8ef909b18a961f5d9d75bd878844a7 [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-22T03:34:22.211Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:34:23.124Z] ---> package-listing.sh [2020-10-22T03:34:23.124Z] ++ facter osfamily [2020-10-22T03:34:23.124Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T03:34:23.124Z] + OS_FAMILY=redhat [2020-10-22T03:34:23.124Z] + workspace=/w/workspace/edgex-go/203 [2020-10-22T03:34:23.124Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T03:34:23.124Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T03:34:23.124Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T03:34:23.124Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T03:34:23.124Z] + '[' /w/workspace/edgex-go/203 ']' [2020-10-22T03:34:23.124Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T03:34:23.124Z] + case "${OS_FAMILY}" in [2020-10-22T03:34:23.124Z] + rpm -qa [2020-10-22T03:34:23.124Z] + sort [2020-10-22T03:34:27.364Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T03:34:27.364Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T03:34:27.364Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T03:34:27.364Z] + '[' /w/workspace/edgex-go/203 ']' [2020-10-22T03:34:27.364Z] + mkdir -p /w/workspace/edgex-go/203/archives/ [2020-10-22T03:34:27.364Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/203/archives/ [Pipeline] echo [2020-10-22T03:34:27.378Z] 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/203/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T03:34:27.670Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:34:27.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T03:34:27.984Z] [2020-10-22T03:34:27.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T03:34:28.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T03:34:28.344Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T03:34:28.344Z] df20fa9351a1: Already exists [2020-10-22T03:34:28.344Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T03:34:28.344Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T03:34:28.344Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T03:34:28.344Z] 93b61091891f: Pulling fs layer [2020-10-22T03:34:28.344Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T03:34:28.344Z] 5e14af77c1be: Pulling fs layer [2020-10-22T03:34:28.344Z] 01666e4c0597: Pulling fs layer [2020-10-22T03:34:28.344Z] aa168da1d23b: Pulling fs layer [2020-10-22T03:34:28.344Z] 5e14af77c1be: Waiting [2020-10-22T03:34:28.344Z] aa168da1d23b: Waiting [2020-10-22T03:34:28.344Z] 93b9cdb0e59b: Waiting [2020-10-22T03:34:28.344Z] 93b61091891f: Waiting [2020-10-22T03:34:28.344Z] 46f8f816bc3b: Download complete [2020-10-22T03:34:28.344Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T03:34:28.344Z] 36b3adc4ff6f: Download complete [2020-10-22T03:34:28.612Z] 93b9cdb0e59b: Download complete [2020-10-22T03:34:28.612Z] 5e14af77c1be: Verifying Checksum [2020-10-22T03:34:28.612Z] 5e14af77c1be: Download complete [2020-10-22T03:34:28.612Z] 01666e4c0597: Verifying Checksum [2020-10-22T03:34:28.612Z] 01666e4c0597: Download complete [2020-10-22T03:34:28.612Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T03:34:28.612Z] 8ad3a11d3b57: Download complete [2020-10-22T03:34:28.874Z] 36b3adc4ff6f: Pull complete [2020-10-22T03:34:29.461Z] 8ad3a11d3b57: Pull complete [2020-10-22T03:34:29.461Z] 46f8f816bc3b: Pull complete [2020-10-22T03:34:30.053Z] 93b61091891f: Pull complete [2020-10-22T03:34:30.053Z] 93b9cdb0e59b: Pull complete [2020-10-22T03:34:31.029Z] aa168da1d23b: Verifying Checksum [2020-10-22T03:34:31.029Z] aa168da1d23b: Download complete [2020-10-22T03:34:31.291Z] 5e14af77c1be: Pull complete [2020-10-22T03:34:31.562Z] 01666e4c0597: Pull complete [2020-10-22T03:34:39.766Z] aa168da1d23b: Pull complete [2020-10-22T03:34:39.766Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T03:34:39.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T03:34:39.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T03:34:39.959Z] prd-centos7-docker-4c-2g-8122 does not seem to be running inside a container [2020-10-22T03:34:40.015Z] $ 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/203/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/203 -v /w/workspace/edgex-go/203:/w/workspace/edgex-go/203:rw,z -v /w/workspace/edgex-go/203@tmp:/w/workspace/edgex-go/203@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T03:34:43.327Z] $ docker top dab36d40df3d1de81f57be25d88011e6d8626af1e7d2dfb441f97fefc4e4d96f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T03:34:43.911Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T03:34:44.235Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T03:34:44.544Z] + ls /var/log/sa-host [2020-10-22T03:34:44.544Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T03:34:44.544Z] file_magic: OK [2020-10-22T03:34:44.544Z] HZ: Using current value: 100 [2020-10-22T03:34:44.544Z] file_header: OK [2020-10-22T03:34:44.544Z] 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-22T03:34:44.544Z] Statistics: [2020-10-22T03:34:44.544Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T03:34:44.544Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T03:34:44.544Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T03:34:44.544Z] file_magic: OK [2020-10-22T03:34:44.544Z] HZ: Using current value: 100 [2020-10-22T03:34:44.544Z] file_header: OK [2020-10-22T03:34:44.544Z] 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-22T03:34:44.544Z] Statistics: [2020-10-22T03:34:44.544Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T03:34:44.544Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T03:34:44.851Z] provisioning config files... [2020-10-22T03:34:44.875Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/203@tmp/config5477233152745884976tmp [Pipeline] { [Pipeline] echo [2020-10-22T03:34:44.953Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:34:45.257Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T03:34:45.269Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T03:34:45.377Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:34:45.677Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T03:34:45.690Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:34:46.014Z] ---> sudo-logs.sh [2020-10-22T03:34:46.014Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T03:34:46.040Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:34:47.684Z] ---> job-cost.sh [2020-10-22T03:34:47.684Z] lf-activate-venv: SKIPPING [2020-10-22T03:34:47.684Z] INFO: No Stack... [2020-10-22T03:34:49.077Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T03:34:49.339Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T03:34:49.353Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T03:34:49.653Z] ---> logs-deploy.sh [2020-10-22T03:34:49.653Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/203 [2020-10-22T03:34:49.653Z] INFO: archiving workspace using pattern(s): [2020-10-22T03:34:51.577Z] Archives upload complete. [2020-10-22T03:34:51.577Z] INFO: archiving logs to Nexus