Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d526b796bde0de554c29e9af20c0780a06d0fb4a # timeout=10 Commit message: "Merge pull request #293 from ernestojeda/test-flags" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11294 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/221 [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/221 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 Commit message: "Merge pull request #2871 from siggiskulason/remove-snap-symlink" > git rev-list --no-walk 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-05T19:46:34.895Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-05T19:46:35.210Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-05T19:46:35.363Z] ========================================================= [2020-11-05T19:46:35.363Z] EdgeX Global Pipelines Version Info [2020-11-05T19:46:35.363Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-05T19:46:36.885Z] ------------------- [2020-11-05T19:46:36.886Z] stable info: [2020-11-05T19:46:36.886Z] ------------------- [2020-11-05T19:46:36.886Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-05T19:46:36.886Z] Commit SHA: d526b796bde0de554c29e9af20c0780a06d0fb4a [2020-11-05T19:46:36.886Z] Message: update stable to v1.0.160 [2020-11-05T19:46:37.835Z] ------------------- [2020-11-05T19:46:37.835Z] experimental info: [2020-11-05T19:46:37.835Z] ------------------- [2020-11-05T19:46:37.835Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-05T19:46:37.835Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-05T19:46:37.835Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-05T19:46:38.219Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-05T19:46:38.334Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-05T19:46:38.438Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-05T19:46:38.552Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-05T19:46:38.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-05T19:46:38.756Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-05T19:46:38.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-05T19:46:39.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-05T19:46:39.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-05T19:46:39.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-05T19:46:39.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-05T19:46:39.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-05T19:46:39.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-05T19:46:39.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-05T19:46:39.706Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-05T19:46:39.797Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-05T19:46:39.889Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-05T19:46:39.985Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-05T19:46:40.078Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-05T19:46:40.189Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-05T19:46:40.282Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-05T19:46:40.497Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-05T19:46:40.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-05T19:46:40.891Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-05T19:46:40.995Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-05T19:46:41.090Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] echo [2020-11-05T19:46:41.184Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d06cbb [Pipeline] echo [2020-11-05T19:46:41.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-11-05T19:46:41.675Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/core-command/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/core-data/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-05T19:46:41.675Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-05T19:46:41.675Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-05T19:46:41.675Z] ++ cut -d/ -f2 [2020-11-05T19:46:41.675Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-05T19:46:41.753Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-11-05T19:46:43.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-05T19:46:43.928Z] [2020-11-05T19:46:43.928Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:46:44.289Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-05T19:46:44.289Z] latest: Pulling from edgex-devops/git-semver [2020-11-05T19:46:44.289Z] 31603596830f: Pulling fs layer [2020-11-05T19:46:44.289Z] 2a8b12db71e7: Pulling fs layer [2020-11-05T19:46:44.289Z] 6ca5941a6612: Pulling fs layer [2020-11-05T19:46:44.289Z] ecc8261a40a4: Pulling fs layer [2020-11-05T19:46:44.289Z] ecc8261a40a4: Waiting [2020-11-05T19:46:44.289Z] 2a8b12db71e7: Download complete [2020-11-05T19:46:44.561Z] 31603596830f: Verifying Checksum [2020-11-05T19:46:44.561Z] 31603596830f: Download complete [2020-11-05T19:46:44.561Z] ecc8261a40a4: Verifying Checksum [2020-11-05T19:46:44.561Z] ecc8261a40a4: Download complete [2020-11-05T19:46:44.835Z] 6ca5941a6612: Verifying Checksum [2020-11-05T19:46:44.835Z] 6ca5941a6612: Download complete [2020-11-05T19:46:44.835Z] 31603596830f: Pull complete [2020-11-05T19:46:45.098Z] 2a8b12db71e7: Pull complete [2020-11-05T19:46:46.048Z] 6ca5941a6612: Pull complete [2020-11-05T19:46:46.048Z] ecc8261a40a4: Pull complete [2020-11-05T19:46:46.048Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-05T19:46:46.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-05T19:46:46.048Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-05T19:46:46.160Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container [2020-11-05T19:46:46.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:46:48.780Z] $ docker top 227ba2ec5486efed2fc19cc3245b37993fff777459524b23d9c6d143882c05ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-05T19:46:49.093Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-05T19:46:49.094Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-05T19:46:49.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-05T19:46:49.321Z] $ docker exec 227ba2ec5486efed2fc19cc3245b37993fff777459524b23d9c6d143882c05ce ssh-agent [2020-11-05T19:46:49.494Z] SSH_AUTH_SOCK=/tmp/ssh-noYtMqaSaDVM/agent.11 [2020-11-05T19:46:49.494Z] SSH_AGENT_PID=16 [2020-11-05T19:46:49.508Z] Running ssh-add (command line suppressed) [2020-11-05T19:46:49.653Z] Identity added: /w/workspace/edgex-go/221@tmp/private_key_3180444855791528558.key (/w/workspace/edgex-go/221@tmp/private_key_3180444855791528558.key) [2020-11-05T19:46:49.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-05T19:46:50.040Z] + git tag --points-at HEAD [Pipeline] } [2020-11-05T19:46:50.066Z] $ docker exec --env ******** --env ******** 227ba2ec5486efed2fc19cc3245b37993fff777459524b23d9c6d143882c05ce ssh-agent -k [2020-11-05T19:46:50.186Z] unset SSH_AUTH_SOCK; [2020-11-05T19:46:50.186Z] unset SSH_AGENT_PID; [2020-11-05T19:46:50.187Z] echo Agent pid 16 killed; [2020-11-05T19:46:50.232Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-05T19:46:50.433Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-05T19:46:50.433Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-05T19:46:50.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-05T19:46:50.622Z] $ docker exec 227ba2ec5486efed2fc19cc3245b37993fff777459524b23d9c6d143882c05ce ssh-agent [2020-11-05T19:46:50.788Z] SSH_AUTH_SOCK=/tmp/ssh-uEaR7kfAVV2S/agent.46 [2020-11-05T19:46:50.788Z] SSH_AGENT_PID=52 [2020-11-05T19:46:50.796Z] Running ssh-add (command line suppressed) [2020-11-05T19:46:50.924Z] Identity added: /w/workspace/edgex-go/221@tmp/private_key_4747353789239619046.key (/w/workspace/edgex-go/221@tmp/private_key_4747353789239619046.key) [2020-11-05T19:46:50.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-05T19:46:51.317Z] + git semver init [2020-11-05T19:46:51.317Z] # -> Open(): unable to determine branch for HEAD [2020-11-05T19:46:51.317Z] # $GIT_DIR = /w/workspace/edgex-go/221/.git [2020-11-05T19:46:51.317Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/221 [2020-11-05T19:46:51.317Z] # $SEMVER_REMOTE_NAME = origin [2020-11-05T19:46:51.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-05T19:46:51.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-05T19:46:51.317Z] # $SEMVER_BRANCH = master [2020-11-05T19:46:51.317Z] # $SEMVER_TEMP = /tmp/semver-646952189 [2020-11-05T19:46:51.317Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-05T19:47:13.332Z] # '/tmp/semver-646952189' -> '/w/workspace/edgex-go/221/.semver' [2020-11-05T19:47:13.332Z] # -> Force: false [2020-11-05T19:47:13.332Z] # $SEMVER_DIR = /w/workspace/edgex-go/221/.semver [Pipeline] } [2020-11-05T19:47:13.350Z] $ docker exec --env ******** --env ******** 227ba2ec5486efed2fc19cc3245b37993fff777459524b23d9c6d143882c05ce ssh-agent -k [2020-11-05T19:47:13.648Z] unset SSH_AUTH_SOCK; [2020-11-05T19:47:13.649Z] unset SSH_AGENT_PID; [2020-11-05T19:47:13.649Z] echo Agent pid 52 killed; [2020-11-05T19:47:13.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-05T19:47:14.255Z] + git semver [Pipeline] } [2020-11-05T19:47:14.277Z] $ docker stop --time=1 227ba2ec5486efed2fc19cc3245b37993fff777459524b23d9c6d143882c05ce [2020-11-05T19:47:16.110Z] $ docker rm -f 227ba2ec5486efed2fc19cc3245b37993fff777459524b23d9c6d143882c05ce [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-05T19:47:16.642Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-05T19:47:17.178Z] Stashed 1 file(s) [Pipeline] echo [2020-11-05T19:47:17.181Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.105 [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-11-05T19:47:17.833Z] ========================================================= [2020-11-05T19:47:17.833Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-05T19:47:17.833Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:47:18.186Z] + 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-11-05T19:47:22.447Z] Sending build context to Docker daemon 325.8MB [2020-11-05T19:47:22.447Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-05T19:47:22.447Z] Step 2/7 : FROM ${BASE} [2020-11-05T19:47:22.447Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-05T19:47:22.447Z] df20fa9351a1: Pulling fs layer [2020-11-05T19:47:22.447Z] ed8968b2872e: Pulling fs layer [2020-11-05T19:47:22.447Z] a92cc7c5fd73: Pulling fs layer [2020-11-05T19:47:22.447Z] e871e8e8d7a9: Pulling fs layer [2020-11-05T19:47:22.447Z] e73272ec9a57: Pulling fs layer [2020-11-05T19:47:22.447Z] 1e910a182e73: Pulling fs layer [2020-11-05T19:47:22.447Z] 4e634b169226: Pulling fs layer [2020-11-05T19:47:22.447Z] e871e8e8d7a9: Waiting [2020-11-05T19:47:22.447Z] e73272ec9a57: Waiting [2020-11-05T19:47:22.447Z] 4e634b169226: Waiting [2020-11-05T19:47:22.447Z] a92cc7c5fd73: Verifying Checksum [2020-11-05T19:47:22.447Z] a92cc7c5fd73: Download complete [2020-11-05T19:47:22.447Z] ed8968b2872e: Download complete [2020-11-05T19:47:22.447Z] e73272ec9a57: Download complete [2020-11-05T19:47:22.447Z] 1e910a182e73: Verifying Checksum [2020-11-05T19:47:22.447Z] 1e910a182e73: Download complete [2020-11-05T19:47:22.447Z] df20fa9351a1: Verifying Checksum [2020-11-05T19:47:22.447Z] df20fa9351a1: Download complete [2020-11-05T19:47:22.712Z] df20fa9351a1: Pull complete [2020-11-05T19:47:22.975Z] ed8968b2872e: Pull complete [2020-11-05T19:47:22.975Z] a92cc7c5fd73: Pull complete [2020-11-05T19:47:24.905Z] 4e634b169226: Verifying Checksum [2020-11-05T19:47:24.905Z] 4e634b169226: Download complete [2020-11-05T19:47:25.483Z] e871e8e8d7a9: Verifying Checksum [2020-11-05T19:47:25.483Z] e871e8e8d7a9: Download complete [2020-11-05T19:47:30.822Z] e871e8e8d7a9: Pull complete [2020-11-05T19:47:30.822Z] e73272ec9a57: Pull complete [2020-11-05T19:47:30.822Z] 1e910a182e73: Pull complete [2020-11-05T19:47:32.603Z] Still waiting to schedule task [2020-11-05T19:47:32.604Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline [2020-11-05T19:47:36.141Z] 4e634b169226: Pull complete [2020-11-05T19:47:36.141Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-05T19:47:36.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-05T19:47:36.141Z] ---> f7629b54cfaa [2020-11-05T19:47:36.141Z] 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-11-05T19:47:36.720Z] ---> Running in d1fa50b9f7bd [2020-11-05T19:47:37.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:47:38.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:47:38.836Z] (1/12) Installing libmagic (5.38-r0) [2020-11-05T19:47:39.413Z] (2/12) Installing file (5.38-r0) [2020-11-05T19:47:39.413Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-05T19:47:39.678Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-05T19:47:44.987Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-05T19:47:44.987Z] (6/12) Installing patch (2.7.6-r6) [2020-11-05T19:47:44.987Z] (7/12) Installing build-base (0.5-r2) [2020-11-05T19:47:44.987Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-05T19:47:44.987Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-05T19:47:44.987Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-05T19:47:44.988Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-05T19:47:44.988Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-05T19:47:44.988Z] Executing busybox-1.31.1-r16.trigger [2020-11-05T19:47:45.251Z] OK: 233 MiB in 51 packages [2020-11-05T19:47:48.573Z] Removing intermediate container d1fa50b9f7bd [2020-11-05T19:47:48.573Z] ---> b65aa95ff7f9 [2020-11-05T19:47:48.573Z] Step 4/7 : WORKDIR /edgex-go [2020-11-05T19:47:48.837Z] ---> Running in 70512a6534b2 [2020-11-05T19:47:48.838Z] Removing intermediate container 70512a6534b2 [2020-11-05T19:47:48.838Z] ---> e6591a8a4e26 [2020-11-05T19:47:48.838Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-05T19:47:49.412Z] latest: Pulling from library/docker [2020-11-05T19:47:49.412Z] 188c0c94c7c5: Pulling fs layer [2020-11-05T19:47:49.412Z] 0c7c675703d6: Pulling fs layer [2020-11-05T19:47:49.412Z] cc8c12a437cb: Pulling fs layer [2020-11-05T19:47:49.412Z] c5dafad2182a: Pulling fs layer [2020-11-05T19:47:49.412Z] 5aa711733414: Pulling fs layer [2020-11-05T19:47:49.412Z] 058f73b55e4b: Pulling fs layer [2020-11-05T19:47:49.412Z] 8c9c664faf12: Pulling fs layer [2020-11-05T19:47:49.412Z] 5aa711733414: Waiting [2020-11-05T19:47:49.412Z] 058f73b55e4b: Waiting [2020-11-05T19:47:49.412Z] 8c9c664faf12: Waiting [2020-11-05T19:47:49.412Z] c5dafad2182a: Waiting [2020-11-05T19:47:49.682Z] cc8c12a437cb: Verifying Checksum [2020-11-05T19:47:49.682Z] cc8c12a437cb: Download complete [2020-11-05T19:47:49.682Z] 0c7c675703d6: Download complete [2020-11-05T19:47:49.682Z] 188c0c94c7c5: Verifying Checksum [2020-11-05T19:47:49.682Z] 188c0c94c7c5: Download complete [2020-11-05T19:47:49.958Z] 5aa711733414: Verifying Checksum [2020-11-05T19:47:49.958Z] 5aa711733414: Download complete [2020-11-05T19:47:49.958Z] 058f73b55e4b: Verifying Checksum [2020-11-05T19:47:49.958Z] 058f73b55e4b: Download complete [2020-11-05T19:47:49.958Z] 188c0c94c7c5: Pull complete [2020-11-05T19:47:49.958Z] 8c9c664faf12: Verifying Checksum [2020-11-05T19:47:49.958Z] 8c9c664faf12: Download complete [2020-11-05T19:47:50.226Z] 0c7c675703d6: Pull complete [2020-11-05T19:47:50.490Z] cc8c12a437cb: Pull complete [2020-11-05T19:47:50.756Z] c5dafad2182a: Verifying Checksum [2020-11-05T19:47:50.756Z] c5dafad2182a: Download complete [2020-11-05T19:47:53.325Z] c5dafad2182a: Pull complete [2020-11-05T19:47:53.325Z] 5aa711733414: Pull complete [2020-11-05T19:47:53.325Z] 058f73b55e4b: Pull complete [2020-11-05T19:47:53.589Z] 8c9c664faf12: Pull complete [2020-11-05T19:47:53.589Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-05T19:47:53.589Z] Status: Downloaded newer image for docker:latest [2020-11-05T19:47:55.522Z] ---> c959fb7ca3f0 [2020-11-05T19:47:55.522Z] Step 6/7 : COPY go.mod . [2020-11-05T19:47:55.522Z] ---> 1ac6511c6397 [2020-11-05T19:47:55.522Z] Step 7/7 : RUN go mod download [2020-11-05T19:47:55.522Z] ---> Running in 56611aba2aa5 [2020-11-05T19:48:17.582Z] Removing intermediate container 56611aba2aa5 [2020-11-05T19:48:17.582Z] ---> 9a81ec46e8cd [2020-11-05T19:48:17.582Z] Successfully built 9a81ec46e8cd [2020-11-05T19:48:17.582Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:48:17.907Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-05T19:48:17.907Z] . [Pipeline] withDockerContainer [2020-11-05T19:48:18.018Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container [2020-11-05T19:48:18.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:48:18.957Z] $ docker top 91e91e47f138e391c0455c0896bb37649f94d318cca826a8f20a626d8aad07c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T19:48:19.495Z] + go version [2020-11-05T19:48:19.495Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-05T19:48:19.512Z] $ docker stop --time=1 91e91e47f138e391c0455c0896bb37649f94d318cca826a8f20a626d8aad07c1 [2020-11-05T19:48:20.884Z] $ docker rm -f 91e91e47f138e391c0455c0896bb37649f94d318cca826a8f20a626d8aad07c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:48:21.828Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-05T19:48:21.828Z] . [Pipeline] withDockerContainer [2020-11-05T19:48:21.934Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container [2020-11-05T19:48:21.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:48:22.806Z] $ docker top 558409ef12c49829a880ef9fccc1f45fa19d4a4a395486b3e2bb92ccb783f2bc -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-05T19:48:23.093Z] ========================================================= [2020-11-05T19:48:23.094Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-05T19:48:23.094Z] ========================================================= [Pipeline] sh [2020-11-05T19:48:23.388Z] + make test [2020-11-05T19:48:23.388Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-05T19:48:33.447Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-05T19:48:48.532Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-05T19:48:55.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-05T19:48:55.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-05T19:48:55.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-05T19:48:55.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-05T19:48:55.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-05T19:48:57.158Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-11-05T19:48:57.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-05T19:48:57.158Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-05T19:48:57.428Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-05T19:48:58.398Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-05T19:48:58.398Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-05T19:48:58.398Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-05T19:48:58.398Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-05T19:49:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-11-05T19:49:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-05T19:49:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-05T19:49:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-05T19:49:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-05T19:49:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-05T19:49:05.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.214s coverage: 27.1% of statements [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-05T19:49:05.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-05T19:49:05.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-05T19:49:05.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.409s coverage: 66.0% of statements [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-05T19:49:05.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-05T19:49:06.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.447s coverage: 84.5% of statements [2020-11-05T19:49:06.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-05T19:49:06.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-05T19:49:06.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-05T19:49:06.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-05T19:49:07.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-05T19:49:07.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-05T19:49:07.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-05T19:49:07.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements [2020-11-05T19:49:07.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-05T19:49:07.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2020-11-05T19:49:07.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-05T19:49:08.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 100.0% of statements [2020-11-05T19:49:08.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-05T19:49:08.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-05T19:49:08.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-05T19:49:08.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-05T19:49:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.310s coverage: 95.7% of statements [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-05T19:49:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-05T19:49:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.0% of statements [no tests to run] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-05T19:49:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-05T19:49:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-05T19:49:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2020-11-05T19:49:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements [2020-11-05T19:49:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2020-11-05T19:49:10.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2020-11-05T19:49:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2020-11-05T19:49:12.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.370s coverage: 55.9% of statements [2020-11-05T19:49:12.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-05T19:49:12.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-05T19:49:12.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-05T19:49:12.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-05T19:49:12.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-05T19:49:12.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-05T19:49:13.277Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11295 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-05T19:49:13.335Z] Running in /w/workspace/edgex-go/221 [Pipeline] { [Pipeline] checkout [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.982s coverage: 86.3% of statements [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.129s coverage: 72.2% of statements [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.404s coverage: 72.1% of statements [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.036s coverage: 82.4% of statements [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.053s coverage: 48.4% of statements [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 36.5% of statements [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.383s coverage: 84.1% of statements [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-11-05T19:49:17.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.042s coverage: 42.9% of statements [2020-11-05T19:49:17.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-05T19:49:17.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-05T19:49:17.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.042s coverage: 100.0% of statements [2020-11-05T19:49:17.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-05T19:49:17.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements [2020-11-05T19:49:17.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-05T19:49:18.085Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.1% of statements [2020-11-05T19:49:18.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-05T19:49:18.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-05T19:49:18.085Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-11-05T19:49:18.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-05T19:49:18.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-05T19:49:18.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-05T19:49:18.085Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2020-11-05T19:49:18.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-05T19:49:18.085Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2020-11-05T19:49:18.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-05T19:49:18.470Z] using credential edgex-jenkins-ssh [2020-11-05T19:49:18.526Z] Cloning the remote Git repository [2020-11-05T19:49:18.584Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-05T19:49:18.700Z] > git init /w/workspace/edgex-go/221 # timeout=10 [2020-11-05T19:49:18.776Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-05T19:49:18.777Z] > git --version # timeout=10 [2020-11-05T19:49:18.798Z] > git --version # 'git version 2.17.1' [2020-11-05T19:49:18.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T19:49:18.873Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 29.1% of statements [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-05T19:49:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements [2020-11-05T19:49:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-11-05T19:49:20.935Z] GO111MODULE=on go vet ./... [2020-11-05T19:49:35.226Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-05T19:49:35.253Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-05T19:49:35.279Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-05T19:49:35.314Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-05T19:49:35.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T19:49:35.327Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-05T19:49:35.864Z] Checking out Revision 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac (master) [2020-11-05T19:49:35.890Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T19:49:35.904Z] > git checkout -f 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 [2020-11-05T19:49:40.510Z] Commit message: "Merge pull request #2871 from siggiskulason/remove-snap-symlink" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-11-05T19:49:41.690Z] ========================================================= [2020-11-05T19:49:41.690Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-05T19:49:41.690Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:49:42.885Z] + 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-11-05T19:49:45.565Z] Sending build context to Docker daemon 165.3MB [2020-11-05T19:49:45.565Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-05T19:49:45.565Z] Step 2/7 : FROM ${BASE} [2020-11-05T19:49:46.162Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-05T19:49:46.162Z] b538f80385f9: Pulling fs layer [2020-11-05T19:49:46.162Z] 74f711af9a0d: Pulling fs layer [2020-11-05T19:49:46.162Z] 99f96fe45779: Pulling fs layer [2020-11-05T19:49:46.162Z] 8529a6b9a6be: Pulling fs layer [2020-11-05T19:49:46.162Z] 45590311c82a: Pulling fs layer [2020-11-05T19:49:46.162Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-05T19:49:46.162Z] 209524e5b208: Pulling fs layer [2020-11-05T19:49:46.162Z] 45590311c82a: Waiting [2020-11-05T19:49:46.162Z] 69ca0ff8b7b3: Waiting [2020-11-05T19:49:46.162Z] 209524e5b208: Waiting [2020-11-05T19:49:46.162Z] 8529a6b9a6be: Waiting [2020-11-05T19:49:46.162Z] 74f711af9a0d: Verifying Checksum [2020-11-05T19:49:46.162Z] 74f711af9a0d: Download complete [2020-11-05T19:49:46.162Z] 99f96fe45779: Verifying Checksum [2020-11-05T19:49:46.162Z] 99f96fe45779: Download complete [2020-11-05T19:49:46.162Z] 45590311c82a: Verifying Checksum [2020-11-05T19:49:46.162Z] 45590311c82a: Download complete [2020-11-05T19:49:46.162Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-05T19:49:46.162Z] 69ca0ff8b7b3: Download complete [2020-11-05T19:49:47.665Z] gofmt -l . [2020-11-05T19:49:47.665Z] [ "`gofmt -l .`" = "" ] [2020-11-05T19:49:47.665Z] ./bin/test-go-mod-tidy.sh [2020-11-05T19:49:47.665Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-05T19:49:48.871Z] + ls -al . [2020-11-05T19:49:48.871Z] total 632 [2020-11-05T19:49:48.871Z] drwxrwxr-x 10 1001 1001 4096 Nov 5 19:49 . [2020-11-05T19:49:48.871Z] drwxr-xr-x 4 root root 32 Nov 5 19:48 .. [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 11 Nov 5 19:46 .dockerignore [2020-11-05T19:49:48.871Z] drwxrwxr-x 8 1001 1001 162 Nov 5 19:46 .git [2020-11-05T19:49:48.871Z] drwxrwxr-x 3 1001 1001 125 Nov 5 19:46 .github [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 944 Nov 5 19:46 .gitignore [2020-11-05T19:49:48.871Z] drwx------ 3 1001 1001 32 Nov 5 19:47 .semver [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 166 Nov 5 19:46 .sonarcloud.properties [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 3804 Nov 5 19:46 CONTRIBUTING.md [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 1035 Nov 5 19:46 Dockerfile.build [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 863 Nov 5 19:46 Jenkinsfile [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 10775 Nov 5 19:46 LICENSE [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 6611 Nov 5 19:46 Makefile [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 6447 Nov 5 19:46 README.md [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 259 Nov 5 19:46 SECURITY.md [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 13 Nov 5 19:47 VERSION [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 4131 Nov 5 19:46 ZMQWindows.md [2020-11-05T19:49:48.871Z] drwxrwxr-x 2 1001 1001 117 Nov 5 19:46 bin [2020-11-05T19:49:48.871Z] drwxrwxr-x 15 1001 1001 4096 Nov 5 19:46 cmd [2020-11-05T19:49:48.871Z] -rw-r--r-- 1 root root 539650 Nov 5 19:49 coverage.out [2020-11-05T19:49:48.871Z] -rw-r--r-- 1 root root 1041 Nov 5 19:49 go.mod [2020-11-05T19:49:48.871Z] -rw-r--r-- 1 root root 18582 Nov 5 19:49 go.sum [2020-11-05T19:49:48.871Z] drwxrwxr-x 8 1001 1001 127 Nov 5 19:46 internal [2020-11-05T19:49:48.871Z] drwxrwxr-x 4 1001 1001 26 Nov 5 19:46 openapi [2020-11-05T19:49:48.871Z] drwxrwxr-x 4 1001 1001 71 Nov 5 19:46 snap [2020-11-05T19:49:48.871Z] -rw-rw-r-- 1 1001 1001 168 Nov 5 19:46 version.go [Pipeline] sh [2020-11-05T19:49:49.176Z] + '[' -e coverage.out ] [2020-11-05T19:49:49.176Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-05T19:49:49.370Z] Stashed 1 file(s) [Pipeline] sh [2020-11-05T19:49:49.667Z] + make build [2020-11-05T19:49:49.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-05T19:49:51.577Z] b538f80385f9: Verifying Checksum [2020-11-05T19:49:51.577Z] b538f80385f9: Pull complete [2020-11-05T19:49:51.849Z] 74f711af9a0d: Pull complete [2020-11-05T19:49:52.122Z] 99f96fe45779: Pull complete [2020-11-05T19:49:59.827Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-data/core-data ./cmd/core-data [2020-11-05T19:50:02.262Z] 209524e5b208: Verifying Checksum [2020-11-05T19:50:02.262Z] 209524e5b208: Download complete [2020-11-05T19:50:02.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-command/core-command ./cmd/core-command [2020-11-05T19:50:03.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-05T19:50:04.236Z] 8529a6b9a6be: Verifying Checksum [2020-11-05T19:50:04.237Z] 8529a6b9a6be: Download complete [2020-11-05T19:50:04.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-05T19:50:06.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-05T19:50:06.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-05T19:50:08.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-05T19:50:09.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-05T19:50:10.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-05T19:50:11.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-05T19:50:13.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-05T19:50:14.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-05T19:50:14.408Z] 8529a6b9a6be: Pull complete [2020-11-05T19:50:14.408Z] 45590311c82a: Pull complete [2020-11-05T19:50:14.681Z] 69ca0ff8b7b3: Pull complete [Pipeline] } [2020-11-05T19:50:14.994Z] $ docker stop --time=1 558409ef12c49829a880ef9fccc1f45fa19d4a4a395486b3e2bb92ccb783f2bc [2020-11-05T19:50:16.633Z] $ docker rm -f 558409ef12c49829a880ef9fccc1f45fa19d4a4a395486b3e2bb92ccb783f2bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:50:20.107Z] 209524e5b208: Pull complete [2020-11-05T19:50:20.107Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-05T19:50:20.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-05T19:50:20.107Z] ---> 5bddaf1c2fca [2020-11-05T19:50:20.107Z] 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-11-05T19:50:20.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-05T19:50:20.246Z] [2020-11-05T19:50:20.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:50:20.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-05T19:50:20.702Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-05T19:50:20.702Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-05T19:50:20.702Z] ca9280d653b3: Pulling fs layer [2020-11-05T19:50:20.702Z] 7e9c9ca2126c: Pulling fs layer [2020-11-05T19:50:20.702Z] cbdbe7a5bc2a: Download complete [2020-11-05T19:50:21.288Z] cbdbe7a5bc2a: Pull complete [2020-11-05T19:50:21.288Z] ca9280d653b3: Verifying Checksum [2020-11-05T19:50:21.288Z] ca9280d653b3: Download complete [2020-11-05T19:50:22.085Z] ---> Running in 8a593db203fa [2020-11-05T19:50:22.699Z] 7e9c9ca2126c: Verifying Checksum [2020-11-05T19:50:22.699Z] 7e9c9ca2126c: Download complete [2020-11-05T19:50:22.699Z] ca9280d653b3: Pull complete [2020-11-05T19:50:23.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:50:24.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:50:25.099Z] (1/12) Installing libmagic (5.38-r0) [2020-11-05T19:50:25.372Z] (2/12) Installing file (5.38-r0) [2020-11-05T19:50:25.372Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-05T19:50:25.372Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-05T19:50:29.325Z] 7e9c9ca2126c: Pull complete [2020-11-05T19:50:29.325Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-05T19:50:29.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-05T19:50:29.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-05T19:50:29.471Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container [2020-11-05T19:50:29.525Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:50:30.767Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-05T19:50:30.767Z] (6/12) Installing patch (2.7.6-r6) [2020-11-05T19:50:30.767Z] (7/12) Installing build-base (0.5-r2) [2020-11-05T19:50:30.767Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-05T19:50:30.767Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-05T19:50:30.767Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-05T19:50:30.767Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-05T19:50:30.767Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-05T19:50:30.767Z] Executing busybox-1.31.1-r16.trigger [2020-11-05T19:50:30.767Z] OK: 217 MiB in 51 packages [2020-11-05T19:50:31.447Z] $ docker top d90e92a8a9282c160d911f30b4541d93372ae5f59ba8cb707bcc22d74762cea7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T19:50:32.124Z] + docker-compose build --help [2020-11-05T19:50:32.124Z] + grep parallel [2020-11-05T19:50:33.071Z] --parallel Build images in parallel. [Pipeline] } [2020-11-05T19:50:33.089Z] $ docker stop --time=1 d90e92a8a9282c160d911f30b4541d93372ae5f59ba8cb707bcc22d74762cea7 [2020-11-05T19:50:34.450Z] $ docker rm -f d90e92a8a9282c160d911f30b4541d93372ae5f59ba8cb707bcc22d74762cea7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:50:35.080Z] Removing intermediate container 8a593db203fa [2020-11-05T19:50:35.080Z] ---> d8e6f3b89e82 [2020-11-05T19:50:35.080Z] Step 4/7 : WORKDIR /edgex-go [2020-11-05T19:50:35.080Z] ---> Running in c08246c7323f [2020-11-05T19:50:35.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-05T19:50:35.122Z] . [Pipeline] withDockerContainer [2020-11-05T19:50:35.223Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container [2020-11-05T19:50:35.273Z] $ 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/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:50:35.351Z] Removing intermediate container c08246c7323f [2020-11-05T19:50:35.351Z] ---> 9ced6e428c94 [2020-11-05T19:50:35.351Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-05T19:50:35.623Z] latest: Pulling from library/docker [2020-11-05T19:50:35.895Z] 5f621e34cdf4: Pulling fs layer [2020-11-05T19:50:35.895Z] 85db56a05063: Pulling fs layer [2020-11-05T19:50:35.895Z] ccb67d6aeaaa: Pulling fs layer [2020-11-05T19:50:35.895Z] a0b19fc83503: Pulling fs layer [2020-11-05T19:50:35.895Z] 8eb508b41278: Pulling fs layer [2020-11-05T19:50:35.895Z] 37236713561e: Pulling fs layer [2020-11-05T19:50:35.895Z] 07c93f2b1b56: Pulling fs layer [2020-11-05T19:50:35.895Z] 37236713561e: Waiting [2020-11-05T19:50:35.895Z] 8eb508b41278: Waiting [2020-11-05T19:50:35.895Z] 07c93f2b1b56: Waiting [2020-11-05T19:50:35.895Z] a0b19fc83503: Waiting [2020-11-05T19:50:36.121Z] $ docker top b6796a0fc89d4f7ae0da658a317d4ea9ce0b3309b0dd04b8840f696eec8ca079 -eo pid,comm [2020-11-05T19:50:36.178Z] ccb67d6aeaaa: Verifying Checksum [2020-11-05T19:50:36.178Z] ccb67d6aeaaa: Download complete [2020-11-05T19:50:36.178Z] 85db56a05063: Verifying Checksum [2020-11-05T19:50:36.178Z] 85db56a05063: Download complete [2020-11-05T19:50:36.178Z] 5f621e34cdf4: Verifying Checksum [2020-11-05T19:50:36.178Z] 5f621e34cdf4: Download complete [Pipeline] { [Pipeline] sh [2020-11-05T19:50:36.453Z] 8eb508b41278: Verifying Checksum [2020-11-05T19:50:36.453Z] 8eb508b41278: Download complete [2020-11-05T19:50:36.453Z] 37236713561e: Verifying Checksum [2020-11-05T19:50:36.453Z] 37236713561e: Download complete [2020-11-05T19:50:36.730Z] 07c93f2b1b56: Verifying Checksum [2020-11-05T19:50:36.730Z] 07c93f2b1b56: Download complete [2020-11-05T19:50:36.734Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-05T19:50:37.005Z] 5f621e34cdf4: Pull complete [2020-11-05T19:50:37.606Z] 85db56a05063: Pull complete [2020-11-05T19:50:37.701Z] Building docker-core-command-go ... [2020-11-05T19:50:37.701Z] Building docker-core-data-go ... [2020-11-05T19:50:37.701Z] Building docker-core-metadata-go ... [2020-11-05T19:50:37.701Z] Building docker-security-bootstrap-redis-go ... [2020-11-05T19:50:37.701Z] Building docker-security-proxy-setup-go ... [2020-11-05T19:50:37.701Z] Building docker-security-secrets-setup-go ... [2020-11-05T19:50:37.701Z] Building docker-security-secretstore-setup-go ... [2020-11-05T19:50:37.701Z] Building docker-support-logging-go ... [2020-11-05T19:50:37.701Z] Building docker-support-notifications-go ... [2020-11-05T19:50:37.701Z] Building docker-support-scheduler-go ... [2020-11-05T19:50:37.701Z] Building docker-sys-mgmt-agent-go ... [2020-11-05T19:50:37.701Z] Building docker-security-secretstore-setup-go [2020-11-05T19:50:37.701Z] Building docker-core-metadata-go [2020-11-05T19:50:37.701Z] Building docker-support-notifications-go [2020-11-05T19:50:37.701Z] Building docker-security-secrets-setup-go [2020-11-05T19:50:37.701Z] Building docker-core-data-go [2020-11-05T19:50:37.876Z] ccb67d6aeaaa: Pull complete [2020-11-05T19:50:38.151Z] a0b19fc83503: Verifying Checksum [2020-11-05T19:50:38.151Z] a0b19fc83503: Download complete [2020-11-05T19:50:41.524Z] a0b19fc83503: Pull complete [2020-11-05T19:50:41.524Z] 8eb508b41278: Pull complete [2020-11-05T19:50:41.524Z] 37236713561e: Pull complete [2020-11-05T19:50:41.806Z] 07c93f2b1b56: Pull complete [2020-11-05T19:50:41.806Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-05T19:50:41.806Z] Status: Downloaded newer image for docker:latest [2020-11-05T19:50:45.192Z] ---> a299d56bd95d [2020-11-05T19:50:45.192Z] Step 6/7 : COPY go.mod . [2020-11-05T19:50:45.788Z] ---> f93e0be6f1f5 [2020-11-05T19:50:45.788Z] Step 7/7 : RUN go mod download [2020-11-05T19:50:46.060Z] ---> Running in 6a1fae2ca4be [2020-11-05T19:51:10.085Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:51:10.086Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:51:10.086Z] ---> 9a81ec46e8cd [2020-11-05T19:51:10.086Z] Step 3/24 : WORKDIR /edgex-go [2020-11-05T19:51:10.086Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:51:10.086Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-05T19:51:10.086Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine ---> 9a81ec46e8cd [2020-11-05T19:51:10.086Z] [2020-11-05T19:51:10.086Z] Step 3/29 : WORKDIR /edgex-goStep 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:51:10.086Z] [2020-11-05T19:51:10.086Z] ---> 9a81ec46e8cd [2020-11-05T19:51:10.086Z] Step 3/23 : WORKDIR /edgex-go [2020-11-05T19:51:10.086Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:51:10.086Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:51:10.086Z] ---> 9a81ec46e8cd [2020-11-05T19:51:10.086Z] Step 3/24 : WORKDIR /edgex-go [2020-11-05T19:51:10.086Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:51:10.086Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:51:10.086Z] ---> 9a81ec46e8cd [2020-11-05T19:51:10.086Z] Step 3/22 : WORKDIR /edgex-go [2020-11-05T19:51:10.086Z] ---> Running in efb7d650c292 [2020-11-05T19:51:10.086Z] ---> Running in e8aaa95f00d9 [2020-11-05T19:51:10.086Z] ---> Running in 7c8bdeac5714 [2020-11-05T19:51:10.086Z] ---> Running in ce6e1bf72e4f [2020-11-05T19:51:10.086Z] ---> Running in c98d8ab544eb [2020-11-05T19:51:10.086Z] Removing intermediate container ce6e1bf72e4f [2020-11-05T19:51:10.086Z] ---> 05dc07d46965 [2020-11-05T19:51:10.086Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:51:10.086Z] Removing intermediate container c98d8ab544eb [2020-11-05T19:51:10.086Z] ---> 575b80790efe [2020-11-05T19:51:10.086Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:51:10.086Z] Removing intermediate container e8aaa95f00d9 [2020-11-05T19:51:10.086Z] ---> e4e461ae0cb6 [2020-11-05T19:51:10.086Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:51:10.086Z] Removing intermediate container 7c8bdeac5714 [2020-11-05T19:51:10.086Z] ---> 01760d0108be [2020-11-05T19:51:10.086Z] Step 4/29 : RUN apk update && apk add make git [2020-11-05T19:51:10.086Z] Removing intermediate container efb7d650c292 [2020-11-05T19:51:10.086Z] ---> 65ad805b8d77 [2020-11-05T19:51:10.086Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:51:10.086Z] ---> Running in 763c7d91d5b9 [2020-11-05T19:51:10.086Z] ---> Running in 7eb8b055dd98 [2020-11-05T19:51:10.086Z] ---> Running in 56da08ba461c [2020-11-05T19:51:10.086Z] ---> Running in 9267abd6f906 [2020-11-05T19:51:10.086Z] ---> Running in 0812c4a004e9 [2020-11-05T19:51:10.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:11.285Z] Removing intermediate container 7eb8b055dd98 [2020-11-05T19:51:11.285Z] ---> 42e6dcc15780 [2020-11-05T19:51:11.285Z] Step 5/24 : RUN apk update && apk add make git [2020-11-05T19:51:11.285Z] ---> Running in 257c3753fa1e [2020-11-05T19:51:11.285Z] Removing intermediate container 9267abd6f906 [2020-11-05T19:51:11.285Z] ---> b2a48aa2f813 [2020-11-05T19:51:11.285Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-05T19:51:11.558Z] Removing intermediate container 763c7d91d5b9 [2020-11-05T19:51:11.558Z] ---> 7789a878a876 [2020-11-05T19:51:11.558Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-05T19:51:11.558Z] Removing intermediate container 0812c4a004e9 [2020-11-05T19:51:11.558Z] ---> 2011f06a6c71 [2020-11-05T19:51:11.558Z] Step 5/22 : RUN apk update && apk add make git [2020-11-05T19:51:11.558Z] ---> Running in 9743e417a00b [2020-11-05T19:51:11.827Z] ---> Running in 5518e8e9e323 [2020-11-05T19:51:11.827Z] ---> Running in bb8bd4558667 [2020-11-05T19:51:12.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:12.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:12.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:12.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:12.860Z] Removing intermediate container 6a1fae2ca4be [2020-11-05T19:51:12.860Z] ---> 2f9903c6e1e8 [2020-11-05T19:51:12.860Z] Successfully built 2f9903c6e1e8 [2020-11-05T19:51:12.860Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:51:13.270Z] + docker inspect -f . ci-base-image-arm64 [2020-11-05T19:51:13.270Z] . [Pipeline] withDockerContainer [2020-11-05T19:51:13.525Z] prd-ubuntu18.04-docker-arm64-4c-16g-11295 does not seem to be running inside a container [2020-11-05T19:51:13.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:51:14.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:14.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:15.434Z] $ docker top ee1602f67e84be9638e6585006559c28d18ed9facfa6df925d25af35f4dbc023 -eo pid,comm [2020-11-05T19:51:15.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-11-05T19:51:16.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:16.815Z] + go version [2020-11-05T19:51:16.815Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-05T19:51:16.846Z] $ docker stop --time=1 ee1602f67e84be9638e6585006559c28d18ed9facfa6df925d25af35f4dbc023 [2020-11-05T19:51:16.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:51:18.747Z] $ docker rm -f ee1602f67e84be9638e6585006559c28d18ed9facfa6df925d25af35f4dbc023 [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-11-05T19:51:20.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-05T19:51:20.243Z] [2020-11-05T19:51:20.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:51:20.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-05T19:51:20.903Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-05T19:51:20.903Z] 29e5d40040c1: Pulling fs layer [2020-11-05T19:51:20.903Z] 1ce36da41761: Pulling fs layer [2020-11-05T19:51:20.903Z] 25b303627fd3: Pulling fs layer [2020-11-05T19:51:22.329Z] 29e5d40040c1: Verifying Checksum [2020-11-05T19:51:22.329Z] 29e5d40040c1: Download complete [2020-11-05T19:51:22.601Z] 29e5d40040c1: Pull complete [2020-11-05T19:51:23.549Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:51:23.549Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:51:23.549Z] OK: 12752 distinct packages available [2020-11-05T19:51:23.549Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:51:23.549Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:51:23.549Z] OK: 12752 distinct packages available [2020-11-05T19:51:23.549Z] OK: 233 MiB in 51 packages [2020-11-05T19:51:23.573Z] 1ce36da41761: Verifying Checksum [2020-11-05T19:51:23.573Z] 1ce36da41761: Download complete [2020-11-05T19:51:23.819Z] OK: 233 MiB in 51 packages [2020-11-05T19:51:24.110Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:51:24.110Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:51:24.110Z] OK: 12752 distinct packages available [2020-11-05T19:51:24.110Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:51:24.110Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:51:24.110Z] OK: 12752 distinct packages available [2020-11-05T19:51:24.382Z] Removing intermediate container 257c3753fa1e [2020-11-05T19:51:24.382Z] ---> f895d82a976e [2020-11-05T19:51:24.382Z] Step 6/24 : COPY go.mod . [2020-11-05T19:51:24.382Z] OK: 233 MiB in 51 packages [2020-11-05T19:51:24.382Z] Removing intermediate container 56da08ba461c [2020-11-05T19:51:24.382Z] ---> 4eec0b8bb572 [2020-11-05T19:51:24.382Z] Step 5/29 : COPY go.mod . [2020-11-05T19:51:24.382Z] OK: 233 MiB in 51 packages [2020-11-05T19:51:24.382Z] ---> 5f50b513cc33 [2020-11-05T19:51:24.382Z] Step 7/24 : RUN go mod download [2020-11-05T19:51:24.546Z] 1ce36da41761: Pull complete [2020-11-05T19:51:24.644Z] ---> Running in c5b36fa66e58 [2020-11-05T19:51:24.644Z] ---> 3a9c09a09fd2 [2020-11-05T19:51:24.644Z] Step 6/29 : RUN go mod download [2020-11-05T19:51:24.910Z] ---> Running in f5c8db4d2c9d [2020-11-05T19:51:25.182Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:51:25.182Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:51:25.182Z] OK: 12752 distinct packages available [2020-11-05T19:51:25.182Z] Removing intermediate container 5518e8e9e323 [2020-11-05T19:51:25.182Z] ---> 7dcace38b0a1 [2020-11-05T19:51:25.182Z] Step 6/24 : COPY go.mod . [2020-11-05T19:51:25.453Z] OK: 233 MiB in 51 packages [2020-11-05T19:51:25.453Z] Removing intermediate container 9743e417a00b [2020-11-05T19:51:25.453Z] ---> 14ec9dca5f2c [2020-11-05T19:51:25.453Z] Step 6/23 : COPY go.mod . [2020-11-05T19:51:25.517Z] 25b303627fd3: Verifying Checksum [2020-11-05T19:51:25.517Z] 25b303627fd3: Download complete [2020-11-05T19:51:25.722Z] ---> 429b2f1f1d7e [2020-11-05T19:51:25.722Z] Step 7/24 : RUN go mod download [2020-11-05T19:51:25.986Z] ---> c18ed5ed2f5f [2020-11-05T19:51:25.986Z] Step 7/23 : RUN go mod download [2020-11-05T19:51:25.986Z] ---> Running in 523574a94547 [2020-11-05T19:51:25.986Z] ---> Running in 9909eebce07f [2020-11-05T19:51:26.582Z] Removing intermediate container bb8bd4558667 [2020-11-05T19:51:26.582Z] ---> 8c6daeb859a7 [2020-11-05T19:51:26.582Z] Step 6/22 : COPY go.mod . [2020-11-05T19:51:26.858Z] ---> 123be9a6cf4c [2020-11-05T19:51:26.858Z] Step 7/22 : RUN go mod download [2020-11-05T19:51:26.858Z] ---> Running in 8fe32775ee6d [2020-11-05T19:51:27.453Z] Removing intermediate container f5c8db4d2c9d [2020-11-05T19:51:27.453Z] ---> 19d66084a04c [2020-11-05T19:51:27.453Z] Step 7/29 : COPY . . [2020-11-05T19:51:27.453Z] Removing intermediate container c5b36fa66e58 [2020-11-05T19:51:27.453Z] ---> 708f1ef4a81b [2020-11-05T19:51:27.453Z] Step 8/24 : COPY . . [2020-11-05T19:51:30.804Z] Removing intermediate container 523574a94547 [2020-11-05T19:51:30.804Z] ---> 7f6c6899a3c6 [2020-11-05T19:51:30.804Z] Step 8/24 : COPY . . [2020-11-05T19:51:30.804Z] Removing intermediate container 9909eebce07f [2020-11-05T19:51:30.804Z] ---> 51bb659f4b44 [2020-11-05T19:51:30.804Z] Step 8/23 : COPY . . [2020-11-05T19:51:35.672Z] 25b303627fd3: Pull complete [2020-11-05T19:51:35.672Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-05T19:51:35.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-05T19:51:35.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-05T19:51:35.893Z] prd-ubuntu18.04-docker-arm64-4c-16g-11295 does not seem to be running inside a container [2020-11-05T19:51:35.981Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:51:39.378Z] $ docker top 282c2272414317107ceb5cac94959eb72c60c1fd4664f870c28e6e236647d339 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T19:51:40.829Z] + docker-compose build --help [2020-11-05T19:51:40.829Z] + grep parallel [2020-11-05T19:51:40.866Z] Removing intermediate container 8fe32775ee6d [2020-11-05T19:51:40.866Z] ---> 23d2139fee3d [2020-11-05T19:51:40.866Z] Step 8/22 : COPY . . [2020-11-05T19:51:44.218Z] --parallel Build images in parallel. [Pipeline] } [2020-11-05T19:51:44.260Z] $ docker stop --time=1 282c2272414317107ceb5cac94959eb72c60c1fd4664f870c28e6e236647d339 [2020-11-05T19:51:46.209Z] $ docker rm -f 282c2272414317107ceb5cac94959eb72c60c1fd4664f870c28e6e236647d339 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:51:47.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-05T19:51:47.075Z] . [Pipeline] withDockerContainer [2020-11-05T19:51:47.314Z] prd-ubuntu18.04-docker-arm64-4c-16g-11295 does not seem to be running inside a container [2020-11-05T19:51:47.405Z] $ 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/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T19:51:48.855Z] $ docker top 8f3ce4a22a33834dfe64fd9a616d92c81631f83888eeb1f957957c1bda1d9fd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T19:51:49.946Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-05T19:51:54.393Z] Building docker-core-command-go ... [2020-11-05T19:51:54.393Z] Building docker-core-data-go ... [2020-11-05T19:51:54.393Z] Building docker-core-metadata-go ... [2020-11-05T19:51:54.393Z] Building docker-security-bootstrap-redis-go ... [2020-11-05T19:51:54.393Z] Building docker-security-proxy-setup-go ... [2020-11-05T19:51:54.393Z] Building docker-security-secrets-setup-go ... [2020-11-05T19:51:54.393Z] Building docker-security-secretstore-setup-go ... [2020-11-05T19:51:54.393Z] Building docker-support-logging-go ... [2020-11-05T19:51:54.393Z] Building docker-support-notifications-go ... [2020-11-05T19:51:54.393Z] Building docker-support-scheduler-go ... [2020-11-05T19:51:54.393Z] Building docker-sys-mgmt-agent-go ... [2020-11-05T19:51:54.393Z] Building docker-core-metadata-go [2020-11-05T19:51:54.393Z] Building docker-support-notifications-go [2020-11-05T19:51:54.393Z] Building docker-core-command-go [2020-11-05T19:51:54.393Z] Building docker-security-bootstrap-redis-go [2020-11-05T19:51:54.393Z] Building docker-security-proxy-setup-go [2020-11-05T19:52:07.812Z] ---> 955032ee0d41 [2020-11-05T19:52:07.812Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-05T19:52:07.812Z] ---> 1a6d04e8e8aa [2020-11-05T19:52:07.812Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-05T19:52:07.812Z] ---> 8fd1a472bf8c [2020-11-05T19:52:07.812Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-05T19:52:09.749Z] ---> Running in d2fc1028ac42 [2020-11-05T19:52:09.749Z] ---> Running in 3e1557dd09a7 [2020-11-05T19:52:09.749Z] ---> Running in b7ea1472a97d [2020-11-05T19:52:09.749Z] ---> 1ccbbb614b0e [2020-11-05T19:52:09.749Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-05T19:52:09.749Z] ---> 07e9d4e7ece1 [2020-11-05T19:52:09.749Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-05T19:52:09.749Z] ---> Running in d11392368d9b [2020-11-05T19:52:10.012Z] ---> Running in f89d0f3e0624 [2020-11-05T19:52:10.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-05T19:52:10.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-05T19:52:10.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-05T19:52:10.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-05T19:52:10.977Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-data/core-data ./cmd/core-data [2020-11-05T19:52:41.342Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:52:41.342Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:52:41.342Z] ---> 2f9903c6e1e8 [2020-11-05T19:52:41.342Z] Step 3/20 : WORKDIR /edgex-go [2020-11-05T19:52:41.620Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:52:41.620Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:52:41.620Z] ---> 2f9903c6e1e8 [2020-11-05T19:52:41.620Z] Step 3/22 : WORKDIR /edgex-go [2020-11-05T19:52:41.620Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:52:41.620Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:52:41.620Z] ---> 2f9903c6e1e8 [2020-11-05T19:52:41.620Z] Step 3/24 : WORKDIR /edgex-go [2020-11-05T19:52:41.620Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:52:41.620Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:52:41.620Z] ---> 2f9903c6e1e8 [2020-11-05T19:52:41.620Z] Step 3/22 : WORKDIR /edgex-go [2020-11-05T19:52:41.893Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:52:41.893Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:52:41.893Z] ---> 2f9903c6e1e8 [2020-11-05T19:52:41.893Z] Step 3/22 : WORKDIR /edgex-go [2020-11-05T19:52:43.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-05T19:52:43.840Z] Removing intermediate container 3e1557dd09a7 [2020-11-05T19:52:43.840Z] ---> 599b7123dfeb [2020-11-05T19:52:43.840Z] [2020-11-05T19:52:43.840Z] Step 9/29 : FROM alpine:latest [2020-11-05T19:52:44.116Z] latest: Pulling from library/alpine [2020-11-05T19:52:44.389Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-05T19:52:44.389Z] Status: Downloaded newer image for alpine:latest [2020-11-05T19:52:44.389Z] ---> d6e46aa2470d [2020-11-05T19:52:44.389Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-05T19:52:44.979Z] ---> Running in 2bbab5ea0aba [2020-11-05T19:52:45.291Z] ---> Running in e1a190e9f95c [2020-11-05T19:52:45.291Z] ---> Running in 0916361e331f [2020-11-05T19:52:45.291Z] ---> Running in 86f98374a10f [2020-11-05T19:52:45.291Z] ---> Running in b5def072d972 [2020-11-05T19:52:45.291Z] ---> Running in 3257f520a6c6 [2020-11-05T19:52:45.888Z] Removing intermediate container e1a190e9f95c [2020-11-05T19:52:45.888Z] ---> dd9151fc3803 [2020-11-05T19:52:45.888Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:52:45.888Z] Removing intermediate container 3257f520a6c6 [2020-11-05T19:52:45.888Z] ---> 9ac580e28fac [2020-11-05T19:52:45.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:52:45.888Z] Removing intermediate container 86f98374a10f [2020-11-05T19:52:45.888Z] ---> 7f9ddf6d8de2 [2020-11-05T19:52:45.888Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:52:45.888Z] Removing intermediate container b5def072d972 [2020-11-05T19:52:45.888Z] ---> cafd42f36108 [2020-11-05T19:52:45.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:52:45.888Z] Removing intermediate container 0916361e331f [2020-11-05T19:52:45.888Z] ---> 88ccb4bc118c [2020-11-05T19:52:45.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:52:45.945Z] Removing intermediate container 2bbab5ea0aba [2020-11-05T19:52:45.945Z] ---> 810dd90fe334 [2020-11-05T19:52:45.945Z] Step 11/29 : USER root [2020-11-05T19:52:46.163Z] ---> Running in b7d9ee53508a [2020-11-05T19:52:46.163Z] ---> Running in b23fe1801bfd [2020-11-05T19:52:46.163Z] ---> Running in 9641078d9ecd [2020-11-05T19:52:46.163Z] ---> Running in 7a5a2d096db3 [2020-11-05T19:52:46.163Z] ---> Running in 717da0e804af [2020-11-05T19:52:46.532Z] ---> Running in c9ecce085e3f [2020-11-05T19:52:46.802Z] Removing intermediate container d2fc1028ac42 [2020-11-05T19:52:46.802Z] ---> 02f1b7e0440d [2020-11-05T19:52:46.802Z] [2020-11-05T19:52:46.802Z] Step 10/24 : FROM alpine:3.10 [2020-11-05T19:52:46.802Z] Removing intermediate container c9ecce085e3f [2020-11-05T19:52:46.802Z] ---> cc1438f37b3e [2020-11-05T19:52:46.802Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-05T19:52:47.087Z] ---> Running in e6d966079b6c [2020-11-05T19:52:47.378Z] 3.10: Pulling from library/alpine [2020-11-05T19:52:47.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:52:47.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:52:48.226Z] v3.12.1-18-g4eebf29fe4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:52:48.226Z] v3.12.1-17-gcfd90d31bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:52:48.226Z] OK: 12744 distinct packages available [2020-11-05T19:52:48.226Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-05T19:52:48.226Z] Status: Downloaded newer image for alpine:3.10 [2020-11-05T19:52:48.226Z] ---> be4e4bea2c2e [2020-11-05T19:52:48.226Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-05T19:52:48.500Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-05T19:52:48.500Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-05T19:52:48.500Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:52:49.078Z] Executing ca-certificates-20191127-r4.trigger [2020-11-05T19:52:49.078Z] OK: 6 MiB in 16 packages [2020-11-05T19:52:50.505Z] Removing intermediate container b23fe1801bfd [2020-11-05T19:52:50.505Z] ---> a1845e26116f [2020-11-05T19:52:50.505Z] Step 5/22 : RUN apk update && apk add make git [2020-11-05T19:52:50.505Z] ---> Running in faee266aec96 [2020-11-05T19:52:50.505Z] Removing intermediate container b7d9ee53508a [2020-11-05T19:52:50.505Z] ---> 3439a5d3a1dc [2020-11-05T19:52:50.505Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-05T19:52:50.505Z] ---> Running in 8ec6edbe1300 [2020-11-05T19:52:50.787Z] Removing intermediate container 7a5a2d096db3 [2020-11-05T19:52:50.787Z] ---> 6473df461a80 [2020-11-05T19:52:50.787Z] Step 5/22 : RUN apk update && apk add make git [2020-11-05T19:52:51.068Z] Removing intermediate container 9641078d9ecd [2020-11-05T19:52:51.068Z] ---> dec79b0fb78a [2020-11-05T19:52:51.068Z] Step 5/22 : RUN apk update && apk add make git [2020-11-05T19:52:51.068Z] ---> Running in 07c00f4f8457 [2020-11-05T19:52:51.343Z] ---> Running in 0c28eabb5123 [2020-11-05T19:52:51.343Z] Removing intermediate container 717da0e804af [2020-11-05T19:52:51.343Z] ---> 6079743166c0 [2020-11-05T19:52:51.343Z] Step 5/20 : RUN apk update && apk add make git [2020-11-05T19:52:51.622Z] ---> Running in 109f9da97a9a [2020-11-05T19:52:51.650Z] ---> Running in 4eda763e4e21 [2020-11-05T19:52:51.650Z] Removing intermediate container b7ea1472a97d [2020-11-05T19:52:51.650Z] ---> ca7ee25065e5 [2020-11-05T19:52:51.650Z] [2020-11-05T19:52:51.650Z] Step 10/24 : FROM scratch [2020-11-05T19:52:51.650Z] ---> [2020-11-05T19:52:51.650Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-05T19:52:51.915Z] ---> Running in b2a994567e8f [2020-11-05T19:52:52.194Z] Removing intermediate container b2a994567e8f [2020-11-05T19:52:52.194Z] ---> 3b4f14a8e510 [2020-11-05T19:52:52.194Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-05T19:52:52.477Z] ---> Running in 559c36728f52 [2020-11-05T19:52:52.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:52.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:53.463Z] Removing intermediate container e6d966079b6c [2020-11-05T19:52:53.463Z] ---> 3703202dcafb [2020-11-05T19:52:53.463Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-05T19:52:53.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:52:53.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:53.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:53.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:53.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:52:53.730Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-05T19:52:53.731Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-05T19:52:53.731Z] OK: 10346 distinct packages available [2020-11-05T19:52:53.996Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-05T19:52:53.996Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-05T19:52:53.996Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-05T19:52:53.996Z] (4/5) Installing curl (7.66.0-r1) [2020-11-05T19:52:54.262Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-05T19:52:54.262Z] Executing busybox-1.30.1-r3.trigger [2020-11-05T19:52:54.262Z] Executing ca-certificates-20191127-r2.trigger [2020-11-05T19:52:54.262Z] OK: 7 MiB in 19 packages [2020-11-05T19:52:55.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:55.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:55.666Z] Removing intermediate container 559c36728f52 [2020-11-05T19:52:55.666Z] ---> ada3eca4f7d4 [2020-11-05T19:52:55.666Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-05T19:52:55.666Z] ---> Running in 3eedca000156 [2020-11-05T19:52:55.666Z] ---> Running in cb140263025b [2020-11-05T19:52:55.935Z] Removing intermediate container d11392368d9b [2020-11-05T19:52:55.935Z] ---> fc0bd14a92b3 [2020-11-05T19:52:55.935Z] [2020-11-05T19:52:55.935Z] Step 10/23 : FROM alpine [2020-11-05T19:52:55.935Z] ---> d6e46aa2470d [2020-11-05T19:52:55.935Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:52:56.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:56.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:56.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:52:56.513Z] Removing intermediate container f89d0f3e0624 [2020-11-05T19:52:56.513Z] ---> 3b7aab7d680d [2020-11-05T19:52:56.513Z] [2020-11-05T19:52:56.513Z] Step 10/22 : FROM scratch [2020-11-05T19:52:56.513Z] ---> [2020-11-05T19:52:56.513Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:52:56.513Z] ---> Running in 157df4b20fed [2020-11-05T19:52:56.885Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:52:56.885Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:52:56.885Z] OK: 12623 distinct packages available [2020-11-05T19:52:56.885Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:52:56.885Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:52:56.885Z] OK: 12623 distinct packages available [2020-11-05T19:52:57.104Z] Removing intermediate container cb140263025b [2020-11-05T19:52:57.104Z] ---> a991191b8d6d [2020-11-05T19:52:57.104Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-05T19:52:57.104Z] Removing intermediate container 3eedca000156 [2020-11-05T19:52:57.104Z] ---> dd22bf61926f [2020-11-05T19:52:57.104Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-05T19:52:57.372Z] ---> Running in 1205155e141f [2020-11-05T19:52:57.372Z] Removing intermediate container 4eda763e4e21 [2020-11-05T19:52:57.372Z] ---> c8bd2e7c3714 [2020-11-05T19:52:57.372Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-05T19:52:57.372Z] Removing intermediate container 157df4b20fed [2020-11-05T19:52:57.372Z] ---> 9462d4960d8a [2020-11-05T19:52:57.372Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-05T19:52:57.372Z] ---> Running in 90008f634146 [2020-11-05T19:52:57.372Z] ---> Running in 6ae2e3f574f0 [2020-11-05T19:52:57.640Z] ---> Running in 430129c59cc3 [2020-11-05T19:52:57.640Z] Removing intermediate container 1205155e141f [2020-11-05T19:52:57.640Z] ---> 93b9f1937893 [2020-11-05T19:52:57.640Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-05T19:52:57.640Z] ---> Running in c51ad217f466 [2020-11-05T19:52:57.640Z] ---> 0f0691b88985 [2020-11-05T19:52:57.640Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-05T19:52:57.875Z] OK: 217 MiB in 51 packages [2020-11-05T19:52:57.875Z] OK: 217 MiB in 51 packages [2020-11-05T19:52:57.875Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:52:57.875Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:52:57.875Z] OK: 12623 distinct packages available [2020-11-05T19:52:57.875Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:52:57.875Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:52:57.875Z] OK: 12623 distinct packages available [2020-11-05T19:52:57.903Z] Removing intermediate container 6ae2e3f574f0 [2020-11-05T19:52:57.903Z] ---> c1e92dea644e [2020-11-05T19:52:57.903Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-05T19:52:57.903Z] Removing intermediate container 430129c59cc3 [2020-11-05T19:52:57.903Z] ---> 984dd45b8553 [2020-11-05T19:52:57.903Z] Step 13/24 : WORKDIR / [2020-11-05T19:52:57.903Z] Removing intermediate container 90008f634146 [2020-11-05T19:52:57.903Z] ---> 32082821bfe3 [2020-11-05T19:52:57.903Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-05T19:52:58.477Z] OK: 217 MiB in 51 packages [2020-11-05T19:52:58.478Z] ---> Running in 83458158454f [2020-11-05T19:52:58.478Z] Removing intermediate container c51ad217f466 [2020-11-05T19:52:58.478Z] ---> cc6bb4536736 [2020-11-05T19:52:58.478Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-05T19:52:59.058Z] ---> Running in fac8bd0ab80d [2020-11-05T19:52:59.058Z] ---> Running in 61959a8be5da [2020-11-05T19:52:59.058Z] ---> Running in e8562fade17e [2020-11-05T19:52:59.058Z] ---> efcfccd2362b [2020-11-05T19:52:59.058Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-05T19:52:59.077Z] OK: 217 MiB in 51 packages [2020-11-05T19:52:59.327Z] Removing intermediate container 83458158454f [2020-11-05T19:52:59.327Z] ---> e8d47ba53da3 [2020-11-05T19:52:59.327Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:52:59.595Z] Removing intermediate container e8562fade17e [2020-11-05T19:52:59.595Z] ---> 39bf339fef98 [2020-11-05T19:52:59.595Z] Step 14/22 : WORKDIR / [2020-11-05T19:52:59.595Z] Removing intermediate container fac8bd0ab80d [2020-11-05T19:52:59.595Z] ---> 4064c865a56f [2020-11-05T19:52:59.595Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-05T19:52:59.596Z] ---> Running in 9c931b248df2 [2020-11-05T19:52:59.864Z] ---> Running in c0131664d348 [2020-11-05T19:52:59.864Z] ---> 5182a1367614 [2020-11-05T19:52:59.864Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-05T19:53:00.064Z] Removing intermediate container 8ec6edbe1300 [2020-11-05T19:53:00.064Z] ---> e7266d2c5444 [2020-11-05T19:53:00.064Z] Step 6/24 : COPY go.mod . [2020-11-05T19:53:00.064Z] Removing intermediate container faee266aec96 [2020-11-05T19:53:00.064Z] ---> 3d1899411c97 [2020-11-05T19:53:00.064Z] Step 6/22 : COPY go.mod . [2020-11-05T19:53:00.064Z] Removing intermediate container 07c00f4f8457 [2020-11-05T19:53:00.064Z] ---> 96434c5263c3 [2020-11-05T19:53:00.064Z] Step 6/22 : COPY go.mod . [2020-11-05T19:53:00.128Z] Removing intermediate container 9c931b248df2 [2020-11-05T19:53:00.128Z] ---> 578eeede9430 [2020-11-05T19:53:00.128Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-05T19:53:00.342Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:53:00.342Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:53:00.342Z] OK: 12623 distinct packages available [2020-11-05T19:53:00.418Z] ---> aef6f860a0b2 [2020-11-05T19:53:00.418Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-05T19:53:00.418Z] ---> 5fedee900905 [2020-11-05T19:53:00.418Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-05T19:53:00.686Z] Removing intermediate container 61959a8be5da [2020-11-05T19:53:00.686Z] ---> d097de535108 [2020-11-05T19:53:00.686Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-05T19:53:00.686Z] ---> aef66d22c32b [2020-11-05T19:53:00.686Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-05T19:53:00.686Z] ---> 40d674bfbfe3 [2020-11-05T19:53:00.686Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-05T19:53:00.957Z] Removing intermediate container 109f9da97a9a [2020-11-05T19:53:00.957Z] ---> ee6a98f4d66f [2020-11-05T19:53:00.957Z] Step 6/20 : COPY go.mod . [2020-11-05T19:53:00.957Z] ---> efbe3e764563 [2020-11-05T19:53:00.957Z] Step 7/24 : RUN go mod download [2020-11-05T19:53:00.957Z] ---> fb21b0826ed7 [2020-11-05T19:53:00.957Z] Step 7/22 : RUN go mod download [2020-11-05T19:53:01.231Z] ---> Running in 7b5a0b9f00e8 [2020-11-05T19:53:01.231Z] ---> Running in d36bd6c87d86 [2020-11-05T19:53:01.231Z] ---> 3de2388db7e2 [2020-11-05T19:53:01.231Z] Step 7/22 : RUN go mod download [2020-11-05T19:53:01.231Z] OK: 217 MiB in 51 packages [2020-11-05T19:53:01.509Z] ---> Running in f4684844363b [2020-11-05T19:53:01.786Z] ---> 9f53ae5cda89 [2020-11-05T19:53:01.786Z] Step 7/20 : RUN go mod download [2020-11-05T19:53:02.069Z] ---> Running in d08ec3218d32 [2020-11-05T19:53:02.098Z] ---> bb03b99e4c03 [2020-11-05T19:53:02.098Z] ---> 22fd622850bf [2020-11-05T19:53:02.098Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlStep 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-05T19:53:02.098Z] [2020-11-05T19:53:02.098Z] ---> aa20c56cc99a [2020-11-05T19:53:02.098Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-05T19:53:02.098Z] ---> ee8a2e423517 [2020-11-05T19:53:02.098Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-05T19:53:02.098Z] Removing intermediate container c0131664d348 [2020-11-05T19:53:02.098Z] ---> c41826935080 [2020-11-05T19:53:02.098Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-05T19:53:02.098Z] ---> Running in aea5c3aa321c [2020-11-05T19:53:02.365Z] ---> 5b47a345f1fd [2020-11-05T19:53:02.365Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-05T19:53:02.638Z] ---> Running in 492874c219c1 [2020-11-05T19:53:02.638Z] ---> 0ed805918286 [2020-11-05T19:53:02.638Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-05T19:53:02.638Z] ---> 8913c9c33159 [2020-11-05T19:53:02.638Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-05T19:53:02.638Z] ---> 7c7333428a76 [2020-11-05T19:53:02.638Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-05T19:53:02.638Z] ---> Running in f22899ca0142 [2020-11-05T19:53:02.911Z] Removing intermediate container 492874c219c1 [2020-11-05T19:53:02.911Z] ---> 25330ff70a55 [2020-11-05T19:53:02.911Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:53:02.911Z] ---> Running in a24b4a96aa60 [2020-11-05T19:53:03.065Z] Removing intermediate container 0c28eabb5123 [2020-11-05T19:53:03.065Z] ---> 9015519b7c7b [2020-11-05T19:53:03.065Z] Step 6/22 : COPY go.mod . [2020-11-05T19:53:03.180Z] ---> 83a6361663fb [2020-11-05T19:53:03.180Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-05T19:53:03.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:53:03.180Z] Removing intermediate container f22899ca0142 [2020-11-05T19:53:03.180Z] ---> 2858796f6c8f [2020-11-05T19:53:03.180Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:53:03.441Z] ---> Running in 2e48191f0710 [2020-11-05T19:53:03.441Z] Removing intermediate container a24b4a96aa60 [2020-11-05T19:53:03.441Z] ---> 5ec5f6966381 [2020-11-05T19:53:03.441Z] Step 22/24 : LABEL arch=x86_64 [2020-11-05T19:53:03.441Z] ---> 7e80ba957287 [2020-11-05T19:53:03.441Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-05T19:53:03.707Z] ---> Running in 02518ef5de4d [2020-11-05T19:53:03.707Z] ---> 02c056d54e7f [2020-11-05T19:53:03.707Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-05T19:53:03.707Z] Removing intermediate container 2e48191f0710 [2020-11-05T19:53:03.707Z] ---> 612d330c63dd [2020-11-05T19:53:03.707Z] Step 20/22 : LABEL arch=x86_64 [2020-11-05T19:53:03.972Z] ---> 065b9ab6e356 [2020-11-05T19:53:03.972Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-05T19:53:03.972Z] ---> Running in 97067b06c6da [2020-11-05T19:53:03.972Z] Removing intermediate container 02518ef5de4d [2020-11-05T19:53:03.972Z] ---> 470f7bf7a76b [2020-11-05T19:53:03.972Z] Step 23/24 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:53:03.972Z] ---> Running in 9ebf095aee84 [2020-11-05T19:53:04.235Z] ---> 3e9debadd4a2 [2020-11-05T19:53:04.235Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-05T19:53:04.235Z] ---> Running in 39ecea4a513c [2020-11-05T19:53:04.498Z] ---> Running in c9eee941ed88 [2020-11-05T19:53:04.498Z] Removing intermediate container 97067b06c6da [2020-11-05T19:53:04.498Z] ---> c7cec0b6e4e9 [2020-11-05T19:53:04.498Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:53:04.504Z] ---> 54dadd38eb88 [2020-11-05T19:53:04.504Z] Step 7/22 : RUN go mod download [2020-11-05T19:53:04.504Z] ---> Running in 0621bda01165 [2020-11-05T19:53:04.776Z] ---> Running in 6253a706f07e [2020-11-05T19:53:04.776Z] Removing intermediate container 39ecea4a513c [2020-11-05T19:53:04.776Z] ---> 6f030fa71c31 [2020-11-05T19:53:04.776Z] Step 24/24 : LABEL version=1.2.2-dev.105 [2020-11-05T19:53:04.776Z] ---> Running in 171eba5e803e [2020-11-05T19:53:05.045Z] Removing intermediate container 6253a706f07e [2020-11-05T19:53:05.045Z] ---> c0f32a15952f [2020-11-05T19:53:05.045Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:53:05.045Z] ---> Running in d7d6afa1ba11 [2020-11-05T19:53:05.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:53:05.045Z] Removing intermediate container 171eba5e803e [2020-11-05T19:53:05.045Z] ---> 78603b23bab8 [2020-11-05T19:53:05.045Z] [2020-11-05T19:53:05.626Z] Successfully built 78603b23bab8 [2020-11-05T19:53:05.626Z] Removing intermediate container d7d6afa1ba11 [2020-11-05T19:53:05.626Z] ---> b6cadfcfb01b [2020-11-05T19:53:05.626Z] [2020-11-05T19:53:05.626Z] Successfully tagged docker-support-notifications-go:latest [2020-11-05T19:53:05.626Z] [3A[2K Building docker-support-notifications-go ... [32mdone[0m [3BBuilding docker-support-scheduler-go [2020-11-05T19:53:05.626Z] Successfully built b6cadfcfb01b [2020-11-05T19:53:05.890Z] Removing intermediate container 9ebf095aee84 [2020-11-05T19:53:05.890Z] ---> 148e1bdacb12 [2020-11-05T19:53:05.890Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-05T19:53:05.890Z] Successfully tagged docker-core-metadata-go:latest [2020-11-05T19:53:05.890Z] [9A[2K Building docker-core-metadata-go ... [32mdone[0m [9BBuilding docker-security-bootstrap-redis-go [2020-11-05T19:53:05.890Z] ---> Running in eab88cb06007 [2020-11-05T19:53:05.960Z] Removing intermediate container 7b5a0b9f00e8 [2020-11-05T19:53:05.960Z] ---> 171defedb48d [2020-11-05T19:53:05.960Z] Step 8/24 : COPY . . [2020-11-05T19:53:06.155Z] Removing intermediate container c9eee941ed88 [2020-11-05T19:53:06.155Z] ---> f8a45bb03779 [2020-11-05T19:53:06.155Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-05T19:53:06.155Z] Removing intermediate container eab88cb06007 [2020-11-05T19:53:06.155Z] ---> 8f3dc8bc5f85 [2020-11-05T19:53:06.155Z] Step 22/24 : LABEL arch=x86_64 [2020-11-05T19:53:06.155Z] ---> Running in a06192a6a49c [2020-11-05T19:53:06.560Z] Removing intermediate container f4684844363b [2020-11-05T19:53:06.560Z] ---> 5965218fe4bf [2020-11-05T19:53:06.560Z] Step 8/22 : COPY . . [2020-11-05T19:53:06.560Z] Removing intermediate container d36bd6c87d86 [2020-11-05T19:53:06.560Z] ---> 10ae9caa2ba9 [2020-11-05T19:53:06.560Z] Step 8/22 : COPY . . [2020-11-05T19:53:06.747Z] ---> b2aedc0bee9d [2020-11-05T19:53:06.747Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-05T19:53:06.747Z] Removing intermediate container a06192a6a49c [2020-11-05T19:53:06.747Z] ---> 2a20e7e6f1f7 [2020-11-05T19:53:06.747Z] Step 23/24 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:53:06.747Z] ---> Running in cae792b60147 [2020-11-05T19:53:07.164Z] Removing intermediate container d08ec3218d32 [2020-11-05T19:53:07.164Z] ---> 0838e4ddc096 [2020-11-05T19:53:07.164Z] Step 8/20 : COPY . . [2020-11-05T19:53:08.154Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-05T19:53:08.154Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-05T19:53:08.743Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-05T19:53:10.142Z] ---> Running in 88aab5d07939 [2020-11-05T19:53:10.717Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-05T19:53:11.674Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-05T19:53:11.943Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:53:11.943Z] OK: 8 MiB in 19 packages [2020-11-05T19:53:12.221Z] Removing intermediate container 88aab5d07939 [2020-11-05T19:53:12.221Z] ---> b5c4698214fd [2020-11-05T19:53:12.221Z] Step 24/24 : LABEL version=1.2.2-dev.105 [2020-11-05T19:53:12.221Z] ---> Running in 126768b96f87 [2020-11-05T19:53:12.615Z] Removing intermediate container 0621bda01165 [2020-11-05T19:53:12.615Z] ---> 1173c4df1350 [2020-11-05T19:53:12.615Z] Step 8/22 : COPY . . [2020-11-05T19:53:12.807Z] Removing intermediate container 126768b96f87 [2020-11-05T19:53:12.807Z] ---> ba9a3fc9fd0a [2020-11-05T19:53:12.807Z] [2020-11-05T19:53:12.807Z] Successfully built ba9a3fc9fd0a [2020-11-05T19:53:13.082Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-05T19:53:13.082Z] [5A[2K Building docker-security-secretstore-setup-go ... [32mdone[0m [5BBuilding docker-core-command-go [2020-11-05T19:53:13.082Z] Removing intermediate container aea5c3aa321c [2020-11-05T19:53:13.082Z] ---> 5b21d4091e7c [2020-11-05T19:53:13.082Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-05T19:53:18.434Z] Removing intermediate container cae792b60147 [2020-11-05T19:53:18.434Z] ---> 452c7c805c99 [2020-11-05T19:53:18.434Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-05T19:53:18.434Z] ---> 808b9bc4af60 [2020-11-05T19:53:18.434Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-05T19:53:20.940Z] ---> a12394313652 [2020-11-05T19:53:20.940Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-05T19:53:20.940Z] ---> Running in 06b6f1cdca39 [2020-11-05T19:53:21.224Z] ---> a84c2186e981 [2020-11-05T19:53:21.224Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-05T19:53:21.224Z] ---> 4ef76c8138e1 [2020-11-05T19:53:21.224Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-05T19:53:21.224Z] ---> 6cd54bd6727e [2020-11-05T19:53:21.224Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-05T19:53:21.313Z] ---> Running in 612f8e1846ba [2020-11-05T19:53:21.501Z] ---> Running in c3b5bd9f96b5 [2020-11-05T19:53:21.501Z] ---> Running in 280fe9c6d2e7 [2020-11-05T19:53:21.501Z] ---> Running in 4790414d0819 [2020-11-05T19:53:22.418Z] ---> 5cd4d78ac88f [2020-11-05T19:53:22.418Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-05T19:53:22.493Z] ---> 980143c1bf95 [2020-11-05T19:53:22.493Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-05T19:53:22.770Z] ---> Running in 1157b6b8e56f [2020-11-05T19:53:23.200Z] ---> 6530604e798c [2020-11-05T19:53:23.200Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-05T19:53:23.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-05T19:53:23.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-05T19:53:24.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-command/core-command ./cmd/core-command [2020-11-05T19:53:24.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-05T19:53:25.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-05T19:53:25.157Z] ---> Running in 48ac5df1a388 [2020-11-05T19:53:26.121Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:53:26.121Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:53:26.121Z] ---> 9a81ec46e8cd [2020-11-05T19:53:26.121Z] Step 3/22 : WORKDIR /edgex-go [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 65ad805b8d77 [2020-11-05T19:53:26.121Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 2011f06a6c71 [2020-11-05T19:53:26.121Z] Step 5/22 : RUN apk update && apk add make git [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 8c6daeb859a7 [2020-11-05T19:53:26.121Z] Step 6/22 : COPY go.mod . [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 123be9a6cf4c [2020-11-05T19:53:26.121Z] Step 7/22 : RUN go mod download [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 23d2139fee3d [2020-11-05T19:53:26.121Z] Step 8/22 : COPY . . [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 07e9d4e7ece1 [2020-11-05T19:53:26.121Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-05T19:53:26.121Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:53:26.121Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:53:26.121Z] ---> 9a81ec46e8cd [2020-11-05T19:53:26.121Z] Step 3/21 : WORKDIR /edgex-go [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 65ad805b8d77 [2020-11-05T19:53:26.121Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 2011f06a6c71 [2020-11-05T19:53:26.121Z] Step 5/21 : RUN apk update && apk add make git [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 8c6daeb859a7 [2020-11-05T19:53:26.121Z] Step 6/21 : COPY go.mod . [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 123be9a6cf4c [2020-11-05T19:53:26.121Z] Step 7/21 : RUN go mod download [2020-11-05T19:53:26.121Z] ---> Using cache [2020-11-05T19:53:26.121Z] ---> 23d2139fee3d [2020-11-05T19:53:26.121Z] Step 8/21 : COPY . . [2020-11-05T19:53:26.386Z] ---> Using cache [2020-11-05T19:53:26.386Z] ---> 07e9d4e7ece1 [2020-11-05T19:53:26.386Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-05T19:53:28.328Z] ---> Running in 0de4c5c804c1 [2020-11-05T19:53:28.328Z] ---> Running in a8ee418238dd [2020-11-05T19:53:28.328Z] Removing intermediate container 48ac5df1a388 [2020-11-05T19:53:28.328Z] ---> 02dbba2cbe4e [2020-11-05T19:53:28.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:53:28.603Z] ---> Running in 5a9c7a127f7f [2020-11-05T19:53:28.881Z] Removing intermediate container 612f8e1846ba [2020-11-05T19:53:28.881Z] ---> a8277768b86b [2020-11-05T19:53:28.881Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-05T19:53:30.285Z] ---> Running in 0b613db970a0 [2020-11-05T19:53:30.285Z] Removing intermediate container 5a9c7a127f7f [2020-11-05T19:53:30.285Z] ---> 74aa4bc7a3fc [2020-11-05T19:53:30.285Z] Step 21/23 : LABEL arch=x86_64 [2020-11-05T19:53:30.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-05T19:53:30.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-05T19:53:30.558Z] ---> Running in 41fde2bd1410 [2020-11-05T19:53:30.824Z] Removing intermediate container 0b613db970a0 [2020-11-05T19:53:30.824Z] ---> 632218537cb2 [2020-11-05T19:53:30.824Z] Step 26/29 : CMD [ "generate" ] [2020-11-05T19:53:30.824Z] ---> Running in dfb144bf201f [2020-11-05T19:53:31.414Z] Removing intermediate container 41fde2bd1410 [2020-11-05T19:53:31.414Z] ---> 28b6a318319e [2020-11-05T19:53:31.414Z] Step 22/23 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:53:31.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:53:31.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:53:31.680Z] ---> 9a81ec46e8cd [2020-11-05T19:53:31.680Z] Step 3/22 : WORKDIR /edgex-go [2020-11-05T19:53:31.680Z] ---> Using cache [2020-11-05T19:53:31.680Z] ---> 65ad805b8d77 [2020-11-05T19:53:31.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:53:31.680Z] ---> Using cache [2020-11-05T19:53:31.680Z] ---> 2011f06a6c71 [2020-11-05T19:53:31.680Z] Step 5/22 : RUN apk update && apk add make git [2020-11-05T19:53:31.680Z] ---> Using cache [2020-11-05T19:53:31.680Z] ---> 8c6daeb859a7 [2020-11-05T19:53:31.680Z] Step 6/22 : COPY go.mod . [2020-11-05T19:53:31.680Z] ---> Using cache [2020-11-05T19:53:31.680Z] ---> 123be9a6cf4c [2020-11-05T19:53:31.680Z] Step 7/22 : RUN go mod download [2020-11-05T19:53:31.680Z] ---> Using cache [2020-11-05T19:53:31.680Z] ---> 23d2139fee3d [2020-11-05T19:53:31.680Z] Step 8/22 : COPY . . [2020-11-05T19:53:31.680Z] ---> Using cache [2020-11-05T19:53:31.680Z] ---> 07e9d4e7ece1 [2020-11-05T19:53:31.680Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-05T19:53:32.655Z] Removing intermediate container dfb144bf201f [2020-11-05T19:53:32.655Z] ---> 834b2d9b3180 [2020-11-05T19:53:32.655Z] Step 27/29 : LABEL arch=x86_64 [2020-11-05T19:53:32.655Z] ---> Running in 8dc03a287b7e [2020-11-05T19:53:32.655Z] ---> Running in b1ff5fa0d0a2 [2020-11-05T19:53:33.259Z] ---> Running in c6655786aa7b [2020-11-05T19:53:33.259Z] Removing intermediate container 8dc03a287b7e [2020-11-05T19:53:33.259Z] ---> 0b86b77f9836 [2020-11-05T19:53:33.259Z] Step 23/23 : LABEL version=1.2.2-dev.105 [2020-11-05T19:53:33.531Z] ---> Running in c826287dc3f2 [2020-11-05T19:53:33.531Z] Removing intermediate container c6655786aa7b [2020-11-05T19:53:33.531Z] ---> d51480053b08 [2020-11-05T19:53:33.531Z] Step 28/29 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:53:33.531Z] ---> Running in 7ebb891fd52d [2020-11-05T19:53:34.117Z] Removing intermediate container c826287dc3f2 [2020-11-05T19:53:34.117Z] ---> c8ac667b1476 [2020-11-05T19:53:34.117Z] [2020-11-05T19:53:34.117Z] Removing intermediate container 7ebb891fd52d [2020-11-05T19:53:34.117Z] ---> 87d8378cc268 [2020-11-05T19:53:34.117Z] Step 29/29 : LABEL version=1.2.2-dev.105 [2020-11-05T19:53:34.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-command/core-command ./cmd/core-command [2020-11-05T19:53:34.117Z] ---> Running in 43b902015a0a [2020-11-05T19:53:34.117Z] Successfully built c8ac667b1476 [2020-11-05T19:53:34.117Z] Successfully tagged docker-core-data-go:latest [2020-11-05T19:53:34.117Z] [10A[2K Building docker-core-data-go ... [32mdone[0m [10BBuilding docker-security-proxy-setup-go [2020-11-05T19:53:34.384Z] Removing intermediate container 43b902015a0a [2020-11-05T19:53:34.384Z] ---> 585674a2d79c [2020-11-05T19:53:34.384Z] [2020-11-05T19:53:34.653Z] Successfully built 585674a2d79c [2020-11-05T19:53:34.653Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-05T19:53:34.653Z] [6A[2K Building docker-security-secrets-setup-go ... [32mdone[0m [6BBuilding docker-sys-mgmt-agent-go [2020-11-05T19:54:01.413Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:54:01.413Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:54:01.413Z] ---> 9a81ec46e8cd [2020-11-05T19:54:01.413Z] Step 3/27 : WORKDIR /edgex-go [2020-11-05T19:54:01.413Z] ---> Using cache [2020-11-05T19:54:01.413Z] ---> 65ad805b8d77 [2020-11-05T19:54:01.413Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:54:01.413Z] ---> Using cache [2020-11-05T19:54:01.413Z] ---> 2011f06a6c71 [2020-11-05T19:54:01.413Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-05T19:54:01.689Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:54:01.689Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:54:01.689Z] ---> 9a81ec46e8cd [2020-11-05T19:54:01.689Z] Step 3/20 : WORKDIR /edgex-go [2020-11-05T19:54:01.689Z] ---> Using cache [2020-11-05T19:54:01.689Z] ---> 65ad805b8d77 [2020-11-05T19:54:01.689Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:54:01.690Z] ---> Using cache [2020-11-05T19:54:01.690Z] ---> 2011f06a6c71 [2020-11-05T19:54:01.690Z] Step 5/20 : RUN apk update && apk add make git [2020-11-05T19:54:01.690Z] ---> Using cache [2020-11-05T19:54:01.690Z] ---> 8c6daeb859a7 [2020-11-05T19:54:01.690Z] Step 6/20 : COPY go.mod . [2020-11-05T19:54:01.954Z] ---> Using cache [2020-11-05T19:54:01.954Z] ---> 123be9a6cf4c [2020-11-05T19:54:01.954Z] Step 7/20 : RUN go mod download [2020-11-05T19:54:01.954Z] ---> Using cache [2020-11-05T19:54:01.954Z] ---> 23d2139fee3d [2020-11-05T19:54:01.954Z] Step 8/20 : COPY . . [2020-11-05T19:54:01.954Z] ---> Using cache [2020-11-05T19:54:01.954Z] ---> 07e9d4e7ece1 [2020-11-05T19:54:01.954Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-05T19:54:03.892Z] ---> Running in 374065622e81 [2020-11-05T19:54:03.892Z] ---> Running in f73cc99d9d74 [2020-11-05T19:54:03.892Z] Removing intermediate container 0de4c5c804c1 [2020-11-05T19:54:03.892Z] ---> 6464b3543c8f [2020-11-05T19:54:03.892Z] [2020-11-05T19:54:03.892Z] Step 10/22 : FROM alpine:3.10 [2020-11-05T19:54:03.892Z] ---> be4e4bea2c2e [2020-11-05T19:54:03.892Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-05T19:54:03.892Z] ---> Using cache [2020-11-05T19:54:03.892Z] ---> c8bd2e7c3714 [2020-11-05T19:54:03.892Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-05T19:54:04.161Z] ---> Running in 28cc69ab106b [2020-11-05T19:54:04.428Z] Removing intermediate container 28cc69ab106b [2020-11-05T19:54:04.428Z] ---> db3d3ed34033 [2020-11-05T19:54:04.428Z] Step 13/22 : WORKDIR / [2020-11-05T19:54:04.693Z] ---> Running in d7d954124d25 [2020-11-05T19:54:04.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-05T19:54:04.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:54:05.537Z] Removing intermediate container d7d954124d25 [2020-11-05T19:54:05.537Z] ---> 591b0a095d65 [2020-11-05T19:54:05.537Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-05T19:54:06.116Z] Removing intermediate container a8ee418238dd [2020-11-05T19:54:06.116Z] ---> ea411ffdcb40 [2020-11-05T19:54:06.116Z] [2020-11-05T19:54:06.116Z] Step 10/21 : FROM scratch [2020-11-05T19:54:06.116Z] ---> [2020-11-05T19:54:06.116Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:54:06.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:54:07.314Z] ---> Using cache [2020-11-05T19:54:07.314Z] ---> 93b9f1937893 [2020-11-05T19:54:07.314Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-05T19:54:08.283Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:54:08.283Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:54:08.283Z] OK: 12752 distinct packages available [2020-11-05T19:54:08.552Z] OK: 233 MiB in 51 packages [2020-11-05T19:54:08.552Z] ---> 2254894e9280 [2020-11-05T19:54:08.552Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-05T19:54:08.552Z] ---> Running in 17550006ef98 [2020-11-05T19:54:10.508Z] Removing intermediate container b1ff5fa0d0a2 [2020-11-05T19:54:10.508Z] ---> 8a24ec11b0ae [2020-11-05T19:54:10.508Z] [2020-11-05T19:54:10.508Z] Step 10/22 : FROM scratch [2020-11-05T19:54:10.508Z] ---> [2020-11-05T19:54:10.508Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:54:10.508Z] ---> Using cache [2020-11-05T19:54:10.508Z] ---> 93b9f1937893 [2020-11-05T19:54:10.508Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-05T19:54:10.508Z] Removing intermediate container 17550006ef98 [2020-11-05T19:54:10.508Z] ---> 2f3075fd8cde [2020-11-05T19:54:10.508Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-05T19:54:10.508Z] ---> Running in e946f6ed2872 [2020-11-05T19:54:10.772Z] ---> Running in 758634376c56 [2020-11-05T19:54:10.772Z] ---> 991e0782bfa3 [2020-11-05T19:54:10.772Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-05T19:54:11.054Z] Removing intermediate container e946f6ed2872 [2020-11-05T19:54:11.054Z] ---> aba0428a75c4 [2020-11-05T19:54:11.054Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-05T19:54:11.054Z] Removing intermediate container 758634376c56 [2020-11-05T19:54:11.054Z] ---> 2030dc40a607 [2020-11-05T19:54:11.054Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-05T19:54:11.054Z] Removing intermediate container 374065622e81 [2020-11-05T19:54:11.054Z] ---> f89700190a99 [2020-11-05T19:54:11.054Z] Step 6/27 : COPY go.mod . [2020-11-05T19:54:11.054Z] ---> Running in 0ae2c11691f8 [2020-11-05T19:54:11.338Z] ---> eb780e8aee7f [2020-11-05T19:54:11.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-05T19:54:11.338Z] Removing intermediate container 0ae2c11691f8 [2020-11-05T19:54:11.338Z] ---> 95e39a06cc2e [2020-11-05T19:54:11.338Z] Step 14/22 : WORKDIR / [2020-11-05T19:54:11.338Z] ---> cc8d8bc560d0 [2020-11-05T19:54:11.338Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-05T19:54:11.614Z] ---> Running in c151e8d3c479 [2020-11-05T19:54:11.614Z] ---> 44990c8313cc [2020-11-05T19:54:11.614Z] Step 7/27 : RUN go mod download [2020-11-05T19:54:11.614Z] ---> Running in 1386c23b68a0 [2020-11-05T19:54:11.886Z] ---> 242723aff70e [2020-11-05T19:54:11.886Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-05T19:54:11.886Z] Removing intermediate container c151e8d3c479 [2020-11-05T19:54:11.886Z] ---> caadb2868df3 [2020-11-05T19:54:11.886Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-05T19:54:11.886Z] ---> Running in da9591ccab88 [2020-11-05T19:54:12.491Z] ---> dc52f9c3ab8e [2020-11-05T19:54:12.491Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-05T19:54:12.491Z] ---> 1b7555c6a701 [2020-11-05T19:54:12.491Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-05T19:54:13.086Z] ---> 0cbbf9549a2d [2020-11-05T19:54:13.086Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-05T19:54:13.086Z] ---> Running in 1310bb256ab3 [2020-11-05T19:54:13.671Z] ---> 2fb2520c58cf [2020-11-05T19:54:13.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-05T19:54:13.672Z] Removing intermediate container 1310bb256ab3 [2020-11-05T19:54:13.672Z] ---> 7fc01772d4bc [2020-11-05T19:54:13.672Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:54:13.941Z] Removing intermediate container da9591ccab88 [2020-11-05T19:54:13.941Z] ---> f729c3678373 [2020-11-05T19:54:13.941Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-05T19:54:13.941Z] ---> Running in 96d492fb496d [2020-11-05T19:54:14.217Z] ---> Running in ffd325462a4c [2020-11-05T19:54:14.508Z] ---> b186459a7468 [2020-11-05T19:54:14.508Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-05T19:54:14.508Z] Removing intermediate container 96d492fb496d [2020-11-05T19:54:14.508Z] ---> b14edeb4bc18 [2020-11-05T19:54:14.771Z] Step 19/21 : LABEL arch=x86_64 [2020-11-05T19:54:14.771Z] ---> Running in fa5e3184fe48 [2020-11-05T19:54:14.771Z] Removing intermediate container ffd325462a4c [2020-11-05T19:54:14.771Z] ---> 6e57e5becb24 [2020-11-05T19:54:14.771Z] Step 20/22 : LABEL arch=x86_64 [2020-11-05T19:54:14.771Z] Removing intermediate container 1386c23b68a0 [2020-11-05T19:54:14.771Z] ---> a08f3d90beae [2020-11-05T19:54:14.771Z] Step 8/27 : COPY . . [2020-11-05T19:54:15.037Z] ---> Running in 842b0e64d39a [2020-11-05T19:54:15.037Z] ---> Running in 59d0c5af5931 [2020-11-05T19:54:15.037Z] Removing intermediate container fa5e3184fe48 [2020-11-05T19:54:15.037Z] ---> 080bfcfba40d [2020-11-05T19:54:15.037Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:54:15.642Z] ---> Running in 746a6edb2e00 [2020-11-05T19:54:15.642Z] Removing intermediate container 842b0e64d39a [2020-11-05T19:54:15.642Z] ---> 89fea7781293 [2020-11-05T19:54:15.642Z] Step 20/21 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:54:16.598Z] Removing intermediate container 59d0c5af5931 [2020-11-05T19:54:16.598Z] ---> ffc0aab2884c [2020-11-05T19:54:16.598Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:54:18.533Z] ---> Running in 02b5abba31f2 [2020-11-05T19:54:18.533Z] Removing intermediate container 746a6edb2e00 [2020-11-05T19:54:18.533Z] ---> 53aff869ba9b [2020-11-05T19:54:18.533Z] Step 20/22 : LABEL arch=x86_64 [2020-11-05T19:54:18.533Z] ---> Running in 6233e700b32a [2020-11-05T19:54:19.948Z] ---> Running in 00c85563ac48 [2020-11-05T19:54:20.529Z] Removing intermediate container 02b5abba31f2 [2020-11-05T19:54:20.529Z] ---> 0bdcb8f6de64 [2020-11-05T19:54:20.529Z] Step 21/21 : LABEL version=1.2.2-dev.105 [2020-11-05T19:54:21.934Z] Removing intermediate container 6233e700b32a [2020-11-05T19:54:21.934Z] ---> e97b08244a73 [2020-11-05T19:54:21.934Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:54:22.889Z] Removing intermediate container 00c85563ac48 [2020-11-05T19:54:22.889Z] ---> 06a659f33f84 [2020-11-05T19:54:22.889Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:54:25.459Z] ---> Running in cea9f3b43f40 [2020-11-05T19:54:25.459Z] ---> Running in 4c7208d3eb03 [2020-11-05T19:54:25.459Z] Removing intermediate container f73cc99d9d74 [2020-11-05T19:54:25.459Z] ---> 2b880cae9257 [2020-11-05T19:54:25.459Z] [2020-11-05T19:54:25.459Z] Step 10/20 : FROM alpine [2020-11-05T19:54:25.459Z] ---> d6e46aa2470d [2020-11-05T19:54:25.459Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-05T19:54:25.723Z] ---> Running in 53683c00988c [2020-11-05T19:54:26.678Z] ---> Running in f44809d7412b [2020-11-05T19:54:26.943Z] Removing intermediate container 4c7208d3eb03 [2020-11-05T19:54:26.943Z] ---> 7cdd678ee82f [2020-11-05T19:54:26.943Z] [2020-11-05T19:54:26.943Z] Removing intermediate container cea9f3b43f40 [2020-11-05T19:54:26.943Z] ---> b14b827a0558 [2020-11-05T19:54:26.943Z] [2020-11-05T19:54:26.943Z] Removing intermediate container 53683c00988c [2020-11-05T19:54:26.943Z] ---> 2cb9de86d9cb [2020-11-05T19:54:26.943Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:54:26.943Z] Successfully built b14b827a0558 [2020-11-05T19:54:26.943Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-05T19:54:26.943Z] Successfully built 7cdd678ee82f [2020-11-05T19:54:26.943Z] Building docker-support-logging-go [2020-11-05T19:54:27.205Z] [8A[2K Building docker-security-bootstrap-redis-go ... [32mdone[0m [8BSuccessfully tagged docker-support-scheduler-go:latest [2020-11-05T19:54:28.158Z] [2A[2K Building docker-support-scheduler-go ... [32mdone[0m [2B ---> Running in 8562857be1b6 [2020-11-05T19:54:28.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:54:29.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:54:29.614Z] v3.12.1-18-g4eebf29fe4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:54:29.614Z] v3.12.1-17-gcfd90d31bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:54:29.614Z] OK: 12744 distinct packages available [2020-11-05T19:54:29.889Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-05T19:54:30.470Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-05T19:54:30.470Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-05T19:54:30.470Z] Removing intermediate container 8562857be1b6 [2020-11-05T19:54:30.470Z] ---> 35f24c3b9d2e [2020-11-05T19:54:30.470Z] [2020-11-05T19:54:30.470Z] (4/4) Installing curl (7.69.1-r1) [2020-11-05T19:54:30.470Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:54:30.470Z] Executing ca-certificates-20191127-r4.trigger [2020-11-05T19:54:30.470Z] OK: 7 MiB in 18 packages [2020-11-05T19:54:30.736Z] Successfully built 35f24c3b9d2e [2020-11-05T19:54:31.692Z] Successfully tagged docker-core-command-go:latest [2020-11-05T19:54:35.962Z] [11A[2K Building docker-core-command-go ... [32mdone[0m [11BRemoving intermediate container f44809d7412b [2020-11-05T19:54:35.962Z] ---> 96156b54e718 [2020-11-05T19:54:35.962Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-05T19:54:37.913Z] ---> Running in a43fc36c32df [2020-11-05T19:54:38.510Z] ---> c196984a32b9 [2020-11-05T19:54:38.510Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-05T19:54:38.510Z] ---> Running in 63045355830d [2020-11-05T19:54:38.510Z] Removing intermediate container a43fc36c32df [2020-11-05T19:54:38.510Z] ---> 540fac1a5084 [2020-11-05T19:54:38.510Z] Step 13/20 : WORKDIR /edgex [2020-11-05T19:54:38.776Z] ---> Running in d13159336453 [2020-11-05T19:54:40.182Z] Removing intermediate container d13159336453 [2020-11-05T19:54:40.182Z] ---> d1b37dadef03 [2020-11-05T19:54:40.182Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-05T19:54:40.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-05T19:54:40.779Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:54:40.779Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:54:40.779Z] ---> 9a81ec46e8cd [2020-11-05T19:54:40.779Z] Step 3/22 : WORKDIR /edgex-go [2020-11-05T19:54:40.779Z] ---> Using cache [2020-11-05T19:54:40.779Z] ---> 65ad805b8d77 [2020-11-05T19:54:40.779Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:54:40.779Z] ---> Using cache [2020-11-05T19:54:40.779Z] ---> 2011f06a6c71 [2020-11-05T19:54:40.779Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-05T19:54:41.363Z] ---> 68a0b06c5861 [2020-11-05T19:54:41.363Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-05T19:54:41.642Z] ---> Running in 0ac93ffd7bf2 [2020-11-05T19:54:42.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:54:42.616Z] ---> a9dfe0409a42 [2020-11-05T19:54:42.616Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-05T19:54:42.616Z] ---> Running in 97dc52b7a4bb [2020-11-05T19:54:42.885Z] Removing intermediate container 97dc52b7a4bb [2020-11-05T19:54:42.885Z] ---> e7d6bff90178 [2020-11-05T19:54:42.885Z] Step 17/20 : CMD ["--init=true"] [2020-11-05T19:54:42.885Z] ---> Running in ccb8ebfad57d [2020-11-05T19:54:43.150Z] Removing intermediate container ccb8ebfad57d [2020-11-05T19:54:43.150Z] ---> f8865d9891a8 [2020-11-05T19:54:43.150Z] Step 18/20 : LABEL arch=x86_64 [2020-11-05T19:54:43.150Z] ---> Running in 470be7204e3b [2020-11-05T19:54:43.417Z] Removing intermediate container 470be7204e3b [2020-11-05T19:54:43.417Z] ---> 72a5f4db9443 [2020-11-05T19:54:43.417Z] Step 19/20 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:54:43.417Z] ---> Running in 1300375f0ece [2020-11-05T19:54:43.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:54:43.684Z] Removing intermediate container 1300375f0ece [2020-11-05T19:54:43.684Z] ---> d56dfad11b8b [2020-11-05T19:54:43.684Z] Step 20/20 : LABEL version=1.2.2-dev.105 [2020-11-05T19:54:43.964Z] ---> Running in 9ce918e1018a [2020-11-05T19:54:43.964Z] Removing intermediate container 9ce918e1018a [2020-11-05T19:54:43.964Z] ---> cf38a5ec7ad8 [2020-11-05T19:54:43.964Z] [2020-11-05T19:54:44.580Z] Successfully built cf38a5ec7ad8 [2020-11-05T19:54:44.580Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-05T19:54:44.580Z] [7A[2K Building docker-security-proxy-setup-go ... [32mdone[0m [7Bv3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:54:44.857Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:54:44.857Z] OK: 12752 distinct packages available [2020-11-05T19:54:44.857Z] OK: 233 MiB in 51 packages [2020-11-05T19:54:45.127Z] OK: 233 MiB in 51 packages [2020-11-05T19:54:46.117Z] Removing intermediate container 0ac93ffd7bf2 [2020-11-05T19:54:46.117Z] ---> 865381688fc8 [2020-11-05T19:54:46.117Z] Step 6/22 : COPY go.mod . [2020-11-05T19:54:46.384Z] ---> 2341123c0336 [2020-11-05T19:54:46.384Z] Step 7/22 : RUN go mod download [2020-11-05T19:54:46.384Z] ---> Running in e045da790b2e [2020-11-05T19:54:46.996Z] Removing intermediate container 280fe9c6d2e7 [2020-11-05T19:54:46.996Z] ---> 37306dfe9cff [2020-11-05T19:54:46.996Z] [2020-11-05T19:54:46.996Z] Step 10/20 : FROM alpine [2020-11-05T19:54:47.271Z] latest: Pulling from library/alpine [2020-11-05T19:54:47.557Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-05T19:54:47.557Z] Status: Downloaded newer image for alpine:latest [2020-11-05T19:54:47.557Z] ---> 2e77e061c27f [2020-11-05T19:54:47.557Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-05T19:54:48.163Z] ---> Running in 6bb158bef548 [2020-11-05T19:54:48.362Z] Removing intermediate container e045da790b2e [2020-11-05T19:54:48.362Z] ---> 283ebb9d4b14 [2020-11-05T19:54:48.362Z] Step 8/22 : COPY . . [2020-11-05T19:54:51.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:54:51.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:54:51.575Z] Removing intermediate container c3b5bd9f96b5 [2020-11-05T19:54:51.575Z] ---> 90a9c0dd5c5e [2020-11-05T19:54:51.575Z] [2020-11-05T19:54:51.575Z] Step 10/22 : FROM alpine:3.10 [2020-11-05T19:54:52.173Z] v3.12.1-18-g4eebf29fe4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:54:52.173Z] v3.12.1-17-gcfd90d31bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:54:52.173Z] OK: 12615 distinct packages available [2020-11-05T19:54:53.161Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-05T19:54:53.161Z] 3.10: Pulling from library/alpine [2020-11-05T19:54:53.161Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-05T19:54:53.161Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-05T19:54:53.161Z] (4/4) Installing curl (7.69.1-r1) [2020-11-05T19:54:53.161Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:54:53.161Z] Executing ca-certificates-20191127-r4.trigger [2020-11-05T19:54:53.781Z] OK: 7 MiB in 18 packages [2020-11-05T19:54:55.239Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-05T19:54:55.239Z] Status: Downloaded newer image for alpine:3.10 [2020-11-05T19:54:55.239Z] ---> 536a684cf733 [2020-11-05T19:54:55.239Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-05T19:54:55.520Z] ---> Running in ad7bc1e058b2 [2020-11-05T19:54:57.151Z] Removing intermediate container 6bb158bef548 [2020-11-05T19:54:57.151Z] ---> 0d81bcd43c80 [2020-11-05T19:54:57.151Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-05T19:54:57.151Z] ---> Running in a3b44374a7e0 [2020-11-05T19:54:58.190Z] Removing intermediate container a3b44374a7e0 [2020-11-05T19:54:58.190Z] ---> c2d02d308559 [2020-11-05T19:54:58.190Z] Step 13/20 : WORKDIR /edgex [2020-11-05T19:54:58.190Z] ---> Running in 4cb6ab484336 [2020-11-05T19:54:58.608Z] Removing intermediate container 63045355830d [2020-11-05T19:54:58.609Z] ---> 2fd53ab010a7 [2020-11-05T19:54:58.609Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-05T19:54:58.609Z] ---> Running in 6c2264bdfa61 [2020-11-05T19:54:58.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:54:59.108Z] Removing intermediate container 4cb6ab484336 [2020-11-05T19:54:59.108Z] ---> b813b469aaaa [2020-11-05T19:54:59.108Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-05T19:54:59.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:54:59.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-05T19:55:00.454Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-05T19:55:00.454Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-05T19:55:00.454Z] OK: 10167 distinct packages available [2020-11-05T19:55:00.454Z] ---> cd0b53ccf812 [2020-11-05T19:55:00.454Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-05T19:55:01.065Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-05T19:55:01.342Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-05T19:55:01.342Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-05T19:55:01.342Z] (4/5) Installing curl (7.66.0-r1) [2020-11-05T19:55:01.342Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-05T19:55:01.342Z] Executing busybox-1.30.1-r3.trigger [2020-11-05T19:55:01.342Z] Executing ca-certificates-20191127-r2.trigger [2020-11-05T19:55:01.964Z] OK: 7 MiB in 19 packages [2020-11-05T19:55:02.179Z] Removing intermediate container 6c2264bdfa61 [2020-11-05T19:55:02.179Z] ---> 4af4d92e26bb [2020-11-05T19:55:02.179Z] [2020-11-05T19:55:02.179Z] Step 11/27 : FROM docker:latest [2020-11-05T19:55:02.179Z] ---> 6972c414f322 [2020-11-05T19:55:02.179Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-05T19:55:02.444Z] ---> Running in 5a55aced2dc5 [2020-11-05T19:55:02.567Z] ---> 6b5e3b3c291f [2020-11-05T19:55:02.567Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-05T19:55:02.852Z] ---> Running in 6ebcf3bc80ea [2020-11-05T19:55:03.838Z] Removing intermediate container 6ebcf3bc80ea [2020-11-05T19:55:03.838Z] ---> 3482e9b283f9 [2020-11-05T19:55:03.838Z] Step 17/20 : CMD ["--init=true"] [2020-11-05T19:55:03.838Z] ---> Running in 77bf698b7868 [2020-11-05T19:55:03.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:55:03.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:55:03.845Z] (1/2) Installing readline (8.0.4-r0) [2020-11-05T19:55:03.845Z] (2/2) Installing bash (5.0.17-r0) [2020-11-05T19:55:03.845Z] Executing bash-5.0.17-r0.post-install [2020-11-05T19:55:03.845Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:55:03.845Z] OK: 12 MiB in 22 packages [2020-11-05T19:55:04.442Z] Removing intermediate container ad7bc1e058b2 [2020-11-05T19:55:04.442Z] ---> 82b6e028e860 [2020-11-05T19:55:04.442Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-05T19:55:04.723Z] ---> Running in 0fab89cd199f [2020-11-05T19:55:04.723Z] Removing intermediate container 77bf698b7868 [2020-11-05T19:55:04.723Z] ---> 3877bf3a3358 [2020-11-05T19:55:04.723Z] Step 18/20 : LABEL arch=arm64 [2020-11-05T19:55:04.793Z] ---> 03877410e50b [2020-11-05T19:55:04.793Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-05T19:55:04.998Z] ---> Running in a21a6cc8a5df [2020-11-05T19:55:05.058Z] ---> Running in 72efa6c8b5d2 [2020-11-05T19:55:05.058Z] Removing intermediate container 5a55aced2dc5 [2020-11-05T19:55:05.058Z] ---> d26256d7ed3c [2020-11-05T19:55:05.058Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-05T19:55:05.277Z] Removing intermediate container 0fab89cd199f [2020-11-05T19:55:05.277Z] ---> 8e84dd21809e [2020-11-05T19:55:05.277Z] Step 13/22 : WORKDIR / [2020-11-05T19:55:05.321Z] ---> Running in 5b140bc57425 [2020-11-05T19:55:05.554Z] ---> Running in 362f0949b508 [2020-11-05T19:55:05.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-05T19:55:05.833Z] Removing intermediate container a21a6cc8a5df [2020-11-05T19:55:05.833Z] ---> a56222fdcf8f [2020-11-05T19:55:05.833Z] Step 19/20 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:06.113Z] ---> Running in 706926aa5583 [2020-11-05T19:55:06.170Z] Removing intermediate container 5b140bc57425 [2020-11-05T19:55:06.170Z] ---> 60ac2043b0da [2020-11-05T19:55:06.170Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-05T19:55:06.170Z] ---> Running in 908e258a82e2 [2020-11-05T19:55:06.392Z] Removing intermediate container 362f0949b508 [2020-11-05T19:55:06.393Z] ---> 8b3317da6381 [2020-11-05T19:55:06.393Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-05T19:55:06.437Z] Removing intermediate container 908e258a82e2 [2020-11-05T19:55:06.437Z] ---> 152ff2501741 [2020-11-05T19:55:06.437Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-05T19:55:06.437Z] ---> Running in 5fa7bfe80318 [2020-11-05T19:55:06.669Z] Removing intermediate container 706926aa5583 [2020-11-05T19:55:06.669Z] ---> 2f62e704b810 [2020-11-05T19:55:06.669Z] Step 20/20 : LABEL version=1.2.2-dev.105 [2020-11-05T19:55:06.703Z] Removing intermediate container 5fa7bfe80318 [2020-11-05T19:55:06.703Z] ---> 4201ed410e4d [2020-11-05T19:55:06.703Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-05T19:55:06.948Z] ---> Running in 90bcfd5f0797 [2020-11-05T19:55:06.969Z] ---> Running in 173f1353ac00 [2020-11-05T19:55:07.235Z] Removing intermediate container 173f1353ac00 [2020-11-05T19:55:07.235Z] ---> 0962fe6f73ea [2020-11-05T19:55:07.235Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-05T19:55:07.553Z] Removing intermediate container 90bcfd5f0797 [2020-11-05T19:55:07.553Z] ---> 3ac4deb6969c [2020-11-05T19:55:07.553Z] [2020-11-05T19:55:07.830Z] ---> 7eae6805d055 [2020-11-05T19:55:07.830Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-05T19:55:08.112Z] Successfully built 3ac4deb6969c [2020-11-05T19:55:08.112Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-05T19:55:08.112Z] [7A[2K Building docker-security-proxy-setup-go ... [32mdone[0m [7BBuilding docker-support-logging-go [2020-11-05T19:55:08.202Z] ---> 84468eb7b789 [2020-11-05T19:55:08.202Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-05T19:55:08.475Z] ---> 18f4cf7ccdea [2020-11-05T19:55:08.475Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-05T19:55:09.081Z] ---> c3c95ec22b2c [2020-11-05T19:55:09.081Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-05T19:55:10.056Z] ---> Running in 381ee2e260bd [2020-11-05T19:55:10.107Z] ---> 2773990d39f4 [2020-11-05T19:55:10.107Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-05T19:55:10.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:55:10.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:55:10.924Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-05T19:55:10.924Z] (2/33) Installing expat (2.2.9-r1) [2020-11-05T19:55:10.924Z] (3/33) Installing libffi (3.3-r2) [2020-11-05T19:55:10.924Z] (4/33) Installing gdbm (1.13-r1) [2020-11-05T19:55:10.924Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-05T19:55:10.924Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-05T19:55:10.924Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-05T19:55:11.880Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-05T19:55:11.880Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-05T19:55:11.880Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-05T19:55:11.880Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-05T19:55:11.880Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-05T19:55:11.880Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-05T19:55:11.880Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-05T19:55:12.155Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-05T19:55:12.155Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-05T19:55:12.155Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-05T19:55:12.155Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-05T19:55:12.155Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-05T19:55:12.155Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-05T19:55:12.155Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-05T19:55:12.155Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-05T19:55:12.421Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-05T19:55:12.421Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-05T19:55:12.421Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-05T19:55:12.421Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-05T19:55:12.421Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-05T19:55:12.421Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-05T19:55:12.421Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-05T19:55:12.421Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-05T19:55:12.421Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-05T19:55:12.421Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-05T19:55:12.421Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-05T19:55:12.689Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:55:12.689Z] OK: 71 MiB in 55 packages [2020-11-05T19:55:12.742Z] ---> d179f2cb0f61 [2020-11-05T19:55:12.742Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-05T19:55:14.737Z] ---> c3f7802ae817 [2020-11-05T19:55:14.737Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-05T19:55:15.027Z] ---> Running in dc2d288b3c07 [2020-11-05T19:55:19.366Z] Removing intermediate container 4790414d0819 [2020-11-05T19:55:19.366Z] ---> a76d37379551 [2020-11-05T19:55:19.366Z] [2020-11-05T19:55:19.366Z] Step 10/22 : FROM scratch [2020-11-05T19:55:19.366Z] ---> [2020-11-05T19:55:19.366Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:55:19.366Z] Removing intermediate container 06b6f1cdca39 [2020-11-05T19:55:19.366Z] ---> 7490f0944728 [2020-11-05T19:55:19.366Z] [2020-11-05T19:55:19.366Z] Step 10/24 : FROM scratch [2020-11-05T19:55:19.366Z] ---> [2020-11-05T19:55:19.366Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-05T19:55:19.366Z] ---> Running in a865525e30d4 [2020-11-05T19:55:19.366Z] ---> Running in 906dce5adfa1 [2020-11-05T19:55:19.980Z] Removing intermediate container dc2d288b3c07 [2020-11-05T19:55:19.980Z] ---> c8f6c76b449c [2020-11-05T19:55:19.980Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-05T19:55:20.253Z] Removing intermediate container a865525e30d4 [2020-11-05T19:55:20.253Z] ---> 50dfdc016304 [2020-11-05T19:55:20.253Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-05T19:55:20.853Z] ---> Running in fd9a72881deb [2020-11-05T19:55:20.853Z] Removing intermediate container 906dce5adfa1 [2020-11-05T19:55:20.853Z] ---> e5c13a4cd22a [2020-11-05T19:55:20.853Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-05T19:55:20.853Z] ---> Running in 6cb27121d3fb [2020-11-05T19:55:21.127Z] ---> Running in 98e4b9990945 [2020-11-05T19:55:21.730Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:55:21.730Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:55:21.730Z] ---> 2f9903c6e1e8 [2020-11-05T19:55:21.730Z] Step 3/22 : WORKDIR /edgex-goRemoving intermediate container fd9a72881deb [2020-11-05T19:55:21.730Z] Removing intermediate container 6cb27121d3fb [2020-11-05T19:55:21.730Z] [2020-11-05T19:55:21.730Z] ---> c3be11824dc8 [2020-11-05T19:55:21.730Z] ---> Using cache [2020-11-05T19:55:21.730Z] ---> 08450e45e0ee [2020-11-05T19:55:21.730Z] Step 20/22 : LABEL arch=arm64Step 13/22 : EXPOSE $APP_PORT ---> 88ccb4bc118c [2020-11-05T19:55:21.730Z] [2020-11-05T19:55:21.730Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:55:21.730Z] ---> Using cache [2020-11-05T19:55:21.730Z] [2020-11-05T19:55:21.730Z] ---> dec79b0fb78a [2020-11-05T19:55:21.730Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-05T19:55:21.730Z] ---> Running in 261e82c4bde3 [2020-11-05T19:55:21.730Z] Removing intermediate container 98e4b9990945 [2020-11-05T19:55:21.730Z] ---> 4a46a10e705b [2020-11-05T19:55:21.730Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-05T19:55:21.730Z] ---> Running in 0c9f2868632d [2020-11-05T19:55:22.002Z] ---> Running in 791b7b79f501 [2020-11-05T19:55:22.002Z] ---> Running in 97fbe730ee34 [2020-11-05T19:55:22.607Z] Removing intermediate container 0c9f2868632d [2020-11-05T19:55:22.607Z] ---> 62ca826a13d9 [2020-11-05T19:55:22.607Z] Step 14/22 : WORKDIR / [2020-11-05T19:55:22.738Z] Removing intermediate container 381ee2e260bd [2020-11-05T19:55:22.738Z] ---> 5331a54cc9e6 [2020-11-05T19:55:22.738Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-05T19:55:22.738Z] ---> Running in aee448df52ea [2020-11-05T19:55:22.888Z] Removing intermediate container 97fbe730ee34 [2020-11-05T19:55:22.888Z] ---> a88220d71442 [2020-11-05T19:55:22.888Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-05T19:55:22.888Z] Removing intermediate container 791b7b79f501 [2020-11-05T19:55:22.888Z] ---> 2110af7e0e01 [2020-11-05T19:55:22.888Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:23.000Z] Removing intermediate container 72efa6c8b5d2 [2020-11-05T19:55:23.000Z] ---> c823de98f831 [2020-11-05T19:55:23.000Z] [2020-11-05T19:55:23.000Z] Step 10/22 : FROM scratch [2020-11-05T19:55:23.000Z] ---> [2020-11-05T19:55:23.000Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-05T19:55:23.165Z] ---> Running in bf7321f6c430 [2020-11-05T19:55:23.165Z] ---> Running in 4532c4cbe510 [2020-11-05T19:55:23.263Z] Collecting docker-compose==1.23.2 [2020-11-05T19:55:23.263Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-05T19:55:23.526Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-05T19:55:23.526Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-05T19:55:23.526Z] ---> Using cache [2020-11-05T19:55:23.526Z] ---> 3b4f14a8e510 [2020-11-05T19:55:23.526Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-05T19:55:23.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:55:23.779Z] Removing intermediate container bf7321f6c430 [2020-11-05T19:55:23.779Z] ---> 777b76486a74 [2020-11-05T19:55:23.779Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-05T19:55:23.788Z] ---> Running in b6827a596d88 [2020-11-05T19:55:23.788Z] Removing intermediate container b6827a596d88 [2020-11-05T19:55:23.788Z] ---> 7bf0af2229f6 [2020-11-05T19:55:23.788Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-05T19:55:23.788Z] ---> Running in 19b41e629bdb [2020-11-05T19:55:24.050Z] Collecting jsonschema<3,>=2.5.1 [2020-11-05T19:55:24.050Z] Removing intermediate container 19b41e629bdb [2020-11-05T19:55:24.050Z] ---> 1e70ba6bbeb9 [2020-11-05T19:55:24.050Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-05T19:55:24.050Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-05T19:55:24.050Z] Collecting texttable<0.10,>=0.9.0 [2020-11-05T19:55:24.050Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-05T19:55:24.051Z] ---> 04411a002910 [2020-11-05T19:55:24.051Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-05T19:55:24.051Z] Removing intermediate container 4532c4cbe510 [2020-11-05T19:55:24.051Z] ---> 8f3b0b425556 [2020-11-05T19:55:24.051Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:55:24.313Z] ---> 7fbc46d29683 [2020-11-05T19:55:24.313Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-05T19:55:24.326Z] ---> Running in fa7d8b72c5bd [2020-11-05T19:55:24.578Z] ---> 9a4a28b826a5 [2020-11-05T19:55:24.578Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-05T19:55:24.578Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-05T19:55:24.578Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-05T19:55:24.600Z] ---> a10bce1e2b17 [2020-11-05T19:55:24.600Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-05T19:55:24.854Z] 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-11-05T19:55:24.854Z] Collecting docopt<0.7,>=0.6.1 [2020-11-05T19:55:24.854Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-05T19:55:24.873Z] Removing intermediate container fa7d8b72c5bd [2020-11-05T19:55:24.873Z] ---> 8078d0f15a25 [2020-11-05T19:55:24.873Z] [2020-11-05T19:55:24.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:55:25.117Z] ---> a69aaaafa949 [2020-11-05T19:55:25.117Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-05T19:55:25.148Z] Successfully built 8078d0f15a25 [2020-11-05T19:55:25.378Z] ---> d3566bea174f [2020-11-05T19:55:25.378Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-05T19:55:25.378Z] ---> Running in c6777040851d [2020-11-05T19:55:25.378Z] Collecting docker<4.0,>=3.6.0 [2020-11-05T19:55:25.378Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-05T19:55:25.423Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-05T19:55:25.423Z] [8A[2K Building docker-security-bootstrap-redis-go ... [32mdone[0m [8BBuilding docker-support-scheduler-go [2020-11-05T19:55:25.641Z] Removing intermediate container c6777040851d [2020-11-05T19:55:25.641Z] ---> e3ec8630410f [2020-11-05T19:55:25.641Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:55:25.641Z] ---> Running in 2784361c1f63 [2020-11-05T19:55:25.641Z] Collecting cached-property<2,>=1.2.0 [2020-11-05T19:55:25.641Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-05T19:55:26.021Z] ---> ee2844897c31 [2020-11-05T19:55:26.021Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-05T19:55:26.217Z] Removing intermediate container 2784361c1f63 [2020-11-05T19:55:26.217Z] ---> dd4f07173982 [2020-11-05T19:55:26.217Z] Step 20/22 : LABEL arch=x86_64 [2020-11-05T19:55:26.217Z] ---> Running in 4cd3423774be [2020-11-05T19:55:26.217Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-05T19:55:26.217Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-05T19:55:26.294Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:55:26.294Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:55:26.294Z] OK: 12623 distinct packages available [2020-11-05T19:55:26.480Z] Removing intermediate container 4cd3423774be [2020-11-05T19:55:26.481Z] ---> cabf9ba6cd0f [2020-11-05T19:55:26.481Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:26.481Z] ---> Running in 3fc1fdaa3056 [2020-11-05T19:55:26.481Z] Collecting PyYAML<4,>=3.10 [2020-11-05T19:55:26.481Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-05T19:55:26.481Z] Removing intermediate container 3fc1fdaa3056 [2020-11-05T19:55:26.481Z] ---> 3c58a4875d78 [2020-11-05T19:55:26.481Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:55:26.743Z] ---> Running in 45b03bbc79ce [2020-11-05T19:55:26.894Z] OK: 217 MiB in 51 packages [2020-11-05T19:55:26.894Z] ---> 4e034c939ff0 [2020-11-05T19:55:26.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-05T19:55:27.895Z] OK: 217 MiB in 51 packages [2020-11-05T19:55:28.137Z] Collecting docker-pycreds>=0.4.0 [2020-11-05T19:55:28.137Z] Removing intermediate container 45b03bbc79ce [2020-11-05T19:55:28.137Z] ---> a08f4823fdb0 [2020-11-05T19:55:28.137Z] [2020-11-05T19:55:28.137Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-05T19:55:28.137Z] 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-11-05T19:55:28.137Z] 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-11-05T19:55:28.137Z] Collecting idna<2.8,>=2.5 [2020-11-05T19:55:28.137Z] Successfully built a08f4823fdb0 [2020-11-05T19:55:28.137Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-05T19:55:28.137Z] Successfully tagged docker-support-logging-go:latest [2020-11-05T19:55:28.137Z] [4A[2K Building docker-support-logging-go ... [32mdone[0m [4BCollecting urllib3<1.25,>=1.21.1 [2020-11-05T19:55:28.137Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-05T19:55:28.137Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-05T19:55:28.137Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-05T19:55:28.137Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-05T19:55:28.137Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-05T19:55:28.401Z] Installing collected packages: dockerpty, jsonschema, texttable, websocket-client, docopt, docker-pycreds, idna, urllib3, requests, docker, cached-property, PyYAML, docker-compose [2020-11-05T19:55:28.401Z] Running setup.py install for dockerpty: started [2020-11-05T19:55:28.978Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-05T19:55:28.978Z] Running setup.py install for texttable: started [2020-11-05T19:55:29.552Z] Running setup.py install for texttable: finished with status 'done' [2020-11-05T19:55:29.552Z] Running setup.py install for docopt: started [2020-11-05T19:55:29.880Z] ---> 83454a169b6b [2020-11-05T19:55:29.880Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-05T19:55:29.880Z] Removing intermediate container 1157b6b8e56f [2020-11-05T19:55:29.880Z] ---> c8adc05b082e [2020-11-05T19:55:29.880Z] [2020-11-05T19:55:29.880Z] Step 10/22 : FROM scratch [2020-11-05T19:55:29.880Z] ---> [2020-11-05T19:55:29.880Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:55:29.880Z] ---> 1a003853821e [2020-11-05T19:55:29.880Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-05T19:55:29.880Z] ---> Using cache [2020-11-05T19:55:29.880Z] ---> 50dfdc016304 [2020-11-05T19:55:29.880Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-05T19:55:29.880Z] ---> Running in f6c579b52f54 [2020-11-05T19:55:29.880Z] ---> Running in 1bb9e7b25206 [2020-11-05T19:55:30.127Z] Running setup.py install for docopt: finished with status 'done' [2020-11-05T19:55:30.127Z] Attempting uninstall: idna [2020-11-05T19:55:30.127Z] Found existing installation: idna 2.9 [2020-11-05T19:55:30.127Z] Uninstalling idna-2.9: [2020-11-05T19:55:30.127Z] Successfully uninstalled idna-2.9 [2020-11-05T19:55:30.392Z] Attempting uninstall: urllib3 [2020-11-05T19:55:30.392Z] Found existing installation: urllib3 1.25.9 [2020-11-05T19:55:30.392Z] Uninstalling urllib3-1.25.9: [2020-11-05T19:55:30.392Z] Successfully uninstalled urllib3-1.25.9 [2020-11-05T19:55:30.481Z] Removing intermediate container f6c579b52f54 [2020-11-05T19:55:30.481Z] ---> 68504cc216a0 [2020-11-05T19:55:30.481Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-05T19:55:30.481Z] ---> 1eb5a12fda32 [2020-11-05T19:55:30.481Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-05T19:55:30.481Z] ---> Running in 435d29cd365a [2020-11-05T19:55:30.481Z] Removing intermediate container 261e82c4bde3 [2020-11-05T19:55:30.481Z] ---> 12a298210c72 [2020-11-05T19:55:30.481Z] Step 6/22 : COPY go.mod . [2020-11-05T19:55:30.655Z] Attempting uninstall: requests [2020-11-05T19:55:30.655Z] Found existing installation: requests 2.23.0 [2020-11-05T19:55:30.655Z] Uninstalling requests-2.23.0: [2020-11-05T19:55:30.655Z] Successfully uninstalled requests-2.23.0 [2020-11-05T19:55:30.754Z] Removing intermediate container 1bb9e7b25206 [2020-11-05T19:55:30.754Z] ---> 0ba159264d89 [2020-11-05T19:55:30.754Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:55:30.917Z] Running setup.py install for PyYAML: started [2020-11-05T19:55:31.029Z] ---> Running in cd1ba4d35788 [2020-11-05T19:55:31.312Z] Removing intermediate container 435d29cd365a [2020-11-05T19:55:31.312Z] ---> aebeca2c3000 [2020-11-05T19:55:31.312Z] Step 14/22 : WORKDIR / [2020-11-05T19:55:31.493Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-05T19:55:31.589Z] ---> Running in 55a99f660bce [2020-11-05T19:55:31.756Z] 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-11-05T19:55:32.204Z] ---> 6417b8646268 [2020-11-05T19:55:32.205Z] Step 7/22 : RUN go mod download [2020-11-05T19:55:32.205Z] Removing intermediate container cd1ba4d35788 [2020-11-05T19:55:32.205Z] ---> f48fbc62889b [2020-11-05T19:55:32.205Z] Step 20/22 : LABEL arch=arm64 [2020-11-05T19:55:33.205Z] ---> d66c1a61d4d3 [2020-11-05T19:55:33.205Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-05T19:55:33.205Z] ---> Running in 6f6c3aee7e3f [2020-11-05T19:55:33.205Z] ---> Running in ae6e7c19f1b1 [2020-11-05T19:55:33.205Z] Removing intermediate container 55a99f660bce [2020-11-05T19:55:33.205Z] ---> e0a131d9c147 [2020-11-05T19:55:33.205Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-05T19:55:34.678Z] Removing intermediate container 6f6c3aee7e3f [2020-11-05T19:55:34.678Z] ---> 686585ef3b38 [2020-11-05T19:55:34.678Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:35.073Z] Removing intermediate container aee448df52ea [2020-11-05T19:55:35.074Z] ---> c5d668101212 [2020-11-05T19:55:35.074Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-05T19:55:35.074Z] ---> Running in 057487672ef5 [2020-11-05T19:55:35.276Z] ---> 3dd008ce19a3 [2020-11-05T19:55:35.277Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-05T19:55:35.277Z] ---> 2b694170ede9 [2020-11-05T19:55:35.277Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-05T19:55:35.561Z] ---> Running in b8b17ff90430 [2020-11-05T19:55:35.561Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:55:35.561Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:55:35.561Z] ---> 2f9903c6e1e8 [2020-11-05T19:55:35.561Z] Step 3/21 : WORKDIR /edgex-go [2020-11-05T19:55:35.561Z] ---> Using cache [2020-11-05T19:55:35.561Z] ---> 88ccb4bc118c [2020-11-05T19:55:35.561Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:55:35.561Z] ---> Using cache [2020-11-05T19:55:35.561Z] ---> dec79b0fb78a [2020-11-05T19:55:35.561Z] Step 5/21 : RUN apk update && apk add make git [2020-11-05T19:55:35.561Z] ---> Using cache [2020-11-05T19:55:35.561Z] ---> 9015519b7c7b [2020-11-05T19:55:35.561Z] Step 6/21 : COPY go.mod . [2020-11-05T19:55:35.561Z] ---> Using cache [2020-11-05T19:55:35.561Z] ---> 54dadd38eb88 [2020-11-05T19:55:35.561Z] Step 7/21 : RUN go mod download [2020-11-05T19:55:35.561Z] ---> Using cache [2020-11-05T19:55:35.561Z] ---> 1173c4df1350 [2020-11-05T19:55:35.561Z] Step 8/21 : COPY . . [2020-11-05T19:55:35.561Z] ---> Running in e3239e757f61 [2020-11-05T19:55:35.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T19:55:35.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T19:55:35.839Z] ---> Using cache [2020-11-05T19:55:35.839Z] ---> 980143c1bf95 [2020-11-05T19:55:35.839Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-05T19:55:35.914Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-05T19:55:35.914Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-05T19:55:35.914Z] (3/3) Installing curl (7.69.1-r1) [2020-11-05T19:55:35.914Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:55:35.914Z] OK: 72 MiB in 58 packages [2020-11-05T19:55:36.436Z] ---> Running in 44bedd0a7c91 [2020-11-05T19:55:36.488Z] Removing intermediate container 057487672ef5 [2020-11-05T19:55:36.488Z] ---> 9cbe852b4347 [2020-11-05T19:55:36.488Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-05T19:55:36.488Z] ---> Running in 38b04a4e3835 [2020-11-05T19:55:36.709Z] Removing intermediate container b8b17ff90430 [2020-11-05T19:55:36.709Z] ---> 10a5f666122a [2020-11-05T19:55:36.709Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:55:36.709Z] Removing intermediate container e3239e757f61 [2020-11-05T19:55:36.709Z] ---> b3c66aad5d92 [2020-11-05T19:55:36.751Z] Removing intermediate container 38b04a4e3835 [2020-11-05T19:55:36.751Z] ---> ba9af51d9bb3 [2020-11-05T19:55:36.751Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:55:36.751Z] ---> Running in a6e65b6d49c2 [2020-11-05T19:55:36.981Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:55:36.981Z] ---> Running in f47432a9d380 [2020-11-05T19:55:36.981Z] ---> d5f63c2a5b77 [2020-11-05T19:55:36.982Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-05T19:55:36.982Z] ---> Running in 268976df0a91 [2020-11-05T19:55:37.045Z] Removing intermediate container a6e65b6d49c2 [2020-11-05T19:55:37.045Z] ---> 848782ae2729 [2020-11-05T19:55:37.045Z] Step 25/27 : LABEL arch=x86_64 [2020-11-05T19:55:37.045Z] ---> Running in 215bcbb9adf7 [2020-11-05T19:55:37.045Z] Removing intermediate container 215bcbb9adf7 [2020-11-05T19:55:37.045Z] ---> 38e745afc764 [2020-11-05T19:55:37.045Z] Step 26/27 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:37.308Z] ---> Running in becd5fabf191 [2020-11-05T19:55:37.308Z] Removing intermediate container becd5fabf191 [2020-11-05T19:55:37.308Z] ---> 1b9982bbfc8d [2020-11-05T19:55:37.308Z] Step 27/27 : LABEL version=1.2.2-dev.105 [2020-11-05T19:55:37.308Z] ---> Running in 68220f4d1c7c [2020-11-05T19:55:37.570Z] Removing intermediate container 68220f4d1c7c [2020-11-05T19:55:37.571Z] ---> 07211d37c995 [2020-11-05T19:55:37.571Z] [2020-11-05T19:55:37.576Z] Removing intermediate container ae6e7c19f1b1 [2020-11-05T19:55:37.576Z] ---> edc3329925e8 [2020-11-05T19:55:37.576Z] Step 8/22 : COPY . . [2020-11-05T19:55:37.576Z] Removing intermediate container f47432a9d380 [2020-11-05T19:55:37.576Z] ---> a8bf523c521a [2020-11-05T19:55:37.576Z] [2020-11-05T19:55:37.835Z] Successfully built 07211d37c995 [2020-11-05T19:55:37.835Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-05T19:55:37.851Z] Removing intermediate container 268976df0a91 [2020-11-05T19:55:37.851Z] ---> 79ca8531b704 [2020-11-05T19:55:37.851Z] Step 22/24 : LABEL arch=arm64 [2020-11-05T19:55:38.111Z] [1A[2K Building docker-sys-mgmt-agent-go ... [32mdone[0m [1B [Pipeline] } [2020-11-05T19:55:38.124Z] Successfully built a8bf523c521a [2020-11-05T19:55:38.124Z] ---> Running in cca55e72e977 [2020-11-05T19:55:38.124Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-05T19:55:38.124Z] [11A[2K Building docker-core-command-go ... [32mdone[0m [11BBuilding docker-core-data-go [2020-11-05T19:55:38.144Z] $ docker stop --time=1 b6796a0fc89d4f7ae0da658a317d4ea9ce0b3309b0dd04b8840f696eec8ca079 [2020-11-05T19:55:38.398Z] ---> 072f6127dcc2 [2020-11-05T19:55:38.398Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-05T19:55:38.674Z] ---> Running in 20722c7e806c [2020-11-05T19:55:38.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-05T19:55:38.951Z] Removing intermediate container cca55e72e977 [2020-11-05T19:55:38.951Z] ---> 714ca3939797 [2020-11-05T19:55:38.951Z] Step 23/24 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:40.336Z] $ docker rm -f b6796a0fc89d4f7ae0da658a317d4ea9ce0b3309b0dd04b8840f696eec8ca079 [2020-11-05T19:55:40.394Z] ---> Running in 5ca15ec134d5 [2020-11-05T19:55:40.394Z] Removing intermediate container 20722c7e806c [2020-11-05T19:55:40.394Z] ---> a24c6d4fb085 [2020-11-05T19:55:40.394Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-05T19:55:40.982Z] + docker images [2020-11-05T19:55:40.982Z] + grep docker [2020-11-05T19:55:40.982Z] docker-sys-mgmt-agent-go latest 07211d37c995 3 seconds ago 290MB [2020-11-05T19:55:40.982Z] docker-support-logging-go latest a08f4823fdb0 14 seconds ago 11.1MB [2020-11-05T19:55:40.982Z] docker-security-proxy-setup-go latest cf38a5ec7ad8 57 seconds ago 15.8MB [2020-11-05T19:55:40.982Z] docker-core-command-go latest 35f24c3b9d2e About a minute ago 12.2MB [2020-11-05T19:55:40.982Z] docker-support-scheduler-go latest 7cdd678ee82f About a minute ago 12.3MB [2020-11-05T19:55:40.982Z] docker-security-bootstrap-redis-go latest b14b827a0558 About a minute ago 15.9MB [2020-11-05T19:55:40.982Z] docker-security-secrets-setup-go latest 585674a2d79c 2 minutes ago 24MB [2020-11-05T19:55:40.982Z] docker-core-data-go latest c8ac667b1476 2 minutes ago 23.7MB [2020-11-05T19:55:40.982Z] docker-security-secretstore-setup-go latest ba9a3fc9fd0a 2 minutes ago 24.8MB [2020-11-05T19:55:40.982Z] docker-core-metadata-go latest b6cadfcfb01b 2 minutes ago 14.5MB [2020-11-05T19:55:40.982Z] docker-support-notifications-go latest 78603b23bab8 2 minutes ago 13.6MB [2020-11-05T19:55:40.982Z] docker latest 6972c414f322 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-05T19:55:41.802Z] provisioning config files... [2020-11-05T19:55:41.860Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/221@tmp/config8680926324664798010tmp [2020-11-05T19:55:41.878Z] ---> Running in 62972515e9e6 [2020-11-05T19:55:41.878Z] Removing intermediate container 5ca15ec134d5 [2020-11-05T19:55:41.878Z] ---> 5938f8052b73 [2020-11-05T19:55:41.878Z] Step 24/24 : LABEL version=1.2.2-dev.105 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-05T19:55:42.300Z] ---> docker-login.sh [2020-11-05T19:55:42.300Z] nexus3.edgexfoundry.org:10001 [2020-11-05T19:55:42.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:55:42.475Z] ---> Running in bd40eb41f89d [2020-11-05T19:55:42.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:55:42.564Z] Configure a credential helper to remove this warning. See [2020-11-05T19:55:42.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:55:42.564Z] [2020-11-05T19:55:42.564Z] Login Succeeded [2020-11-05T19:55:42.564Z] nexus3.edgexfoundry.org:10002 [2020-11-05T19:55:42.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:55:42.751Z] Removing intermediate container 62972515e9e6 [2020-11-05T19:55:42.751Z] ---> aa8b2cd4cddc [2020-11-05T19:55:42.751Z] Step 20/22 : LABEL arch=arm64 [2020-11-05T19:55:42.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:55:42.827Z] Configure a credential helper to remove this warning. See [2020-11-05T19:55:42.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:55:42.827Z] [2020-11-05T19:55:42.827Z] Login Succeeded [2020-11-05T19:55:42.827Z] nexus3.edgexfoundry.org:10003 [2020-11-05T19:55:42.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:55:42.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:55:42.827Z] Configure a credential helper to remove this warning. See [2020-11-05T19:55:42.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:55:42.827Z] [2020-11-05T19:55:42.827Z] Login Succeeded [2020-11-05T19:55:42.827Z] nexus3.edgexfoundry.org:10004 [2020-11-05T19:55:43.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:55:43.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:55:43.089Z] Configure a credential helper to remove this warning. See [2020-11-05T19:55:43.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:55:43.089Z] [2020-11-05T19:55:43.089Z] Login Succeeded [2020-11-05T19:55:43.089Z] docker.io [2020-11-05T19:55:43.347Z] ---> Running in 85fb8c07d503 [2020-11-05T19:55:43.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:55:43.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:55:43.614Z] Configure a credential helper to remove this warning. See [2020-11-05T19:55:43.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:55:43.614Z] [2020-11-05T19:55:43.615Z] Login Succeeded [2020-11-05T19:55:43.615Z] ---> docker-login.sh ends [Pipeline] } [2020-11-05T19:55:43.625Z] Removing intermediate container bd40eb41f89d [2020-11-05T19:55:43.625Z] ---> 41e9605e230c [2020-11-05T19:55:43.625Z] [2020-11-05T19:55:43.625Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:55:43.900Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-05T19:55:43.900Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:43.900Z] 1.2.2-dev.105 [2020-11-05T19:55:43.900Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:43.900Z] master [2020-11-05T19:55:43.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:44.234Z] Removing intermediate container 85fb8c07d503 [2020-11-05T19:55:44.235Z] ---> ec7b009ea907 [2020-11-05T19:55:44.235Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:44.235Z] Successfully built 41e9605e230c [2020-11-05T19:55:44.478Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:44.509Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-05T19:55:44.509Z] Building docker-security-secretstore-setup-go [2020-11-05T19:55:44.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:44.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-05T19:55:44.783Z] 9b5b3c9cd461: Preparing [2020-11-05T19:55:44.783Z] 2ad3bda0418a: Preparing [2020-11-05T19:55:44.783Z] 136f0f95b9c5: Preparing [2020-11-05T19:55:44.784Z] [3A[2K Building docker-support-notifications-go ... [32mdone[0m [3B ---> Running in 46d4ba0bf2a6 [2020-11-05T19:55:45.046Z] 136f0f95b9c5: Pushed [2020-11-05T19:55:45.046Z] 9b5b3c9cd461: Pushed [2020-11-05T19:55:45.994Z] 2ad3bda0418a: Pushed [2020-11-05T19:55:46.221Z] Removing intermediate container 46d4ba0bf2a6 [2020-11-05T19:55:46.221Z] ---> 13f65e70c829 [2020-11-05T19:55:46.221Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:55:46.255Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:4315241d0bcd7cc7d7f80162c7850954fed44d2922f789881ccc54d3509b7f43 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:46.579Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:46.829Z] ---> Running in 4d155a76a4a4 [2020-11-05T19:55:46.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.105 [2020-11-05T19:55:46.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-05T19:55:46.884Z] 9b5b3c9cd461: Preparing [2020-11-05T19:55:46.884Z] 2ad3bda0418a: Preparing [2020-11-05T19:55:46.884Z] 136f0f95b9c5: Preparing [2020-11-05T19:55:46.884Z] 9b5b3c9cd461: Layer already exists [2020-11-05T19:55:46.884Z] 2ad3bda0418a: Layer already exists [2020-11-05T19:55:46.884Z] 136f0f95b9c5: Layer already exists [2020-11-05T19:55:46.884Z] 1.2.2-dev.105: digest: sha256:4315241d0bcd7cc7d7f80162c7850954fed44d2922f789881ccc54d3509b7f43 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:47.197Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:47.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:47.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-05T19:55:47.509Z] 9b5b3c9cd461: Preparing [2020-11-05T19:55:47.509Z] 2ad3bda0418a: Preparing [2020-11-05T19:55:47.509Z] 136f0f95b9c5: Preparing [2020-11-05T19:55:47.509Z] 9b5b3c9cd461: Layer already exists [2020-11-05T19:55:47.509Z] 2ad3bda0418a: Layer already exists [2020-11-05T19:55:47.509Z] 136f0f95b9c5: Layer already exists [2020-11-05T19:55:47.509Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:4315241d0bcd7cc7d7f80162c7850954fed44d2922f789881ccc54d3509b7f43 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:47.827Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:48.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-05T19:55:48.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-05T19:55:48.136Z] 9b5b3c9cd461: Preparing [2020-11-05T19:55:48.136Z] 2ad3bda0418a: Preparing [2020-11-05T19:55:48.136Z] 136f0f95b9c5: Preparing [2020-11-05T19:55:48.136Z] 2ad3bda0418a: Layer already exists [2020-11-05T19:55:48.136Z] 9b5b3c9cd461: Layer already exists [2020-11-05T19:55:48.136Z] 136f0f95b9c5: Layer already exists [2020-11-05T19:55:48.272Z] Removing intermediate container 4d155a76a4a4 [2020-11-05T19:55:48.273Z] ---> 84b6e4f64aaa [2020-11-05T19:55:48.273Z] [2020-11-05T19:55:48.398Z] master: digest: sha256:4315241d0bcd7cc7d7f80162c7850954fed44d2922f789881ccc54d3509b7f43 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:55:48.627Z] ===================================================== [Pipeline] echo [2020-11-05T19:55:48.684Z] taggedImages: [2020-11-05T19:55:48.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:48.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.105 [2020-11-05T19:55:48.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:48.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-11-05T19:55:48.764Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-05T19:55:48.764Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:48.764Z] 1.2.2-dev.105 [2020-11-05T19:55:48.764Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:48.764Z] master [2020-11-05T19:55:48.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-11-05T19:55:48.869Z] Successfully built 84b6e4f64aaa [2020-11-05T19:55:48.869Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-05T19:55:48.869Z] [9A[2K Building docker-core-metadata-go ... [32mdone[0m [9BBuilding docker-sys-mgmt-agent-go [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:49.289Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:49.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:49.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-05T19:55:49.593Z] a5f02bd3f663: Preparing [2020-11-05T19:55:49.593Z] da450cb4511e: Preparing [2020-11-05T19:55:49.593Z] 7062a3d930ff: Preparing [2020-11-05T19:55:49.593Z] 5fcd2c289d11: Preparing [2020-11-05T19:55:49.593Z] 4dc8032a4a72: Preparing [2020-11-05T19:55:49.593Z] ace0eda3e3be: Preparing [2020-11-05T19:55:49.593Z] ace0eda3e3be: Waiting [2020-11-05T19:55:49.857Z] a5f02bd3f663: Pushed [2020-11-05T19:55:49.857Z] 4dc8032a4a72: Pushed [2020-11-05T19:55:49.857Z] 7062a3d930ff: Pushed [2020-11-05T19:55:49.857Z] ace0eda3e3be: Layer already exists [2020-11-05T19:55:49.857Z] 5fcd2c289d11: Pushed [2020-11-05T19:55:50.846Z] ---> 17a3defcd851 [2020-11-05T19:55:50.846Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-05T19:55:51.247Z] da450cb4511e: Pushed [2020-11-05T19:55:51.247Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:8f49bd0ce8be18c268fcec6feba66f9063cccf23bb535f7cd69cf451c872ed87 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:51.445Z] ---> Running in fd9ec97af6aa [2020-11-05T19:55:51.568Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:51.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.105 [2020-11-05T19:55:51.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-05T19:55:51.984Z] a5f02bd3f663: Preparing [2020-11-05T19:55:51.984Z] da450cb4511e: Preparing [2020-11-05T19:55:51.984Z] 7062a3d930ff: Preparing [2020-11-05T19:55:51.984Z] 5fcd2c289d11: Preparing [2020-11-05T19:55:51.984Z] 4dc8032a4a72: Preparing [2020-11-05T19:55:51.984Z] ace0eda3e3be: Preparing [2020-11-05T19:55:51.984Z] ace0eda3e3be: Waiting [2020-11-05T19:55:51.984Z] a5f02bd3f663: Layer already exists [2020-11-05T19:55:51.984Z] 5fcd2c289d11: Layer already exists [2020-11-05T19:55:51.984Z] 4dc8032a4a72: Layer already exists [2020-11-05T19:55:51.984Z] da450cb4511e: Layer already exists [2020-11-05T19:55:51.984Z] 7062a3d930ff: Layer already exists [2020-11-05T19:55:51.984Z] ace0eda3e3be: Layer already exists [2020-11-05T19:55:51.985Z] 1.2.2-dev.105: digest: sha256:8f49bd0ce8be18c268fcec6feba66f9063cccf23bb535f7cd69cf451c872ed87 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:52.352Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:52.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:52.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-05T19:55:52.743Z] a5f02bd3f663: Preparing [2020-11-05T19:55:52.743Z] da450cb4511e: Preparing [2020-11-05T19:55:52.743Z] 7062a3d930ff: Preparing [2020-11-05T19:55:52.743Z] 5fcd2c289d11: Preparing [2020-11-05T19:55:52.743Z] 4dc8032a4a72: Preparing [2020-11-05T19:55:52.743Z] ace0eda3e3be: Preparing [2020-11-05T19:55:52.743Z] ace0eda3e3be: Waiting [2020-11-05T19:55:52.743Z] 7062a3d930ff: Layer already exists [2020-11-05T19:55:52.743Z] da450cb4511e: Layer already exists [2020-11-05T19:55:52.743Z] 4dc8032a4a72: Layer already exists [2020-11-05T19:55:52.743Z] a5f02bd3f663: Layer already exists [2020-11-05T19:55:52.743Z] 5fcd2c289d11: Layer already exists [2020-11-05T19:55:52.743Z] ace0eda3e3be: Layer already exists [2020-11-05T19:55:52.743Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:8f49bd0ce8be18c268fcec6feba66f9063cccf23bb535f7cd69cf451c872ed87 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:53.053Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:53.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-05T19:55:53.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-05T19:55:53.363Z] a5f02bd3f663: Preparing [2020-11-05T19:55:53.363Z] da450cb4511e: Preparing [2020-11-05T19:55:53.363Z] 7062a3d930ff: Preparing [2020-11-05T19:55:53.363Z] 5fcd2c289d11: Preparing [2020-11-05T19:55:53.363Z] 4dc8032a4a72: Preparing [2020-11-05T19:55:53.363Z] ace0eda3e3be: Preparing [2020-11-05T19:55:53.363Z] ace0eda3e3be: Waiting [2020-11-05T19:55:53.363Z] 5fcd2c289d11: Layer already exists [2020-11-05T19:55:53.363Z] da450cb4511e: Layer already exists [2020-11-05T19:55:53.363Z] 7062a3d930ff: Layer already exists [2020-11-05T19:55:53.363Z] a5f02bd3f663: Layer already exists [2020-11-05T19:55:53.363Z] 4dc8032a4a72: Layer already exists [2020-11-05T19:55:53.363Z] ace0eda3e3be: Layer already exists [2020-11-05T19:55:53.363Z] master: digest: sha256:8f49bd0ce8be18c268fcec6feba66f9063cccf23bb535f7cd69cf451c872ed87 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:55:53.582Z] ===================================================== [Pipeline] echo [2020-11-05T19:55:53.637Z] taggedImages: [2020-11-05T19:55:53.637Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:53.637Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.105 [2020-11-05T19:55:53.637Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:53.637Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-05T19:55:53.736Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-05T19:55:53.736Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:53.736Z] 1.2.2-dev.105 [2020-11-05T19:55:53.736Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:53.736Z] master [2020-11-05T19:55:53.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:54.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-05T19:55:54.255Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:54.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:54.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-05T19:55:54.557Z] 531394cde94d: Preparing [2020-11-05T19:55:54.557Z] cffa28d75d2a: Preparing [2020-11-05T19:55:54.557Z] eabeabc2810b: Preparing [2020-11-05T19:55:54.557Z] eabeabc2810b: Pushed [2020-11-05T19:55:54.557Z] 531394cde94d: Pushed [2020-11-05T19:55:54.732Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:55:54.732Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:55:54.732Z] ---> 2f9903c6e1e8 [2020-11-05T19:55:54.732Z] Step 3/23 : WORKDIR /edgex-go [2020-11-05T19:55:54.732Z] ---> Using cache [2020-11-05T19:55:54.732Z] ---> 88ccb4bc118c [2020-11-05T19:55:54.732Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:55:54.732Z] ---> Using cache [2020-11-05T19:55:54.732Z] ---> dec79b0fb78a [2020-11-05T19:55:54.732Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-05T19:55:56.177Z] ---> Running in cec650b47da4 [2020-11-05T19:55:56.481Z] cffa28d75d2a: Pushed [2020-11-05T19:55:56.481Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:8e2748e73257c718781cd14ee85b5af649b09b1b609c56d80a488053baa31fb7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:56.800Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:57.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.105 [2020-11-05T19:55:57.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-05T19:55:57.104Z] 531394cde94d: Preparing [2020-11-05T19:55:57.104Z] cffa28d75d2a: Preparing [2020-11-05T19:55:57.104Z] eabeabc2810b: Preparing [2020-11-05T19:55:57.104Z] eabeabc2810b: Layer already exists [2020-11-05T19:55:57.104Z] 531394cde94d: Layer already exists [2020-11-05T19:55:57.104Z] cffa28d75d2a: Layer already exists [2020-11-05T19:55:57.104Z] 1.2.2-dev.105: digest: sha256:8e2748e73257c718781cd14ee85b5af649b09b1b609c56d80a488053baa31fb7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:57.414Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:57.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:57.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-05T19:55:57.718Z] 531394cde94d: Preparing [2020-11-05T19:55:57.718Z] cffa28d75d2a: Preparing [2020-11-05T19:55:57.718Z] eabeabc2810b: Preparing [2020-11-05T19:55:57.718Z] 531394cde94d: Layer already exists [2020-11-05T19:55:57.718Z] cffa28d75d2a: Layer already exists [2020-11-05T19:55:57.718Z] eabeabc2810b: Layer already exists [2020-11-05T19:55:57.718Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:8e2748e73257c718781cd14ee85b5af649b09b1b609c56d80a488053baa31fb7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:58.032Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:58.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-05T19:55:58.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-05T19:55:58.335Z] 531394cde94d: Preparing [2020-11-05T19:55:58.335Z] cffa28d75d2a: Preparing [2020-11-05T19:55:58.335Z] eabeabc2810b: Preparing [2020-11-05T19:55:58.335Z] eabeabc2810b: Layer already exists [2020-11-05T19:55:58.335Z] cffa28d75d2a: Layer already exists [2020-11-05T19:55:58.335Z] 531394cde94d: Layer already exists [2020-11-05T19:55:58.335Z] master: digest: sha256:8e2748e73257c718781cd14ee85b5af649b09b1b609c56d80a488053baa31fb7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:55:58.572Z] ===================================================== [Pipeline] echo [2020-11-05T19:55:58.622Z] taggedImages: [2020-11-05T19:55:58.622Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:58.622Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.105 [2020-11-05T19:55:58.622Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:58.622Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-05T19:55:58.691Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-05T19:55:58.691Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:58.691Z] 1.2.2-dev.105 [2020-11-05T19:55:58.691Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:55:58.691Z] master [2020-11-05T19:55:58.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-05T19:55:58.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:59.200Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:55:59.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:55:59.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-05T19:55:59.498Z] f5146e721840: Preparing [2020-11-05T19:55:59.498Z] 51889d4ce759: Preparing [2020-11-05T19:55:59.498Z] 234e5863cba8: Preparing [2020-11-05T19:55:59.498Z] b39d13539f98: Preparing [2020-11-05T19:55:59.498Z] f70621220eef: Preparing [2020-11-05T19:55:59.498Z] 7efcfbd70d7c: Preparing [2020-11-05T19:55:59.498Z] 1b3ee35aacca: Preparing [2020-11-05T19:55:59.498Z] 7efcfbd70d7c: Waiting [2020-11-05T19:55:59.498Z] 1b3ee35aacca: Waiting [2020-11-05T19:55:59.760Z] f70621220eef: Pushed [2020-11-05T19:55:59.760Z] f5146e721840: Pushed [2020-11-05T19:55:59.760Z] 234e5863cba8: Pushed [2020-11-05T19:55:59.760Z] 51889d4ce759: Pushed [2020-11-05T19:55:59.760Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:55:59.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:56:00.336Z] 7efcfbd70d7c: Pushed [2020-11-05T19:56:00.597Z] b39d13539f98: Pushed [2020-11-05T19:56:00.859Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:0e381cb426bbafd745162bf4eba7bafe90751f0ab37f8b41e5dc162b5c90cd0b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:01.167Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:01.294Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:56:01.294Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:56:01.295Z] OK: 12623 distinct packages available [2020-11-05T19:56:01.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.2.2-dev.105 [2020-11-05T19:56:01.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-05T19:56:01.479Z] f5146e721840: Preparing [2020-11-05T19:56:01.479Z] 51889d4ce759: Preparing [2020-11-05T19:56:01.479Z] 234e5863cba8: Preparing [2020-11-05T19:56:01.479Z] b39d13539f98: Preparing [2020-11-05T19:56:01.479Z] f70621220eef: Preparing [2020-11-05T19:56:01.479Z] 7efcfbd70d7c: Preparing [2020-11-05T19:56:01.479Z] 1b3ee35aacca: Preparing [2020-11-05T19:56:01.479Z] 7efcfbd70d7c: Waiting [2020-11-05T19:56:01.480Z] 1b3ee35aacca: Waiting [2020-11-05T19:56:01.480Z] b39d13539f98: Layer already exists [2020-11-05T19:56:01.480Z] f5146e721840: Layer already exists [2020-11-05T19:56:01.480Z] 51889d4ce759: Layer already exists [2020-11-05T19:56:01.480Z] f70621220eef: Layer already exists [2020-11-05T19:56:01.480Z] 234e5863cba8: Layer already exists [2020-11-05T19:56:01.480Z] 7efcfbd70d7c: Layer already exists [2020-11-05T19:56:01.480Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:56:01.480Z] 1.2.2-dev.105: digest: sha256:0e381cb426bbafd745162bf4eba7bafe90751f0ab37f8b41e5dc162b5c90cd0b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:01.794Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:01.938Z] OK: 217 MiB in 51 packages [2020-11-05T19:56:02.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:02.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-05T19:56:02.096Z] f5146e721840: Preparing [2020-11-05T19:56:02.096Z] 51889d4ce759: Preparing [2020-11-05T19:56:02.096Z] 234e5863cba8: Preparing [2020-11-05T19:56:02.096Z] b39d13539f98: Preparing [2020-11-05T19:56:02.096Z] f70621220eef: Preparing [2020-11-05T19:56:02.096Z] 7efcfbd70d7c: Preparing [2020-11-05T19:56:02.096Z] 1b3ee35aacca: Preparing [2020-11-05T19:56:02.096Z] 7efcfbd70d7c: Waiting [2020-11-05T19:56:02.096Z] 1b3ee35aacca: Waiting [2020-11-05T19:56:02.096Z] f70621220eef: Layer already exists [2020-11-05T19:56:02.096Z] 234e5863cba8: Layer already exists [2020-11-05T19:56:02.096Z] b39d13539f98: Layer already exists [2020-11-05T19:56:02.096Z] 51889d4ce759: Layer already exists [2020-11-05T19:56:02.096Z] f5146e721840: Layer already exists [2020-11-05T19:56:02.096Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:56:02.096Z] 7efcfbd70d7c: Layer already exists [2020-11-05T19:56:02.096Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:0e381cb426bbafd745162bf4eba7bafe90751f0ab37f8b41e5dc162b5c90cd0b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:02.403Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:02.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-05T19:56:02.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-05T19:56:02.702Z] f5146e721840: Preparing [2020-11-05T19:56:02.702Z] 51889d4ce759: Preparing [2020-11-05T19:56:02.702Z] 234e5863cba8: Preparing [2020-11-05T19:56:02.702Z] b39d13539f98: Preparing [2020-11-05T19:56:02.702Z] f70621220eef: Preparing [2020-11-05T19:56:02.702Z] 7efcfbd70d7c: Preparing [2020-11-05T19:56:02.702Z] 1b3ee35aacca: Preparing [2020-11-05T19:56:02.702Z] 7efcfbd70d7c: Waiting [2020-11-05T19:56:02.702Z] 1b3ee35aacca: Waiting [2020-11-05T19:56:02.702Z] 51889d4ce759: Layer already exists [2020-11-05T19:56:02.702Z] f70621220eef: Layer already exists [2020-11-05T19:56:02.702Z] f5146e721840: Layer already exists [2020-11-05T19:56:02.702Z] b39d13539f98: Layer already exists [2020-11-05T19:56:02.702Z] 234e5863cba8: Layer already exists [2020-11-05T19:56:02.702Z] 7efcfbd70d7c: Layer already exists [2020-11-05T19:56:02.702Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:56:02.702Z] master: digest: sha256:0e381cb426bbafd745162bf4eba7bafe90751f0ab37f8b41e5dc162b5c90cd0b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:02.902Z] ===================================================== [Pipeline] echo [2020-11-05T19:56:02.966Z] taggedImages: [2020-11-05T19:56:02.966Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:02.966Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.2.2-dev.105 [2020-11-05T19:56:02.966Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:02.966Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-05T19:56:03.034Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-05T19:56:03.034Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:03.034Z] 1.2.2-dev.105 [2020-11-05T19:56:03.034Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:03.034Z] master [2020-11-05T19:56:03.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:03.549Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:03.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:03.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-05T19:56:03.849Z] 6b6e0b4300d0: Preparing [2020-11-05T19:56:03.849Z] 0edab72b50da: Preparing [2020-11-05T19:56:03.849Z] 4e598e478192: Preparing [2020-11-05T19:56:03.849Z] 1e7b8778656e: Preparing [2020-11-05T19:56:03.849Z] ace0eda3e3be: Preparing [2020-11-05T19:56:03.849Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:04.111Z] 4e598e478192: Pushed [2020-11-05T19:56:04.111Z] 0edab72b50da: Pushed [2020-11-05T19:56:04.375Z] 1e7b8778656e: Pushed [2020-11-05T19:56:04.949Z] 6b6e0b4300d0: Pushed [2020-11-05T19:56:05.210Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:0518acfd6d65ddc4a42c6662197f89f1196d8c1e097b00626882809fe9dfc9c0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:05.343Z] Removing intermediate container cec650b47da4 [2020-11-05T19:56:05.343Z] ---> 1a43dbfee46c [2020-11-05T19:56:05.343Z] Step 6/23 : COPY go.mod . [2020-11-05T19:56:05.516Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:05.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.105 [2020-11-05T19:56:05.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-05T19:56:05.821Z] 6b6e0b4300d0: Preparing [2020-11-05T19:56:05.821Z] 0edab72b50da: Preparing [2020-11-05T19:56:05.821Z] 4e598e478192: Preparing [2020-11-05T19:56:05.821Z] 1e7b8778656e: Preparing [2020-11-05T19:56:05.821Z] ace0eda3e3be: Preparing [2020-11-05T19:56:05.821Z] 4e598e478192: Layer already exists [2020-11-05T19:56:05.821Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:05.821Z] 0edab72b50da: Layer already exists [2020-11-05T19:56:05.822Z] 6b6e0b4300d0: Layer already exists [2020-11-05T19:56:05.822Z] 1e7b8778656e: Layer already exists [2020-11-05T19:56:05.822Z] 1.2.2-dev.105: digest: sha256:0518acfd6d65ddc4a42c6662197f89f1196d8c1e097b00626882809fe9dfc9c0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:06.126Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:06.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:06.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-05T19:56:06.437Z] 6b6e0b4300d0: Preparing [2020-11-05T19:56:06.437Z] 0edab72b50da: Preparing [2020-11-05T19:56:06.437Z] 4e598e478192: Preparing [2020-11-05T19:56:06.437Z] 1e7b8778656e: Preparing [2020-11-05T19:56:06.437Z] ace0eda3e3be: Preparing [2020-11-05T19:56:06.437Z] 4e598e478192: Layer already exists [2020-11-05T19:56:06.437Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:06.437Z] 6b6e0b4300d0: Layer already exists [2020-11-05T19:56:06.437Z] 1e7b8778656e: Layer already exists [2020-11-05T19:56:06.437Z] 0edab72b50da: Layer already exists [2020-11-05T19:56:06.437Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:0518acfd6d65ddc4a42c6662197f89f1196d8c1e097b00626882809fe9dfc9c0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:06.747Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:07.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-05T19:56:07.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-05T19:56:07.053Z] 6b6e0b4300d0: Preparing [2020-11-05T19:56:07.053Z] 0edab72b50da: Preparing [2020-11-05T19:56:07.053Z] 4e598e478192: Preparing [2020-11-05T19:56:07.053Z] 1e7b8778656e: Preparing [2020-11-05T19:56:07.053Z] ace0eda3e3be: Preparing [2020-11-05T19:56:07.053Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:07.053Z] 4e598e478192: Layer already exists [2020-11-05T19:56:07.053Z] 6b6e0b4300d0: Layer already exists [2020-11-05T19:56:07.053Z] 0edab72b50da: Layer already exists [2020-11-05T19:56:07.053Z] 1e7b8778656e: Layer already exists [2020-11-05T19:56:07.053Z] master: digest: sha256:0518acfd6d65ddc4a42c6662197f89f1196d8c1e097b00626882809fe9dfc9c0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:07.257Z] ===================================================== [Pipeline] echo [2020-11-05T19:56:07.309Z] taggedImages: [2020-11-05T19:56:07.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:07.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.105 [2020-11-05T19:56:07.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:07.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-11-05T19:56:07.379Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-05T19:56:07.379Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:07.379Z] 1.2.2-dev.105 [2020-11-05T19:56:07.379Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:07.379Z] master [2020-11-05T19:56:07.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-05T19:56:07.594Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:56:07.594Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:56:07.594Z] ---> 2f9903c6e1e8 [2020-11-05T19:56:07.594Z] Step 3/24 : WORKDIR /edgex-go [2020-11-05T19:56:07.594Z] ---> Using cache [2020-11-05T19:56:07.594Z] ---> 88ccb4bc118c [2020-11-05T19:56:07.594Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:56:07.594Z] ---> Using cache [2020-11-05T19:56:07.594Z] ---> dec79b0fb78a [2020-11-05T19:56:07.594Z] Step 5/24 : RUN apk update && apk add make git [2020-11-05T19:56:07.594Z] ---> Using cache [2020-11-05T19:56:07.594Z] ---> 9015519b7c7b [2020-11-05T19:56:07.594Z] Step 6/24 : COPY go.mod . ---> 1bbc34948dea [2020-11-05T19:56:07.594Z] Step 7/23 : RUN go mod download [2020-11-05T19:56:07.594Z] ---> Using cache [2020-11-05T19:56:07.594Z] [2020-11-05T19:56:07.594Z] ---> 54dadd38eb88 [2020-11-05T19:56:07.594Z] Step 7/24 : RUN go mod download [2020-11-05T19:56:07.594Z] ---> Using cache [2020-11-05T19:56:07.594Z] ---> 1173c4df1350 [2020-11-05T19:56:07.594Z] Step 8/24 : COPY . . [2020-11-05T19:56:07.594Z] ---> Using cache [2020-11-05T19:56:07.594Z] ---> 980143c1bf95 [2020-11-05T19:56:07.594Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-05T19:56:07.594Z] ---> Running in e0d3ed8fcea9 [2020-11-05T19:56:07.594Z] ---> Running in 26924c6fafcf [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:07.887Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:08.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:08.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-05T19:56:08.222Z] f05e3d4bf847: Preparing [2020-11-05T19:56:08.222Z] 90afa34fc48d: Preparing [2020-11-05T19:56:08.222Z] 68018866dc2a: Preparing [2020-11-05T19:56:08.222Z] f692e5551f7c: Preparing [2020-11-05T19:56:08.222Z] f692e5551f7c: Preparing [2020-11-05T19:56:08.222Z] 9dc78949744f: Preparing [2020-11-05T19:56:08.222Z] c99d4127cad2: Preparing [2020-11-05T19:56:08.222Z] 8722caa09130: Preparing [2020-11-05T19:56:08.222Z] f05e3d4bf847: Preparing [2020-11-05T19:56:08.222Z] 9a2cb4afcba4: Preparing [2020-11-05T19:56:08.222Z] 21ed7270b81b: Preparing [2020-11-05T19:56:08.222Z] c74d711f556e: Preparing [2020-11-05T19:56:08.222Z] ace0eda3e3be: Preparing [2020-11-05T19:56:08.222Z] 8722caa09130: Waiting [2020-11-05T19:56:08.222Z] 9a2cb4afcba4: Waiting [2020-11-05T19:56:08.222Z] 21ed7270b81b: Waiting [2020-11-05T19:56:08.222Z] c74d711f556e: Waiting [2020-11-05T19:56:08.222Z] c99d4127cad2: Waiting [2020-11-05T19:56:08.222Z] ace0eda3e3be: Waiting [2020-11-05T19:56:08.222Z] 68018866dc2a: Pushed [2020-11-05T19:56:08.486Z] 90afa34fc48d: Pushed [2020-11-05T19:56:08.486Z] 9dc78949744f: Pushed [2020-11-05T19:56:08.486Z] f692e5551f7c: Pushed [2020-11-05T19:56:08.486Z] c99d4127cad2: Pushed [2020-11-05T19:56:08.486Z] 8722caa09130: Pushed [2020-11-05T19:56:08.486Z] 9a2cb4afcba4: Pushed [2020-11-05T19:56:08.486Z] 21ed7270b81b: Pushed [2020-11-05T19:56:08.749Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:09.011Z] c74d711f556e: Pushed [2020-11-05T19:56:09.275Z] f05e3d4bf847: Pushed [2020-11-05T19:56:09.850Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:3303bf760d730a7afec364b9cce0b3309cae7162401d2be7a8db434dee74c017 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:10.159Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:10.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.105 [2020-11-05T19:56:10.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-05T19:56:10.560Z] f05e3d4bf847: Preparing [2020-11-05T19:56:10.560Z] 90afa34fc48d: Preparing [2020-11-05T19:56:10.560Z] 68018866dc2a: Preparing [2020-11-05T19:56:10.560Z] f692e5551f7c: Preparing [2020-11-05T19:56:10.560Z] f692e5551f7c: Preparing [2020-11-05T19:56:10.560Z] 9dc78949744f: Preparing [2020-11-05T19:56:10.560Z] c99d4127cad2: Preparing [2020-11-05T19:56:10.560Z] 8722caa09130: Preparing [2020-11-05T19:56:10.560Z] f05e3d4bf847: Preparing [2020-11-05T19:56:10.560Z] 9a2cb4afcba4: Preparing [2020-11-05T19:56:10.560Z] 21ed7270b81b: Preparing [2020-11-05T19:56:10.560Z] c74d711f556e: Preparing [2020-11-05T19:56:10.560Z] ace0eda3e3be: Preparing [2020-11-05T19:56:10.560Z] c99d4127cad2: Waiting [2020-11-05T19:56:10.560Z] 8722caa09130: Waiting [2020-11-05T19:56:10.560Z] 9a2cb4afcba4: Waiting [2020-11-05T19:56:10.560Z] 21ed7270b81b: Waiting [2020-11-05T19:56:10.560Z] c74d711f556e: Waiting [2020-11-05T19:56:10.560Z] ace0eda3e3be: Waiting [2020-11-05T19:56:10.560Z] 9dc78949744f: Layer already exists [2020-11-05T19:56:10.560Z] f05e3d4bf847: Layer already exists [2020-11-05T19:56:10.560Z] f692e5551f7c: Layer already exists [2020-11-05T19:56:10.560Z] 68018866dc2a: Layer already exists [2020-11-05T19:56:10.560Z] 90afa34fc48d: Layer already exists [2020-11-05T19:56:10.560Z] c99d4127cad2: Layer already exists [2020-11-05T19:56:10.560Z] c74d711f556e: Layer already exists [2020-11-05T19:56:10.560Z] 21ed7270b81b: Layer already exists [2020-11-05T19:56:10.560Z] 9a2cb4afcba4: Layer already exists [2020-11-05T19:56:10.560Z] 8722caa09130: Layer already exists [2020-11-05T19:56:10.560Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:10.560Z] 1.2.2-dev.105: digest: sha256:3303bf760d730a7afec364b9cce0b3309cae7162401d2be7a8db434dee74c017 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:10.929Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:11.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-05T19:56:11.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:11.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-05T19:56:11.233Z] f05e3d4bf847: Preparing [2020-11-05T19:56:11.233Z] 90afa34fc48d: Preparing [2020-11-05T19:56:11.233Z] 68018866dc2a: Preparing [2020-11-05T19:56:11.233Z] f692e5551f7c: Preparing [2020-11-05T19:56:11.233Z] f692e5551f7c: Preparing [2020-11-05T19:56:11.233Z] 9dc78949744f: Preparing [2020-11-05T19:56:11.233Z] c99d4127cad2: Preparing [2020-11-05T19:56:11.233Z] 8722caa09130: Preparing [2020-11-05T19:56:11.233Z] f05e3d4bf847: Preparing [2020-11-05T19:56:11.233Z] 9a2cb4afcba4: Preparing [2020-11-05T19:56:11.233Z] 21ed7270b81b: Preparing [2020-11-05T19:56:11.233Z] c74d711f556e: Preparing [2020-11-05T19:56:11.233Z] ace0eda3e3be: Preparing [2020-11-05T19:56:11.233Z] 9a2cb4afcba4: Waiting [2020-11-05T19:56:11.233Z] 21ed7270b81b: Waiting [2020-11-05T19:56:11.233Z] c99d4127cad2: Waiting [2020-11-05T19:56:11.233Z] 8722caa09130: Waiting [2020-11-05T19:56:11.233Z] c74d711f556e: Waiting [2020-11-05T19:56:11.233Z] ace0eda3e3be: Waiting [2020-11-05T19:56:11.233Z] f692e5551f7c: Layer already exists [2020-11-05T19:56:11.233Z] 68018866dc2a: Layer already exists [2020-11-05T19:56:11.233Z] 90afa34fc48d: Layer already exists [2020-11-05T19:56:11.233Z] 9dc78949744f: Layer already exists [2020-11-05T19:56:11.233Z] f05e3d4bf847: Layer already exists [2020-11-05T19:56:11.233Z] 9a2cb4afcba4: Layer already exists [2020-11-05T19:56:11.233Z] c99d4127cad2: Layer already exists [2020-11-05T19:56:11.233Z] 8722caa09130: Layer already exists [2020-11-05T19:56:11.233Z] 21ed7270b81b: Layer already exists [2020-11-05T19:56:11.233Z] c74d711f556e: Layer already exists [2020-11-05T19:56:11.233Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:11.233Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:3303bf760d730a7afec364b9cce0b3309cae7162401d2be7a8db434dee74c017 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:11.543Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:11.710Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:56:11.710Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-05T19:56:11.710Z] ---> 2f9903c6e1e8 [2020-11-05T19:56:11.710Z] Step 3/27 : WORKDIR /edgex-go [2020-11-05T19:56:11.710Z] ---> Using cache [2020-11-05T19:56:11.710Z] ---> 88ccb4bc118c [2020-11-05T19:56:11.710Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:56:11.710Z] ---> Using cache [2020-11-05T19:56:11.710Z] ---> dec79b0fb78a [2020-11-05T19:56:11.710Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-05T19:56:11.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-05T19:56:11.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-05T19:56:11.848Z] f05e3d4bf847: Preparing [2020-11-05T19:56:11.848Z] 90afa34fc48d: Preparing [2020-11-05T19:56:11.848Z] 68018866dc2a: Preparing [2020-11-05T19:56:11.848Z] f692e5551f7c: Preparing [2020-11-05T19:56:11.848Z] f692e5551f7c: Preparing [2020-11-05T19:56:11.848Z] 9dc78949744f: Preparing [2020-11-05T19:56:11.848Z] c99d4127cad2: Preparing [2020-11-05T19:56:11.848Z] 8722caa09130: Preparing [2020-11-05T19:56:11.848Z] f05e3d4bf847: Preparing [2020-11-05T19:56:11.848Z] 9a2cb4afcba4: Preparing [2020-11-05T19:56:11.848Z] 21ed7270b81b: Preparing [2020-11-05T19:56:11.848Z] c74d711f556e: Preparing [2020-11-05T19:56:11.848Z] ace0eda3e3be: Preparing [2020-11-05T19:56:11.848Z] 8722caa09130: Waiting [2020-11-05T19:56:11.848Z] 9a2cb4afcba4: Waiting [2020-11-05T19:56:11.848Z] 21ed7270b81b: Waiting [2020-11-05T19:56:11.848Z] c74d711f556e: Waiting [2020-11-05T19:56:11.848Z] ace0eda3e3be: Waiting [2020-11-05T19:56:11.848Z] c99d4127cad2: Waiting [2020-11-05T19:56:11.848Z] 90afa34fc48d: Layer already exists [2020-11-05T19:56:11.848Z] 9dc78949744f: Layer already exists [2020-11-05T19:56:11.848Z] 68018866dc2a: Layer already exists [2020-11-05T19:56:11.848Z] f692e5551f7c: Layer already exists [2020-11-05T19:56:11.848Z] f05e3d4bf847: Layer already exists [2020-11-05T19:56:11.848Z] 8722caa09130: Layer already exists [2020-11-05T19:56:11.848Z] c99d4127cad2: Layer already exists [2020-11-05T19:56:11.848Z] 9a2cb4afcba4: Layer already exists [2020-11-05T19:56:11.848Z] c74d711f556e: Layer already exists [2020-11-05T19:56:11.848Z] 21ed7270b81b: Layer already exists [2020-11-05T19:56:11.848Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:11.848Z] master: digest: sha256:3303bf760d730a7afec364b9cce0b3309cae7162401d2be7a8db434dee74c017 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:12.043Z] ===================================================== [Pipeline] echo [2020-11-05T19:56:12.090Z] taggedImages: [2020-11-05T19:56:12.090Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:12.090Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.105 [2020-11-05T19:56:12.090Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:12.090Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-11-05T19:56:12.153Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-05T19:56:12.153Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:12.153Z] 1.2.2-dev.105 [2020-11-05T19:56:12.153Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:12.153Z] master [2020-11-05T19:56:12.153Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-05T19:56:12.320Z] ---> Running in 5acbf712b1b5 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:12.692Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:13.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:13.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-05T19:56:13.000Z] 028e56f91ebd: Preparing [2020-11-05T19:56:13.000Z] 4dd1c5eae640: Preparing [2020-11-05T19:56:13.000Z] 1fa62d3a0384: Preparing [2020-11-05T19:56:13.000Z] be640feeac0a: Preparing [2020-11-05T19:56:13.000Z] 938215a5cc8c: Preparing [2020-11-05T19:56:13.000Z] 76abe48b2d33: Preparing [2020-11-05T19:56:13.000Z] ca2b72077809: Preparing [2020-11-05T19:56:13.000Z] 7efcfbd70d7c: Preparing [2020-11-05T19:56:13.000Z] 1b3ee35aacca: Preparing [2020-11-05T19:56:13.000Z] 76abe48b2d33: Waiting [2020-11-05T19:56:13.000Z] ca2b72077809: Waiting [2020-11-05T19:56:13.000Z] 7efcfbd70d7c: Waiting [2020-11-05T19:56:13.000Z] 1b3ee35aacca: Waiting [2020-11-05T19:56:13.000Z] 4dd1c5eae640: Pushed [2020-11-05T19:56:13.268Z] 028e56f91ebd: Pushed [2020-11-05T19:56:13.268Z] 938215a5cc8c: Pushed [2020-11-05T19:56:13.268Z] 7efcfbd70d7c: Layer already exists [2020-11-05T19:56:13.268Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:56:13.268Z] 76abe48b2d33: Pushed [2020-11-05T19:56:13.268Z] ca2b72077809: Pushed [2020-11-05T19:56:14.226Z] be640feeac0a: Pushed [2020-11-05T19:56:14.226Z] 1fa62d3a0384: Pushed [2020-11-05T19:56:14.226Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:9fffa6796e5d397a480282c4a55384fdcab74b0a4a34feff4517f5fde2e2bee6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:14.316Z] Removing intermediate container 26924c6fafcf [2020-11-05T19:56:14.316Z] ---> 652bcdbab290 [2020-11-05T19:56:14.316Z] Step 8/23 : COPY . . [2020-11-05T19:56:14.533Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:14.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.105 [2020-11-05T19:56:14.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-05T19:56:14.840Z] 028e56f91ebd: Preparing [2020-11-05T19:56:14.840Z] 4dd1c5eae640: Preparing [2020-11-05T19:56:14.840Z] 1fa62d3a0384: Preparing [2020-11-05T19:56:14.840Z] be640feeac0a: Preparing [2020-11-05T19:56:14.840Z] 938215a5cc8c: Preparing [2020-11-05T19:56:14.840Z] 76abe48b2d33: Preparing [2020-11-05T19:56:14.840Z] ca2b72077809: Preparing [2020-11-05T19:56:14.840Z] 7efcfbd70d7c: Preparing [2020-11-05T19:56:14.840Z] 1b3ee35aacca: Preparing [2020-11-05T19:56:14.840Z] 76abe48b2d33: Waiting [2020-11-05T19:56:14.840Z] 7efcfbd70d7c: Waiting [2020-11-05T19:56:14.840Z] ca2b72077809: Waiting [2020-11-05T19:56:14.840Z] 1b3ee35aacca: Waiting [2020-11-05T19:56:14.840Z] 4dd1c5eae640: Layer already exists [2020-11-05T19:56:14.840Z] 938215a5cc8c: Layer already exists [2020-11-05T19:56:14.840Z] be640feeac0a: Layer already exists [2020-11-05T19:56:14.840Z] 028e56f91ebd: Layer already exists [2020-11-05T19:56:14.840Z] 1fa62d3a0384: Layer already exists [2020-11-05T19:56:14.840Z] 76abe48b2d33: Layer already exists [2020-11-05T19:56:14.840Z] ca2b72077809: Layer already exists [2020-11-05T19:56:14.840Z] 7efcfbd70d7c: Layer already exists [2020-11-05T19:56:14.840Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:56:14.840Z] 1.2.2-dev.105: digest: sha256:9fffa6796e5d397a480282c4a55384fdcab74b0a4a34feff4517f5fde2e2bee6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:15.146Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:15.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:56:15.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:15.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-05T19:56:15.448Z] 028e56f91ebd: Preparing [2020-11-05T19:56:15.448Z] 4dd1c5eae640: Preparing [2020-11-05T19:56:15.448Z] 1fa62d3a0384: Preparing [2020-11-05T19:56:15.448Z] be640feeac0a: Preparing [2020-11-05T19:56:15.448Z] 938215a5cc8c: Preparing [2020-11-05T19:56:15.448Z] 76abe48b2d33: Preparing [2020-11-05T19:56:15.448Z] ca2b72077809: Preparing [2020-11-05T19:56:15.448Z] 7efcfbd70d7c: Preparing [2020-11-05T19:56:15.448Z] 1b3ee35aacca: Preparing [2020-11-05T19:56:15.448Z] 7efcfbd70d7c: Waiting [2020-11-05T19:56:15.448Z] 1b3ee35aacca: Waiting [2020-11-05T19:56:15.448Z] 76abe48b2d33: Waiting [2020-11-05T19:56:15.448Z] 938215a5cc8c: Layer already exists [2020-11-05T19:56:15.448Z] 4dd1c5eae640: Layer already exists [2020-11-05T19:56:15.448Z] 1fa62d3a0384: Layer already exists [2020-11-05T19:56:15.448Z] 028e56f91ebd: Layer already exists [2020-11-05T19:56:15.448Z] be640feeac0a: Layer already exists [2020-11-05T19:56:15.448Z] 76abe48b2d33: Layer already exists [2020-11-05T19:56:15.448Z] 7efcfbd70d7c: Layer already exists [2020-11-05T19:56:15.448Z] ca2b72077809: Layer already exists [2020-11-05T19:56:15.448Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:56:15.448Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:9fffa6796e5d397a480282c4a55384fdcab74b0a4a34feff4517f5fde2e2bee6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:15.755Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:16.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-05T19:56:16.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-05T19:56:16.056Z] 028e56f91ebd: Preparing [2020-11-05T19:56:16.056Z] 4dd1c5eae640: Preparing [2020-11-05T19:56:16.056Z] 1fa62d3a0384: Preparing [2020-11-05T19:56:16.056Z] be640feeac0a: Preparing [2020-11-05T19:56:16.056Z] 938215a5cc8c: Preparing [2020-11-05T19:56:16.056Z] 76abe48b2d33: Preparing [2020-11-05T19:56:16.056Z] ca2b72077809: Preparing [2020-11-05T19:56:16.056Z] 7efcfbd70d7c: Preparing [2020-11-05T19:56:16.056Z] 1b3ee35aacca: Preparing [2020-11-05T19:56:16.056Z] 76abe48b2d33: Waiting [2020-11-05T19:56:16.056Z] ca2b72077809: Waiting [2020-11-05T19:56:16.056Z] 7efcfbd70d7c: Waiting [2020-11-05T19:56:16.056Z] 1b3ee35aacca: Waiting [2020-11-05T19:56:16.056Z] 4dd1c5eae640: Layer already exists [2020-11-05T19:56:16.056Z] 1fa62d3a0384: Layer already exists [2020-11-05T19:56:16.056Z] 938215a5cc8c: Layer already exists [2020-11-05T19:56:16.056Z] 028e56f91ebd: Layer already exists [2020-11-05T19:56:16.056Z] be640feeac0a: Layer already exists [2020-11-05T19:56:16.056Z] 76abe48b2d33: Layer already exists [2020-11-05T19:56:16.056Z] ca2b72077809: Layer already exists [2020-11-05T19:56:16.056Z] 7efcfbd70d7c: Layer already exists [2020-11-05T19:56:16.056Z] 1b3ee35aacca: Layer already exists [2020-11-05T19:56:16.056Z] master: digest: sha256:9fffa6796e5d397a480282c4a55384fdcab74b0a4a34feff4517f5fde2e2bee6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:16.245Z] ===================================================== [2020-11-05T19:56:16.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-11-05T19:56:16.339Z] taggedImages: [2020-11-05T19:56:16.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:16.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.105 [2020-11-05T19:56:16.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:16.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-05T19:56:16.405Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-05T19:56:16.405Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:16.405Z] 1.2.2-dev.105 [2020-11-05T19:56:16.405Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:16.405Z] master [2020-11-05T19:56:16.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:16.887Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:17.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:17.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-05T19:56:17.189Z] 1c5657ba8d9f: Preparing [2020-11-05T19:56:17.189Z] c3fd8d1b0b5b: Preparing [2020-11-05T19:56:17.189Z] 3b81ab26d05e: Preparing [2020-11-05T19:56:17.189Z] c446f2b9c62f: Preparing [2020-11-05T19:56:17.451Z] 3b81ab26d05e: Pushed [2020-11-05T19:56:17.451Z] 1c5657ba8d9f: Pushed [2020-11-05T19:56:17.451Z] c446f2b9c62f: Pushed [2020-11-05T19:56:17.751Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:56:17.751Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:56:17.751Z] OK: 12623 distinct packages available [2020-11-05T19:56:18.398Z] c3fd8d1b0b5b: Pushed [2020-11-05T19:56:18.661Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:b5bf6318f36fc73fc6faf069fecaa66722d100d35b7789e701f4f520ddd6b0a7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:18.969Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:19.215Z] OK: 217 MiB in 51 packages [2020-11-05T19:56:19.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.105 [2020-11-05T19:56:19.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-05T19:56:19.272Z] 1c5657ba8d9f: Preparing [2020-11-05T19:56:19.272Z] c3fd8d1b0b5b: Preparing [2020-11-05T19:56:19.272Z] 3b81ab26d05e: Preparing [2020-11-05T19:56:19.272Z] c446f2b9c62f: Preparing [2020-11-05T19:56:19.272Z] 1c5657ba8d9f: Layer already exists [2020-11-05T19:56:19.272Z] 3b81ab26d05e: Layer already exists [2020-11-05T19:56:19.272Z] c3fd8d1b0b5b: Layer already exists [2020-11-05T19:56:19.272Z] c446f2b9c62f: Layer already exists [2020-11-05T19:56:19.272Z] 1.2.2-dev.105: digest: sha256:b5bf6318f36fc73fc6faf069fecaa66722d100d35b7789e701f4f520ddd6b0a7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:19.579Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:19.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:19.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-05T19:56:19.880Z] 1c5657ba8d9f: Preparing [2020-11-05T19:56:19.880Z] c3fd8d1b0b5b: Preparing [2020-11-05T19:56:19.880Z] 3b81ab26d05e: Preparing [2020-11-05T19:56:19.880Z] c446f2b9c62f: Preparing [2020-11-05T19:56:19.880Z] c446f2b9c62f: Layer already exists [2020-11-05T19:56:19.880Z] 3b81ab26d05e: Layer already exists [2020-11-05T19:56:19.880Z] 1c5657ba8d9f: Layer already exists [2020-11-05T19:56:19.880Z] c3fd8d1b0b5b: Layer already exists [2020-11-05T19:56:19.880Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:b5bf6318f36fc73fc6faf069fecaa66722d100d35b7789e701f4f520ddd6b0a7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:20.183Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:20.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-05T19:56:20.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-05T19:56:20.484Z] 1c5657ba8d9f: Preparing [2020-11-05T19:56:20.484Z] c3fd8d1b0b5b: Preparing [2020-11-05T19:56:20.484Z] 3b81ab26d05e: Preparing [2020-11-05T19:56:20.484Z] c446f2b9c62f: Preparing [2020-11-05T19:56:20.484Z] c3fd8d1b0b5b: Layer already exists [2020-11-05T19:56:20.484Z] 1c5657ba8d9f: Layer already exists [2020-11-05T19:56:20.484Z] c446f2b9c62f: Layer already exists [2020-11-05T19:56:20.484Z] 3b81ab26d05e: Layer already exists [2020-11-05T19:56:20.484Z] master: digest: sha256:b5bf6318f36fc73fc6faf069fecaa66722d100d35b7789e701f4f520ddd6b0a7 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:20.703Z] ===================================================== [Pipeline] echo [2020-11-05T19:56:20.751Z] taggedImages: [2020-11-05T19:56:20.751Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:20.751Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.105 [2020-11-05T19:56:20.751Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:20.751Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-05T19:56:20.815Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-05T19:56:20.815Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:20.815Z] 1.2.2-dev.105 [2020-11-05T19:56:20.815Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:20.815Z] master [2020-11-05T19:56:20.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:21.299Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:21.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:21.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-05T19:56:21.602Z] c0726b74e615: Preparing [2020-11-05T19:56:21.602Z] 5bfca9388c1d: Preparing [2020-11-05T19:56:21.602Z] 106d67abf932: Preparing [2020-11-05T19:56:21.602Z] e9a0d60abcab: Preparing [2020-11-05T19:56:21.602Z] 7f265c2a0253: Preparing [2020-11-05T19:56:21.602Z] 08d8d4f31034: Preparing [2020-11-05T19:56:21.602Z] 08d8d4f31034: Waiting [2020-11-05T19:56:21.602Z] 106d67abf932: Pushed [2020-11-05T19:56:21.602Z] c0726b74e615: Pushed [2020-11-05T19:56:21.864Z] e9a0d60abcab: Pushed [2020-11-05T19:56:21.864Z] 7f265c2a0253: Pushed [2020-11-05T19:56:21.864Z] 08d8d4f31034: Pushed [2020-11-05T19:56:23.257Z] 5bfca9388c1d: Pushed [2020-11-05T19:56:23.257Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:3cf8fff7ac416bbf196d33a9839a9a0392b8454250f0f4cf29b6d9053fea9a75 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:23.565Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.105 [Pipeline] isUnix [2020-11-05T19:56:23.578Z] Removing intermediate container 5acbf712b1b5 [2020-11-05T19:56:23.578Z] ---> d84fca93c19e [2020-11-05T19:56:23.578Z] Step 6/27 : COPY go.mod . [Pipeline] sh [2020-11-05T19:56:23.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.105 [2020-11-05T19:56:23.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-05T19:56:23.866Z] c0726b74e615: Preparing [2020-11-05T19:56:23.866Z] 5bfca9388c1d: Preparing [2020-11-05T19:56:23.866Z] 106d67abf932: Preparing [2020-11-05T19:56:23.866Z] e9a0d60abcab: Preparing [2020-11-05T19:56:23.866Z] 7f265c2a0253: Preparing [2020-11-05T19:56:23.866Z] 08d8d4f31034: Preparing [2020-11-05T19:56:23.866Z] 08d8d4f31034: Waiting [2020-11-05T19:56:23.866Z] 5bfca9388c1d: Layer already exists [2020-11-05T19:56:23.866Z] 106d67abf932: Layer already exists [2020-11-05T19:56:23.866Z] 7f265c2a0253: Layer already exists [2020-11-05T19:56:23.866Z] e9a0d60abcab: Layer already exists [2020-11-05T19:56:23.866Z] c0726b74e615: Layer already exists [2020-11-05T19:56:23.866Z] 08d8d4f31034: Layer already exists [2020-11-05T19:56:23.866Z] 1.2.2-dev.105: digest: sha256:3cf8fff7ac416bbf196d33a9839a9a0392b8454250f0f4cf29b6d9053fea9a75 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:24.176Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:24.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:24.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-05T19:56:24.476Z] c0726b74e615: Preparing [2020-11-05T19:56:24.476Z] 5bfca9388c1d: Preparing [2020-11-05T19:56:24.476Z] 106d67abf932: Preparing [2020-11-05T19:56:24.476Z] e9a0d60abcab: Preparing [2020-11-05T19:56:24.476Z] 7f265c2a0253: Preparing [2020-11-05T19:56:24.476Z] 08d8d4f31034: Preparing [2020-11-05T19:56:24.476Z] 08d8d4f31034: Waiting [2020-11-05T19:56:24.476Z] 5bfca9388c1d: Layer already exists [2020-11-05T19:56:24.476Z] 7f265c2a0253: Layer already exists [2020-11-05T19:56:24.476Z] c0726b74e615: Layer already exists [2020-11-05T19:56:24.476Z] 106d67abf932: Layer already exists [2020-11-05T19:56:24.476Z] e9a0d60abcab: Layer already exists [2020-11-05T19:56:24.476Z] 08d8d4f31034: Layer already exists [2020-11-05T19:56:24.476Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:3cf8fff7ac416bbf196d33a9839a9a0392b8454250f0f4cf29b6d9053fea9a75 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:24.783Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:25.041Z] ---> 5371cbcae9ce [2020-11-05T19:56:25.041Z] Step 7/27 : RUN go mod download [2020-11-05T19:56:25.041Z] ---> Running in e25eb5cbc4c7 [2020-11-05T19:56:25.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-05T19:56:25.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-05T19:56:25.086Z] c0726b74e615: Preparing [2020-11-05T19:56:25.086Z] 5bfca9388c1d: Preparing [2020-11-05T19:56:25.086Z] 106d67abf932: Preparing [2020-11-05T19:56:25.086Z] e9a0d60abcab: Preparing [2020-11-05T19:56:25.086Z] 7f265c2a0253: Preparing [2020-11-05T19:56:25.086Z] 08d8d4f31034: Preparing [2020-11-05T19:56:25.086Z] 08d8d4f31034: Waiting [2020-11-05T19:56:25.086Z] 106d67abf932: Layer already exists [2020-11-05T19:56:25.086Z] 5bfca9388c1d: Layer already exists [2020-11-05T19:56:25.086Z] c0726b74e615: Layer already exists [2020-11-05T19:56:25.086Z] 7f265c2a0253: Layer already exists [2020-11-05T19:56:25.086Z] e9a0d60abcab: Layer already exists [2020-11-05T19:56:25.086Z] 08d8d4f31034: Layer already exists [2020-11-05T19:56:25.086Z] master: digest: sha256:3cf8fff7ac416bbf196d33a9839a9a0392b8454250f0f4cf29b6d9053fea9a75 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:25.277Z] ===================================================== [2020-11-05T19:56:25.321Z] ---> 4c25e1490bdb [2020-11-05T19:56:25.321Z] Step 9/23 : RUN make cmd/core-data/core-data [Pipeline] echo [2020-11-05T19:56:25.379Z] taggedImages: [2020-11-05T19:56:25.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:25.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.105 [2020-11-05T19:56:25.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:25.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-05T19:56:25.470Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-05T19:56:25.470Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:25.470Z] 1.2.2-dev.105 [2020-11-05T19:56:25.470Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:25.470Z] master [2020-11-05T19:56:25.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-05T19:56:25.605Z] ---> Running in 5c2ca694606e [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:26.021Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:26.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:26.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-05T19:56:26.317Z] 80a035e057e0: Preparing [2020-11-05T19:56:26.317Z] 033bcb36b968: Preparing [2020-11-05T19:56:26.317Z] ab848bb90ee5: Preparing [2020-11-05T19:56:26.317Z] 80a035e057e0: Pushed [2020-11-05T19:56:26.317Z] ab848bb90ee5: Pushed [2020-11-05T19:56:27.705Z] 033bcb36b968: Pushed [2020-11-05T19:56:27.705Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:c261b06c6da64a68fa9cd87431fedac88bcec0a9c225748a24bddbd9351c9a40 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:28.014Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:28.285Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/core-data/core-data ./cmd/core-data [2020-11-05T19:56:28.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.105 [2020-11-05T19:56:28.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-05T19:56:28.312Z] 80a035e057e0: Preparing [2020-11-05T19:56:28.312Z] 033bcb36b968: Preparing [2020-11-05T19:56:28.312Z] ab848bb90ee5: Preparing [2020-11-05T19:56:28.312Z] ab848bb90ee5: Layer already exists [2020-11-05T19:56:28.312Z] 033bcb36b968: Layer already exists [2020-11-05T19:56:28.312Z] 80a035e057e0: Layer already exists [2020-11-05T19:56:28.312Z] 1.2.2-dev.105: digest: sha256:c261b06c6da64a68fa9cd87431fedac88bcec0a9c225748a24bddbd9351c9a40 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:28.614Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:28.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:28.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-05T19:56:28.910Z] 80a035e057e0: Preparing [2020-11-05T19:56:28.910Z] 033bcb36b968: Preparing [2020-11-05T19:56:28.910Z] ab848bb90ee5: Preparing [2020-11-05T19:56:28.910Z] ab848bb90ee5: Layer already exists [2020-11-05T19:56:28.910Z] 033bcb36b968: Layer already exists [2020-11-05T19:56:28.910Z] 80a035e057e0: Layer already exists [2020-11-05T19:56:28.910Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:c261b06c6da64a68fa9cd87431fedac88bcec0a9c225748a24bddbd9351c9a40 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:29.212Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:29.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-05T19:56:29.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-05T19:56:29.595Z] 80a035e057e0: Preparing [2020-11-05T19:56:29.595Z] 033bcb36b968: Preparing [2020-11-05T19:56:29.595Z] ab848bb90ee5: Preparing [2020-11-05T19:56:29.595Z] 033bcb36b968: Layer already exists [2020-11-05T19:56:29.595Z] ab848bb90ee5: Layer already exists [2020-11-05T19:56:29.595Z] 80a035e057e0: Layer already exists [2020-11-05T19:56:29.595Z] master: digest: sha256:c261b06c6da64a68fa9cd87431fedac88bcec0a9c225748a24bddbd9351c9a40 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:29.854Z] ===================================================== [Pipeline] echo [2020-11-05T19:56:29.900Z] taggedImages: [2020-11-05T19:56:29.900Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:29.900Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.105 [2020-11-05T19:56:29.900Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:29.900Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-05T19:56:29.969Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-05T19:56:29.969Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:29.969Z] 1.2.2-dev.105 [2020-11-05T19:56:29.969Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:29.969Z] master [2020-11-05T19:56:29.969Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:30.549Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:30.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:30.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-05T19:56:30.848Z] 0a430fa434d8: Preparing [2020-11-05T19:56:30.848Z] ae9312f493e8: Preparing [2020-11-05T19:56:30.848Z] 0e6e602f6f69: Preparing [2020-11-05T19:56:30.848Z] b7a6a58f9d4c: Preparing [2020-11-05T19:56:30.848Z] 7c9741c821db: Preparing [2020-11-05T19:56:30.848Z] f9e199112aa8: Preparing [2020-11-05T19:56:30.848Z] b6565794f38d: Preparing [2020-11-05T19:56:30.848Z] 1d278c39f50a: Preparing [2020-11-05T19:56:30.848Z] 3730a0890c46: Preparing [2020-11-05T19:56:30.848Z] 383f309b5d37: Preparing [2020-11-05T19:56:30.848Z] e1a73c32da76: Preparing [2020-11-05T19:56:30.848Z] 31b11ec6ff38: Preparing [2020-11-05T19:56:30.848Z] 911954e2fe49: Preparing [2020-11-05T19:56:30.848Z] ace0eda3e3be: Preparing [2020-11-05T19:56:30.848Z] 1d278c39f50a: Waiting [2020-11-05T19:56:30.848Z] 3730a0890c46: Waiting [2020-11-05T19:56:30.848Z] 383f309b5d37: Waiting [2020-11-05T19:56:30.848Z] e1a73c32da76: Waiting [2020-11-05T19:56:30.848Z] 31b11ec6ff38: Waiting [2020-11-05T19:56:30.848Z] 911954e2fe49: Waiting [2020-11-05T19:56:30.848Z] ace0eda3e3be: Waiting [2020-11-05T19:56:30.848Z] f9e199112aa8: Waiting [2020-11-05T19:56:30.848Z] b6565794f38d: Waiting [2020-11-05T19:56:30.957Z] Removing intermediate container e25eb5cbc4c7 [2020-11-05T19:56:30.958Z] ---> 06f0cb8ed326 [2020-11-05T19:56:30.958Z] Step 8/27 : COPY . . [2020-11-05T19:56:31.127Z] 7c9741c821db: Pushed [2020-11-05T19:56:31.127Z] 0a430fa434d8: Pushed [2020-11-05T19:56:31.398Z] b7a6a58f9d4c: Pushed [2020-11-05T19:56:31.398Z] 1d278c39f50a: Layer already exists [2020-11-05T19:56:31.398Z] 3730a0890c46: Layer already exists [2020-11-05T19:56:31.398Z] b6565794f38d: Pushed [2020-11-05T19:56:31.398Z] 383f309b5d37: Layer already exists [2020-11-05T19:56:31.398Z] e1a73c32da76: Layer already exists [2020-11-05T19:56:31.398Z] 31b11ec6ff38: Layer already exists [2020-11-05T19:56:31.398Z] 911954e2fe49: Layer already exists [2020-11-05T19:56:31.659Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:31.659Z] ae9312f493e8: Pushed [2020-11-05T19:56:32.231Z] f9e199112aa8: Pushed [2020-11-05T19:56:35.543Z] 0e6e602f6f69: Pushed [2020-11-05T19:56:35.805Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:c5f85f770dd08a80c30aa0189e9fd85109039db846686e57b71e3371635b1300 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:36.110Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:36.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.105 [2020-11-05T19:56:36.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-05T19:56:36.410Z] 0a430fa434d8: Preparing [2020-11-05T19:56:36.410Z] ae9312f493e8: Preparing [2020-11-05T19:56:36.410Z] 0e6e602f6f69: Preparing [2020-11-05T19:56:36.410Z] b7a6a58f9d4c: Preparing [2020-11-05T19:56:36.410Z] 7c9741c821db: Preparing [2020-11-05T19:56:36.410Z] f9e199112aa8: Preparing [2020-11-05T19:56:36.410Z] b6565794f38d: Preparing [2020-11-05T19:56:36.410Z] 1d278c39f50a: Preparing [2020-11-05T19:56:36.410Z] 3730a0890c46: Preparing [2020-11-05T19:56:36.410Z] 383f309b5d37: Preparing [2020-11-05T19:56:36.410Z] e1a73c32da76: Preparing [2020-11-05T19:56:36.410Z] 31b11ec6ff38: Preparing [2020-11-05T19:56:36.410Z] 911954e2fe49: Preparing [2020-11-05T19:56:36.410Z] ace0eda3e3be: Preparing [2020-11-05T19:56:36.410Z] f9e199112aa8: Waiting [2020-11-05T19:56:36.410Z] b6565794f38d: Waiting [2020-11-05T19:56:36.410Z] 1d278c39f50a: Waiting [2020-11-05T19:56:36.410Z] 3730a0890c46: Waiting [2020-11-05T19:56:36.410Z] 383f309b5d37: Waiting [2020-11-05T19:56:36.410Z] e1a73c32da76: Waiting [2020-11-05T19:56:36.410Z] ace0eda3e3be: Waiting [2020-11-05T19:56:36.410Z] 911954e2fe49: Waiting [2020-11-05T19:56:36.410Z] 31b11ec6ff38: Waiting [2020-11-05T19:56:36.410Z] 7c9741c821db: Layer already exists [2020-11-05T19:56:36.410Z] 0a430fa434d8: Layer already exists [2020-11-05T19:56:36.410Z] 0e6e602f6f69: Layer already exists [2020-11-05T19:56:36.410Z] ae9312f493e8: Layer already exists [2020-11-05T19:56:36.410Z] b7a6a58f9d4c: Layer already exists [2020-11-05T19:56:36.410Z] b6565794f38d: Layer already exists [2020-11-05T19:56:36.410Z] f9e199112aa8: Layer already exists [2020-11-05T19:56:36.410Z] 1d278c39f50a: Layer already exists [2020-11-05T19:56:36.410Z] 3730a0890c46: Layer already exists [2020-11-05T19:56:36.410Z] 383f309b5d37: Layer already exists [2020-11-05T19:56:36.410Z] e1a73c32da76: Layer already exists [2020-11-05T19:56:36.410Z] 31b11ec6ff38: Layer already exists [2020-11-05T19:56:36.410Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:36.410Z] 911954e2fe49: Layer already exists [2020-11-05T19:56:36.672Z] 1.2.2-dev.105: digest: sha256:c5f85f770dd08a80c30aa0189e9fd85109039db846686e57b71e3371635b1300 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:36.978Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:37.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:37.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-05T19:56:37.280Z] 0a430fa434d8: Preparing [2020-11-05T19:56:37.280Z] ae9312f493e8: Preparing [2020-11-05T19:56:37.280Z] 0e6e602f6f69: Preparing [2020-11-05T19:56:37.280Z] b7a6a58f9d4c: Preparing [2020-11-05T19:56:37.280Z] 7c9741c821db: Preparing [2020-11-05T19:56:37.280Z] f9e199112aa8: Preparing [2020-11-05T19:56:37.280Z] b6565794f38d: Preparing [2020-11-05T19:56:37.280Z] 1d278c39f50a: Preparing [2020-11-05T19:56:37.280Z] 3730a0890c46: Preparing [2020-11-05T19:56:37.280Z] 383f309b5d37: Preparing [2020-11-05T19:56:37.280Z] e1a73c32da76: Preparing [2020-11-05T19:56:37.280Z] 31b11ec6ff38: Preparing [2020-11-05T19:56:37.280Z] 911954e2fe49: Preparing [2020-11-05T19:56:37.280Z] ace0eda3e3be: Preparing [2020-11-05T19:56:37.280Z] f9e199112aa8: Waiting [2020-11-05T19:56:37.280Z] b6565794f38d: Waiting [2020-11-05T19:56:37.280Z] 383f309b5d37: Waiting [2020-11-05T19:56:37.280Z] 1d278c39f50a: Waiting [2020-11-05T19:56:37.280Z] 3730a0890c46: Waiting [2020-11-05T19:56:37.280Z] 911954e2fe49: Waiting [2020-11-05T19:56:37.280Z] e1a73c32da76: Waiting [2020-11-05T19:56:37.280Z] ace0eda3e3be: Waiting [2020-11-05T19:56:37.280Z] 31b11ec6ff38: Waiting [2020-11-05T19:56:37.280Z] 7c9741c821db: Layer already exists [2020-11-05T19:56:37.280Z] b7a6a58f9d4c: Layer already exists [2020-11-05T19:56:37.280Z] 0e6e602f6f69: Layer already exists [2020-11-05T19:56:37.280Z] 0a430fa434d8: Layer already exists [2020-11-05T19:56:37.280Z] ae9312f493e8: Layer already exists [2020-11-05T19:56:37.280Z] f9e199112aa8: Layer already exists [2020-11-05T19:56:37.280Z] b6565794f38d: Layer already exists [2020-11-05T19:56:37.280Z] 1d278c39f50a: Layer already exists [2020-11-05T19:56:37.280Z] 3730a0890c46: Layer already exists [2020-11-05T19:56:37.280Z] 383f309b5d37: Layer already exists [2020-11-05T19:56:37.280Z] 31b11ec6ff38: Layer already exists [2020-11-05T19:56:37.280Z] e1a73c32da76: Layer already exists [2020-11-05T19:56:37.281Z] 911954e2fe49: Layer already exists [2020-11-05T19:56:37.281Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:37.281Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:c5f85f770dd08a80c30aa0189e9fd85109039db846686e57b71e3371635b1300 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:37.583Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:56:37.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-05T19:56:37.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-05T19:56:37.880Z] 0a430fa434d8: Preparing [2020-11-05T19:56:37.880Z] ae9312f493e8: Preparing [2020-11-05T19:56:37.880Z] 0e6e602f6f69: Preparing [2020-11-05T19:56:37.880Z] b7a6a58f9d4c: Preparing [2020-11-05T19:56:37.880Z] 7c9741c821db: Preparing [2020-11-05T19:56:37.880Z] f9e199112aa8: Preparing [2020-11-05T19:56:37.880Z] b6565794f38d: Preparing [2020-11-05T19:56:37.880Z] 1d278c39f50a: Preparing [2020-11-05T19:56:37.880Z] 3730a0890c46: Preparing [2020-11-05T19:56:37.880Z] 383f309b5d37: Preparing [2020-11-05T19:56:37.880Z] e1a73c32da76: Preparing [2020-11-05T19:56:37.880Z] 31b11ec6ff38: Preparing [2020-11-05T19:56:37.880Z] 911954e2fe49: Preparing [2020-11-05T19:56:37.880Z] ace0eda3e3be: Preparing [2020-11-05T19:56:37.880Z] b6565794f38d: Waiting [2020-11-05T19:56:37.880Z] 1d278c39f50a: Waiting [2020-11-05T19:56:37.880Z] 3730a0890c46: Waiting [2020-11-05T19:56:37.880Z] 383f309b5d37: Waiting [2020-11-05T19:56:37.880Z] e1a73c32da76: Waiting [2020-11-05T19:56:37.880Z] 31b11ec6ff38: Waiting [2020-11-05T19:56:37.880Z] 911954e2fe49: Waiting [2020-11-05T19:56:37.880Z] ace0eda3e3be: Waiting [2020-11-05T19:56:37.880Z] f9e199112aa8: Waiting [2020-11-05T19:56:37.880Z] b7a6a58f9d4c: Layer already exists [2020-11-05T19:56:37.880Z] 7c9741c821db: Layer already exists [2020-11-05T19:56:37.880Z] 0a430fa434d8: Layer already exists [2020-11-05T19:56:37.880Z] 0e6e602f6f69: Layer already exists [2020-11-05T19:56:37.880Z] ae9312f493e8: Layer already exists [2020-11-05T19:56:37.880Z] f9e199112aa8: Layer already exists [2020-11-05T19:56:37.880Z] b6565794f38d: Layer already exists [2020-11-05T19:56:37.880Z] 1d278c39f50a: Layer already exists [2020-11-05T19:56:37.880Z] 383f309b5d37: Layer already exists [2020-11-05T19:56:37.880Z] 3730a0890c46: Layer already exists [2020-11-05T19:56:37.880Z] e1a73c32da76: Layer already exists [2020-11-05T19:56:37.880Z] 31b11ec6ff38: Layer already exists [2020-11-05T19:56:37.880Z] ace0eda3e3be: Layer already exists [2020-11-05T19:56:37.880Z] 911954e2fe49: Layer already exists [2020-11-05T19:56:37.880Z] master: digest: sha256:c5f85f770dd08a80c30aa0189e9fd85109039db846686e57b71e3371635b1300 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:56:38.071Z] ===================================================== [Pipeline] echo [2020-11-05T19:56:38.116Z] taggedImages: [2020-11-05T19:56:38.116Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:56:38.116Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.105 [2020-11-05T19:56:38.116Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:56:38.116Z] - 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-11-05T19:56:43.417Z] ---> 44cf952905df [2020-11-05T19:56:43.418Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-05T19:56:43.418Z] ---> Running in bee0ff061921 [2020-11-05T19:56:44.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-05T19:57:17.287Z] Removing intermediate container 44bedd0a7c91 [2020-11-05T19:57:17.287Z] ---> fc5e0fe007d3 [2020-11-05T19:57:17.287Z] [2020-11-05T19:57:17.287Z] Step 10/21 : FROM scratch [2020-11-05T19:57:17.287Z] ---> [2020-11-05T19:57:17.287Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:57:17.287Z] ---> Using cache [2020-11-05T19:57:17.287Z] ---> 50dfdc016304 [2020-11-05T19:57:17.287Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-05T19:57:17.287Z] ---> Running in c0ca2738f9e0 [2020-11-05T19:57:17.287Z] Removing intermediate container c0ca2738f9e0 [2020-11-05T19:57:17.287Z] ---> ebd6901fafc5 [2020-11-05T19:57:17.287Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-05T19:57:17.287Z] ---> Running in 2abbe7a865ad [2020-11-05T19:57:17.287Z] Removing intermediate container 2abbe7a865ad [2020-11-05T19:57:17.287Z] ---> 238364a33614 [2020-11-05T19:57:17.287Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-05T19:57:17.287Z] ---> e916acc20df3 [2020-11-05T19:57:17.287Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-05T19:57:19.291Z] ---> 3faca1bde24a [2020-11-05T19:57:19.291Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-05T19:57:20.288Z] ---> 06d39253b4a4 [2020-11-05T19:57:20.564Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-05T19:57:20.564Z] ---> Running in 62398b21f6a7 [2020-11-05T19:57:21.170Z] Removing intermediate container 62398b21f6a7 [2020-11-05T19:57:21.170Z] ---> 81405976d5f2 [2020-11-05T19:57:21.170Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:57:21.448Z] ---> Running in 0348778f7533 [2020-11-05T19:57:22.057Z] Removing intermediate container 0348778f7533 [2020-11-05T19:57:22.057Z] ---> 0256f892b15d [2020-11-05T19:57:22.057Z] Step 19/21 : LABEL arch=arm64 [2020-11-05T19:57:22.335Z] ---> Running in 700c2487f813 [2020-11-05T19:57:22.944Z] Removing intermediate container 700c2487f813 [2020-11-05T19:57:22.944Z] ---> ce69c123c659 [2020-11-05T19:57:22.944Z] Step 20/21 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:57:22.944Z] ---> Running in 1b10a3baa8a0 [2020-11-05T19:57:23.552Z] Removing intermediate container 1b10a3baa8a0 [2020-11-05T19:57:23.552Z] ---> c9b879d17215 [2020-11-05T19:57:23.552Z] Step 21/21 : LABEL version=1.2.2-dev.105 [2020-11-05T19:57:23.834Z] ---> Running in bf843d589fd0 [2020-11-05T19:57:24.842Z] Removing intermediate container bf843d589fd0 [2020-11-05T19:57:24.842Z] ---> 6558ceb767ad [2020-11-05T19:57:24.842Z] [2020-11-05T19:57:25.122Z] Successfully built 6558ceb767ad [2020-11-05T19:57:25.122Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-05T19:57:25.122Z] [2A[2K Building docker-support-scheduler-go ... [32mdone[0m [2BBuilding docker-security-secrets-setup-go [2020-11-05T19:57:27.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-05T19:57:31.240Z] Removing intermediate container fd9ec97af6aa [2020-11-05T19:57:31.240Z] ---> 3ec53a095f76 [2020-11-05T19:57:31.240Z] [2020-11-05T19:57:31.240Z] Step 10/22 : FROM scratch [2020-11-05T19:57:31.240Z] ---> [2020-11-05T19:57:31.240Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-05T19:57:31.240Z] ---> Using cache [2020-11-05T19:57:31.240Z] ---> e5c13a4cd22a [2020-11-05T19:57:31.240Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-05T19:57:31.521Z] ---> Running in 2d65110fb67a [2020-11-05T19:57:32.534Z] Removing intermediate container 2d65110fb67a [2020-11-05T19:57:32.534Z] ---> bdac7fe4a858 [2020-11-05T19:57:32.534Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-05T19:57:32.827Z] ---> Running in 0f1a2399ec14 [2020-11-05T19:57:33.823Z] Removing intermediate container 0f1a2399ec14 [2020-11-05T19:57:33.823Z] ---> 90e0a9c38de6 [2020-11-05T19:57:33.823Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-05T19:57:35.282Z] ---> f8534d8acbcc [2020-11-05T19:57:35.282Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-05T19:57:37.282Z] ---> 9acc2c2eb977 [2020-11-05T19:57:37.282Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-05T19:57:39.279Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-05T19:57:39.279Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-05T19:57:39.279Z] ---> 2f9903c6e1e8 [2020-11-05T19:57:39.279Z] Step 3/29 : WORKDIR /edgex-go [2020-11-05T19:57:39.279Z] ---> Using cache [2020-11-05T19:57:39.279Z] ---> 88ccb4bc118c [2020-11-05T19:57:39.279Z] Step 4/29 : RUN apk update && apk add make git [2020-11-05T19:57:39.555Z] ---> 2d3cf2e07dd1 [2020-11-05T19:57:39.555Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-05T19:57:39.831Z] ---> Running in 83a53e90ade1 [2020-11-05T19:57:41.830Z] ---> 40671e48686b [2020-11-05T19:57:41.830Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-05T19:57:41.830Z] ---> Running in 39e5b755a208 [2020-11-05T19:57:42.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:57:43.110Z] Removing intermediate container 39e5b755a208 [2020-11-05T19:57:43.110Z] ---> 4a857f2bf311 [2020-11-05T19:57:43.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:57:43.731Z] ---> Running in c12ad75bf415 [2020-11-05T19:57:44.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:57:44.318Z] Removing intermediate container e0d3ed8fcea9 [2020-11-05T19:57:44.318Z] ---> d7e448c5b4fa [2020-11-05T19:57:44.318Z] [2020-11-05T19:57:44.318Z] Step 10/24 : FROM alpine:3.10 [2020-11-05T19:57:44.318Z] ---> 536a684cf733 [2020-11-05T19:57:44.318Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-05T19:57:44.318Z] ---> Using cache [2020-11-05T19:57:44.318Z] ---> 82b6e028e860 [2020-11-05T19:57:44.318Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-05T19:57:44.318Z] Removing intermediate container c12ad75bf415 [2020-11-05T19:57:44.318Z] ---> 7aa1a44e4066 [2020-11-05T19:57:44.318Z] Step 20/22 : LABEL arch=arm64 [2020-11-05T19:57:44.597Z] ---> Running in 68f4f6684603 [2020-11-05T19:57:44.597Z] ---> Running in 9ba4a3e52b8b [2020-11-05T19:57:45.591Z] Removing intermediate container 68f4f6684603 [2020-11-05T19:57:45.591Z] ---> 94e3bfcf15c2 [2020-11-05T19:57:45.591Z] Step 13/24 : WORKDIR / [2020-11-05T19:57:45.591Z] v3.12.1-18-g4eebf29fe4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:57:45.591Z] v3.12.1-17-gcfd90d31bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:57:45.591Z] OK: 12623 distinct packages available [2020-11-05T19:57:45.591Z] Removing intermediate container 9ba4a3e52b8b [2020-11-05T19:57:45.591Z] ---> eec63eaa4b7a [2020-11-05T19:57:45.591Z] Step 21/22 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:57:45.591Z] ---> Running in 9f30719ea4bf [2020-11-05T19:57:45.591Z] ---> Running in 54233a044202 [2020-11-05T19:57:46.595Z] Removing intermediate container 9f30719ea4bf [2020-11-05T19:57:46.595Z] ---> 51c58a62a518 [2020-11-05T19:57:46.595Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-05T19:57:46.595Z] Removing intermediate container 54233a044202 [2020-11-05T19:57:46.595Z] ---> 737001e768d4 [2020-11-05T19:57:46.596Z] Step 22/22 : LABEL version=1.2.2-dev.105 [2020-11-05T19:57:46.596Z] OK: 217 MiB in 51 packages [2020-11-05T19:57:46.868Z] ---> Running in acafe44c5648 [2020-11-05T19:57:47.861Z] Removing intermediate container acafe44c5648 [2020-11-05T19:57:47.861Z] ---> ecf5befbdd48 [2020-11-05T19:57:47.861Z] [2020-11-05T19:57:48.141Z] ---> d02a18a1f09c [2020-11-05T19:57:48.141Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-05T19:57:48.751Z] Successfully built ecf5befbdd48 [2020-11-05T19:57:48.751Z] Removing intermediate container 83a53e90ade1 [2020-11-05T19:57:48.751Z] ---> 316607bd8010 [2020-11-05T19:57:48.751Z] Step 5/29 : COPY go.mod . [2020-11-05T19:57:48.751Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-05T19:57:49.749Z] [4A[2K Building docker-support-logging-go ... [32mdone[0m [4B ---> 4cc5b53e0b56 [2020-11-05T19:57:49.749Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-05T19:57:50.034Z] ---> 819733cc332e [2020-11-05T19:57:50.034Z] Step 6/29 : RUN go mod download [2020-11-05T19:57:50.034Z] ---> Running in f285e9e082bb [2020-11-05T19:57:51.301Z] ---> a3c9b705ff11 [2020-11-05T19:57:51.301Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-05T19:57:53.064Z] ---> 92eca0f5985f [2020-11-05T19:57:53.064Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-05T19:57:55.107Z] ---> c9451f941179 [2020-11-05T19:57:55.107Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-05T19:57:56.553Z] Removing intermediate container f285e9e082bb [2020-11-05T19:57:56.553Z] ---> c1015b3c16eb [2020-11-05T19:57:56.553Z] Step 7/29 : COPY . . [2020-11-05T19:57:56.553Z] ---> 03866438b1ac [2020-11-05T19:57:56.553Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-05T19:57:56.829Z] ---> Running in 747803fc5f91 [2020-11-05T19:58:03.575Z] Removing intermediate container 747803fc5f91 [2020-11-05T19:58:03.575Z] ---> 61e38fa9f54b [2020-11-05T19:58:03.575Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-05T19:58:03.575Z] ---> Running in 080ba6426310 [2020-11-05T19:58:04.575Z] Removing intermediate container 080ba6426310 [2020-11-05T19:58:04.575Z] ---> b1e15c01310b [2020-11-05T19:58:04.575Z] Step 22/24 : LABEL arch=arm64 [2020-11-05T19:58:05.182Z] ---> Running in 61e17b1e2354 [2020-11-05T19:58:06.649Z] Removing intermediate container 61e17b1e2354 [2020-11-05T19:58:06.649Z] ---> 78ce7bbca79c [2020-11-05T19:58:06.649Z] Step 23/24 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:58:06.932Z] ---> Running in 0201bdef6e93 [2020-11-05T19:58:08.385Z] Removing intermediate container 0201bdef6e93 [2020-11-05T19:58:08.385Z] ---> 3d5993bb6006 [2020-11-05T19:58:08.385Z] Step 24/24 : LABEL version=1.2.2-dev.105 [2020-11-05T19:58:08.989Z] ---> Running in 8514b7d11336 [2020-11-05T19:58:09.588Z] Removing intermediate container 8514b7d11336 [2020-11-05T19:58:09.588Z] ---> c64e983d58f3 [2020-11-05T19:58:09.588Z] [2020-11-05T19:58:10.191Z] Successfully built c64e983d58f3 [2020-11-05T19:58:10.191Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-05T19:58:10.191Z] [5A[2K Building docker-security-secretstore-setup-go ... [32mdone[0m [5BRemoving intermediate container bee0ff061921 [2020-11-05T19:58:10.191Z] ---> 5cb985554299 [2020-11-05T19:58:10.191Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-05T19:58:10.471Z] ---> a6e1e5d6236d [2020-11-05T19:58:10.471Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-05T19:58:10.471Z] ---> Running in 6288def25373 [2020-11-05T19:58:10.748Z] ---> Running in 7d85646ef3d2 [2020-11-05T19:58:12.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-05T19:58:12.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.105" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-05T19:58:17.061Z] Removing intermediate container 6288def25373 [2020-11-05T19:58:17.061Z] ---> c2e1cc8d334e [2020-11-05T19:58:17.061Z] [2020-11-05T19:58:17.061Z] Step 11/27 : FROM docker:latest [2020-11-05T19:58:17.061Z] ---> 5d4db4dc0692 [2020-11-05T19:58:17.061Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-05T19:58:17.061Z] ---> Running in 4baa2d7aebfb [2020-11-05T19:58:19.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:19.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:19.990Z] (1/2) Installing readline (8.0.4-r0) [2020-11-05T19:58:19.990Z] (2/2) Installing bash (5.0.17-r0) [2020-11-05T19:58:19.990Z] Executing bash-5.0.17-r0.post-install [2020-11-05T19:58:20.267Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:58:20.267Z] OK: 12 MiB in 22 packages [2020-11-05T19:58:22.268Z] Removing intermediate container 4baa2d7aebfb [2020-11-05T19:58:22.268Z] ---> 23876dee3645 [2020-11-05T19:58:22.268Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-05T19:58:22.268Z] ---> Running in c7d072ba9241 [2020-11-05T19:58:25.682Z] Removing intermediate container c7d072ba9241 [2020-11-05T19:58:25.682Z] ---> d504c9db709b [2020-11-05T19:58:25.682Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-05T19:58:25.955Z] ---> Running in 79834bc89175 [2020-11-05T19:58:26.942Z] Removing intermediate container 79834bc89175 [2020-11-05T19:58:26.942Z] ---> 2e65e59ff575 [2020-11-05T19:58:26.942Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-05T19:58:27.548Z] ---> Running in d5e0f2fae9e6 [2020-11-05T19:58:27.823Z] Removing intermediate container 5c2ca694606e [2020-11-05T19:58:27.823Z] ---> 6b7464d4ebdc [2020-11-05T19:58:27.823Z] [2020-11-05T19:58:27.823Z] Step 10/23 : FROM alpine [2020-11-05T19:58:27.823Z] ---> 2e77e061c27f [2020-11-05T19:58:27.823Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-05T19:58:28.101Z] ---> Running in c95e2d15f57f [2020-11-05T19:58:28.381Z] Removing intermediate container d5e0f2fae9e6 [2020-11-05T19:58:28.381Z] ---> d53bcdea467a [2020-11-05T19:58:28.381Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-05T19:58:28.381Z] ---> Running in 86e417e5bc29 [2020-11-05T19:58:28.655Z] Removing intermediate container c95e2d15f57f [2020-11-05T19:58:28.655Z] ---> 62c5cd6911a5 [2020-11-05T19:58:28.655Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-05T19:58:28.927Z] ---> Running in 67febaa748cb [2020-11-05T19:58:28.927Z] Removing intermediate container 86e417e5bc29 [2020-11-05T19:58:28.927Z] ---> 5a6645406714 [2020-11-05T19:58:28.927Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-05T19:58:29.213Z] Removing intermediate container 67febaa748cb [2020-11-05T19:58:29.213Z] ---> 1a9a0b3a25ea [2020-11-05T19:58:29.213Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-05T19:58:29.484Z] ---> Running in e1e114065cea [2020-11-05T19:58:30.082Z] ---> 08ea6aa00492 [2020-11-05T19:58:30.082Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-05T19:58:30.082Z] Removing intermediate container e1e114065cea [2020-11-05T19:58:30.082Z] ---> 67acfcfec461 [2020-11-05T19:58:30.082Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T19:58:30.356Z] ---> Running in 19974f074854 [2020-11-05T19:58:30.953Z] ---> 685569ac7592 [2020-11-05T19:58:30.953Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-05T19:58:32.395Z] ---> 26f23e4baa5d [2020-11-05T19:58:32.395Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-05T19:58:32.672Z] ---> Running in 096dbf09e215 [2020-11-05T19:58:34.124Z] Removing intermediate container 19974f074854 [2020-11-05T19:58:34.124Z] ---> 74dab180569b [2020-11-05T19:58:34.124Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-05T19:58:34.124Z] ---> Running in a7378a761604 [2020-11-05T19:58:34.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:34.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:35.595Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-05T19:58:35.595Z] (2/33) Installing expat (2.2.9-r1) [2020-11-05T19:58:35.595Z] (3/33) Installing libffi (3.3-r2) [2020-11-05T19:58:35.595Z] (4/33) Installing gdbm (1.13-r1) [2020-11-05T19:58:35.595Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-05T19:58:35.595Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-05T19:58:35.875Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-05T19:58:36.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:38.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:40.751Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-05T19:58:40.751Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-05T19:58:40.751Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-05T19:58:40.751Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-05T19:58:40.751Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-05T19:58:41.024Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-05T19:58:41.024Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-05T19:58:41.297Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-05T19:58:41.297Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-05T19:58:41.297Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-05T19:58:41.572Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-05T19:58:41.572Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-05T19:58:41.845Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-05T19:58:41.845Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-05T19:58:41.845Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-05T19:58:41.845Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-05T19:58:42.819Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-05T19:58:42.819Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-05T19:58:42.819Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-05T19:58:42.819Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-05T19:58:42.819Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-05T19:58:43.093Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-05T19:58:43.093Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-05T19:58:43.093Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-05T19:58:43.093Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-05T19:58:43.093Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-05T19:58:43.365Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:58:43.365Z] OK: 71 MiB in 55 packages [2020-11-05T19:58:43.963Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-05T19:58:44.234Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-05T19:58:44.826Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-05T19:58:45.096Z] Removing intermediate container 7d85646ef3d2 [2020-11-05T19:58:45.096Z] ---> 6dc734cde34d [2020-11-05T19:58:45.096Z] [2020-11-05T19:58:45.096Z] Step 9/29 : FROM alpine:latest [2020-11-05T19:58:45.096Z] ---> 2e77e061c27f [2020-11-05T19:58:45.096Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-05T19:58:45.381Z] ---> Running in 2281141ccb28 [2020-11-05T19:58:46.356Z] Removing intermediate container 2281141ccb28 [2020-11-05T19:58:46.356Z] ---> a10ff83fc148 [2020-11-05T19:58:46.356Z] Step 11/29 : USER root [2020-11-05T19:58:46.356Z] ---> Running in 443a2c0e9285 [2020-11-05T19:58:46.629Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-05T19:58:46.899Z] Removing intermediate container 443a2c0e9285 [2020-11-05T19:58:46.899Z] ---> 836d5fb022df [2020-11-05T19:58:46.899Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-05T19:58:47.181Z] ---> Running in bdb4d927dd6d [2020-11-05T19:58:47.181Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-05T19:58:47.455Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:58:47.455Z] OK: 8 MiB in 19 packages [2020-11-05T19:58:48.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:48.909Z] Removing intermediate container a7378a761604 [2020-11-05T19:58:48.909Z] ---> ef5747d00b8f [2020-11-05T19:58:48.909Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-05T19:58:49.182Z] Removing intermediate container 096dbf09e215 [2020-11-05T19:58:49.182Z] ---> a8872a8e9a26 [2020-11-05T19:58:49.182Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-05T19:58:49.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:58:49.457Z] ---> Running in a666ed90d737 [2020-11-05T19:58:50.051Z] ---> d3a60c6490a7 [2020-11-05T19:58:50.051Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-05T19:58:50.051Z] v3.12.1-18-g4eebf29fe4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-05T19:58:50.051Z] v3.12.1-17-gcfd90d31bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-05T19:58:50.051Z] OK: 12615 distinct packages available [2020-11-05T19:58:51.039Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-05T19:58:51.039Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-05T19:58:51.039Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:58:51.039Z] Executing ca-certificates-20191127-r4.trigger [2020-11-05T19:58:51.039Z] OK: 6 MiB in 16 packages [2020-11-05T19:58:51.326Z] ---> 788c39f4ca6c [2020-11-05T19:58:51.326Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-05T19:58:52.521Z] ---> 1360d39aa6d4 [2020-11-05T19:58:52.521Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-05T19:58:52.799Z] ---> Running in d5f222caa8d7 [2020-11-05T19:58:53.421Z] Removing intermediate container d5f222caa8d7 [2020-11-05T19:58:53.421Z] ---> f011994691b7 [2020-11-05T19:58:53.421Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:58:53.421Z] Removing intermediate container bdb4d927dd6d [2020-11-05T19:58:53.421Z] ---> 567e3546b8bf [2020-11-05T19:58:53.421Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-05T19:58:53.421Z] ---> Running in 574aa720b9a4 [2020-11-05T19:58:53.421Z] ---> Running in eafa8ff47e46 [2020-11-05T19:58:54.024Z] Removing intermediate container 574aa720b9a4 [2020-11-05T19:58:54.024Z] ---> e5d7686f67c8 [2020-11-05T19:58:54.024Z] Step 21/23 : LABEL arch=arm64 [2020-11-05T19:58:54.024Z] Removing intermediate container eafa8ff47e46 [2020-11-05T19:58:54.024Z] ---> 82a56b9489f8 [2020-11-05T19:58:54.024Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-05T19:58:54.299Z] ---> Running in 9f58902534e8 [2020-11-05T19:58:54.299Z] ---> Running in c6f4847cadc0 [2020-11-05T19:58:54.911Z] Removing intermediate container 9f58902534e8 [2020-11-05T19:58:54.911Z] ---> 4f901d61aee4 [2020-11-05T19:58:54.911Z] Step 22/23 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:58:54.911Z] Removing intermediate container c6f4847cadc0 [2020-11-05T19:58:54.911Z] ---> 1aa4542a275d [2020-11-05T19:58:54.911Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-05T19:58:54.911Z] ---> Running in 6f4ef3219830 [2020-11-05T19:58:55.186Z] ---> Running in ee2785dad281 [2020-11-05T19:58:55.458Z] Removing intermediate container 6f4ef3219830 [2020-11-05T19:58:55.458Z] ---> 941c2d84ae26 [2020-11-05T19:58:55.458Z] Step 23/23 : LABEL version=1.2.2-dev.105 [2020-11-05T19:58:55.459Z] Collecting docker-compose==1.23.2 [2020-11-05T19:58:55.731Z] ---> Running in 4d9f4b499b3a [2020-11-05T19:58:55.731Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-05T19:58:56.004Z] Removing intermediate container 4d9f4b499b3a [2020-11-05T19:58:56.004Z] ---> 422695cfa628 [2020-11-05T19:58:56.004Z] [2020-11-05T19:58:56.279Z] Successfully built 422695cfa628 [2020-11-05T19:58:56.549Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-05T19:58:57.524Z] [10A[2K Building docker-core-data-go ... [32mdone[0m [10BCollecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-05T19:58:57.524Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-05T19:58:57.524Z] Removing intermediate container ee2785dad281 [2020-11-05T19:58:57.524Z] ---> 8c686e17bdeb [2020-11-05T19:58:57.524Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-05T19:58:58.117Z] Collecting jsonschema<3,>=2.5.1 [2020-11-05T19:58:58.117Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-05T19:58:58.746Z] ---> 6cb95e09d0bb [2020-11-05T19:58:58.746Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-05T19:58:58.746Z] Collecting docopt<0.7,>=0.6.1 [2020-11-05T19:58:58.746Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-05T19:58:59.389Z] ---> c1db245e5904 [2020-11-05T19:58:59.389Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-05T19:59:00.058Z] ---> cd001c8cae5e [2020-11-05T19:59:00.058Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-05T19:59:01.159Z] ---> 472a3a65e778 [2020-11-05T19:59:01.159Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-05T19:59:01.437Z] Collecting texttable<0.10,>=0.9.0 [2020-11-05T19:59:01.437Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-05T19:59:01.709Z] ---> ba0da1557003 [2020-11-05T19:59:01.709Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-05T19:59:01.709Z] ---> Running in 7bd6d66a73ec [2020-11-05T19:59:04.332Z] Collecting docker<4.0,>=3.6.0 [2020-11-05T19:59:04.332Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-05T19:59:04.332Z] Removing intermediate container 7bd6d66a73ec [2020-11-05T19:59:04.332Z] ---> 801426ca4e3d [2020-11-05T19:59:04.332Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-05T19:59:04.931Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-05T19:59:04.931Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-05T19:59:04.931Z] ---> a82d08037a01 [2020-11-05T19:59:05.206Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-05T19:59:05.206Z] ---> Running in 7b8c9a01cb45 [2020-11-05T19:59:05.481Z] Collecting cached-property<2,>=1.2.0 [2020-11-05T19:59:05.481Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-05T19:59:06.465Z] Collecting PyYAML<4,>=3.10 [2020-11-05T19:59:06.465Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-05T19:59:07.910Z] Removing intermediate container 7b8c9a01cb45 [2020-11-05T19:59:07.910Z] ---> ee1c90b77f35 [2020-11-05T19:59:07.910Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-05T19:59:07.910Z] ---> Running in f6ce79cc4126 [2020-11-05T19:59:09.894Z] 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-11-05T19:59:09.894Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-05T19:59:09.894Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-05T19:59:10.879Z] Removing intermediate container f6ce79cc4126 [2020-11-05T19:59:10.879Z] ---> 3558b16dcd6f [2020-11-05T19:59:10.879Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-05T19:59:11.155Z] ---> Running in b2af6e0961de [2020-11-05T19:59:11.752Z] Removing intermediate container b2af6e0961de [2020-11-05T19:59:11.753Z] ---> 5afe150807b9 [2020-11-05T19:59:11.753Z] Step 26/29 : CMD [ "generate" ] [2020-11-05T19:59:11.753Z] ---> Running in b478a0027887 [2020-11-05T19:59:12.029Z] Collecting idna<2.8,>=2.5 [2020-11-05T19:59:12.029Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-05T19:59:12.029Z] Removing intermediate container b478a0027887 [2020-11-05T19:59:12.029Z] ---> ed911a2b77a5 [2020-11-05T19:59:12.029Z] Step 27/29 : LABEL arch=arm64 [2020-11-05T19:59:12.301Z] 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-11-05T19:59:12.301Z] 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-11-05T19:59:12.301Z] ---> Running in 30de84fd7b38 [2020-11-05T19:59:12.897Z] Removing intermediate container 30de84fd7b38 [2020-11-05T19:59:12.897Z] ---> 42f4711a98dc [2020-11-05T19:59:12.897Z] Step 28/29 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:59:12.897Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-05T19:59:12.897Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-05T19:59:12.897Z] ---> Running in 3d26c6f88de1 [2020-11-05T19:59:13.172Z] Collecting docker-pycreds>=0.4.0 [2020-11-05T19:59:13.172Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-05T19:59:13.444Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-05T19:59:13.444Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-05T19:59:13.444Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-05T19:59:13.444Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-05T19:59:13.444Z] Removing intermediate container 3d26c6f88de1 [2020-11-05T19:59:13.444Z] ---> 41e0b7c3891c [2020-11-05T19:59:13.444Z] Step 29/29 : LABEL version=1.2.2-dev.105 [2020-11-05T19:59:13.718Z] ---> Running in 965a8ee6c155 [2020-11-05T19:59:13.992Z] Removing intermediate container 965a8ee6c155 [2020-11-05T19:59:13.992Z] ---> da1bf89ef682 [2020-11-05T19:59:13.992Z] [2020-11-05T19:59:14.266Z] Installing collected packages: idna, urllib3, requests, jsonschema, docopt, texttable, websocket-client, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docker-compose [2020-11-05T19:59:14.266Z] Successfully built da1bf89ef682 [2020-11-05T19:59:14.266Z] Attempting uninstall: idna [2020-11-05T19:59:14.266Z] Found existing installation: idna 2.9 [2020-11-05T19:59:14.266Z] Uninstalling idna-2.9: [2020-11-05T19:59:14.266Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-05T19:59:14.539Z] [6A[2K Building docker-security-secrets-setup-go ... [32mdone[0m [6B Successfully uninstalled idna-2.9 [2020-11-05T19:59:15.132Z] Attempting uninstall: urllib3 [2020-11-05T19:59:15.132Z] Found existing installation: urllib3 1.25.9 [2020-11-05T19:59:15.132Z] Uninstalling urllib3-1.25.9: [2020-11-05T19:59:15.132Z] Successfully uninstalled urllib3-1.25.9 [2020-11-05T19:59:15.726Z] Attempting uninstall: requests [2020-11-05T19:59:15.726Z] Found existing installation: requests 2.23.0 [2020-11-05T19:59:15.726Z] Uninstalling requests-2.23.0: [2020-11-05T19:59:15.726Z] Successfully uninstalled requests-2.23.0 [2020-11-05T19:59:16.318Z] Running setup.py install for docopt: started [2020-11-05T19:59:18.298Z] Running setup.py install for docopt: finished with status 'done' [2020-11-05T19:59:18.299Z] Running setup.py install for texttable: started [2020-11-05T19:59:19.724Z] Running setup.py install for texttable: finished with status 'done' [2020-11-05T19:59:20.698Z] Running setup.py install for PyYAML: started [2020-11-05T19:59:22.664Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-05T19:59:22.664Z] Running setup.py install for dockerpty: started [2020-11-05T19:59:24.632Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-05T19:59:25.224Z] 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-11-05T19:59:28.600Z] Removing intermediate container a666ed90d737 [2020-11-05T19:59:28.600Z] ---> 616f844b30b5 [2020-11-05T19:59:28.600Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-05T19:59:28.877Z] ---> Running in e7bfe0ab1974 [2020-11-05T19:59:30.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T19:59:30.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T19:59:30.904Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-05T19:59:30.904Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-05T19:59:30.904Z] (3/3) Installing curl (7.69.1-r1) [2020-11-05T19:59:30.904Z] Executing busybox-1.31.1-r19.trigger [2020-11-05T19:59:30.904Z] OK: 71 MiB in 58 packages [2020-11-05T19:59:32.337Z] Removing intermediate container e7bfe0ab1974 [2020-11-05T19:59:32.337Z] ---> 3f55dadeef0c [2020-11-05T19:59:32.337Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-05T19:59:32.337Z] ---> Running in 9984da65a71d [2020-11-05T19:59:32.928Z] Removing intermediate container 9984da65a71d [2020-11-05T19:59:32.928Z] ---> 74a83e978c12 [2020-11-05T19:59:32.928Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T19:59:32.928Z] ---> Running in f8faf5ea754f [2020-11-05T19:59:33.199Z] Removing intermediate container f8faf5ea754f [2020-11-05T19:59:33.199Z] ---> b1180592f6b5 [2020-11-05T19:59:33.199Z] Step 25/27 : LABEL arch=arm64 [2020-11-05T19:59:33.471Z] ---> Running in 5d449769e841 [2020-11-05T19:59:34.064Z] Removing intermediate container 5d449769e841 [2020-11-05T19:59:34.064Z] ---> a76a0ac559f0 [2020-11-05T19:59:34.064Z] Step 26/27 : LABEL git_sha=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:59:34.064Z] ---> Running in 64323e75ece6 [2020-11-05T19:59:34.657Z] Removing intermediate container 64323e75ece6 [2020-11-05T19:59:34.657Z] ---> a629319f02a6 [2020-11-05T19:59:34.657Z] Step 27/27 : LABEL version=1.2.2-dev.105 [2020-11-05T19:59:34.657Z] ---> Running in 9b396a7b301f [2020-11-05T19:59:35.250Z] Removing intermediate container 9b396a7b301f [2020-11-05T19:59:35.250Z] ---> 77ae0d34d973 [2020-11-05T19:59:35.250Z] [2020-11-05T19:59:35.522Z] Successfully built 77ae0d34d973 [2020-11-05T19:59:35.522Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-05T19:59:35.811Z] [1A[2K Building docker-sys-mgmt-agent-go ... [32mdone[0m [1B [Pipeline] } [2020-11-05T19:59:35.835Z] $ docker stop --time=1 8f3ce4a22a33834dfe64fd9a616d92c81631f83888eeb1f957957c1bda1d9fd5 [2020-11-05T19:59:37.696Z] $ docker rm -f 8f3ce4a22a33834dfe64fd9a616d92c81631f83888eeb1f957957c1bda1d9fd5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-05T19:59:38.406Z] + docker images [2020-11-05T19:59:38.406Z] + grep docker [2020-11-05T19:59:38.678Z] docker-sys-mgmt-agent-go-arm64 latest 77ae0d34d973 4 seconds ago 270MB [2020-11-05T19:59:38.678Z] docker-security-secrets-setup-go-arm64 latest da1bf89ef682 25 seconds ago 22.7MB [2020-11-05T19:59:38.678Z] docker-core-data-go-arm64 latest 422695cfa628 43 seconds ago 22.3MB [2020-11-05T19:59:38.678Z] docker-security-secretstore-setup-go-arm64 latest c64e983d58f3 About a minute ago 23.6MB [2020-11-05T19:59:38.678Z] docker-support-logging-go-arm64 latest ecf5befbdd48 About a minute ago 10.6MB [2020-11-05T19:59:38.678Z] docker-support-scheduler-go-arm64 latest 6558ceb767ad 2 minutes ago 11.5MB [2020-11-05T19:59:38.678Z] docker-core-metadata-go-arm64 latest 84b6e4f64aaa 3 minutes ago 13.5MB [2020-11-05T19:59:38.678Z] docker-support-notifications-go-arm64 latest 41e9605e230c 3 minutes ago 12.9MB [2020-11-05T19:59:38.678Z] docker-core-command-go-arm64 latest a8bf523c521a 4 minutes ago 11.4MB [2020-11-05T19:59:38.678Z] docker-security-bootstrap-redis-go-arm64 latest 8078d0f15a25 4 minutes ago 15.2MB [2020-11-05T19:59:38.678Z] docker-security-proxy-setup-go-arm64 latest 3ac4deb6969c 4 minutes ago 15.1MB [2020-11-05T19:59:38.678Z] docker latest 5d4db4dc0692 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-05T19:59:39.498Z] provisioning config files... [2020-11-05T19:59:39.554Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/221@tmp/config8944445253374160774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-05T19:59:39.952Z] ---> docker-login.sh [2020-11-05T19:59:39.952Z] nexus3.edgexfoundry.org:10001 [2020-11-05T19:59:40.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:59:40.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:59:40.497Z] Configure a credential helper to remove this warning. See [2020-11-05T19:59:40.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:59:40.497Z] [2020-11-05T19:59:40.497Z] Login Succeeded [2020-11-05T19:59:40.497Z] nexus3.edgexfoundry.org:10002 [2020-11-05T19:59:40.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:59:41.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:59:41.042Z] Configure a credential helper to remove this warning. See [2020-11-05T19:59:41.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:59:41.042Z] [2020-11-05T19:59:41.042Z] Login Succeeded [2020-11-05T19:59:41.042Z] nexus3.edgexfoundry.org:10003 [2020-11-05T19:59:41.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:59:41.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:59:41.585Z] Configure a credential helper to remove this warning. See [2020-11-05T19:59:41.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:59:41.585Z] [2020-11-05T19:59:41.585Z] Login Succeeded [2020-11-05T19:59:41.585Z] nexus3.edgexfoundry.org:10004 [2020-11-05T19:59:41.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:59:43.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:59:43.279Z] Configure a credential helper to remove this warning. See [2020-11-05T19:59:43.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:59:43.279Z] [2020-11-05T19:59:43.279Z] Login Succeeded [2020-11-05T19:59:43.279Z] docker.io [2020-11-05T19:59:43.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-05T19:59:43.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-05T19:59:43.819Z] Configure a credential helper to remove this warning. See [2020-11-05T19:59:43.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-05T19:59:43.819Z] [2020-11-05T19:59:43.819Z] Login Succeeded [2020-11-05T19:59:44.088Z] ---> docker-login.sh ends [Pipeline] } [2020-11-05T19:59:44.105Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:59:44.338Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-05T19:59:44.338Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:59:44.338Z] 1.2.2-dev.105 [2020-11-05T19:59:44.338Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:59:44.338Z] master [2020-11-05T19:59:44.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:44.868Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:45.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:59:45.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-05T19:59:45.202Z] 65f5aa249868: Preparing [2020-11-05T19:59:45.202Z] 092e01a4aeaa: Preparing [2020-11-05T19:59:45.202Z] 96cae1dd3860: Preparing [2020-11-05T19:59:45.476Z] 65f5aa249868: Pushed [2020-11-05T19:59:45.476Z] 96cae1dd3860: Pushed [2020-11-05T19:59:48.860Z] 092e01a4aeaa: Pushed [2020-11-05T19:59:48.860Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:1275b046bbd015a010f6456091d08185abdd0d89b6afee603b9da93e2975d568 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:49.201Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:49.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.105 [2020-11-05T19:59:49.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-05T19:59:49.568Z] 65f5aa249868: Preparing [2020-11-05T19:59:49.568Z] 092e01a4aeaa: Preparing [2020-11-05T19:59:49.568Z] 96cae1dd3860: Preparing [2020-11-05T19:59:49.568Z] 96cae1dd3860: Layer already exists [2020-11-05T19:59:49.568Z] 65f5aa249868: Layer already exists [2020-11-05T19:59:49.568Z] 092e01a4aeaa: Layer already exists [2020-11-05T19:59:49.852Z] 1.2.2-dev.105: digest: sha256:1275b046bbd015a010f6456091d08185abdd0d89b6afee603b9da93e2975d568 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:50.226Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:50.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:59:50.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-05T19:59:50.591Z] 65f5aa249868: Preparing [2020-11-05T19:59:50.591Z] 092e01a4aeaa: Preparing [2020-11-05T19:59:50.591Z] 96cae1dd3860: Preparing [2020-11-05T19:59:50.591Z] 092e01a4aeaa: Layer already exists [2020-11-05T19:59:50.591Z] 96cae1dd3860: Layer already exists [2020-11-05T19:59:50.591Z] 65f5aa249868: Layer already exists [2020-11-05T19:59:50.867Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:1275b046bbd015a010f6456091d08185abdd0d89b6afee603b9da93e2975d568 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:51.227Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:51.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-05T19:59:51.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-05T19:59:51.562Z] 65f5aa249868: Preparing [2020-11-05T19:59:51.562Z] 092e01a4aeaa: Preparing [2020-11-05T19:59:51.562Z] 96cae1dd3860: Preparing [2020-11-05T19:59:51.562Z] 65f5aa249868: Layer already exists [2020-11-05T19:59:51.562Z] 092e01a4aeaa: Layer already exists [2020-11-05T19:59:51.562Z] 96cae1dd3860: Layer already exists [2020-11-05T19:59:51.833Z] master: digest: sha256:1275b046bbd015a010f6456091d08185abdd0d89b6afee603b9da93e2975d568 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T19:59:52.070Z] ===================================================== [Pipeline] echo [2020-11-05T19:59:52.117Z] taggedImages: [2020-11-05T19:59:52.117Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:59:52.117Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.105 [2020-11-05T19:59:52.117Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:59:52.117Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-05T19:59:52.184Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-05T19:59:52.184Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:59:52.184Z] 1.2.2-dev.105 [2020-11-05T19:59:52.184Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:59:52.184Z] master [2020-11-05T19:59:52.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:52.714Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:53.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T19:59:53.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-05T19:59:53.050Z] 4f271bb38dfd: Preparing [2020-11-05T19:59:53.050Z] 6d746292949f: Preparing [2020-11-05T19:59:53.050Z] 16c0c56b7788: Preparing [2020-11-05T19:59:53.050Z] 549845db42bc: Preparing [2020-11-05T19:59:53.050Z] 27eceb6ba04a: Preparing [2020-11-05T19:59:53.050Z] cd3761cfa1d9: Preparing [2020-11-05T19:59:53.050Z] cd3761cfa1d9: Waiting [2020-11-05T19:59:53.321Z] 4f271bb38dfd: Pushed [2020-11-05T19:59:53.321Z] 27eceb6ba04a: Pushed [2020-11-05T19:59:53.321Z] 16c0c56b7788: Pushed [2020-11-05T19:59:53.321Z] cd3761cfa1d9: Layer already exists [2020-11-05T19:59:53.913Z] 549845db42bc: Pushed [2020-11-05T19:59:57.279Z] 6d746292949f: Pushed [2020-11-05T19:59:57.279Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:af1f5b5979af06c39d3757bb70c8d384232d14e4931b2d3aab2bd556083c548a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:57.621Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:57.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.105 [2020-11-05T19:59:57.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-05T19:59:57.965Z] 4f271bb38dfd: Preparing [2020-11-05T19:59:57.965Z] 6d746292949f: Preparing [2020-11-05T19:59:57.965Z] 16c0c56b7788: Preparing [2020-11-05T19:59:57.965Z] 549845db42bc: Preparing [2020-11-05T19:59:57.965Z] 27eceb6ba04a: Preparing [2020-11-05T19:59:57.965Z] cd3761cfa1d9: Preparing [2020-11-05T19:59:57.965Z] cd3761cfa1d9: Waiting [2020-11-05T19:59:57.965Z] 4f271bb38dfd: Layer already exists [2020-11-05T19:59:57.965Z] 16c0c56b7788: Layer already exists [2020-11-05T19:59:57.965Z] 549845db42bc: Layer already exists [2020-11-05T19:59:57.965Z] 27eceb6ba04a: Layer already exists [2020-11-05T19:59:58.236Z] 6d746292949f: Layer already exists [2020-11-05T19:59:58.236Z] cd3761cfa1d9: Layer already exists [2020-11-05T19:59:58.236Z] 1.2.2-dev.105: digest: sha256:af1f5b5979af06c39d3757bb70c8d384232d14e4931b2d3aab2bd556083c548a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:58.574Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:58.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T19:59:58.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-05T19:59:58.907Z] 4f271bb38dfd: Preparing [2020-11-05T19:59:58.907Z] 6d746292949f: Preparing [2020-11-05T19:59:58.907Z] 16c0c56b7788: Preparing [2020-11-05T19:59:58.907Z] 549845db42bc: Preparing [2020-11-05T19:59:58.907Z] 27eceb6ba04a: Preparing [2020-11-05T19:59:58.907Z] cd3761cfa1d9: Preparing [2020-11-05T19:59:58.907Z] cd3761cfa1d9: Waiting [2020-11-05T19:59:59.178Z] 16c0c56b7788: Layer already exists [2020-11-05T19:59:59.178Z] 549845db42bc: Layer already exists [2020-11-05T19:59:59.178Z] 27eceb6ba04a: Layer already exists [2020-11-05T19:59:59.178Z] 4f271bb38dfd: Layer already exists [2020-11-05T19:59:59.178Z] 6d746292949f: Layer already exists [2020-11-05T19:59:59.178Z] cd3761cfa1d9: Layer already exists [2020-11-05T19:59:59.178Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:af1f5b5979af06c39d3757bb70c8d384232d14e4931b2d3aab2bd556083c548a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:59.514Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T19:59:59.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-05T19:59:59.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-05T19:59:59.851Z] 4f271bb38dfd: Preparing [2020-11-05T19:59:59.851Z] 6d746292949f: Preparing [2020-11-05T19:59:59.851Z] 16c0c56b7788: Preparing [2020-11-05T19:59:59.851Z] 549845db42bc: Preparing [2020-11-05T19:59:59.851Z] 27eceb6ba04a: Preparing [2020-11-05T19:59:59.851Z] cd3761cfa1d9: Preparing [2020-11-05T19:59:59.851Z] cd3761cfa1d9: Waiting [2020-11-05T20:00:00.122Z] 16c0c56b7788: Layer already exists [2020-11-05T20:00:00.122Z] 4f271bb38dfd: Layer already exists [2020-11-05T20:00:00.122Z] 6d746292949f: Layer already exists [2020-11-05T20:00:00.122Z] 27eceb6ba04a: Layer already exists [2020-11-05T20:00:00.122Z] 549845db42bc: Layer already exists [2020-11-05T20:00:00.122Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:00.122Z] master: digest: sha256:af1f5b5979af06c39d3757bb70c8d384232d14e4931b2d3aab2bd556083c548a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:00.372Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:00.421Z] taggedImages: [2020-11-05T20:00:00.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:00.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:00.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:00.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-05T20:00:00.515Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-05T20:00:00.515Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:00.515Z] 1.2.2-dev.105 [2020-11-05T20:00:00.515Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:00.515Z] master [2020-11-05T20:00:00.515Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:01.041Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:01.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:01.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-05T20:00:01.378Z] c351ffb71921: Preparing [2020-11-05T20:00:01.378Z] 1c79e8179bbd: Preparing [2020-11-05T20:00:01.378Z] 7f9fa4464d76: Preparing [2020-11-05T20:00:01.979Z] 7f9fa4464d76: Pushed [2020-11-05T20:00:01.979Z] c351ffb71921: Pushed [2020-11-05T20:00:05.352Z] 1c79e8179bbd: Pushed [2020-11-05T20:00:05.352Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:7d579f771d81cc509381604a18a3563f0f8557bd27ac4f23f8a8ada1b974cf18 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:05.690Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:06.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:06.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-05T20:00:06.020Z] c351ffb71921: Preparing [2020-11-05T20:00:06.020Z] 1c79e8179bbd: Preparing [2020-11-05T20:00:06.020Z] 7f9fa4464d76: Preparing [2020-11-05T20:00:06.291Z] 1c79e8179bbd: Layer already exists [2020-11-05T20:00:06.291Z] 7f9fa4464d76: Layer already exists [2020-11-05T20:00:06.291Z] c351ffb71921: Layer already exists [2020-11-05T20:00:06.291Z] 1.2.2-dev.105: digest: sha256:7d579f771d81cc509381604a18a3563f0f8557bd27ac4f23f8a8ada1b974cf18 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:06.636Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:06.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:06.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-05T20:00:06.973Z] c351ffb71921: Preparing [2020-11-05T20:00:06.973Z] 1c79e8179bbd: Preparing [2020-11-05T20:00:06.973Z] 7f9fa4464d76: Preparing [2020-11-05T20:00:07.243Z] 1c79e8179bbd: Layer already exists [2020-11-05T20:00:07.243Z] c351ffb71921: Layer already exists [2020-11-05T20:00:07.243Z] 7f9fa4464d76: Layer already exists [2020-11-05T20:00:07.243Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:7d579f771d81cc509381604a18a3563f0f8557bd27ac4f23f8a8ada1b974cf18 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:07.580Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:07.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-05T20:00:07.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-05T20:00:07.917Z] c351ffb71921: Preparing [2020-11-05T20:00:07.917Z] 1c79e8179bbd: Preparing [2020-11-05T20:00:07.917Z] 7f9fa4464d76: Preparing [2020-11-05T20:00:08.190Z] 1c79e8179bbd: Layer already exists [2020-11-05T20:00:08.190Z] c351ffb71921: Layer already exists [2020-11-05T20:00:08.190Z] 7f9fa4464d76: Layer already exists [2020-11-05T20:00:08.190Z] master: digest: sha256:7d579f771d81cc509381604a18a3563f0f8557bd27ac4f23f8a8ada1b974cf18 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:08.384Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:08.431Z] taggedImages: [2020-11-05T20:00:08.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:08.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:08.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:08.431Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-05T20:00:08.491Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-05T20:00:08.491Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:08.491Z] 1.2.2-dev.105 [2020-11-05T20:00:08.491Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:08.491Z] master [2020-11-05T20:00:08.491Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:09.035Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:09.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:09.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-05T20:00:09.366Z] 1336bfd0bf3e: Preparing [2020-11-05T20:00:09.366Z] cc1914780846: Preparing [2020-11-05T20:00:09.366Z] 6ff0272963ee: Preparing [2020-11-05T20:00:09.366Z] f8b44049674f: Preparing [2020-11-05T20:00:09.366Z] 416e6b1f6208: Preparing [2020-11-05T20:00:09.366Z] 376ed2dddfea: Preparing [2020-11-05T20:00:09.366Z] 66b385cf80cf: Preparing [2020-11-05T20:00:09.366Z] 376ed2dddfea: Waiting [2020-11-05T20:00:09.366Z] 66b385cf80cf: Waiting [2020-11-05T20:00:09.959Z] 1336bfd0bf3e: Pushed [2020-11-05T20:00:09.959Z] 6ff0272963ee: Pushed [2020-11-05T20:00:09.959Z] cc1914780846: Pushed [2020-11-05T20:00:09.959Z] 416e6b1f6208: Pushed [2020-11-05T20:00:09.960Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:10.551Z] 376ed2dddfea: Pushed [2020-11-05T20:00:11.972Z] f8b44049674f: Pushed [2020-11-05T20:00:11.972Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:55bb4ce30f60dd6b9e8a4145a0be88fa76fc6a84112017134ff8bde2ce70818d size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:12.314Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:12.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:12.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-05T20:00:12.651Z] 1336bfd0bf3e: Preparing [2020-11-05T20:00:12.651Z] cc1914780846: Preparing [2020-11-05T20:00:12.651Z] 6ff0272963ee: Preparing [2020-11-05T20:00:12.651Z] f8b44049674f: Preparing [2020-11-05T20:00:12.651Z] 416e6b1f6208: Preparing [2020-11-05T20:00:12.651Z] 376ed2dddfea: Preparing [2020-11-05T20:00:12.651Z] 66b385cf80cf: Preparing [2020-11-05T20:00:12.651Z] 376ed2dddfea: Waiting [2020-11-05T20:00:12.651Z] 66b385cf80cf: Waiting [2020-11-05T20:00:12.651Z] 416e6b1f6208: Layer already exists [2020-11-05T20:00:12.922Z] f8b44049674f: Layer already exists [2020-11-05T20:00:12.922Z] 6ff0272963ee: Layer already exists [2020-11-05T20:00:12.922Z] cc1914780846: Layer already exists [2020-11-05T20:00:12.922Z] 1336bfd0bf3e: Layer already exists [2020-11-05T20:00:12.922Z] 376ed2dddfea: Layer already exists [2020-11-05T20:00:12.922Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:12.922Z] 1.2.2-dev.105: digest: sha256:55bb4ce30f60dd6b9e8a4145a0be88fa76fc6a84112017134ff8bde2ce70818d size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:13.268Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:13.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:13.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-05T20:00:13.605Z] 1336bfd0bf3e: Preparing [2020-11-05T20:00:13.605Z] cc1914780846: Preparing [2020-11-05T20:00:13.605Z] 6ff0272963ee: Preparing [2020-11-05T20:00:13.605Z] f8b44049674f: Preparing [2020-11-05T20:00:13.605Z] 416e6b1f6208: Preparing [2020-11-05T20:00:13.605Z] 376ed2dddfea: Preparing [2020-11-05T20:00:13.605Z] 66b385cf80cf: Preparing [2020-11-05T20:00:13.605Z] 376ed2dddfea: Waiting [2020-11-05T20:00:13.605Z] 66b385cf80cf: Waiting [2020-11-05T20:00:13.876Z] 1336bfd0bf3e: Layer already exists [2020-11-05T20:00:13.876Z] 6ff0272963ee: Layer already exists [2020-11-05T20:00:13.876Z] f8b44049674f: Layer already exists [2020-11-05T20:00:13.876Z] 416e6b1f6208: Layer already exists [2020-11-05T20:00:13.876Z] cc1914780846: Layer already exists [2020-11-05T20:00:13.876Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:13.876Z] 376ed2dddfea: Layer already exists [2020-11-05T20:00:13.876Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:55bb4ce30f60dd6b9e8a4145a0be88fa76fc6a84112017134ff8bde2ce70818d size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:14.221Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:14.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-05T20:00:14.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-05T20:00:14.770Z] 1336bfd0bf3e: Preparing [2020-11-05T20:00:14.770Z] cc1914780846: Preparing [2020-11-05T20:00:14.770Z] 6ff0272963ee: Preparing [2020-11-05T20:00:14.770Z] f8b44049674f: Preparing [2020-11-05T20:00:14.770Z] 416e6b1f6208: Preparing [2020-11-05T20:00:14.770Z] 376ed2dddfea: Preparing [2020-11-05T20:00:14.770Z] 66b385cf80cf: Preparing [2020-11-05T20:00:14.770Z] 66b385cf80cf: Waiting [2020-11-05T20:00:14.770Z] 376ed2dddfea: Waiting [2020-11-05T20:00:14.770Z] 1336bfd0bf3e: Layer already exists [2020-11-05T20:00:14.770Z] 6ff0272963ee: Layer already exists [2020-11-05T20:00:14.770Z] cc1914780846: Layer already exists [2020-11-05T20:00:14.770Z] f8b44049674f: Layer already exists [2020-11-05T20:00:14.770Z] 416e6b1f6208: Layer already exists [2020-11-05T20:00:14.770Z] 376ed2dddfea: Layer already exists [2020-11-05T20:00:14.770Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:15.043Z] master: digest: sha256:55bb4ce30f60dd6b9e8a4145a0be88fa76fc6a84112017134ff8bde2ce70818d size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:15.263Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:15.311Z] taggedImages: [2020-11-05T20:00:15.311Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:15.311Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:15.311Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:15.311Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-05T20:00:15.379Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-05T20:00:15.379Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:15.379Z] 1.2.2-dev.105 [2020-11-05T20:00:15.379Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:15.379Z] master [2020-11-05T20:00:15.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:16.143Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:16.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:16.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-05T20:00:16.473Z] fbf27d8423b4: Preparing [2020-11-05T20:00:16.473Z] 93b4ddf57d8c: Preparing [2020-11-05T20:00:16.473Z] f9b9f0fb5aa5: Preparing [2020-11-05T20:00:16.473Z] 61ee88624730: Preparing [2020-11-05T20:00:16.473Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:16.744Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:16.744Z] 93b4ddf57d8c: Pushed [2020-11-05T20:00:16.744Z] f9b9f0fb5aa5: Pushed [2020-11-05T20:00:17.014Z] 61ee88624730: Pushed [2020-11-05T20:00:18.973Z] fbf27d8423b4: Pushed [2020-11-05T20:00:18.973Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:6512519d17ada7d7022f39416b62f223ad9c38960f0fda324481b5b5915d4887 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:19.308Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:19.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:19.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-05T20:00:19.640Z] fbf27d8423b4: Preparing [2020-11-05T20:00:19.640Z] 93b4ddf57d8c: Preparing [2020-11-05T20:00:19.640Z] f9b9f0fb5aa5: Preparing [2020-11-05T20:00:19.640Z] 61ee88624730: Preparing [2020-11-05T20:00:19.640Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:19.640Z] f9b9f0fb5aa5: Layer already exists [2020-11-05T20:00:19.640Z] 93b4ddf57d8c: Layer already exists [2020-11-05T20:00:19.640Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:19.640Z] 61ee88624730: Layer already exists [2020-11-05T20:00:19.910Z] fbf27d8423b4: Layer already exists [2020-11-05T20:00:19.910Z] 1.2.2-dev.105: digest: sha256:6512519d17ada7d7022f39416b62f223ad9c38960f0fda324481b5b5915d4887 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:20.247Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:20.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:20.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-05T20:00:20.576Z] fbf27d8423b4: Preparing [2020-11-05T20:00:20.576Z] 93b4ddf57d8c: Preparing [2020-11-05T20:00:20.576Z] f9b9f0fb5aa5: Preparing [2020-11-05T20:00:20.576Z] 61ee88624730: Preparing [2020-11-05T20:00:20.576Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:20.576Z] 61ee88624730: Layer already exists [2020-11-05T20:00:20.576Z] f9b9f0fb5aa5: Layer already exists [2020-11-05T20:00:20.576Z] 93b4ddf57d8c: Layer already exists [2020-11-05T20:00:20.576Z] fbf27d8423b4: Layer already exists [2020-11-05T20:00:20.576Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:20.847Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:6512519d17ada7d7022f39416b62f223ad9c38960f0fda324481b5b5915d4887 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:21.189Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:21.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-05T20:00:21.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-05T20:00:21.526Z] fbf27d8423b4: Preparing [2020-11-05T20:00:21.526Z] 93b4ddf57d8c: Preparing [2020-11-05T20:00:21.526Z] f9b9f0fb5aa5: Preparing [2020-11-05T20:00:21.526Z] 61ee88624730: Preparing [2020-11-05T20:00:21.526Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:21.526Z] 61ee88624730: Layer already exists [2020-11-05T20:00:21.526Z] 93b4ddf57d8c: Layer already exists [2020-11-05T20:00:21.798Z] fbf27d8423b4: Layer already exists [2020-11-05T20:00:21.798Z] f9b9f0fb5aa5: Layer already exists [2020-11-05T20:00:21.798Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:21.798Z] master: digest: sha256:6512519d17ada7d7022f39416b62f223ad9c38960f0fda324481b5b5915d4887 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:22.000Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:22.049Z] taggedImages: [2020-11-05T20:00:22.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:22.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:22.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:22.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-05T20:00:22.137Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-05T20:00:22.137Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:22.137Z] 1.2.2-dev.105 [2020-11-05T20:00:22.137Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:22.137Z] master [2020-11-05T20:00:22.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:22.689Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:23.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:23.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-05T20:00:23.032Z] d231b6fd39ac: Preparing [2020-11-05T20:00:23.032Z] 2e280f8ac996: Preparing [2020-11-05T20:00:23.032Z] 4be9f0894822: Preparing [2020-11-05T20:00:23.032Z] b5124dce2b67: Preparing [2020-11-05T20:00:23.032Z] b5124dce2b67: Preparing [2020-11-05T20:00:23.032Z] 01496cd3084f: Preparing [2020-11-05T20:00:23.032Z] 2bd479a6b75e: Preparing [2020-11-05T20:00:23.032Z] 29c18258ab46: Preparing [2020-11-05T20:00:23.032Z] d231b6fd39ac: Preparing [2020-11-05T20:00:23.032Z] bb67b95899bd: Preparing [2020-11-05T20:00:23.032Z] 4485cc250f7f: Preparing [2020-11-05T20:00:23.032Z] bb67b95899bd: Waiting [2020-11-05T20:00:23.032Z] f297cf906c05: Preparing [2020-11-05T20:00:23.032Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:23.032Z] 4485cc250f7f: Waiting [2020-11-05T20:00:23.032Z] f297cf906c05: Waiting [2020-11-05T20:00:23.032Z] cd3761cfa1d9: Waiting [2020-11-05T20:00:23.032Z] 29c18258ab46: Waiting [2020-11-05T20:00:23.032Z] 2bd479a6b75e: Waiting [2020-11-05T20:00:23.304Z] 2e280f8ac996: Pushed [2020-11-05T20:00:23.304Z] b5124dce2b67: Pushed [2020-11-05T20:00:23.579Z] 4be9f0894822: Pushed [2020-11-05T20:00:23.579Z] 01496cd3084f: Pushed [2020-11-05T20:00:23.850Z] 4485cc250f7f: Pushed [2020-11-05T20:00:23.850Z] bb67b95899bd: Pushed [2020-11-05T20:00:23.850Z] 2bd479a6b75e: Pushed [2020-11-05T20:00:23.850Z] 29c18258ab46: Pushed [2020-11-05T20:00:23.850Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:24.122Z] f297cf906c05: Pushed [2020-11-05T20:00:25.550Z] d231b6fd39ac: Pushed [2020-11-05T20:00:25.550Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:00365679949405b7b06b59eba64fe69f5863d78e1d955cf2d5e06e8d6145aaed size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:26.158Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:28.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:28.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-05T20:00:28.341Z] d231b6fd39ac: Preparing [2020-11-05T20:00:28.341Z] 2e280f8ac996: Preparing [2020-11-05T20:00:28.341Z] 4be9f0894822: Preparing [2020-11-05T20:00:28.341Z] b5124dce2b67: Preparing [2020-11-05T20:00:28.341Z] b5124dce2b67: Preparing [2020-11-05T20:00:28.341Z] 01496cd3084f: Preparing [2020-11-05T20:00:28.341Z] 2bd479a6b75e: Preparing [2020-11-05T20:00:28.341Z] 29c18258ab46: Preparing [2020-11-05T20:00:28.341Z] d231b6fd39ac: Preparing [2020-11-05T20:00:28.341Z] bb67b95899bd: Preparing [2020-11-05T20:00:28.341Z] 4485cc250f7f: Preparing [2020-11-05T20:00:28.341Z] f297cf906c05: Preparing [2020-11-05T20:00:28.341Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:28.341Z] 29c18258ab46: Waiting [2020-11-05T20:00:28.341Z] bb67b95899bd: Waiting [2020-11-05T20:00:28.341Z] 4485cc250f7f: Waiting [2020-11-05T20:00:28.341Z] f297cf906c05: Waiting [2020-11-05T20:00:28.341Z] cd3761cfa1d9: Waiting [2020-11-05T20:00:28.341Z] 2bd479a6b75e: Waiting [2020-11-05T20:00:28.611Z] b5124dce2b67: Layer already exists [2020-11-05T20:00:28.611Z] 4be9f0894822: Layer already exists [2020-11-05T20:00:28.611Z] 01496cd3084f: Layer already exists [2020-11-05T20:00:28.611Z] 2e280f8ac996: Layer already exists [2020-11-05T20:00:28.611Z] d231b6fd39ac: Layer already exists [2020-11-05T20:00:28.611Z] 4485cc250f7f: Layer already exists [2020-11-05T20:00:28.611Z] bb67b95899bd: Layer already exists [2020-11-05T20:00:28.611Z] f297cf906c05: Layer already exists [2020-11-05T20:00:28.611Z] 29c18258ab46: Layer already exists [2020-11-05T20:00:28.611Z] 2bd479a6b75e: Layer already exists [2020-11-05T20:00:28.611Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:28.611Z] 1.2.2-dev.105: digest: sha256:00365679949405b7b06b59eba64fe69f5863d78e1d955cf2d5e06e8d6145aaed size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:28.946Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:29.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:29.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-05T20:00:29.275Z] d231b6fd39ac: Preparing [2020-11-05T20:00:29.275Z] 2e280f8ac996: Preparing [2020-11-05T20:00:29.275Z] 4be9f0894822: Preparing [2020-11-05T20:00:29.275Z] b5124dce2b67: Preparing [2020-11-05T20:00:29.275Z] b5124dce2b67: Preparing [2020-11-05T20:00:29.275Z] 01496cd3084f: Preparing [2020-11-05T20:00:29.275Z] 2bd479a6b75e: Preparing [2020-11-05T20:00:29.275Z] 29c18258ab46: Preparing [2020-11-05T20:00:29.275Z] d231b6fd39ac: Preparing [2020-11-05T20:00:29.275Z] bb67b95899bd: Preparing [2020-11-05T20:00:29.275Z] 4485cc250f7f: Preparing [2020-11-05T20:00:29.275Z] f297cf906c05: Preparing [2020-11-05T20:00:29.275Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:29.275Z] bb67b95899bd: Waiting [2020-11-05T20:00:29.275Z] 4485cc250f7f: Waiting [2020-11-05T20:00:29.275Z] f297cf906c05: Waiting [2020-11-05T20:00:29.275Z] cd3761cfa1d9: Waiting [2020-11-05T20:00:29.275Z] 2bd479a6b75e: Waiting [2020-11-05T20:00:29.275Z] 4be9f0894822: Layer already exists [2020-11-05T20:00:29.275Z] d231b6fd39ac: Layer already exists [2020-11-05T20:00:29.275Z] 01496cd3084f: Layer already exists [2020-11-05T20:00:29.275Z] 2e280f8ac996: Layer already exists [2020-11-05T20:00:29.547Z] b5124dce2b67: Layer already exists [2020-11-05T20:00:29.547Z] bb67b95899bd: Layer already exists [2020-11-05T20:00:29.547Z] 2bd479a6b75e: Layer already exists [2020-11-05T20:00:29.547Z] 29c18258ab46: Layer already exists [2020-11-05T20:00:29.547Z] 4485cc250f7f: Layer already exists [2020-11-05T20:00:29.547Z] f297cf906c05: Layer already exists [2020-11-05T20:00:29.547Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:29.547Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:00365679949405b7b06b59eba64fe69f5863d78e1d955cf2d5e06e8d6145aaed size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:29.884Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:30.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-05T20:00:30.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-05T20:00:30.216Z] d231b6fd39ac: Preparing [2020-11-05T20:00:30.216Z] 2e280f8ac996: Preparing [2020-11-05T20:00:30.216Z] 4be9f0894822: Preparing [2020-11-05T20:00:30.216Z] b5124dce2b67: Preparing [2020-11-05T20:00:30.216Z] b5124dce2b67: Preparing [2020-11-05T20:00:30.216Z] 01496cd3084f: Preparing [2020-11-05T20:00:30.216Z] 2bd479a6b75e: Preparing [2020-11-05T20:00:30.216Z] 29c18258ab46: Preparing [2020-11-05T20:00:30.216Z] d231b6fd39ac: Preparing [2020-11-05T20:00:30.216Z] bb67b95899bd: Preparing [2020-11-05T20:00:30.216Z] 4485cc250f7f: Preparing [2020-11-05T20:00:30.216Z] f297cf906c05: Preparing [2020-11-05T20:00:30.216Z] cd3761cfa1d9: Preparing [2020-11-05T20:00:30.216Z] 2bd479a6b75e: Waiting [2020-11-05T20:00:30.216Z] 4485cc250f7f: Waiting [2020-11-05T20:00:30.216Z] f297cf906c05: Waiting [2020-11-05T20:00:30.217Z] 29c18258ab46: Waiting [2020-11-05T20:00:30.217Z] bb67b95899bd: Waiting [2020-11-05T20:00:30.217Z] cd3761cfa1d9: Waiting [2020-11-05T20:00:30.488Z] 4be9f0894822: Layer already exists [2020-11-05T20:00:30.488Z] d231b6fd39ac: Layer already exists [2020-11-05T20:00:30.488Z] b5124dce2b67: Layer already exists [2020-11-05T20:00:30.488Z] 01496cd3084f: Layer already exists [2020-11-05T20:00:30.488Z] 2e280f8ac996: Layer already exists [2020-11-05T20:00:30.488Z] 2bd479a6b75e: Layer already exists [2020-11-05T20:00:30.488Z] 29c18258ab46: Layer already exists [2020-11-05T20:00:30.488Z] f297cf906c05: Layer already exists [2020-11-05T20:00:30.488Z] 4485cc250f7f: Layer already exists [2020-11-05T20:00:30.488Z] bb67b95899bd: Layer already exists [2020-11-05T20:00:30.488Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:00:30.488Z] master: digest: sha256:00365679949405b7b06b59eba64fe69f5863d78e1d955cf2d5e06e8d6145aaed size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:30.752Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:30.800Z] taggedImages: [2020-11-05T20:00:30.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:30.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:30.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:30.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-05T20:00:30.867Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-05T20:00:30.867Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:30.867Z] 1.2.2-dev.105 [2020-11-05T20:00:30.867Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:30.867Z] master [2020-11-05T20:00:30.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:31.370Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:31.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:31.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-05T20:00:31.703Z] f5d5bb7f3fb5: Preparing [2020-11-05T20:00:31.703Z] ea4d06873e4a: Preparing [2020-11-05T20:00:31.704Z] ed318702decf: Preparing [2020-11-05T20:00:31.704Z] 3a264f7a69ed: Preparing [2020-11-05T20:00:31.704Z] 879d24231d47: Preparing [2020-11-05T20:00:31.704Z] 97edbd5868a0: Preparing [2020-11-05T20:00:31.704Z] f8e2e6f6f970: Preparing [2020-11-05T20:00:31.704Z] 376ed2dddfea: Preparing [2020-11-05T20:00:31.704Z] 66b385cf80cf: Preparing [2020-11-05T20:00:31.704Z] f8e2e6f6f970: Waiting [2020-11-05T20:00:31.704Z] 376ed2dddfea: Waiting [2020-11-05T20:00:31.704Z] 97edbd5868a0: Waiting [2020-11-05T20:00:31.704Z] 66b385cf80cf: Waiting [2020-11-05T20:00:31.976Z] 879d24231d47: Pushed [2020-11-05T20:00:31.976Z] f5d5bb7f3fb5: Pushed [2020-11-05T20:00:31.976Z] ea4d06873e4a: Pushed [2020-11-05T20:00:32.251Z] 376ed2dddfea: Layer already exists [2020-11-05T20:00:32.251Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:32.251Z] 97edbd5868a0: Pushed [2020-11-05T20:00:32.251Z] f8e2e6f6f970: Pushed [2020-11-05T20:00:34.220Z] 3a264f7a69ed: Pushed [2020-11-05T20:00:34.220Z] ed318702decf: Pushed [2020-11-05T20:00:34.490Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:431035f37e83ecb3846f9c6b1db3452fd59cf97d31e90c60ea02fce83936135a size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:34.828Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:35.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:35.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-05T20:00:35.163Z] f5d5bb7f3fb5: Preparing [2020-11-05T20:00:35.163Z] ea4d06873e4a: Preparing [2020-11-05T20:00:35.163Z] ed318702decf: Preparing [2020-11-05T20:00:35.163Z] 3a264f7a69ed: Preparing [2020-11-05T20:00:35.163Z] 879d24231d47: Preparing [2020-11-05T20:00:35.163Z] 97edbd5868a0: Preparing [2020-11-05T20:00:35.163Z] f8e2e6f6f970: Preparing [2020-11-05T20:00:35.163Z] 376ed2dddfea: Preparing [2020-11-05T20:00:35.163Z] 66b385cf80cf: Preparing [2020-11-05T20:00:35.163Z] 97edbd5868a0: Waiting [2020-11-05T20:00:35.163Z] f8e2e6f6f970: Waiting [2020-11-05T20:00:35.163Z] 376ed2dddfea: Waiting [2020-11-05T20:00:35.163Z] 66b385cf80cf: Waiting [2020-11-05T20:00:35.163Z] f5d5bb7f3fb5: Layer already exists [2020-11-05T20:00:35.163Z] 879d24231d47: Layer already exists [2020-11-05T20:00:35.163Z] ed318702decf: Layer already exists [2020-11-05T20:00:35.163Z] 3a264f7a69ed: Layer already exists [2020-11-05T20:00:35.433Z] ea4d06873e4a: Layer already exists [2020-11-05T20:00:35.433Z] 97edbd5868a0: Layer already exists [2020-11-05T20:00:35.433Z] f8e2e6f6f970: Layer already exists [2020-11-05T20:00:35.433Z] 376ed2dddfea: Layer already exists [2020-11-05T20:00:35.433Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:35.433Z] 1.2.2-dev.105: digest: sha256:431035f37e83ecb3846f9c6b1db3452fd59cf97d31e90c60ea02fce83936135a size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:35.767Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:36.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:36.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-05T20:00:36.092Z] f5d5bb7f3fb5: Preparing [2020-11-05T20:00:36.092Z] ea4d06873e4a: Preparing [2020-11-05T20:00:36.092Z] ed318702decf: Preparing [2020-11-05T20:00:36.092Z] 3a264f7a69ed: Preparing [2020-11-05T20:00:36.092Z] 879d24231d47: Preparing [2020-11-05T20:00:36.092Z] 97edbd5868a0: Preparing [2020-11-05T20:00:36.092Z] f8e2e6f6f970: Preparing [2020-11-05T20:00:36.092Z] 376ed2dddfea: Preparing [2020-11-05T20:00:36.092Z] 66b385cf80cf: Preparing [2020-11-05T20:00:36.092Z] 97edbd5868a0: Waiting [2020-11-05T20:00:36.092Z] 376ed2dddfea: Waiting [2020-11-05T20:00:36.092Z] 66b385cf80cf: Waiting [2020-11-05T20:00:36.092Z] f8e2e6f6f970: Waiting [2020-11-05T20:00:36.092Z] 3a264f7a69ed: Layer already exists [2020-11-05T20:00:36.092Z] 879d24231d47: Layer already exists [2020-11-05T20:00:36.092Z] ea4d06873e4a: Layer already exists [2020-11-05T20:00:36.092Z] f5d5bb7f3fb5: Layer already exists [2020-11-05T20:00:36.092Z] ed318702decf: Layer already exists [2020-11-05T20:00:36.092Z] 97edbd5868a0: Layer already exists [2020-11-05T20:00:36.092Z] f8e2e6f6f970: Layer already exists [2020-11-05T20:00:36.092Z] 376ed2dddfea: Layer already exists [2020-11-05T20:00:36.092Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:36.362Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:431035f37e83ecb3846f9c6b1db3452fd59cf97d31e90c60ea02fce83936135a size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:36.701Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:37.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-05T20:00:37.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-05T20:00:37.032Z] f5d5bb7f3fb5: Preparing [2020-11-05T20:00:37.032Z] ea4d06873e4a: Preparing [2020-11-05T20:00:37.032Z] ed318702decf: Preparing [2020-11-05T20:00:37.032Z] 3a264f7a69ed: Preparing [2020-11-05T20:00:37.032Z] 879d24231d47: Preparing [2020-11-05T20:00:37.032Z] 97edbd5868a0: Preparing [2020-11-05T20:00:37.032Z] f8e2e6f6f970: Preparing [2020-11-05T20:00:37.032Z] 376ed2dddfea: Preparing [2020-11-05T20:00:37.032Z] 66b385cf80cf: Preparing [2020-11-05T20:00:37.032Z] f8e2e6f6f970: Waiting [2020-11-05T20:00:37.032Z] 376ed2dddfea: Waiting [2020-11-05T20:00:37.032Z] 66b385cf80cf: Waiting [2020-11-05T20:00:37.032Z] 97edbd5868a0: Waiting [2020-11-05T20:00:37.032Z] ed318702decf: Layer already exists [2020-11-05T20:00:37.032Z] 3a264f7a69ed: Layer already exists [2020-11-05T20:00:37.032Z] f5d5bb7f3fb5: Layer already exists [2020-11-05T20:00:37.032Z] ea4d06873e4a: Layer already exists [2020-11-05T20:00:37.032Z] 879d24231d47: Layer already exists [2020-11-05T20:00:37.303Z] 376ed2dddfea: Layer already exists [2020-11-05T20:00:37.303Z] 97edbd5868a0: Layer already exists [2020-11-05T20:00:37.303Z] 66b385cf80cf: Layer already exists [2020-11-05T20:00:37.303Z] f8e2e6f6f970: Layer already exists [2020-11-05T20:00:37.303Z] master: digest: sha256:431035f37e83ecb3846f9c6b1db3452fd59cf97d31e90c60ea02fce83936135a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:37.507Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:37.555Z] taggedImages: [2020-11-05T20:00:37.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:37.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:37.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:37.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-05T20:00:37.653Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-05T20:00:37.653Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:37.653Z] 1.2.2-dev.105 [2020-11-05T20:00:37.653Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:37.653Z] master [2020-11-05T20:00:37.653Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:38.216Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:38.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:38.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-05T20:00:38.570Z] d971cb2df4e1: Preparing [2020-11-05T20:00:38.570Z] 76ef3174ad69: Preparing [2020-11-05T20:00:38.570Z] bde947f92337: Preparing [2020-11-05T20:00:38.570Z] 16ed642818a0: Preparing [2020-11-05T20:00:38.842Z] d971cb2df4e1: Pushed [2020-11-05T20:00:38.842Z] bde947f92337: Pushed [2020-11-05T20:00:39.119Z] 16ed642818a0: Pushed [2020-11-05T20:00:41.085Z] 76ef3174ad69: Pushed [2020-11-05T20:00:41.356Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:0cf568aed21abaeb799b8d7ebe04858791208266f89fea383b85d189f6ef7161 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:41.695Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:42.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:42.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-05T20:00:42.027Z] d971cb2df4e1: Preparing [2020-11-05T20:00:42.027Z] 76ef3174ad69: Preparing [2020-11-05T20:00:42.027Z] bde947f92337: Preparing [2020-11-05T20:00:42.027Z] 16ed642818a0: Preparing [2020-11-05T20:00:42.027Z] 16ed642818a0: Layer already exists [2020-11-05T20:00:42.027Z] 76ef3174ad69: Layer already exists [2020-11-05T20:00:42.027Z] bde947f92337: Layer already exists [2020-11-05T20:00:42.027Z] d971cb2df4e1: Layer already exists [2020-11-05T20:00:42.299Z] 1.2.2-dev.105: digest: sha256:0cf568aed21abaeb799b8d7ebe04858791208266f89fea383b85d189f6ef7161 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:42.643Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:42.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:42.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-05T20:00:42.982Z] d971cb2df4e1: Preparing [2020-11-05T20:00:42.982Z] 76ef3174ad69: Preparing [2020-11-05T20:00:42.982Z] bde947f92337: Preparing [2020-11-05T20:00:42.982Z] 16ed642818a0: Preparing [2020-11-05T20:00:43.253Z] 76ef3174ad69: Layer already exists [2020-11-05T20:00:43.253Z] bde947f92337: Layer already exists [2020-11-05T20:00:43.253Z] 16ed642818a0: Layer already exists [2020-11-05T20:00:43.253Z] d971cb2df4e1: Layer already exists [2020-11-05T20:00:43.253Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:0cf568aed21abaeb799b8d7ebe04858791208266f89fea383b85d189f6ef7161 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:43.591Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:43.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-05T20:00:43.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-05T20:00:43.928Z] d971cb2df4e1: Preparing [2020-11-05T20:00:43.929Z] 76ef3174ad69: Preparing [2020-11-05T20:00:43.929Z] bde947f92337: Preparing [2020-11-05T20:00:43.929Z] 16ed642818a0: Preparing [2020-11-05T20:00:43.929Z] d971cb2df4e1: Layer already exists [2020-11-05T20:00:43.929Z] 16ed642818a0: Layer already exists [2020-11-05T20:00:43.929Z] 76ef3174ad69: Layer already exists [2020-11-05T20:00:43.929Z] bde947f92337: Layer already exists [2020-11-05T20:00:44.199Z] master: digest: sha256:0cf568aed21abaeb799b8d7ebe04858791208266f89fea383b85d189f6ef7161 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:44.420Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:44.469Z] taggedImages: [2020-11-05T20:00:44.469Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:44.469Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:44.469Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:44.469Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-05T20:00:44.533Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-05T20:00:44.533Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:44.533Z] 1.2.2-dev.105 [2020-11-05T20:00:44.533Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:44.533Z] master [2020-11-05T20:00:44.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:45.036Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:45.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:45.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-05T20:00:45.369Z] ab3af60eea66: Preparing [2020-11-05T20:00:45.369Z] 963ac1d5ca6c: Preparing [2020-11-05T20:00:45.369Z] ec4d66be7c75: Preparing [2020-11-05T20:00:45.369Z] e470b934623e: Preparing [2020-11-05T20:00:45.369Z] af0a12efa73f: Preparing [2020-11-05T20:00:45.369Z] 16e55ed7e6a1: Preparing [2020-11-05T20:00:45.369Z] 16e55ed7e6a1: Waiting [2020-11-05T20:00:45.642Z] ec4d66be7c75: Pushed [2020-11-05T20:00:45.642Z] ab3af60eea66: Pushed [2020-11-05T20:00:45.914Z] e470b934623e: Pushed [2020-11-05T20:00:45.914Z] af0a12efa73f: Pushed [2020-11-05T20:00:46.186Z] 16e55ed7e6a1: Pushed [2020-11-05T20:00:48.147Z] 963ac1d5ca6c: Pushed [2020-11-05T20:00:48.419Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:486f9d6404e52afd83c7a5aca4a36180430fde7ab380eedae5aebd195fbdb34c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:48.757Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:49.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:49.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-05T20:00:49.090Z] ab3af60eea66: Preparing [2020-11-05T20:00:49.090Z] 963ac1d5ca6c: Preparing [2020-11-05T20:00:49.090Z] ec4d66be7c75: Preparing [2020-11-05T20:00:49.090Z] e470b934623e: Preparing [2020-11-05T20:00:49.090Z] af0a12efa73f: Preparing [2020-11-05T20:00:49.090Z] 16e55ed7e6a1: Preparing [2020-11-05T20:00:49.090Z] 16e55ed7e6a1: Waiting [2020-11-05T20:00:49.361Z] e470b934623e: Layer already exists [2020-11-05T20:00:49.361Z] af0a12efa73f: Layer already exists [2020-11-05T20:00:49.361Z] ab3af60eea66: Layer already exists [2020-11-05T20:00:49.361Z] ec4d66be7c75: Layer already exists [2020-11-05T20:00:49.361Z] 963ac1d5ca6c: Layer already exists [2020-11-05T20:00:49.361Z] 16e55ed7e6a1: Layer already exists [2020-11-05T20:00:49.361Z] 1.2.2-dev.105: digest: sha256:486f9d6404e52afd83c7a5aca4a36180430fde7ab380eedae5aebd195fbdb34c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:49.705Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:50.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:50.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-05T20:00:50.040Z] ab3af60eea66: Preparing [2020-11-05T20:00:50.040Z] 963ac1d5ca6c: Preparing [2020-11-05T20:00:50.040Z] ec4d66be7c75: Preparing [2020-11-05T20:00:50.040Z] e470b934623e: Preparing [2020-11-05T20:00:50.040Z] af0a12efa73f: Preparing [2020-11-05T20:00:50.040Z] 16e55ed7e6a1: Preparing [2020-11-05T20:00:50.040Z] 16e55ed7e6a1: Waiting [2020-11-05T20:00:50.040Z] af0a12efa73f: Layer already exists [2020-11-05T20:00:50.040Z] ab3af60eea66: Layer already exists [2020-11-05T20:00:50.040Z] e470b934623e: Layer already exists [2020-11-05T20:00:50.040Z] 963ac1d5ca6c: Layer already exists [2020-11-05T20:00:50.040Z] ec4d66be7c75: Layer already exists [2020-11-05T20:00:50.310Z] 16e55ed7e6a1: Layer already exists [2020-11-05T20:00:50.310Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:486f9d6404e52afd83c7a5aca4a36180430fde7ab380eedae5aebd195fbdb34c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:50.649Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:50.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-05T20:00:50.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-05T20:00:50.983Z] ab3af60eea66: Preparing [2020-11-05T20:00:50.983Z] 963ac1d5ca6c: Preparing [2020-11-05T20:00:50.983Z] ec4d66be7c75: Preparing [2020-11-05T20:00:50.983Z] e470b934623e: Preparing [2020-11-05T20:00:50.983Z] af0a12efa73f: Preparing [2020-11-05T20:00:50.983Z] 16e55ed7e6a1: Preparing [2020-11-05T20:00:50.983Z] 16e55ed7e6a1: Waiting [2020-11-05T20:00:51.254Z] 963ac1d5ca6c: Layer already exists [2020-11-05T20:00:51.254Z] e470b934623e: Layer already exists [2020-11-05T20:00:51.254Z] af0a12efa73f: Layer already exists [2020-11-05T20:00:51.254Z] ab3af60eea66: Layer already exists [2020-11-05T20:00:51.254Z] ec4d66be7c75: Layer already exists [2020-11-05T20:00:51.254Z] 16e55ed7e6a1: Layer already exists [2020-11-05T20:00:51.254Z] master: digest: sha256:486f9d6404e52afd83c7a5aca4a36180430fde7ab380eedae5aebd195fbdb34c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:51.456Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:51.505Z] taggedImages: [2020-11-05T20:00:51.505Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:51.505Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:51.505Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:51.505Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-05T20:00:51.574Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-05T20:00:51.574Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:51.574Z] 1.2.2-dev.105 [2020-11-05T20:00:51.574Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:51.574Z] master [2020-11-05T20:00:51.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:52.090Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:52.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:52.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-05T20:00:52.429Z] fe2d59fd20a0: Preparing [2020-11-05T20:00:52.429Z] 3dc5635775c6: Preparing [2020-11-05T20:00:52.429Z] e447719367cc: Preparing [2020-11-05T20:00:52.700Z] e447719367cc: Pushed [2020-11-05T20:00:52.700Z] fe2d59fd20a0: Pushed [2020-11-05T20:00:56.079Z] 3dc5635775c6: Pushed [2020-11-05T20:00:56.079Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:2e620a327f00097940cd0f156f03057497eeecf2ad7d526b3f20426893ce92e2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:56.418Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:56.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:56.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-05T20:00:56.748Z] fe2d59fd20a0: Preparing [2020-11-05T20:00:56.748Z] 3dc5635775c6: Preparing [2020-11-05T20:00:56.748Z] e447719367cc: Preparing [2020-11-05T20:00:56.748Z] 3dc5635775c6: Layer already exists [2020-11-05T20:00:56.748Z] fe2d59fd20a0: Layer already exists [2020-11-05T20:00:56.748Z] e447719367cc: Layer already exists [2020-11-05T20:00:57.019Z] 1.2.2-dev.105: digest: sha256:2e620a327f00097940cd0f156f03057497eeecf2ad7d526b3f20426893ce92e2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:57.354Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:57.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:57.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-05T20:00:57.683Z] fe2d59fd20a0: Preparing [2020-11-05T20:00:57.683Z] 3dc5635775c6: Preparing [2020-11-05T20:00:57.683Z] e447719367cc: Preparing [2020-11-05T20:00:57.954Z] e447719367cc: Layer already exists [2020-11-05T20:00:57.954Z] fe2d59fd20a0: Layer already exists [2020-11-05T20:00:57.954Z] 3dc5635775c6: Layer already exists [2020-11-05T20:00:57.954Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:2e620a327f00097940cd0f156f03057497eeecf2ad7d526b3f20426893ce92e2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:58.293Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:58.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-05T20:00:58.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-05T20:00:58.624Z] fe2d59fd20a0: Preparing [2020-11-05T20:00:58.624Z] 3dc5635775c6: Preparing [2020-11-05T20:00:58.624Z] e447719367cc: Preparing [2020-11-05T20:00:58.894Z] 3dc5635775c6: Layer already exists [2020-11-05T20:00:58.894Z] e447719367cc: Layer already exists [2020-11-05T20:00:58.894Z] fe2d59fd20a0: Layer already exists [2020-11-05T20:00:58.894Z] master: digest: sha256:2e620a327f00097940cd0f156f03057497eeecf2ad7d526b3f20426893ce92e2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:00:59.086Z] ===================================================== [Pipeline] echo [2020-11-05T20:00:59.135Z] taggedImages: [2020-11-05T20:00:59.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:59.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.105 [2020-11-05T20:00:59.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:59.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-05T20:00:59.197Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-05T20:00:59.197Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:00:59.197Z] 1.2.2-dev.105 [2020-11-05T20:00:59.197Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:00:59.197Z] master [2020-11-05T20:00:59.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:00:59.734Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:01:00.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:01:00.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-05T20:01:00.066Z] 7e7811185574: Preparing [2020-11-05T20:01:00.066Z] 63edfe3dcf1f: Preparing [2020-11-05T20:01:00.066Z] 6aac5aaa47c3: Preparing [2020-11-05T20:01:00.066Z] 28122cd47115: Preparing [2020-11-05T20:01:00.066Z] 07d4d0138b53: Preparing [2020-11-05T20:01:00.066Z] eb1bc8369009: Preparing [2020-11-05T20:01:00.066Z] d3bb0540bab2: Preparing [2020-11-05T20:01:00.066Z] 52543ddb2901: Preparing [2020-11-05T20:01:00.066Z] 9f553b275599: Preparing [2020-11-05T20:01:00.066Z] 3a47579f0cd1: Preparing [2020-11-05T20:01:00.066Z] cd6d79ebbfb6: Preparing [2020-11-05T20:01:00.066Z] 3e7dc55cab04: Preparing [2020-11-05T20:01:00.066Z] b2e85fd0898f: Preparing [2020-11-05T20:01:00.066Z] cd3761cfa1d9: Preparing [2020-11-05T20:01:00.066Z] eb1bc8369009: Waiting [2020-11-05T20:01:00.066Z] cd6d79ebbfb6: Waiting [2020-11-05T20:01:00.066Z] d3bb0540bab2: Waiting [2020-11-05T20:01:00.066Z] 3e7dc55cab04: Waiting [2020-11-05T20:01:00.066Z] 52543ddb2901: Waiting [2020-11-05T20:01:00.066Z] b2e85fd0898f: Waiting [2020-11-05T20:01:00.066Z] cd3761cfa1d9: Waiting [2020-11-05T20:01:00.066Z] 9f553b275599: Waiting [2020-11-05T20:01:00.066Z] 3a47579f0cd1: Waiting [2020-11-05T20:01:00.665Z] 07d4d0138b53: Pushed [2020-11-05T20:01:00.938Z] 7e7811185574: Pushed [2020-11-05T20:01:01.558Z] 28122cd47115: Pushed [2020-11-05T20:01:01.558Z] 52543ddb2901: Layer already exists [2020-11-05T20:01:01.558Z] 9f553b275599: Layer already exists [2020-11-05T20:01:01.558Z] 3a47579f0cd1: Layer already exists [2020-11-05T20:01:01.558Z] d3bb0540bab2: Pushed [2020-11-05T20:01:01.558Z] cd6d79ebbfb6: Layer already exists [2020-11-05T20:01:01.558Z] b2e85fd0898f: Layer already exists [2020-11-05T20:01:01.558Z] 3e7dc55cab04: Layer already exists [2020-11-05T20:01:01.834Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:01:02.107Z] 63edfe3dcf1f: Pushed [2020-11-05T20:01:03.618Z] eb1bc8369009: Pushed [2020-11-05T20:01:13.738Z] 6aac5aaa47c3: Pushed [2020-11-05T20:01:13.738Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac: digest: sha256:b33fe1d351daab024af23e05463d6f0d5ff7776ca305bec5f4254c44554d2ffa size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:01:14.077Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:01:14.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.105 [2020-11-05T20:01:14.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-05T20:01:14.411Z] 7e7811185574: Preparing [2020-11-05T20:01:14.411Z] 63edfe3dcf1f: Preparing [2020-11-05T20:01:14.411Z] 6aac5aaa47c3: Preparing [2020-11-05T20:01:14.411Z] 28122cd47115: Preparing [2020-11-05T20:01:14.411Z] 07d4d0138b53: Preparing [2020-11-05T20:01:14.411Z] eb1bc8369009: Preparing [2020-11-05T20:01:14.411Z] d3bb0540bab2: Preparing [2020-11-05T20:01:14.411Z] 52543ddb2901: Preparing [2020-11-05T20:01:14.411Z] 9f553b275599: Preparing [2020-11-05T20:01:14.411Z] 3a47579f0cd1: Preparing [2020-11-05T20:01:14.411Z] cd6d79ebbfb6: Preparing [2020-11-05T20:01:14.411Z] 3e7dc55cab04: Preparing [2020-11-05T20:01:14.411Z] b2e85fd0898f: Preparing [2020-11-05T20:01:14.411Z] cd3761cfa1d9: Preparing [2020-11-05T20:01:14.411Z] 9f553b275599: Waiting [2020-11-05T20:01:14.411Z] d3bb0540bab2: Waiting [2020-11-05T20:01:14.411Z] 3a47579f0cd1: Waiting [2020-11-05T20:01:14.411Z] cd6d79ebbfb6: Waiting [2020-11-05T20:01:14.411Z] 3e7dc55cab04: Waiting [2020-11-05T20:01:14.411Z] 52543ddb2901: Waiting [2020-11-05T20:01:14.411Z] b2e85fd0898f: Waiting [2020-11-05T20:01:14.411Z] eb1bc8369009: Waiting [2020-11-05T20:01:14.411Z] 7e7811185574: Layer already exists [2020-11-05T20:01:14.411Z] 6aac5aaa47c3: Layer already exists [2020-11-05T20:01:14.411Z] 63edfe3dcf1f: Layer already exists [2020-11-05T20:01:14.411Z] 28122cd47115: Layer already exists [2020-11-05T20:01:14.411Z] 07d4d0138b53: Layer already exists [2020-11-05T20:01:14.682Z] eb1bc8369009: Layer already exists [2020-11-05T20:01:14.682Z] d3bb0540bab2: Layer already exists [2020-11-05T20:01:14.682Z] 52543ddb2901: Layer already exists [2020-11-05T20:01:14.682Z] 3a47579f0cd1: Layer already exists [2020-11-05T20:01:14.682Z] 9f553b275599: Layer already exists [2020-11-05T20:01:14.682Z] 3e7dc55cab04: Layer already exists [2020-11-05T20:01:14.682Z] cd6d79ebbfb6: Layer already exists [2020-11-05T20:01:14.682Z] b2e85fd0898f: Layer already exists [2020-11-05T20:01:14.682Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:01:14.682Z] 1.2.2-dev.105: digest: sha256:b33fe1d351daab024af23e05463d6f0d5ff7776ca305bec5f4254c44554d2ffa size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:01:15.019Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:01:15.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:01:15.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-05T20:01:15.355Z] 7e7811185574: Preparing [2020-11-05T20:01:15.355Z] 63edfe3dcf1f: Preparing [2020-11-05T20:01:15.355Z] 6aac5aaa47c3: Preparing [2020-11-05T20:01:15.355Z] 28122cd47115: Preparing [2020-11-05T20:01:15.355Z] 07d4d0138b53: Preparing [2020-11-05T20:01:15.355Z] eb1bc8369009: Preparing [2020-11-05T20:01:15.355Z] d3bb0540bab2: Preparing [2020-11-05T20:01:15.355Z] 52543ddb2901: Preparing [2020-11-05T20:01:15.355Z] 9f553b275599: Preparing [2020-11-05T20:01:15.355Z] 3a47579f0cd1: Preparing [2020-11-05T20:01:15.355Z] cd6d79ebbfb6: Preparing [2020-11-05T20:01:15.355Z] 3e7dc55cab04: Preparing [2020-11-05T20:01:15.355Z] b2e85fd0898f: Preparing [2020-11-05T20:01:15.355Z] cd3761cfa1d9: Preparing [2020-11-05T20:01:15.355Z] eb1bc8369009: Waiting [2020-11-05T20:01:15.355Z] d3bb0540bab2: Waiting [2020-11-05T20:01:15.355Z] 52543ddb2901: Waiting [2020-11-05T20:01:15.355Z] 9f553b275599: Waiting [2020-11-05T20:01:15.355Z] 3a47579f0cd1: Waiting [2020-11-05T20:01:15.355Z] cd6d79ebbfb6: Waiting [2020-11-05T20:01:15.355Z] 3e7dc55cab04: Waiting [2020-11-05T20:01:15.355Z] b2e85fd0898f: Waiting [2020-11-05T20:01:15.355Z] cd3761cfa1d9: Waiting [2020-11-05T20:01:15.355Z] 6aac5aaa47c3: Layer already exists [2020-11-05T20:01:15.628Z] 07d4d0138b53: Layer already exists [2020-11-05T20:01:15.628Z] 28122cd47115: Layer already exists [2020-11-05T20:01:15.628Z] 63edfe3dcf1f: Layer already exists [2020-11-05T20:01:15.628Z] 7e7811185574: Layer already exists [2020-11-05T20:01:15.628Z] eb1bc8369009: Layer already exists [2020-11-05T20:01:15.628Z] 52543ddb2901: Layer already exists [2020-11-05T20:01:15.628Z] 9f553b275599: Layer already exists [2020-11-05T20:01:15.628Z] d3bb0540bab2: Layer already exists [2020-11-05T20:01:15.628Z] 3a47579f0cd1: Layer already exists [2020-11-05T20:01:15.628Z] cd6d79ebbfb6: Layer already exists [2020-11-05T20:01:15.628Z] 3e7dc55cab04: Layer already exists [2020-11-05T20:01:15.628Z] b2e85fd0898f: Layer already exists [2020-11-05T20:01:15.628Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:01:15.628Z] 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105: digest: sha256:b33fe1d351daab024af23e05463d6f0d5ff7776ca305bec5f4254c44554d2ffa size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:01:15.970Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-05T20:01:16.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-05T20:01:16.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-05T20:01:16.308Z] 7e7811185574: Preparing [2020-11-05T20:01:16.308Z] 63edfe3dcf1f: Preparing [2020-11-05T20:01:16.308Z] 6aac5aaa47c3: Preparing [2020-11-05T20:01:16.308Z] 28122cd47115: Preparing [2020-11-05T20:01:16.308Z] 07d4d0138b53: Preparing [2020-11-05T20:01:16.308Z] eb1bc8369009: Preparing [2020-11-05T20:01:16.308Z] d3bb0540bab2: Preparing [2020-11-05T20:01:16.308Z] 52543ddb2901: Preparing [2020-11-05T20:01:16.308Z] 9f553b275599: Preparing [2020-11-05T20:01:16.308Z] 3a47579f0cd1: Preparing [2020-11-05T20:01:16.308Z] cd6d79ebbfb6: Preparing [2020-11-05T20:01:16.308Z] 3e7dc55cab04: Preparing [2020-11-05T20:01:16.308Z] b2e85fd0898f: Preparing [2020-11-05T20:01:16.308Z] cd3761cfa1d9: Preparing [2020-11-05T20:01:16.308Z] 9f553b275599: Waiting [2020-11-05T20:01:16.308Z] 3a47579f0cd1: Waiting [2020-11-05T20:01:16.308Z] cd6d79ebbfb6: Waiting [2020-11-05T20:01:16.308Z] 3e7dc55cab04: Waiting [2020-11-05T20:01:16.308Z] b2e85fd0898f: Waiting [2020-11-05T20:01:16.308Z] cd3761cfa1d9: Waiting [2020-11-05T20:01:16.308Z] eb1bc8369009: Waiting [2020-11-05T20:01:16.308Z] d3bb0540bab2: Waiting [2020-11-05T20:01:16.308Z] 52543ddb2901: Waiting [2020-11-05T20:01:16.580Z] 7e7811185574: Layer already exists [2020-11-05T20:01:16.580Z] 63edfe3dcf1f: Layer already exists [2020-11-05T20:01:16.580Z] 6aac5aaa47c3: Layer already exists [2020-11-05T20:01:16.580Z] 07d4d0138b53: Layer already exists [2020-11-05T20:01:16.580Z] 28122cd47115: Layer already exists [2020-11-05T20:01:16.580Z] 52543ddb2901: Layer already exists [2020-11-05T20:01:16.580Z] eb1bc8369009: Layer already exists [2020-11-05T20:01:16.580Z] d3bb0540bab2: Layer already exists [2020-11-05T20:01:16.580Z] 9f553b275599: Layer already exists [2020-11-05T20:01:16.580Z] 3a47579f0cd1: Layer already exists [2020-11-05T20:01:16.580Z] 3e7dc55cab04: Layer already exists [2020-11-05T20:01:16.580Z] cd3761cfa1d9: Layer already exists [2020-11-05T20:01:16.580Z] cd6d79ebbfb6: Layer already exists [2020-11-05T20:01:16.580Z] b2e85fd0898f: Layer already exists [2020-11-05T20:01:16.580Z] master: digest: sha256:b33fe1d351daab024af23e05463d6f0d5ff7776ca305bec5f4254c44554d2ffa size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-05T20:01:16.822Z] ===================================================== [Pipeline] echo [2020-11-05T20:01:16.878Z] taggedImages: [2020-11-05T20:01:16.878Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac [2020-11-05T20:01:16.878Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.105 [2020-11-05T20:01:16.878Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac-1.2.2-dev.105 [2020-11-05T20:01:16.878Z] - 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) [Pipeline] unstash [Pipeline] wrap [2020-11-05T20:01:18.510Z] provisioning config files... [2020-11-05T20:01:18.522Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/221@tmp/config8465936280253749912tmp [Pipeline] { [Pipeline] sh [2020-11-05T20:01:18.904Z] + set +x [2020-11-05T20:01:18.904Z] + curl -s https://codecov.io/bash [2020-11-05T20:01:18.904Z] + bash -s -- [2020-11-05T20:01:19.175Z] [2020-11-05T20:01:19.175Z] _____ _ [2020-11-05T20:01:19.175Z] / ____| | | [2020-11-05T20:01:19.175Z] | | ___ __| | ___ ___ _____ __ [2020-11-05T20:01:19.175Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-05T20:01:19.175Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-05T20:01:19.175Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-05T20:01:19.175Z] Bash-20201104-3e6f2fc [2020-11-05T20:01:19.175Z] [2020-11-05T20:01:19.175Z] [2020-11-05T20:01:19.175Z] [0;90m==>[0m Jenkins CI detected. [2020-11-05T20:01:19.437Z] [0;90mproject root:[0m . [2020-11-05T20:01:19.437Z] [0;90m-->[0m token set from env [2020-11-05T20:01:19.437Z] [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m [2020-11-05T20:01:19.437Z] [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m [2020-11-05T20:01:19.437Z] [0;90m==>[0m Python coveragepy not found [2020-11-05T20:01:19.437Z] [0;90m==>[0m Searching for coverage reports in: [2020-11-05T20:01:19.437Z] [0;32m+[0m . [2020-11-05T20:01:19.437Z] [0;90m->[0m Found 1 reports [2020-11-05T20:01:19.437Z] [0;90m==>[0m Detecting git/mercurial file structure [2020-11-05T20:01:19.437Z] [0;90m==>[0m Reading reports [2020-11-05T20:01:19.437Z] [0;32m+[0m ./coverage.out [0;90mbytes=539650[0m [2020-11-05T20:01:19.437Z] [0;90m==>[0m Appending adjustments [2020-11-05T20:01:19.437Z] [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m [2020-11-05T20:01:21.995Z] [0;32m+[0m Found adjustments [2020-11-05T20:01:21.995Z] [0;90m==>[0m Gzipping contents [2020-11-05T20:01:21.995Z] [0;90m==>[0m Uploading reports [2020-11-05T20:01:21.995Z] [0;90murl:[0m https://codecov.io [2020-11-05T20:01:21.995Z] [0;90mquery:[0m branch=master&commit=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac&build=221&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F221%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-05T20:01:21.995Z] [0;90m->[0m Pinging Codecov [2020-11-05T20:01:21.995Z] https://codecov.io/upload/v4?package=bash-20201104-3e6f2fc&token=secret&branch=master&commit=5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac&build=221&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F221%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-05T20:01:22.258Z] [0;31m [2020-11-05T20:01:22.258Z] [2020-11-05T20:01:22.258Z] [2020-11-05T20:01:22.258Z] [2020-11-05T20:01:22.258Z]
411. That’s an error. [2020-11-05T20:01:22.258Z]
POST requests require a Content-length
header. That’s all we know.
[2020-11-05T20:01:22.258Z]
[2020-11-05T20:01:22.258Z] 411[0m
[2020-11-05T20:01:22.258Z] [0;90m==>[0m Uploading to Codecov
[2020-11-05T20:01:22.258Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:01:22.258Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:01:23.205Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
99 85090 0 0 100 84985 0 130k --:--:-- --:--:-- --:--:-- 130k
100 85090 100 105 100 84985 164 130k --:--:-- --:--:-- --:--:-- 130k
[2020-11-05T20:01:23.205Z] View reports at [0;36mhttps://codecov.io/github/edgexfoundry/edgex-go/commit/5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac[0m
[Pipeline] }
[2020-11-05T20:01:23.215Z] Deleting 1 temporary files
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Snyk Scan)
[Pipeline] echo
[2020-11-05T20:01:24.128Z] [edgeXSnyk] dockerImage=null, dockerFile=null
[Pipeline] withCredentials
[2020-11-05T20:01:24.189Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:01:24.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:01:24.797Z]
[2020-11-05T20:01:24.797Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:01:25.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:01:25.150Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go
[2020-11-05T20:01:25.150Z] 188c0c94c7c5: Already exists
[2020-11-05T20:01:25.150Z] 0ef7d3d256c8: Pulling fs layer
[2020-11-05T20:01:25.150Z] de9db76c5a1d: Pulling fs layer
[2020-11-05T20:01:25.150Z] 0eba1c9be4d2: Pulling fs layer
[2020-11-05T20:01:25.150Z] 0d57e429df01: Pulling fs layer
[2020-11-05T20:01:25.150Z] 4e4be7b47b0d: Pulling fs layer
[2020-11-05T20:01:25.150Z] e1f770b5df2f: Pulling fs layer
[2020-11-05T20:01:25.150Z] 85a0685a4137: Pulling fs layer
[2020-11-05T20:01:25.150Z] 4e4be7b47b0d: Waiting
[2020-11-05T20:01:25.150Z] e1f770b5df2f: Waiting
[2020-11-05T20:01:25.150Z] 85a0685a4137: Waiting
[2020-11-05T20:01:25.150Z] 0d57e429df01: Waiting
[2020-11-05T20:01:25.150Z] de9db76c5a1d: Verifying Checksum
[2020-11-05T20:01:25.150Z] de9db76c5a1d: Download complete
[2020-11-05T20:01:25.150Z] 0ef7d3d256c8: Download complete
[2020-11-05T20:01:25.150Z] 0d57e429df01: Verifying Checksum
[2020-11-05T20:01:25.150Z] 0d57e429df01: Download complete
[2020-11-05T20:01:25.150Z] 4e4be7b47b0d: Verifying Checksum
[2020-11-05T20:01:25.150Z] 4e4be7b47b0d: Download complete
[2020-11-05T20:01:25.730Z] 0ef7d3d256c8: Pull complete
[2020-11-05T20:01:25.730Z] de9db76c5a1d: Pull complete
[2020-11-05T20:01:27.662Z] e1f770b5df2f: Verifying Checksum
[2020-11-05T20:01:27.662Z] e1f770b5df2f: Download complete
[2020-11-05T20:01:29.591Z] 85a0685a4137: Verifying Checksum
[2020-11-05T20:01:29.591Z] 85a0685a4137: Download complete
[2020-11-05T20:01:29.591Z] 0eba1c9be4d2: Verifying Checksum
[2020-11-05T20:01:29.591Z] 0eba1c9be4d2: Download complete
[2020-11-05T20:01:36.217Z] 0eba1c9be4d2: Pull complete
[2020-11-05T20:01:36.217Z] 0d57e429df01: Pull complete
[2020-11-05T20:01:36.217Z] 4e4be7b47b0d: Pull complete
[2020-11-05T20:01:40.437Z] e1f770b5df2f: Pull complete
[2020-11-05T20:01:48.608Z] 85a0685a4137: Pull complete
[2020-11-05T20:01:48.608Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06
[2020-11-05T20:01:48.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:01:48.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[Pipeline] withDockerContainer
[2020-11-05T20:01:48.839Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:01:48.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:01:50.155Z] $ docker top 0a5851869d35f8cff2171271549c5b0b268eaba502f99b03ed15352fbbe04934 -eo pid,comm
[Pipeline] {
[Pipeline] echo
[2020-11-05T20:01:50.451Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins
[Pipeline] sh
[2020-11-05T20:01:50.744Z] + set -o pipefail
[2020-11-05T20:01:50.745Z] + snyk monitor '--org=edgex-jenkins'
[2020-11-05T20:02:22.927Z]
[2020-11-05T20:02:22.927Z] Monitoring /w/workspace/edgex-go/221 (github.com/edgexfoundry/edgex-go)...
[2020-11-05T20:02:22.927Z]
[2020-11-05T20:02:22.927Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/1c545233-b4ce-4a99-8aa2-6b790552202e
[2020-11-05T20:02:22.927Z]
[2020-11-05T20:02:22.927Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you.
[2020-11-05T20:02:22.927Z]
[2020-11-05T20:02:22.927Z]
[Pipeline] }
[2020-11-05T20:02:22.946Z] $ docker stop --time=1 0a5851869d35f8cff2171271549c5b0b268eaba502f99b03ed15352fbbe04934
[2020-11-05T20:02:26.312Z] $ docker rm -f 0a5851869d35f8cff2171271549c5b0b268eaba502f99b03ed15352fbbe04934
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Snyk Docker Image Scan)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2020-11-05T20:02:27.244Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/core-command/Dockerfile
[Pipeline] echo
[2020-11-05T20:02:27.247Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:02:27.542Z] + set -o pipefail
[2020-11-05T20:02:27.543Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:02:27.543Z] + tee .snyk
[2020-11-05T20:02:27.804Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:02:27.804Z] version: v1.14.1
[2020-11-05T20:02:27.804Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:02:27.804Z] # ignore:
[2020-11-05T20:02:27.804Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:02:27.804Z] # - '*':
[2020-11-05T20:02:27.804Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:02:27.804Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:02:27.804Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:02:27.905Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:02:28.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:02:28.279Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:02:28.455Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:02:28.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:02:29.371Z] $ docker top 97c8646951517d713745762913615fcc4a3793aa6541e4ad341ad1613dd9ce58 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:02:29.852Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:02:29.864Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:02:30.155Z] + set -o pipefail
[2020-11-05T20:02:30.155Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk'+ --jsonsnyk-to-html
[2020-11-05T20:02:30.155Z] -o snykReport.html
[2020-11-05T20:02:40.210Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:02:40.230Z] $ docker stop --time=1 97c8646951517d713745762913615fcc4a3793aa6541e4ad341ad1613dd9ce58
[2020-11-05T20:02:41.790Z] $ docker rm -f 97c8646951517d713745762913615fcc4a3793aa6541e4ad341ad1613dd9ce58
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:02:42.165Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/core-data/Dockerfile
[Pipeline] echo
[2020-11-05T20:02:42.167Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:02:42.464Z] + set -o pipefail
[2020-11-05T20:02:42.464Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:02:42.464Z] + tee .snyk
[2020-11-05T20:02:42.464Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:02:42.464Z] version: v1.14.1
[2020-11-05T20:02:42.464Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:02:42.464Z] # ignore:
[2020-11-05T20:02:42.464Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:02:42.464Z] # - '*':
[2020-11-05T20:02:42.464Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:02:42.464Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:02:42.464Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:02:42.576Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:02:42.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:02:42.924Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:02:43.037Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:02:43.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:02:43.835Z] $ docker top 54df2f48c20039b63b04b11481e06811416429a5a429bf6cdc269e1d4ad132b8 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:02:44.377Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:02:44.389Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:02:44.682Z] + set -o pipefail
[2020-11-05T20:02:44.682Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:02:44.682Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:02:51.304Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:02:51.325Z] $ docker stop --time=1 54df2f48c20039b63b04b11481e06811416429a5a429bf6cdc269e1d4ad132b8
[2020-11-05T20:02:52.758Z] $ docker rm -f 54df2f48c20039b63b04b11481e06811416429a5a429bf6cdc269e1d4ad132b8
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:02:53.248Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/core-metadata/Dockerfile
[Pipeline] echo
[2020-11-05T20:02:53.251Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:02:53.546Z] + set -o pipefail
[2020-11-05T20:02:53.546Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:02:53.546Z] + tee .snyk
[2020-11-05T20:02:53.810Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:02:53.810Z] version: v1.14.1
[2020-11-05T20:02:53.810Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:02:53.810Z] # ignore:
[2020-11-05T20:02:53.810Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:02:53.810Z] # - '*':
[2020-11-05T20:02:53.810Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:02:53.810Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:02:53.810Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:02:53.877Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:02:54.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:02:54.217Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:02:54.323Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:02:54.375Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:02:55.143Z] $ docker top d0c864a15e1fd6123df17d3830fe762f8159f89fe8324eb88b1cb24c4fd91a97 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:02:55.663Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:02:55.675Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:02:55.968Z] + set -o pipefail
[2020-11-05T20:02:55.968Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:02:55.968Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:03:06.005Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:03:06.025Z] $ docker stop --time=1 d0c864a15e1fd6123df17d3830fe762f8159f89fe8324eb88b1cb24c4fd91a97
[2020-11-05T20:03:07.564Z] $ docker rm -f d0c864a15e1fd6123df17d3830fe762f8159f89fe8324eb88b1cb24c4fd91a97
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:03:07.879Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/security-bootstrap-redis/Dockerfile
[Pipeline] echo
[2020-11-05T20:03:07.881Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:03:08.209Z] + set -o pipefail
[2020-11-05T20:03:08.209Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:03:08.209Z] + tee .snyk
[2020-11-05T20:03:08.209Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:03:08.209Z] version: v1.14.1
[2020-11-05T20:03:08.209Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:03:08.209Z] # ignore:
[2020-11-05T20:03:08.209Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:03:08.209Z] # - '*':
[2020-11-05T20:03:08.209Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:03:08.209Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:03:08.209Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:03:08.316Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:03:08.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:03:08.699Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:03:08.844Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:03:08.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:03:09.711Z] $ docker top 9e8b5e01cca5a465862e3d43c750868181137fd501cfc096fe678f2a6a4018ef -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:03:10.234Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:03:10.246Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:03:10.841Z] + set -o pipefail
[2020-11-05T20:03:10.841Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:03:10.841Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:03:25.783Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:03:25.800Z] $ docker stop --time=1 9e8b5e01cca5a465862e3d43c750868181137fd501cfc096fe678f2a6a4018ef
[2020-11-05T20:03:27.191Z] $ docker rm -f 9e8b5e01cca5a465862e3d43c750868181137fd501cfc096fe678f2a6a4018ef
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:03:27.531Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/security-proxy-setup/Dockerfile
[Pipeline] echo
[2020-11-05T20:03:27.533Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:03:27.826Z] + set -o pipefail
[2020-11-05T20:03:27.826Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:03:27.826Z] + tee .snyk
[2020-11-05T20:03:27.826Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:03:27.826Z] version: v1.14.1
[2020-11-05T20:03:27.826Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:03:27.826Z] # ignore:
[2020-11-05T20:03:27.826Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:03:27.826Z] # - '*':
[2020-11-05T20:03:27.826Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:03:27.826Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:03:27.826Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:03:27.923Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:03:28.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:03:28.283Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:03:28.390Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:03:28.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:03:29.127Z] $ docker top 0203c8a7c1d235e4ccb494394dca06740c35b1fe17c8796545fe4986fc3343e3 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:03:29.647Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:03:29.659Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:03:29.951Z] + set -o pipefail
[2020-11-05T20:03:29.952Z] + + snyk-to-htmlsnyk -o test snykReport.html '--org=edgex-jenkins'
[2020-11-05T20:03:29.952Z] --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:03:36.586Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:03:36.604Z] $ docker stop --time=1 0203c8a7c1d235e4ccb494394dca06740c35b1fe17c8796545fe4986fc3343e3
[2020-11-05T20:03:38.130Z] $ docker rm -f 0203c8a7c1d235e4ccb494394dca06740c35b1fe17c8796545fe4986fc3343e3
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:03:38.451Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/security-secrets-setup/Dockerfile
[Pipeline] echo
[2020-11-05T20:03:38.454Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:03:38.752Z] + set -o pipefail
[2020-11-05T20:03:38.752Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:03:38.752Z] + tee .snyk
[2020-11-05T20:03:38.752Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:03:38.752Z] version: v1.14.1
[2020-11-05T20:03:38.752Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:03:38.752Z] # ignore:
[2020-11-05T20:03:38.752Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:03:38.752Z] # - '*':
[2020-11-05T20:03:38.752Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:03:38.752Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:03:38.752Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:03:38.880Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:03:39.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:03:39.228Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:03:39.339Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:03:39.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:03:40.140Z] $ docker top 18d539cb9104dbaef73c9ea8c456666a85e43813b85420bc045f9dabb7a9d9b1 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:03:40.814Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:03:40.828Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:03:41.122Z] + set -o pipefail
[2020-11-05T20:03:41.122Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:03:41.122Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:03:46.438Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:03:46.455Z] $ docker stop --time=1 18d539cb9104dbaef73c9ea8c456666a85e43813b85420bc045f9dabb7a9d9b1
[2020-11-05T20:03:47.920Z] $ docker rm -f 18d539cb9104dbaef73c9ea8c456666a85e43813b85420bc045f9dabb7a9d9b1
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:03:48.239Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/security-secretstore-setup/Dockerfile
[Pipeline] echo
[2020-11-05T20:03:48.243Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:03:48.537Z] + set -o pipefail
[2020-11-05T20:03:48.537Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:03:48.537Z] + tee .snyk
[2020-11-05T20:03:48.537Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:03:48.537Z] version: v1.14.1
[2020-11-05T20:03:48.537Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:03:48.537Z] # ignore:
[2020-11-05T20:03:48.537Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:03:48.537Z] # - '*':
[2020-11-05T20:03:48.537Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:03:48.537Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:03:48.537Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:03:48.641Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:03:48.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:03:48.994Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:03:49.104Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:03:49.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:03:49.876Z] $ docker top e8a8a8808d91eea489ace3bd3d41160bd4aaa0dc28b7dc59f600220213711589 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:03:50.492Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:03:50.523Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:03:50.847Z] + set -o pipefail
[2020-11-05T20:03:50.848Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:03:50.848Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:03:57.466Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:03:57.489Z] $ docker stop --time=1 e8a8a8808d91eea489ace3bd3d41160bd4aaa0dc28b7dc59f600220213711589
[2020-11-05T20:03:58.895Z] $ docker rm -f e8a8a8808d91eea489ace3bd3d41160bd4aaa0dc28b7dc59f600220213711589
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:03:59.272Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/support-logging/Dockerfile
[Pipeline] echo
[2020-11-05T20:03:59.275Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:03:59.565Z] + set -o pipefail
[2020-11-05T20:03:59.565Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:03:59.565Z] + tee .snyk
[2020-11-05T20:03:59.565Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:03:59.565Z] version: v1.14.1
[2020-11-05T20:03:59.565Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:03:59.565Z] # ignore:
[2020-11-05T20:03:59.565Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:03:59.565Z] # - '*':
[2020-11-05T20:03:59.565Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:03:59.565Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:03:59.565Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:03:59.672Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:04:00.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:04:00.018Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:04:00.127Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:04:00.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:04:00.872Z] $ docker top 0426d9ff9c54bd9384d552ac48f193c496a80b11df3c045a0763a4b40d9529a7 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:04:01.446Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:04:01.458Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:04:01.756Z] + set -o pipefail
[2020-11-05T20:04:01.756Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:04:01.756Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:04:09.937Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:04:09.956Z] $ docker stop --time=1 0426d9ff9c54bd9384d552ac48f193c496a80b11df3c045a0763a4b40d9529a7
[2020-11-05T20:04:11.698Z] $ docker rm -f 0426d9ff9c54bd9384d552ac48f193c496a80b11df3c045a0763a4b40d9529a7
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:04:12.008Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/support-notifications/Dockerfile
[Pipeline] echo
[2020-11-05T20:04:12.011Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:04:12.306Z] + set -o pipefail
[2020-11-05T20:04:12.306Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:04:12.306Z] + tee .snyk
[2020-11-05T20:04:12.306Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:04:12.306Z] version: v1.14.1
[2020-11-05T20:04:12.306Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:04:12.306Z] # ignore:
[2020-11-05T20:04:12.306Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:04:12.306Z] # - '*':
[2020-11-05T20:04:12.306Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:04:12.306Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:04:12.306Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:04:12.445Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:04:12.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:04:12.792Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:04:12.905Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:04:12.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:04:13.707Z] $ docker top 08f35db2003ea6e0f1f4648c4cb18ea92f738ce8de89ff2106c799c60f6f3d6e -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:04:14.238Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:04:14.249Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:04:14.541Z] + set -o pipefail
[2020-11-05T20:04:14.541Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:04:14.541Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:04:22.701Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:04:22.719Z] $ docker stop --time=1 08f35db2003ea6e0f1f4648c4cb18ea92f738ce8de89ff2106c799c60f6f3d6e
[2020-11-05T20:04:24.149Z] $ docker rm -f 08f35db2003ea6e0f1f4648c4cb18ea92f738ce8de89ff2106c799c60f6f3d6e
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:04:24.512Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/support-scheduler/Dockerfile
[Pipeline] echo
[2020-11-05T20:04:24.514Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:04:24.804Z] + set -o pipefail
[2020-11-05T20:04:24.804Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:04:24.804Z] + tee .snyk
[2020-11-05T20:04:24.804Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:04:24.804Z] version: v1.14.1
[2020-11-05T20:04:24.804Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:04:24.804Z] # ignore:
[2020-11-05T20:04:24.804Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:04:24.804Z] # - '*':
[2020-11-05T20:04:24.804Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:04:24.804Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:04:24.804Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:04:24.903Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:04:25.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:04:25.245Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:04:25.360Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:04:25.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:04:26.239Z] $ docker top ce37b1b9ba4f56e64548c9802fd8a657e33a64a9efb4607cf74fd56b3b989906 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:04:26.744Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:04:26.760Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:04:27.074Z] + set -o pipefail
[2020-11-05T20:04:27.074Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:04:27.074Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:04:35.247Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:04:35.266Z] $ docker stop --time=1 ce37b1b9ba4f56e64548c9802fd8a657e33a64a9efb4607cf74fd56b3b989906
[2020-11-05T20:04:36.772Z] $ docker rm -f ce37b1b9ba4f56e64548c9802fd8a657e33a64a9efb4607cf74fd56b3b989906
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
[2020-11-05T20:04:37.094Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac, dockerFile=cmd/sys-mgmt-agent/Dockerfile
[Pipeline] echo
[2020-11-05T20:04:37.096Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[Pipeline] sh
[2020-11-05T20:04:37.389Z] + set -o pipefail
[2020-11-05T20:04:37.389Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk
[2020-11-05T20:04:37.389Z] + tee .snyk
[2020-11-05T20:04:37.389Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
[2020-11-05T20:04:37.389Z] version: v1.14.1
[2020-11-05T20:04:37.389Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date
[2020-11-05T20:04:37.389Z] # ignore:
[2020-11-05T20:04:37.389Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required.
[2020-11-05T20:04:37.389Z] # - '*':
[2020-11-05T20:04:37.389Z] # reason: does not apply # justification for ignoring
[2020-11-05T20:04:37.389Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)
[2020-11-05T20:04:37.389Z] # patch: {}
[Pipeline] withCredentials
[2020-11-05T20:04:37.500Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:04:37.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-05T20:04:37.849Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:04:37.959Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:04:38.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat
[2020-11-05T20:04:38.850Z] $ docker top 853c7a0a4b1281aaad9f1105a010aa2e93be85015d39d3154be2cb0c6026773f -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:04:39.407Z] + rm -f snykReport.html
[Pipeline] echo
[2020-11-05T20:04:39.419Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html
[Pipeline] sh
[2020-11-05T20:04:39.710Z] + set -o pipefail
[2020-11-05T20:04:39.710Z] + snyk-to-html -o snykReport.html
[2020-11-05T20:04:39.710Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json
[2020-11-05T20:04:46.335Z] Vulnerability snapshot saved at snykReport.html
[Pipeline] }
[2020-11-05T20:04:46.351Z] $ docker stop --time=1 853c7a0a4b1281aaad9f1105a010aa2e93be85015d39d3154be2cb0c6026773f
[2020-11-05T20:04:47.798Z] $ docker rm -f 853c7a0a4b1281aaad9f1105a010aa2e93be85015d39d3154be2cb0c6026773f
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Swagger)
[Pipeline] echo
[2020-11-05T20:04:48.794Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false
[Pipeline] withEnv
[Pipeline] {
[Pipeline] configFileProvider
[2020-11-05T20:04:48.852Z] provisioning config files...
[2020-11-05T20:04:48.862Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/221@tmp/config345030507385094482tmp
[Pipeline] {
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:04:49.238Z] --> edgex-publish-swagger.sh
[2020-11-05T20:04:49.238Z] === Publish openapi/v1 API ===
[2020-11-05T20:04:49.238Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger
[2020-11-05T20:04:49.238Z] [publishToSwagger] Publishing API Name [core-command]
[2020-11-05T20:04:49.238Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:49.238Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:50.186Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 10521 0 0 100 10521 0 9518 0:00:01 0:00:01 --:--:-- 9521
100 10521 0 0 100 10521 0 9516 0:00:01 0:00:01 --:--:-- 9521
[2020-11-05T20:04:50.186Z]
[2020-11-05T20:04:50.186Z]
[2020-11-05T20:04:50.186Z] [publishToSwagger] Publishing API Name [core-data]
[2020-11-05T20:04:50.186Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:50.186Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:51.578Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 32556 0 0 100 32556 0 29940 0:00:01 0:00:01 --:--:-- 29950
100 32556 0 0 100 32556 0 29935 0:00:01 0:00:01 --:--:-- 29950
[2020-11-05T20:04:51.578Z]
[2020-11-05T20:04:51.578Z]
[2020-11-05T20:04:51.578Z] [publishToSwagger] Publishing API Name [core-metadata]
[2020-11-05T20:04:51.578Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:51.578Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:52.523Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 73720 0 0 100 73720 0 65666 0:00:01 0:00:01 --:--:-- 65704
100 73720 0 0 100 73720 0 65656 0:00:01 0:00:01 --:--:-- 65704
[2020-11-05T20:04:52.523Z]
[2020-11-05T20:04:52.523Z]
[2020-11-05T20:04:52.523Z] [publishToSwagger] Publishing API Name [support-logging]
[2020-11-05T20:04:52.523Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:52.523Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:53.912Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 13580 0 0 100 13580 0 11976 0:00:01 0:00:01 --:--:-- 11985
100 13580 0 0 100 13580 0 11975 0:00:01 0:00:01 --:--:-- 11985
[2020-11-05T20:04:53.912Z]
[2020-11-05T20:04:53.912Z]
[2020-11-05T20:04:53.912Z] [publishToSwagger] Publishing API Name [support-notifications]
[2020-11-05T20:04:53.912Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:53.912Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:54.857Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 38889 0 0 100 38889 0 34656 0:00:01 0:00:01 --:--:-- 34691
100 38889 0 0 100 38889 0 34650 0:00:01 0:00:01 --:--:-- 34660
[2020-11-05T20:04:54.857Z]
[2020-11-05T20:04:54.857Z]
[2020-11-05T20:04:54.857Z] [publishToSwagger] Publishing API Name [support-scheduler]
[2020-11-05T20:04:54.857Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:54.857Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:55.801Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 14248 0 0 100 14248 0 12528 0:00:01 0:00:01 --:--:-- 12520
100 14248 0 0 100 14248 0 12526 0:00:01 0:00:01 --:--:-- 12520
[2020-11-05T20:04:55.801Z]
[2020-11-05T20:04:55.801Z]
[2020-11-05T20:04:56.065Z] [publishToSwagger] Publishing API Name [system-agent]
[2020-11-05T20:04:56.065Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:56.065Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:57.008Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4109 0 0 100 4109 0 3882 0:00:01 0:00:01 --:--:-- 3883
100 4109 0 0 100 4109 0 3881 0:00:01 0:00:01 --:--:-- 3883
[2020-11-05T20:04:57.008Z]
[2020-11-05T20:04:57.008Z]
[2020-11-05T20:04:57.008Z] === Publish openapi/v2 API ===
[2020-11-05T20:04:57.008Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger
[2020-11-05T20:04:57.008Z] [publishToSwagger] Publishing API Name [core-command]
[2020-11-05T20:04:57.008Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:57.008Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:58.397Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 29535 0 0 100 29535 0 25474 0:00:01 0:00:01 --:--:-- 25483
100 29535 0 0 100 29535 0 25471 0:00:01 0:00:01 --:--:-- 25483
[2020-11-05T20:04:58.397Z]
[2020-11-05T20:04:58.397Z]
[2020-11-05T20:04:58.397Z] [publishToSwagger] Publishing API Name [core-data]
[2020-11-05T20:04:58.397Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:58.397Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:04:59.342Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 65634 0 0 100 65634 0 59510 0:00:01 0:00:01 --:--:-- 59558
100 65634 0 0 100 65634 0 59501 0:00:01 0:00:01 --:--:-- 59558
[2020-11-05T20:04:59.342Z]
[2020-11-05T20:04:59.342Z]
[2020-11-05T20:04:59.342Z] [publishToSwagger] Publishing API Name [core-metadata]
[2020-11-05T20:04:59.342Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:04:59.342Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:05:00.730Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 119k 0 0 100 119k 0 103k 0:00:01 0:00:01 --:--:-- 103k
100 119k 0 0 100 119k 0 103k 0:00:01 0:00:01 --:--:-- 103k
[2020-11-05T20:05:00.730Z]
[2020-11-05T20:05:00.730Z]
[2020-11-05T20:05:00.730Z] [publishToSwagger] Publishing API Name [support-logging]
[2020-11-05T20:05:00.730Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:05:00.730Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:05:01.949Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 23691 0 0 100 23691 0 19763 0:00:01 0:00:01 --:--:-- 19775
100 23691 0 0 100 23691 0 15480 0:00:01 0:00:01 --:--:-- 15474
100 23691 0 0 100 23691 0 15477 0:00:01 0:00:01 --:--:-- 15474
[2020-11-05T20:05:01.949Z]
[2020-11-05T20:05:01.949Z]
[2020-11-05T20:05:01.949Z] [publishToSwagger] Publishing API Name [support-notifications]
[2020-11-05T20:05:01.949Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:05:01.949Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:05:03.339Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 62691 0 0 100 62691 0 53292 0:00:01 0:00:01 --:--:-- 53308
100 62691 0 0 100 62691 0 53283 0:00:01 0:00:01 --:--:-- 53308
[2020-11-05T20:05:03.339Z]
[2020-11-05T20:05:03.339Z]
[2020-11-05T20:05:03.339Z] [publishToSwagger] Publishing API Name [support-scheduler]
[2020-11-05T20:05:03.339Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:05:03.339Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:05:04.287Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 46198 0 0 100 46198 0 42673 0:00:01 0:00:01 --:--:-- 42696
100 46198 0 0 100 46198 0 42665 0:00:01 0:00:01 --:--:-- 42696
[2020-11-05T20:05:04.287Z]
[2020-11-05T20:05:04.287Z]
[2020-11-05T20:05:04.287Z] [publishToSwagger] Publishing API Name [system-agent]
[2020-11-05T20:05:04.287Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-05T20:05:04.287Z] Dload Upload Total Spent Left Speed
[2020-11-05T20:05:05.680Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 23725 0 0 100 23725 0 21744 0:00:01 0:00:01 --:--:-- 21766
100 23725 0 0 100 23725 0 21741 0:00:01 0:00:01 --:--:-- 21746
[2020-11-05T20:05:05.680Z]
[2020-11-05T20:05:05.680Z]
[Pipeline] }
[2020-11-05T20:05:05.690Z] 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-11-05T20:05:06.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
[2020-11-05T20:05:06.588Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:05:06.698Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:05:06.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T20:05:07.622Z] $ docker top 7427ceff13007daa4ebe026d97a9ed912a9873993c30db76b0428380d1f315d5 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[2020-11-05T20:05:07.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
[2020-11-05T20:05:07.982Z] [ssh-agent] Looking for ssh-agent implementation...
[2020-11-05T20:05:08.238Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
[2020-11-05T20:05:08.243Z] $ docker exec 7427ceff13007daa4ebe026d97a9ed912a9873993c30db76b0428380d1f315d5 ssh-agent
[2020-11-05T20:05:08.426Z] SSH_AUTH_SOCK=/tmp/ssh-e9uGrpS2wHjn/agent.12
[2020-11-05T20:05:08.426Z] SSH_AGENT_PID=17
[2020-11-05T20:05:08.433Z] Running ssh-add (command line suppressed)
[2020-11-05T20:05:08.572Z] Identity added: /w/workspace/edgex-go/221@tmp/private_key_7452031766942415618.key (/w/workspace/edgex-go/221@tmp/private_key_7452031766942415618.key)
[2020-11-05T20:05:08.632Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:05:08.983Z] + git semver tag
[2020-11-05T20:05:09.246Z] # -> Open(): unable to determine branch for HEAD
[2020-11-05T20:05:09.246Z] # $GIT_DIR = /w/workspace/edgex-go/221/.git
[2020-11-05T20:05:09.246Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/221
[2020-11-05T20:05:09.246Z] # $SEMVER_REMOTE_NAME = origin
[2020-11-05T20:05:09.246Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
[2020-11-05T20:05:09.246Z] # $SEMVER_USER_NAME = edgex-jenkins
[2020-11-05T20:05:09.246Z] # $SEMVER_BRANCH = master
[2020-11-05T20:05:09.246Z] # $SEMVER_DIR = /w/workspace/edgex-go/221/.semver
[2020-11-05T20:05:09.246Z] # 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac HEAD
[2020-11-05T20:05:09.826Z] # -> Force: false
[2020-11-05T20:05:09.826Z] # ecd3b3d5384e28574c1a08cac295bd4bad4e7f81 refs/tags/v1.2.2-dev.105
[Pipeline] }
[2020-11-05T20:05:09.841Z] $ docker exec --env ******** --env ******** 7427ceff13007daa4ebe026d97a9ed912a9873993c30db76b0428380d1f315d5 ssh-agent -k
[2020-11-05T20:05:09.983Z] unset SSH_AUTH_SOCK;
[2020-11-05T20:05:09.983Z] unset SSH_AGENT_PID;
[2020-11-05T20:05:09.983Z] echo Agent pid 17 killed;
[2020-11-05T20:05:10.039Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
[2020-11-05T20:05:10.557Z] + git semver
[Pipeline] }
[2020-11-05T20:05:10.577Z] $ docker stop --time=1 7427ceff13007daa4ebe026d97a9ed912a9873993c30db76b0428380d1f315d5
[2020-11-05T20:05:12.271Z] $ docker rm -f 7427ceff13007daa4ebe026d97a9ed912a9873993c30db76b0428380d1f315d5
[Pipeline] // withDockerContainer
[Pipeline] stage
[Pipeline] { (LF Tools Sigul)
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:05:13.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[2020-11-05T20:05:13.011Z]
[2020-11-05T20:05:13.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:05:13.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[2020-11-05T20:05:13.360Z] 0.23.1-centos7: Pulling from edgex-lftools
[2020-11-05T20:05:13.360Z] ab5ef0e58194: Pulling fs layer
[2020-11-05T20:05:13.360Z] 9712f1f96733: Pulling fs layer
[2020-11-05T20:05:13.360Z] 63f879dbbcfc: Pulling fs layer
[2020-11-05T20:05:13.360Z] 0d9ebad4ef96: Pulling fs layer
[2020-11-05T20:05:13.360Z] e9a5061849ea: Pulling fs layer
[2020-11-05T20:05:13.360Z] d747dcd14b5f: Pulling fs layer
[2020-11-05T20:05:13.360Z] 2de7ff778b66: Pulling fs layer
[2020-11-05T20:05:13.360Z] e9a5061849ea: Waiting
[2020-11-05T20:05:13.360Z] d747dcd14b5f: Waiting
[2020-11-05T20:05:13.360Z] 2de7ff778b66: Waiting
[2020-11-05T20:05:13.360Z] 0d9ebad4ef96: Waiting
[2020-11-05T20:05:13.360Z] 9712f1f96733: Verifying Checksum
[2020-11-05T20:05:13.360Z] 9712f1f96733: Download complete
[2020-11-05T20:05:15.929Z] 63f879dbbcfc: Verifying Checksum
[2020-11-05T20:05:15.929Z] 63f879dbbcfc: Download complete
[2020-11-05T20:05:15.929Z] e9a5061849ea: Verifying Checksum
[2020-11-05T20:05:15.929Z] e9a5061849ea: Download complete
[2020-11-05T20:05:15.929Z] d747dcd14b5f: Verifying Checksum
[2020-11-05T20:05:15.929Z] d747dcd14b5f: Download complete
[2020-11-05T20:05:16.193Z] 2de7ff778b66: Verifying Checksum
[2020-11-05T20:05:16.193Z] 2de7ff778b66: Download complete
[2020-11-05T20:05:16.193Z] 0d9ebad4ef96: Verifying Checksum
[2020-11-05T20:05:16.193Z] 0d9ebad4ef96: Download complete
[2020-11-05T20:05:16.457Z] ab5ef0e58194: Verifying Checksum
[2020-11-05T20:05:16.457Z] ab5ef0e58194: Download complete
[2020-11-05T20:05:20.691Z] ab5ef0e58194: Pull complete
[2020-11-05T20:05:20.691Z] 9712f1f96733: Pull complete
[2020-11-05T20:05:24.013Z] 63f879dbbcfc: Pull complete
[2020-11-05T20:05:29.328Z] 0d9ebad4ef96: Pull complete
[2020-11-05T20:05:31.913Z] e9a5061849ea: Pull complete
[2020-11-05T20:05:31.913Z] d747dcd14b5f: Pull complete
[2020-11-05T20:05:34.470Z] 2de7ff778b66: Pull complete
[2020-11-05T20:05:34.470Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52
[2020-11-05T20:05:34.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[2020-11-05T20:05:34.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[Pipeline] withDockerContainer
[2020-11-05T20:05:34.691Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:05:34.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T20:05:38.632Z] $ docker top 6a7d8ce3c8f6a10fbf2abeaeca0966e171b387ad08501936b48978ce4b9d5f1d -eo pid,comm
[Pipeline] {
[Pipeline] configFileProvider
[2020-11-05T20:05:38.958Z] provisioning config files...
[2020-11-05T20:05:38.970Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/221@tmp/config7050412213829652739tmp
[2020-11-05T20:05:38.987Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/221@tmp/config8854095407578326442tmp
[2020-11-05T20:05:39.003Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/221@tmp/config3948140623993294511tmp
[Pipeline] {
[Pipeline] echo
[2020-11-05T20:05:39.108Z] Running global-jjb/shell/sigul-configuration.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:05:39.409Z] ---> sigul-configuration.sh
[2020-11-05T20:05:39.409Z] gpg: directory `/root/.gnupg' created
[2020-11-05T20:05:39.409Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created
[2020-11-05T20:05:39.409Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
[2020-11-05T20:05:39.409Z] gpg: keyring `/root/.gnupg/secring.gpg' created
[2020-11-05T20:05:39.409Z] gpg: keyring `/root/.gnupg/pubring.gpg' created
[2020-11-05T20:05:39.409Z] gpg: CAST5 encrypted data
[2020-11-05T20:05:39.671Z] gpg: encrypted with 1 passphrase
[2020-11-05T20:05:39.671Z] gpg: WARNING: message was not integrity protected
[Pipeline] sh
[2020-11-05T20:05:39.983Z] + mkdir /home/jenkins
[2020-11-05T20:05:39.983Z] + mkdir /home/jenkins/sigul
[Pipeline] sh
[2020-11-05T20:05:40.283Z] + 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-11-05T20:05:40.294Z] Running global-jjb/shell/sigul-install.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:05:40.594Z] ---> sigul-install.sh
[2020-11-05T20:05:47.200Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version
[Pipeline] sh
[2020-11-05T20:05:47.503Z] + git tag --list
[2020-11-05T20:05:47.503Z] 0.6.0
[2020-11-05T20:05:47.503Z] 0.6.1
[2020-11-05T20:05:47.503Z] 0.7.0
[2020-11-05T20:05:47.503Z] 0.7.1
[2020-11-05T20:05:47.503Z] v1.0.0
[2020-11-05T20:05:47.503Z] v1.0.1
[2020-11-05T20:05:47.503Z] v1.1.0
[2020-11-05T20:05:47.503Z] v1.2.0
[2020-11-05T20:05:47.503Z] v1.2.1
[2020-11-05T20:05:47.503Z] v1.2.2-dev.1
[2020-11-05T20:05:47.503Z] v1.2.2-dev.10
[2020-11-05T20:05:47.503Z] v1.2.2-dev.100
[2020-11-05T20:05:47.503Z] v1.2.2-dev.101
[2020-11-05T20:05:47.503Z] v1.2.2-dev.102
[2020-11-05T20:05:47.503Z] v1.2.2-dev.103
[2020-11-05T20:05:47.503Z] v1.2.2-dev.104
[2020-11-05T20:05:47.503Z] v1.2.2-dev.105
[2020-11-05T20:05:47.503Z] v1.2.2-dev.11
[2020-11-05T20:05:47.503Z] v1.2.2-dev.12
[2020-11-05T20:05:47.503Z] v1.2.2-dev.13
[2020-11-05T20:05:47.503Z] v1.2.2-dev.14
[2020-11-05T20:05:47.503Z] v1.2.2-dev.15
[2020-11-05T20:05:47.503Z] v1.2.2-dev.16
[2020-11-05T20:05:47.503Z] v1.2.2-dev.17
[2020-11-05T20:05:47.503Z] v1.2.2-dev.18
[2020-11-05T20:05:47.503Z] v1.2.2-dev.19
[2020-11-05T20:05:47.503Z] v1.2.2-dev.2
[2020-11-05T20:05:47.503Z] v1.2.2-dev.20
[2020-11-05T20:05:47.503Z] v1.2.2-dev.21
[2020-11-05T20:05:47.503Z] v1.2.2-dev.22
[2020-11-05T20:05:47.503Z] v1.2.2-dev.23
[2020-11-05T20:05:47.503Z] v1.2.2-dev.24
[2020-11-05T20:05:47.503Z] v1.2.2-dev.25
[2020-11-05T20:05:47.503Z] v1.2.2-dev.26
[2020-11-05T20:05:47.503Z] v1.2.2-dev.27
[2020-11-05T20:05:47.503Z] v1.2.2-dev.28
[2020-11-05T20:05:47.503Z] v1.2.2-dev.29
[2020-11-05T20:05:47.503Z] v1.2.2-dev.3
[2020-11-05T20:05:47.503Z] v1.2.2-dev.30
[2020-11-05T20:05:47.503Z] v1.2.2-dev.31
[2020-11-05T20:05:47.503Z] v1.2.2-dev.32
[2020-11-05T20:05:47.503Z] v1.2.2-dev.33
[2020-11-05T20:05:47.503Z] v1.2.2-dev.34
[2020-11-05T20:05:47.503Z] v1.2.2-dev.35
[2020-11-05T20:05:47.503Z] v1.2.2-dev.36
[2020-11-05T20:05:47.503Z] v1.2.2-dev.37
[2020-11-05T20:05:47.503Z] v1.2.2-dev.38
[2020-11-05T20:05:47.503Z] v1.2.2-dev.39
[2020-11-05T20:05:47.503Z] v1.2.2-dev.4
[2020-11-05T20:05:47.503Z] v1.2.2-dev.40
[2020-11-05T20:05:47.503Z] v1.2.2-dev.41
[2020-11-05T20:05:47.503Z] v1.2.2-dev.42
[2020-11-05T20:05:47.503Z] v1.2.2-dev.43
[2020-11-05T20:05:47.503Z] v1.2.2-dev.44
[2020-11-05T20:05:47.503Z] v1.2.2-dev.45
[2020-11-05T20:05:47.503Z] v1.2.2-dev.46
[2020-11-05T20:05:47.503Z] v1.2.2-dev.47
[2020-11-05T20:05:47.503Z] v1.2.2-dev.48
[2020-11-05T20:05:47.503Z] v1.2.2-dev.49
[2020-11-05T20:05:47.503Z] v1.2.2-dev.5
[2020-11-05T20:05:47.503Z] v1.2.2-dev.50
[2020-11-05T20:05:47.503Z] v1.2.2-dev.51
[2020-11-05T20:05:47.503Z] v1.2.2-dev.52
[2020-11-05T20:05:47.503Z] v1.2.2-dev.53
[2020-11-05T20:05:47.503Z] v1.2.2-dev.54
[2020-11-05T20:05:47.503Z] v1.2.2-dev.55
[2020-11-05T20:05:47.503Z] v1.2.2-dev.56
[2020-11-05T20:05:47.503Z] v1.2.2-dev.57
[2020-11-05T20:05:47.503Z] v1.2.2-dev.58
[2020-11-05T20:05:47.503Z] v1.2.2-dev.59
[2020-11-05T20:05:47.503Z] v1.2.2-dev.6
[2020-11-05T20:05:47.503Z] v1.2.2-dev.60
[2020-11-05T20:05:47.503Z] v1.2.2-dev.61
[2020-11-05T20:05:47.503Z] v1.2.2-dev.62
[2020-11-05T20:05:47.503Z] v1.2.2-dev.63
[2020-11-05T20:05:47.503Z] v1.2.2-dev.64
[2020-11-05T20:05:47.503Z] v1.2.2-dev.65
[2020-11-05T20:05:47.503Z] v1.2.2-dev.66
[2020-11-05T20:05:47.503Z] v1.2.2-dev.67
[2020-11-05T20:05:47.503Z] v1.2.2-dev.68
[2020-11-05T20:05:47.503Z] v1.2.2-dev.69
[2020-11-05T20:05:47.503Z] v1.2.2-dev.7
[2020-11-05T20:05:47.503Z] v1.2.2-dev.70
[2020-11-05T20:05:47.503Z] v1.2.2-dev.71
[2020-11-05T20:05:47.503Z] v1.2.2-dev.72
[2020-11-05T20:05:47.503Z] v1.2.2-dev.73
[2020-11-05T20:05:47.503Z] v1.2.2-dev.74
[2020-11-05T20:05:47.503Z] v1.2.2-dev.75
[2020-11-05T20:05:47.503Z] v1.2.2-dev.76
[2020-11-05T20:05:47.503Z] v1.2.2-dev.77
[2020-11-05T20:05:47.503Z] v1.2.2-dev.78
[2020-11-05T20:05:47.503Z] v1.2.2-dev.79
[2020-11-05T20:05:47.503Z] v1.2.2-dev.8
[2020-11-05T20:05:47.503Z] v1.2.2-dev.80
[2020-11-05T20:05:47.503Z] v1.2.2-dev.81
[2020-11-05T20:05:47.503Z] v1.2.2-dev.82
[2020-11-05T20:05:47.503Z] v1.2.2-dev.83
[2020-11-05T20:05:47.503Z] v1.2.2-dev.84
[2020-11-05T20:05:47.503Z] v1.2.2-dev.85
[2020-11-05T20:05:47.503Z] v1.2.2-dev.86
[2020-11-05T20:05:47.503Z] v1.2.2-dev.87
[2020-11-05T20:05:47.503Z] v1.2.2-dev.88
[2020-11-05T20:05:47.503Z] v1.2.2-dev.89
[2020-11-05T20:05:47.503Z] v1.2.2-dev.9
[2020-11-05T20:05:47.503Z] v1.2.2-dev.90
[2020-11-05T20:05:47.503Z] v1.2.2-dev.91
[2020-11-05T20:05:47.503Z] v1.2.2-dev.92
[2020-11-05T20:05:47.503Z] v1.2.2-dev.93
[2020-11-05T20:05:47.503Z] v1.2.2-dev.94
[2020-11-05T20:05:47.503Z] v1.2.2-dev.95
[2020-11-05T20:05:47.503Z] v1.2.2-dev.96
[2020-11-05T20:05:47.503Z] v1.2.2-dev.97
[2020-11-05T20:05:47.503Z] v1.2.2-dev.98
[2020-11-05T20:05:47.503Z] v1.2.2-dev.99
[Pipeline] sh
[2020-11-05T20:05:47.870Z] + lftools sign git-tag v1.2.2-dev.105
[2020-11-05T20:05:49.292Z] Signing Git tag with Sigul...
[2020-11-05T20:05:49.292Z] Signing v1.2.2-dev.105
[Pipeline] echo
[2020-11-05T20:05:51.223Z] Running global-jjb/shell/sigul-configuration-cleanup.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:05:51.520Z] ---> sigul-configuration-cleanup.sh
[Pipeline] }
[2020-11-05T20:05:51.530Z] Deleting 3 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[2020-11-05T20:05:51.640Z] $ docker stop --time=1 6a7d8ce3c8f6a10fbf2abeaeca0966e171b387ad08501936b48978ce4b9d5f1d
[2020-11-05T20:05:53.794Z] $ docker rm -f 6a7d8ce3c8f6a10fbf2abeaeca0966e171b387ad08501936b48978ce4b9d5f1d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bump Pre-Release Version)
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:05:54.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
[2020-11-05T20:05:54.621Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:05:54.729Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:05:54.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T20:05:55.591Z] $ docker top 9087b23b6c17e0e62840e594f369c2f79339c114601089d2d4bf11f9217cf490 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[2020-11-05T20:05:55.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
[2020-11-05T20:05:55.913Z] [ssh-agent] Looking for ssh-agent implementation...
[2020-11-05T20:05:56.180Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
[2020-11-05T20:05:56.185Z] $ docker exec 9087b23b6c17e0e62840e594f369c2f79339c114601089d2d4bf11f9217cf490 ssh-agent
[2020-11-05T20:05:56.404Z] SSH_AUTH_SOCK=/tmp/ssh-LpzBhLQVyq4Q/agent.13
[2020-11-05T20:05:56.404Z] SSH_AGENT_PID=18
[2020-11-05T20:05:56.411Z] Running ssh-add (command line suppressed)
[2020-11-05T20:05:56.557Z] Identity added: /w/workspace/edgex-go/221@tmp/private_key_4989393681277810364.key (/w/workspace/edgex-go/221@tmp/private_key_4989393681277810364.key)
[2020-11-05T20:05:56.615Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:05:56.953Z] + git semver bump pre
[2020-11-05T20:05:56.954Z] # -> Open(): unable to determine branch for HEAD
[2020-11-05T20:05:56.954Z] # $GIT_DIR = /w/workspace/edgex-go/221/.git
[2020-11-05T20:05:56.954Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/221
[2020-11-05T20:05:56.954Z] # $SEMVER_REMOTE_NAME = origin
[2020-11-05T20:05:56.954Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
[2020-11-05T20:05:56.954Z] # $SEMVER_USER_NAME = edgex-jenkins
[2020-11-05T20:05:56.954Z] # $SEMVER_BRANCH = master
[2020-11-05T20:05:56.954Z] # $SEMVER_DIR = /w/workspace/edgex-go/221/.semver
[2020-11-05T20:05:56.954Z] 1.2.2-dev.106
[Pipeline] }
[2020-11-05T20:05:56.968Z] $ docker exec --env ******** --env ******** 9087b23b6c17e0e62840e594f369c2f79339c114601089d2d4bf11f9217cf490 ssh-agent -k
[2020-11-05T20:05:57.131Z] unset SSH_AUTH_SOCK;
[2020-11-05T20:05:57.131Z] unset SSH_AGENT_PID;
[2020-11-05T20:05:57.131Z] echo Agent pid 18 killed;
[2020-11-05T20:05:57.199Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
[2020-11-05T20:05:57.665Z] + git semver
[Pipeline] }
[2020-11-05T20:05:57.684Z] $ docker stop --time=1 9087b23b6c17e0e62840e594f369c2f79339c114601089d2d4bf11f9217cf490
[2020-11-05T20:05:59.105Z] $ docker rm -f 9087b23b6c17e0e62840e594f369c2f79339c114601089d2d4bf11f9217cf490
[Pipeline] // withDockerContainer
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:05:59.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
[2020-11-05T20:05:59.703Z] .
[Pipeline] withDockerContainer
[2020-11-05T20:05:59.812Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:05:59.861Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T20:06:00.655Z] $ docker top bd6c1fb597db77791d7d226de4fd71e6cc99c7b981b4bbf4350dd7fc09f07890 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[2020-11-05T20:06:00.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
[2020-11-05T20:06:00.968Z] [ssh-agent] Looking for ssh-agent implementation...
[2020-11-05T20:06:01.180Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
[2020-11-05T20:06:01.185Z] $ docker exec bd6c1fb597db77791d7d226de4fd71e6cc99c7b981b4bbf4350dd7fc09f07890 ssh-agent
[2020-11-05T20:06:01.385Z] SSH_AUTH_SOCK=/tmp/ssh-2Cv67INaVzeK/agent.12
[2020-11-05T20:06:01.385Z] SSH_AGENT_PID=17
[2020-11-05T20:06:01.394Z] Running ssh-add (command line suppressed)
[2020-11-05T20:06:01.547Z] Identity added: /w/workspace/edgex-go/221@tmp/private_key_8939814861902188472.key (/w/workspace/edgex-go/221@tmp/private_key_8939814861902188472.key)
[2020-11-05T20:06:01.608Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:06:01.956Z] + git semver push
[2020-11-05T20:06:01.956Z] # -> Open(): unable to determine branch for HEAD
[2020-11-05T20:06:01.956Z] # $GIT_DIR = /w/workspace/edgex-go/221/.git
[2020-11-05T20:06:01.956Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/221
[2020-11-05T20:06:01.956Z] # $SEMVER_REMOTE_NAME = origin
[2020-11-05T20:06:01.956Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
[2020-11-05T20:06:01.956Z] # $SEMVER_USER_NAME = edgex-jenkins
[2020-11-05T20:06:01.956Z] # $SEMVER_BRANCH = master
[2020-11-05T20:06:01.956Z] # $SEMVER_DIR = /w/workspace/edgex-go/221/.semver
[Pipeline] }
[2020-11-05T20:06:14.221Z] $ docker exec --env ******** --env ******** bd6c1fb597db77791d7d226de4fd71e6cc99c7b981b4bbf4350dd7fc09f07890 ssh-agent -k
[2020-11-05T20:06:14.377Z] unset SSH_AUTH_SOCK;
[2020-11-05T20:06:14.378Z] unset SSH_AGENT_PID;
[2020-11-05T20:06:14.378Z] echo Agent pid 17 killed;
[2020-11-05T20:06:14.441Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
[2020-11-05T20:06:14.924Z] + git semver
[Pipeline] }
[2020-11-05T20:06:14.942Z] $ docker stop --time=1 bd6c1fb597db77791d7d226de4fd71e6cc99c7b981b4bbf4350dd7fc09f07890
[2020-11-05T20:06:16.368Z] $ docker rm -f bd6c1fb597db77791d7d226de4fd71e6cc99c7b981b4bbf4350dd7fc09f07890
[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-11-05T20:06:17.866Z] ---> sysstat.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:06:18.749Z] ---> package-listing.sh
[2020-11-05T20:06:18.749Z] ++ facter osfamily
[2020-11-05T20:06:18.749Z] ++ tr '[:upper:]' '[:lower:]'
[2020-11-05T20:06:18.749Z] + OS_FAMILY=redhat
[2020-11-05T20:06:18.749Z] + workspace=/w/workspace/edgex-go/221
[2020-11-05T20:06:18.749Z] + START_PACKAGES=/tmp/packages_start.txt
[2020-11-05T20:06:18.749Z] + END_PACKAGES=/tmp/packages_end.txt
[2020-11-05T20:06:18.749Z] + DIFF_PACKAGES=/tmp/packages_diff.txt
[2020-11-05T20:06:18.749Z] + PACKAGES=/tmp/packages_start.txt
[2020-11-05T20:06:18.749Z] + '[' /w/workspace/edgex-go/221 ']'
[2020-11-05T20:06:18.749Z] + PACKAGES=/tmp/packages_end.txt
[2020-11-05T20:06:18.749Z] + case "${OS_FAMILY}" in
[2020-11-05T20:06:18.749Z] + rpm -qa
[2020-11-05T20:06:18.749Z] + sort
[2020-11-05T20:06:22.977Z] + '[' -f /tmp/packages_start.txt ']'
[2020-11-05T20:06:22.977Z] + '[' -f /tmp/packages_end.txt ']'
[2020-11-05T20:06:22.977Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt
[2020-11-05T20:06:22.977Z] + '[' /w/workspace/edgex-go/221 ']'
[2020-11-05T20:06:22.977Z] + mkdir -p /w/workspace/edgex-go/221/archives/
[2020-11-05T20:06:22.977Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/221/archives/
[Pipeline] echo
[2020-11-05T20:06:22.991Z] 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/221/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json]
[Pipeline] sh
[2020-11-05T20:06:23.285Z] + facter operatingsystem
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:06:23.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[2020-11-05T20:06:23.589Z]
[2020-11-05T20:06:23.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[Pipeline] isUnix
[Pipeline] sh
[2020-11-05T20:06:23.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[2020-11-05T20:06:23.935Z] alpine: Pulling from edgex-lftools-log-publisher
[2020-11-05T20:06:23.935Z] df20fa9351a1: Already exists
[2020-11-05T20:06:23.935Z] 36b3adc4ff6f: Pulling fs layer
[2020-11-05T20:06:23.935Z] 8ad3a11d3b57: Pulling fs layer
[2020-11-05T20:06:23.935Z] 46f8f816bc3b: Pulling fs layer
[2020-11-05T20:06:23.935Z] 93b61091891f: Pulling fs layer
[2020-11-05T20:06:23.935Z] 93b9cdb0e59b: Pulling fs layer
[2020-11-05T20:06:23.935Z] 5e14af77c1be: Pulling fs layer
[2020-11-05T20:06:23.935Z] 01666e4c0597: Pulling fs layer
[2020-11-05T20:06:23.935Z] aa168da1d23b: Pulling fs layer
[2020-11-05T20:06:23.935Z] 5e14af77c1be: Waiting
[2020-11-05T20:06:23.935Z] 01666e4c0597: Waiting
[2020-11-05T20:06:23.935Z] aa168da1d23b: Waiting
[2020-11-05T20:06:23.935Z] 93b61091891f: Waiting
[2020-11-05T20:06:23.935Z] 93b9cdb0e59b: Waiting
[2020-11-05T20:06:23.935Z] 46f8f816bc3b: Verifying Checksum
[2020-11-05T20:06:23.935Z] 46f8f816bc3b: Download complete
[2020-11-05T20:06:23.935Z] 36b3adc4ff6f: Verifying Checksum
[2020-11-05T20:06:23.935Z] 36b3adc4ff6f: Download complete
[2020-11-05T20:06:24.209Z] 93b9cdb0e59b: Download complete
[2020-11-05T20:06:24.209Z] 5e14af77c1be: Verifying Checksum
[2020-11-05T20:06:24.209Z] 5e14af77c1be: Download complete
[2020-11-05T20:06:24.209Z] 01666e4c0597: Verifying Checksum
[2020-11-05T20:06:24.209Z] 01666e4c0597: Download complete
[2020-11-05T20:06:24.209Z] 93b61091891f: Verifying Checksum
[2020-11-05T20:06:24.209Z] 93b61091891f: Download complete
[2020-11-05T20:06:24.472Z] 8ad3a11d3b57: Verifying Checksum
[2020-11-05T20:06:24.472Z] 8ad3a11d3b57: Download complete
[2020-11-05T20:06:24.472Z] 36b3adc4ff6f: Pull complete
[2020-11-05T20:06:26.398Z] aa168da1d23b: Verifying Checksum
[2020-11-05T20:06:26.398Z] aa168da1d23b: Download complete
[2020-11-05T20:06:26.398Z] 8ad3a11d3b57: Pull complete
[2020-11-05T20:06:26.660Z] 46f8f816bc3b: Pull complete
[2020-11-05T20:06:27.241Z] 93b61091891f: Pull complete
[2020-11-05T20:06:27.241Z] 93b9cdb0e59b: Pull complete
[2020-11-05T20:06:27.512Z] 5e14af77c1be: Pull complete
[2020-11-05T20:06:27.512Z] 01666e4c0597: Pull complete
[2020-11-05T20:06:35.696Z] aa168da1d23b: Pull complete
[2020-11-05T20:06:35.696Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c
[2020-11-05T20:06:35.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[2020-11-05T20:06:35.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[Pipeline] withDockerContainer
[2020-11-05T20:06:35.889Z] prd-centos7-docker-4c-2g-11294 does not seem to be running inside a container
[2020-11-05T20:06:35.938Z] $ 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/221/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/221 -v /w/workspace/edgex-go/221:/w/workspace/edgex-go/221:rw,z -v /w/workspace/edgex-go/221@tmp:/w/workspace/edgex-go/221@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-05T20:06:39.199Z] $ docker top 6952528d5fb563f06ca84068538b815c380044f47b51c63bddb4e5bd1a2afdc6 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-05T20:06:39.756Z] + touch /tmp/pre-build-complete
[Pipeline] sh
[2020-11-05T20:06:40.063Z] + mkdir -p /var/log/sa
[Pipeline] sh
[2020-11-05T20:06:40.367Z] + ls /var/log/sa-host
[2020-11-05T20:06:40.367Z] + sadf -c /var/log/sa-host/sa05
[2020-11-05T20:06:40.367Z] file_magic: OK
[2020-11-05T20:06:40.367Z] HZ: Using current value: 100
[2020-11-05T20:06:40.367Z] file_header: OK
[2020-11-05T20:06:40.367Z] 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-11-05T20:06:40.367Z] Statistics:
[2020-11-05T20:06:40.367Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...
[2020-11-05T20:06:40.367Z] File successfully converted to sysstat format version 12.2.1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] configFileProvider
[2020-11-05T20:06:41.024Z] provisioning config files...
[2020-11-05T20:06:41.160Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/221@tmp/config854016481728511281tmp
[Pipeline] {
[Pipeline] echo
[2020-11-05T20:06:41.217Z] Running shell/create-netrc.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:06:41.515Z] ---> create-netrc.sh
[Pipeline] }
[2020-11-05T20:06:41.525Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] echo
[2020-11-05T20:06:41.617Z] Running shell/python-tools-install.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:06:41.917Z] ---> python-tools-install.sh
[Pipeline] echo
[2020-11-05T20:06:41.927Z] Running shell/sudo-logs.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:06:42.225Z] ---> sudo-logs.sh
[2020-11-05T20:06:42.225Z] Archiving 'sudo' log..
[Pipeline] echo
[2020-11-05T20:06:42.237Z] Running shell/job-cost.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:06:42.535Z] ---> job-cost.sh
[2020-11-05T20:06:42.535Z] lf-activate-venv: SKIPPING
[2020-11-05T20:06:42.535Z] INFO: No Stack...
[2020-11-05T20:06:43.925Z] INFO: Retrieving Pricing Info for: v1-standard-2
[2020-11-05T20:06:44.189Z] INFO: Archiving Costs
[Pipeline] echo
[2020-11-05T20:06:44.204Z] Running shell/logs-deploy.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-05T20:06:44.503Z] ---> logs-deploy.sh
[2020-11-05T20:06:44.504Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/221
[2020-11-05T20:06:44.504Z] INFO: archiving workspace using pattern(s):
[2020-11-05T20:06:46.425Z] Archives upload complete.
[2020-11-05T20:06:46.425Z] INFO: archiving logs to Nexus
[2020-11-05T20:06:47.374Z] ---> uname -a:
[2020-11-05T20:06:47.374Z] Linux prd-centos7-docker-4c-2g-11294.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux
[2020-11-05T20:06:47.374Z]
[2020-11-05T20:06:47.374Z]
[2020-11-05T20:06:47.374Z] ---> lscpu:
[2020-11-05T20:06:47.374Z] Architecture: x86_64
[2020-11-05T20:06:47.374Z] CPU op-mode(s): 32-bit, 64-bit
[2020-11-05T20:06:47.374Z] Byte Order: Little Endian
[2020-11-05T20:06:47.374Z] Address sizes: 40 bits physical, 48 bits virtual
[2020-11-05T20:06:47.374Z] CPU(s): 4
[2020-11-05T20:06:47.374Z] On-line CPU(s) list: 0-3
[2020-11-05T20:06:47.374Z] Thread(s) per core: 1
[2020-11-05T20:06:47.374Z] Core(s) per socket: 1
[2020-11-05T20:06:47.374Z] Socket(s): 4
[2020-11-05T20:06:47.374Z] NUMA node(s): 1
[2020-11-05T20:06:47.374Z] Vendor ID: GenuineIntel
[2020-11-05T20:06:47.374Z] CPU family: 6
[2020-11-05T20:06:47.374Z] Model: 44
[2020-11-05T20:06:47.374Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update)
[2020-11-05T20:06:47.374Z] Stepping: 1
[2020-11-05T20:06:47.374Z] CPU MHz: 2933.438
[2020-11-05T20:06:47.374Z] BogoMIPS: 5866.87
[2020-11-05T20:06:47.374Z] Virtualization: VT-x
[2020-11-05T20:06:47.374Z] Hypervisor vendor: KVM
[2020-11-05T20:06:47.374Z] Virtualization type: full
[2020-11-05T20:06:47.374Z] L1d cache: 128 KiB
[2020-11-05T20:06:47.374Z] L1i cache: 128 KiB
[2020-11-05T20:06:47.374Z] L2 cache: 16 MiB
[2020-11-05T20:06:47.374Z] L3 cache: 64 MiB
[2020-11-05T20:06:47.374Z] NUMA node0 CPU(s): 0-3
[2020-11-05T20:06:47.374Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
[2020-11-05T20:06:47.374Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled
[2020-11-05T20:06:47.374Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
[2020-11-05T20:06:47.374Z] Vulnerability Meltdown: Mitigation; PTI
[2020-11-05T20:06:47.374Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
[2020-11-05T20:06:47.374Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization
[2020-11-05T20:06:47.374Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB
[2020-11-05T20:06:47.374Z] Vulnerability Tsx async abort: Not affected
[2020-11-05T20:06:47.374Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp
[2020-11-05T20:06:47.374Z]
[2020-11-05T20:06:47.374Z]
[2020-11-05T20:06:47.374Z] ---> nproc:
[2020-11-05T20:06:47.374Z] 4
[2020-11-05T20:06:47.374Z]
[2020-11-05T20:06:47.374Z]
[2020-11-05T20:06:47.374Z] ---> df -h:
[2020-11-05T20:06:47.374Z] Filesystem Size Used Available Use% Mounted on
[2020-11-05T20:06:47.374Z] overlay 50.0G 13.6G 36.4G 27% /
[2020-11-05T20:06:47.375Z] tmpfs 64.0M 0 64.0M 0% /dev
[2020-11-05T20:06:47.375Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup
[2020-11-05T20:06:47.375Z] shm 64.0M 0 64.0M 0% /dev/shm
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/221@tmp
[2020-11-05T20:06:47.375Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/221
[2020-11-05T20:06:47.375Z]
[2020-11-05T20:06:47.375Z]
[2020-11-05T20:06:47.375Z] ---> free -m:
[2020-11-05T20:06:47.375Z] total used free shared buff/cache available
[2020-11-05T20:06:47.375Z] Mem: 1837 760 191 0 884 1045
[2020-11-05T20:06:47.375Z] Swap: 1023 86 937
[2020-11-05T20:06:47.375Z]
[2020-11-05T20:06:47.375Z]
[2020-11-05T20:06:47.375Z] ---> ip addr:
[2020-11-05T20:06:47.375Z] 1: lo: