Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7f9dd25f9d981fc062fb35c9729d56f5b41711bb 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 ‘prd-centos7-docker-4c-2g-14889’ is offline Running on prd-centos7-docker-4c-2g-14895 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/248 [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/248 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7f9dd25f9d981fc062fb35c9729d56f5b41711bb (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 Commit message: "Merge pull request #2927 from weichou1229/issue-2917" > git rev-list --no-walk 0855fff343fbac9200be972646aac1464c8bdae7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T16:34:47.223Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T16:34:47.522Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-07T16:34:47.636Z] ========================================================= [2020-12-07T16:34:47.636Z] EdgeX Global Pipelines Version Info [2020-12-07T16:34:47.636Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:34:50.051Z] ------------------- [2020-12-07T16:34:50.051Z] stable info: [2020-12-07T16:34:50.051Z] ------------------- [2020-12-07T16:34:50.051Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T16:34:50.051Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-07T16:34:50.051Z] Message: update stable to v1.0.169 [2020-12-07T16:34:51.040Z] ------------------- [2020-12-07T16:34:51.040Z] experimental info: [2020-12-07T16:34:51.040Z] ------------------- [2020-12-07T16:34:51.040Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T16:34:51.040Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T16:34:51.040Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:34:51.390Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-07T16:34:51.506Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-07T16:34:51.614Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T16:34:51.734Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T16:34:51.874Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T16:34:51.975Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T16:34:52.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T16:34:52.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-07T16:34:52.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-07T16:34:52.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-07T16:34:52.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T16:34:52.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T16:34:52.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T16:34:52.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T16:34:53.020Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T16:34:53.134Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T16:34:53.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T16:34:53.431Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T16:34:53.549Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-07T16:34:53.690Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-07T16:34:53.827Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-07T16:34:53.969Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T16:34:54.110Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-07T16:34:54.223Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-07T16:34:54.329Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-07T16:34:54.441Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] echo [2020-12-07T16:34:54.546Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f9dd25 [Pipeline] echo [2020-12-07T16:34:54.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T16:34:54.912Z] provisioning config files... [2020-12-07T16:34:54.993Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/248@tmp/config69250817080961425tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:34:55.830Z] ---> docker-login.sh [2020-12-07T16:34:55.830Z] nexus3.edgexfoundry.org:10001 [2020-12-07T16:34:56.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:34:56.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:34:56.826Z] Configure a credential helper to remove this warning. See [2020-12-07T16:34:56.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:34:56.826Z] [2020-12-07T16:34:56.826Z] Login Succeeded [2020-12-07T16:34:56.826Z] nexus3.edgexfoundry.org:10002 [2020-12-07T16:34:57.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:34:57.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:34:57.490Z] Configure a credential helper to remove this warning. See [2020-12-07T16:34:57.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:34:57.490Z] [2020-12-07T16:34:57.490Z] Login Succeeded [2020-12-07T16:34:57.490Z] nexus3.edgexfoundry.org:10003 [2020-12-07T16:34:57.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:34:58.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:34:58.110Z] Configure a credential helper to remove this warning. See [2020-12-07T16:34:58.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:34:58.110Z] [2020-12-07T16:34:58.110Z] Login Succeeded [2020-12-07T16:34:58.110Z] nexus3.edgexfoundry.org:10004 [2020-12-07T16:34:58.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:34:58.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:34:58.424Z] Configure a credential helper to remove this warning. See [2020-12-07T16:34:58.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:34:58.424Z] [2020-12-07T16:34:58.424Z] Login Succeeded [2020-12-07T16:34:58.424Z] docker.io [2020-12-07T16:34:59.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:34:59.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:34:59.362Z] Configure a credential helper to remove this warning. See [2020-12-07T16:34:59.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:34:59.362Z] [2020-12-07T16:34:59.362Z] Login Succeeded [2020-12-07T16:34:59.362Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T16:34:59.390Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:34:59.937Z] ++ 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/core-command/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] ++ dirname cmd/core-data/Dockerfile [2020-12-07T16:34:59.937Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-07T16:34:59.937Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-07T16:34:59.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T16:34:59.937Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-07T16:34:59.937Z] ++ cut -d/ -f2 [2020-12-07T16:34:59.937Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T16:35:00.044Z] 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-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-12-07T16:35:02.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:35:02.401Z] [2020-12-07T16:35:02.401Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:35:02.998Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:35:03.294Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T16:35:03.294Z] 31603596830f: Pulling fs layer [2020-12-07T16:35:03.294Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T16:35:03.294Z] 6ca5941a6612: Pulling fs layer [2020-12-07T16:35:03.294Z] ecc8261a40a4: Pulling fs layer [2020-12-07T16:35:03.294Z] ecc8261a40a4: Waiting [2020-12-07T16:35:03.294Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T16:35:03.294Z] 2a8b12db71e7: Download complete [2020-12-07T16:35:03.642Z] 31603596830f: Verifying Checksum [2020-12-07T16:35:03.642Z] 31603596830f: Download complete [2020-12-07T16:35:03.950Z] ecc8261a40a4: Verifying Checksum [2020-12-07T16:35:03.950Z] ecc8261a40a4: Download complete [2020-12-07T16:35:03.950Z] 6ca5941a6612: Verifying Checksum [2020-12-07T16:35:03.950Z] 6ca5941a6612: Download complete [2020-12-07T16:35:04.223Z] 31603596830f: Pull complete [2020-12-07T16:35:04.515Z] 2a8b12db71e7: Pull complete [2020-12-07T16:35:06.567Z] 6ca5941a6612: Pull complete [2020-12-07T16:35:07.205Z] ecc8261a40a4: Pull complete [2020-12-07T16:35:07.205Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T16:35:07.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:35:07.205Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T16:35:07.712Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:35:07.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:35:13.687Z] $ docker top ac4cefab74456ae0acde3514852c7eaf440722d16ef413bb3b3593a58491cd1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T16:35:14.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:35:14.410Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:35:14.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:35:15.024Z] $ docker exec ac4cefab74456ae0acde3514852c7eaf440722d16ef413bb3b3593a58491cd1d ssh-agent [2020-12-07T16:35:15.868Z] SSH_AUTH_SOCK=/tmp/ssh-U2hR9P0P7KQa/agent.11 [2020-12-07T16:35:15.868Z] SSH_AGENT_PID=16 [2020-12-07T16:35:15.920Z] Running ssh-add (command line suppressed) [2020-12-07T16:35:16.517Z] Identity added: /w/workspace/edgex-go/248@tmp/private_key_7045220183434008882.key (/w/workspace/edgex-go/248@tmp/private_key_7045220183434008882.key) [2020-12-07T16:35:16.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:35:17.636Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T16:35:17.687Z] $ docker exec --env ******** --env ******** ac4cefab74456ae0acde3514852c7eaf440722d16ef413bb3b3593a58491cd1d ssh-agent -k [2020-12-07T16:35:18.067Z] unset SSH_AUTH_SOCK; [2020-12-07T16:35:18.068Z] unset SSH_AGENT_PID; [2020-12-07T16:35:18.068Z] echo Agent pid 16 killed; [2020-12-07T16:35:18.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T16:35:18.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:35:18.317Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:35:18.650Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:35:18.658Z] $ docker exec ac4cefab74456ae0acde3514852c7eaf440722d16ef413bb3b3593a58491cd1d ssh-agent [2020-12-07T16:35:19.251Z] SSH_AUTH_SOCK=/tmp/ssh-9mfdyIekasD0/agent.45 [2020-12-07T16:35:19.251Z] SSH_AGENT_PID=50 [2020-12-07T16:35:19.262Z] Running ssh-add (command line suppressed) [2020-12-07T16:35:19.804Z] Identity added: /w/workspace/edgex-go/248@tmp/private_key_6316916379556973126.key (/w/workspace/edgex-go/248@tmp/private_key_6316916379556973126.key) [2020-12-07T16:35:19.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:35:20.799Z] + git semver init [2020-12-07T16:35:20.799Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T16:35:20.800Z] # $GIT_DIR = /w/workspace/edgex-go/248/.git [2020-12-07T16:35:20.800Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/248 [2020-12-07T16:35:20.800Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T16:35:20.800Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T16:35:20.800Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T16:35:20.800Z] # $SEMVER_BRANCH = master [2020-12-07T16:35:20.800Z] # $SEMVER_TEMP = /tmp/semver-164219555 [2020-12-07T16:35:20.800Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-07T16:35:48.324Z] # '/tmp/semver-164219555' -> '/w/workspace/edgex-go/248/.semver' [2020-12-07T16:35:48.620Z] # -> Force: false [2020-12-07T16:35:48.620Z] # $SEMVER_DIR = /w/workspace/edgex-go/248/.semver [Pipeline] } [2020-12-07T16:35:48.644Z] $ docker exec --env ******** --env ******** ac4cefab74456ae0acde3514852c7eaf440722d16ef413bb3b3593a58491cd1d ssh-agent -k [2020-12-07T16:35:49.087Z] unset SSH_AUTH_SOCK; [2020-12-07T16:35:49.088Z] unset SSH_AGENT_PID; [2020-12-07T16:35:49.088Z] echo Agent pid 50 killed; [2020-12-07T16:35:49.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:35:49.895Z] + git semver [Pipeline] } [2020-12-07T16:35:49.965Z] $ docker stop --time=1 ac4cefab74456ae0acde3514852c7eaf440722d16ef413bb3b3593a58491cd1d [2020-12-07T16:35:52.009Z] $ docker rm -f ac4cefab74456ae0acde3514852c7eaf440722d16ef413bb3b3593a58491cd1d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T16:35:52.701Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T16:35:54.058Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T16:35:54.061Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [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] sh [2020-12-07T16:35:55.262Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-07T16:35:55.784Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T16:35:56.228Z] + sudo service docker restart [2020-12-07T16:35:56.228Z] + true [2020-12-07T16:35:56.228Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-07T16:35:57.248Z] ========================================================= [2020-12-07T16:35:57.248Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T16:35:57.248Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:35:57.825Z] + 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-12-07T16:36:06.585Z] Sending build context to Docker daemon 326.3MB [2020-12-07T16:36:06.585Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T16:36:06.585Z] Step 2/7 : FROM ${BASE} [2020-12-07T16:36:06.585Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T16:36:06.585Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T16:36:06.585Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T16:36:06.585Z] de9db76c5a1d: Pulling fs layer [2020-12-07T16:36:06.585Z] bca2f99d35d6: Pulling fs layer [2020-12-07T16:36:06.585Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T16:36:06.585Z] 7c6f9722023f: Pulling fs layer [2020-12-07T16:36:06.585Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T16:36:06.585Z] 93359f2a8cfa: Waiting [2020-12-07T16:36:06.585Z] 7c6f9722023f: Waiting [2020-12-07T16:36:06.585Z] a35cf1a2eb13: Waiting [2020-12-07T16:36:06.585Z] bca2f99d35d6: Waiting [2020-12-07T16:36:06.585Z] de9db76c5a1d: Verifying Checksum [2020-12-07T16:36:06.585Z] de9db76c5a1d: Download complete [2020-12-07T16:36:06.889Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T16:36:06.889Z] 0ef7d3d256c8: Download complete [2020-12-07T16:36:07.494Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T16:36:07.494Z] 93359f2a8cfa: Download complete [2020-12-07T16:36:07.494Z] 7c6f9722023f: Verifying Checksum [2020-12-07T16:36:07.494Z] 7c6f9722023f: Download complete [2020-12-07T16:36:08.163Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T16:36:08.163Z] 188c0c94c7c5: Download complete [2020-12-07T16:36:08.847Z] 188c0c94c7c5: Pull complete [2020-12-07T16:36:09.141Z] 0ef7d3d256c8: Pull complete [2020-12-07T16:36:09.628Z] Still waiting to schedule task [2020-12-07T16:36:09.629Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-07T16:36:10.142Z] de9db76c5a1d: Pull complete [2020-12-07T16:36:11.643Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T16:36:11.643Z] a35cf1a2eb13: Download complete [2020-12-07T16:36:12.651Z] bca2f99d35d6: Verifying Checksum [2020-12-07T16:36:12.651Z] bca2f99d35d6: Download complete [2020-12-07T16:36:22.928Z] bca2f99d35d6: Pull complete [2020-12-07T16:36:22.928Z] 93359f2a8cfa: Pull complete [2020-12-07T16:36:22.928Z] 7c6f9722023f: Pull complete [2020-12-07T16:36:30.102Z] a35cf1a2eb13: Pull complete [2020-12-07T16:36:30.102Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T16:36:30.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T16:36:30.102Z] ---> a62c8e92a672 [2020-12-07T16:36:30.102Z] 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-12-07T16:36:30.102Z] ---> Running in be3bc761a4c7 [2020-12-07T16:36:30.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:36:31.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:36:32.586Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T16:36:33.182Z] (2/12) Installing file (5.38-r0) [2020-12-07T16:36:33.182Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T16:36:33.451Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T16:36:48.618Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T16:36:48.618Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T16:36:48.618Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T16:36:48.618Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T16:36:48.618Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T16:36:48.618Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T16:36:48.618Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T16:36:48.618Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T16:36:48.618Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:36:48.618Z] OK: 233 MiB in 51 packages [2020-12-07T16:36:50.598Z] Removing intermediate container be3bc761a4c7 [2020-12-07T16:36:50.598Z] ---> 9cac0083d150 [2020-12-07T16:36:50.598Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T16:36:50.598Z] ---> Running in 1080b0fdf6e7 [2020-12-07T16:36:50.866Z] Removing intermediate container 1080b0fdf6e7 [2020-12-07T16:36:50.866Z] ---> 46809b80d787 [2020-12-07T16:36:50.866Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T16:36:51.457Z] latest: Pulling from library/docker [2020-12-07T16:36:51.457Z] 188c0c94c7c5: Already exists [2020-12-07T16:36:51.457Z] 0c7c675703d6: Pulling fs layer [2020-12-07T16:36:51.457Z] cc8c12a437cb: Pulling fs layer [2020-12-07T16:36:51.457Z] f092543453df: Pulling fs layer [2020-12-07T16:36:51.457Z] 65b6bc45957d: Pulling fs layer [2020-12-07T16:36:51.457Z] 4de832df471b: Pulling fs layer [2020-12-07T16:36:51.457Z] 79aa7fa92271: Pulling fs layer [2020-12-07T16:36:51.457Z] 65b6bc45957d: Waiting [2020-12-07T16:36:51.457Z] 4de832df471b: Waiting [2020-12-07T16:36:51.457Z] 79aa7fa92271: Waiting [2020-12-07T16:36:51.743Z] cc8c12a437cb: Verifying Checksum [2020-12-07T16:36:51.743Z] cc8c12a437cb: Download complete [2020-12-07T16:36:51.743Z] 0c7c675703d6: Verifying Checksum [2020-12-07T16:36:51.743Z] 0c7c675703d6: Download complete [2020-12-07T16:36:51.743Z] 65b6bc45957d: Verifying Checksum [2020-12-07T16:36:51.743Z] 65b6bc45957d: Download complete [2020-12-07T16:36:51.743Z] 4de832df471b: Verifying Checksum [2020-12-07T16:36:51.743Z] 4de832df471b: Download complete [2020-12-07T16:36:52.034Z] 79aa7fa92271: Verifying Checksum [2020-12-07T16:36:52.034Z] 79aa7fa92271: Download complete [2020-12-07T16:36:52.338Z] 0c7c675703d6: Pull complete [2020-12-07T16:36:52.646Z] cc8c12a437cb: Pull complete [2020-12-07T16:36:53.262Z] f092543453df: Verifying Checksum [2020-12-07T16:36:53.262Z] f092543453df: Download complete [2020-12-07T16:36:56.906Z] f092543453df: Pull complete [2020-12-07T16:36:57.185Z] 65b6bc45957d: Pull complete [2020-12-07T16:36:57.185Z] 4de832df471b: Pull complete [2020-12-07T16:36:57.452Z] 79aa7fa92271: Pull complete [2020-12-07T16:36:57.452Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T16:36:57.452Z] Status: Downloaded newer image for docker:latest [2020-12-07T16:37:00.864Z] ---> 68bc7e1d1480 [2020-12-07T16:37:00.864Z] Step 6/7 : COPY go.mod . [2020-12-07T16:37:00.864Z] ---> 81e2871a68e4 [2020-12-07T16:37:00.864Z] Step 7/7 : RUN go mod download [2020-12-07T16:37:00.864Z] ---> Running in e6beb400882d [2020-12-07T16:37:27.886Z] Removing intermediate container e6beb400882d [2020-12-07T16:37:27.886Z] ---> 65e4ab7ef4cd [2020-12-07T16:37:27.886Z] Successfully built 65e4ab7ef4cd [2020-12-07T16:37:27.886Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:37:28.273Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T16:37:28.583Z] . [Pipeline] withDockerContainer [2020-12-07T16:37:28.764Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:37:28.859Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:37:29.843Z] $ docker top 018fd448f739406199923870ad45cf1dc412857df86366479031efce7d5f12d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:37:30.839Z] + go version [2020-12-07T16:37:30.839Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T16:37:30.858Z] $ docker stop --time=1 018fd448f739406199923870ad45cf1dc412857df86366479031efce7d5f12d6 [2020-12-07T16:37:32.366Z] $ docker rm -f 018fd448f739406199923870ad45cf1dc412857df86366479031efce7d5f12d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:37:33.243Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T16:37:33.243Z] . [Pipeline] withDockerContainer [2020-12-07T16:37:33.389Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:37:33.494Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:37:35.804Z] $ docker top bf1529c4b9a0b853ae8f2bbdc018de8d0b7d1f25e01b11186c3576d888869591 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T16:37:36.579Z] ========================================================= [2020-12-07T16:37:36.579Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-07T16:37:36.579Z] ========================================================= [Pipeline] sh [2020-12-07T16:37:37.748Z] + make test [2020-12-07T16:37:37.748Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-07T16:37:56.373Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-07T16:38:04.395Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14896 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-07T16:38:04.454Z] Running in /w/workspace/edgex-go/248 [Pipeline] { [Pipeline] checkout [2020-12-07T16:38:09.571Z] using credential edgex-jenkins-ssh [2020-12-07T16:38:09.637Z] Cloning the remote Git repository [2020-12-07T16:38:09.692Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-07T16:38:09.805Z] > git init /w/workspace/edgex-go/248 # timeout=10 [2020-12-07T16:38:09.869Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T16:38:09.870Z] > git --version # timeout=10 [2020-12-07T16:38:09.884Z] > git --version # 'git version 2.17.1' [2020-12-07T16:38:09.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T16:38:09.967Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T16:38:23.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-07T16:38:32.206Z] Checking out Revision 7f9dd25f9d981fc062fb35c9729d56f5b41711bb (master) [2020-12-07T16:38:31.585Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T16:38:31.609Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T16:38:31.636Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T16:38:31.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T16:38:31.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T16:38:31.688Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T16:38:32.228Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T16:38:32.247Z] > git checkout -f 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 [2020-12-07T16:38:36.716Z] Commit message: "Merge pull request #2927 from weichou1229/issue-2917" [2020-12-07T16:38:36.834Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-07T16:38:36.834Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-07T16:38:36.834Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-07T16:38:36.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-07T16:38:37.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-07T16:38:37.434Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [Pipeline] sh [2020-12-07T16:38:38.374Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-07T16:38:38.783Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T16:38:39.129Z] + true+ [2020-12-07T16:38:39.129Z] sudo service docker restart [2020-12-07T16:38:41.090Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.086s [2020-12-07T16:38:41.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T16:38:41.259Z] provisioning config files... [2020-12-07T16:38:41.297Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/248@tmp/config946312576487884648tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:38:41.716Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-07T16:38:41.724Z] ---> docker-login.sh [2020-12-07T16:38:41.724Z] nexus3.edgexfoundry.org:10001 [2020-12-07T16:38:42.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:38:42.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:38:42.922Z] Configure a credential helper to remove this warning. See [2020-12-07T16:38:42.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:38:42.922Z] [2020-12-07T16:38:42.922Z] Login Succeeded [2020-12-07T16:38:42.922Z] nexus3.edgexfoundry.org:10002 [2020-12-07T16:38:43.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:38:43.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:38:43.197Z] Configure a credential helper to remove this warning. See [2020-12-07T16:38:43.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:38:43.197Z] [2020-12-07T16:38:43.197Z] Login Succeeded [2020-12-07T16:38:43.197Z] nexus3.edgexfoundry.org:10003 [2020-12-07T16:38:43.246Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-07T16:38:43.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-07T16:38:43.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-07T16:38:43.246Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-07T16:38:43.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:38:43.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:38:43.790Z] Configure a credential helper to remove this warning. See [2020-12-07T16:38:43.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:38:43.790Z] [2020-12-07T16:38:43.790Z] Login Succeeded [2020-12-07T16:38:43.790Z] nexus3.edgexfoundry.org:10004 [2020-12-07T16:38:44.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:38:44.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:38:44.386Z] Configure a credential helper to remove this warning. See [2020-12-07T16:38:44.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:38:44.386Z] [2020-12-07T16:38:44.386Z] Login Succeeded [2020-12-07T16:38:44.386Z] docker.io [2020-12-07T16:38:44.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:38:45.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:38:45.258Z] Configure a credential helper to remove this warning. See [2020-12-07T16:38:45.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:38:45.258Z] [2020-12-07T16:38:45.258Z] Login Succeeded [2020-12-07T16:38:45.258Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T16:38:45.277Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-07T16:38:45.836Z] ========================================================= [2020-12-07T16:38:45.836Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T16:38:45.836Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:38:46.215Z] + 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-12-07T16:38:48.843Z] Sending build context to Docker daemon 165.6MB [2020-12-07T16:38:48.843Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T16:38:48.843Z] Step 2/7 : FROM ${BASE} [2020-12-07T16:38:48.843Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T16:38:48.843Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T16:38:48.843Z] a4357932f1b6: Pulling fs layer [2020-12-07T16:38:48.843Z] 18c013af1878: Pulling fs layer [2020-12-07T16:38:48.843Z] 00ac8860ef70: Pulling fs layer [2020-12-07T16:38:48.843Z] 63d7cb157983: Pulling fs layer [2020-12-07T16:38:48.843Z] b116817d02f9: Pulling fs layer [2020-12-07T16:38:48.843Z] 00ac8860ef70: Waiting [2020-12-07T16:38:48.843Z] 745a02a5169b: Pulling fs layer [2020-12-07T16:38:48.843Z] b116817d02f9: Waiting [2020-12-07T16:38:48.843Z] 745a02a5169b: Waiting [2020-12-07T16:38:48.843Z] 63d7cb157983: Waiting [2020-12-07T16:38:48.843Z] a4357932f1b6: Verifying Checksum [2020-12-07T16:38:48.843Z] a4357932f1b6: Download complete [2020-12-07T16:38:48.843Z] 18c013af1878: Verifying Checksum [2020-12-07T16:38:48.843Z] 18c013af1878: Download complete [2020-12-07T16:38:48.843Z] 63d7cb157983: Verifying Checksum [2020-12-07T16:38:48.843Z] 63d7cb157983: Download complete [2020-12-07T16:38:48.843Z] 5f621e34cdf4: Verifying Checksum [2020-12-07T16:38:48.843Z] b116817d02f9: Verifying Checksum [2020-12-07T16:38:49.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.200s coverage: 46.6% of statements [2020-12-07T16:38:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-07T16:38:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-07T16:38:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-07T16:38:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-07T16:38:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-07T16:38:49.449Z] 5f621e34cdf4: Pull complete [2020-12-07T16:38:50.052Z] a4357932f1b6: Pull complete [2020-12-07T16:38:50.326Z] 18c013af1878: Pull complete [2020-12-07T16:38:51.767Z] 745a02a5169b: Verifying Checksum [2020-12-07T16:38:51.767Z] 745a02a5169b: Download complete [2020-12-07T16:38:52.740Z] 00ac8860ef70: Download complete [2020-12-07T16:38:55.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.383s coverage: 27.1% of statements [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-07T16:38:55.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-07T16:38:55.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-07T16:38:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-07T16:38:55.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.141s coverage: 67.7% of statements [2020-12-07T16:38:55.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-07T16:38:55.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-07T16:38:55.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.312s coverage: 82.3% of statements [2020-12-07T16:38:55.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-07T16:38:55.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T16:38:55.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-07T16:38:55.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-07T16:39:00.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.106s coverage: 28.6% of statements [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-07T16:39:00.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-07T16:39:00.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-07T16:39:00.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-07T16:39:00.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements [2020-12-07T16:39:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-07T16:39:02.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.174s coverage: 78.3% of statements [2020-12-07T16:39:02.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-07T16:39:02.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-07T16:39:02.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-07T16:39:02.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-07T16:39:02.916Z] 00ac8860ef70: Pull complete [2020-12-07T16:39:03.196Z] 63d7cb157983: Pull complete [2020-12-07T16:39:03.471Z] b116817d02f9: Pull complete [2020-12-07T16:39:04.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.518s coverage: 94.2% of statements [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-07T16:39:04.924Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-07T16:39:04.924Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.1% of statements [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-07T16:39:04.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2020-12-07T16:39:04.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-07T16:39:04.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements [2020-12-07T16:39:04.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2020-12-07T16:39:04.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2020-12-07T16:39:06.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.093s coverage: 84.2% of statements [2020-12-07T16:39:06.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 100.0% of statements [2020-12-07T16:39:06.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-07T16:39:07.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.351s coverage: 63.5% of statements [2020-12-07T16:39:07.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-07T16:39:07.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-07T16:39:07.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2020-12-07T16:39:07.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.188s coverage: 91.3% of statements [2020-12-07T16:39:07.793Z] 745a02a5169b: Pull complete [2020-12-07T16:39:07.794Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T16:39:07.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T16:39:07.794Z] ---> b7e6874047d6 [2020-12-07T16:39:07.794Z] 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-12-07T16:39:07.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2020-12-07T16:39:07.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2020-12-07T16:39:08.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2020-12-07T16:39:11.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 55.9% of statements [2020-12-07T16:39:11.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-07T16:39:11.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-07T16:39:11.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-07T16:39:11.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-07T16:39:11.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-07T16:39:11.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-07T16:39:11.171Z] ---> Running in 009e278a4855 [2020-12-07T16:39:11.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:39:12.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:39:14.174Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T16:39:14.445Z] (2/12) Installing file (5.38-r0) [2020-12-07T16:39:14.445Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T16:39:14.445Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.174s coverage: 86.3% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.888s coverage: 72.2% of statements [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.863s coverage: 72.1% of statements [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.055s coverage: 48.4% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.057s coverage: 96.8% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.226s coverage: 37.2% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.941s coverage: 84.0% of statements [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.158s coverage: 100.0% of statements [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.224s coverage: 47.1% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.054s coverage: 100.0% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-07T16:39:21.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2020-12-07T16:39:21.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.027s coverage: 29.1% of statements [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.147s coverage: 99.0% of statements [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-07T16:39:26.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2020-12-07T16:39:26.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-12-07T16:39:26.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-07T16:39:27.256Z] GO111MODULE=on go vet ./... [2020-12-07T16:39:29.496Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T16:39:29.766Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T16:39:29.766Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T16:39:29.766Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T16:39:30.036Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T16:39:30.036Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T16:39:30.307Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T16:39:30.581Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T16:39:30.581Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:39:30.581Z] OK: 217 MiB in 51 packages [2020-12-07T16:39:34.896Z] Removing intermediate container 009e278a4855 [2020-12-07T16:39:34.896Z] ---> 8b0b1b7f77b6 [2020-12-07T16:39:34.896Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T16:39:34.896Z] ---> Running in adb89f9d0f00 [2020-12-07T16:39:35.495Z] Removing intermediate container adb89f9d0f00 [2020-12-07T16:39:35.495Z] ---> d622db7f2ca7 [2020-12-07T16:39:35.495Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T16:39:36.092Z] latest: Pulling from library/docker [2020-12-07T16:39:36.092Z] 5f621e34cdf4: Already exists [2020-12-07T16:39:36.092Z] 85db56a05063: Pulling fs layer [2020-12-07T16:39:36.092Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T16:39:36.092Z] de930078acea: Pulling fs layer [2020-12-07T16:39:36.092Z] d5a9d88a4785: Pulling fs layer [2020-12-07T16:39:36.092Z] e7f15c1544d5: Pulling fs layer [2020-12-07T16:39:36.092Z] 877c515997d3: Pulling fs layer [2020-12-07T16:39:36.092Z] e7f15c1544d5: Waiting [2020-12-07T16:39:36.092Z] 877c515997d3: Waiting [2020-12-07T16:39:36.092Z] d5a9d88a4785: Waiting [2020-12-07T16:39:36.367Z] ccb67d6aeaaa: Verifying Checksum [2020-12-07T16:39:36.367Z] ccb67d6aeaaa: Download complete [2020-12-07T16:39:36.367Z] 85db56a05063: Verifying Checksum [2020-12-07T16:39:36.367Z] 85db56a05063: Download complete [2020-12-07T16:39:36.367Z] d5a9d88a4785: Verifying Checksum [2020-12-07T16:39:36.367Z] d5a9d88a4785: Download complete [2020-12-07T16:39:36.647Z] e7f15c1544d5: Verifying Checksum [2020-12-07T16:39:36.647Z] e7f15c1544d5: Download complete [2020-12-07T16:39:36.647Z] 877c515997d3: Verifying Checksum [2020-12-07T16:39:36.647Z] 877c515997d3: Download complete [2020-12-07T16:39:37.246Z] 85db56a05063: Pull complete [2020-12-07T16:39:37.520Z] ccb67d6aeaaa: Pull complete [2020-12-07T16:39:37.790Z] de930078acea: Verifying Checksum [2020-12-07T16:39:37.790Z] de930078acea: Download complete [2020-12-07T16:39:41.172Z] de930078acea: Pull complete [2020-12-07T16:39:41.172Z] d5a9d88a4785: Pull complete [2020-12-07T16:39:41.444Z] e7f15c1544d5: Pull complete [2020-12-07T16:39:42.046Z] 877c515997d3: Pull complete [2020-12-07T16:39:42.046Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T16:39:42.046Z] Status: Downloaded newer image for docker:latest [2020-12-07T16:39:45.428Z] ---> 9ef5f6f05acf [2020-12-07T16:39:45.428Z] Step 6/7 : COPY go.mod . [2020-12-07T16:39:46.024Z] ---> 4374beea970e [2020-12-07T16:39:46.024Z] Step 7/7 : RUN go mod download [2020-12-07T16:39:46.024Z] ---> Running in b65531b3bbe4 [2020-12-07T16:40:12.810Z] Removing intermediate container b65531b3bbe4 [2020-12-07T16:40:12.810Z] ---> ebf59a330fca [2020-12-07T16:40:12.810Z] Successfully built ebf59a330fca [2020-12-07T16:40:12.810Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:40:13.153Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T16:40:13.153Z] . [Pipeline] withDockerContainer [2020-12-07T16:40:13.428Z] prd-ubuntu18.04-docker-arm64-4c-16g-14896 does not seem to be running inside a container [2020-12-07T16:40:13.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:40:14.675Z] gofmt -l . [2020-12-07T16:40:14.676Z] [ "`gofmt -l .`" = "" ] [2020-12-07T16:40:14.676Z] ./bin/test-go-mod-tidy.sh [2020-12-07T16:40:14.676Z] ./bin/test-attribution-txt.sh [2020-12-07T16:40:15.046Z] $ docker top 7ce1cfe9a6fac02b130c987c7a55ffde853191254515080a4c14214a893e2272 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-07T16:40:16.098Z] + ls -al . [2020-12-07T16:40:16.098Z] total 656 [2020-12-07T16:40:16.098Z] drwxrwxr-x 10 1001 1001 4096 Dec 7 16:40 . [2020-12-07T16:40:16.098Z] drwxr-xr-x 4 root root 32 Dec 7 16:37 .. [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 16:34 .dockerignore [2020-12-07T16:40:16.098Z] drwxrwxr-x 8 1001 1001 162 Dec 7 16:34 .git [2020-12-07T16:40:16.098Z] drwxrwxr-x 3 1001 1001 125 Dec 7 16:34 .github [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 16:34 .gitignore [2020-12-07T16:40:16.098Z] drwx------ 3 1001 1001 32 Dec 7 16:35 .semver [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 166 Dec 7 16:34 .sonarcloud.properties [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 3804 Dec 7 16:34 CONTRIBUTING.md [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 1035 Dec 7 16:34 Dockerfile.build [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 863 Dec 7 16:34 Jenkinsfile [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 10775 Dec 7 16:34 LICENSE [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 6318 Dec 7 16:34 Makefile [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 6447 Dec 7 16:34 README.md [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 7286 Dec 7 16:34 SECURITY.md [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 16:35 VERSION [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 4131 Dec 7 16:34 ZMQWindows.md [2020-12-07T16:40:16.098Z] drwxrwxr-x 2 1001 1001 117 Dec 7 16:34 bin [2020-12-07T16:40:16.098Z] drwxrwxr-x 15 1001 1001 4096 Dec 7 16:34 cmd [2020-12-07T16:40:16.098Z] -rw-r--r-- 1 root root 560155 Dec 7 16:39 coverage.out [2020-12-07T16:40:16.098Z] -rw-r--r-- 1 root root 1041 Dec 7 16:40 go.mod [2020-12-07T16:40:16.098Z] -rw-r--r-- 1 root root 18856 Dec 7 16:40 go.sum [2020-12-07T16:40:16.098Z] drwxrwxr-x 8 1001 1001 127 Dec 7 16:34 internal [2020-12-07T16:40:16.098Z] drwxrwxr-x 4 1001 1001 26 Dec 7 16:34 openapi [2020-12-07T16:40:16.098Z] drwxrwxr-x 4 1001 1001 71 Dec 7 16:34 snap [2020-12-07T16:40:16.098Z] -rw-rw-r-- 1 1001 1001 168 Dec 7 16:34 version.go [Pipeline] sh [2020-12-07T16:40:16.123Z] + go version [2020-12-07T16:40:16.123Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T16:40:16.229Z] $ docker stop --time=1 7ce1cfe9a6fac02b130c987c7a55ffde853191254515080a4c14214a893e2272 [2020-12-07T16:40:16.440Z] + '[' -e coverage.out ] [2020-12-07T16:40:16.440Z] + chown 1001:1001 coverage.out [2020-12-07T16:40:18.155Z] $ docker rm -f 7ce1cfe9a6fac02b130c987c7a55ffde853191254515080a4c14214a893e2272 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-07T16:40:18.765Z] Stashed 1 file(s) [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-12-07T16:40:19.127Z] + make build [2020-12-07T16:40:19.127Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:40:22.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:40:22.055Z] [2020-12-07T16:40:22.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:40:22.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:40:22.714Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-07T16:40:22.714Z] 29e5d40040c1: Pulling fs layer [2020-12-07T16:40:22.714Z] 1ce36da41761: Pulling fs layer [2020-12-07T16:40:22.714Z] 25b303627fd3: Pulling fs layer [2020-12-07T16:40:22.714Z] 29e5d40040c1: Verifying Checksum [2020-12-07T16:40:23.741Z] 29e5d40040c1: Pull complete [2020-12-07T16:40:23.741Z] 1ce36da41761: Verifying Checksum [2020-12-07T16:40:23.742Z] 1ce36da41761: Download complete [2020-12-07T16:40:24.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T16:40:25.194Z] 1ce36da41761: Pull complete [2020-12-07T16:40:25.194Z] 25b303627fd3: Verifying Checksum [2020-12-07T16:40:25.194Z] 25b303627fd3: Download complete [2020-12-07T16:40:35.337Z] 25b303627fd3: Pull complete [2020-12-07T16:40:35.337Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-07T16:40:35.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:40:35.337Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-07T16:40:35.602Z] prd-ubuntu18.04-docker-arm64-4c-16g-14896 does not seem to be running inside a container [2020-12-07T16:40:35.683Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:40:38.804Z] $ docker top 1420ed76e21f8b3ef3e62e8b8cc84ae4b22fddb05b5c87663ea6870104b52f38 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:40:39.870Z] + docker-compose build --help [2020-12-07T16:40:39.870Z] + grep parallel [2020-12-07T16:40:40.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T16:40:43.246Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T16:40:43.272Z] $ docker stop --time=1 1420ed76e21f8b3ef3e62e8b8cc84ae4b22fddb05b5c87663ea6870104b52f38 [2020-12-07T16:40:43.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T16:40:45.131Z] $ docker rm -f 1420ed76e21f8b3ef3e62e8b8cc84ae4b22fddb05b5c87663ea6870104b52f38 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:40:45.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:40:45.894Z] . [Pipeline] withDockerContainer [2020-12-07T16:40:46.126Z] prd-ubuntu18.04-docker-arm64-4c-16g-14896 does not seem to be running inside a container [2020-12-07T16:40:46.208Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:40:47.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T16:40:47.553Z] $ docker top b3a99bec25702fb12d13eb57205122d358c085bd1850619a9681430e955374e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:40:48.589Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T16:40:48.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T16:40:51.964Z] Building docker-core-command-go ... [2020-12-07T16:40:51.964Z] Building docker-core-data-go ... [2020-12-07T16:40:51.964Z] Building docker-core-metadata-go ... [2020-12-07T16:40:51.964Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T16:40:51.964Z] Building docker-security-proxy-setup-go ... [2020-12-07T16:40:51.964Z] Building docker-security-secrets-setup-go ... [2020-12-07T16:40:51.964Z] Building docker-security-secretstore-setup-go ... [2020-12-07T16:40:51.964Z] Building docker-support-notifications-go ... [2020-12-07T16:40:51.964Z] Building docker-support-scheduler-go ... [2020-12-07T16:40:51.964Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T16:40:51.964Z] Building docker-security-secretstore-setup-go [2020-12-07T16:40:51.964Z] Building docker-core-command-go [2020-12-07T16:40:51.964Z] Building docker-core-data-go [2020-12-07T16:40:51.964Z] Building docker-support-scheduler-go [2020-12-07T16:40:51.964Z] Building docker-core-metadata-go [2020-12-07T16:40:52.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T16:40:56.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T16:40:58.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T16:41:01.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T16:41:05.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T16:41:07.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T16:41:10.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-07T16:41:12.372Z] $ docker stop --time=1 bf1529c4b9a0b853ae8f2bbdc018de8d0b7d1f25e01b11186c3576d888869591 [2020-12-07T16:41:14.594Z] $ docker rm -f bf1529c4b9a0b853ae8f2bbdc018de8d0b7d1f25e01b11186c3576d888869591 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:41:16.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:41:16.605Z] [2020-12-07T16:41:16.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:41:17.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:41:17.474Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-07T16:41:17.474Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-07T16:41:17.474Z] ca9280d653b3: Pulling fs layer [2020-12-07T16:41:17.474Z] 7e9c9ca2126c: Pulling fs layer [2020-12-07T16:41:17.787Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-07T16:41:17.787Z] cbdbe7a5bc2a: Download complete [2020-12-07T16:41:18.843Z] cbdbe7a5bc2a: Pull complete [2020-12-07T16:41:18.843Z] ca9280d653b3: Verifying Checksum [2020-12-07T16:41:18.844Z] ca9280d653b3: Download complete [2020-12-07T16:41:20.900Z] ca9280d653b3: Pull complete [2020-12-07T16:41:21.887Z] 7e9c9ca2126c: Download complete [2020-12-07T16:41:32.153Z] 7e9c9ca2126c: Pull complete [2020-12-07T16:41:32.153Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-07T16:41:32.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:41:32.153Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-07T16:41:32.671Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:41:32.761Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:41:36.422Z] $ docker top c928ee9b83d6ce4e1ba01ca6938daab34053901058f31ef626be087a06cdffe8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:41:37.526Z] + docker-compose build --help [2020-12-07T16:41:37.527Z] + grep parallel [2020-12-07T16:41:38.933Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:41:38.933Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:41:38.933Z] ---> ebf59a330fca [2020-12-07T16:41:38.933Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:41:38.933Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:41:38.933Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:41:38.933Z] ---> ebf59a330fca [2020-12-07T16:41:38.933Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:41:38.933Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:41:38.933Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:41:38.933Z] ---> ebf59a330fca [2020-12-07T16:41:38.933Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:41:38.933Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:41:38.933Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:41:38.933Z] ---> ebf59a330fca [2020-12-07T16:41:38.933Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:41:38.933Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:41:38.933Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:41:38.933Z] ---> ebf59a330fca [2020-12-07T16:41:38.933Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T16:41:38.956Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T16:41:38.977Z] $ docker stop --time=1 c928ee9b83d6ce4e1ba01ca6938daab34053901058f31ef626be087a06cdffe8 [2020-12-07T16:41:40.575Z] $ docker rm -f c928ee9b83d6ce4e1ba01ca6938daab34053901058f31ef626be087a06cdffe8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:41:41.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:41:41.366Z] . [Pipeline] withDockerContainer [2020-12-07T16:41:41.583Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:41:41.660Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:41:42.342Z] ---> Running in 24737686cb26 [2020-12-07T16:41:42.342Z] ---> Running in c21bb74375f2 [2020-12-07T16:41:42.342Z] ---> Running in c94aeee1f812 [2020-12-07T16:41:42.342Z] ---> Running in 45eb20c24c87 [2020-12-07T16:41:42.342Z] ---> Running in 3ca5e656d2ac [2020-12-07T16:41:42.698Z] Removing intermediate container c94aeee1f812 [2020-12-07T16:41:42.698Z] Removing intermediate container 45eb20c24c87 [2020-12-07T16:41:42.698Z] ---> 34a8ddf1ad03 [2020-12-07T16:41:42.698Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 54a7d330530f [2020-12-07T16:41:42.698Z] [2020-12-07T16:41:42.698Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:41:42.698Z] Removing intermediate container c21bb74375f2 [2020-12-07T16:41:42.698Z] ---> 9a677fff4357 [2020-12-07T16:41:42.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:41:42.698Z] Removing intermediate container 24737686cb26 [2020-12-07T16:41:42.698Z] ---> 0c3c3ba7f814 [2020-12-07T16:41:42.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:41:42.698Z] Removing intermediate container 3ca5e656d2ac [2020-12-07T16:41:42.698Z] ---> 8ddee42e5d30 [2020-12-07T16:41:42.698Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:41:42.698Z] ---> Running in f38551c4e1e4 [2020-12-07T16:41:42.698Z] ---> Running in 67b2532458df [2020-12-07T16:41:42.698Z] ---> Running in c0462fc66edd [2020-12-07T16:41:43.019Z] ---> Running in 678f24de5200 [2020-12-07T16:41:43.019Z] ---> Running in a757f46a00f7 [2020-12-07T16:41:43.027Z] $ docker top 8d97793e884b95dede0b412284d1d081de568eeabdd88427c4f3a3e428bc26e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:41:44.232Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T16:41:45.669Z] Building docker-core-command-go ... [2020-12-07T16:41:45.669Z] Building docker-core-data-go ... [2020-12-07T16:41:45.669Z] Building docker-core-metadata-go ... [2020-12-07T16:41:45.669Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T16:41:45.669Z] Building docker-security-proxy-setup-go ... [2020-12-07T16:41:45.669Z] Building docker-security-secrets-setup-go ... [2020-12-07T16:41:45.669Z] Building docker-security-secretstore-setup-go ... [2020-12-07T16:41:45.669Z] Building docker-support-notifications-go ... [2020-12-07T16:41:45.669Z] Building docker-support-scheduler-go ... [2020-12-07T16:41:45.669Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T16:41:45.669Z] Building docker-support-notifications-go [2020-12-07T16:41:45.669Z] Building docker-core-data-go [2020-12-07T16:41:45.669Z] Building docker-support-scheduler-go [2020-12-07T16:41:45.669Z] Building docker-sys-mgmt-agent-go [2020-12-07T16:41:45.669Z] Building docker-security-bootstrap-redis-go [2020-12-07T16:41:46.451Z] Removing intermediate container f38551c4e1e4 [2020-12-07T16:41:46.451Z] ---> 02960c69d138 [2020-12-07T16:41:46.451Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T16:41:46.726Z] ---> Running in 379bf6299c67 [2020-12-07T16:41:46.726Z] Removing intermediate container c0462fc66edd [2020-12-07T16:41:46.726Z] ---> 69fb95e7632c [2020-12-07T16:41:46.726Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:41:47.001Z] Removing intermediate container 67b2532458df [2020-12-07T16:41:47.001Z] ---> 9e5a914e0502 [2020-12-07T16:41:47.001Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T16:41:47.001Z] ---> Running in dd66509c8310 [2020-12-07T16:41:47.277Z] ---> Running in 831c9708e4bd [2020-12-07T16:41:47.277Z] Removing intermediate container 678f24de5200 [2020-12-07T16:41:47.277Z] ---> 0720a7248efd [2020-12-07T16:41:47.277Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:41:47.557Z] Removing intermediate container a757f46a00f7 [2020-12-07T16:41:47.557Z] ---> ff1f1738a82b [2020-12-07T16:41:47.557Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T16:41:47.557Z] ---> Running in d558676ea15d [2020-12-07T16:41:47.837Z] ---> Running in 8ff512414ac2 [2020-12-07T16:41:48.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:49.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:49.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:49.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:49.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:50.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:50.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:51.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:51.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:51.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:41:53.734Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:41:53.734Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:41:53.734Z] OK: 12616 distinct packages available [2020-12-07T16:41:54.719Z] OK: 217 MiB in 51 packages [2020-12-07T16:41:54.719Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:41:54.719Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:41:54.719Z] OK: 12616 distinct packages available [2020-12-07T16:41:55.323Z] OK: 217 MiB in 51 packages [2020-12-07T16:41:55.603Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:41:55.603Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:41:55.603Z] OK: 12616 distinct packages available [2020-12-07T16:41:55.880Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:41:55.880Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:41:55.880Z] OK: 12616 distinct packages available [2020-12-07T16:41:56.485Z] Removing intermediate container dd66509c8310 [2020-12-07T16:41:56.485Z] ---> 66c3743277d3 [2020-12-07T16:41:56.485Z] Step 6/22 : COPY go.mod . [2020-12-07T16:41:56.485Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:41:56.485Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:41:56.485Z] OK: 12616 distinct packages available [2020-12-07T16:41:56.485Z] OK: 217 MiB in 51 packages [2020-12-07T16:41:56.485Z] OK: 217 MiB in 51 packages [2020-12-07T16:41:57.093Z] Removing intermediate container 379bf6299c67 [2020-12-07T16:41:57.093Z] ---> 5f5036576128 [2020-12-07T16:41:57.093Z] Step 6/24 : COPY go.mod . [2020-12-07T16:41:57.370Z] ---> f4b235e148e1 [2020-12-07T16:41:57.370Z] OK: 217 MiB in 51 packages [2020-12-07T16:41:57.370Z] Step 7/22 : RUN go mod download [2020-12-07T16:41:57.652Z] ---> Running in 0eb2fb1b99e0 [2020-12-07T16:41:58.260Z] ---> a17f866797ec [2020-12-07T16:41:58.260Z] Step 7/24 : RUN go mod download [2020-12-07T16:41:58.535Z] ---> Running in 7d278f4a9e30 [2020-12-07T16:41:58.535Z] Removing intermediate container 831c9708e4bd [2020-12-07T16:41:58.535Z] ---> 1dfc387d9630 [2020-12-07T16:41:58.535Z] Step 6/23 : COPY go.mod . [2020-12-07T16:41:58.535Z] Removing intermediate container d558676ea15d [2020-12-07T16:41:58.535Z] ---> 6112fe0bbcf4 [2020-12-07T16:41:58.535Z] Step 6/22 : COPY go.mod . [2020-12-07T16:41:59.549Z] Removing intermediate container 8ff512414ac2 [2020-12-07T16:41:59.549Z] ---> 248693ae6efd [2020-12-07T16:41:59.549Z] Step 6/21 : COPY go.mod . [2020-12-07T16:41:59.831Z] ---> 06de0f5ca90a [2020-12-07T16:41:59.831Z] Step 7/23 : RUN go mod download [2020-12-07T16:42:00.107Z] ---> 1bdf4c66cea9 [2020-12-07T16:42:00.107Z] Step 7/22 : RUN go mod download [2020-12-07T16:42:00.107Z] ---> Running in 85c255c5246a [2020-12-07T16:42:00.385Z] ---> Running in 9ba09a643388 [2020-12-07T16:42:00.665Z] ---> 81184cb08973 [2020-12-07T16:42:00.665Z] Step 7/21 : RUN go mod download [2020-12-07T16:42:00.944Z] ---> Running in a4ffc0754e43 [2020-12-07T16:42:01.934Z] Removing intermediate container 0eb2fb1b99e0 [2020-12-07T16:42:01.934Z] ---> 298c33b9eb0e [2020-12-07T16:42:01.934Z] Step 8/22 : COPY . . [2020-12-07T16:42:02.540Z] Removing intermediate container 7d278f4a9e30 [2020-12-07T16:42:02.540Z] ---> 401979f8f69d [2020-12-07T16:42:02.540Z] Step 8/24 : COPY . . [2020-12-07T16:42:05.234Z] Removing intermediate container 85c255c5246a [2020-12-07T16:42:05.234Z] ---> af0a7b0df3b1 [2020-12-07T16:42:05.234Z] Step 8/23 : COPY . . [2020-12-07T16:42:05.515Z] Removing intermediate container 9ba09a643388 [2020-12-07T16:42:05.515Z] ---> 62e0620b3aee [2020-12-07T16:42:05.515Z] Step 8/22 : COPY . . [2020-12-07T16:42:05.804Z] Removing intermediate container a4ffc0754e43 [2020-12-07T16:42:05.804Z] ---> beebbc6d2382 [2020-12-07T16:42:05.804Z] Step 8/21 : COPY . . [2020-12-07T16:42:24.287Z] ---> 54960b48756a [2020-12-07T16:42:24.287Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T16:42:24.287Z] ---> ff1dac70930c [2020-12-07T16:42:24.287Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T16:42:24.287Z] ---> a24a89d66e74 [2020-12-07T16:42:24.287Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T16:42:24.287Z] ---> Running in 6d8c8ad08776 [2020-12-07T16:42:24.287Z] ---> Running in 265030d96ef9 [2020-12-07T16:42:24.287Z] ---> 06d0fb665570 [2020-12-07T16:42:24.287Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T16:42:24.287Z] ---> b9ddb500631b [2020-12-07T16:42:24.287Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T16:42:24.287Z] ---> Running in 41063e6069ab [2020-12-07T16:42:24.287Z] ---> Running in 6d5c65172376 [2020-12-07T16:42:24.287Z] ---> Running in 120aaae78757 [2020-12-07T16:42:24.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T16:42:24.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T16:42:24.287Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T16:42:24.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T16:42:24.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T16:42:42.935Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:42:42.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:42:42.935Z] ---> 65e4ab7ef4cd [2020-12-07T16:42:42.935Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T16:42:42.935Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:42:42.935Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:42:42.935Z] ---> 65e4ab7ef4cd [2020-12-07T16:42:42.935Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:42:43.239Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:42:43.239Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:42:43.239Z] ---> 65e4ab7ef4cd [2020-12-07T16:42:43.239Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:42:43.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:42:43.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:42:43.239Z] ---> 65e4ab7ef4cd [2020-12-07T16:42:43.239Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:42:43.834Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:42:43.834Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:42:43.834Z] ---> 65e4ab7ef4cd [2020-12-07T16:42:43.834Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T16:42:44.426Z] ---> Running in 591e5e60c9cb [2020-12-07T16:42:44.426Z] ---> Running in 24ca5f9318a4 [2020-12-07T16:42:44.426Z] ---> Running in ec9f89a49fb8 [2020-12-07T16:42:44.426Z] ---> Running in e2781a635d12 [2020-12-07T16:42:44.426Z] ---> Running in 3478fb8e5a45 [2020-12-07T16:42:45.021Z] Removing intermediate container e2781a635d12 [2020-12-07T16:42:45.021Z] ---> 05079cbe686a [2020-12-07T16:42:45.021Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:42:45.021Z] Removing intermediate container ec9f89a49fb8 [2020-12-07T16:42:45.021Z] ---> 93af6606a74c [2020-12-07T16:42:45.021Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:42:45.021Z] Removing intermediate container 591e5e60c9cb [2020-12-07T16:42:45.021Z] ---> a0a3973cb880 [2020-12-07T16:42:45.021Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:42:45.298Z] Removing intermediate container 24ca5f9318a4 [2020-12-07T16:42:45.298Z] ---> 2f10663ab16e [2020-12-07T16:42:45.298Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:42:45.298Z] Removing intermediate container 3478fb8e5a45 [2020-12-07T16:42:45.298Z] ---> f2d7dc6ef21b [2020-12-07T16:42:45.298Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:42:45.298Z] ---> Running in c186bc41b952 [2020-12-07T16:42:45.298Z] ---> Running in 15897d5cec73 [2020-12-07T16:42:45.298Z] ---> Running in 73dadb951517 [2020-12-07T16:42:45.298Z] ---> Running in 6fcb0e7ab9f3 [2020-12-07T16:42:45.298Z] ---> Running in 5a5b3dc2f917 [2020-12-07T16:42:49.807Z] Removing intermediate container 73dadb951517 [2020-12-07T16:42:49.808Z] ---> 0eff2e5942ef [2020-12-07T16:42:49.808Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T16:42:49.808Z] Removing intermediate container c186bc41b952 [2020-12-07T16:42:49.808Z] ---> 48b4c3f81b6a [2020-12-07T16:42:49.808Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T16:42:49.808Z] Removing intermediate container 6fcb0e7ab9f3 [2020-12-07T16:42:49.808Z] ---> 50bc9bcea90a [2020-12-07T16:42:49.808Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T16:42:49.808Z] ---> Running in 7ae22618da19 [2020-12-07T16:42:49.808Z] Removing intermediate container 5a5b3dc2f917 [2020-12-07T16:42:49.808Z] ---> a061c9540cd9 [2020-12-07T16:42:49.808Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:42:49.808Z] ---> Running in 3e50c225cd3a [2020-12-07T16:42:49.808Z] Removing intermediate container 15897d5cec73 [2020-12-07T16:42:49.808Z] ---> 158f89a0a2da [2020-12-07T16:42:49.808Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T16:42:49.808Z] ---> Running in c4876122b62c [2020-12-07T16:42:49.808Z] ---> Running in 7b3311b2ff1d [2020-12-07T16:42:49.808Z] ---> Running in 5eb0c66a223e [2020-12-07T16:42:52.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:52.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:52.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:52.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:52.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:53.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:53.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:53.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:53.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:53.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:42:55.023Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:42:55.023Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:42:55.023Z] OK: 12745 distinct packages available [2020-12-07T16:42:55.539Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:42:55.539Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:42:55.539Z] OK: 12745 distinct packages available [2020-12-07T16:42:55.914Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:42:55.915Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:42:55.915Z] OK: 12745 distinct packages available [2020-12-07T16:42:55.915Z] OK: 233 MiB in 51 packages [2020-12-07T16:42:56.286Z] OK: 233 MiB in 51 packages [2020-12-07T16:42:56.286Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:42:56.286Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:42:56.286Z] OK: 12745 distinct packages available [2020-12-07T16:42:56.286Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:42:56.286Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:42:56.286Z] OK: 12745 distinct packages available [2020-12-07T16:42:56.645Z] OK: 233 MiB in 51 packages [2020-12-07T16:42:56.645Z] OK: 233 MiB in 51 packages [2020-12-07T16:42:57.006Z] OK: 233 MiB in 51 packages [2020-12-07T16:42:58.767Z] Removing intermediate container c4876122b62c [2020-12-07T16:42:58.767Z] ---> 5e6488762808 [2020-12-07T16:42:58.767Z] Step 6/21 : COPY go.mod . [2020-12-07T16:42:58.767Z] Removing intermediate container 3e50c225cd3a [2020-12-07T16:42:58.767Z] ---> 011976d59da3 [2020-12-07T16:42:58.767Z] Step 6/27 : COPY go.mod . [2020-12-07T16:42:59.101Z] Removing intermediate container 7ae22618da19 [2020-12-07T16:42:59.101Z] ---> 1e4560bb0244 [2020-12-07T16:42:59.101Z] Step 6/23 : COPY go.mod . [2020-12-07T16:42:59.418Z] Removing intermediate container 5eb0c66a223e [2020-12-07T16:42:59.418Z] ---> 93d523f24fdd [2020-12-07T16:42:59.418Z] Step 6/24 : COPY go.mod . [2020-12-07T16:42:59.759Z] ---> 6c764cca650b [2020-12-07T16:42:59.759Z] Step 7/21 : RUN go mod download [2020-12-07T16:43:00.049Z] Removing intermediate container 7b3311b2ff1d [2020-12-07T16:43:00.049Z] ---> 73f8e93ccdff [2020-12-07T16:43:00.049Z] Step 6/22 : COPY go.mod . [2020-12-07T16:43:00.049Z] ---> c6caa25526f6 [2020-12-07T16:43:00.049Z] Step 7/23 : RUN go mod download [2020-12-07T16:43:00.049Z] ---> Running in 07da8bde82b1 [2020-12-07T16:43:00.049Z] ---> b72e87e2a912 [2020-12-07T16:43:00.049Z] Step 7/27 : RUN go mod download [2020-12-07T16:43:00.049Z] ---> 2817f2afb410 [2020-12-07T16:43:00.049Z] Step 7/24 : RUN go mod download [2020-12-07T16:43:00.050Z] ---> Running in d8ea8cda83d0 [2020-12-07T16:43:00.558Z] ---> Running in c736d6e431c8 [2020-12-07T16:43:00.558Z] ---> Running in c7c5586f0bc8 [2020-12-07T16:43:00.895Z] ---> 3aff176bf0a6 [2020-12-07T16:43:00.895Z] Step 7/22 : RUN go mod download [2020-12-07T16:43:01.289Z] ---> Running in 9026b59d1f99 [2020-12-07T16:43:06.788Z] Removing intermediate container c736d6e431c8 [2020-12-07T16:43:06.788Z] ---> c31587c84a37 [2020-12-07T16:43:06.788Z] Step 8/27 : COPY . . [2020-12-07T16:43:06.788Z] Removing intermediate container d8ea8cda83d0 [2020-12-07T16:43:06.788Z] ---> c2f6cb538219 [2020-12-07T16:43:06.788Z] Step 8/23 : COPY . . [2020-12-07T16:43:06.788Z] Removing intermediate container 9026b59d1f99 [2020-12-07T16:43:06.788Z] ---> 0de089910281 [2020-12-07T16:43:06.788Z] Step 8/22 : COPY . . [2020-12-07T16:43:06.788Z] Removing intermediate container 07da8bde82b1 [2020-12-07T16:43:06.788Z] ---> fdffb3e6904b [2020-12-07T16:43:06.788Z] Step 8/21 : COPY . . [2020-12-07T16:43:06.788Z] Removing intermediate container c7c5586f0bc8 [2020-12-07T16:43:06.788Z] ---> 8a2e595d8575 [2020-12-07T16:43:06.788Z] Step 8/24 : COPY . . [2020-12-07T16:43:46.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T16:43:57.209Z] Removing intermediate container 265030d96ef9 [2020-12-07T16:43:57.209Z] ---> 84bd3d05ce9d [2020-12-07T16:43:57.209Z] [2020-12-07T16:43:57.209Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T16:43:57.209Z] 3.10: Pulling from library/alpine [2020-12-07T16:43:57.833Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T16:43:57.833Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T16:43:57.833Z] ---> 536a684cf733 [2020-12-07T16:43:57.833Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:43:58.534Z] ---> Running in 5af924914e0e [2020-12-07T16:44:00.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:44:01.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:44:02.736Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T16:44:02.736Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T16:44:02.736Z] OK: 10169 distinct packages available [2020-12-07T16:44:03.351Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T16:44:03.351Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T16:44:03.351Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T16:44:03.351Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T16:44:03.351Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T16:44:03.351Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T16:44:03.351Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T16:44:03.640Z] OK: 7 MiB in 19 packages [2020-12-07T16:44:04.520Z] ---> a827dce47188 [2020-12-07T16:44:04.520Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T16:44:04.520Z] ---> Running in 343ea9a94aa1 [2020-12-07T16:44:04.520Z] ---> e3fa03871e2f [2020-12-07T16:44:04.520Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T16:44:04.520Z] ---> 5ecb25f30cfb [2020-12-07T16:44:04.520Z] ---> 715fca0d18e3 [2020-12-07T16:44:04.520Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T16:44:04.520Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T16:44:04.520Z] ---> 6d4bae5784fc [2020-12-07T16:44:04.520Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T16:44:04.520Z] ---> Running in e03d5000b3f1 [2020-12-07T16:44:04.520Z] ---> Running in e265e37a2e92 [2020-12-07T16:44:04.520Z] ---> Running in a865f216a234 [2020-12-07T16:44:04.520Z] ---> Running in 3e037fbb79c3 [2020-12-07T16:44:04.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T16:44:04.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T16:44:04.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T16:44:04.520Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T16:44:04.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T16:44:07.121Z] Removing intermediate container 5af924914e0e [2020-12-07T16:44:07.121Z] ---> 096ab0f504b1 [2020-12-07T16:44:07.121Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:44:07.121Z] ---> Running in 594d7e509633 [2020-12-07T16:44:07.740Z] Removing intermediate container 594d7e509633 [2020-12-07T16:44:07.740Z] ---> 95d9222b99e9 [2020-12-07T16:44:07.740Z] Step 13/24 : WORKDIR / [2020-12-07T16:44:08.026Z] ---> Running in 5b0a8d2a14da [2020-12-07T16:44:08.643Z] Removing intermediate container 5b0a8d2a14da [2020-12-07T16:44:08.643Z] ---> 5891312bcfde [2020-12-07T16:44:08.643Z] 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-12-07T16:44:10.102Z] ---> 5d5ceb219f31 [2020-12-07T16:44:10.102Z] 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-12-07T16:44:11.121Z] ---> 6ce3ac8f799d [2020-12-07T16:44:11.121Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T16:44:12.634Z] ---> 8e71f8ecaaa2 [2020-12-07T16:44:12.634Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T16:44:14.690Z] ---> 3c84bedbdf01 [2020-12-07T16:44:14.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T16:44:17.466Z] ---> 6c84837d783f [2020-12-07T16:44:17.466Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:44:21.016Z] ---> 54af3971eee7 [2020-12-07T16:44:21.016Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:44:21.016Z] ---> Running in 52057212dc3e [2020-12-07T16:44:21.016Z] Removing intermediate container 120aaae78757 [2020-12-07T16:44:21.016Z] ---> 3cfe329a54d9 [2020-12-07T16:44:21.016Z] [2020-12-07T16:44:21.016Z] Step 10/21 : FROM scratch [2020-12-07T16:44:21.016Z] ---> [2020-12-07T16:44:21.016Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:44:21.651Z] ---> Running in 3ae7c87a34a8 [2020-12-07T16:44:23.149Z] Removing intermediate container 3ae7c87a34a8 [2020-12-07T16:44:23.149Z] ---> 3154ea0ca812 [2020-12-07T16:44:23.149Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T16:44:23.149Z] Removing intermediate container 6d8c8ad08776 [2020-12-07T16:44:23.149Z] ---> d27e7b72d964 [2020-12-07T16:44:23.149Z] [2020-12-07T16:44:23.149Z] Step 10/22 : FROM scratch [2020-12-07T16:44:23.149Z] ---> [2020-12-07T16:44:23.149Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:44:23.149Z] ---> Using cache [2020-12-07T16:44:23.149Z] ---> 3154ea0ca812 [2020-12-07T16:44:23.149Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T16:44:23.149Z] ---> Running in 8fd1a3e02503 [2020-12-07T16:44:23.149Z] ---> Running in 98e626e74e1e [2020-12-07T16:44:24.279Z] Removing intermediate container 8fd1a3e02503 [2020-12-07T16:44:24.279Z] ---> 48d0d547240d [2020-12-07T16:44:24.279Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T16:44:24.279Z] ---> Running in f70ef344aaba [2020-12-07T16:44:24.279Z] Removing intermediate container 98e626e74e1e [2020-12-07T16:44:24.279Z] ---> d1cba4597e40 [2020-12-07T16:44:24.279Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:44:24.599Z] ---> Running in b6e7251ee4a2 [2020-12-07T16:44:25.275Z] Removing intermediate container f70ef344aaba [2020-12-07T16:44:25.275Z] ---> fcc533cbb860 [2020-12-07T16:44:25.275Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T16:44:25.595Z] Removing intermediate container b6e7251ee4a2 [2020-12-07T16:44:25.595Z] ---> 8abeca05da15 [2020-12-07T16:44:25.595Z] Step 14/22 : WORKDIR / [2020-12-07T16:44:25.595Z] Removing intermediate container 52057212dc3e [2020-12-07T16:44:25.595Z] ---> 215b8a722d30 [2020-12-07T16:44:25.595Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:44:25.595Z] ---> Running in 408a0ad3b60b [2020-12-07T16:44:25.891Z] ---> Running in 8bb19e5941fe [2020-12-07T16:44:26.178Z] ---> abcd9391187f [2020-12-07T16:44:26.178Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T16:44:26.864Z] Removing intermediate container 408a0ad3b60b [2020-12-07T16:44:26.864Z] ---> 34bb89b6f590 [2020-12-07T16:44:26.864Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T16:44:26.864Z] Removing intermediate container 8bb19e5941fe [2020-12-07T16:44:26.864Z] ---> 72432d0878a6 [2020-12-07T16:44:26.864Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T16:44:26.864Z] ---> Running in 80ca0071baea [2020-12-07T16:44:27.934Z] Removing intermediate container 80ca0071baea [2020-12-07T16:44:27.934Z] ---> a2a6dce34517 [2020-12-07T16:44:27.934Z] Step 23/24 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:44:27.934Z] ---> 231c900688fa [2020-12-07T16:44:27.934Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T16:44:27.934Z] ---> Running in 9b8649d05ec2 [2020-12-07T16:44:28.634Z] ---> 41085ed57ebe [2020-12-07T16:44:28.634Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T16:44:28.941Z] Removing intermediate container 9b8649d05ec2 [2020-12-07T16:44:28.941Z] ---> dad31f3126fa [2020-12-07T16:44:28.941Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2020-12-07T16:44:29.224Z] ---> Running in 7331a59d4ff8 [2020-12-07T16:44:30.278Z] ---> 0f913dc69877 [2020-12-07T16:44:30.278Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T16:44:30.278Z] Removing intermediate container 7331a59d4ff8 [2020-12-07T16:44:30.278Z] ---> a4d675fb102f [2020-12-07T16:44:30.278Z] [2020-12-07T16:44:30.278Z] ---> Running in b3a4d21ea0c4 [2020-12-07T16:44:30.278Z] ---> 6323f4e6ca7c [2020-12-07T16:44:30.278Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T16:44:30.926Z] Successfully built a4d675fb102f [2020-12-07T16:44:30.926Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-07T16:44:30.926Z] Building docker-security-bootstrap-redis-go [2020-12-07T16:44:31.294Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b3a4d21ea0c4 [2020-12-07T16:44:31.294Z] ---> 31c5ac6ce125 [2020-12-07T16:44:31.294Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:44:31.582Z] ---> Running in 2a9039661716 [2020-12-07T16:44:31.867Z] ---> a763bb4c06dd [2020-12-07T16:44:31.867Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T16:44:32.155Z] ---> Running in 2d49ecbf381b [2020-12-07T16:44:32.433Z] Removing intermediate container 2a9039661716 [2020-12-07T16:44:32.434Z] ---> 4d32cde3c7b5 [2020-12-07T16:44:32.434Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T16:44:33.062Z] ---> Running in 017b45ce835f [2020-12-07T16:44:33.062Z] Removing intermediate container 2d49ecbf381b [2020-12-07T16:44:33.062Z] ---> c5e5c91238eb [2020-12-07T16:44:33.062Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:44:34.113Z] ---> Running in 0b129ea01012 [2020-12-07T16:44:34.113Z] Removing intermediate container 017b45ce835f [2020-12-07T16:44:34.113Z] ---> ffe5ab6b888e [2020-12-07T16:44:34.113Z] Step 20/21 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:44:34.396Z] ---> Running in 0d56f0704f6c [2020-12-07T16:44:34.682Z] Removing intermediate container 0b129ea01012 [2020-12-07T16:44:34.682Z] ---> 367d06d73a8e [2020-12-07T16:44:34.682Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T16:44:35.121Z] ---> Running in 54430691ea10 [2020-12-07T16:44:35.466Z] Removing intermediate container 0d56f0704f6c [2020-12-07T16:44:35.466Z] ---> ccaa3b814869 [2020-12-07T16:44:35.466Z] Step 21/21 : LABEL version=2.0.0-dev.6 [2020-12-07T16:44:35.884Z] ---> Running in 2dee6ef3d611 [2020-12-07T16:44:36.291Z] Removing intermediate container 54430691ea10 [2020-12-07T16:44:36.291Z] ---> 662b4c149b2a [2020-12-07T16:44:36.291Z] Step 21/22 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:44:36.698Z] ---> Running in 23c7a85b4040 [2020-12-07T16:44:37.029Z] Removing intermediate container 2dee6ef3d611 [2020-12-07T16:44:37.029Z] ---> 8c889bccbaad [2020-12-07T16:44:37.029Z] [2020-12-07T16:44:38.296Z] Successfully built 8c889bccbaad [2020-12-07T16:44:38.296Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-07T16:44:38.296Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-07T16:44:38.296Z] Removing intermediate container 23c7a85b4040 [2020-12-07T16:44:38.296Z] ---> 7d8fe91bdfec [2020-12-07T16:44:38.296Z] Step 22/22 : LABEL version=2.0.0-dev.6 [2020-12-07T16:44:38.996Z] ---> Running in d617614f1a6e [2020-12-07T16:44:39.700Z] Removing intermediate container 6d5c65172376 [2020-12-07T16:44:39.700Z] ---> 6fb96cce4da6 [2020-12-07T16:44:39.700Z] [2020-12-07T16:44:39.700Z] Step 10/22 : FROM scratch [2020-12-07T16:44:39.700Z] ---> [2020-12-07T16:44:39.700Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:44:39.700Z] Removing intermediate container d617614f1a6e [2020-12-07T16:44:39.700Z] ---> 69cc6e10b78d [2020-12-07T16:44:39.700Z] [2020-12-07T16:44:40.028Z] ---> Using cache [2020-12-07T16:44:40.028Z] ---> 3154ea0ca812 [2020-12-07T16:44:40.028Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T16:44:40.344Z] ---> Running in c347541848bd [2020-12-07T16:44:40.693Z] Successfully built 69cc6e10b78d [2020-12-07T16:44:40.693Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-07T16:44:40.693Z]  Building docker-core-command-go ... done Building docker-security-secrets-setup-go [2020-12-07T16:44:41.394Z] Removing intermediate container c347541848bd [2020-12-07T16:44:41.394Z] ---> fd48c0d7b05a [2020-12-07T16:44:41.394Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:44:41.394Z] ---> Running in b4597a1389a5 [2020-12-07T16:44:42.053Z] Removing intermediate container b4597a1389a5 [2020-12-07T16:44:42.053Z] ---> d3a17b28084c [2020-12-07T16:44:42.053Z] Step 14/22 : WORKDIR / [2020-12-07T16:44:42.353Z] ---> Running in df791f13e616 [2020-12-07T16:44:42.971Z] Removing intermediate container df791f13e616 [2020-12-07T16:44:42.971Z] ---> a4a59395c32b [2020-12-07T16:44:42.971Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T16:44:44.449Z] ---> 21fba1b5e35e [2020-12-07T16:44:44.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T16:44:47.187Z] ---> 315cae1a5787 [2020-12-07T16:44:47.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T16:44:48.709Z] ---> 100a124357cf [2020-12-07T16:44:48.709Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T16:44:48.709Z] ---> Running in 8054f85a2013 [2020-12-07T16:44:49.747Z] Removing intermediate container 8054f85a2013 [2020-12-07T16:44:49.747Z] ---> d22af854dc27 [2020-12-07T16:44:49.747Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:44:49.747Z] ---> Running in 9d1f6a6a6e32 [2020-12-07T16:44:50.378Z] Removing intermediate container 41063e6069ab [2020-12-07T16:44:50.378Z] ---> dbf25b2c9e91 [2020-12-07T16:44:50.378Z] [2020-12-07T16:44:50.378Z] Step 10/23 : FROM alpine [2020-12-07T16:44:50.378Z] latest: Pulling from library/alpine [2020-12-07T16:44:50.378Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:44:50.378Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:44:50.378Z] ---> ebf59a330fca [2020-12-07T16:44:50.378Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:44:50.378Z] ---> Using cache [2020-12-07T16:44:50.378Z] ---> 8ddee42e5d30 [2020-12-07T16:44:50.378Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:44:50.378Z] ---> Using cache [2020-12-07T16:44:50.378Z] ---> ff1f1738a82b [2020-12-07T16:44:50.378Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:44:50.378Z] ---> Using cache [2020-12-07T16:44:50.378Z] ---> 248693ae6efd [2020-12-07T16:44:50.378Z] Step 6/22 : COPY go.mod . [2020-12-07T16:44:50.378Z] ---> Using cache [2020-12-07T16:44:50.378Z] ---> 81184cb08973 [2020-12-07T16:44:50.378Z] Step 7/22 : RUN go mod download [2020-12-07T16:44:50.378Z] ---> Using cache [2020-12-07T16:44:50.378Z] ---> beebbc6d2382 [2020-12-07T16:44:50.378Z] Step 8/22 : COPY . . [2020-12-07T16:44:50.378Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T16:44:50.698Z] ---> Using cache [2020-12-07T16:44:50.698Z] ---> b9ddb500631b [2020-12-07T16:44:50.698Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T16:44:50.698Z] Status: Downloaded newer image for alpine:latest [2020-12-07T16:44:50.698Z] ---> 2e77e061c27f [2020-12-07T16:44:50.698Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:44:50.698Z] Removing intermediate container 9d1f6a6a6e32 [2020-12-07T16:44:50.698Z] ---> 1a7ea67d41a2 [2020-12-07T16:44:50.698Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T16:44:50.698Z] ---> Running in 7287431d3057 [2020-12-07T16:44:51.017Z] ---> Running in 0da09444aa03 [2020-12-07T16:44:51.017Z] ---> Running in 426ef74abf9b [2020-12-07T16:44:51.658Z] Removing intermediate container 0da09444aa03 [2020-12-07T16:44:51.658Z] ---> f96580eda753 [2020-12-07T16:44:51.658Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T16:44:51.658Z] Removing intermediate container 426ef74abf9b [2020-12-07T16:44:51.658Z] ---> 91cd6a8355e5 [2020-12-07T16:44:51.658Z] Step 21/22 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:44:51.659Z] ---> Running in b64322908a24 [2020-12-07T16:44:51.949Z] ---> Running in 72d13d741229 [2020-12-07T16:44:52.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T16:44:52.228Z] Removing intermediate container b64322908a24 [2020-12-07T16:44:52.228Z] ---> 8d8373329064 [2020-12-07T16:44:52.228Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T16:44:52.513Z] Removing intermediate container 72d13d741229 [2020-12-07T16:44:52.513Z] ---> 6a6e57f89a16 [2020-12-07T16:44:52.513Z] Step 22/22 : LABEL version=2.0.0-dev.6 [2020-12-07T16:44:52.513Z] ---> Running in d0b079c66d6f [2020-12-07T16:44:52.809Z] ---> Running in 9a38ddeca0c8 [2020-12-07T16:44:53.458Z] Removing intermediate container d0b079c66d6f [2020-12-07T16:44:53.458Z] ---> a9e5a41fa372 [2020-12-07T16:44:53.458Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:44:53.458Z] Removing intermediate container 9a38ddeca0c8 [2020-12-07T16:44:53.458Z] ---> a79c8949aeec [2020-12-07T16:44:53.458Z] [2020-12-07T16:44:53.458Z] ---> Running in 4f062bcf8562 [2020-12-07T16:44:54.479Z] Successfully built a79c8949aeec [2020-12-07T16:44:54.480Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-07T16:44:54.480Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-12-07T16:44:58.001Z] Removing intermediate container 4f062bcf8562 [2020-12-07T16:44:58.001Z] ---> d1581319282c [2020-12-07T16:44:58.001Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T16:44:58.316Z] ---> Running in 3eb6246bd69e [2020-12-07T16:45:00.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:01.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:02.030Z] Removing intermediate container a865f216a234 [2020-12-07T16:45:02.030Z] ---> 992657349c66 [2020-12-07T16:45:02.030Z] [2020-12-07T16:45:02.030Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T16:45:02.030Z] 3.10: Pulling from library/alpine [2020-12-07T16:45:02.030Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T16:45:02.030Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T16:45:02.030Z] ---> be4e4bea2c2e [2020-12-07T16:45:02.030Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:45:02.030Z] ---> Running in 96825477e801 [2020-12-07T16:45:02.030Z] Removing intermediate container 343ea9a94aa1 [2020-12-07T16:45:02.030Z] ---> d92a815a59ae [2020-12-07T16:45:02.030Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T16:45:02.030Z] ---> Running in 7e9a742963ff [2020-12-07T16:45:02.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:02.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:02.030Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T16:45:02.030Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T16:45:02.030Z] OK: 10348 distinct packages available [2020-12-07T16:45:02.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T16:45:02.030Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T16:45:02.030Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T16:45:02.030Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T16:45:02.030Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T16:45:02.030Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T16:45:02.030Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T16:45:02.030Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T16:45:02.509Z] OK: 7 MiB in 19 packages [2020-12-07T16:45:02.903Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T16:45:02.903Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T16:45:03.188Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T16:45:03.815Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T16:45:03.815Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T16:45:04.096Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:45:04.096Z] OK: 8 MiB in 19 packages [2020-12-07T16:45:04.096Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:45:04.096Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:45:04.096Z] ---> ebf59a330fca [2020-12-07T16:45:04.096Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:45:04.096Z] ---> Using cache [2020-12-07T16:45:04.096Z] ---> 8ddee42e5d30 [2020-12-07T16:45:04.096Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:45:04.096Z] ---> Using cache [2020-12-07T16:45:04.096Z] ---> ff1f1738a82b [2020-12-07T16:45:04.096Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T16:45:06.854Z] ---> Running in 23eab1e15262 [2020-12-07T16:45:07.919Z] Removing intermediate container 3eb6246bd69e [2020-12-07T16:45:07.919Z] ---> e8f63d01736a [2020-12-07T16:45:07.919Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T16:45:08.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:08.224Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:45:08.224Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T16:45:08.224Z] ---> ebf59a330fca [2020-12-07T16:45:08.224Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T16:45:08.224Z] ---> Using cache [2020-12-07T16:45:08.224Z] ---> 8ddee42e5d30 [2020-12-07T16:45:08.224Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T16:45:08.269Z] Removing intermediate container 96825477e801 [2020-12-07T16:45:08.269Z] ---> 2de6af0d90e5 [2020-12-07T16:45:08.269Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T16:45:08.269Z] Removing intermediate container 3e037fbb79c3 [2020-12-07T16:45:08.269Z] ---> 379bb04e4159 [2020-12-07T16:45:08.269Z] [2020-12-07T16:45:08.269Z] Step 10/24 : FROM scratch [2020-12-07T16:45:08.269Z] ---> [2020-12-07T16:45:08.269Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T16:45:08.269Z] Removing intermediate container e03d5000b3f1 [2020-12-07T16:45:08.269Z] ---> 62d373529dd0 [2020-12-07T16:45:08.269Z] [2020-12-07T16:45:08.269Z] Step 10/21 : FROM scratch [2020-12-07T16:45:08.269Z] ---> [2020-12-07T16:45:08.269Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:45:08.269Z] ---> Running in e2604297a171 [2020-12-07T16:45:08.269Z] ---> Running in 3ae34ab01921 [2020-12-07T16:45:08.605Z] ---> Running in 92629ae1eda5 [2020-12-07T16:45:08.605Z] Removing intermediate container e2604297a171 [2020-12-07T16:45:08.605Z] ---> 840ec58a1966 [2020-12-07T16:45:08.605Z] Step 13/22 : WORKDIR / [2020-12-07T16:45:08.881Z] ---> Running in d9a1583c83b1 [2020-12-07T16:45:08.945Z] ---> Running in 588e8eb97312 [2020-12-07T16:45:08.945Z] Removing intermediate container 92629ae1eda5 [2020-12-07T16:45:08.945Z] ---> 47803a8aafb1 [2020-12-07T16:45:08.945Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T16:45:08.945Z] Removing intermediate container 3ae34ab01921 [2020-12-07T16:45:08.945Z] ---> 535498d4af10 [2020-12-07T16:45:08.945Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T16:45:08.945Z] ---> Running in 7835fa220741 [2020-12-07T16:45:08.945Z] ---> Running in 22bda758190e [2020-12-07T16:45:09.199Z] ---> 0ead46c300f3 [2020-12-07T16:45:09.199Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T16:45:09.260Z] Removing intermediate container 588e8eb97312 [2020-12-07T16:45:09.261Z] ---> 1ed798af1e53 [2020-12-07T16:45:09.261Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T16:45:09.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:09.578Z] Removing intermediate container 22bda758190e [2020-12-07T16:45:09.578Z] ---> 04d85b3cd7cf [2020-12-07T16:45:09.578Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T16:45:09.578Z] Removing intermediate container 7835fa220741 [2020-12-07T16:45:09.578Z] ---> 00603637fd91 [2020-12-07T16:45:09.578Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T16:45:10.048Z] Removing intermediate container 7e9a742963ff [2020-12-07T16:45:10.048Z] ---> 425728ad097b [2020-12-07T16:45:10.048Z] [2020-12-07T16:45:10.048Z] Step 11/27 : FROM docker:latest ---> Running in 262394cfe009 [2020-12-07T16:45:10.048Z] [2020-12-07T16:45:10.048Z] ---> b0757c55a1fd [2020-12-07T16:45:10.048Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T16:45:10.048Z] ---> Running in 335f18bf9648 [2020-12-07T16:45:10.048Z] ---> a95f73b2e369 [2020-12-07T16:45:10.048Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T16:45:10.386Z] ---> Running in c83e63d11194 [2020-12-07T16:45:10.718Z] Removing intermediate container 335f18bf9648 [2020-12-07T16:45:10.718Z] ---> 98981e6a566b [2020-12-07T16:45:10.718Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T16:45:10.718Z] Removing intermediate container 262394cfe009 [2020-12-07T16:45:10.718Z] ---> 02847c67a103 [2020-12-07T16:45:10.718Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T16:45:11.135Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:45:11.135Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:45:11.135Z] OK: 12616 distinct packages available [2020-12-07T16:45:11.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:11.849Z] OK: 217 MiB in 51 packages [2020-12-07T16:45:12.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:12.656Z] ---> 1a7ef2c44ad2 [2020-12-07T16:45:12.656Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T16:45:12.656Z] ---> 19ffe4a89892 [2020-12-07T16:45:12.656Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T16:45:12.656Z] ---> 6fa5b1fd9416 [2020-12-07T16:45:12.656Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T16:45:12.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:12.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:12.656Z] ---> 54f91e74966c [2020-12-07T16:45:12.656Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T16:45:13.226Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T16:45:13.226Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T16:45:13.226Z] Executing bash-5.0.17-r0.post-install [2020-12-07T16:45:13.226Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:45:13.226Z] OK: 12 MiB in 22 packages [2020-12-07T16:45:13.255Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:45:13.255Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:45:13.255Z] OK: 12616 distinct packages available [2020-12-07T16:45:13.255Z] ---> 76f9cffef7b7 [2020-12-07T16:45:13.255Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T16:45:13.637Z] ---> 27288ac9569f [2020-12-07T16:45:13.637Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T16:45:14.345Z] OK: 217 MiB in 51 packages [2020-12-07T16:45:14.396Z] ---> 6dcbab5d4681 [2020-12-07T16:45:14.396Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T16:45:15.042Z] Removing intermediate container 23eab1e15262 [2020-12-07T16:45:15.042Z] ---> 33442b25823a [2020-12-07T16:45:15.042Z] Step 6/24 : COPY go.mod . [2020-12-07T16:45:15.042Z] ---> 83f97880f6b5 [2020-12-07T16:45:15.042Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T16:45:15.335Z] ---> Running in 2bc0979d45b8 [2020-12-07T16:45:15.551Z] ---> fd70aa547d0f [2020-12-07T16:45:15.551Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T16:45:15.551Z] ---> Running in 97319b2e73db [2020-12-07T16:45:15.624Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:45:15.625Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:45:15.625Z] ---> ebf59a330fca [2020-12-07T16:45:15.625Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T16:45:15.625Z] ---> Using cache [2020-12-07T16:45:15.625Z] ---> 8ddee42e5d30 [2020-12-07T16:45:15.625Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:45:15.625Z] ---> Using cache [2020-12-07T16:45:15.625Z] ---> ff1f1738a82b [2020-12-07T16:45:15.625Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T16:45:15.625Z] ---> Running in 0151cdfbd985 [2020-12-07T16:45:15.873Z] ---> e0cec1eca987 [2020-12-07T16:45:15.873Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T16:45:15.873Z] ---> 21326e289e24 [2020-12-07T16:45:15.873Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T16:45:15.873Z] ---> Running in e887ed552c6a [2020-12-07T16:45:16.235Z] Removing intermediate container e265e37a2e92 [2020-12-07T16:45:16.235Z] ---> c98cd8a84e31 [2020-12-07T16:45:16.235Z] [2020-12-07T16:45:16.235Z] Step 10/23 : FROM alpine [2020-12-07T16:45:16.235Z] Removing intermediate container c83e63d11194 [2020-12-07T16:45:16.235Z] ---> 66dfe999e445 [2020-12-07T16:45:16.235Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T16:45:16.235Z] latest: Pulling from library/alpine [2020-12-07T16:45:16.235Z] ---> Running in 435c6485b494 [2020-12-07T16:45:16.582Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T16:45:16.582Z] Status: Downloaded newer image for alpine:latest [2020-12-07T16:45:16.582Z] ---> d6e46aa2470d [2020-12-07T16:45:16.582Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:45:16.582Z] Removing intermediate container e887ed552c6a [2020-12-07T16:45:16.582Z] ---> 0b127a77bfc4 [2020-12-07T16:45:16.582Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:45:16.582Z] ---> 0cae0b51519b [2020-12-07T16:45:16.582Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T16:45:16.695Z] Removing intermediate container d9a1583c83b1 [2020-12-07T16:45:16.695Z] ---> bfaed0e3621e [2020-12-07T16:45:16.695Z] Step 5/29 : COPY go.mod . [2020-12-07T16:45:16.695Z] Removing intermediate container 2bc0979d45b8 [2020-12-07T16:45:16.695Z] ---> 02c16e407e3a [2020-12-07T16:45:16.696Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:45:16.932Z] ---> Running in 938759e59391 [2020-12-07T16:45:16.932Z] ---> Running in 59c049f65d19 [2020-12-07T16:45:17.029Z] ---> 5785c05e23ef [2020-12-07T16:45:17.030Z] Step 7/24 : RUN go mod download [2020-12-07T16:45:17.030Z] ---> Running in c2d03017b49f [2020-12-07T16:45:17.256Z] Removing intermediate container 938759e59391 [2020-12-07T16:45:17.256Z] ---> 147f5e6f3a9d [2020-12-07T16:45:17.256Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T16:45:17.316Z] ---> Running in 438e4a7d4ef7 [2020-12-07T16:45:17.568Z] Removing intermediate container 59c049f65d19 [2020-12-07T16:45:17.568Z] ---> 709f577e4363 [2020-12-07T16:45:17.568Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T16:45:17.568Z] ---> Running in ad9d88e62a54 [2020-12-07T16:45:17.846Z] ---> Running in cfa7de5e742b [2020-12-07T16:45:17.846Z] Removing intermediate container ad9d88e62a54 [2020-12-07T16:45:17.846Z] ---> 560fd953b0cd [2020-12-07T16:45:17.846Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T16:45:17.846Z] ---> 2e65077a0132 [2020-12-07T16:45:17.846Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T16:45:18.148Z] ---> Running in 4aa5855cf2b4 [2020-12-07T16:45:18.148Z] Removing intermediate container cfa7de5e742b [2020-12-07T16:45:18.148Z] ---> edc979af9558 [2020-12-07T16:45:18.148Z] Step 20/21 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:45:18.148Z] Removing intermediate container 97319b2e73db [2020-12-07T16:45:18.148Z] ---> d2c9bbb38d58 [2020-12-07T16:45:18.148Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T16:45:18.148Z] ---> Running in f3cdc276f4a1 [2020-12-07T16:45:18.342Z] Removing intermediate container c2d03017b49f [2020-12-07T16:45:18.342Z] ---> 0ff349bf0c2a [2020-12-07T16:45:18.342Z] Step 21/23 : LABEL arch=arm64 [2020-12-07T16:45:18.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:18.342Z] ---> e3a028754537 [2020-12-07T16:45:18.342Z] Step 6/29 : RUN go mod download [2020-12-07T16:45:18.342Z] ---> Running in 469af8c6d065 [2020-12-07T16:45:18.457Z] Removing intermediate container 435c6485b494 [2020-12-07T16:45:18.457Z] ---> 172638fd2dbf [2020-12-07T16:45:18.457Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T16:45:18.457Z] ---> Running in 2c87a10e3c18 [2020-12-07T16:45:18.457Z] ---> 862587cbea77 [2020-12-07T16:45:18.457Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T16:45:18.457Z] Removing intermediate container 4aa5855cf2b4 [2020-12-07T16:45:18.458Z] ---> 0200cceac4e6 [2020-12-07T16:45:18.458Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:45:18.639Z] ---> Running in 6430be9d1555 [2020-12-07T16:45:18.752Z] Removing intermediate container f3cdc276f4a1 [2020-12-07T16:45:18.752Z] ---> dcdaa08c0583 [2020-12-07T16:45:18.752Z] Step 21/21 : LABEL version=2.0.0-dev.6 [2020-12-07T16:45:18.752Z] ---> Running in e913f60907eb [2020-12-07T16:45:19.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:45:19.314Z] Removing intermediate container 469af8c6d065 [2020-12-07T16:45:19.314Z] ---> bdf3ce858635 [2020-12-07T16:45:19.314Z] Step 22/23 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:45:19.314Z] ---> Running in da6a2d670fe3 [2020-12-07T16:45:19.417Z] ---> Running in fe0ea989450e [2020-12-07T16:45:19.417Z] ---> Running in 4f4c90f1b72b [2020-12-07T16:45:19.417Z] Removing intermediate container 2c87a10e3c18 [2020-12-07T16:45:19.417Z] ---> d97125f83831 [2020-12-07T16:45:19.417Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T16:45:19.417Z] ---> Running in 27d28a4c80b1 [2020-12-07T16:45:19.703Z] Removing intermediate container e913f60907eb [2020-12-07T16:45:19.703Z] ---> 9df4f8426877 [2020-12-07T16:45:19.703Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T16:45:19.703Z] ---> Running in 0dc5de71a5cd [2020-12-07T16:45:19.988Z] ---> Running in 43c066ff87b2 [2020-12-07T16:45:19.988Z] Removing intermediate container fe0ea989450e [2020-12-07T16:45:19.988Z] ---> 9bced5791446 [2020-12-07T16:45:19.988Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:45:19.988Z] Removing intermediate container 27d28a4c80b1 [2020-12-07T16:45:19.988Z] ---> ab90662b92fe [2020-12-07T16:45:19.988Z] [2020-12-07T16:45:19.988Z] Removing intermediate container 0dc5de71a5cd [2020-12-07T16:45:19.988Z] ---> ef204a42a4d1 [2020-12-07T16:45:19.988Z] Step 21/22 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:45:20.337Z] ---> Running in 36f5071a1e60 [2020-12-07T16:45:20.337Z] ---> Running in 05877bb802cb [2020-12-07T16:45:20.337Z] Removing intermediate container 43c066ff87b2 [2020-12-07T16:45:20.337Z] ---> b0217bdd5c40 [2020-12-07T16:45:20.337Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T16:45:20.448Z] Removing intermediate container da6a2d670fe3 [2020-12-07T16:45:20.448Z] ---> 32aac66feafd [2020-12-07T16:45:20.448Z] Step 23/23 : LABEL version=2.0.0-dev.6 [2020-12-07T16:45:20.448Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:45:20.448Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:45:20.448Z] OK: 12616 distinct packages available [2020-12-07T16:45:20.448Z] ---> Running in 85ab403a7d46 [2020-12-07T16:45:20.670Z] ---> Running in 2557ddc189c1 [2020-12-07T16:45:20.670Z] Removing intermediate container 36f5071a1e60 [2020-12-07T16:45:20.670Z] ---> a174e16f6644 [2020-12-07T16:45:20.670Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T16:45:20.670Z] Successfully built ab90662b92fe [2020-12-07T16:45:20.670Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-07T16:45:20.670Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-12-07T16:45:20.670Z] ---> Running in 217c254c0eb2 [2020-12-07T16:45:20.999Z] Removing intermediate container 05877bb802cb [2020-12-07T16:45:20.999Z] ---> 44afcb75dc2b [2020-12-07T16:45:20.999Z] Step 22/22 : LABEL version=2.0.0-dev.6 [2020-12-07T16:45:20.999Z] Removing intermediate container 2557ddc189c1 [2020-12-07T16:45:20.999Z] ---> 49d548651f0e [2020-12-07T16:45:20.999Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T16:45:20.999Z] ---> Running in edc921de0369 [2020-12-07T16:45:21.327Z] Removing intermediate container 217c254c0eb2 [2020-12-07T16:45:21.327Z] ---> 67b3e86bcd0a [2020-12-07T16:45:21.327Z] Step 23/24 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:45:21.518Z] OK: 217 MiB in 51 packages [2020-12-07T16:45:21.518Z] Removing intermediate container 85ab403a7d46 [2020-12-07T16:45:21.518Z] ---> fecbacc65c68 [2020-12-07T16:45:21.518Z] [2020-12-07T16:45:21.961Z] ---> Running in 8dec422bc020 [2020-12-07T16:45:21.961Z] Removing intermediate container 4f4c90f1b72b [2020-12-07T16:45:21.961Z] ---> 0122d5f413a0 [2020-12-07T16:45:21.961Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T16:45:21.961Z] Removing intermediate container edc921de0369 [2020-12-07T16:45:21.961Z] ---> 7ff66833f840 [2020-12-07T16:45:21.961Z] [2020-12-07T16:45:22.154Z] Successfully built fecbacc65c68 [2020-12-07T16:45:22.154Z] Removing intermediate container 438e4a7d4ef7 [2020-12-07T16:45:22.154Z] ---> 7b6d41d2b8b6 [2020-12-07T16:45:22.154Z] Step 8/24 : COPY . . [2020-12-07T16:45:22.154Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-07T16:45:22.154Z] Building docker-security-proxy-setup-go [2020-12-07T16:45:22.268Z] Successfully built 7ff66833f840 [2020-12-07T16:45:22.590Z] ---> 67076467956d [2020-12-07T16:45:22.590Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T16:45:22.590Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-07T16:45:22.590Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-12-07T16:45:22.590Z] ---> Running in 49b6cbf725a6 [2020-12-07T16:45:22.900Z] Removing intermediate container 8dec422bc020 [2020-12-07T16:45:22.900Z] ---> 6c1823b44215 [2020-12-07T16:45:22.900Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2020-12-07T16:45:22.900Z] ---> Running in 084b3a909dc7 [2020-12-07T16:45:23.202Z]  Building docker-core-data-go ... done Removing intermediate container 6430be9d1555 [2020-12-07T16:45:23.202Z] ---> 3d9cd2ff99cb [2020-12-07T16:45:23.202Z] Step 7/29 : COPY . . [2020-12-07T16:45:24.257Z] Removing intermediate container 0151cdfbd985 [2020-12-07T16:45:24.257Z] ---> 3426cc71deb1 [2020-12-07T16:45:24.257Z] Step 6/27 : COPY go.mod . [2020-12-07T16:45:24.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:24.605Z] ---> b29058c85ce1 [2020-12-07T16:45:24.605Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T16:45:25.306Z] Removing intermediate container 084b3a909dc7 [2020-12-07T16:45:25.306Z] ---> 9f13481ba40d [2020-12-07T16:45:25.306Z] [2020-12-07T16:45:25.621Z] Successfully built 9f13481ba40d [2020-12-07T16:45:26.287Z] Successfully tagged docker-support-notifications-go:latest [2020-12-07T16:45:26.287Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-12-07T16:45:26.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:26.949Z] ---> 8022b6c35519 [2020-12-07T16:45:26.949Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T16:45:27.836Z] ---> 26a088bc66e3 [2020-12-07T16:45:27.836Z] Step 7/27 : RUN go mod download [2020-12-07T16:45:28.030Z] ---> Running in fd2c84e53338 [2020-12-07T16:45:28.532Z] ---> Running in 9551a614bb0c [2020-12-07T16:45:29.139Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T16:45:29.139Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T16:45:29.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:29.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:45:29.438Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T16:45:29.753Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T16:45:29.753Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T16:45:29.753Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T16:45:29.753Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T16:45:29.753Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T16:45:29.753Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T16:45:29.753Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T16:45:30.463Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T16:45:32.723Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T16:45:32.723Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:45:32.723Z] OK: 8 MiB in 19 packages [2020-12-07T16:45:34.932Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T16:45:34.932Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T16:45:34.932Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T16:45:34.932Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T16:45:34.932Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T16:45:35.290Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T16:45:35.290Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T16:45:35.290Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T16:45:35.290Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T16:45:35.590Z] Removing intermediate container 9551a614bb0c [2020-12-07T16:45:35.590Z] ---> d7c92d38be5d [2020-12-07T16:45:35.590Z] Step 8/27 : COPY . . [2020-12-07T16:45:35.639Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T16:45:35.639Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T16:45:35.639Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T16:45:35.639Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T16:45:36.259Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T16:45:36.543Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T16:45:36.543Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T16:45:37.218Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T16:45:37.218Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T16:45:37.548Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T16:45:37.548Z] Removing intermediate container 49b6cbf725a6 [2020-12-07T16:45:37.548Z] ---> 59075860b39e [2020-12-07T16:45:37.548Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T16:45:37.548Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T16:45:37.682Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:45:37.682Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:45:37.682Z] ---> ebf59a330fca [2020-12-07T16:45:37.682Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:45:37.682Z] ---> Using cache [2020-12-07T16:45:37.682Z] ---> 8ddee42e5d30 [2020-12-07T16:45:37.682Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:45:37.682Z] ---> Using cache [2020-12-07T16:45:37.682Z] ---> ff1f1738a82b [2020-12-07T16:45:37.682Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T16:45:37.682Z] ---> Using cache [2020-12-07T16:45:37.682Z] ---> 248693ae6efd [2020-12-07T16:45:37.682Z] Step 6/21 : COPY go.mod . [2020-12-07T16:45:37.682Z] ---> Using cache [2020-12-07T16:45:37.682Z] ---> 81184cb08973 [2020-12-07T16:45:37.682Z] Step 7/21 : RUN go mod download [2020-12-07T16:45:37.682Z] ---> Using cache [2020-12-07T16:45:37.682Z] ---> beebbc6d2382 [2020-12-07T16:45:37.682Z] Step 8/21 : COPY . . [2020-12-07T16:45:37.918Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T16:45:37.918Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T16:45:37.918Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T16:45:37.919Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T16:45:37.919Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T16:45:37.988Z] ---> Using cache [2020-12-07T16:45:37.988Z] ---> b9ddb500631b [2020-12-07T16:45:37.988Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T16:45:38.226Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T16:45:39.422Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:45:39.422Z] OK: 71 MiB in 55 packages [2020-12-07T16:45:39.538Z] ---> Running in de13910885a7 [2020-12-07T16:45:40.226Z] ---> b9a6d94b4023 [2020-12-07T16:45:40.226Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T16:45:40.534Z] ---> 0a967c77d4e1 [2020-12-07T16:45:40.534Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T16:45:40.609Z] ---> bec4db99f04c [2020-12-07T16:45:40.609Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T16:45:40.876Z] ---> Running in 4285546dae4d [2020-12-07T16:45:41.175Z] ---> Running in a8ddc88d1727 [2020-12-07T16:45:41.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T16:45:41.803Z] Removing intermediate container 7287431d3057 [2020-12-07T16:45:41.803Z] ---> ef1de8d0a322 [2020-12-07T16:45:41.803Z] [2020-12-07T16:45:41.803Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T16:45:41.803Z] ---> 536a684cf733 [2020-12-07T16:45:41.803Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:45:41.803Z] ---> Using cache [2020-12-07T16:45:41.803Z] ---> 096ab0f504b1 [2020-12-07T16:45:41.803Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T16:45:42.093Z] ---> Running in 07012c91a48b [2020-12-07T16:45:43.165Z] Removing intermediate container 07012c91a48b [2020-12-07T16:45:43.165Z] ---> 3cc2a6c8234f [2020-12-07T16:45:43.165Z] Step 13/22 : WORKDIR / [2020-12-07T16:45:43.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T16:45:43.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T16:45:43.450Z] ---> Running in 819ea63c3c20 [2020-12-07T16:45:44.375Z] ---> 0fb3eaf5b53e [2020-12-07T16:45:44.376Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T16:45:44.480Z] Removing intermediate container 819ea63c3c20 [2020-12-07T16:45:44.480Z] ---> a00a322a4add [2020-12-07T16:45:44.480Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T16:45:45.939Z] ---> 39a275ca6427 [2020-12-07T16:45:45.939Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T16:45:46.325Z] ---> Running in 0f2b70f861ab [2020-12-07T16:45:46.493Z] ---> 17a6dbc0603b [2020-12-07T16:45:46.493Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T16:45:48.130Z] Removing intermediate container 0f2b70f861ab [2020-12-07T16:45:48.130Z] ---> 51200ee14f79 [2020-12-07T16:45:48.130Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:45:48.496Z] ---> Running in 49fbfc26a57b [2020-12-07T16:45:49.266Z] ---> 1c980cdcbd0f [2020-12-07T16:45:49.266Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T16:45:50.066Z] Removing intermediate container 49fbfc26a57b [2020-12-07T16:45:50.066Z] ---> f1ebf7ff1c28 [2020-12-07T16:45:50.066Z] Step 21/23 : LABEL arch=x86_64 [2020-12-07T16:45:50.284Z] ---> 61e309e36c57 [2020-12-07T16:45:50.284Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T16:45:50.589Z] ---> Running in 3596ec209f7e [2020-12-07T16:45:50.708Z] ---> Running in 35e325151a2a [2020-12-07T16:45:50.878Z] ---> 742bf89ddb4e [2020-12-07T16:45:50.878Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T16:45:51.809Z] Removing intermediate container 35e325151a2a [2020-12-07T16:45:51.810Z] ---> 28f98c404e04 [2020-12-07T16:45:51.810Z] Step 22/23 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:45:52.387Z] ---> 43cf418a5125 [2020-12-07T16:45:52.387Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T16:45:52.666Z] ---> Running in f41080f9b652 [2020-12-07T16:45:52.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T16:45:52.964Z] ---> Running in 2a7d92c15a39 [2020-12-07T16:45:53.644Z] Removing intermediate container 2a7d92c15a39 [2020-12-07T16:45:53.644Z] ---> f90474550d4d [2020-12-07T16:45:53.644Z] Step 23/23 : LABEL version=2.0.0-dev.6 [2020-12-07T16:45:55.199Z] ---> Running in 234a056b790c [2020-12-07T16:45:56.311Z] Removing intermediate container 234a056b790c [2020-12-07T16:45:56.311Z] ---> 3c3862ade773 [2020-12-07T16:45:56.311Z] [2020-12-07T16:45:56.409Z] Removing intermediate container f41080f9b652 [2020-12-07T16:45:56.409Z] ---> 6aff63413fb3 [2020-12-07T16:45:56.409Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T16:45:56.409Z] ---> Running in 1f77e1cf87f0 [2020-12-07T16:45:57.016Z] Removing intermediate container 1f77e1cf87f0 [2020-12-07T16:45:57.016Z] ---> 85dbca5d6016 [2020-12-07T16:45:57.016Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T16:45:57.302Z] ---> Running in bf05fab7e5c8 [2020-12-07T16:45:57.927Z] Removing intermediate container bf05fab7e5c8 [2020-12-07T16:45:57.927Z] ---> 625fecb09ec1 [2020-12-07T16:45:57.927Z] Step 21/22 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:45:58.203Z] ---> Running in 29d62b28880b [2020-12-07T16:45:58.480Z] Successfully built 3c3862ade773 [2020-12-07T16:45:58.480Z] Successfully tagged docker-core-data-go:latest [2020-12-07T16:45:58.480Z] Building docker-security-secretstore-setup-go [2020-12-07T16:45:58.806Z] Removing intermediate container 29d62b28880b [2020-12-07T16:45:58.806Z] ---> 4ae7ae4481fd [2020-12-07T16:45:58.806Z] Step 22/22 : LABEL version=2.0.0-dev.6 [2020-12-07T16:45:59.082Z] ---> Running in e12d81274385 [2020-12-07T16:46:00.075Z] Removing intermediate container e12d81274385 [2020-12-07T16:46:00.075Z] ---> eb4c66db097b [2020-12-07T16:46:00.075Z] [2020-12-07T16:46:00.369Z] Successfully built eb4c66db097b [2020-12-07T16:46:00.369Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-07T16:46:03.246Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:46:03.246Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:46:03.246Z] ---> 65e4ab7ef4cd [2020-12-07T16:46:03.246Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:46:03.246Z] ---> Using cache [2020-12-07T16:46:03.246Z] ---> f2d7dc6ef21b [2020-12-07T16:46:03.246Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:46:03.246Z] ---> Using cache [2020-12-07T16:46:03.246Z] ---> a061c9540cd9 [2020-12-07T16:46:03.246Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:46:03.246Z] ---> Using cache [2020-12-07T16:46:03.246Z] ---> 73f8e93ccdff [2020-12-07T16:46:03.246Z] Step 6/22 : COPY go.mod . [2020-12-07T16:46:03.246Z] ---> Using cache [2020-12-07T16:46:03.246Z] ---> 3aff176bf0a6 [2020-12-07T16:46:03.246Z] Step 7/22 : RUN go mod download [2020-12-07T16:46:03.246Z] ---> Using cache [2020-12-07T16:46:03.246Z] ---> 0de089910281 [2020-12-07T16:46:03.246Z] Step 8/22 : COPY . . [2020-12-07T16:46:03.592Z] ---> Using cache [2020-12-07T16:46:03.592Z] ---> e3fa03871e2f [2020-12-07T16:46:03.592Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T16:46:04.622Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:46:04.622Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:46:04.622Z] ---> 65e4ab7ef4cd [2020-12-07T16:46:04.622Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:46:04.622Z] ---> Using cache [2020-12-07T16:46:04.622Z] ---> f2d7dc6ef21b [2020-12-07T16:46:04.622Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:46:04.622Z] ---> Using cache [2020-12-07T16:46:04.622Z] ---> a061c9540cd9 [2020-12-07T16:46:04.622Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:46:04.622Z] ---> Using cache [2020-12-07T16:46:04.622Z] ---> 73f8e93ccdff [2020-12-07T16:46:04.622Z] Step 6/22 : COPY go.mod . [2020-12-07T16:46:04.622Z] ---> Using cache [2020-12-07T16:46:04.622Z] ---> 3aff176bf0a6 [2020-12-07T16:46:04.622Z] Step 7/22 : RUN go mod download [2020-12-07T16:46:04.622Z] ---> Using cache [2020-12-07T16:46:04.622Z] ---> 0de089910281 [2020-12-07T16:46:04.622Z] Step 8/22 : COPY . . [2020-12-07T16:46:04.622Z] ---> Using cache [2020-12-07T16:46:04.622Z] ---> e3fa03871e2f [2020-12-07T16:46:04.622Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T16:46:05.649Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:46:05.649Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:46:05.649Z] ---> 65e4ab7ef4cd [2020-12-07T16:46:05.649Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:46:05.649Z] ---> Using cache [2020-12-07T16:46:05.649Z] ---> f2d7dc6ef21b [2020-12-07T16:46:05.649Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:46:05.649Z] ---> Using cache [2020-12-07T16:46:05.649Z] ---> a061c9540cd9 [2020-12-07T16:46:05.649Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T16:46:05.649Z] ---> Using cache [2020-12-07T16:46:05.649Z] ---> 73f8e93ccdff [2020-12-07T16:46:05.650Z] Step 6/21 : COPY go.mod . [2020-12-07T16:46:05.650Z] ---> Using cache [2020-12-07T16:46:05.650Z] ---> 3aff176bf0a6 [2020-12-07T16:46:05.650Z] Step 7/21 : RUN go mod download [2020-12-07T16:46:05.650Z] ---> Using cache [2020-12-07T16:46:05.650Z] ---> 0de089910281 [2020-12-07T16:46:05.650Z] Step 8/21 : COPY . . [2020-12-07T16:46:05.650Z] ---> Using cache [2020-12-07T16:46:05.650Z] ---> e3fa03871e2f [2020-12-07T16:46:05.650Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T16:46:06.317Z] ---> Running in 08194a7348c3 [2020-12-07T16:46:06.317Z] ---> Running in 38572b96e8de [2020-12-07T16:46:07.112Z] ---> Running in 4aa6d913b474 [2020-12-07T16:46:10.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T16:46:10.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T16:46:10.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T16:46:26.377Z] Removing intermediate container fd2c84e53338 [2020-12-07T16:46:26.377Z] ---> 742c81706094 [2020-12-07T16:46:26.377Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T16:46:26.377Z] ---> Running in 5589696c7fd2 [2020-12-07T16:46:34.814Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:46:34.814Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:46:34.814Z] ---> 65e4ab7ef4cd [2020-12-07T16:46:34.814Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:46:34.814Z] ---> Using cache [2020-12-07T16:46:34.814Z] ---> f2d7dc6ef21b [2020-12-07T16:46:34.814Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:46:34.814Z] ---> Using cache [2020-12-07T16:46:34.814Z] ---> a061c9540cd9 [2020-12-07T16:46:34.814Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T16:46:34.814Z] ---> Using cache [2020-12-07T16:46:34.814Z] ---> 73f8e93ccdff [2020-12-07T16:46:34.814Z] Step 6/24 : COPY go.mod . [2020-12-07T16:46:34.814Z] ---> Using cache [2020-12-07T16:46:34.814Z] ---> 3aff176bf0a6 [2020-12-07T16:46:34.814Z] Step 7/24 : RUN go mod download [2020-12-07T16:46:34.814Z] ---> Using cache [2020-12-07T16:46:34.814Z] ---> 0de089910281 [2020-12-07T16:46:34.814Z] Step 8/24 : COPY . . [2020-12-07T16:46:34.814Z] ---> Using cache [2020-12-07T16:46:34.814Z] ---> e3fa03871e2f [2020-12-07T16:46:34.814Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T16:46:34.814Z] ---> Running in e1dce508ce89 [2020-12-07T16:46:36.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T16:46:40.728Z] Collecting docker-compose==1.23.2 [2020-12-07T16:46:40.728Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T16:46:41.054Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T16:46:41.054Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T16:46:43.185Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T16:46:43.185Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T16:46:43.513Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T16:46:43.513Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T16:46:43.797Z] 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-12-07T16:46:44.074Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T16:46:44.074Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T16:46:44.768Z] Collecting PyYAML<4,>=3.10 [2020-12-07T16:46:44.768Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T16:46:46.922Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T16:46:46.922Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T16:46:47.217Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T16:46:47.217Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T16:46:47.609Z]  Building docker-security-bootstrap-redis-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-07T16:46:48.282Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T16:46:48.282Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T16:46:49.305Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T16:46:49.305Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T16:46:49.639Z] 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-12-07T16:46:49.915Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T16:46:49.915Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T16:46:50.298Z] Removing intermediate container a8ddc88d1727 [2020-12-07T16:46:50.298Z] ---> 45ece9a6325a [2020-12-07T16:46:50.298Z] [2020-12-07T16:46:50.298Z] Step 9/29 : FROM alpine:latest [2020-12-07T16:46:50.298Z] ---> 2e77e061c27f [2020-12-07T16:46:50.298Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T16:46:50.298Z] ---> Running in 9f7d35109789 [2020-12-07T16:46:50.576Z] Collecting idna<2.8,>=2.5 [2020-12-07T16:46:50.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-07T16:46:50.576Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T16:46:50.576Z] 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-12-07T16:46:50.576Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T16:46:50.576Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T16:46:50.859Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T16:46:50.859Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T16:46:50.859Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T16:46:50.859Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T16:46:50.914Z] Removing intermediate container 9f7d35109789 [2020-12-07T16:46:50.914Z] ---> 5f948a1f7f70 [2020-12-07T16:46:50.914Z] Step 11/29 : USER root [2020-12-07T16:46:51.171Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, cached-property, dockerpty, texttable, docker-compose [2020-12-07T16:46:51.172Z] Running setup.py install for docopt: started [2020-12-07T16:46:51.193Z] ---> Running in 745ea31f694e [2020-12-07T16:46:51.794Z] Removing intermediate container 745ea31f694e [2020-12-07T16:46:51.794Z] ---> 5daeb9de753b [2020-12-07T16:46:51.794Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T16:46:52.075Z] ---> Running in 826d820952d7 [2020-12-07T16:46:52.735Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T16:46:52.735Z] Attempting uninstall: urllib3 [2020-12-07T16:46:52.735Z] Found existing installation: urllib3 1.25.9 [2020-12-07T16:46:52.735Z] Uninstalling urllib3-1.25.9: [2020-12-07T16:46:53.372Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T16:46:53.994Z] Attempting uninstall: idna [2020-12-07T16:46:53.994Z] Found existing installation: idna 2.9 [2020-12-07T16:46:53.994Z] Uninstalling idna-2.9: [2020-12-07T16:46:53.994Z] Successfully uninstalled idna-2.9 [2020-12-07T16:46:54.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:46:54.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:46:54.623Z] Attempting uninstall: requests [2020-12-07T16:46:54.623Z] Found existing installation: requests 2.23.0 [2020-12-07T16:46:54.623Z] Uninstalling requests-2.23.0: [2020-12-07T16:46:54.623Z] Successfully uninstalled requests-2.23.0 [2020-12-07T16:46:54.685Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:46:54.685Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:46:54.685Z] OK: 12617 distinct packages available [2020-12-07T16:46:55.687Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T16:46:55.687Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T16:46:55.687Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:46:55.687Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:46:55.968Z] OK: 6 MiB in 16 packages [2020-12-07T16:46:58.645Z] Removing intermediate container de13910885a7 [2020-12-07T16:46:58.645Z] ---> 4aa55ce4d49d [2020-12-07T16:46:58.645Z] [2020-12-07T16:46:58.645Z] Step 10/21 : FROM alpine [2020-12-07T16:46:58.645Z] ---> 2e77e061c27f [2020-12-07T16:46:58.645Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T16:46:58.944Z] ---> Running in 067be58a07ac [2020-12-07T16:46:58.945Z] Removing intermediate container 826d820952d7 [2020-12-07T16:46:58.945Z] ---> 61cadf59954a [2020-12-07T16:46:58.945Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T16:46:59.106Z] Running setup.py install for PyYAML: started [2020-12-07T16:46:59.226Z] ---> Running in e2fbc3eca68a [2020-12-07T16:47:00.226Z] Removing intermediate container e2fbc3eca68a [2020-12-07T16:47:00.226Z] ---> 4f587f50fb91 [2020-12-07T16:47:00.226Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T16:47:00.520Z] ---> Running in 64c51b6a926e [2020-12-07T16:47:00.602Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T16:47:00.602Z] Running setup.py install for dockerpty: started [2020-12-07T16:47:00.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:47:01.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:47:01.350Z] Removing intermediate container 64c51b6a926e [2020-12-07T16:47:01.350Z] ---> 999aebd6377d [2020-12-07T16:47:01.350Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T16:47:01.626Z] ---> Running in dfd132079aa7 [2020-12-07T16:47:01.626Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:47:01.626Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:47:01.626Z] OK: 12617 distinct packages available [2020-12-07T16:47:01.659Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T16:47:02.364Z] Running setup.py install for texttable: started [2020-12-07T16:47:02.625Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T16:47:02.625Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:47:02.901Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T16:47:02.901Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T16:47:02.901Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:47:02.901Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:47:03.189Z] OK: 7 MiB in 18 packages [2020-12-07T16:47:03.545Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T16:47:04.643Z] Removing intermediate container dfd132079aa7 [2020-12-07T16:47:04.643Z] ---> 9489b080df20 [2020-12-07T16:47:04.643Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T16:47:04.684Z] 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-12-07T16:47:05.632Z] Removing intermediate container 067be58a07ac [2020-12-07T16:47:05.633Z] ---> d87f00227892 [2020-12-07T16:47:05.633Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:47:05.909Z] ---> Running in 9ee3848ef340 [2020-12-07T16:47:06.193Z] ---> 680a08e79263 [2020-12-07T16:47:06.193Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T16:47:06.483Z] Removing intermediate container 3596ec209f7e [2020-12-07T16:47:06.483Z] ---> 73239b4c4196 [2020-12-07T16:47:06.483Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T16:47:06.763Z] Removing intermediate container 9ee3848ef340 [2020-12-07T16:47:06.763Z] ---> 2fcbaafab785 [2020-12-07T16:47:06.763Z] Step 13/21 : WORKDIR /edgex [2020-12-07T16:47:07.038Z] ---> Running in 8611203d1e5c [2020-12-07T16:47:07.038Z] ---> Running in 39100c5ffc36 [2020-12-07T16:47:07.655Z] ---> 8db0821c841b [2020-12-07T16:47:07.655Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T16:47:07.936Z] Removing intermediate container 39100c5ffc36 [2020-12-07T16:47:07.936Z] ---> b3bb58f098b3 [2020-12-07T16:47:07.936Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T16:47:08.166Z] Removing intermediate container 4aa6d913b474 [2020-12-07T16:47:08.166Z] ---> d4f490522e41 [2020-12-07T16:47:08.166Z] [2020-12-07T16:47:08.166Z] Step 10/21 : FROM alpine [2020-12-07T16:47:08.166Z] ---> d6e46aa2470d [2020-12-07T16:47:08.166Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T16:47:08.500Z] Removing intermediate container 38572b96e8de [2020-12-07T16:47:08.500Z] ---> ae2f7f502737 [2020-12-07T16:47:08.500Z] [2020-12-07T16:47:08.500Z] Step 10/22 : FROM scratch [2020-12-07T16:47:08.500Z] ---> [2020-12-07T16:47:08.500Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:47:08.500Z] ---> Running in 814b7d375a2d [2020-12-07T16:47:08.921Z] ---> 063be1333b72 [2020-12-07T16:47:08.921Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T16:47:08.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T16:47:08.921Z] ---> af806f356aa2 [2020-12-07T16:47:08.921Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T16:47:10.373Z] ---> 17cb582bc82b [2020-12-07T16:47:10.373Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T16:47:10.806Z] ---> Using cache [2020-12-07T16:47:10.806Z] ---> 47803a8aafb1 [2020-12-07T16:47:10.806Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T16:47:10.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:47:10.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:47:11.119Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:47:11.119Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:47:11.119Z] OK: 12746 distinct packages available [2020-12-07T16:47:11.361Z] ---> 742423a3c64f [2020-12-07T16:47:11.362Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T16:47:11.637Z] Removing intermediate container 4285546dae4d [2020-12-07T16:47:11.637Z] ---> daa28cabfc2d [2020-12-07T16:47:11.637Z] [2020-12-07T16:47:11.637Z] Step 10/24 : FROM scratch [2020-12-07T16:47:11.637Z] ---> [2020-12-07T16:47:11.637Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T16:47:11.798Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T16:47:11.798Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:47:11.913Z] ---> 534bbafe545b [2020-12-07T16:47:11.914Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T16:47:11.914Z] ---> Running in 01390dc6832b [2020-12-07T16:47:12.071Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T16:47:12.071Z] ---> Running in 97bcdfa5ede6 [2020-12-07T16:47:12.071Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T16:47:12.071Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:47:12.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T16:47:12.188Z] ---> Running in d4d56f885c01 [2020-12-07T16:47:12.365Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:47:12.637Z] OK: 7 MiB in 18 packages [2020-12-07T16:47:12.789Z] ---> 3a2680ec2d5e [2020-12-07T16:47:12.789Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T16:47:12.789Z] Removing intermediate container 01390dc6832b [2020-12-07T16:47:12.789Z] ---> 5888f4608d14 [2020-12-07T16:47:12.789Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T16:47:12.789Z] Removing intermediate container 8611203d1e5c [2020-12-07T16:47:12.789Z] ---> f1f69940f185 [2020-12-07T16:47:12.789Z] [2020-12-07T16:47:12.789Z] Step 11/27 : FROM docker:latest [2020-12-07T16:47:12.789Z] ---> 84e3a507c27b [2020-12-07T16:47:12.789Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T16:47:12.789Z] ---> Running in 5f36a733bee0 [2020-12-07T16:47:12.789Z] ---> Running in 37e0bada1e6b [2020-12-07T16:47:12.957Z] Removing intermediate container 5589696c7fd2 [2020-12-07T16:47:12.957Z] ---> b71cd0d86a77 [2020-12-07T16:47:12.957Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T16:47:13.062Z] ---> Running in 64baf2f0da6e [2020-12-07T16:47:13.612Z] Removing intermediate container 97bcdfa5ede6 [2020-12-07T16:47:13.612Z] ---> 93e12704ab8a [2020-12-07T16:47:13.612Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:47:13.669Z] Removing intermediate container 5f36a733bee0 [2020-12-07T16:47:13.669Z] ---> c83df4cc4cf4 [2020-12-07T16:47:13.669Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T16:47:13.669Z] Removing intermediate container 37e0bada1e6b [2020-12-07T16:47:13.669Z] ---> d5e024e57b5d [2020-12-07T16:47:13.669Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T16:47:13.669Z] ---> Running in 4ff851e69e43 [2020-12-07T16:47:13.669Z] ---> Running in 13daad7c7315 [2020-12-07T16:47:13.906Z] ---> Running in ab43829fd24f [2020-12-07T16:47:13.906Z] ---> Running in c2b8a6d08625 [2020-12-07T16:47:14.243Z] Removing intermediate container 08194a7348c3 [2020-12-07T16:47:14.243Z] ---> c7860abea540 [2020-12-07T16:47:14.243Z] [2020-12-07T16:47:14.243Z] Step 10/22 : FROM scratch [2020-12-07T16:47:14.243Z] ---> [2020-12-07T16:47:14.243Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:47:14.243Z] ---> Using cache [2020-12-07T16:47:14.243Z] ---> 47803a8aafb1 [2020-12-07T16:47:14.243Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T16:47:14.649Z] Removing intermediate container 4ff851e69e43 [2020-12-07T16:47:14.650Z] ---> 204abab954ca [2020-12-07T16:47:14.650Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T16:47:14.650Z] Removing intermediate container 13daad7c7315 [2020-12-07T16:47:14.650Z] ---> 3857fe746b59 [2020-12-07T16:47:14.650Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T16:47:14.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:47:14.650Z] ---> Running in 1e581e2e0e62 [2020-12-07T16:47:14.909Z] ---> Running in fba8935b78c9 [2020-12-07T16:47:14.922Z] Removing intermediate container d4d56f885c01 [2020-12-07T16:47:14.922Z] ---> f14d2a1563d8 [2020-12-07T16:47:14.922Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:47:14.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:47:15.186Z] Removing intermediate container c2b8a6d08625 [2020-12-07T16:47:15.186Z] ---> 93ba2f4b1460 [2020-12-07T16:47:15.186Z] Step 14/22 : WORKDIR / [2020-12-07T16:47:15.186Z] Removing intermediate container 814b7d375a2d [2020-12-07T16:47:15.186Z] ---> c9a636dbbd3c [2020-12-07T16:47:15.186Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:47:15.192Z] Removing intermediate container 1e581e2e0e62 [2020-12-07T16:47:15.192Z] ---> 9b95f39e0346 [2020-12-07T16:47:15.192Z] Step 20/21 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:15.465Z] ---> a4637bef75a3 [2020-12-07T16:47:15.465Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T16:47:15.465Z] ---> Running in 310551a88b15 [2020-12-07T16:47:15.465Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T16:47:15.465Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T16:47:15.751Z] Executing bash-5.0.17-r0.post-install [2020-12-07T16:47:15.751Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:47:15.751Z] OK: 12 MiB in 22 packages [2020-12-07T16:47:15.751Z] ---> 67c761ddb19f [2020-12-07T16:47:15.751Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:47:15.941Z] ---> Running in b81efbbe5e25 [2020-12-07T16:47:16.040Z] ---> Running in 5cdfa357ae0d [2020-12-07T16:47:16.040Z] Removing intermediate container 310551a88b15 [2020-12-07T16:47:16.040Z] ---> c6e00e1d8897 [2020-12-07T16:47:16.040Z] Step 21/21 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:16.272Z] Removing intermediate container fba8935b78c9 [2020-12-07T16:47:16.272Z] ---> 8f827fad6262 [2020-12-07T16:47:16.272Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:47:16.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:47:16.272Z] ---> Running in d758207eb948 [2020-12-07T16:47:16.272Z] ---> Running in e0220c945ca5 [2020-12-07T16:47:16.336Z] ---> Running in 2edbcc7cb230 [2020-12-07T16:47:16.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:47:16.587Z] Removing intermediate container b81efbbe5e25 [2020-12-07T16:47:16.587Z] ---> 97ef231b6d11 [2020-12-07T16:47:16.587Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T16:47:16.587Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:47:16.587Z] Removing intermediate container e0220c945ca5 [2020-12-07T16:47:16.587Z] ---> d13497e512ec [2020-12-07T16:47:16.587Z] Step 14/22 : WORKDIR / [2020-12-07T16:47:16.587Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T16:47:16.587Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T16:47:16.587Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:47:16.632Z] ---> 44b49357eb2e [2020-12-07T16:47:16.632Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T16:47:16.887Z] Removing intermediate container d758207eb948 [2020-12-07T16:47:16.887Z] ---> d00940076398 [2020-12-07T16:47:16.887Z] Step 13/21 : WORKDIR /edgex [2020-12-07T16:47:16.887Z] OK: 72 MiB in 58 packages [2020-12-07T16:47:16.887Z] ---> Running in 5746d6720118 [2020-12-07T16:47:16.887Z] ---> Running in 03e896a86efe [2020-12-07T16:47:16.887Z] ---> 40986ba6e4b8 [2020-12-07T16:47:16.887Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T16:47:16.912Z] Removing intermediate container 2edbcc7cb230 [2020-12-07T16:47:16.912Z] ---> a84d30ef9f66 [2020-12-07T16:47:16.912Z] [2020-12-07T16:47:17.169Z] Removing intermediate container 5746d6720118 [2020-12-07T16:47:17.169Z] ---> 0eb8db14762b [2020-12-07T16:47:17.169Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T16:47:17.189Z] Successfully built a84d30ef9f66 [2020-12-07T16:47:17.465Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-07T16:47:17.465Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 64baf2f0da6e [2020-12-07T16:47:17.465Z] ---> 0622c0d81213 [2020-12-07T16:47:17.465Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T16:47:17.743Z] ---> Running in 400aa083ce4c [2020-12-07T16:47:17.817Z] Removing intermediate container 03e896a86efe [2020-12-07T16:47:17.817Z] ---> 6c0b6b169a92 [2020-12-07T16:47:17.817Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T16:47:18.225Z] ---> c36f6c429059 [2020-12-07T16:47:18.225Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T16:47:18.351Z] ---> fcbe6790704a [2020-12-07T16:47:18.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T16:47:18.889Z] ---> fefb4fdee696 [2020-12-07T16:47:18.889Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T16:47:18.889Z] ---> 7ccab55b7048 [2020-12-07T16:47:18.889Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T16:47:18.889Z] Removing intermediate container ab43829fd24f [2020-12-07T16:47:18.889Z] ---> 56020f0a5f0c [2020-12-07T16:47:18.889Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T16:47:19.349Z] Removing intermediate container 5cdfa357ae0d [2020-12-07T16:47:19.349Z] ---> 07a66b93fc00 [2020-12-07T16:47:19.349Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T16:47:19.349Z] ---> be8676dc573f [2020-12-07T16:47:19.349Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T16:47:19.349Z] ---> Running in 42237ea447e0 [2020-12-07T16:47:19.496Z] Removing intermediate container e1dce508ce89 [2020-12-07T16:47:19.496Z] ---> 5d6290577d69 [2020-12-07T16:47:19.496Z] [2020-12-07T16:47:19.496Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T16:47:19.496Z] ---> be4e4bea2c2e [2020-12-07T16:47:19.496Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:47:19.496Z] ---> Using cache [2020-12-07T16:47:19.496Z] ---> 2de6af0d90e5 [2020-12-07T16:47:19.496Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:47:19.496Z] ---> Running in 5c14c755a8e1 [2020-12-07T16:47:19.784Z] ---> Running in 2095f07297be [2020-12-07T16:47:19.784Z] ---> 423c718f8470 [2020-12-07T16:47:19.784Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T16:47:19.784Z] ---> 07e0f7ef1d5b [2020-12-07T16:47:19.784Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T16:47:19.784Z] ---> Running in 83a3ce11bc44 [2020-12-07T16:47:19.784Z] ---> 18502d7ba30e [2020-12-07T16:47:19.784Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T16:47:20.095Z] Removing intermediate container 5c14c755a8e1 [2020-12-07T16:47:20.095Z] ---> 4f5b4be3f898 [2020-12-07T16:47:20.095Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:47:20.095Z] Removing intermediate container 2095f07297be [2020-12-07T16:47:20.095Z] ---> c4e2add0b3b5 [2020-12-07T16:47:20.095Z] Step 13/24 : WORKDIR / [2020-12-07T16:47:20.095Z] ---> Running in c6be6cf218d1 [2020-12-07T16:47:20.384Z] ---> a78f9931e114 [2020-12-07T16:47:20.384Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T16:47:20.384Z] ---> Running in 11e8a1f8bbc7 [2020-12-07T16:47:20.384Z] Removing intermediate container 83a3ce11bc44 [2020-12-07T16:47:20.384Z] ---> 4af9da8c8d15 [2020-12-07T16:47:20.384Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:47:20.675Z] ---> Running in 1d6d9e332aa8 [2020-12-07T16:47:20.675Z] ---> Running in d310ae48d9a2 [2020-12-07T16:47:20.675Z] Removing intermediate container c6be6cf218d1 [2020-12-07T16:47:20.675Z] ---> e56315784420 [2020-12-07T16:47:20.675Z] Step 25/27 : LABEL arch=x86_64 [2020-12-07T16:47:20.803Z] Removing intermediate container 400aa083ce4c [2020-12-07T16:47:20.803Z] ---> de67ed4501ed [2020-12-07T16:47:20.803Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T16:47:20.803Z] ---> 7f04da57397a [2020-12-07T16:47:20.803Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T16:47:20.803Z] ---> Running in 6289a1b35b96 [2020-12-07T16:47:20.970Z] Removing intermediate container 11e8a1f8bbc7 [2020-12-07T16:47:20.970Z] ---> bd8b70d91fba [2020-12-07T16:47:20.970Z] 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-12-07T16:47:20.970Z] ---> Running in da443457c824 [2020-12-07T16:47:20.970Z] ---> 477dc38f4456 [2020-12-07T16:47:20.970Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T16:47:20.970Z] Removing intermediate container d310ae48d9a2 [2020-12-07T16:47:20.970Z] ---> 156b88bca963 [2020-12-07T16:47:20.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:47:20.971Z] Removing intermediate container 1d6d9e332aa8 [2020-12-07T16:47:20.971Z] ---> 2f37742f8fd8 [2020-12-07T16:47:20.971Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T16:47:21.246Z] ---> Running in d4b4064d5e7d [2020-12-07T16:47:21.246Z] ---> Running in 7a130bff9293 [2020-12-07T16:47:21.246Z] ---> Running in fad4cbe37c44 [2020-12-07T16:47:21.412Z] Removing intermediate container 6289a1b35b96 [2020-12-07T16:47:21.413Z] ---> d755610c461e [2020-12-07T16:47:21.413Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T16:47:21.516Z] Removing intermediate container da443457c824 [2020-12-07T16:47:21.516Z] ---> 19bea2e12508 [2020-12-07T16:47:21.516Z] Step 26/27 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:21.516Z] ---> 4b5d1d32e7e1 [2020-12-07T16:47:21.516Z] 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-12-07T16:47:21.704Z] ---> Running in adfdcc9cd254 [2020-12-07T16:47:21.704Z] ---> 2f421ea6be4a [2020-12-07T16:47:21.704Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T16:47:21.856Z] Removing intermediate container d4b4064d5e7d [2020-12-07T16:47:21.856Z] ---> 0bf49edaf9be [2020-12-07T16:47:21.856Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T16:47:21.856Z] ---> Running in a14800b84952 [2020-12-07T16:47:22.006Z] ---> Running in 1238f0a0f569 [2020-12-07T16:47:22.209Z] Removing intermediate container fad4cbe37c44 [2020-12-07T16:47:22.209Z] ---> 4e01fb41c1c3 [2020-12-07T16:47:22.209Z] Step 21/22 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:22.209Z] Removing intermediate container 7a130bff9293 [2020-12-07T16:47:22.209Z] ---> b27cece62a16 [2020-12-07T16:47:22.209Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T16:47:22.209Z] ---> Running in 92d824b754aa [2020-12-07T16:47:22.209Z] ---> aafbd559f0f8 [2020-12-07T16:47:22.209Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T16:47:22.209Z] ---> Running in e502e2d07cbd [2020-12-07T16:47:22.209Z] ---> Running in 221da9c749b4 [2020-12-07T16:47:22.287Z] Removing intermediate container adfdcc9cd254 [2020-12-07T16:47:22.288Z] ---> a0733caab642 [2020-12-07T16:47:22.288Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T16:47:22.574Z] ---> Running in 34025d5a14e7 [2020-12-07T16:47:22.574Z] Removing intermediate container 1238f0a0f569 [2020-12-07T16:47:22.574Z] ---> 396c756f487b [2020-12-07T16:47:22.574Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:47:22.574Z] Removing intermediate container 42237ea447e0 [2020-12-07T16:47:22.574Z] ---> fae1f417e4a4 [2020-12-07T16:47:22.574Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:47:22.837Z] Removing intermediate container a14800b84952 [2020-12-07T16:47:22.837Z] ---> 0c9da58d8e09 [2020-12-07T16:47:22.837Z] Step 27/27 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:22.837Z] Removing intermediate container 92d824b754aa [2020-12-07T16:47:22.837Z] ---> 1b8209327ab7 [2020-12-07T16:47:22.837Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T16:47:22.837Z] Removing intermediate container e502e2d07cbd [2020-12-07T16:47:22.837Z] ---> 7c4221f9a56f [2020-12-07T16:47:22.837Z] Step 22/22 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:22.837Z] ---> Running in 07b4ef9d7c47 [2020-12-07T16:47:22.837Z] Removing intermediate container 221da9c749b4 [2020-12-07T16:47:22.837Z] ---> b08aeacd6d44 [2020-12-07T16:47:22.837Z] Step 21/22 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:22.837Z] ---> 384ceb015f4f [2020-12-07T16:47:22.837Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T16:47:22.849Z] ---> Running in 2e178b219cbf [2020-12-07T16:47:22.849Z] ---> Running in 3c2429a48af3 [2020-12-07T16:47:23.119Z] ---> Running in 17940ec924fd [2020-12-07T16:47:23.119Z] ---> Running in 65f64960753b [2020-12-07T16:47:23.119Z] ---> Running in b85e1e0ae0ad [2020-12-07T16:47:23.119Z] Removing intermediate container 07b4ef9d7c47 [2020-12-07T16:47:23.119Z] ---> a54a444bdec6 [2020-12-07T16:47:23.119Z] [2020-12-07T16:47:23.125Z] Removing intermediate container 34025d5a14e7 [2020-12-07T16:47:23.126Z] ---> 0a62044e37e8 [2020-12-07T16:47:23.126Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T16:47:23.399Z] Removing intermediate container 2e178b219cbf [2020-12-07T16:47:23.399Z] ---> 4073a866cd9a [2020-12-07T16:47:23.399Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T16:47:23.399Z] Removing intermediate container 3c2429a48af3 [2020-12-07T16:47:23.399Z] ---> 65d704b506cc [2020-12-07T16:47:23.399Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T16:47:23.674Z] ---> Running in 197e19696af3 [2020-12-07T16:47:23.674Z] ---> Running in 94d703841106 [2020-12-07T16:47:23.733Z] Successfully built a54a444bdec6 [2020-12-07T16:47:23.733Z] Removing intermediate container 17940ec924fd [2020-12-07T16:47:23.733Z] ---> 850d093d5e3b [2020-12-07T16:47:23.733Z] Step 20/21 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:24.012Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-07T16:47:24.012Z] Building docker-security-secrets-setup-go [2020-12-07T16:47:24.012Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b85e1e0ae0ad [2020-12-07T16:47:24.012Z] ---> 46ab2f6aba77 [2020-12-07T16:47:24.012Z] Step 22/22 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:24.012Z] Removing intermediate container 65f64960753b [2020-12-07T16:47:24.012Z] ---> 0cabadb93e3f [2020-12-07T16:47:24.012Z] [2020-12-07T16:47:24.012Z] ---> Running in d147a35329d1 [2020-12-07T16:47:24.012Z] ---> 3ad269b7deaf [2020-12-07T16:47:24.012Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T16:47:24.305Z] ---> Running in 2569b59bfade [2020-12-07T16:47:24.305Z] Successfully built 0cabadb93e3f [2020-12-07T16:47:24.326Z] Removing intermediate container 197e19696af3 [2020-12-07T16:47:24.327Z] ---> e6f49d018eb1 [2020-12-07T16:47:24.327Z] Step 27/29 : LABEL arch=arm64 [2020-12-07T16:47:24.327Z] ---> da91a5997d97 [2020-12-07T16:47:24.327Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T16:47:24.327Z] Removing intermediate container 94d703841106 [2020-12-07T16:47:24.327Z] ---> 8df0b7ab4c72 [2020-12-07T16:47:24.327Z] Step 23/24 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:24.327Z] ---> Running in f30ff8c8aa0c [2020-12-07T16:47:24.586Z] Successfully tagged docker-core-command-go:latest [2020-12-07T16:47:24.586Z]  Building docker-core-command-go ... done Removing intermediate container d147a35329d1 [2020-12-07T16:47:24.586Z] ---> 6ab56205f4aa [2020-12-07T16:47:24.586Z] Step 21/21 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:24.603Z] ---> Running in d9ab0f56192a [2020-12-07T16:47:24.876Z] Removing intermediate container f30ff8c8aa0c [2020-12-07T16:47:24.876Z] ---> 84a97364c4f3 [2020-12-07T16:47:24.876Z] Step 28/29 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:25.149Z] Removing intermediate container d9ab0f56192a [2020-12-07T16:47:25.149Z] ---> 6647653f2f11 [2020-12-07T16:47:25.149Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:25.149Z] ---> Running in a6f13fcabae2 [2020-12-07T16:47:25.149Z] ---> 91860bd5b386 [2020-12-07T16:47:25.149Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T16:47:25.149Z] ---> Running in f0c526e7942e [2020-12-07T16:47:25.185Z] ---> Running in b8a547a7f339 [2020-12-07T16:47:25.185Z] Removing intermediate container 2569b59bfade [2020-12-07T16:47:25.185Z] ---> ac31f21bee27 [2020-12-07T16:47:25.185Z] [2020-12-07T16:47:25.422Z] Removing intermediate container a6f13fcabae2 [2020-12-07T16:47:25.422Z] ---> bc6e9f305fa6 [2020-12-07T16:47:25.422Z] Step 29/29 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:25.471Z] ---> 875cf9884aee [2020-12-07T16:47:25.471Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:47:25.471Z] Successfully built ac31f21bee27 [2020-12-07T16:47:25.471Z] Successfully tagged docker-core-metadata-go:latest [2020-12-07T16:47:25.697Z] ---> Running in ed3328e43b1a [2020-12-07T16:47:25.697Z] Removing intermediate container f0c526e7942e [2020-12-07T16:47:25.697Z] ---> 26d7c7efdcb8 [2020-12-07T16:47:25.697Z] [2020-12-07T16:47:25.746Z]  Building docker-core-metadata-go ... done Removing intermediate container b8a547a7f339 [2020-12-07T16:47:25.746Z] ---> ca97a1c253db [2020-12-07T16:47:25.746Z] [2020-12-07T16:47:26.020Z] ---> bae2a930c59a [2020-12-07T16:47:26.020Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:47:26.020Z] Successfully built ca97a1c253db [2020-12-07T16:47:26.020Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-07T16:47:26.020Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 4c8fc556813d [2020-12-07T16:47:26.292Z] Successfully built 26d7c7efdcb8 [2020-12-07T16:47:26.292Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-07T16:47:26.292Z]  Building docker-support-notifications-go ... done  ---> 3863e4c56b68 [2020-12-07T16:47:26.292Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T16:47:26.292Z] Removing intermediate container ed3328e43b1a [2020-12-07T16:47:26.292Z] ---> 0f0f0680e8ff [2020-12-07T16:47:26.292Z] [2020-12-07T16:47:26.565Z] ---> Running in cf5bee6e8073 [2020-12-07T16:47:26.565Z] Successfully built 0f0f0680e8ff [2020-12-07T16:47:26.838Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-07T16:47:27.812Z]  Building docker-security-secrets-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:47:27.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:47:28.400Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T16:47:28.400Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T16:47:28.400Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T16:47:28.400Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T16:47:28.400Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T16:47:28.400Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T16:47:28.670Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T16:47:30.108Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T16:47:30.108Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T16:47:30.108Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T16:47:30.108Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T16:47:30.108Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T16:47:30.108Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T16:47:30.390Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T16:47:30.390Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T16:47:30.390Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T16:47:30.390Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T16:47:30.390Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T16:47:30.394Z] Removing intermediate container 4c8fc556813d [2020-12-07T16:47:30.394Z] ---> 3111652cfddf [2020-12-07T16:47:30.394Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:47:30.394Z] ---> Running in 77fa30030bf3 [2020-12-07T16:47:30.394Z] Removing intermediate container 77fa30030bf3 [2020-12-07T16:47:30.394Z] ---> ead04b0db02a [2020-12-07T16:47:30.394Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T16:47:30.394Z] ---> Running in df09d307f3a3 [2020-12-07T16:47:30.664Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T16:47:30.664Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T16:47:30.664Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T16:47:30.664Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T16:47:30.664Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T16:47:30.664Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T16:47:30.664Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T16:47:30.992Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T16:47:30.992Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T16:47:30.992Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T16:47:30.992Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T16:47:30.992Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T16:47:30.992Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T16:47:30.992Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T16:47:30.992Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T16:47:30.992Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:47:30.999Z] Removing intermediate container df09d307f3a3 [2020-12-07T16:47:31.000Z] ---> 9992c96b9512 [2020-12-07T16:47:31.000Z] Step 23/24 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:47:31.326Z] OK: 71 MiB in 55 packages [2020-12-07T16:47:31.732Z] ---> Running in 0c4739c8bee2 [2020-12-07T16:47:32.347Z] Removing intermediate container 0c4739c8bee2 [2020-12-07T16:47:32.347Z] ---> babd3296ba48 [2020-12-07T16:47:32.347Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2020-12-07T16:47:32.696Z] ---> Running in 31482f83c87d [2020-12-07T16:47:33.377Z] Removing intermediate container 31482f83c87d [2020-12-07T16:47:33.377Z] ---> 3c9288d8d932 [2020-12-07T16:47:33.377Z] [2020-12-07T16:47:33.652Z] Successfully built 3c9288d8d932 [2020-12-07T16:47:33.935Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-07T16:47:38.288Z] Removing intermediate container cf5bee6e8073 [2020-12-07T16:47:38.288Z] ---> 5e11744c7167 [2020-12-07T16:47:38.288Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T16:47:38.288Z] ---> Running in c0fd90be47ae [2020-12-07T16:47:40.889Z]  Building docker-security-secretstore-setup-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:47:40.889Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T16:47:40.889Z] ---> 65e4ab7ef4cd [2020-12-07T16:47:40.889Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T16:47:40.889Z] ---> Using cache [2020-12-07T16:47:40.889Z] ---> f2d7dc6ef21b [2020-12-07T16:47:40.889Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T16:47:40.889Z] ---> Running in c7da53241e22 [2020-12-07T16:47:41.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:47:42.578Z] Collecting docker-compose==1.23.2 [2020-12-07T16:47:42.578Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T16:47:42.850Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T16:47:42.850Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T16:47:42.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:47:43.441Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:47:43.441Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:47:43.441Z] OK: 12745 distinct packages available [2020-12-07T16:47:44.025Z] OK: 233 MiB in 51 packages [2020-12-07T16:47:44.616Z] Removing intermediate container c7da53241e22 [2020-12-07T16:47:44.616Z] ---> 9c176a846e0d [2020-12-07T16:47:44.616Z] Step 5/29 : COPY go.mod . [2020-12-07T16:47:44.921Z] ---> 1b5c680ef687 [2020-12-07T16:47:44.921Z] Step 6/29 : RUN go mod download [2020-12-07T16:47:44.921Z] ---> Running in f8d5729ad60f [2020-12-07T16:47:45.459Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T16:47:45.459Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T16:47:45.733Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T16:47:45.733Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T16:47:46.912Z] Removing intermediate container f8d5729ad60f [2020-12-07T16:47:46.912Z] ---> 62fd4c0dc29b [2020-12-07T16:47:46.912Z] Step 7/29 : COPY . . [2020-12-07T16:47:47.699Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T16:47:47.699Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T16:47:48.290Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T16:47:48.290Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T16:47:48.879Z] Collecting PyYAML<4,>=3.10 [2020-12-07T16:47:48.879Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T16:47:52.254Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T16:47:52.254Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T16:47:53.682Z] 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-12-07T16:47:53.682Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T16:47:53.682Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T16:47:54.652Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T16:47:54.652Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T16:47:54.922Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T16:47:54.922Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T16:47:55.194Z] 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-12-07T16:47:55.194Z] 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-12-07T16:47:55.783Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T16:47:55.783Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T16:47:56.052Z] Collecting idna<2.8,>=2.5 [2020-12-07T16:47:56.052Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T16:47:56.052Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T16:47:56.052Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T16:47:56.052Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T16:47:56.052Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T16:47:57.021Z] Installing collected packages: docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, PyYAML, dockerpty, cached-property, docker-compose [2020-12-07T16:47:57.021Z] Running setup.py install for docopt: started [2020-12-07T16:47:58.449Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T16:47:59.045Z] Attempting uninstall: urllib3 [2020-12-07T16:47:59.045Z] Found existing installation: urllib3 1.25.9 [2020-12-07T16:47:59.045Z] Uninstalling urllib3-1.25.9: [2020-12-07T16:47:59.045Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T16:47:59.637Z] Attempting uninstall: idna [2020-12-07T16:47:59.637Z] Found existing installation: idna 2.9 [2020-12-07T16:47:59.637Z] Uninstalling idna-2.9: [2020-12-07T16:47:59.910Z] Successfully uninstalled idna-2.9 [2020-12-07T16:48:00.501Z] Attempting uninstall: requests [2020-12-07T16:48:00.501Z] Found existing installation: requests 2.23.0 [2020-12-07T16:48:00.501Z] Uninstalling requests-2.23.0: [2020-12-07T16:48:00.501Z] Successfully uninstalled requests-2.23.0 [2020-12-07T16:48:01.474Z] Running setup.py install for texttable: started [2020-12-07T16:48:03.438Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T16:48:03.438Z] Running setup.py install for PyYAML: started [2020-12-07T16:48:06.047Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T16:48:06.047Z] Running setup.py install for dockerpty: started [2020-12-07T16:48:07.477Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T16:48:08.451Z] 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-12-07T16:48:09.875Z] ---> fd92459b4489 [2020-12-07T16:48:09.876Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T16:48:09.876Z] ---> Running in c12d98e4c2ef [2020-12-07T16:48:09.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.6" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T16:48:11.842Z] Removing intermediate container c0fd90be47ae [2020-12-07T16:48:11.842Z] ---> 49bf62015b0a [2020-12-07T16:48:11.842Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T16:48:12.115Z] ---> Running in 1d08dadf1bca [2020-12-07T16:48:13.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:48:13.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:48:13.958Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:48:13.958Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T16:48:13.958Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T16:48:13.958Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:48:14.231Z] OK: 71 MiB in 58 packages [2020-12-07T16:48:15.205Z] Removing intermediate container 1d08dadf1bca [2020-12-07T16:48:15.205Z] ---> 0ddfedf3237a [2020-12-07T16:48:15.205Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T16:48:15.477Z] ---> Running in 8a85369c1ba0 [2020-12-07T16:48:15.752Z] Removing intermediate container 8a85369c1ba0 [2020-12-07T16:48:15.752Z] ---> f30ad6df89e7 [2020-12-07T16:48:15.752Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:48:16.039Z] ---> Running in 499b943d9b17 [2020-12-07T16:48:16.631Z] Removing intermediate container 499b943d9b17 [2020-12-07T16:48:16.631Z] ---> 5f0b5db0feea [2020-12-07T16:48:16.631Z] Step 25/27 : LABEL arch=arm64 [2020-12-07T16:48:16.631Z] ---> Running in ee129837efac [2020-12-07T16:48:17.227Z] Removing intermediate container ee129837efac [2020-12-07T16:48:17.227Z] ---> 05f5610bb781 [2020-12-07T16:48:17.227Z] Step 26/27 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:17.227Z] ---> Running in d47888ffc1f5 [2020-12-07T16:48:17.503Z] Removing intermediate container d47888ffc1f5 [2020-12-07T16:48:17.503Z] ---> 1bd3dc968245 [2020-12-07T16:48:17.503Z] Step 27/27 : LABEL version=2.0.0-dev.6 [2020-12-07T16:48:17.775Z] ---> Running in ce56d18ae281 [2020-12-07T16:48:18.369Z] Removing intermediate container ce56d18ae281 [2020-12-07T16:48:18.369Z] ---> afc36b2168c2 [2020-12-07T16:48:18.369Z] [2020-12-07T16:48:18.369Z] Successfully built afc36b2168c2 [2020-12-07T16:48:18.638Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-07T16:48:18.654Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-07T16:48:18.663Z] $ docker stop --time=1 b3a99bec25702fb12d13eb57205122d358c085bd1850619a9681430e955374e0 [2020-12-07T16:48:20.604Z] $ docker rm -f b3a99bec25702fb12d13eb57205122d358c085bd1850619a9681430e955374e0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T16:48:21.359Z] + grep docker [2020-12-07T16:48:21.359Z] + docker images [2020-12-07T16:48:21.629Z] docker-sys-mgmt-agent-go-arm64 latest afc36b2168c2 4 seconds ago 273MB [2020-12-07T16:48:21.629Z] docker-security-secrets-setup-go-arm64 latest 0f0f0680e8ff 55 seconds ago 22.7MB [2020-12-07T16:48:21.629Z] docker-support-notifications-go-arm64 latest 26d7c7efdcb8 56 seconds ago 12.9MB [2020-12-07T16:48:21.629Z] docker-security-proxy-setup-go-arm64 latest a84d30ef9f66 About a minute ago 23.4MB [2020-12-07T16:48:21.629Z] docker-security-bootstrap-redis-go-arm64 latest eb4c66db097b 2 minutes ago 15.2MB [2020-12-07T16:48:21.629Z] docker-core-data-go-arm64 latest fecbacc65c68 3 minutes ago 22.3MB [2020-12-07T16:48:21.629Z] docker-core-metadata-go-arm64 latest a79c8949aeec 3 minutes ago 13.6MB [2020-12-07T16:48:21.629Z] docker-core-command-go-arm64 latest 69cc6e10b78d 3 minutes ago 11.4MB [2020-12-07T16:48:21.629Z] docker-support-scheduler-go-arm64 latest 8c889bccbaad 3 minutes ago 11.5MB [2020-12-07T16:48:21.629Z] docker-security-secretstore-setup-go-arm64 latest a4d675fb102f 3 minutes ago 23.5MB [2020-12-07T16:48:21.629Z] docker latest 84e3a507c27b 5 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T16:48:22.311Z] provisioning config files... [2020-12-07T16:48:22.347Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/248@tmp/config4415898193333407256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:48:22.507Z] Removing intermediate container c12d98e4c2ef [2020-12-07T16:48:22.507Z] ---> 6d0a48dd5cea [2020-12-07T16:48:22.507Z] [2020-12-07T16:48:22.507Z] Step 9/29 : FROM alpine:latest [2020-12-07T16:48:22.507Z] ---> d6e46aa2470d [2020-12-07T16:48:22.507Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T16:48:22.507Z] ---> Running in ba3546a2701f [2020-12-07T16:48:22.507Z] Removing intermediate container ba3546a2701f [2020-12-07T16:48:22.507Z] ---> f4f03a653018 [2020-12-07T16:48:22.507Z] Step 11/29 : USER root [2020-12-07T16:48:22.507Z] ---> Running in 6574a43b9112 [2020-12-07T16:48:22.748Z] ---> docker-login.sh [2020-12-07T16:48:22.748Z] nexus3.edgexfoundry.org:10001 [2020-12-07T16:48:22.831Z] Removing intermediate container 6574a43b9112 [2020-12-07T16:48:22.831Z] ---> c1eadd979c6b [2020-12-07T16:48:22.831Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T16:48:22.831Z] ---> Running in a026c86edd85 [2020-12-07T16:48:23.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:23.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:23.293Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:23.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:23.293Z] [2020-12-07T16:48:23.293Z] Login Succeeded [2020-12-07T16:48:23.293Z] nexus3.edgexfoundry.org:10002 [2020-12-07T16:48:23.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:23.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:23.835Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:23.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:23.835Z] [2020-12-07T16:48:23.835Z] Login Succeeded [2020-12-07T16:48:23.835Z] nexus3.edgexfoundry.org:10003 [2020-12-07T16:48:24.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:48:24.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:48:24.125Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:48:24.125Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:48:24.125Z] OK: 12746 distinct packages available [2020-12-07T16:48:24.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:24.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:24.427Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:24.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:24.428Z] [2020-12-07T16:48:24.428Z] Login Succeeded [2020-12-07T16:48:24.428Z] nexus3.edgexfoundry.org:10004 [2020-12-07T16:48:24.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:24.719Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T16:48:24.719Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T16:48:24.719Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:48:24.719Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:48:24.719Z] OK: 6 MiB in 16 packages [2020-12-07T16:48:24.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:24.974Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:24.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:24.974Z] [2020-12-07T16:48:24.974Z] Login Succeeded [2020-12-07T16:48:24.974Z] docker.io [2020-12-07T16:48:25.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:25.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:25.850Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:25.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:25.850Z] [2020-12-07T16:48:25.850Z] Login Succeeded [2020-12-07T16:48:25.850Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T16:48:25.865Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:48:26.124Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-07T16:48:26.124Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:26.124Z] 2.0.0-dev.6 [2020-12-07T16:48:26.124Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:26.124Z] master [2020-12-07T16:48:26.124Z] ===================================================== [2020-12-07T16:48:26.171Z] Removing intermediate container a026c86edd85 [2020-12-07T16:48:26.171Z] ---> d9a5158b0d63 [2020-12-07T16:48:26.171Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T16:48:26.171Z] ---> Running in 75c309087390 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:26.436Z] Removing intermediate container 75c309087390 [2020-12-07T16:48:26.437Z] ---> 8798fb13c141 [2020-12-07T16:48:26.437Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T16:48:26.437Z] ---> Running in 44440d686350 [2020-12-07T16:48:26.661Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:26.701Z] Removing intermediate container 44440d686350 [2020-12-07T16:48:26.701Z] ---> 2c44b723d6e8 [2020-12-07T16:48:26.701Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T16:48:26.967Z] ---> Running in 46faa4fc60a7 [2020-12-07T16:48:26.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:26.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:48:26.996Z] 0be3c455a12a: Preparing [2020-12-07T16:48:26.996Z] 3b50fc7c687b: Preparing [2020-12-07T16:48:26.996Z] fef42d565a83: Preparing [2020-12-07T16:48:27.268Z] 0be3c455a12a: Pushed [2020-12-07T16:48:27.268Z] fef42d565a83: Pushed [2020-12-07T16:48:28.439Z] Removing intermediate container 46faa4fc60a7 [2020-12-07T16:48:28.439Z] ---> a8456348bd61 [2020-12-07T16:48:28.439Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T16:48:29.435Z] ---> 0c6bfd743db6 [2020-12-07T16:48:29.435Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T16:48:29.721Z] ---> 4b8e04571b19 [2020-12-07T16:48:29.721Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T16:48:29.868Z] 3b50fc7c687b: Pushed [2020-12-07T16:48:29.989Z] ---> 9d55c75c4d9b [2020-12-07T16:48:29.989Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T16:48:30.140Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:b6cbc6be1f08550dd1a9661e060eb7243e417dece762d518f0b69fb0c0dd4c92 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:30.264Z] ---> 542ecd4f94e1 [2020-12-07T16:48:30.264Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T16:48:30.480Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:30.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:30.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:48:30.816Z] 0be3c455a12a: Preparing [2020-12-07T16:48:30.816Z] 3b50fc7c687b: Preparing [2020-12-07T16:48:30.816Z] fef42d565a83: Preparing [2020-12-07T16:48:30.816Z] 0be3c455a12a: Layer already exists [2020-12-07T16:48:30.816Z] 3b50fc7c687b: Layer already exists [2020-12-07T16:48:30.864Z] ---> 734f3d716d88 [2020-12-07T16:48:30.864Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T16:48:30.864Z] ---> Running in 448750ab5572 [2020-12-07T16:48:31.084Z] fef42d565a83: Layer already exists [2020-12-07T16:48:31.084Z] 2.0.0-dev.6: digest: sha256:b6cbc6be1f08550dd1a9661e060eb7243e417dece762d518f0b69fb0c0dd4c92 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:31.421Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:31.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:31.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:48:31.755Z] 0be3c455a12a: Preparing [2020-12-07T16:48:31.755Z] 3b50fc7c687b: Preparing [2020-12-07T16:48:31.755Z] fef42d565a83: Preparing [2020-12-07T16:48:32.025Z] fef42d565a83: Layer already exists [2020-12-07T16:48:32.025Z] 3b50fc7c687b: Layer already exists [2020-12-07T16:48:32.025Z] 0be3c455a12a: Layer already exists [2020-12-07T16:48:32.025Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:b6cbc6be1f08550dd1a9661e060eb7243e417dece762d518f0b69fb0c0dd4c92 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:32.324Z] Removing intermediate container 448750ab5572 [2020-12-07T16:48:32.324Z] ---> d14e8ecd66c2 [2020-12-07T16:48:32.324Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:48:32.374Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:32.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-07T16:48:32.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:48:32.708Z] 0be3c455a12a: Preparing [2020-12-07T16:48:32.708Z] 3b50fc7c687b: Preparing [2020-12-07T16:48:32.708Z] fef42d565a83: Preparing [2020-12-07T16:48:32.708Z] fef42d565a83: Layer already exists [2020-12-07T16:48:32.708Z] 3b50fc7c687b: Layer already exists [2020-12-07T16:48:32.708Z] 0be3c455a12a: Layer already exists [2020-12-07T16:48:32.929Z] ---> 9a1d3a102bee [2020-12-07T16:48:32.929Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:48:32.929Z] ---> Running in a8bb64bd25d8 [2020-12-07T16:48:32.978Z] master: digest: sha256:b6cbc6be1f08550dd1a9661e060eb7243e417dece762d518f0b69fb0c0dd4c92 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:48:33.198Z] ===================================================== [Pipeline] echo [2020-12-07T16:48:33.263Z] taggedImages: [2020-12-07T16:48:33.263Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:33.263Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:33.263Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:33.263Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-07T16:48:33.365Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-07T16:48:33.365Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:33.365Z] 2.0.0-dev.6 [2020-12-07T16:48:33.365Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:33.365Z] master [2020-12-07T16:48:33.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:33.882Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:34.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:34.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:48:34.217Z] 267d716927d5: Preparing [2020-12-07T16:48:34.217Z] 86bc2541702d: Preparing [2020-12-07T16:48:34.217Z] 0aab223e21b1: Preparing [2020-12-07T16:48:34.217Z] 54423eb5a3eb: Preparing [2020-12-07T16:48:34.217Z] 0e91df441d8d: Preparing [2020-12-07T16:48:34.217Z] cd3761cfa1d9: Preparing [2020-12-07T16:48:34.217Z] cd3761cfa1d9: Waiting [2020-12-07T16:48:34.376Z] Removing intermediate container a8bb64bd25d8 [2020-12-07T16:48:34.376Z] ---> b8fa1c9f5567 [2020-12-07T16:48:34.376Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T16:48:34.376Z] ---> Running in d6d3ad346dc9 [2020-12-07T16:48:34.512Z] 267d716927d5: Pushed [2020-12-07T16:48:34.512Z] 0e91df441d8d: Pushed [2020-12-07T16:48:34.512Z] 0aab223e21b1: Pushed [2020-12-07T16:48:34.512Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:48:35.105Z] 54423eb5a3eb: Pushed [2020-12-07T16:48:35.818Z] Removing intermediate container d6d3ad346dc9 [2020-12-07T16:48:35.818Z] ---> 3c5fe911b5a6 [2020-12-07T16:48:35.819Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:48:35.819Z] ---> Running in 68b9c7916d01 [2020-12-07T16:48:36.400Z] Removing intermediate container 68b9c7916d01 [2020-12-07T16:48:36.400Z] ---> 230e13401d39 [2020-12-07T16:48:36.400Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T16:48:36.400Z] ---> Running in 5ff0e67f2ace [2020-12-07T16:48:36.400Z] Removing intermediate container 5ff0e67f2ace [2020-12-07T16:48:36.400Z] ---> 0f03938e5c31 [2020-12-07T16:48:36.400Z] Step 27/29 : LABEL arch=x86_64 [2020-12-07T16:48:36.695Z] ---> Running in 4a00e9f0dbb3 [2020-12-07T16:48:36.695Z] Removing intermediate container 4a00e9f0dbb3 [2020-12-07T16:48:36.695Z] ---> 4bf830827535 [2020-12-07T16:48:36.695Z] Step 28/29 : LABEL git_sha=7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:36.695Z] ---> Running in 905fbc955593 [2020-12-07T16:48:37.658Z] Removing intermediate container 905fbc955593 [2020-12-07T16:48:37.658Z] ---> 49345bf5d8b6 [2020-12-07T16:48:37.658Z] Step 29/29 : LABEL version=2.0.0-dev.6 [2020-12-07T16:48:37.658Z] ---> Running in 38944f97b8d0 [2020-12-07T16:48:37.658Z] Removing intermediate container 38944f97b8d0 [2020-12-07T16:48:37.658Z] ---> 12dc26a17460 [2020-12-07T16:48:37.658Z] [2020-12-07T16:48:37.925Z] Successfully built 12dc26a17460 [2020-12-07T16:48:37.925Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-07T16:48:38.477Z] 86bc2541702d: Pushed [2020-12-07T16:48:38.477Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:1d74b67531ed65b15ed96c574302f252aaafcf0f05d54c001de8dac3fffefe3d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:38.551Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-07T16:48:38.650Z] $ docker stop --time=1 8d97793e884b95dede0b412284d1d081de568eeabdd88427c4f3a3e428bc26e1 [2020-12-07T16:48:38.830Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:40.674Z] $ docker rm -f 8d97793e884b95dede0b412284d1d081de568eeabdd88427c4f3a3e428bc26e1 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:41.181Z] + grep docker [2020-12-07T16:48:41.181Z] + docker images [2020-12-07T16:48:41.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:41.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:48:41.330Z] 267d716927d5: Preparing [2020-12-07T16:48:41.330Z] 86bc2541702d: Preparing [2020-12-07T16:48:41.330Z] 0aab223e21b1: Preparing [2020-12-07T16:48:41.330Z] 54423eb5a3eb: Preparing [2020-12-07T16:48:41.330Z] 0e91df441d8d: Preparing [2020-12-07T16:48:41.330Z] cd3761cfa1d9: Preparing [2020-12-07T16:48:41.330Z] cd3761cfa1d9: Waiting [2020-12-07T16:48:41.600Z] 0e91df441d8d: Layer already exists [2020-12-07T16:48:41.600Z] 54423eb5a3eb: Layer already exists [2020-12-07T16:48:41.600Z] 0aab223e21b1: Layer already exists [2020-12-07T16:48:41.600Z] 86bc2541702d: Layer already exists [2020-12-07T16:48:41.600Z] 267d716927d5: Layer already exists [2020-12-07T16:48:41.600Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:48:41.600Z] 2.0.0-dev.6: digest: sha256:1d74b67531ed65b15ed96c574302f252aaafcf0f05d54c001de8dac3fffefe3d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:41.766Z] docker-security-secrets-setup-go latest 12dc26a17460 4 seconds ago 23.9MB [2020-12-07T16:48:41.766Z] docker-security-secretstore-setup-go latest 3c9288d8d932 About a minute ago 24.7MB [2020-12-07T16:48:41.766Z] docker-security-proxy-setup-go latest ca97a1c253db About a minute ago 24.6MB [2020-12-07T16:48:41.766Z] docker-core-metadata-go latest ac31f21bee27 About a minute ago 14.5MB [2020-12-07T16:48:41.766Z] docker-core-command-go latest 0cabadb93e3f About a minute ago 12.2MB [2020-12-07T16:48:41.766Z] docker-sys-mgmt-agent-go latest a54a444bdec6 About a minute ago 293MB [2020-12-07T16:48:41.766Z] docker-core-data-go latest 3c3862ade773 2 minutes ago 23.7MB [2020-12-07T16:48:41.766Z] docker-support-notifications-go latest 9f13481ba40d 3 minutes ago 13.6MB [2020-12-07T16:48:41.766Z] docker-security-bootstrap-redis-go latest 7ff66833f840 3 minutes ago 15.8MB [2020-12-07T16:48:41.766Z] docker-support-scheduler-go latest ab90662b92fe 3 minutes ago 12.3MB [2020-12-07T16:48:41.766Z] docker latest b0757c55a1fd 5 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-07T16:48:41.939Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T16:48:42.509Z] provisioning config files... [2020-12-07T16:48:42.548Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/248@tmp/config4965471971053391923tmp [2020-12-07T16:48:42.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:42.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:48:42.564Z] 267d716927d5: Preparing [2020-12-07T16:48:42.564Z] 86bc2541702d: Preparing [2020-12-07T16:48:42.564Z] 0aab223e21b1: Preparing [2020-12-07T16:48:42.564Z] 54423eb5a3eb: Preparing [2020-12-07T16:48:42.564Z] 0e91df441d8d: Preparing [2020-12-07T16:48:42.564Z] cd3761cfa1d9: Preparing [2020-12-07T16:48:42.564Z] cd3761cfa1d9: Waiting [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:48:42.834Z] 267d716927d5: Layer already exists [2020-12-07T16:48:42.834Z] 0aab223e21b1: Layer already exists [2020-12-07T16:48:42.834Z] 0e91df441d8d: Layer already exists [2020-12-07T16:48:42.834Z] 86bc2541702d: Layer already exists [2020-12-07T16:48:42.834Z] 54423eb5a3eb: Layer already exists [2020-12-07T16:48:42.834Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:48:42.834Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:1d74b67531ed65b15ed96c574302f252aaafcf0f05d54c001de8dac3fffefe3d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:42.989Z] ---> docker-login.sh [2020-12-07T16:48:42.990Z] nexus3.edgexfoundry.org:10001 [2020-12-07T16:48:43.202Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:43.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:43.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:43.300Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:43.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:43.300Z] [2020-12-07T16:48:43.300Z] Login Succeeded [2020-12-07T16:48:43.300Z] nexus3.edgexfoundry.org:10002 [2020-12-07T16:48:43.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-07T16:48:43.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:48:43.544Z] 267d716927d5: Preparing [2020-12-07T16:48:43.544Z] 86bc2541702d: Preparing [2020-12-07T16:48:43.544Z] 0aab223e21b1: Preparing [2020-12-07T16:48:43.544Z] 54423eb5a3eb: Preparing [2020-12-07T16:48:43.544Z] 0e91df441d8d: Preparing [2020-12-07T16:48:43.544Z] cd3761cfa1d9: Preparing [2020-12-07T16:48:43.544Z] cd3761cfa1d9: Waiting [2020-12-07T16:48:43.544Z] 0aab223e21b1: Layer already exists [2020-12-07T16:48:43.544Z] 54423eb5a3eb: Layer already exists [2020-12-07T16:48:43.544Z] 267d716927d5: Layer already exists [2020-12-07T16:48:43.544Z] 0e91df441d8d: Layer already exists [2020-12-07T16:48:43.544Z] 86bc2541702d: Layer already exists [2020-12-07T16:48:43.817Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:48:43.817Z] master: digest: sha256:1d74b67531ed65b15ed96c574302f252aaafcf0f05d54c001de8dac3fffefe3d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-07T16:48:43.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:43.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:43.887Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:43.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:43.887Z] [2020-12-07T16:48:43.887Z] Login Succeeded [2020-12-07T16:48:43.887Z] nexus3.edgexfoundry.org:10003 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:48:44.056Z] ===================================================== [Pipeline] echo [2020-12-07T16:48:44.122Z] taggedImages: [2020-12-07T16:48:44.122Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:44.122Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:44.122Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:44.122Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-07T16:48:44.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:44.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:44.155Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:44.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:44.155Z] [2020-12-07T16:48:44.155Z] Login Succeeded [2020-12-07T16:48:44.155Z] nexus3.edgexfoundry.org:10004 [Pipeline] echo [2020-12-07T16:48:44.188Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-07T16:48:44.188Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:44.188Z] 2.0.0-dev.6 [2020-12-07T16:48:44.188Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:44.188Z] master [2020-12-07T16:48:44.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:44.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:44.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:44.419Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:44.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:44.420Z] [2020-12-07T16:48:44.420Z] Login Succeeded [2020-12-07T16:48:44.420Z] docker.io [2020-12-07T16:48:44.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:48:44.716Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:44.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:48:44.951Z] Configure a credential helper to remove this warning. See [2020-12-07T16:48:44.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:48:44.951Z] [2020-12-07T16:48:44.951Z] Login Succeeded [2020-12-07T16:48:44.951Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T16:48:44.965Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-07T16:48:45.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:45.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:48:45.049Z] 32580655f528: Preparing [2020-12-07T16:48:45.049Z] a097f8ccc38d: Preparing [2020-12-07T16:48:45.049Z] 16e37cdcce95: Preparing [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:48:45.198Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-07T16:48:45.199Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:45.199Z] 2.0.0-dev.6 [2020-12-07T16:48:45.199Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:45.199Z] master [2020-12-07T16:48:45.199Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-07T16:48:45.343Z] 32580655f528: Pushed [2020-12-07T16:48:45.343Z] 16e37cdcce95: Pushed [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:45.799Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:46.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:46.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:48:46.147Z] 0326ebda800b: Preparing [2020-12-07T16:48:46.147Z] b1fbe4ab4b62: Preparing [2020-12-07T16:48:46.147Z] 3de0ad194ea2: Preparing [2020-12-07T16:48:46.421Z] 3de0ad194ea2: Pushed [2020-12-07T16:48:46.421Z] 0326ebda800b: Pushed [2020-12-07T16:48:47.863Z] b1fbe4ab4b62: Pushed [2020-12-07T16:48:48.129Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:428e6d550dfc1be106ae319c57b8d01fa9de46ef45c5779fb81bea062f681c26 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:48.522Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:48.705Z] a097f8ccc38d: Pushed [2020-12-07T16:48:48.705Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:d09e755b7ea9fb6d10c9de7b19f1aeca5a23308b1bbfee417e956ec02f81bdd7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:48.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.6 [2020-12-07T16:48:48.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:48:48.971Z] 0326ebda800b: Preparing [2020-12-07T16:48:48.971Z] b1fbe4ab4b62: Preparing [2020-12-07T16:48:48.971Z] 3de0ad194ea2: Preparing [2020-12-07T16:48:48.971Z] 0326ebda800b: Layer already exists [2020-12-07T16:48:48.971Z] 3de0ad194ea2: Layer already exists [2020-12-07T16:48:48.971Z] b1fbe4ab4b62: Layer already exists [2020-12-07T16:48:49.059Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:49.269Z] 2.0.0-dev.6: digest: sha256:428e6d550dfc1be106ae319c57b8d01fa9de46ef45c5779fb81bea062f681c26 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:49.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:49.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:48:49.392Z] 32580655f528: Preparing [2020-12-07T16:48:49.392Z] a097f8ccc38d: Preparing [2020-12-07T16:48:49.392Z] 16e37cdcce95: Preparing [2020-12-07T16:48:49.662Z] 32580655f528: Layer already exists [2020-12-07T16:48:49.662Z] a097f8ccc38d: Layer already exists [2020-12-07T16:48:49.662Z] 16e37cdcce95: Layer already exists [2020-12-07T16:48:49.662Z] 2.0.0-dev.6: digest: sha256:d09e755b7ea9fb6d10c9de7b19f1aeca5a23308b1bbfee417e956ec02f81bdd7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:49.762Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:49.998Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:50.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:50.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:48:50.177Z] 0326ebda800b: Preparing [2020-12-07T16:48:50.177Z] b1fbe4ab4b62: Preparing [2020-12-07T16:48:50.177Z] 3de0ad194ea2: Preparing [2020-12-07T16:48:50.177Z] 3de0ad194ea2: Layer already exists [2020-12-07T16:48:50.177Z] 0326ebda800b: Layer already exists [2020-12-07T16:48:50.177Z] b1fbe4ab4b62: Layer already exists [2020-12-07T16:48:50.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:50.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:48:50.332Z] 32580655f528: Preparing [2020-12-07T16:48:50.332Z] a097f8ccc38d: Preparing [2020-12-07T16:48:50.332Z] 16e37cdcce95: Preparing [2020-12-07T16:48:50.448Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:428e6d550dfc1be106ae319c57b8d01fa9de46ef45c5779fb81bea062f681c26 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:50.605Z] a097f8ccc38d: Layer already exists [2020-12-07T16:48:50.605Z] 32580655f528: Layer already exists [2020-12-07T16:48:50.605Z] 16e37cdcce95: Layer already exists [2020-12-07T16:48:50.819Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:50.875Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:d09e755b7ea9fb6d10c9de7b19f1aeca5a23308b1bbfee417e956ec02f81bdd7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:51.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-07T16:48:51.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:48:51.166Z] 0326ebda800b: Preparing [2020-12-07T16:48:51.166Z] b1fbe4ab4b62: Preparing [2020-12-07T16:48:51.166Z] 3de0ad194ea2: Preparing [2020-12-07T16:48:51.166Z] b1fbe4ab4b62: Layer already exists [2020-12-07T16:48:51.166Z] 3de0ad194ea2: Layer already exists [2020-12-07T16:48:51.166Z] 0326ebda800b: Layer already exists [2020-12-07T16:48:51.305Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:51.434Z] master: digest: sha256:428e6d550dfc1be106ae319c57b8d01fa9de46ef45c5779fb81bea062f681c26 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-07T16:48:51.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-07T16:48:51.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:48:51.640Z] 32580655f528: Preparing [2020-12-07T16:48:51.640Z] a097f8ccc38d: Preparing [2020-12-07T16:48:51.640Z] 16e37cdcce95: Preparing [2020-12-07T16:48:51.640Z] 32580655f528: Layer already exists [Pipeline] echo [2020-12-07T16:48:51.642Z] ===================================================== [Pipeline] echo [2020-12-07T16:48:51.690Z] taggedImages: [2020-12-07T16:48:51.690Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:51.690Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.6 [2020-12-07T16:48:51.690Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:51.690Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-07T16:48:51.753Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-07T16:48:51.753Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:51.753Z] 2.0.0-dev.6 [2020-12-07T16:48:51.753Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:51.753Z] master [2020-12-07T16:48:51.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-07T16:48:51.911Z] 16e37cdcce95: Layer already exists [2020-12-07T16:48:51.911Z] a097f8ccc38d: Layer already exists [2020-12-07T16:48:51.911Z] master: digest: sha256:d09e755b7ea9fb6d10c9de7b19f1aeca5a23308b1bbfee417e956ec02f81bdd7 size: 943 [Pipeline] { [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:48:52.105Z] ===================================================== [Pipeline] echo [2020-12-07T16:48:52.154Z] taggedImages: [2020-12-07T16:48:52.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:52.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:52.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:52.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-07T16:48:52.296Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-07T16:48:52.296Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:52.296Z] 2.0.0-dev.6 [2020-12-07T16:48:52.296Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:52.296Z] master [2020-12-07T16:48:52.296Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:52.503Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:52.802Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:53.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:53.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:48:53.004Z] 7118b66fe952: Preparing [2020-12-07T16:48:53.004Z] e9f5979583b5: Preparing [2020-12-07T16:48:53.004Z] 50f17cca2053: Preparing [2020-12-07T16:48:53.004Z] a5851e6b01c2: Preparing [2020-12-07T16:48:53.004Z] 97eeb3b45bd1: Preparing [2020-12-07T16:48:53.004Z] ace0eda3e3be: Preparing [2020-12-07T16:48:53.004Z] ace0eda3e3be: Waiting [2020-12-07T16:48:53.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:53.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:48:53.152Z] 0c20f57aec07: Preparing [2020-12-07T16:48:53.152Z] 260ac31ea567: Preparing [2020-12-07T16:48:53.152Z] bee215c99e5a: Preparing [2020-12-07T16:48:53.152Z] 391b3b8c407e: Preparing [2020-12-07T16:48:53.152Z] b0cfcad379bb: Preparing [2020-12-07T16:48:53.152Z] f27581775898: Preparing [2020-12-07T16:48:53.152Z] 66b385cf80cf: Preparing [2020-12-07T16:48:53.152Z] f27581775898: Waiting [2020-12-07T16:48:53.152Z] 66b385cf80cf: Waiting [2020-12-07T16:48:53.344Z] 50f17cca2053: Pushed [2020-12-07T16:48:53.344Z] 7118b66fe952: Pushed [2020-12-07T16:48:53.344Z] 97eeb3b45bd1: Pushed [2020-12-07T16:48:53.344Z] ace0eda3e3be: Layer already exists [2020-12-07T16:48:53.427Z] b0cfcad379bb: Pushed [2020-12-07T16:48:53.705Z] 260ac31ea567: Pushed [2020-12-07T16:48:53.705Z] bee215c99e5a: Pushed [2020-12-07T16:48:53.705Z] 0c20f57aec07: Pushed [2020-12-07T16:48:53.705Z] 66b385cf80cf: Layer already exists [2020-12-07T16:48:53.965Z] a5851e6b01c2: Pushed [2020-12-07T16:48:54.320Z] f27581775898: Pushed [2020-12-07T16:48:55.030Z] e9f5979583b5: Pushed [2020-12-07T16:48:55.294Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:19454490502d44936042e35345190a74897baddbdc4d790ac7f54085a83b22c2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:55.624Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:55.743Z] 391b3b8c407e: Pushed [2020-12-07T16:48:55.743Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:a81249994642c1fdf024a11e0f40c86c5b5975ed0a7ec1ce23090dcad8452330 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:55.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.6 [2020-12-07T16:48:55.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:48:55.976Z] 7118b66fe952: Preparing [2020-12-07T16:48:55.976Z] e9f5979583b5: Preparing [2020-12-07T16:48:55.976Z] 50f17cca2053: Preparing [2020-12-07T16:48:55.976Z] a5851e6b01c2: Preparing [2020-12-07T16:48:55.977Z] 97eeb3b45bd1: Preparing [2020-12-07T16:48:55.977Z] ace0eda3e3be: Preparing [2020-12-07T16:48:55.977Z] ace0eda3e3be: Waiting [2020-12-07T16:48:55.977Z] 7118b66fe952: Layer already exists [2020-12-07T16:48:55.977Z] a5851e6b01c2: Layer already exists [2020-12-07T16:48:55.977Z] 50f17cca2053: Layer already exists [2020-12-07T16:48:55.977Z] 97eeb3b45bd1: Layer already exists [2020-12-07T16:48:55.977Z] e9f5979583b5: Layer already exists [2020-12-07T16:48:55.977Z] ace0eda3e3be: Layer already exists [2020-12-07T16:48:56.083Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:56.246Z] 2.0.0-dev.6: digest: sha256:19454490502d44936042e35345190a74897baddbdc4d790ac7f54085a83b22c2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:56.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:56.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:48:56.415Z] 0c20f57aec07: Preparing [2020-12-07T16:48:56.415Z] 260ac31ea567: Preparing [2020-12-07T16:48:56.415Z] bee215c99e5a: Preparing [2020-12-07T16:48:56.415Z] 391b3b8c407e: Preparing [2020-12-07T16:48:56.415Z] b0cfcad379bb: Preparing [2020-12-07T16:48:56.415Z] f27581775898: Preparing [2020-12-07T16:48:56.415Z] 66b385cf80cf: Preparing [2020-12-07T16:48:56.415Z] f27581775898: Waiting [2020-12-07T16:48:56.415Z] 66b385cf80cf: Waiting [2020-12-07T16:48:56.642Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:56.684Z] 391b3b8c407e: Layer already exists [2020-12-07T16:48:56.684Z] b0cfcad379bb: Layer already exists [2020-12-07T16:48:56.684Z] 0c20f57aec07: Layer already exists [2020-12-07T16:48:56.684Z] 260ac31ea567: Layer already exists [2020-12-07T16:48:56.684Z] bee215c99e5a: Layer already exists [2020-12-07T16:48:56.684Z] 66b385cf80cf: Layer already exists [2020-12-07T16:48:56.684Z] f27581775898: Layer already exists [2020-12-07T16:48:56.684Z] 2.0.0-dev.6: digest: sha256:a81249994642c1fdf024a11e0f40c86c5b5975ed0a7ec1ce23090dcad8452330 size: 1778 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:57.019Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:57.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:57.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:48:57.400Z] 7118b66fe952: Preparing [2020-12-07T16:48:57.400Z] e9f5979583b5: Preparing [2020-12-07T16:48:57.400Z] 50f17cca2053: Preparing [2020-12-07T16:48:57.400Z] a5851e6b01c2: Preparing [2020-12-07T16:48:57.400Z] 97eeb3b45bd1: Preparing [2020-12-07T16:48:57.400Z] ace0eda3e3be: Preparing [2020-12-07T16:48:57.400Z] ace0eda3e3be: Waiting [2020-12-07T16:48:57.400Z] 97eeb3b45bd1: Layer already exists [2020-12-07T16:48:57.400Z] a5851e6b01c2: Layer already exists [2020-12-07T16:48:57.400Z] 50f17cca2053: Layer already exists [2020-12-07T16:48:57.400Z] e9f5979583b5: Layer already exists [2020-12-07T16:48:57.400Z] 7118b66fe952: Layer already exists [2020-12-07T16:48:57.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:57.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:48:57.484Z] 0c20f57aec07: Preparing [2020-12-07T16:48:57.484Z] 260ac31ea567: Preparing [2020-12-07T16:48:57.484Z] bee215c99e5a: Preparing [2020-12-07T16:48:57.484Z] 391b3b8c407e: Preparing [2020-12-07T16:48:57.484Z] b0cfcad379bb: Preparing [2020-12-07T16:48:57.484Z] f27581775898: Preparing [2020-12-07T16:48:57.484Z] 66b385cf80cf: Preparing [2020-12-07T16:48:57.484Z] f27581775898: Waiting [2020-12-07T16:48:57.484Z] 66b385cf80cf: Waiting [2020-12-07T16:48:57.484Z] bee215c99e5a: Layer already exists [2020-12-07T16:48:57.484Z] 0c20f57aec07: Layer already exists [2020-12-07T16:48:57.484Z] 260ac31ea567: Layer already exists [2020-12-07T16:48:57.484Z] b0cfcad379bb: Layer already exists [2020-12-07T16:48:57.484Z] 391b3b8c407e: Layer already exists [2020-12-07T16:48:57.677Z] ace0eda3e3be: Layer already exists [2020-12-07T16:48:57.677Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:19454490502d44936042e35345190a74897baddbdc4d790ac7f54085a83b22c2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:57.754Z] f27581775898: Layer already exists [2020-12-07T16:48:57.754Z] 66b385cf80cf: Layer already exists [2020-12-07T16:48:57.754Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:a81249994642c1fdf024a11e0f40c86c5b5975ed0a7ec1ce23090dcad8452330 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:58.408Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-07T16:48:58.487Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:48:58.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-07T16:48:58.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:48:58.820Z] 0c20f57aec07: Preparing [2020-12-07T16:48:58.820Z] 260ac31ea567: Preparing [2020-12-07T16:48:58.820Z] bee215c99e5a: Preparing [2020-12-07T16:48:58.820Z] 391b3b8c407e: Preparing [2020-12-07T16:48:58.820Z] b0cfcad379bb: Preparing [2020-12-07T16:48:58.820Z] f27581775898: Preparing [2020-12-07T16:48:58.820Z] 66b385cf80cf: Preparing [2020-12-07T16:48:58.820Z] 66b385cf80cf: Waiting [2020-12-07T16:48:58.820Z] f27581775898: Waiting [2020-12-07T16:48:58.820Z] 260ac31ea567: Layer already exists [2020-12-07T16:48:58.820Z] 391b3b8c407e: Layer already exists [2020-12-07T16:48:58.820Z] b0cfcad379bb: Layer already exists [2020-12-07T16:48:58.820Z] bee215c99e5a: Layer already exists [2020-12-07T16:48:59.090Z] 0c20f57aec07: Layer already exists [2020-12-07T16:48:59.090Z] f27581775898: Layer already exists [2020-12-07T16:48:59.090Z] 66b385cf80cf: Layer already exists [2020-12-07T16:48:59.090Z] master: digest: sha256:a81249994642c1fdf024a11e0f40c86c5b5975ed0a7ec1ce23090dcad8452330 size: 1778 [2020-12-07T16:48:59.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-07T16:48:59.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:48:59.100Z] 7118b66fe952: Preparing [2020-12-07T16:48:59.100Z] e9f5979583b5: Preparing [2020-12-07T16:48:59.100Z] 50f17cca2053: Preparing [2020-12-07T16:48:59.100Z] a5851e6b01c2: Preparing [2020-12-07T16:48:59.100Z] 97eeb3b45bd1: Preparing [2020-12-07T16:48:59.100Z] ace0eda3e3be: Preparing [2020-12-07T16:48:59.100Z] ace0eda3e3be: Waiting [2020-12-07T16:48:59.100Z] a5851e6b01c2: Layer already exists [2020-12-07T16:48:59.100Z] 50f17cca2053: Layer already exists [2020-12-07T16:48:59.100Z] 97eeb3b45bd1: Layer already exists [2020-12-07T16:48:59.100Z] 7118b66fe952: Layer already exists [2020-12-07T16:48:59.100Z] e9f5979583b5: Layer already exists [2020-12-07T16:48:59.100Z] ace0eda3e3be: Layer already exists [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-07T16:48:59.365Z] master: digest: sha256:19454490502d44936042e35345190a74897baddbdc4d790ac7f54085a83b22c2 size: 1572 [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:48:59.461Z] ===================================================== [Pipeline] } [Pipeline] echo [2020-12-07T16:48:59.519Z] taggedImages: [2020-12-07T16:48:59.520Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:59.520Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.6 [2020-12-07T16:48:59.520Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:59.520Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:48:59.615Z] ===================================================== [Pipeline] echo [2020-12-07T16:48:59.672Z] taggedImages: [2020-12-07T16:48:59.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:59.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.6 [2020-12-07T16:48:59.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:59.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-07T16:48:59.678Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-07T16:48:59.678Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:59.678Z] 2.0.0-dev.6 [2020-12-07T16:48:59.678Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:59.678Z] master [2020-12-07T16:48:59.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] echo [2020-12-07T16:48:59.817Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-07T16:48:59.817Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:48:59.817Z] 2.0.0-dev.6 [2020-12-07T16:48:59.817Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:48:59.817Z] master [2020-12-07T16:48:59.817Z] ===================================================== [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:00.332Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:00.488Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:00.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:00.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:49:00.668Z] 6ee04793228f: Preparing [2020-12-07T16:49:00.668Z] 0ad4231bb3f9: Preparing [2020-12-07T16:49:00.668Z] 0b7c04811dfd: Preparing [2020-12-07T16:49:00.668Z] 1533e42e57cc: Preparing [2020-12-07T16:49:00.668Z] 45e5406c784f: Preparing [2020-12-07T16:49:00.668Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:00.668Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:00.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:00.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:49:00.807Z] 96faf34c148e: Preparing [2020-12-07T16:49:00.807Z] 556b666fa460: Preparing [2020-12-07T16:49:00.807Z] 4b10d4b168ae: Preparing [2020-12-07T16:49:00.945Z] 1533e42e57cc: Pushed [2020-12-07T16:49:00.945Z] 0b7c04811dfd: Pushed [2020-12-07T16:49:00.945Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:01.074Z] 4b10d4b168ae: Pushed [2020-12-07T16:49:01.074Z] 96faf34c148e: Pushed [2020-12-07T16:49:01.543Z] 45e5406c784f: Pushed [2020-12-07T16:49:03.090Z] 556b666fa460: Pushed [2020-12-07T16:49:03.138Z] 6ee04793228f: Pushed [2020-12-07T16:49:03.357Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:5b1712831fb86df24ae05a281d1a2d9fa124f9c43a19a6bec019e4090e79bc66 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:03.417Z] 0ad4231bb3f9: Pushed [2020-12-07T16:49:03.682Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.6 [2020-12-07T16:49:03.694Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:eabfd976ff8a9d8bd2d1978013c830b03c9884621fdf252cc1d0d3ddb5297b34 size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:04.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.6 [2020-12-07T16:49:04.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:49:04.076Z] 96faf34c148e: Preparing [2020-12-07T16:49:04.076Z] 556b666fa460: Preparing [2020-12-07T16:49:04.076Z] 4b10d4b168ae: Preparing [2020-12-07T16:49:04.076Z] 96faf34c148e: Layer already exists [2020-12-07T16:49:04.076Z] 4b10d4b168ae: Layer already exists [2020-12-07T16:49:04.076Z] 556b666fa460: Layer already exists [2020-12-07T16:49:04.137Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:04.382Z] 2.0.0-dev.6: digest: sha256:5b1712831fb86df24ae05a281d1a2d9fa124f9c43a19a6bec019e4090e79bc66 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:04.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:04.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:49:04.505Z] 6ee04793228f: Preparing [2020-12-07T16:49:04.505Z] 0ad4231bb3f9: Preparing [2020-12-07T16:49:04.505Z] 0b7c04811dfd: Preparing [2020-12-07T16:49:04.505Z] 1533e42e57cc: Preparing [2020-12-07T16:49:04.505Z] 45e5406c784f: Preparing [2020-12-07T16:49:04.505Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:04.505Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:04.505Z] 45e5406c784f: Layer already exists [2020-12-07T16:49:04.505Z] 0ad4231bb3f9: Layer already exists [2020-12-07T16:49:04.505Z] 0b7c04811dfd: Layer already exists [2020-12-07T16:49:04.505Z] 1533e42e57cc: Layer already exists [2020-12-07T16:49:04.505Z] 6ee04793228f: Layer already exists [2020-12-07T16:49:04.505Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:04.708Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:04.808Z] 2.0.0-dev.6: digest: sha256:eabfd976ff8a9d8bd2d1978013c830b03c9884621fdf252cc1d0d3ddb5297b34 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:05.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:05.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:49:05.026Z] 96faf34c148e: Preparing [2020-12-07T16:49:05.026Z] 556b666fa460: Preparing [2020-12-07T16:49:05.026Z] 4b10d4b168ae: Preparing [2020-12-07T16:49:05.026Z] 96faf34c148e: Layer already exists [2020-12-07T16:49:05.027Z] 556b666fa460: Layer already exists [2020-12-07T16:49:05.027Z] 4b10d4b168ae: Layer already exists [2020-12-07T16:49:05.174Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:05.294Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:5b1712831fb86df24ae05a281d1a2d9fa124f9c43a19a6bec019e4090e79bc66 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:05.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:05.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:49:05.515Z] 6ee04793228f: Preparing [2020-12-07T16:49:05.515Z] 0ad4231bb3f9: Preparing [2020-12-07T16:49:05.515Z] 0b7c04811dfd: Preparing [2020-12-07T16:49:05.515Z] 1533e42e57cc: Preparing [2020-12-07T16:49:05.515Z] 45e5406c784f: Preparing [2020-12-07T16:49:05.515Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:05.515Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:05.515Z] 0ad4231bb3f9: Layer already exists [2020-12-07T16:49:05.515Z] 0b7c04811dfd: Layer already exists [2020-12-07T16:49:05.515Z] 6ee04793228f: Layer already exists [2020-12-07T16:49:05.515Z] 1533e42e57cc: Layer already exists [2020-12-07T16:49:05.515Z] 45e5406c784f: Layer already exists [2020-12-07T16:49:05.621Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:05.792Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:05.792Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:eabfd976ff8a9d8bd2d1978013c830b03c9884621fdf252cc1d0d3ddb5297b34 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:05.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-07T16:49:05.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:49:05.945Z] 96faf34c148e: Preparing [2020-12-07T16:49:05.945Z] 556b666fa460: Preparing [2020-12-07T16:49:05.946Z] 4b10d4b168ae: Preparing [2020-12-07T16:49:05.946Z] 556b666fa460: Layer already exists [2020-12-07T16:49:05.946Z] 96faf34c148e: Layer already exists [2020-12-07T16:49:05.946Z] 4b10d4b168ae: Layer already exists [2020-12-07T16:49:06.132Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:06.212Z] master: digest: sha256:5b1712831fb86df24ae05a281d1a2d9fa124f9c43a19a6bec019e4090e79bc66 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-07T16:49:06.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-07T16:49:06.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:49:06.471Z] 6ee04793228f: Preparing [2020-12-07T16:49:06.471Z] 0ad4231bb3f9: Preparing [2020-12-07T16:49:06.471Z] 0b7c04811dfd: Preparing [2020-12-07T16:49:06.471Z] 1533e42e57cc: Preparing [2020-12-07T16:49:06.471Z] 45e5406c784f: Preparing [2020-12-07T16:49:06.471Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:06.471Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:06.471Z] 0ad4231bb3f9: Layer already exists [2020-12-07T16:49:06.471Z] 45e5406c784f: Layer already exists [2020-12-07T16:49:06.471Z] 6ee04793228f: Layer already exists [2020-12-07T16:49:06.471Z] 0b7c04811dfd: Layer already exists [2020-12-07T16:49:06.471Z] 1533e42e57cc: Layer already exists [Pipeline] echo [2020-12-07T16:49:06.508Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:06.590Z] taggedImages: [2020-12-07T16:49:06.590Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:06.590Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.6 [2020-12-07T16:49:06.590Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:06.590Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-07T16:49:06.651Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-07T16:49:06.651Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:06.651Z] 2.0.0-dev.6 [2020-12-07T16:49:06.651Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:06.651Z] master [2020-12-07T16:49:06.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-07T16:49:06.742Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:06.742Z] master: digest: sha256:eabfd976ff8a9d8bd2d1978013c830b03c9884621fdf252cc1d0d3ddb5297b34 size: 1574 [Pipeline] withDockerRegistry [Pipeline] } [Pipeline] { [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:06.980Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:07.049Z] taggedImages: [2020-12-07T16:49:07.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:07.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:07.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:07.049Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-07T16:49:07.377Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-07T16:49:07.377Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:07.377Z] 2.0.0-dev.6 [2020-12-07T16:49:07.377Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:07.377Z] master [2020-12-07T16:49:07.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:07.590Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:07.847Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:07.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:07.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:49:07.978Z] 6af553bd0508: Preparing [2020-12-07T16:49:07.978Z] 550cf0cc89a4: Preparing [2020-12-07T16:49:07.978Z] df2b133329f9: Preparing [2020-12-07T16:49:07.978Z] 7814a13dbefa: Preparing [2020-12-07T16:49:07.978Z] c92e14016cbe: Preparing [2020-12-07T16:49:07.978Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:07.978Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:07.978Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:07.978Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:08.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:08.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:49:08.188Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:08.188Z] d5b68dfe51bf: Preparing [2020-12-07T16:49:08.188Z] 2c6a8ee32127: Preparing [2020-12-07T16:49:08.188Z] 835c524e1e5e: Preparing [2020-12-07T16:49:08.188Z] 835c524e1e5e: Preparing [2020-12-07T16:49:08.188Z] a7b3e634d683: Preparing [2020-12-07T16:49:08.188Z] d3c46f8fb735: Preparing [2020-12-07T16:49:08.188Z] e9044ce742a1: Preparing [2020-12-07T16:49:08.188Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:08.188Z] aae2be156959: Preparing [2020-12-07T16:49:08.188Z] 424ecaeb699f: Preparing [2020-12-07T16:49:08.188Z] d9bbddf51013: Preparing [2020-12-07T16:49:08.188Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:08.188Z] d3c46f8fb735: Waiting [2020-12-07T16:49:08.188Z] e9044ce742a1: Waiting [2020-12-07T16:49:08.188Z] aae2be156959: Waiting [2020-12-07T16:49:08.188Z] 424ecaeb699f: Waiting [2020-12-07T16:49:08.188Z] d9bbddf51013: Waiting [2020-12-07T16:49:08.188Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:08.361Z] df2b133329f9: Pushed [2020-12-07T16:49:08.361Z] 6af553bd0508: Pushed [2020-12-07T16:49:08.361Z] c92e14016cbe: Pushed [2020-12-07T16:49:08.361Z] 550cf0cc89a4: Pushed [2020-12-07T16:49:08.361Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:08.463Z] 835c524e1e5e: Pushed [2020-12-07T16:49:08.463Z] a7b3e634d683: Pushed [2020-12-07T16:49:08.463Z] 2c6a8ee32127: Pushed [2020-12-07T16:49:08.463Z] d5b68dfe51bf: Pushed [2020-12-07T16:49:08.741Z] d3c46f8fb735: Pushed [2020-12-07T16:49:08.741Z] e9044ce742a1: Pushed [2020-12-07T16:49:08.741Z] 424ecaeb699f: Pushed [2020-12-07T16:49:08.741Z] aae2be156959: Pushed [2020-12-07T16:49:08.741Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:09.011Z] d9bbddf51013: Pushed [2020-12-07T16:49:09.502Z] f5d8361a6b9d: Pushed [2020-12-07T16:49:09.502Z] 7814a13dbefa: Pushed [2020-12-07T16:49:09.772Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:c98ee53152030df8947f66131bdf4ff3ed77b9a79d6f0ad1f939c782fa865f34 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:10.111Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:10.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.6 [2020-12-07T16:49:10.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:49:10.428Z] 6af553bd0508: Preparing [2020-12-07T16:49:10.428Z] 550cf0cc89a4: Preparing [2020-12-07T16:49:10.428Z] df2b133329f9: Preparing [2020-12-07T16:49:10.428Z] 7814a13dbefa: Preparing [2020-12-07T16:49:10.428Z] c92e14016cbe: Preparing [2020-12-07T16:49:10.428Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:10.428Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:10.428Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:10.428Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:10.428Z] 6af553bd0508: Layer already exists [2020-12-07T16:49:10.428Z] df2b133329f9: Layer already exists [2020-12-07T16:49:10.428Z] 7814a13dbefa: Layer already exists [2020-12-07T16:49:10.428Z] 550cf0cc89a4: Layer already exists [2020-12-07T16:49:10.428Z] c92e14016cbe: Layer already exists [2020-12-07T16:49:10.428Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:10.428Z] f5d8361a6b9d: Layer already exists [2020-12-07T16:49:10.433Z] 5dc9ff8bfb6b: Pushed [2020-12-07T16:49:10.693Z] 2.0.0-dev.6: digest: sha256:c98ee53152030df8947f66131bdf4ff3ed77b9a79d6f0ad1f939c782fa865f34 size: 1778 [2020-12-07T16:49:10.703Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:110a99728e3621533214909588b3697aad4ed50b9ecf621a2bdee7bb714d3df1 size: 3027 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:11.019Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:11.133Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:11.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:11.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:49:11.356Z] 6af553bd0508: Preparing [2020-12-07T16:49:11.356Z] 550cf0cc89a4: Preparing [2020-12-07T16:49:11.356Z] df2b133329f9: Preparing [2020-12-07T16:49:11.356Z] 7814a13dbefa: Preparing [2020-12-07T16:49:11.356Z] c92e14016cbe: Preparing [2020-12-07T16:49:11.356Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:11.356Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:11.356Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:11.356Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:11.356Z] 550cf0cc89a4: Layer already exists [2020-12-07T16:49:11.356Z] df2b133329f9: Layer already exists [2020-12-07T16:49:11.356Z] 6af553bd0508: Layer already exists [2020-12-07T16:49:11.356Z] 7814a13dbefa: Layer already exists [2020-12-07T16:49:11.356Z] c92e14016cbe: Layer already exists [2020-12-07T16:49:11.356Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:11.356Z] f5d8361a6b9d: Layer already exists [2020-12-07T16:49:11.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:11.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:49:11.462Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:11.462Z] d5b68dfe51bf: Preparing [2020-12-07T16:49:11.462Z] 2c6a8ee32127: Preparing [2020-12-07T16:49:11.462Z] 835c524e1e5e: Preparing [2020-12-07T16:49:11.462Z] 835c524e1e5e: Preparing [2020-12-07T16:49:11.462Z] a7b3e634d683: Preparing [2020-12-07T16:49:11.462Z] d3c46f8fb735: Preparing [2020-12-07T16:49:11.462Z] e9044ce742a1: Preparing [2020-12-07T16:49:11.462Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:11.462Z] aae2be156959: Preparing [2020-12-07T16:49:11.462Z] e9044ce742a1: Waiting [2020-12-07T16:49:11.462Z] 424ecaeb699f: Preparing [2020-12-07T16:49:11.462Z] d9bbddf51013: Preparing [2020-12-07T16:49:11.462Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:11.462Z] aae2be156959: Waiting [2020-12-07T16:49:11.463Z] 424ecaeb699f: Waiting [2020-12-07T16:49:11.463Z] d9bbddf51013: Waiting [2020-12-07T16:49:11.463Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:11.463Z] a7b3e634d683: Layer already exists [2020-12-07T16:49:11.463Z] 5dc9ff8bfb6b: Layer already exists [2020-12-07T16:49:11.463Z] 2c6a8ee32127: Layer already exists [2020-12-07T16:49:11.463Z] d5b68dfe51bf: Layer already exists [2020-12-07T16:49:11.463Z] 835c524e1e5e: Layer already exists [2020-12-07T16:49:11.649Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:c98ee53152030df8947f66131bdf4ff3ed77b9a79d6f0ad1f939c782fa865f34 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:11.732Z] d3c46f8fb735: Layer already exists [2020-12-07T16:49:11.732Z] d9bbddf51013: Layer already exists [2020-12-07T16:49:11.732Z] aae2be156959: Layer already exists [2020-12-07T16:49:11.732Z] e9044ce742a1: Layer already exists [2020-12-07T16:49:11.732Z] 424ecaeb699f: Layer already exists [2020-12-07T16:49:11.732Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:11.732Z] 2.0.0-dev.6: digest: sha256:110a99728e3621533214909588b3697aad4ed50b9ecf621a2bdee7bb714d3df1 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:12.012Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:12.113Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:12.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-07T16:49:12.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:49:12.341Z] 6af553bd0508: Preparing [2020-12-07T16:49:12.341Z] 550cf0cc89a4: Preparing [2020-12-07T16:49:12.341Z] df2b133329f9: Preparing [2020-12-07T16:49:12.341Z] 7814a13dbefa: Preparing [2020-12-07T16:49:12.341Z] c92e14016cbe: Preparing [2020-12-07T16:49:12.341Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:12.341Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:12.341Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:12.341Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:12.341Z] 550cf0cc89a4: Layer already exists [2020-12-07T16:49:12.341Z] c92e14016cbe: Layer already exists [2020-12-07T16:49:12.341Z] 7814a13dbefa: Layer already exists [2020-12-07T16:49:12.341Z] 6af553bd0508: Layer already exists [2020-12-07T16:49:12.341Z] df2b133329f9: Layer already exists [2020-12-07T16:49:12.341Z] f5d8361a6b9d: Layer already exists [2020-12-07T16:49:12.341Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:12.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:12.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:49:12.444Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:12.444Z] d5b68dfe51bf: Preparing [2020-12-07T16:49:12.444Z] 2c6a8ee32127: Preparing [2020-12-07T16:49:12.444Z] 835c524e1e5e: Preparing [2020-12-07T16:49:12.444Z] 835c524e1e5e: Preparing [2020-12-07T16:49:12.444Z] a7b3e634d683: Preparing [2020-12-07T16:49:12.444Z] d3c46f8fb735: Preparing [2020-12-07T16:49:12.444Z] e9044ce742a1: Preparing [2020-12-07T16:49:12.444Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:12.444Z] aae2be156959: Preparing [2020-12-07T16:49:12.444Z] 424ecaeb699f: Preparing [2020-12-07T16:49:12.444Z] d9bbddf51013: Preparing [2020-12-07T16:49:12.444Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:12.444Z] aae2be156959: Waiting [2020-12-07T16:49:12.444Z] 424ecaeb699f: Waiting [2020-12-07T16:49:12.444Z] d3c46f8fb735: Waiting [2020-12-07T16:49:12.444Z] d9bbddf51013: Waiting [2020-12-07T16:49:12.444Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:12.444Z] e9044ce742a1: Waiting [2020-12-07T16:49:12.444Z] 2c6a8ee32127: Layer already exists [2020-12-07T16:49:12.444Z] 5dc9ff8bfb6b: Layer already exists [2020-12-07T16:49:12.607Z] master: digest: sha256:c98ee53152030df8947f66131bdf4ff3ed77b9a79d6f0ad1f939c782fa865f34 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-07T16:49:12.718Z] a7b3e634d683: Layer already exists [2020-12-07T16:49:12.718Z] d5b68dfe51bf: Layer already exists [2020-12-07T16:49:12.718Z] 835c524e1e5e: Layer already exists [2020-12-07T16:49:12.718Z] e9044ce742a1: Layer already exists [2020-12-07T16:49:12.718Z] d3c46f8fb735: Layer already exists [2020-12-07T16:49:12.718Z] aae2be156959: Layer already exists [2020-12-07T16:49:12.718Z] d9bbddf51013: Layer already exists [2020-12-07T16:49:12.718Z] 424ecaeb699f: Layer already exists [2020-12-07T16:49:12.718Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:12.718Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:110a99728e3621533214909588b3697aad4ed50b9ecf621a2bdee7bb714d3df1 size: 3027 [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:12.803Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:12.852Z] taggedImages: [2020-12-07T16:49:12.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:12.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.6 [2020-12-07T16:49:12.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:12.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-07T16:49:12.982Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-07T16:49:12.982Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:12.982Z] 2.0.0-dev.6 [2020-12-07T16:49:12.982Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:12.982Z] master [2020-12-07T16:49:12.982Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-07T16:49:13.243Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:13.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-07T16:49:13.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:49:13.605Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:13.605Z] d5b68dfe51bf: Preparing [2020-12-07T16:49:13.605Z] 2c6a8ee32127: Preparing [2020-12-07T16:49:13.605Z] 835c524e1e5e: Preparing [2020-12-07T16:49:13.605Z] 835c524e1e5e: Preparing [2020-12-07T16:49:13.605Z] a7b3e634d683: Preparing [2020-12-07T16:49:13.605Z] d3c46f8fb735: Preparing [2020-12-07T16:49:13.605Z] e9044ce742a1: Preparing [2020-12-07T16:49:13.605Z] 5dc9ff8bfb6b: Preparing [2020-12-07T16:49:13.605Z] aae2be156959: Preparing [2020-12-07T16:49:13.605Z] 424ecaeb699f: Preparing [2020-12-07T16:49:13.605Z] d9bbddf51013: Preparing [2020-12-07T16:49:13.605Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:13.605Z] aae2be156959: Waiting [2020-12-07T16:49:13.605Z] 424ecaeb699f: Waiting [2020-12-07T16:49:13.605Z] d3c46f8fb735: Waiting [2020-12-07T16:49:13.605Z] d9bbddf51013: Waiting [2020-12-07T16:49:13.605Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:13.605Z] e9044ce742a1: Waiting [2020-12-07T16:49:13.695Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:13.875Z] d5b68dfe51bf: Layer already exists [2020-12-07T16:49:13.875Z] 5dc9ff8bfb6b: Layer already exists [2020-12-07T16:49:13.875Z] 2c6a8ee32127: Layer already exists [2020-12-07T16:49:13.875Z] a7b3e634d683: Layer already exists [2020-12-07T16:49:13.875Z] 835c524e1e5e: Layer already exists [2020-12-07T16:49:13.875Z] e9044ce742a1: Layer already exists [2020-12-07T16:49:13.875Z] d3c46f8fb735: Layer already exists [2020-12-07T16:49:13.875Z] 424ecaeb699f: Layer already exists [2020-12-07T16:49:13.875Z] d9bbddf51013: Layer already exists [2020-12-07T16:49:13.875Z] aae2be156959: Layer already exists [2020-12-07T16:49:13.875Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:13.875Z] master: digest: sha256:110a99728e3621533214909588b3697aad4ed50b9ecf621a2bdee7bb714d3df1 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-07T16:49:14.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:14.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:49:14.070Z] 074d7be41c2a: Preparing [2020-12-07T16:49:14.070Z] c3fddc2b0038: Preparing [2020-12-07T16:49:14.070Z] f15f45781d44: Preparing [2020-12-07T16:49:14.070Z] fb45d54ae81c: Preparing [2020-12-07T16:49:14.070Z] cb69bbc306dd: Preparing [2020-12-07T16:49:14.070Z] ace0eda3e3be: Preparing [2020-12-07T16:49:14.070Z] ace0eda3e3be: Waiting [Pipeline] echo [2020-12-07T16:49:14.093Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:14.149Z] taggedImages: [2020-12-07T16:49:14.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:14.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:14.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:14.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-07T16:49:14.207Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-07T16:49:14.207Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:14.207Z] 2.0.0-dev.6 [2020-12-07T16:49:14.207Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:14.207Z] master [2020-12-07T16:49:14.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:14.430Z] f15f45781d44: Pushed [2020-12-07T16:49:14.430Z] fb45d54ae81c: Pushed [2020-12-07T16:49:14.724Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:14.873Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:15.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:15.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:49:15.060Z] 1a73d2471f94: Preparing [2020-12-07T16:49:15.060Z] a990b91c27bc: Preparing [2020-12-07T16:49:15.060Z] d751e2436292: Preparing [2020-12-07T16:49:15.060Z] d2dd88692388: Preparing [2020-12-07T16:49:15.060Z] b0bedbcf3258: Preparing [2020-12-07T16:49:15.060Z] ca68dde1929f: Preparing [2020-12-07T16:49:15.060Z] faf097fc4c3f: Preparing [2020-12-07T16:49:15.060Z] f27581775898: Preparing [2020-12-07T16:49:15.060Z] 66b385cf80cf: Preparing [2020-12-07T16:49:15.060Z] ca68dde1929f: Waiting [2020-12-07T16:49:15.060Z] faf097fc4c3f: Waiting [2020-12-07T16:49:15.060Z] f27581775898: Waiting [2020-12-07T16:49:15.060Z] 66b385cf80cf: Waiting [2020-12-07T16:49:15.208Z] cb69bbc306dd: Pushed [2020-12-07T16:49:15.361Z] b0bedbcf3258: Pushed [2020-12-07T16:49:15.361Z] a990b91c27bc: Pushed [2020-12-07T16:49:15.635Z] 1a73d2471f94: Pushed [2020-12-07T16:49:15.635Z] f27581775898: Layer already exists [2020-12-07T16:49:15.635Z] 66b385cf80cf: Layer already exists [2020-12-07T16:49:15.635Z] ca68dde1929f: Pushed [2020-12-07T16:49:15.635Z] faf097fc4c3f: Pushed [2020-12-07T16:49:15.812Z] c3fddc2b0038: Pushed [2020-12-07T16:49:15.812Z] 074d7be41c2a: Pushed [2020-12-07T16:49:16.098Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:acb2c7a85e6223b44c733d4cebb7df2bd440c964b69d0bacf21912e80a11d1aa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:16.483Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:16.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.6 [2020-12-07T16:49:16.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:49:16.815Z] 074d7be41c2a: Preparing [2020-12-07T16:49:16.815Z] c3fddc2b0038: Preparing [2020-12-07T16:49:16.815Z] f15f45781d44: Preparing [2020-12-07T16:49:16.815Z] fb45d54ae81c: Preparing [2020-12-07T16:49:16.815Z] cb69bbc306dd: Preparing [2020-12-07T16:49:16.815Z] ace0eda3e3be: Preparing [2020-12-07T16:49:16.815Z] ace0eda3e3be: Waiting [2020-12-07T16:49:16.815Z] 074d7be41c2a: Layer already exists [2020-12-07T16:49:16.815Z] f15f45781d44: Layer already exists [2020-12-07T16:49:16.815Z] c3fddc2b0038: Layer already exists [2020-12-07T16:49:16.815Z] cb69bbc306dd: Layer already exists [2020-12-07T16:49:16.815Z] fb45d54ae81c: Layer already exists [2020-12-07T16:49:16.815Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:17.083Z] 2.0.0-dev.6: digest: sha256:acb2c7a85e6223b44c733d4cebb7df2bd440c964b69d0bacf21912e80a11d1aa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:17.437Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:17.604Z] d2dd88692388: Pushed [2020-12-07T16:49:17.604Z] d751e2436292: Pushed [2020-12-07T16:49:17.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:17.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:49:17.777Z] 074d7be41c2a: Preparing [2020-12-07T16:49:17.777Z] c3fddc2b0038: Preparing [2020-12-07T16:49:17.777Z] f15f45781d44: Preparing [2020-12-07T16:49:17.777Z] fb45d54ae81c: Preparing [2020-12-07T16:49:17.777Z] cb69bbc306dd: Preparing [2020-12-07T16:49:17.777Z] ace0eda3e3be: Preparing [2020-12-07T16:49:17.777Z] ace0eda3e3be: Waiting [2020-12-07T16:49:17.777Z] cb69bbc306dd: Layer already exists [2020-12-07T16:49:17.777Z] c3fddc2b0038: Layer already exists [2020-12-07T16:49:17.777Z] f15f45781d44: Layer already exists [2020-12-07T16:49:17.777Z] fb45d54ae81c: Layer already exists [2020-12-07T16:49:17.777Z] 074d7be41c2a: Layer already exists [2020-12-07T16:49:17.777Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:17.875Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:1d117cd30b6b8e309d233f14c0078e40afede32ef588ba30273068ac7568017e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:18.039Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:acb2c7a85e6223b44c733d4cebb7df2bd440c964b69d0bacf21912e80a11d1aa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:18.217Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:18.372Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:18.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:18.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:49:18.553Z] 1a73d2471f94: Preparing [2020-12-07T16:49:18.553Z] a990b91c27bc: Preparing [2020-12-07T16:49:18.553Z] d751e2436292: Preparing [2020-12-07T16:49:18.553Z] d2dd88692388: Preparing [2020-12-07T16:49:18.553Z] b0bedbcf3258: Preparing [2020-12-07T16:49:18.553Z] ca68dde1929f: Preparing [2020-12-07T16:49:18.553Z] faf097fc4c3f: Preparing [2020-12-07T16:49:18.553Z] f27581775898: Preparing [2020-12-07T16:49:18.553Z] 66b385cf80cf: Preparing [2020-12-07T16:49:18.553Z] ca68dde1929f: Waiting [2020-12-07T16:49:18.553Z] faf097fc4c3f: Waiting [2020-12-07T16:49:18.553Z] f27581775898: Waiting [2020-12-07T16:49:18.553Z] 66b385cf80cf: Waiting [2020-12-07T16:49:18.553Z] d2dd88692388: Layer already exists [2020-12-07T16:49:18.553Z] b0bedbcf3258: Layer already exists [2020-12-07T16:49:18.553Z] 1a73d2471f94: Layer already exists [2020-12-07T16:49:18.553Z] d751e2436292: Layer already exists [2020-12-07T16:49:18.553Z] a990b91c27bc: Layer already exists [2020-12-07T16:49:18.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-07T16:49:18.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:49:18.727Z] 074d7be41c2a: Preparing [2020-12-07T16:49:18.727Z] c3fddc2b0038: Preparing [2020-12-07T16:49:18.727Z] f15f45781d44: Preparing [2020-12-07T16:49:18.727Z] fb45d54ae81c: Preparing [2020-12-07T16:49:18.727Z] cb69bbc306dd: Preparing [2020-12-07T16:49:18.727Z] ace0eda3e3be: Preparing [2020-12-07T16:49:18.727Z] ace0eda3e3be: Waiting [2020-12-07T16:49:18.727Z] c3fddc2b0038: Layer already exists [2020-12-07T16:49:18.727Z] cb69bbc306dd: Layer already exists [2020-12-07T16:49:18.727Z] f15f45781d44: Layer already exists [2020-12-07T16:49:18.727Z] 074d7be41c2a: Layer already exists [2020-12-07T16:49:18.727Z] fb45d54ae81c: Layer already exists [2020-12-07T16:49:18.826Z] faf097fc4c3f: Layer already exists [2020-12-07T16:49:18.826Z] ca68dde1929f: Layer already exists [2020-12-07T16:49:18.826Z] f27581775898: Layer already exists [2020-12-07T16:49:18.826Z] 66b385cf80cf: Layer already exists [2020-12-07T16:49:18.826Z] 2.0.0-dev.6: digest: sha256:1d117cd30b6b8e309d233f14c0078e40afede32ef588ba30273068ac7568017e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:18.996Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:18.996Z] master: digest: sha256:acb2c7a85e6223b44c733d4cebb7df2bd440c964b69d0bacf21912e80a11d1aa size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-07T16:49:19.168Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] echo [2020-12-07T16:49:19.206Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:19.256Z] taggedImages: [2020-12-07T16:49:19.256Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:19.256Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.6 [2020-12-07T16:49:19.256Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:19.256Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-07T16:49:19.383Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-07T16:49:19.383Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:19.383Z] 2.0.0-dev.6 [2020-12-07T16:49:19.383Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:19.383Z] master [2020-12-07T16:49:19.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-07T16:49:19.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:19.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:49:19.580Z] 1a73d2471f94: Preparing [2020-12-07T16:49:19.580Z] a990b91c27bc: Preparing [2020-12-07T16:49:19.580Z] d751e2436292: Preparing [2020-12-07T16:49:19.580Z] d2dd88692388: Preparing [2020-12-07T16:49:19.580Z] b0bedbcf3258: Preparing [2020-12-07T16:49:19.580Z] ca68dde1929f: Preparing [2020-12-07T16:49:19.580Z] faf097fc4c3f: Preparing [2020-12-07T16:49:19.580Z] f27581775898: Preparing [2020-12-07T16:49:19.580Z] 66b385cf80cf: Preparing [2020-12-07T16:49:19.580Z] ca68dde1929f: Waiting [2020-12-07T16:49:19.580Z] faf097fc4c3f: Waiting [2020-12-07T16:49:19.580Z] f27581775898: Waiting [2020-12-07T16:49:19.580Z] b0bedbcf3258: Layer already exists [2020-12-07T16:49:19.580Z] a990b91c27bc: Layer already exists [2020-12-07T16:49:19.580Z] d751e2436292: Layer already exists [2020-12-07T16:49:19.580Z] 1a73d2471f94: Layer already exists [2020-12-07T16:49:19.580Z] d2dd88692388: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:19.849Z] f27581775898: Layer already exists [2020-12-07T16:49:19.849Z] ca68dde1929f: Layer already exists [2020-12-07T16:49:19.849Z] faf097fc4c3f: Layer already exists [2020-12-07T16:49:19.849Z] 66b385cf80cf: Layer already exists [2020-12-07T16:49:19.849Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:1d117cd30b6b8e309d233f14c0078e40afede32ef588ba30273068ac7568017e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:19.901Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:20.190Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:20.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:20.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:49:20.320Z] b6fff7a5f203: Preparing [2020-12-07T16:49:20.320Z] 2b4d6c57f5e6: Preparing [2020-12-07T16:49:20.320Z] f0a4b4432757: Preparing [2020-12-07T16:49:20.320Z] 261deb2e99fb: Preparing [2020-12-07T16:49:20.320Z] 261deb2e99fb: Preparing [2020-12-07T16:49:20.320Z] c601ca0e0ad8: Preparing [2020-12-07T16:49:20.320Z] d3a4fe51b1c2: Preparing [2020-12-07T16:49:20.320Z] 3dd90b615ed8: Preparing [2020-12-07T16:49:20.320Z] b6fff7a5f203: Preparing [2020-12-07T16:49:20.320Z] b64a224b4650: Preparing [2020-12-07T16:49:20.320Z] 3128a2ec4e24: Preparing [2020-12-07T16:49:20.320Z] 3d0d92cedfc6: Preparing [2020-12-07T16:49:20.320Z] ace0eda3e3be: Preparing [2020-12-07T16:49:20.320Z] 3dd90b615ed8: Waiting [2020-12-07T16:49:20.320Z] d3a4fe51b1c2: Waiting [2020-12-07T16:49:20.320Z] b64a224b4650: Waiting [2020-12-07T16:49:20.320Z] 3128a2ec4e24: Waiting [2020-12-07T16:49:20.320Z] 3d0d92cedfc6: Waiting [2020-12-07T16:49:20.320Z] ace0eda3e3be: Waiting [2020-12-07T16:49:20.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-07T16:49:20.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:49:20.524Z] 1a73d2471f94: Preparing [2020-12-07T16:49:20.524Z] a990b91c27bc: Preparing [2020-12-07T16:49:20.524Z] d751e2436292: Preparing [2020-12-07T16:49:20.524Z] d2dd88692388: Preparing [2020-12-07T16:49:20.524Z] b0bedbcf3258: Preparing [2020-12-07T16:49:20.524Z] ca68dde1929f: Preparing [2020-12-07T16:49:20.524Z] faf097fc4c3f: Preparing [2020-12-07T16:49:20.524Z] f27581775898: Preparing [2020-12-07T16:49:20.524Z] 66b385cf80cf: Preparing [2020-12-07T16:49:20.524Z] ca68dde1929f: Waiting [2020-12-07T16:49:20.524Z] faf097fc4c3f: Waiting [2020-12-07T16:49:20.524Z] f27581775898: Waiting [2020-12-07T16:49:20.524Z] 66b385cf80cf: Waiting [2020-12-07T16:49:20.596Z] 261deb2e99fb: Pushed [2020-12-07T16:49:20.597Z] c601ca0e0ad8: Pushed [2020-12-07T16:49:20.597Z] f0a4b4432757: Pushed [2020-12-07T16:49:20.597Z] 2b4d6c57f5e6: Pushed [2020-12-07T16:49:20.796Z] d2dd88692388: Layer already exists [2020-12-07T16:49:20.796Z] d751e2436292: Layer already exists [2020-12-07T16:49:20.796Z] 1a73d2471f94: Layer already exists [2020-12-07T16:49:20.796Z] b0bedbcf3258: Layer already exists [2020-12-07T16:49:20.796Z] a990b91c27bc: Layer already exists [2020-12-07T16:49:20.796Z] ca68dde1929f: Layer already exists [2020-12-07T16:49:20.796Z] faf097fc4c3f: Layer already exists [2020-12-07T16:49:20.796Z] f27581775898: Layer already exists [2020-12-07T16:49:20.796Z] 66b385cf80cf: Layer already exists [2020-12-07T16:49:20.796Z] master: digest: sha256:1d117cd30b6b8e309d233f14c0078e40afede32ef588ba30273068ac7568017e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-07T16:49:20.880Z] d3a4fe51b1c2: Pushed [2020-12-07T16:49:20.880Z] 3dd90b615ed8: Pushed [2020-12-07T16:49:20.880Z] 3128a2ec4e24: Pushed [2020-12-07T16:49:20.880Z] b64a224b4650: Pushed [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:21.052Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:21.129Z] taggedImages: [2020-12-07T16:49:21.129Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:21.129Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:21.129Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:21.129Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-07T16:49:21.170Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:21.170Z] 3d0d92cedfc6: Pushed [Pipeline] echo [2020-12-07T16:49:21.212Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-07T16:49:21.212Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:21.212Z] 2.0.0-dev.6 [2020-12-07T16:49:21.212Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:21.212Z] master [2020-12-07T16:49:21.212Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:21.725Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:21.752Z] b6fff7a5f203: Pushed [2020-12-07T16:49:22.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:22.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:49:22.057Z] 5e0a4fcf3ffa: Preparing [2020-12-07T16:49:22.057Z] bc83a78a9d3d: Preparing [2020-12-07T16:49:22.057Z] 410e4724a116: Preparing [2020-12-07T16:49:22.057Z] 5ae36a789eb1: Preparing [2020-12-07T16:49:22.057Z] 3e1227559f2a: Preparing [2020-12-07T16:49:22.057Z] a8bed5e49b62: Preparing [2020-12-07T16:49:22.057Z] a8bed5e49b62: Waiting [2020-12-07T16:49:22.328Z] 410e4724a116: Pushed [2020-12-07T16:49:22.328Z] 5e0a4fcf3ffa: Pushed [2020-12-07T16:49:22.336Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:0fa4970f396caf66bbdda2fb6a018dda31c7b5982beced92bcdb295b8cd2fc84 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:22.599Z] 3e1227559f2a: Pushed [2020-12-07T16:49:22.600Z] 5ae36a789eb1: Pushed [2020-12-07T16:49:22.651Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:22.870Z] a8bed5e49b62: Pushed [2020-12-07T16:49:22.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.6 [2020-12-07T16:49:22.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:49:22.977Z] b6fff7a5f203: Preparing [2020-12-07T16:49:22.977Z] 2b4d6c57f5e6: Preparing [2020-12-07T16:49:22.977Z] f0a4b4432757: Preparing [2020-12-07T16:49:22.977Z] 261deb2e99fb: Preparing [2020-12-07T16:49:22.977Z] 261deb2e99fb: Preparing [2020-12-07T16:49:22.977Z] c601ca0e0ad8: Preparing [2020-12-07T16:49:22.977Z] d3a4fe51b1c2: Preparing [2020-12-07T16:49:22.977Z] 3dd90b615ed8: Preparing [2020-12-07T16:49:22.977Z] b6fff7a5f203: Preparing [2020-12-07T16:49:22.977Z] b64a224b4650: Preparing [2020-12-07T16:49:22.977Z] 3128a2ec4e24: Preparing [2020-12-07T16:49:22.977Z] 3d0d92cedfc6: Preparing [2020-12-07T16:49:22.977Z] ace0eda3e3be: Preparing [2020-12-07T16:49:22.977Z] 3dd90b615ed8: Waiting [2020-12-07T16:49:22.977Z] b64a224b4650: Waiting [2020-12-07T16:49:22.977Z] 3128a2ec4e24: Waiting [2020-12-07T16:49:22.977Z] 3d0d92cedfc6: Waiting [2020-12-07T16:49:22.977Z] ace0eda3e3be: Waiting [2020-12-07T16:49:22.977Z] d3a4fe51b1c2: Waiting [2020-12-07T16:49:23.256Z] f0a4b4432757: Layer already exists [2020-12-07T16:49:23.256Z] 261deb2e99fb: Layer already exists [2020-12-07T16:49:23.256Z] b6fff7a5f203: Layer already exists [2020-12-07T16:49:23.256Z] 2b4d6c57f5e6: Layer already exists [2020-12-07T16:49:23.256Z] c601ca0e0ad8: Layer already exists [2020-12-07T16:49:23.256Z] d3a4fe51b1c2: Layer already exists [2020-12-07T16:49:23.256Z] 3dd90b615ed8: Layer already exists [2020-12-07T16:49:23.256Z] b64a224b4650: Layer already exists [2020-12-07T16:49:23.256Z] 3128a2ec4e24: Layer already exists [2020-12-07T16:49:23.256Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:23.256Z] 3d0d92cedfc6: Layer already exists [2020-12-07T16:49:23.256Z] 2.0.0-dev.6: digest: sha256:0fa4970f396caf66bbdda2fb6a018dda31c7b5982beced92bcdb295b8cd2fc84 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:23.821Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:24.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:24.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:49:24.321Z] b6fff7a5f203: Preparing [2020-12-07T16:49:24.321Z] 2b4d6c57f5e6: Preparing [2020-12-07T16:49:24.321Z] f0a4b4432757: Preparing [2020-12-07T16:49:24.321Z] 261deb2e99fb: Preparing [2020-12-07T16:49:24.321Z] 261deb2e99fb: Preparing [2020-12-07T16:49:24.321Z] c601ca0e0ad8: Preparing [2020-12-07T16:49:24.321Z] d3a4fe51b1c2: Preparing [2020-12-07T16:49:24.321Z] 3dd90b615ed8: Preparing [2020-12-07T16:49:24.321Z] b6fff7a5f203: Preparing [2020-12-07T16:49:24.321Z] b64a224b4650: Preparing [2020-12-07T16:49:24.321Z] 3128a2ec4e24: Preparing [2020-12-07T16:49:24.321Z] 3d0d92cedfc6: Preparing [2020-12-07T16:49:24.321Z] ace0eda3e3be: Preparing [2020-12-07T16:49:24.321Z] d3a4fe51b1c2: Waiting [2020-12-07T16:49:24.321Z] 3d0d92cedfc6: Waiting [2020-12-07T16:49:24.321Z] 3dd90b615ed8: Waiting [2020-12-07T16:49:24.321Z] b64a224b4650: Waiting [2020-12-07T16:49:24.321Z] 3128a2ec4e24: Waiting [2020-12-07T16:49:24.321Z] ace0eda3e3be: Waiting [2020-12-07T16:49:24.597Z] b6fff7a5f203: Layer already exists [2020-12-07T16:49:24.597Z] f0a4b4432757: Layer already exists [2020-12-07T16:49:24.597Z] c601ca0e0ad8: Layer already exists [2020-12-07T16:49:24.597Z] 2b4d6c57f5e6: Layer already exists [2020-12-07T16:49:24.597Z] 261deb2e99fb: Layer already exists [2020-12-07T16:49:24.597Z] 3dd90b615ed8: Layer already exists [2020-12-07T16:49:24.597Z] b64a224b4650: Layer already exists [2020-12-07T16:49:24.597Z] 3128a2ec4e24: Layer already exists [2020-12-07T16:49:24.597Z] 3d0d92cedfc6: Layer already exists [2020-12-07T16:49:24.597Z] d3a4fe51b1c2: Layer already exists [2020-12-07T16:49:24.597Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:24.597Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:0fa4970f396caf66bbdda2fb6a018dda31c7b5982beced92bcdb295b8cd2fc84 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:24.939Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:25.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-07T16:49:25.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:49:25.475Z] bc83a78a9d3d: Pushed [2020-12-07T16:49:25.475Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:04ce766017f96bc5c5b1eba5069f8591fd5453b2e60313c23d29d1dd2570811c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:25.572Z] b6fff7a5f203: Preparing [2020-12-07T16:49:25.572Z] 2b4d6c57f5e6: Preparing [2020-12-07T16:49:25.572Z] f0a4b4432757: Preparing [2020-12-07T16:49:25.572Z] 261deb2e99fb: Preparing [2020-12-07T16:49:25.572Z] 261deb2e99fb: Preparing [2020-12-07T16:49:25.572Z] c601ca0e0ad8: Preparing [2020-12-07T16:49:25.572Z] d3a4fe51b1c2: Preparing [2020-12-07T16:49:25.572Z] 3dd90b615ed8: Preparing [2020-12-07T16:49:25.572Z] b6fff7a5f203: Preparing [2020-12-07T16:49:25.572Z] b64a224b4650: Preparing [2020-12-07T16:49:25.572Z] 3128a2ec4e24: Preparing [2020-12-07T16:49:25.572Z] 3d0d92cedfc6: Preparing [2020-12-07T16:49:25.572Z] ace0eda3e3be: Preparing [2020-12-07T16:49:25.572Z] 3dd90b615ed8: Waiting [2020-12-07T16:49:25.572Z] b64a224b4650: Waiting [2020-12-07T16:49:25.572Z] 3128a2ec4e24: Waiting [2020-12-07T16:49:25.572Z] 3d0d92cedfc6: Waiting [2020-12-07T16:49:25.572Z] ace0eda3e3be: Waiting [2020-12-07T16:49:25.572Z] d3a4fe51b1c2: Waiting [2020-12-07T16:49:25.572Z] c601ca0e0ad8: Layer already exists [2020-12-07T16:49:25.572Z] b6fff7a5f203: Layer already exists [2020-12-07T16:49:25.572Z] f0a4b4432757: Layer already exists [2020-12-07T16:49:25.572Z] 261deb2e99fb: Layer already exists [2020-12-07T16:49:25.572Z] 2b4d6c57f5e6: Layer already exists [2020-12-07T16:49:25.572Z] d3a4fe51b1c2: Layer already exists [2020-12-07T16:49:25.572Z] 3128a2ec4e24: Layer already exists [2020-12-07T16:49:25.572Z] b64a224b4650: Layer already exists [2020-12-07T16:49:25.572Z] 3dd90b615ed8: Layer already exists [2020-12-07T16:49:25.572Z] 3d0d92cedfc6: Layer already exists [2020-12-07T16:49:25.572Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:25.572Z] master: digest: sha256:0fa4970f396caf66bbdda2fb6a018dda31c7b5982beced92bcdb295b8cd2fc84 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:25.794Z] ===================================================== [2020-12-07T16:49:25.814Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.6 [Pipeline] echo [2020-12-07T16:49:25.917Z] taggedImages: [2020-12-07T16:49:25.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:25.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.6 [2020-12-07T16:49:25.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:25.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-07T16:49:26.025Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-07T16:49:26.025Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:26.025Z] 2.0.0-dev.6 [2020-12-07T16:49:26.025Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:26.025Z] master [2020-12-07T16:49:26.025Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:26.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:26.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:49:26.232Z] 5e0a4fcf3ffa: Preparing [2020-12-07T16:49:26.232Z] bc83a78a9d3d: Preparing [2020-12-07T16:49:26.232Z] 410e4724a116: Preparing [2020-12-07T16:49:26.232Z] 5ae36a789eb1: Preparing [2020-12-07T16:49:26.232Z] 3e1227559f2a: Preparing [2020-12-07T16:49:26.232Z] a8bed5e49b62: Preparing [2020-12-07T16:49:26.232Z] a8bed5e49b62: Waiting [2020-12-07T16:49:26.502Z] 5ae36a789eb1: Layer already exists [2020-12-07T16:49:26.502Z] bc83a78a9d3d: Layer already exists [2020-12-07T16:49:26.502Z] 3e1227559f2a: Layer already exists [2020-12-07T16:49:26.502Z] 5e0a4fcf3ffa: Layer already exists [2020-12-07T16:49:26.502Z] 410e4724a116: Layer already exists [2020-12-07T16:49:26.502Z] a8bed5e49b62: Layer already exists [2020-12-07T16:49:26.502Z] 2.0.0-dev.6: digest: sha256:04ce766017f96bc5c5b1eba5069f8591fd5453b2e60313c23d29d1dd2570811c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:26.582Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:26.839Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:26.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:26.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:49:26.947Z] 0383ce5dee29: Preparing [2020-12-07T16:49:26.947Z] 33e0e0f2e529: Preparing [2020-12-07T16:49:26.947Z] 5807ca3030dc: Preparing [2020-12-07T16:49:26.947Z] 4fbc1944deac: Preparing [2020-12-07T16:49:26.947Z] 091bcee14f6e: Preparing [2020-12-07T16:49:26.947Z] ea932dbca1c5: Preparing [2020-12-07T16:49:26.947Z] fda804162cf0: Preparing [2020-12-07T16:49:26.947Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:26.947Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:26.947Z] ea932dbca1c5: Waiting [2020-12-07T16:49:26.947Z] fda804162cf0: Waiting [2020-12-07T16:49:26.947Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:26.947Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:27.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:27.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:49:27.186Z] 5e0a4fcf3ffa: Preparing [2020-12-07T16:49:27.186Z] bc83a78a9d3d: Preparing [2020-12-07T16:49:27.186Z] 410e4724a116: Preparing [2020-12-07T16:49:27.186Z] 5ae36a789eb1: Preparing [2020-12-07T16:49:27.186Z] 3e1227559f2a: Preparing [2020-12-07T16:49:27.186Z] a8bed5e49b62: Preparing [2020-12-07T16:49:27.187Z] a8bed5e49b62: Waiting [2020-12-07T16:49:27.187Z] 5e0a4fcf3ffa: Layer already exists [2020-12-07T16:49:27.187Z] 5ae36a789eb1: Layer already exists [2020-12-07T16:49:27.187Z] bc83a78a9d3d: Layer already exists [2020-12-07T16:49:27.258Z] 33e0e0f2e529: Pushed [2020-12-07T16:49:27.259Z] 0383ce5dee29: Pushed [2020-12-07T16:49:27.259Z] 091bcee14f6e: Pushed [2020-12-07T16:49:27.459Z] 410e4724a116: Layer already exists [2020-12-07T16:49:27.459Z] 3e1227559f2a: Layer already exists [2020-12-07T16:49:27.459Z] a8bed5e49b62: Layer already exists [2020-12-07T16:49:27.459Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:04ce766017f96bc5c5b1eba5069f8591fd5453b2e60313c23d29d1dd2570811c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:27.552Z] f5d8361a6b9d: Layer already exists [2020-12-07T16:49:27.552Z] ea932dbca1c5: Pushed [2020-12-07T16:49:27.552Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:27.806Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [2020-12-07T16:49:27.825Z] fda804162cf0: Pushed [Pipeline] sh [2020-12-07T16:49:28.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-07T16:49:28.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:49:28.136Z] 5e0a4fcf3ffa: Preparing [2020-12-07T16:49:28.136Z] bc83a78a9d3d: Preparing [2020-12-07T16:49:28.136Z] 410e4724a116: Preparing [2020-12-07T16:49:28.136Z] 5ae36a789eb1: Preparing [2020-12-07T16:49:28.136Z] 3e1227559f2a: Preparing [2020-12-07T16:49:28.136Z] a8bed5e49b62: Preparing [2020-12-07T16:49:28.136Z] a8bed5e49b62: Waiting [2020-12-07T16:49:28.407Z] 3e1227559f2a: Layer already exists [2020-12-07T16:49:28.407Z] 5ae36a789eb1: Layer already exists [2020-12-07T16:49:28.407Z] 5e0a4fcf3ffa: Layer already exists [2020-12-07T16:49:28.407Z] bc83a78a9d3d: Layer already exists [2020-12-07T16:49:28.407Z] 410e4724a116: Layer already exists [2020-12-07T16:49:28.407Z] a8bed5e49b62: Layer already exists [2020-12-07T16:49:28.407Z] master: digest: sha256:04ce766017f96bc5c5b1eba5069f8591fd5453b2e60313c23d29d1dd2570811c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:28.742Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:28.786Z] taggedImages: [2020-12-07T16:49:28.786Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:28.786Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:28.787Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:28.787Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-07T16:49:28.851Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-07T16:49:28.851Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:28.851Z] 2.0.0-dev.6 [2020-12-07T16:49:28.851Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:28.851Z] master [2020-12-07T16:49:28.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-07T16:49:29.031Z] 4fbc1944deac: Pushed [2020-12-07T16:49:29.032Z] 5807ca3030dc: Pushed [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:29.360Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:29.670Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:0c4cb3a5139a12f1ce4d38273e2e4e2edc8478bf4d0b87d903243accd2695c7d size: 2198 [2020-12-07T16:49:29.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:29.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:49:29.689Z] 0a53723d5790: Preparing [2020-12-07T16:49:29.689Z] 28e0bd9e751f: Preparing [2020-12-07T16:49:29.689Z] 0d1fc3e1cef4: Preparing [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:29.960Z] 0d1fc3e1cef4: Pushed [2020-12-07T16:49:29.960Z] 0a53723d5790: Pushed [2020-12-07T16:49:30.066Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:30.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.6 [2020-12-07T16:49:30.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:49:30.511Z] 0383ce5dee29: Preparing [2020-12-07T16:49:30.511Z] 33e0e0f2e529: Preparing [2020-12-07T16:49:30.511Z] 5807ca3030dc: Preparing [2020-12-07T16:49:30.511Z] 4fbc1944deac: Preparing [2020-12-07T16:49:30.511Z] 091bcee14f6e: Preparing [2020-12-07T16:49:30.511Z] ea932dbca1c5: Preparing [2020-12-07T16:49:30.511Z] fda804162cf0: Preparing [2020-12-07T16:49:30.511Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:30.511Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:30.511Z] ea932dbca1c5: Waiting [2020-12-07T16:49:30.511Z] fda804162cf0: Waiting [2020-12-07T16:49:30.511Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:30.511Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:30.511Z] 4fbc1944deac: Layer already exists [2020-12-07T16:49:30.511Z] 33e0e0f2e529: Layer already exists [2020-12-07T16:49:30.511Z] 5807ca3030dc: Layer already exists [2020-12-07T16:49:30.511Z] 0383ce5dee29: Layer already exists [2020-12-07T16:49:30.511Z] 091bcee14f6e: Layer already exists [2020-12-07T16:49:30.812Z] f5d8361a6b9d: Layer already exists [2020-12-07T16:49:30.812Z] ea932dbca1c5: Layer already exists [2020-12-07T16:49:30.812Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:30.812Z] fda804162cf0: Layer already exists [2020-12-07T16:49:30.812Z] 2.0.0-dev.6: digest: sha256:0c4cb3a5139a12f1ce4d38273e2e4e2edc8478bf4d0b87d903243accd2695c7d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:31.141Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:31.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:31.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:49:31.472Z] 0383ce5dee29: Preparing [2020-12-07T16:49:31.472Z] 33e0e0f2e529: Preparing [2020-12-07T16:49:31.472Z] 5807ca3030dc: Preparing [2020-12-07T16:49:31.472Z] 4fbc1944deac: Preparing [2020-12-07T16:49:31.472Z] 091bcee14f6e: Preparing [2020-12-07T16:49:31.472Z] ea932dbca1c5: Preparing [2020-12-07T16:49:31.472Z] fda804162cf0: Preparing [2020-12-07T16:49:31.472Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:31.472Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:31.472Z] ea932dbca1c5: Waiting [2020-12-07T16:49:31.472Z] fda804162cf0: Waiting [2020-12-07T16:49:31.472Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:31.472Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:31.472Z] 0383ce5dee29: Layer already exists [2020-12-07T16:49:31.472Z] 33e0e0f2e529: Layer already exists [2020-12-07T16:49:31.472Z] 5807ca3030dc: Layer already exists [2020-12-07T16:49:31.472Z] 4fbc1944deac: Layer already exists [2020-12-07T16:49:31.472Z] 091bcee14f6e: Layer already exists [2020-12-07T16:49:31.472Z] ea932dbca1c5: Layer already exists [2020-12-07T16:49:31.472Z] f5d8361a6b9d: Layer already exists [2020-12-07T16:49:31.472Z] fda804162cf0: Layer already exists [2020-12-07T16:49:31.472Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:31.764Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:0c4cb3a5139a12f1ce4d38273e2e4e2edc8478bf4d0b87d903243accd2695c7d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:32.237Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:32.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-07T16:49:32.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:49:32.551Z] 0383ce5dee29: Preparing [2020-12-07T16:49:32.551Z] 33e0e0f2e529: Preparing [2020-12-07T16:49:32.551Z] 5807ca3030dc: Preparing [2020-12-07T16:49:32.551Z] 4fbc1944deac: Preparing [2020-12-07T16:49:32.551Z] 091bcee14f6e: Preparing [2020-12-07T16:49:32.551Z] ea932dbca1c5: Preparing [2020-12-07T16:49:32.551Z] fda804162cf0: Preparing [2020-12-07T16:49:32.551Z] f5d8361a6b9d: Preparing [2020-12-07T16:49:32.551Z] 1b3ee35aacca: Preparing [2020-12-07T16:49:32.551Z] ea932dbca1c5: Waiting [2020-12-07T16:49:32.551Z] fda804162cf0: Waiting [2020-12-07T16:49:32.551Z] f5d8361a6b9d: Waiting [2020-12-07T16:49:32.551Z] 1b3ee35aacca: Waiting [2020-12-07T16:49:32.551Z] 4fbc1944deac: Layer already exists [2020-12-07T16:49:32.551Z] 33e0e0f2e529: Layer already exists [2020-12-07T16:49:32.551Z] 091bcee14f6e: Layer already exists [2020-12-07T16:49:32.551Z] 0383ce5dee29: Layer already exists [2020-12-07T16:49:32.551Z] 5807ca3030dc: Layer already exists [2020-12-07T16:49:32.551Z] ea932dbca1c5: Layer already exists [2020-12-07T16:49:32.551Z] f5d8361a6b9d: Layer already exists [2020-12-07T16:49:32.551Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:49:32.551Z] fda804162cf0: Layer already exists [2020-12-07T16:49:32.579Z] 28e0bd9e751f: Pushed [2020-12-07T16:49:32.819Z] master: digest: sha256:0c4cb3a5139a12f1ce4d38273e2e4e2edc8478bf4d0b87d903243accd2695c7d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:33.021Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:33.073Z] taggedImages: [2020-12-07T16:49:33.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:33.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.6 [2020-12-07T16:49:33.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:33.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-07T16:49:33.146Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-07T16:49:33.146Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:33.146Z] 2.0.0-dev.6 [2020-12-07T16:49:33.146Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:33.146Z] master [2020-12-07T16:49:33.146Z] ===================================================== [2020-12-07T16:49:33.172Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:cb7bee56b71fcbc17dee5796cc0700fe2ea0d3c559deb406a27c1f0f366ff3b6 size: 943 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:33.767Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:33.843Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:34.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:34.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:49:34.109Z] 0a53723d5790: Preparing [2020-12-07T16:49:34.109Z] 28e0bd9e751f: Preparing [2020-12-07T16:49:34.109Z] 0d1fc3e1cef4: Preparing [2020-12-07T16:49:34.109Z] 0a53723d5790: Layer already exists [2020-12-07T16:49:34.109Z] 0d1fc3e1cef4: Layer already exists [2020-12-07T16:49:34.109Z] 28e0bd9e751f: Layer already exists [2020-12-07T16:49:34.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:34.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:49:34.204Z] 86cdddbad440: Preparing [2020-12-07T16:49:34.204Z] bc49c43feb8e: Preparing [2020-12-07T16:49:34.204Z] b728e4d5113b: Preparing [2020-12-07T16:49:34.204Z] 3722b39cc6c1: Preparing [2020-12-07T16:49:34.204Z] 8c34d99d74ef: Preparing [2020-12-07T16:49:34.204Z] fd0e2db07458: Preparing [2020-12-07T16:49:34.204Z] fd0e2db07458: Waiting [2020-12-07T16:49:34.386Z] 2.0.0-dev.6: digest: sha256:cb7bee56b71fcbc17dee5796cc0700fe2ea0d3c559deb406a27c1f0f366ff3b6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:34.477Z] 86cdddbad440: Pushed [2020-12-07T16:49:34.477Z] b728e4d5113b: Pushed [2020-12-07T16:49:34.727Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:34.754Z] 3722b39cc6c1: Pushed [2020-12-07T16:49:35.022Z] fd0e2db07458: Pushed [2020-12-07T16:49:35.022Z] 8c34d99d74ef: Pushed [2020-12-07T16:49:35.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:35.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:49:35.062Z] 0a53723d5790: Preparing [2020-12-07T16:49:35.062Z] 28e0bd9e751f: Preparing [2020-12-07T16:49:35.062Z] 0d1fc3e1cef4: Preparing [2020-12-07T16:49:35.062Z] 0d1fc3e1cef4: Layer already exists [2020-12-07T16:49:35.062Z] 28e0bd9e751f: Layer already exists [2020-12-07T16:49:35.062Z] 0a53723d5790: Layer already exists [2020-12-07T16:49:35.333Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:cb7bee56b71fcbc17dee5796cc0700fe2ea0d3c559deb406a27c1f0f366ff3b6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:35.672Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:35.983Z] bc49c43feb8e: Pushed [2020-12-07T16:49:36.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-07T16:49:36.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:49:36.042Z] 0a53723d5790: Preparing [2020-12-07T16:49:36.042Z] 28e0bd9e751f: Preparing [2020-12-07T16:49:36.042Z] 0d1fc3e1cef4: Preparing [2020-12-07T16:49:36.042Z] 0d1fc3e1cef4: Layer already exists [2020-12-07T16:49:36.042Z] 0a53723d5790: Layer already exists [2020-12-07T16:49:36.042Z] 28e0bd9e751f: Layer already exists [2020-12-07T16:49:36.249Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:a809c23fa773f020dc3569a6cfdbcc6f729c836e9fd0e5271d38e7eaff6174ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:36.312Z] master: digest: sha256:cb7bee56b71fcbc17dee5796cc0700fe2ea0d3c559deb406a27c1f0f366ff3b6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:36.536Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:36.581Z] taggedImages: [2020-12-07T16:49:36.581Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:36.581Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:36.581Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:36.581Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-07T16:49:36.599Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-07T16:49:36.732Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-07T16:49:36.732Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:36.732Z] 2.0.0-dev.6 [2020-12-07T16:49:36.732Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:36.732Z] master [2020-12-07T16:49:36.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-07T16:49:36.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.6 [2020-12-07T16:49:36.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:49:36.943Z] 86cdddbad440: Preparing [2020-12-07T16:49:36.943Z] bc49c43feb8e: Preparing [2020-12-07T16:49:36.943Z] b728e4d5113b: Preparing [2020-12-07T16:49:36.943Z] 3722b39cc6c1: Preparing [2020-12-07T16:49:36.943Z] 8c34d99d74ef: Preparing [2020-12-07T16:49:36.943Z] fd0e2db07458: Preparing [2020-12-07T16:49:36.943Z] fd0e2db07458: Waiting [2020-12-07T16:49:36.943Z] b728e4d5113b: Layer already exists [2020-12-07T16:49:36.943Z] 8c34d99d74ef: Layer already exists [2020-12-07T16:49:36.943Z] bc49c43feb8e: Layer already exists [2020-12-07T16:49:36.943Z] 3722b39cc6c1: Layer already exists [2020-12-07T16:49:36.943Z] 86cdddbad440: Layer already exists [2020-12-07T16:49:36.943Z] fd0e2db07458: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:37.209Z] 2.0.0-dev.6: digest: sha256:a809c23fa773f020dc3569a6cfdbcc6f729c836e9fd0e5271d38e7eaff6174ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:37.272Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:37.539Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:37.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:37.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:49:37.633Z] bdb06edd4374: Preparing [2020-12-07T16:49:37.633Z] dcbef4b705c6: Preparing [2020-12-07T16:49:37.633Z] 1c5135ff4892: Preparing [2020-12-07T16:49:37.633Z] d313baccf349: Preparing [2020-12-07T16:49:37.633Z] 079e579bb3c7: Preparing [2020-12-07T16:49:37.633Z] 690b14258925: Preparing [2020-12-07T16:49:37.633Z] 65385ae77b92: Preparing [2020-12-07T16:49:37.633Z] 2cee7541aa47: Preparing [2020-12-07T16:49:37.633Z] b6a78175e4c9: Preparing [2020-12-07T16:49:37.633Z] fab17a547d8c: Preparing [2020-12-07T16:49:37.633Z] 4b089f0fc7f0: Preparing [2020-12-07T16:49:37.633Z] 3e7dc55cab04: Preparing [2020-12-07T16:49:37.633Z] b2e85fd0898f: Preparing [2020-12-07T16:49:37.633Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:37.633Z] 690b14258925: Waiting [2020-12-07T16:49:37.633Z] 65385ae77b92: Waiting [2020-12-07T16:49:37.633Z] 4b089f0fc7f0: Waiting [2020-12-07T16:49:37.633Z] 2cee7541aa47: Waiting [2020-12-07T16:49:37.633Z] 3e7dc55cab04: Waiting [2020-12-07T16:49:37.633Z] b6a78175e4c9: Waiting [2020-12-07T16:49:37.633Z] b2e85fd0898f: Waiting [2020-12-07T16:49:37.633Z] fab17a547d8c: Waiting [2020-12-07T16:49:37.633Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:37.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:37.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:49:37.880Z] 86cdddbad440: Preparing [2020-12-07T16:49:37.880Z] bc49c43feb8e: Preparing [2020-12-07T16:49:37.880Z] b728e4d5113b: Preparing [2020-12-07T16:49:37.880Z] 3722b39cc6c1: Preparing [2020-12-07T16:49:37.880Z] 8c34d99d74ef: Preparing [2020-12-07T16:49:37.880Z] fd0e2db07458: Preparing [2020-12-07T16:49:37.880Z] fd0e2db07458: Waiting [2020-12-07T16:49:37.880Z] 86cdddbad440: Layer already exists [2020-12-07T16:49:37.880Z] b728e4d5113b: Layer already exists [2020-12-07T16:49:37.880Z] 3722b39cc6c1: Layer already exists [2020-12-07T16:49:37.880Z] 8c34d99d74ef: Layer already exists [2020-12-07T16:49:37.880Z] bc49c43feb8e: Layer already exists [2020-12-07T16:49:37.880Z] fd0e2db07458: Layer already exists [2020-12-07T16:49:37.880Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:a809c23fa773f020dc3569a6cfdbcc6f729c836e9fd0e5271d38e7eaff6174ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:38.209Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-07T16:49:38.226Z] 079e579bb3c7: Pushed [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:38.502Z] bdb06edd4374: Pushed [2020-12-07T16:49:38.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-07T16:49:38.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:49:38.837Z] 86cdddbad440: Preparing [2020-12-07T16:49:38.837Z] bc49c43feb8e: Preparing [2020-12-07T16:49:38.837Z] b728e4d5113b: Preparing [2020-12-07T16:49:38.837Z] 3722b39cc6c1: Preparing [2020-12-07T16:49:38.837Z] 8c34d99d74ef: Preparing [2020-12-07T16:49:38.837Z] fd0e2db07458: Preparing [2020-12-07T16:49:38.837Z] fd0e2db07458: Waiting [2020-12-07T16:49:38.837Z] 3722b39cc6c1: Layer already exists [2020-12-07T16:49:38.837Z] b728e4d5113b: Layer already exists [2020-12-07T16:49:38.837Z] 86cdddbad440: Layer already exists [2020-12-07T16:49:38.837Z] 8c34d99d74ef: Layer already exists [2020-12-07T16:49:38.837Z] bc49c43feb8e: Layer already exists [2020-12-07T16:49:38.837Z] fd0e2db07458: Layer already exists [2020-12-07T16:49:38.837Z] master: digest: sha256:a809c23fa773f020dc3569a6cfdbcc6f729c836e9fd0e5271d38e7eaff6174ca size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:39.032Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:39.078Z] taggedImages: [2020-12-07T16:49:39.078Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:39.078Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.6 [2020-12-07T16:49:39.078Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:39.078Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-07T16:49:39.100Z] d313baccf349: Pushed [2020-12-07T16:49:39.100Z] 2cee7541aa47: Layer already exists [2020-12-07T16:49:39.100Z] b6a78175e4c9: Layer already exists [2020-12-07T16:49:39.100Z] fab17a547d8c: Layer already exists [2020-12-07T16:49:39.100Z] 65385ae77b92: Pushed [2020-12-07T16:49:39.100Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:49:39.100Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:49:39.100Z] b2e85fd0898f: Layer already exists [Pipeline] echo [2020-12-07T16:49:39.145Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-07T16:49:39.145Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:39.145Z] 2.0.0-dev.6 [2020-12-07T16:49:39.145Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:39.145Z] master [2020-12-07T16:49:39.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:39.390Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:39.660Z] dcbef4b705c6: Pushed [2020-12-07T16:49:39.671Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:40.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:40.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:49:40.067Z] 2f6d45642100: Preparing [2020-12-07T16:49:40.067Z] bc4cab54c245: Preparing [2020-12-07T16:49:40.067Z] 1d3b6dc35a2b: Preparing [2020-12-07T16:49:40.331Z] 1d3b6dc35a2b: Pushed [2020-12-07T16:49:40.331Z] 2f6d45642100: Pushed [2020-12-07T16:49:40.644Z] 690b14258925: Pushed [2020-12-07T16:49:42.280Z] bc4cab54c245: Pushed [2020-12-07T16:49:42.280Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:aa7cf77c9f1ce86c292304c6dff564522d5fbcfced9f7433ca9231cfeeeb4c87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:42.659Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:43.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.6 [2020-12-07T16:49:43.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:49:43.017Z] 2f6d45642100: Preparing [2020-12-07T16:49:43.017Z] bc4cab54c245: Preparing [2020-12-07T16:49:43.017Z] 1d3b6dc35a2b: Preparing [2020-12-07T16:49:43.017Z] 2f6d45642100: Layer already exists [2020-12-07T16:49:43.017Z] bc4cab54c245: Layer already exists [2020-12-07T16:49:43.017Z] 1d3b6dc35a2b: Layer already exists [2020-12-07T16:49:43.017Z] 2.0.0-dev.6: digest: sha256:aa7cf77c9f1ce86c292304c6dff564522d5fbcfced9f7433ca9231cfeeeb4c87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:43.341Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:43.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:43.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:49:43.649Z] 2f6d45642100: Preparing [2020-12-07T16:49:43.649Z] bc4cab54c245: Preparing [2020-12-07T16:49:43.649Z] 1d3b6dc35a2b: Preparing [2020-12-07T16:49:43.649Z] 1d3b6dc35a2b: Layer already exists [2020-12-07T16:49:43.649Z] 2f6d45642100: Layer already exists [2020-12-07T16:49:43.649Z] bc4cab54c245: Layer already exists [2020-12-07T16:49:43.649Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:aa7cf77c9f1ce86c292304c6dff564522d5fbcfced9f7433ca9231cfeeeb4c87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:43.961Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:44.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-07T16:49:44.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:49:44.307Z] 2f6d45642100: Preparing [2020-12-07T16:49:44.307Z] bc4cab54c245: Preparing [2020-12-07T16:49:44.307Z] 1d3b6dc35a2b: Preparing [2020-12-07T16:49:44.307Z] 2f6d45642100: Layer already exists [2020-12-07T16:49:44.307Z] bc4cab54c245: Layer already exists [2020-12-07T16:49:44.307Z] 1d3b6dc35a2b: Layer already exists [2020-12-07T16:49:44.307Z] master: digest: sha256:aa7cf77c9f1ce86c292304c6dff564522d5fbcfced9f7433ca9231cfeeeb4c87 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:44.780Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:44.825Z] taggedImages: [2020-12-07T16:49:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.6 [2020-12-07T16:49:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-07T16:49:44.901Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-07T16:49:44.901Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:44.901Z] 2.0.0-dev.6 [2020-12-07T16:49:44.901Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:44.901Z] master [2020-12-07T16:49:44.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:45.421Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:45.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:45.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:49:45.786Z] a35673d1f111: Preparing [2020-12-07T16:49:45.786Z] 6dac30f6d7c5: Preparing [2020-12-07T16:49:45.786Z] 13069e41be0f: Preparing [2020-12-07T16:49:45.786Z] 6521b731b325: Preparing [2020-12-07T16:49:45.786Z] 7f5fda9369b7: Preparing [2020-12-07T16:49:45.786Z] 7996805c64a9: Preparing [2020-12-07T16:49:45.786Z] 25111179be8d: Preparing [2020-12-07T16:49:45.786Z] 3d9ce3ccee13: Preparing [2020-12-07T16:49:45.786Z] 84631c253a1d: Preparing [2020-12-07T16:49:45.786Z] 336623de938e: Preparing [2020-12-07T16:49:45.786Z] 63533b406c5a: Preparing [2020-12-07T16:49:45.786Z] 31b11ec6ff38: Preparing [2020-12-07T16:49:45.786Z] 911954e2fe49: Preparing [2020-12-07T16:49:45.786Z] ace0eda3e3be: Preparing [2020-12-07T16:49:45.786Z] 84631c253a1d: Waiting [2020-12-07T16:49:45.786Z] 7996805c64a9: Waiting [2020-12-07T16:49:45.786Z] 25111179be8d: Waiting [2020-12-07T16:49:45.786Z] 3d9ce3ccee13: Waiting [2020-12-07T16:49:45.786Z] 336623de938e: Waiting [2020-12-07T16:49:45.786Z] 63533b406c5a: Waiting [2020-12-07T16:49:45.786Z] 31b11ec6ff38: Waiting [2020-12-07T16:49:45.786Z] ace0eda3e3be: Waiting [2020-12-07T16:49:45.786Z] 911954e2fe49: Waiting [2020-12-07T16:49:46.140Z] 7f5fda9369b7: Pushed [2020-12-07T16:49:46.423Z] a35673d1f111: Pushed [2020-12-07T16:49:46.700Z] 6521b731b325: Pushed [2020-12-07T16:49:46.700Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:49:46.994Z] 84631c253a1d: Layer already exists [2020-12-07T16:49:46.994Z] 25111179be8d: Pushed [2020-12-07T16:49:46.994Z] 336623de938e: Layer already exists [2020-12-07T16:49:47.366Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:49:47.366Z] 63533b406c5a: Layer already exists [2020-12-07T16:49:47.366Z] 911954e2fe49: Layer already exists [2020-12-07T16:49:47.366Z] ace0eda3e3be: Layer already exists [2020-12-07T16:49:48.303Z] 7996805c64a9: Pushed [2020-12-07T16:49:48.934Z] 6dac30f6d7c5: Pushed [2020-12-07T16:49:53.030Z] 1c5135ff4892: Pushed [2020-12-07T16:49:53.030Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:1c19ac2ad7f79599e4baa80f9c258c6eabbc549aba06f7645e793d14c3621993 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:53.367Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:53.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:53.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:49:53.698Z] bdb06edd4374: Preparing [2020-12-07T16:49:53.698Z] dcbef4b705c6: Preparing [2020-12-07T16:49:53.698Z] 1c5135ff4892: Preparing [2020-12-07T16:49:53.698Z] d313baccf349: Preparing [2020-12-07T16:49:53.698Z] 079e579bb3c7: Preparing [2020-12-07T16:49:53.698Z] 690b14258925: Preparing [2020-12-07T16:49:53.698Z] 65385ae77b92: Preparing [2020-12-07T16:49:53.698Z] 2cee7541aa47: Preparing [2020-12-07T16:49:53.698Z] b6a78175e4c9: Preparing [2020-12-07T16:49:53.698Z] fab17a547d8c: Preparing [2020-12-07T16:49:53.698Z] 4b089f0fc7f0: Preparing [2020-12-07T16:49:53.698Z] 3e7dc55cab04: Preparing [2020-12-07T16:49:53.698Z] b2e85fd0898f: Preparing [2020-12-07T16:49:53.698Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:53.698Z] 690b14258925: Waiting [2020-12-07T16:49:53.698Z] fab17a547d8c: Waiting [2020-12-07T16:49:53.698Z] 4b089f0fc7f0: Waiting [2020-12-07T16:49:53.698Z] 65385ae77b92: Waiting [2020-12-07T16:49:53.698Z] 3e7dc55cab04: Waiting [2020-12-07T16:49:53.698Z] b2e85fd0898f: Waiting [2020-12-07T16:49:53.698Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:53.698Z] 2cee7541aa47: Waiting [2020-12-07T16:49:53.698Z] b6a78175e4c9: Waiting [2020-12-07T16:49:53.698Z] 079e579bb3c7: Layer already exists [2020-12-07T16:49:53.698Z] bdb06edd4374: Layer already exists [2020-12-07T16:49:53.698Z] 1c5135ff4892: Layer already exists [2020-12-07T16:49:53.971Z] dcbef4b705c6: Layer already exists [2020-12-07T16:49:53.971Z] d313baccf349: Layer already exists [2020-12-07T16:49:53.971Z] 690b14258925: Layer already exists [2020-12-07T16:49:53.971Z] 65385ae77b92: Layer already exists [2020-12-07T16:49:53.971Z] b6a78175e4c9: Layer already exists [2020-12-07T16:49:53.971Z] fab17a547d8c: Layer already exists [2020-12-07T16:49:53.971Z] 2cee7541aa47: Layer already exists [2020-12-07T16:49:53.971Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:49:53.971Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:49:53.971Z] b2e85fd0898f: Layer already exists [2020-12-07T16:49:53.971Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:53.971Z] 2.0.0-dev.6: digest: sha256:1c19ac2ad7f79599e4baa80f9c258c6eabbc549aba06f7645e793d14c3621993 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:54.313Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:54.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:54.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:49:54.683Z] bdb06edd4374: Preparing [2020-12-07T16:49:54.683Z] dcbef4b705c6: Preparing [2020-12-07T16:49:54.683Z] 1c5135ff4892: Preparing [2020-12-07T16:49:54.683Z] d313baccf349: Preparing [2020-12-07T16:49:54.683Z] 079e579bb3c7: Preparing [2020-12-07T16:49:54.683Z] 690b14258925: Preparing [2020-12-07T16:49:54.683Z] 65385ae77b92: Preparing [2020-12-07T16:49:54.683Z] 2cee7541aa47: Preparing [2020-12-07T16:49:54.683Z] b6a78175e4c9: Preparing [2020-12-07T16:49:54.683Z] fab17a547d8c: Preparing [2020-12-07T16:49:54.683Z] 4b089f0fc7f0: Preparing [2020-12-07T16:49:54.683Z] 3e7dc55cab04: Preparing [2020-12-07T16:49:54.683Z] b2e85fd0898f: Preparing [2020-12-07T16:49:54.683Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:54.683Z] fab17a547d8c: Waiting [2020-12-07T16:49:54.683Z] 4b089f0fc7f0: Waiting [2020-12-07T16:49:54.683Z] b2e85fd0898f: Waiting [2020-12-07T16:49:54.683Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:54.683Z] 3e7dc55cab04: Waiting [2020-12-07T16:49:54.683Z] 690b14258925: Waiting [2020-12-07T16:49:54.683Z] 2cee7541aa47: Waiting [2020-12-07T16:49:54.683Z] b6a78175e4c9: Waiting [2020-12-07T16:49:54.961Z] 079e579bb3c7: Layer already exists [2020-12-07T16:49:54.961Z] bdb06edd4374: Layer already exists [2020-12-07T16:49:54.961Z] d313baccf349: Layer already exists [2020-12-07T16:49:54.961Z] 1c5135ff4892: Layer already exists [2020-12-07T16:49:54.961Z] dcbef4b705c6: Layer already exists [2020-12-07T16:49:54.961Z] 65385ae77b92: Layer already exists [2020-12-07T16:49:54.961Z] b6a78175e4c9: Layer already exists [2020-12-07T16:49:54.961Z] 690b14258925: Layer already exists [2020-12-07T16:49:54.961Z] fab17a547d8c: Layer already exists [2020-12-07T16:49:54.961Z] 2cee7541aa47: Layer already exists [2020-12-07T16:49:54.961Z] b2e85fd0898f: Layer already exists [2020-12-07T16:49:54.961Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:49:54.961Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:49:54.961Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:54.961Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:1c19ac2ad7f79599e4baa80f9c258c6eabbc549aba06f7645e793d14c3621993 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:55.297Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:49:55.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-07T16:49:55.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:49:55.626Z] bdb06edd4374: Preparing [2020-12-07T16:49:55.626Z] dcbef4b705c6: Preparing [2020-12-07T16:49:55.626Z] 1c5135ff4892: Preparing [2020-12-07T16:49:55.626Z] d313baccf349: Preparing [2020-12-07T16:49:55.626Z] 079e579bb3c7: Preparing [2020-12-07T16:49:55.626Z] 690b14258925: Preparing [2020-12-07T16:49:55.626Z] 65385ae77b92: Preparing [2020-12-07T16:49:55.626Z] 2cee7541aa47: Preparing [2020-12-07T16:49:55.626Z] b6a78175e4c9: Preparing [2020-12-07T16:49:55.626Z] fab17a547d8c: Preparing [2020-12-07T16:49:55.626Z] 4b089f0fc7f0: Preparing [2020-12-07T16:49:55.626Z] 3e7dc55cab04: Preparing [2020-12-07T16:49:55.626Z] b2e85fd0898f: Preparing [2020-12-07T16:49:55.626Z] cd3761cfa1d9: Preparing [2020-12-07T16:49:55.626Z] fab17a547d8c: Waiting [2020-12-07T16:49:55.626Z] 4b089f0fc7f0: Waiting [2020-12-07T16:49:55.626Z] 3e7dc55cab04: Waiting [2020-12-07T16:49:55.626Z] b2e85fd0898f: Waiting [2020-12-07T16:49:55.626Z] cd3761cfa1d9: Waiting [2020-12-07T16:49:55.626Z] 690b14258925: Waiting [2020-12-07T16:49:55.626Z] 2cee7541aa47: Waiting [2020-12-07T16:49:55.626Z] 65385ae77b92: Waiting [2020-12-07T16:49:55.626Z] b6a78175e4c9: Waiting [2020-12-07T16:49:55.626Z] 079e579bb3c7: Layer already exists [2020-12-07T16:49:55.626Z] d313baccf349: Layer already exists [2020-12-07T16:49:55.626Z] bdb06edd4374: Layer already exists [2020-12-07T16:49:55.626Z] dcbef4b705c6: Layer already exists [2020-12-07T16:49:55.626Z] 1c5135ff4892: Layer already exists [2020-12-07T16:49:55.897Z] 690b14258925: Layer already exists [2020-12-07T16:49:55.897Z] 65385ae77b92: Layer already exists [2020-12-07T16:49:55.897Z] b6a78175e4c9: Layer already exists [2020-12-07T16:49:55.897Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:49:55.897Z] 2cee7541aa47: Layer already exists [2020-12-07T16:49:55.897Z] fab17a547d8c: Layer already exists [2020-12-07T16:49:55.897Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:49:55.897Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:49:55.897Z] b2e85fd0898f: Layer already exists [2020-12-07T16:49:55.897Z] master: digest: sha256:1c19ac2ad7f79599e4baa80f9c258c6eabbc549aba06f7645e793d14c3621993 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:49:56.099Z] ===================================================== [Pipeline] echo [2020-12-07T16:49:56.150Z] taggedImages: [2020-12-07T16:49:56.150Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:49:56.150Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.6 [2020-12-07T16:49:56.150Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:49:56.150Z] - 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] } [2020-12-07T16:50:01.354Z] 13069e41be0f: Pushed [2020-12-07T16:50:01.354Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb: digest: sha256:ca628b8bdd5c4530c9983772160884de2a691ee6057f668572496bb1cca6ef4f size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:01.772Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:02.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.6 [2020-12-07T16:50:02.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:50:02.379Z] a35673d1f111: Preparing [2020-12-07T16:50:02.379Z] 6dac30f6d7c5: Preparing [2020-12-07T16:50:02.379Z] 13069e41be0f: Preparing [2020-12-07T16:50:02.379Z] 6521b731b325: Preparing [2020-12-07T16:50:02.379Z] 7f5fda9369b7: Preparing [2020-12-07T16:50:02.379Z] 7996805c64a9: Preparing [2020-12-07T16:50:02.379Z] 25111179be8d: Preparing [2020-12-07T16:50:02.379Z] 3d9ce3ccee13: Preparing [2020-12-07T16:50:02.379Z] 84631c253a1d: Preparing [2020-12-07T16:50:02.379Z] 336623de938e: Preparing [2020-12-07T16:50:02.379Z] 63533b406c5a: Preparing [2020-12-07T16:50:02.379Z] 31b11ec6ff38: Preparing [2020-12-07T16:50:02.379Z] 911954e2fe49: Preparing [2020-12-07T16:50:02.379Z] ace0eda3e3be: Preparing [2020-12-07T16:50:02.379Z] 3d9ce3ccee13: Waiting [2020-12-07T16:50:02.379Z] 7996805c64a9: Waiting [2020-12-07T16:50:02.379Z] 25111179be8d: Waiting [2020-12-07T16:50:02.379Z] 84631c253a1d: Waiting [2020-12-07T16:50:02.379Z] 31b11ec6ff38: Waiting [2020-12-07T16:50:02.379Z] 336623de938e: Waiting [2020-12-07T16:50:02.379Z] 63533b406c5a: Waiting [2020-12-07T16:50:02.379Z] ace0eda3e3be: Waiting [2020-12-07T16:50:02.379Z] 911954e2fe49: Waiting [2020-12-07T16:50:02.379Z] 6dac30f6d7c5: Layer already exists [2020-12-07T16:50:02.379Z] a35673d1f111: Layer already exists [2020-12-07T16:50:02.379Z] 7f5fda9369b7: Layer already exists [2020-12-07T16:50:02.379Z] 6521b731b325: Layer already exists [2020-12-07T16:50:02.379Z] 13069e41be0f: Layer already exists [2020-12-07T16:50:02.648Z] 7996805c64a9: Layer already exists [2020-12-07T16:50:02.648Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:50:02.648Z] 25111179be8d: Layer already exists [2020-12-07T16:50:02.648Z] 84631c253a1d: Layer already exists [2020-12-07T16:50:02.648Z] 336623de938e: Layer already exists [2020-12-07T16:50:02.648Z] 63533b406c5a: Layer already exists [2020-12-07T16:50:02.648Z] 911954e2fe49: Layer already exists [2020-12-07T16:50:02.648Z] ace0eda3e3be: Layer already exists [2020-12-07T16:50:02.648Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:50:02.648Z] 2.0.0-dev.6: digest: sha256:ca628b8bdd5c4530c9983772160884de2a691ee6057f668572496bb1cca6ef4f size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:03.002Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:03.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:50:03.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:50:03.400Z] a35673d1f111: Preparing [2020-12-07T16:50:03.400Z] 6dac30f6d7c5: Preparing [2020-12-07T16:50:03.400Z] 13069e41be0f: Preparing [2020-12-07T16:50:03.400Z] 6521b731b325: Preparing [2020-12-07T16:50:03.400Z] 7f5fda9369b7: Preparing [2020-12-07T16:50:03.400Z] 7996805c64a9: Preparing [2020-12-07T16:50:03.400Z] 25111179be8d: Preparing [2020-12-07T16:50:03.400Z] 3d9ce3ccee13: Preparing [2020-12-07T16:50:03.400Z] 84631c253a1d: Preparing [2020-12-07T16:50:03.400Z] 336623de938e: Preparing [2020-12-07T16:50:03.400Z] 63533b406c5a: Preparing [2020-12-07T16:50:03.400Z] 31b11ec6ff38: Preparing [2020-12-07T16:50:03.400Z] 911954e2fe49: Preparing [2020-12-07T16:50:03.400Z] ace0eda3e3be: Preparing [2020-12-07T16:50:03.400Z] 7996805c64a9: Waiting [2020-12-07T16:50:03.400Z] 25111179be8d: Waiting [2020-12-07T16:50:03.400Z] 3d9ce3ccee13: Waiting [2020-12-07T16:50:03.400Z] 84631c253a1d: Waiting [2020-12-07T16:50:03.400Z] 336623de938e: Waiting [2020-12-07T16:50:03.400Z] 63533b406c5a: Waiting [2020-12-07T16:50:03.400Z] 31b11ec6ff38: Waiting [2020-12-07T16:50:03.400Z] 911954e2fe49: Waiting [2020-12-07T16:50:03.400Z] ace0eda3e3be: Waiting [2020-12-07T16:50:03.669Z] 13069e41be0f: Layer already exists [2020-12-07T16:50:03.669Z] 7f5fda9369b7: Layer already exists [2020-12-07T16:50:03.669Z] a35673d1f111: Layer already exists [2020-12-07T16:50:03.669Z] 6521b731b325: Layer already exists [2020-12-07T16:50:03.669Z] 6dac30f6d7c5: Layer already exists [2020-12-07T16:50:03.669Z] 336623de938e: Layer already exists [2020-12-07T16:50:03.669Z] 7996805c64a9: Layer already exists [2020-12-07T16:50:03.669Z] 25111179be8d: Layer already exists [2020-12-07T16:50:03.669Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:50:03.669Z] 84631c253a1d: Layer already exists [2020-12-07T16:50:03.669Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:50:03.669Z] 911954e2fe49: Layer already exists [2020-12-07T16:50:03.669Z] ace0eda3e3be: Layer already exists [2020-12-07T16:50:03.669Z] 63533b406c5a: Layer already exists [2020-12-07T16:50:03.669Z] 7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6: digest: sha256:ca628b8bdd5c4530c9983772160884de2a691ee6057f668572496bb1cca6ef4f size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:04.037Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:04.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-07T16:50:04.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:50:04.411Z] a35673d1f111: Preparing [2020-12-07T16:50:04.411Z] 6dac30f6d7c5: Preparing [2020-12-07T16:50:04.411Z] 13069e41be0f: Preparing [2020-12-07T16:50:04.411Z] 6521b731b325: Preparing [2020-12-07T16:50:04.411Z] 7f5fda9369b7: Preparing [2020-12-07T16:50:04.411Z] 7996805c64a9: Preparing [2020-12-07T16:50:04.411Z] 25111179be8d: Preparing [2020-12-07T16:50:04.411Z] 3d9ce3ccee13: Preparing [2020-12-07T16:50:04.411Z] 84631c253a1d: Preparing [2020-12-07T16:50:04.411Z] 336623de938e: Preparing [2020-12-07T16:50:04.411Z] 63533b406c5a: Preparing [2020-12-07T16:50:04.411Z] 31b11ec6ff38: Preparing [2020-12-07T16:50:04.411Z] 911954e2fe49: Preparing [2020-12-07T16:50:04.411Z] ace0eda3e3be: Preparing [2020-12-07T16:50:04.411Z] 3d9ce3ccee13: Waiting [2020-12-07T16:50:04.411Z] 84631c253a1d: Waiting [2020-12-07T16:50:04.411Z] 336623de938e: Waiting [2020-12-07T16:50:04.411Z] 63533b406c5a: Waiting [2020-12-07T16:50:04.411Z] 911954e2fe49: Waiting [2020-12-07T16:50:04.411Z] 31b11ec6ff38: Waiting [2020-12-07T16:50:04.411Z] ace0eda3e3be: Waiting [2020-12-07T16:50:04.411Z] 7996805c64a9: Waiting [2020-12-07T16:50:04.411Z] 25111179be8d: Waiting [2020-12-07T16:50:04.411Z] 7f5fda9369b7: Layer already exists [2020-12-07T16:50:04.411Z] 6521b731b325: Layer already exists [2020-12-07T16:50:04.411Z] 6dac30f6d7c5: Layer already exists [2020-12-07T16:50:04.411Z] a35673d1f111: Layer already exists [2020-12-07T16:50:04.411Z] 13069e41be0f: Layer already exists [2020-12-07T16:50:04.411Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:50:04.411Z] 7996805c64a9: Layer already exists [2020-12-07T16:50:04.677Z] 25111179be8d: Layer already exists [2020-12-07T16:50:04.677Z] 84631c253a1d: Layer already exists [2020-12-07T16:50:04.677Z] 336623de938e: Layer already exists [2020-12-07T16:50:04.677Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:50:04.677Z] 63533b406c5a: Layer already exists [2020-12-07T16:50:04.677Z] 911954e2fe49: Layer already exists [2020-12-07T16:50:04.677Z] ace0eda3e3be: Layer already exists [2020-12-07T16:50:04.677Z] master: digest: sha256:ca628b8bdd5c4530c9983772160884de2a691ee6057f668572496bb1cca6ef4f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:50:04.924Z] ===================================================== [Pipeline] echo [2020-12-07T16:50:04.971Z] taggedImages: [2020-12-07T16:50:04.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb [2020-12-07T16:50:04.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.6 [2020-12-07T16:50:04.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb-2.0.0-dev.6 [2020-12-07T16:50:04.971Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-07T16:50:06.726Z] provisioning config files... [2020-12-07T16:50:06.744Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/248@tmp/config5102470595748225998tmp [Pipeline] { [Pipeline] sh [2020-12-07T16:50:07.218Z] + set +x [2020-12-07T16:50:07.219Z] + bash -s -- [2020-12-07T16:50:07.219Z] + curl -s https://codecov.io/bash [2020-12-07T16:50:07.801Z] [2020-12-07T16:50:07.801Z] _____ _ [2020-12-07T16:50:07.801Z] / ____| | | [2020-12-07T16:50:07.801Z] | | ___ __| | ___ ___ _____ __ [2020-12-07T16:50:07.801Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-07T16:50:07.801Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-07T16:50:07.801Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-07T16:50:07.801Z] Bash-20201130-cc6d3fe [2020-12-07T16:50:07.801Z] [2020-12-07T16:50:07.801Z] [2020-12-07T16:50:07.801Z] ==> Jenkins CI detected. [2020-12-07T16:50:07.801Z] project root: . [2020-12-07T16:50:07.801Z] --> token set from env [2020-12-07T16:50:07.801Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-07T16:50:07.801Z] ==> Running gcov in . (disable via -X gcov) [2020-12-07T16:50:07.801Z] ==> Python coveragepy not found [2020-12-07T16:50:07.801Z] ==> Searching for coverage reports in: [2020-12-07T16:50:07.801Z] + . [2020-12-07T16:50:07.801Z] -> Found 1 reports [2020-12-07T16:50:07.801Z] ==> Detecting git/mercurial file structure [2020-12-07T16:50:07.801Z] ==> Reading reports [2020-12-07T16:50:07.801Z] + ./coverage.out bytes=560155 [2020-12-07T16:50:08.091Z] ==> Appending adjustments [2020-12-07T16:50:08.091Z] https://docs.codecov.io/docs/fixing-reports [2020-12-07T16:50:13.464Z] + Found adjustments [2020-12-07T16:50:13.464Z] ==> Gzipping contents [2020-12-07T16:50:13.464Z] 88K /tmp/codecov.cYuxFS.gz [2020-12-07T16:50:13.464Z] ==> Uploading reports [2020-12-07T16:50:13.464Z] url: https://codecov.io [2020-12-07T16:50:13.464Z] query: branch=master&commit=7f9dd25f9d981fc062fb35c9729d56f5b41711bb&build=248&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F248%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T16:50:13.464Z] -> Pinging Codecov [2020-12-07T16:50:13.464Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=7f9dd25f9d981fc062fb35c9729d56f5b41711bb&build=248&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F248%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T16:50:13.464Z] -> Uploading to [2020-12-07T16:50:13.464Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-07/00271124DB129430A58F1EEE437C3FCB/7f9dd25f9d981fc062fb35c9729d56f5b41711bb/b655ba18-c5bc-4540-b53f-412ee3620304.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T165012Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3369c1f1c0965901a9282bf81bc35c032f5e055b4dfd003e7b72f6c3ee0a9b19 [2020-12-07T16:50:13.464Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:50:13.464Z] Dload Upload Total Spent Left Speed [2020-12-07T16:50:13.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87178 0 0 100 87178 0 157k --:--:-- --:--:-- --:--:-- 157k [2020-12-07T16:50:13.729Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7f9dd25f9d981fc062fb35c9729d56f5b41711bb [Pipeline] } [2020-12-07T16:50:13.752Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-07T16:50:14.601Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-07T16:50:14.692Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:15.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:50:15.341Z] [2020-12-07T16:50:15.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:50:15.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:50:15.718Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-07T16:50:15.718Z] 188c0c94c7c5: Already exists [2020-12-07T16:50:15.986Z] 0ef7d3d256c8: Already exists [2020-12-07T16:50:15.986Z] de9db76c5a1d: Already exists [2020-12-07T16:50:15.986Z] 0eba1c9be4d2: Pulling fs layer [2020-12-07T16:50:15.986Z] 0d57e429df01: Pulling fs layer [2020-12-07T16:50:15.986Z] 4e4be7b47b0d: Pulling fs layer [2020-12-07T16:50:15.986Z] e1f770b5df2f: Pulling fs layer [2020-12-07T16:50:15.986Z] 85a0685a4137: Pulling fs layer [2020-12-07T16:50:15.986Z] e1f770b5df2f: Waiting [2020-12-07T16:50:15.986Z] 85a0685a4137: Waiting [2020-12-07T16:50:15.986Z] 0d57e429df01: Verifying Checksum [2020-12-07T16:50:15.986Z] 0d57e429df01: Download complete [2020-12-07T16:50:15.986Z] 4e4be7b47b0d: Verifying Checksum [2020-12-07T16:50:15.986Z] 4e4be7b47b0d: Download complete [2020-12-07T16:50:18.608Z] e1f770b5df2f: Verifying Checksum [2020-12-07T16:50:18.608Z] e1f770b5df2f: Download complete [2020-12-07T16:50:22.009Z] 0eba1c9be4d2: Download complete [2020-12-07T16:50:23.449Z] 85a0685a4137: Verifying Checksum [2020-12-07T16:50:23.449Z] 85a0685a4137: Download complete [2020-12-07T16:50:31.839Z] 0eba1c9be4d2: Pull complete [2020-12-07T16:50:31.839Z] 0d57e429df01: Pull complete [2020-12-07T16:50:31.839Z] 4e4be7b47b0d: Pull complete [2020-12-07T16:50:35.290Z] e1f770b5df2f: Pull complete [2020-12-07T16:50:47.825Z] 85a0685a4137: Pull complete [2020-12-07T16:50:47.825Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-07T16:50:47.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:50:47.825Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-07T16:50:48.289Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:50:48.385Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:50:50.707Z] $ docker top 7eb2f5967160290da66732b2b5a56d00d4b4c2cec09797b017cffe05fd2b6d1b -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T16:50:51.238Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-07T16:50:51.908Z] + set -o pipefail [2020-12-07T16:50:51.908Z] + snyk monitor '--org=edgex-jenkins' [2020-12-07T16:51:04.436Z] [2020-12-07T16:51:04.436Z] Monitoring /w/workspace/edgex-go/248 (github.com/edgexfoundry/edgex-go)... [2020-12-07T16:51:04.436Z] [2020-12-07T16:51:04.436Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c4f33c96-b46b-4ab9-b2e3-a67d37ad3c67 [2020-12-07T16:51:04.436Z] [2020-12-07T16:51:04.436Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-07T16:51:04.436Z] [2020-12-07T16:51:04.436Z] [Pipeline] } [2020-12-07T16:51:04.463Z] $ docker stop --time=1 7eb2f5967160290da66732b2b5a56d00d4b4c2cec09797b017cffe05fd2b6d1b [2020-12-07T16:51:07.692Z] $ docker rm -f 7eb2f5967160290da66732b2b5a56d00d4b4c2cec09797b017cffe05fd2b6d1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-07T16:51:09.374Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-07T16:51:09.377Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:51:09.702Z] + set -o pipefail [2020-12-07T16:51:09.702Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:51:09.702Z] + tee .snyk [2020-12-07T16:51:10.049Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:51:10.049Z] version: v1.14.1 [2020-12-07T16:51:10.049Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:51:10.049Z] ignore: [2020-12-07T16:51:10.049Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:51:10.049Z] - '*': [2020-12-07T16:51:10.049Z] reason: does not apply # justification for ignoring [2020-12-07T16:51:10.049Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:51:10.049Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:51:10.049Z] - '*': [2020-12-07T16:51:10.049Z] reason: false positive [2020-12-07T16:51:10.049Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:51:10.049Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:51:10.353Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:51:10.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:51:10.916Z] . [Pipeline] withDockerContainer [2020-12-07T16:51:11.249Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:51:11.348Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:51:12.812Z] $ docker top 2a59e0b39de4757ad1c9f6d25b06d8c61b3f6ff4e9bbedc308354bdb204de635 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:51:13.501Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:51:13.515Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:51:13.850Z] + set -o pipefail [2020-12-07T16:51:13.850Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:51:13.850Z] + snyk-to-html -o snykReport.html [2020-12-07T16:51:28.942Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:51:28.965Z] $ docker stop --time=1 2a59e0b39de4757ad1c9f6d25b06d8c61b3f6ff4e9bbedc308354bdb204de635 [2020-12-07T16:51:30.798Z] $ docker rm -f 2a59e0b39de4757ad1c9f6d25b06d8c61b3f6ff4e9bbedc308354bdb204de635 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:51:31.366Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-07T16:51:31.368Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:51:31.701Z] + set -o pipefail [2020-12-07T16:51:31.701Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:51:31.701Z] + tee .snyk [2020-12-07T16:51:31.964Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:51:31.964Z] version: v1.14.1 [2020-12-07T16:51:31.964Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:51:31.964Z] ignore: [2020-12-07T16:51:31.964Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:51:31.964Z] - '*': [2020-12-07T16:51:31.964Z] reason: does not apply # justification for ignoring [2020-12-07T16:51:31.964Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:51:31.964Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:51:31.964Z] - '*': [2020-12-07T16:51:31.964Z] reason: false positive [2020-12-07T16:51:31.964Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:51:31.964Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:51:32.065Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:51:32.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:51:32.438Z] . [Pipeline] withDockerContainer [2020-12-07T16:51:32.725Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:51:32.806Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:51:34.618Z] $ docker top 81b0621965b214afce139f10bf58ccfa108259855b26d8f4d59a4b9a22948849 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:51:35.317Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:51:35.353Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:51:35.696Z] + set -o pipefail [2020-12-07T16:51:35.696Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:51:35.696Z] + snyk-to-html -o snykReport.html [2020-12-07T16:51:44.022Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:51:44.055Z] $ docker stop --time=1 81b0621965b214afce139f10bf58ccfa108259855b26d8f4d59a4b9a22948849 [2020-12-07T16:51:45.864Z] $ docker rm -f 81b0621965b214afce139f10bf58ccfa108259855b26d8f4d59a4b9a22948849 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:51:46.208Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-07T16:51:46.210Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:51:46.525Z] + set -o pipefail [2020-12-07T16:51:46.525Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:51:46.525Z] + tee .snyk [2020-12-07T16:51:46.525Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:51:46.525Z] version: v1.14.1 [2020-12-07T16:51:46.525Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:51:46.525Z] ignore: [2020-12-07T16:51:46.525Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:51:46.525Z] - '*': [2020-12-07T16:51:46.525Z] reason: does not apply # justification for ignoring [2020-12-07T16:51:46.525Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:51:46.525Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:51:46.525Z] - '*': [2020-12-07T16:51:46.525Z] reason: false positive [2020-12-07T16:51:46.525Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:51:46.525Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:51:46.674Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:51:47.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:51:47.056Z] . [Pipeline] withDockerContainer [2020-12-07T16:51:47.427Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:51:47.569Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:51:48.652Z] $ docker top c45d094a0b1b1ed0988c298fd8310369678c57a4682033557d8acd2baaf9e545 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:51:49.362Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:51:49.391Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:51:49.735Z] + set -o pipefail [2020-12-07T16:51:49.735Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:51:49.735Z] + snyk-to-html -o snykReport.html [2020-12-07T16:52:05.075Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:52:05.104Z] $ docker stop --time=1 c45d094a0b1b1ed0988c298fd8310369678c57a4682033557d8acd2baaf9e545 [2020-12-07T16:52:06.990Z] $ docker rm -f c45d094a0b1b1ed0988c298fd8310369678c57a4682033557d8acd2baaf9e545 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:52:07.444Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-07T16:52:07.447Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:52:07.758Z] + set -o pipefail [2020-12-07T16:52:07.758Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:52:07.758Z] + tee .snyk [2020-12-07T16:52:07.758Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:52:07.758Z] version: v1.14.1 [2020-12-07T16:52:07.758Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:52:07.758Z] ignore: [2020-12-07T16:52:07.758Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:52:07.758Z] - '*': [2020-12-07T16:52:07.758Z] reason: does not apply # justification for ignoring [2020-12-07T16:52:07.758Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:52:07.758Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:52:07.758Z] - '*': [2020-12-07T16:52:07.758Z] reason: false positive [2020-12-07T16:52:07.758Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:52:07.758Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:52:08.108Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:52:08.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:52:08.699Z] . [Pipeline] withDockerContainer [2020-12-07T16:52:08.916Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:52:09.002Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:52:10.219Z] $ docker top d34e91c5fc5f008e9f17b8ee4c62fda77505343daefe13f2a3b083d3a09e8243 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:52:10.899Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:52:10.912Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:52:11.249Z] + set -o pipefail [2020-12-07T16:52:11.249Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:52:11.249Z] + snyk-to-html -o snykReport.html [2020-12-07T16:52:19.490Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:52:19.519Z] $ docker stop --time=1 d34e91c5fc5f008e9f17b8ee4c62fda77505343daefe13f2a3b083d3a09e8243 [2020-12-07T16:52:21.403Z] $ docker rm -f d34e91c5fc5f008e9f17b8ee4c62fda77505343daefe13f2a3b083d3a09e8243 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:52:21.724Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-07T16:52:21.727Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:52:22.031Z] + set -o pipefail [2020-12-07T16:52:22.031Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:52:22.031Z] + tee .snyk [2020-12-07T16:52:22.031Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:52:22.031Z] version: v1.14.1 [2020-12-07T16:52:22.031Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:52:22.031Z] ignore: [2020-12-07T16:52:22.031Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:52:22.031Z] - '*': [2020-12-07T16:52:22.031Z] reason: does not apply # justification for ignoring [2020-12-07T16:52:22.031Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:52:22.031Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:52:22.031Z] - '*': [2020-12-07T16:52:22.031Z] reason: false positive [2020-12-07T16:52:22.031Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:52:22.031Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:52:22.182Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:52:22.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:52:22.538Z] . [Pipeline] withDockerContainer [2020-12-07T16:52:22.725Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:52:22.810Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:52:24.083Z] $ docker top e3e2b43a16dfa3d0942096dca1485d7ca5bfbf223325c7f819cda56c08533b20 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:52:24.718Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:52:25.007Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:52:25.336Z] + set -o pipefail [2020-12-07T16:52:25.336Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:52:25.336Z] + snyk-to-html -o snykReport.html [2020-12-07T16:52:35.478Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:52:35.508Z] $ docker stop --time=1 e3e2b43a16dfa3d0942096dca1485d7ca5bfbf223325c7f819cda56c08533b20 [2020-12-07T16:52:37.399Z] $ docker rm -f e3e2b43a16dfa3d0942096dca1485d7ca5bfbf223325c7f819cda56c08533b20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:52:37.772Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-07T16:52:37.774Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:52:38.090Z] + set -o pipefail [2020-12-07T16:52:38.090Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:52:38.090Z] + tee .snyk [2020-12-07T16:52:38.090Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:52:38.090Z] version: v1.14.1 [2020-12-07T16:52:38.090Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:52:38.090Z] ignore: [2020-12-07T16:52:38.090Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:52:38.090Z] - '*': [2020-12-07T16:52:38.090Z] reason: does not apply # justification for ignoring [2020-12-07T16:52:38.090Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:52:38.090Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:52:38.090Z] - '*': [2020-12-07T16:52:38.091Z] reason: false positive [2020-12-07T16:52:38.091Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:52:38.091Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:52:38.194Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:52:38.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:52:38.601Z] . [Pipeline] withDockerContainer [2020-12-07T16:52:38.848Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:52:38.919Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:52:40.041Z] $ docker top f9790c48d6b2887880b4af90c846dd0d3842f4c6dd1194d96bc5c24308d9c9f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:52:40.720Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:52:40.735Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:52:41.113Z] + set -o pipefail [2020-12-07T16:52:41.113Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:52:41.113Z] + snyk-to-html -o snykReport.html [2020-12-07T16:52:49.528Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:52:49.621Z] $ docker stop --time=1 f9790c48d6b2887880b4af90c846dd0d3842f4c6dd1194d96bc5c24308d9c9f7 [2020-12-07T16:52:51.576Z] $ docker rm -f f9790c48d6b2887880b4af90c846dd0d3842f4c6dd1194d96bc5c24308d9c9f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:52:51.958Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-07T16:52:51.960Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:52:52.329Z] + set -o pipefail [2020-12-07T16:52:52.329Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:52:52.329Z] + tee .snyk [2020-12-07T16:52:52.599Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:52:52.599Z] version: v1.14.1 [2020-12-07T16:52:52.599Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:52:52.599Z] ignore: [2020-12-07T16:52:52.599Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:52:52.599Z] - '*': [2020-12-07T16:52:52.599Z] reason: does not apply # justification for ignoring [2020-12-07T16:52:52.599Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:52:52.599Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:52:52.599Z] - '*': [2020-12-07T16:52:52.599Z] reason: false positive [2020-12-07T16:52:52.599Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:52:52.599Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:52:52.682Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:52:53.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:52:53.065Z] . [Pipeline] withDockerContainer [2020-12-07T16:52:53.234Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:52:53.301Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:52:54.472Z] $ docker top b01a142e354a9e5a1d4dc33a68b712ced7f1457e9162d6cc5f5ec8e9d1e8caf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:52:55.349Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:52:55.392Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:52:56.144Z] + set -o pipefail [2020-12-07T16:52:56.145Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:52:56.145Z] + snyk-to-html -o snykReport.html [2020-12-07T16:53:06.393Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:53:06.417Z] $ docker stop --time=1 b01a142e354a9e5a1d4dc33a68b712ced7f1457e9162d6cc5f5ec8e9d1e8caf0 [2020-12-07T16:53:08.903Z] $ docker rm -f b01a142e354a9e5a1d4dc33a68b712ced7f1457e9162d6cc5f5ec8e9d1e8caf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:53:09.287Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-07T16:53:09.289Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:53:09.604Z] + set -o pipefail [2020-12-07T16:53:09.604Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:53:09.604Z] + tee .snyk [2020-12-07T16:53:09.886Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:53:09.886Z] version: v1.14.1 [2020-12-07T16:53:09.886Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:53:09.886Z] ignore: [2020-12-07T16:53:09.886Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:53:09.886Z] - '*': [2020-12-07T16:53:09.886Z] reason: does not apply # justification for ignoring [2020-12-07T16:53:09.886Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:53:09.886Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:53:09.886Z] - '*': [2020-12-07T16:53:09.886Z] reason: false positive [2020-12-07T16:53:09.886Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:53:09.886Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:53:10.028Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:53:10.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:53:10.751Z] . [Pipeline] withDockerContainer [2020-12-07T16:53:11.051Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:53:11.177Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:53:12.328Z] $ docker top 801dec71f1976ccc9a0596eb895017b5b0f2927f070a1b1442bbac34ff5c51cb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:53:12.970Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:53:12.990Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:53:13.327Z] + set -o pipefail [2020-12-07T16:53:13.327Z] + snyk-to-html -o snykReport.html [2020-12-07T16:53:13.327Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:53:28.516Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:53:28.545Z] $ docker stop --time=1 801dec71f1976ccc9a0596eb895017b5b0f2927f070a1b1442bbac34ff5c51cb [2020-12-07T16:53:30.354Z] $ docker rm -f 801dec71f1976ccc9a0596eb895017b5b0f2927f070a1b1442bbac34ff5c51cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:53:30.770Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-07T16:53:30.772Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:53:31.081Z] + set -o pipefail [2020-12-07T16:53:31.081Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:53:31.081Z] + tee .snyk [2020-12-07T16:53:31.081Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:53:31.081Z] version: v1.14.1 [2020-12-07T16:53:31.081Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:53:31.081Z] ignore: [2020-12-07T16:53:31.081Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:53:31.081Z] - '*': [2020-12-07T16:53:31.081Z] reason: does not apply # justification for ignoring [2020-12-07T16:53:31.081Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:53:31.081Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:53:31.081Z] - '*': [2020-12-07T16:53:31.081Z] reason: false positive [2020-12-07T16:53:31.081Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:53:31.081Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:53:31.197Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:53:31.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:53:31.573Z] . [Pipeline] withDockerContainer [2020-12-07T16:53:31.761Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:53:31.831Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:53:33.150Z] $ docker top 07f3606a649248e02fe8b1f22168e813952db71cceb6b5eed658bc9878ca0034 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:53:33.796Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:53:33.812Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:53:34.334Z] + set -o pipefail [2020-12-07T16:53:34.334Z] + snyk-to-html+ -o snykReport.htmlsnyk [2020-12-07T16:53:34.334Z] test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:53:46.679Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:53:46.709Z] $ docker stop --time=1 07f3606a649248e02fe8b1f22168e813952db71cceb6b5eed658bc9878ca0034 [2020-12-07T16:53:48.468Z] $ docker rm -f 07f3606a649248e02fe8b1f22168e813952db71cceb6b5eed658bc9878ca0034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:53:48.843Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T16:53:48.845Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:53:49.202Z] + set -o pipefail [2020-12-07T16:53:49.202Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:53:49.202Z] + tee .snyk [2020-12-07T16:53:49.517Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:53:49.517Z] version: v1.14.1 [2020-12-07T16:53:49.517Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:53:49.517Z] ignore: [2020-12-07T16:53:49.517Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:53:49.517Z] - '*': [2020-12-07T16:53:49.517Z] reason: does not apply # justification for ignoring [2020-12-07T16:53:49.517Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:53:49.517Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:53:49.517Z] - '*': [2020-12-07T16:53:49.517Z] reason: false positive [2020-12-07T16:53:49.517Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:53:49.517Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:53:49.618Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:53:50.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:53:50.170Z] . [Pipeline] withDockerContainer [2020-12-07T16:53:50.371Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:53:50.467Z] $ 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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:53:51.998Z] $ docker top 4eb3c60906b183c55a879a458bfc29bcedcdad2eb1b32ee4a05c489d69beb4fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:53:52.730Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:53:52.744Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:53:53.082Z] + set -o pipefail [2020-12-07T16:53:53.083Z] + snyk-to-html -o snykReport.html [2020-12-07T16:53:53.083Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7f9dd25f9d981fc062fb35c9729d56f5b41711bb '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:54:03.186Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:54:03.212Z] $ docker stop --time=1 4eb3c60906b183c55a879a458bfc29bcedcdad2eb1b32ee4a05c489d69beb4fc [2020-12-07T16:54:04.904Z] $ docker rm -f 4eb3c60906b183c55a879a458bfc29bcedcdad2eb1b32ee4a05c489d69beb4fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-07T16:54:05.835Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T16:54:05.886Z] provisioning config files... [2020-12-07T16:54:05.903Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/248@tmp/config7726165089065269267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:54:06.319Z] --> edgex-publish-swagger.sh [2020-12-07T16:54:06.319Z] === Publish openapi/v1 API === [2020-12-07T16:54:06.319Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-07T16:54:06.319Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-07T16:54:06.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:06.319Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:07.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9298 0:00:01 0:00:01 --:--:-- 9310 100 10521 0 0 100 10521 0 9295 0:00:01 0:00:01 --:--:-- 9310 [2020-12-07T16:54:07.342Z] [2020-12-07T16:54:07.342Z] [2020-12-07T16:54:07.342Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-07T16:54:07.342Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:07.342Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:08.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28860 0:00:01 0:00:01 --:--:-- 28887 100 32556 0 0 100 32556 0 28855 0:00:01 0:00:01 --:--:-- 28887 [2020-12-07T16:54:08.751Z] [2020-12-07T16:54:08.751Z] [2020-12-07T16:54:08.751Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-07T16:54:08.751Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:08.751Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:09.710Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 59929 0:00:01 0:00:01 --:--:-- 59983 100 73720 0 0 100 73720 0 59918 0:00:01 0:00:01 --:--:-- 59934 [2020-12-07T16:54:09.710Z] [2020-12-07T16:54:09.710Z] [2020-12-07T16:54:09.710Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-07T16:54:09.710Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:09.710Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:10.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12360 0:00:01 0:00:01 --:--:-- 12356 100 13580 0 0 100 13580 0 12357 0:00:01 0:00:01 --:--:-- 12356 [2020-12-07T16:54:10.932Z] [2020-12-07T16:54:10.932Z] [2020-12-07T16:54:10.932Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-07T16:54:10.932Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:10.932Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:11.942Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35743 0:00:01 0:00:01 --:--:-- 35776 100 38889 0 0 100 38889 0 35732 0:00:01 0:00:01 --:--:-- 35743 [2020-12-07T16:54:11.942Z] [2020-12-07T16:54:11.942Z] [2020-12-07T16:54:11.942Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-07T16:54:11.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:11.942Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:13.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11965 0:00:01 0:00:01 --:--:-- 11973 100 14248 0 0 100 14248 0 11961 0:00:01 0:00:01 --:--:-- 11973 [2020-12-07T16:54:13.444Z] [2020-12-07T16:54:13.444Z] [2020-12-07T16:54:13.444Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-07T16:54:13.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:13.444Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:14.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3554 0:00:01 0:00:01 --:--:-- 3557 100 4109 0 0 100 4109 0 3553 0:00:01 0:00:01 --:--:-- 3554 [2020-12-07T16:54:14.409Z] [2020-12-07T16:54:14.409Z] [2020-12-07T16:54:14.409Z] === Publish openapi/v2 API === [2020-12-07T16:54:14.409Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-07T16:54:14.409Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-07T16:54:14.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:14.409Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:15.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24138 0:00:01 0:00:01 --:--:-- 24149 100 29535 0 0 100 29535 0 24132 0:00:01 0:00:01 --:--:-- 24149 [2020-12-07T16:54:15.870Z] [2020-12-07T16:54:15.870Z] [2020-12-07T16:54:15.870Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-07T16:54:15.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:15.870Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:16.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65795 0 0 100 65795 0 61897 0:00:01 0:00:01 --:--:-- 61953 [2020-12-07T16:54:16.838Z] [2020-12-07T16:54:16.838Z] [2020-12-07T16:54:16.838Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-07T16:54:16.838Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:16.838Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:18.096Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 106k 0:00:01 0:00:01 --:--:-- 106k 100 119k 0 0 100 119k 0 106k 0:00:01 0:00:01 --:--:-- 106k [2020-12-07T16:54:18.096Z] [2020-12-07T16:54:18.096Z] [2020-12-07T16:54:18.096Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-07T16:54:18.096Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:18.096Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:19.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21790 0:00:01 0:00:01 --:--:-- 21814 100 23691 0 0 100 23691 0 21786 0:00:01 0:00:01 --:--:-- 21794 [2020-12-07T16:54:19.053Z] [2020-12-07T16:54:19.053Z] [2020-12-07T16:54:19.053Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-07T16:54:19.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:19.053Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:20.462Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 55173 0:00:01 0:00:01 --:--:-- 55185 100 62691 0 0 100 62691 0 55164 0:00:01 0:00:01 --:--:-- 55185 [2020-12-07T16:54:20.462Z] [2020-12-07T16:54:20.462Z] [2020-12-07T16:54:20.462Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-07T16:54:20.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:20.462Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:21.424Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41539 0:00:01 0:00:01 --:--:-- 41582 100 46198 0 0 100 46198 0 41530 0:00:01 0:00:01 --:--:-- 41544 [2020-12-07T16:54:21.424Z] [2020-12-07T16:54:21.424Z] [2020-12-07T16:54:21.424Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-07T16:54:21.424Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:54:21.424Z] Dload Upload Total Spent Left Speed [2020-12-07T16:54:22.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19176 0:00:01 0:00:01 --:--:-- 19194 100 23725 0 0 100 23725 0 18894 0:00:01 0:00:01 --:--:-- 18904 [2020-12-07T16:54:22.870Z] [2020-12-07T16:54:22.870Z] [Pipeline] } [2020-12-07T16:54:22.884Z] 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-12-07T16:54:23.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:54:23.820Z] . [Pipeline] withDockerContainer [2020-12-07T16:54:24.057Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:54:24.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:54:25.225Z] $ docker top 97b32cd0eb9840830d7fa332d70d5bb60e23479b9740727986735f8dd6e415ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T16:54:25.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:54:25.681Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:54:26.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:54:26.125Z] $ docker exec 97b32cd0eb9840830d7fa332d70d5bb60e23479b9740727986735f8dd6e415ad ssh-agent [2020-12-07T16:54:26.451Z] SSH_AUTH_SOCK=/tmp/ssh-fl0JDbFagBjL/agent.12 [2020-12-07T16:54:26.451Z] SSH_AGENT_PID=18 [2020-12-07T16:54:26.476Z] Running ssh-add (command line suppressed) [2020-12-07T16:54:26.762Z] Identity added: /w/workspace/edgex-go/248@tmp/private_key_7544594490760450799.key (/w/workspace/edgex-go/248@tmp/private_key_7544594490760450799.key) [2020-12-07T16:54:26.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:54:27.214Z] + git semver tag [2020-12-07T16:54:27.505Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T16:54:27.505Z] # $GIT_DIR = /w/workspace/edgex-go/248/.git [2020-12-07T16:54:27.505Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/248 [2020-12-07T16:54:27.505Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T16:54:27.505Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T16:54:27.505Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T16:54:27.505Z] # $SEMVER_BRANCH = master [2020-12-07T16:54:27.505Z] # $SEMVER_DIR = /w/workspace/edgex-go/248/.semver [2020-12-07T16:54:27.505Z] # 7f9dd25f9d981fc062fb35c9729d56f5b41711bb HEAD [2020-12-07T16:54:28.089Z] # -> Force: false [2020-12-07T16:54:28.089Z] # 937ac999c4007b7a73cfdb8e6dcb659aaf3331e6 refs/tags/v2.0.0-dev.6 [Pipeline] } [2020-12-07T16:54:28.108Z] $ docker exec --env ******** --env ******** 97b32cd0eb9840830d7fa332d70d5bb60e23479b9740727986735f8dd6e415ad ssh-agent -k [2020-12-07T16:54:28.385Z] unset SSH_AUTH_SOCK; [2020-12-07T16:54:28.385Z] unset SSH_AGENT_PID; [2020-12-07T16:54:28.386Z] echo Agent pid 18 killed; [2020-12-07T16:54:28.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:54:29.313Z] + git semver [Pipeline] } [2020-12-07T16:54:29.347Z] $ docker stop --time=1 97b32cd0eb9840830d7fa332d70d5bb60e23479b9740727986735f8dd6e415ad [2020-12-07T16:54:30.931Z] $ docker rm -f 97b32cd0eb9840830d7fa332d70d5bb60e23479b9740727986735f8dd6e415ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:54:31.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T16:54:31.838Z] [2020-12-07T16:54:31.838Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:54:32.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T16:54:32.250Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-07T16:54:32.250Z] ab5ef0e58194: Pulling fs layer [2020-12-07T16:54:32.250Z] 9712f1f96733: Pulling fs layer [2020-12-07T16:54:32.250Z] 63f879dbbcfc: Pulling fs layer [2020-12-07T16:54:32.250Z] 0d9ebad4ef96: Pulling fs layer [2020-12-07T16:54:32.250Z] e9a5061849ea: Pulling fs layer [2020-12-07T16:54:32.250Z] d747dcd14b5f: Pulling fs layer [2020-12-07T16:54:32.250Z] 2de7ff778b66: Pulling fs layer [2020-12-07T16:54:32.250Z] e9a5061849ea: Waiting [2020-12-07T16:54:32.250Z] d747dcd14b5f: Waiting [2020-12-07T16:54:32.250Z] 0d9ebad4ef96: Waiting [2020-12-07T16:54:32.250Z] 9712f1f96733: Verifying Checksum [2020-12-07T16:54:32.250Z] 9712f1f96733: Download complete [2020-12-07T16:54:34.901Z] 63f879dbbcfc: Verifying Checksum [2020-12-07T16:54:34.901Z] 63f879dbbcfc: Download complete [2020-12-07T16:54:35.542Z] e9a5061849ea: Verifying Checksum [2020-12-07T16:54:35.542Z] e9a5061849ea: Download complete [2020-12-07T16:54:35.542Z] d747dcd14b5f: Download complete [2020-12-07T16:54:36.159Z] 2de7ff778b66: Verifying Checksum [2020-12-07T16:54:36.159Z] 2de7ff778b66: Download complete [2020-12-07T16:54:36.435Z] 0d9ebad4ef96: Verifying Checksum [2020-12-07T16:54:36.435Z] 0d9ebad4ef96: Download complete [2020-12-07T16:54:36.435Z] ab5ef0e58194: Verifying Checksum [2020-12-07T16:54:36.435Z] ab5ef0e58194: Download complete [2020-12-07T16:54:44.797Z] ab5ef0e58194: Pull complete [2020-12-07T16:54:44.797Z] 9712f1f96733: Pull complete [2020-12-07T16:54:46.764Z] 63f879dbbcfc: Pull complete [2020-12-07T16:54:59.285Z] 0d9ebad4ef96: Pull complete [2020-12-07T16:54:59.561Z] e9a5061849ea: Pull complete [2020-12-07T16:54:59.828Z] d747dcd14b5f: Pull complete [2020-12-07T16:55:03.274Z] 2de7ff778b66: Pull complete [2020-12-07T16:55:03.274Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-07T16:55:03.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T16:55:03.274Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-07T16:55:03.790Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:55:03.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:55:08.638Z] $ docker top 2dc9e9e100b07f6414c60fc6addc2718b51d657fda7cee0991103012df241670 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-07T16:55:09.050Z] provisioning config files... [2020-12-07T16:55:09.066Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/248@tmp/config2280046559879800592tmp [2020-12-07T16:55:09.089Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/248@tmp/config7769927268450884125tmp [2020-12-07T16:55:09.111Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/248@tmp/config7509259390519406223tmp [Pipeline] { [Pipeline] echo [2020-12-07T16:55:09.189Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:55:09.956Z] ---> sigul-configuration.sh [2020-12-07T16:55:09.956Z] gpg: directory `/root/.gnupg' created [2020-12-07T16:55:09.956Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-07T16:55:09.956Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-07T16:55:09.956Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-07T16:55:09.956Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-07T16:55:09.956Z] gpg: CAST5 encrypted data [2020-12-07T16:55:09.956Z] gpg: encrypted with 1 passphrase [2020-12-07T16:55:09.956Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-07T16:55:10.553Z] + mkdir /home/jenkins [2020-12-07T16:55:10.553Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-07T16:55:10.880Z] + 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-12-07T16:55:10.901Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:55:11.655Z] ---> sigul-install.sh [2020-12-07T16:55:21.965Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-07T16:55:22.608Z] + git tag --list [2020-12-07T16:55:22.608Z] 0.6.0 [2020-12-07T16:55:22.608Z] 0.6.1 [2020-12-07T16:55:22.608Z] 0.7.0 [2020-12-07T16:55:22.608Z] 0.7.1 [2020-12-07T16:55:22.608Z] v1.0.0 [2020-12-07T16:55:22.608Z] v1.0.1 [2020-12-07T16:55:22.608Z] v1.1.0 [2020-12-07T16:55:22.608Z] v1.2.0 [2020-12-07T16:55:22.608Z] v1.2.1 [2020-12-07T16:55:22.608Z] v1.2.2-dev.1 [2020-12-07T16:55:22.608Z] v1.2.2-dev.10 [2020-12-07T16:55:22.608Z] v1.2.2-dev.100 [2020-12-07T16:55:22.608Z] v1.2.2-dev.101 [2020-12-07T16:55:22.608Z] v1.2.2-dev.102 [2020-12-07T16:55:22.608Z] v1.2.2-dev.103 [2020-12-07T16:55:22.608Z] v1.2.2-dev.104 [2020-12-07T16:55:22.608Z] v1.2.2-dev.105 [2020-12-07T16:55:22.608Z] v1.2.2-dev.106 [2020-12-07T16:55:22.608Z] v1.2.2-dev.107 [2020-12-07T16:55:22.608Z] v1.2.2-dev.11 [2020-12-07T16:55:22.608Z] v1.2.2-dev.12 [2020-12-07T16:55:22.608Z] v1.2.2-dev.13 [2020-12-07T16:55:22.608Z] v1.2.2-dev.14 [2020-12-07T16:55:22.608Z] v1.2.2-dev.15 [2020-12-07T16:55:22.608Z] v1.2.2-dev.16 [2020-12-07T16:55:22.608Z] v1.2.2-dev.17 [2020-12-07T16:55:22.608Z] v1.2.2-dev.18 [2020-12-07T16:55:22.608Z] v1.2.2-dev.19 [2020-12-07T16:55:22.608Z] v1.2.2-dev.2 [2020-12-07T16:55:22.608Z] v1.2.2-dev.20 [2020-12-07T16:55:22.608Z] v1.2.2-dev.21 [2020-12-07T16:55:22.608Z] v1.2.2-dev.22 [2020-12-07T16:55:22.608Z] v1.2.2-dev.23 [2020-12-07T16:55:22.608Z] v1.2.2-dev.24 [2020-12-07T16:55:22.608Z] v1.2.2-dev.25 [2020-12-07T16:55:22.608Z] v1.2.2-dev.26 [2020-12-07T16:55:22.608Z] v1.2.2-dev.27 [2020-12-07T16:55:22.608Z] v1.2.2-dev.28 [2020-12-07T16:55:22.608Z] v1.2.2-dev.29 [2020-12-07T16:55:22.608Z] v1.2.2-dev.3 [2020-12-07T16:55:22.608Z] v1.2.2-dev.30 [2020-12-07T16:55:22.608Z] v1.2.2-dev.31 [2020-12-07T16:55:22.608Z] v1.2.2-dev.32 [2020-12-07T16:55:22.608Z] v1.2.2-dev.33 [2020-12-07T16:55:22.608Z] v1.2.2-dev.34 [2020-12-07T16:55:22.608Z] v1.2.2-dev.35 [2020-12-07T16:55:22.608Z] v1.2.2-dev.36 [2020-12-07T16:55:22.608Z] v1.2.2-dev.37 [2020-12-07T16:55:22.608Z] v1.2.2-dev.38 [2020-12-07T16:55:22.608Z] v1.2.2-dev.39 [2020-12-07T16:55:22.608Z] v1.2.2-dev.4 [2020-12-07T16:55:22.608Z] v1.2.2-dev.40 [2020-12-07T16:55:22.608Z] v1.2.2-dev.41 [2020-12-07T16:55:22.608Z] v1.2.2-dev.42 [2020-12-07T16:55:22.608Z] v1.2.2-dev.43 [2020-12-07T16:55:22.608Z] v1.2.2-dev.44 [2020-12-07T16:55:22.608Z] v1.2.2-dev.45 [2020-12-07T16:55:22.608Z] v1.2.2-dev.46 [2020-12-07T16:55:22.608Z] v1.2.2-dev.47 [2020-12-07T16:55:22.608Z] v1.2.2-dev.48 [2020-12-07T16:55:22.608Z] v1.2.2-dev.49 [2020-12-07T16:55:22.608Z] v1.2.2-dev.5 [2020-12-07T16:55:22.608Z] v1.2.2-dev.50 [2020-12-07T16:55:22.608Z] v1.2.2-dev.51 [2020-12-07T16:55:22.608Z] v1.2.2-dev.52 [2020-12-07T16:55:22.608Z] v1.2.2-dev.53 [2020-12-07T16:55:22.608Z] v1.2.2-dev.54 [2020-12-07T16:55:22.608Z] v1.2.2-dev.55 [2020-12-07T16:55:22.608Z] v1.2.2-dev.56 [2020-12-07T16:55:22.608Z] v1.2.2-dev.57 [2020-12-07T16:55:22.608Z] v1.2.2-dev.58 [2020-12-07T16:55:22.608Z] v1.2.2-dev.59 [2020-12-07T16:55:22.608Z] v1.2.2-dev.6 [2020-12-07T16:55:22.608Z] v1.2.2-dev.60 [2020-12-07T16:55:22.608Z] v1.2.2-dev.61 [2020-12-07T16:55:22.608Z] v1.2.2-dev.62 [2020-12-07T16:55:22.608Z] v1.2.2-dev.63 [2020-12-07T16:55:22.608Z] v1.2.2-dev.64 [2020-12-07T16:55:22.608Z] v1.2.2-dev.65 [2020-12-07T16:55:22.608Z] v1.2.2-dev.66 [2020-12-07T16:55:22.608Z] v1.2.2-dev.67 [2020-12-07T16:55:22.608Z] v1.2.2-dev.68 [2020-12-07T16:55:22.608Z] v1.2.2-dev.69 [2020-12-07T16:55:22.608Z] v1.2.2-dev.7 [2020-12-07T16:55:22.608Z] v1.2.2-dev.70 [2020-12-07T16:55:22.608Z] v1.2.2-dev.71 [2020-12-07T16:55:22.608Z] v1.2.2-dev.72 [2020-12-07T16:55:22.608Z] v1.2.2-dev.73 [2020-12-07T16:55:22.608Z] v1.2.2-dev.74 [2020-12-07T16:55:22.608Z] v1.2.2-dev.75 [2020-12-07T16:55:22.608Z] v1.2.2-dev.76 [2020-12-07T16:55:22.608Z] v1.2.2-dev.77 [2020-12-07T16:55:22.608Z] v1.2.2-dev.78 [2020-12-07T16:55:22.608Z] v1.2.2-dev.79 [2020-12-07T16:55:22.608Z] v1.2.2-dev.8 [2020-12-07T16:55:22.608Z] v1.2.2-dev.80 [2020-12-07T16:55:22.608Z] v1.2.2-dev.81 [2020-12-07T16:55:22.608Z] v1.2.2-dev.82 [2020-12-07T16:55:22.608Z] v1.2.2-dev.83 [2020-12-07T16:55:22.608Z] v1.2.2-dev.84 [2020-12-07T16:55:22.608Z] v1.2.2-dev.85 [2020-12-07T16:55:22.608Z] v1.2.2-dev.86 [2020-12-07T16:55:22.608Z] v1.2.2-dev.87 [2020-12-07T16:55:22.608Z] v1.2.2-dev.88 [2020-12-07T16:55:22.608Z] v1.2.2-dev.89 [2020-12-07T16:55:22.608Z] v1.2.2-dev.9 [2020-12-07T16:55:22.608Z] v1.2.2-dev.90 [2020-12-07T16:55:22.608Z] v1.2.2-dev.91 [2020-12-07T16:55:22.608Z] v1.2.2-dev.92 [2020-12-07T16:55:22.608Z] v1.2.2-dev.93 [2020-12-07T16:55:22.608Z] v1.2.2-dev.94 [2020-12-07T16:55:22.608Z] v1.2.2-dev.95 [2020-12-07T16:55:22.608Z] v1.2.2-dev.96 [2020-12-07T16:55:22.608Z] v1.2.2-dev.97 [2020-12-07T16:55:22.608Z] v1.2.2-dev.98 [2020-12-07T16:55:22.608Z] v1.2.2-dev.99 [2020-12-07T16:55:22.608Z] v1.3.0 [2020-12-07T16:55:22.608Z] v1.3.1-dev.1 [2020-12-07T16:55:22.608Z] v1.3.1-dev.10 [2020-12-07T16:55:22.608Z] v1.3.1-dev.11 [2020-12-07T16:55:22.608Z] v1.3.1-dev.12 [2020-12-07T16:55:22.608Z] v1.3.1-dev.13 [2020-12-07T16:55:22.608Z] v1.3.1-dev.14 [2020-12-07T16:55:22.608Z] v1.3.1-dev.15 [2020-12-07T16:55:22.608Z] v1.3.1-dev.16 [2020-12-07T16:55:22.608Z] v1.3.1-dev.17 [2020-12-07T16:55:22.608Z] v1.3.1-dev.18 [2020-12-07T16:55:22.608Z] v1.3.1-dev.2 [2020-12-07T16:55:22.608Z] v1.3.1-dev.3 [2020-12-07T16:55:22.608Z] v1.3.1-dev.4 [2020-12-07T16:55:22.608Z] v1.3.1-dev.5 [2020-12-07T16:55:22.608Z] v1.3.1-dev.6 [2020-12-07T16:55:22.608Z] v1.3.1-dev.7 [2020-12-07T16:55:22.608Z] v1.3.1-dev.8 [2020-12-07T16:55:22.608Z] v1.3.1-dev.9 [2020-12-07T16:55:22.608Z] v2.0.0-dev.1 [2020-12-07T16:55:22.608Z] v2.0.0-dev.2 [2020-12-07T16:55:22.608Z] v2.0.0-dev.3 [2020-12-07T16:55:22.608Z] v2.0.0-dev.4 [2020-12-07T16:55:22.608Z] v2.0.0-dev.5 [2020-12-07T16:55:22.608Z] v2.0.0-dev.6 [Pipeline] sh [2020-12-07T16:55:22.952Z] + lftools sign git-tag v2.0.0-dev.6 [2020-12-07T16:55:24.931Z] Signing Git tag with Sigul... [2020-12-07T16:55:24.931Z] Signing v2.0.0-dev.6 [Pipeline] echo [2020-12-07T16:55:26.883Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:55:27.218Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-07T16:55:27.231Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-07T16:55:27.335Z] $ docker stop --time=1 2dc9e9e100b07f6414c60fc6addc2718b51d657fda7cee0991103012df241670 [2020-12-07T16:55:29.312Z] $ docker rm -f 2dc9e9e100b07f6414c60fc6addc2718b51d657fda7cee0991103012df241670 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:55:30.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:55:30.609Z] . [Pipeline] withDockerContainer [2020-12-07T16:55:30.808Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:55:30.914Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:55:32.340Z] $ docker top 7ab5c562476115643af92a31b6d1c0ba65c0113199bb626071a7d913b9fc12df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T16:55:32.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:55:32.847Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:55:33.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:55:33.193Z] $ docker exec 7ab5c562476115643af92a31b6d1c0ba65c0113199bb626071a7d913b9fc12df ssh-agent [2020-12-07T16:55:33.700Z] SSH_AUTH_SOCK=/tmp/ssh-voddEJQGmD0w/agent.12 [2020-12-07T16:55:33.700Z] SSH_AGENT_PID=17 [2020-12-07T16:55:33.714Z] Running ssh-add (command line suppressed) [2020-12-07T16:55:34.003Z] Identity added: /w/workspace/edgex-go/248@tmp/private_key_4052099104254777995.key (/w/workspace/edgex-go/248@tmp/private_key_4052099104254777995.key) [2020-12-07T16:55:34.101Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:55:34.786Z] + git semver bump pre [2020-12-07T16:55:34.786Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T16:55:34.786Z] # $GIT_DIR = /w/workspace/edgex-go/248/.git [2020-12-07T16:55:34.786Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/248 [2020-12-07T16:55:34.786Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T16:55:34.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T16:55:34.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T16:55:34.786Z] # $SEMVER_BRANCH = master [2020-12-07T16:55:34.786Z] # $SEMVER_DIR = /w/workspace/edgex-go/248/.semver [2020-12-07T16:55:34.786Z] 2.0.0-dev.7 [Pipeline] } [2020-12-07T16:55:34.805Z] $ docker exec --env ******** --env ******** 7ab5c562476115643af92a31b6d1c0ba65c0113199bb626071a7d913b9fc12df ssh-agent -k [2020-12-07T16:55:34.991Z] unset SSH_AUTH_SOCK; [2020-12-07T16:55:34.992Z] unset SSH_AGENT_PID; [2020-12-07T16:55:34.992Z] echo Agent pid 17 killed; [2020-12-07T16:55:35.107Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:55:35.923Z] + git semver [Pipeline] } [2020-12-07T16:55:35.949Z] $ docker stop --time=1 7ab5c562476115643af92a31b6d1c0ba65c0113199bb626071a7d913b9fc12df [2020-12-07T16:55:37.602Z] $ docker rm -f 7ab5c562476115643af92a31b6d1c0ba65c0113199bb626071a7d913b9fc12df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:55:38.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:55:38.225Z] . [Pipeline] withDockerContainer [2020-12-07T16:55:38.395Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:55:38.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:55:40.282Z] $ docker top 6df73a7d8fc5f95c189c8f5c72204f696da194bede0bcf74933842280281d5ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T16:55:40.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:55:40.708Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:55:41.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:55:41.053Z] $ docker exec 6df73a7d8fc5f95c189c8f5c72204f696da194bede0bcf74933842280281d5ac ssh-agent [2020-12-07T16:55:41.376Z] SSH_AUTH_SOCK=/tmp/ssh-2FSaQCvW8GgA/agent.11 [2020-12-07T16:55:41.376Z] SSH_AGENT_PID=16 [2020-12-07T16:55:41.385Z] Running ssh-add (command line suppressed) [2020-12-07T16:55:41.701Z] Identity added: /w/workspace/edgex-go/248@tmp/private_key_1158459011341740649.key (/w/workspace/edgex-go/248@tmp/private_key_1158459011341740649.key) [2020-12-07T16:55:41.901Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:55:42.367Z] + git semver push [2020-12-07T16:55:42.804Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T16:55:42.804Z] # $GIT_DIR = /w/workspace/edgex-go/248/.git [2020-12-07T16:55:42.804Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/248 [2020-12-07T16:55:42.804Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T16:55:42.804Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T16:55:42.804Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T16:55:42.804Z] # $SEMVER_BRANCH = master [2020-12-07T16:55:42.804Z] # $SEMVER_DIR = /w/workspace/edgex-go/248/.semver [Pipeline] } [2020-12-07T16:55:55.260Z] $ docker exec --env ******** --env ******** 6df73a7d8fc5f95c189c8f5c72204f696da194bede0bcf74933842280281d5ac ssh-agent -k [2020-12-07T16:55:55.745Z] unset SSH_AUTH_SOCK; [2020-12-07T16:55:55.745Z] unset SSH_AGENT_PID; [2020-12-07T16:55:55.745Z] echo Agent pid 16 killed; [2020-12-07T16:55:55.908Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:55:56.413Z] + git semver [Pipeline] } [2020-12-07T16:55:56.703Z] $ docker stop --time=1 6df73a7d8fc5f95c189c8f5c72204f696da194bede0bcf74933842280281d5ac [2020-12-07T16:55:58.344Z] $ docker rm -f 6df73a7d8fc5f95c189c8f5c72204f696da194bede0bcf74933842280281d5ac [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-12-07T16:55:59.715Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:56:00.632Z] ---> package-listing.sh [2020-12-07T16:56:00.632Z] ++ facter osfamily [2020-12-07T16:56:00.632Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T16:56:00.632Z] + OS_FAMILY=redhat [2020-12-07T16:56:00.632Z] + workspace=/w/workspace/edgex-go/248 [2020-12-07T16:56:00.632Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T16:56:00.632Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T16:56:00.632Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T16:56:00.632Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T16:56:00.632Z] + '[' /w/workspace/edgex-go/248 ']' [2020-12-07T16:56:00.632Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T16:56:00.632Z] + case "${OS_FAMILY}" in [2020-12-07T16:56:00.632Z] + rpm -qa [2020-12-07T16:56:00.632Z] + sort [2020-12-07T16:56:07.419Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T16:56:07.419Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T16:56:07.419Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T16:56:07.419Z] + '[' /w/workspace/edgex-go/248 ']' [2020-12-07T16:56:07.419Z] + mkdir -p /w/workspace/edgex-go/248/archives/ [2020-12-07T16:56:07.419Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/248/archives/ [Pipeline] echo [2020-12-07T16:56:07.437Z] 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/248/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T16:56:07.753Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:56:08.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T16:56:08.094Z] [2020-12-07T16:56:08.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:56:08.530Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T16:56:08.530Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T16:56:08.530Z] df20fa9351a1: Pulling fs layer [2020-12-07T16:56:08.530Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T16:56:08.530Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T16:56:08.530Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T16:56:08.530Z] 93b61091891f: Pulling fs layer [2020-12-07T16:56:08.530Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T16:56:08.530Z] 5e14af77c1be: Pulling fs layer [2020-12-07T16:56:08.530Z] 01666e4c0597: Pulling fs layer [2020-12-07T16:56:08.530Z] aa168da1d23b: Pulling fs layer [2020-12-07T16:56:08.530Z] 46f8f816bc3b: Waiting [2020-12-07T16:56:08.530Z] 93b61091891f: Waiting [2020-12-07T16:56:08.530Z] 93b9cdb0e59b: Waiting [2020-12-07T16:56:08.530Z] 5e14af77c1be: Waiting [2020-12-07T16:56:08.530Z] 01666e4c0597: Waiting [2020-12-07T16:56:08.530Z] aa168da1d23b: Waiting [2020-12-07T16:56:08.530Z] 36b3adc4ff6f: Verifying Checksum [2020-12-07T16:56:08.530Z] 36b3adc4ff6f: Download complete [2020-12-07T16:56:08.530Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T16:56:08.530Z] 46f8f816bc3b: Download complete [2020-12-07T16:56:08.801Z] df20fa9351a1: Verifying Checksum [2020-12-07T16:56:08.801Z] df20fa9351a1: Download complete [2020-12-07T16:56:08.801Z] 93b9cdb0e59b: Verifying Checksum [2020-12-07T16:56:08.801Z] 93b9cdb0e59b: Download complete [2020-12-07T16:56:08.801Z] 5e14af77c1be: Verifying Checksum [2020-12-07T16:56:08.801Z] 5e14af77c1be: Download complete [2020-12-07T16:56:08.801Z] 93b61091891f: Download complete [2020-12-07T16:56:08.801Z] 01666e4c0597: Verifying Checksum [2020-12-07T16:56:08.801Z] 01666e4c0597: Download complete [2020-12-07T16:56:09.419Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T16:56:09.419Z] 8ad3a11d3b57: Download complete [2020-12-07T16:56:09.712Z] df20fa9351a1: Pull complete [2020-12-07T16:56:09.993Z] 36b3adc4ff6f: Pull complete [2020-12-07T16:56:12.046Z] 8ad3a11d3b57: Pull complete [2020-12-07T16:56:12.046Z] 46f8f816bc3b: Pull complete [2020-12-07T16:56:12.727Z] 93b61091891f: Pull complete [2020-12-07T16:56:12.995Z] 93b9cdb0e59b: Pull complete [2020-12-07T16:56:13.584Z] aa168da1d23b: Verifying Checksum [2020-12-07T16:56:13.584Z] aa168da1d23b: Download complete [2020-12-07T16:56:13.854Z] 5e14af77c1be: Pull complete [2020-12-07T16:56:13.854Z] 01666e4c0597: Pull complete [2020-12-07T16:56:26.246Z] aa168da1d23b: Pull complete [2020-12-07T16:56:26.246Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T16:56:26.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T16:56:26.246Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T16:56:26.651Z] prd-centos7-docker-4c-2g-14895 does not seem to be running inside a container [2020-12-07T16:56:26.784Z] $ 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/248/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/248 -v /w/workspace/edgex-go/248:/w/workspace/edgex-go/248:rw,z -v /w/workspace/edgex-go/248@tmp:/w/workspace/edgex-go/248@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-12-07T16:56:31.124Z] $ docker top a6286c636195845d9ed82197e76c0f86ebc8d1341f989b82620d7f4dfdf2af87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:56:31.863Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T16:56:32.559Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T16:56:33.220Z] + ls /var/log/sa-host [2020-12-07T16:56:33.220Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T16:56:33.220Z] file_magic: OK [2020-12-07T16:56:33.220Z] HZ: Using current value: 100 [2020-12-07T16:56:33.220Z] file_header: OK [2020-12-07T16:56:33.220Z] 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-12-07T16:56:33.220Z] Statistics: [2020-12-07T16:56:33.220Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-07T16:56:33.220Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T16:56:33.220Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T16:56:33.220Z] file_magic: OK [2020-12-07T16:56:33.220Z] HZ: Using current value: 100 [2020-12-07T16:56:33.220Z] file_header: OK [2020-12-07T16:56:33.220Z] 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-12-07T16:56:33.220Z] Statistics: [2020-12-07T16:56:33.220Z] Hnuu...uuuununununu... [2020-12-07T16:56:33.220Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T16:56:33.929Z] provisioning config files... [2020-12-07T16:56:33.963Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/248@tmp/config8359966248405999103tmp [Pipeline] { [Pipeline] echo [2020-12-07T16:56:34.033Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:56:34.784Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T16:56:34.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T16:56:34.957Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:56:35.839Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T16:56:35.853Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:56:36.195Z] ---> sudo-logs.sh [2020-12-07T16:56:36.195Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T16:56:36.473Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:56:36.804Z] ---> job-cost.sh [2020-12-07T16:56:36.805Z] lf-activate-venv: SKIPPING [2020-12-07T16:56:36.805Z] INFO: No Stack... [2020-12-07T16:56:38.247Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T16:56:38.511Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T16:56:38.526Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:56:39.176Z] ---> logs-deploy.sh [2020-12-07T16:56:39.176Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/248 [2020-12-07T16:56:39.176Z] INFO: archiving workspace using pattern(s): [2020-12-07T16:56:41.754Z] Archives upload complete. [2020-12-07T16:56:41.754Z] INFO: archiving logs to Nexus