Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d0448aa1bb13b12920e2a3260a06e62bf327a94 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-14176’ is offline Running on prd-centos7-docker-4c-2g-14178 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/239 [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/239 # 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 > 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 Checking out Revision 0d0448aa1bb13b12920e2a3260a06e62bf327a94 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 Commit message: "feat(metadata): Implement GET /deviceprofile/model/{model} V2 API (#2914)" > git rev-list --no-walk 29e664d5d238b101fd7610bddecccab428b8a002 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-02T15:33:27.187Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-02T15:33:27.474Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-02T15:33:27.566Z] ========================================================= [2020-12-02T15:33:27.566Z] EdgeX Global Pipelines Version Info [2020-12-02T15:33:27.566Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:33:29.755Z] ------------------- [2020-12-02T15:33:29.755Z] stable info: [2020-12-02T15:33:29.755Z] ------------------- [2020-12-02T15:33:29.755Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-02T15:33:29.755Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T15:33:29.755Z] Message: update stable to v1.0.169 [2020-12-02T15:33:30.735Z] ------------------- [2020-12-02T15:33:30.735Z] experimental info: [2020-12-02T15:33:30.735Z] ------------------- [2020-12-02T15:33:30.735Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-02T15:33:30.735Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T15:33:30.735Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:33:31.014Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-02T15:33:31.107Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-02T15:33:31.222Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-02T15:33:31.337Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-02T15:33:31.485Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-02T15:33:31.616Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-02T15:33:31.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-02T15:33:31.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-02T15:33:32.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-02T15:33:32.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-02T15:33:32.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-02T15:33:32.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-02T15:33:32.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-02T15:33:32.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-02T15:33:32.755Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T15:33:32.853Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T15:33:32.939Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-02T15:33:33.034Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-02T15:33:33.126Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-02T15:33:33.213Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-02T15:33:33.338Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-02T15:33:33.427Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-02T15:33:33.513Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-02T15:33:33.625Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-02T15:33:33.744Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-02T15:33:33.830Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] echo [2020-12-02T15:33:33.916Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d0448a [Pipeline] echo [2020-12-02T15:33:34.015Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T15:33:34.186Z] provisioning config files... [2020-12-02T15:33:34.222Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config2855459009820429005tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:33:34.620Z] ---> docker-login.sh [2020-12-02T15:33:34.620Z] nexus3.edgexfoundry.org:10001 [2020-12-02T15:33:34.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:33:35.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:33:35.203Z] Configure a credential helper to remove this warning. See [2020-12-02T15:33:35.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:33:35.203Z] [2020-12-02T15:33:35.203Z] Login Succeeded [2020-12-02T15:33:35.203Z] nexus3.edgexfoundry.org:10002 [2020-12-02T15:33:35.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:33:35.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:33:35.770Z] Configure a credential helper to remove this warning. See [2020-12-02T15:33:35.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:33:35.770Z] [2020-12-02T15:33:35.770Z] Login Succeeded [2020-12-02T15:33:35.770Z] nexus3.edgexfoundry.org:10003 [2020-12-02T15:33:36.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:33:36.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:33:36.038Z] Configure a credential helper to remove this warning. See [2020-12-02T15:33:36.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:33:36.038Z] [2020-12-02T15:33:36.038Z] Login Succeeded [2020-12-02T15:33:36.038Z] nexus3.edgexfoundry.org:10004 [2020-12-02T15:33:36.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:33:36.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:33:36.322Z] Configure a credential helper to remove this warning. See [2020-12-02T15:33:36.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:33:36.322Z] [2020-12-02T15:33:36.322Z] Login Succeeded [2020-12-02T15:33:36.322Z] docker.io [2020-12-02T15:33:36.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:33:37.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:33:37.228Z] Configure a credential helper to remove this warning. See [2020-12-02T15:33:37.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:33:37.228Z] [2020-12-02T15:33:37.228Z] Login Succeeded [2020-12-02T15:33:37.228Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T15:33:37.277Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T15:33:37.794Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/core-command/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] ++ dirname cmd/core-data/Dockerfile [2020-12-02T15:33:37.794Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-02T15:33:37.794Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-02T15:33:37.794Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-02T15:33:37.794Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-02T15:33:37.794Z] ++ cut -d/ -f2 [2020-12-02T15:33:37.794Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-02T15:33:37.893Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:33:40.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T15:33:40.371Z] [2020-12-02T15:33:40.371Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:33:40.732Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T15:33:40.732Z] latest: Pulling from edgex-devops/git-semver [2020-12-02T15:33:40.732Z] 31603596830f: Pulling fs layer [2020-12-02T15:33:40.732Z] 2a8b12db71e7: Pulling fs layer [2020-12-02T15:33:40.732Z] 6ca5941a6612: Pulling fs layer [2020-12-02T15:33:40.732Z] ecc8261a40a4: Pulling fs layer [2020-12-02T15:33:40.732Z] ecc8261a40a4: Waiting [2020-12-02T15:33:40.732Z] 2a8b12db71e7: Verifying Checksum [2020-12-02T15:33:40.732Z] 2a8b12db71e7: Download complete [2020-12-02T15:33:41.010Z] 31603596830f: Verifying Checksum [2020-12-02T15:33:41.010Z] 31603596830f: Download complete [2020-12-02T15:33:41.010Z] ecc8261a40a4: Verifying Checksum [2020-12-02T15:33:41.010Z] ecc8261a40a4: Download complete [2020-12-02T15:33:41.279Z] 6ca5941a6612: Verifying Checksum [2020-12-02T15:33:41.279Z] 6ca5941a6612: Download complete [2020-12-02T15:33:41.550Z] 31603596830f: Pull complete [2020-12-02T15:33:41.815Z] 2a8b12db71e7: Pull complete [2020-12-02T15:33:43.324Z] 6ca5941a6612: Pull complete [2020-12-02T15:33:43.608Z] ecc8261a40a4: Pull complete [2020-12-02T15:33:43.608Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-02T15:33:43.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T15:33:43.608Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-02T15:33:43.856Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:33:43.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T15:33:46.909Z] $ docker top 3b21021d3a77015916ec8efa21ae98f707f13264ec7c8e4d6dc92b0c3122a418 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T15:33:47.239Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T15:33:47.239Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T15:33:47.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T15:33:47.488Z] $ docker exec 3b21021d3a77015916ec8efa21ae98f707f13264ec7c8e4d6dc92b0c3122a418 ssh-agent [2020-12-02T15:33:47.707Z] SSH_AUTH_SOCK=/tmp/ssh-5KD9hyrqTRPP/agent.11 [2020-12-02T15:33:47.707Z] SSH_AGENT_PID=16 [2020-12-02T15:33:47.721Z] Running ssh-add (command line suppressed) [2020-12-02T15:33:47.928Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_5824477235818988317.key (/w/workspace/edgex-go/239@tmp/private_key_5824477235818988317.key) [2020-12-02T15:33:47.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T15:33:48.393Z] + git tag --points-at HEAD [Pipeline] } [2020-12-02T15:33:48.431Z] $ docker exec --env ******** --env ******** 3b21021d3a77015916ec8efa21ae98f707f13264ec7c8e4d6dc92b0c3122a418 ssh-agent -k [2020-12-02T15:33:48.746Z] unset SSH_AUTH_SOCK; [2020-12-02T15:33:48.747Z] unset SSH_AGENT_PID; [2020-12-02T15:33:48.747Z] echo Agent pid 16 killed; [2020-12-02T15:33:48.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-02T15:33:48.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T15:33:48.968Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T15:33:49.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T15:33:49.190Z] $ docker exec 3b21021d3a77015916ec8efa21ae98f707f13264ec7c8e4d6dc92b0c3122a418 ssh-agent [2020-12-02T15:33:49.497Z] SSH_AUTH_SOCK=/tmp/ssh-Oj2GtrJSOXdA/agent.47 [2020-12-02T15:33:49.497Z] SSH_AGENT_PID=52 [2020-12-02T15:33:49.506Z] Running ssh-add (command line suppressed) [2020-12-02T15:33:49.818Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_8385614729528858263.key (/w/workspace/edgex-go/239@tmp/private_key_8385614729528858263.key) [2020-12-02T15:33:49.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T15:33:50.406Z] + git semver init [2020-12-02T15:33:50.406Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T15:33:50.406Z] # $GIT_DIR = /w/workspace/edgex-go/239/.git [2020-12-02T15:33:50.406Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/239 [2020-12-02T15:33:50.406Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T15:33:50.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T15:33:50.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T15:33:50.406Z] # $SEMVER_BRANCH = master [2020-12-02T15:33:50.406Z] # $SEMVER_TEMP = /tmp/semver-021694175 [2020-12-02T15:33:50.406Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-02T15:34:17.642Z] # '/tmp/semver-021694175' -> '/w/workspace/edgex-go/239/.semver' [2020-12-02T15:34:17.642Z] # -> Force: false [2020-12-02T15:34:17.642Z] # $SEMVER_DIR = /w/workspace/edgex-go/239/.semver [Pipeline] } [2020-12-02T15:34:17.663Z] $ docker exec --env ******** --env ******** 3b21021d3a77015916ec8efa21ae98f707f13264ec7c8e4d6dc92b0c3122a418 ssh-agent -k [2020-12-02T15:34:17.937Z] unset SSH_AUTH_SOCK; [2020-12-02T15:34:17.939Z] unset SSH_AGENT_PID; [2020-12-02T15:34:17.939Z] echo Agent pid 52 killed; [2020-12-02T15:34:18.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T15:34:18.527Z] + git semver [Pipeline] } [2020-12-02T15:34:18.563Z] $ docker stop --time=1 3b21021d3a77015916ec8efa21ae98f707f13264ec7c8e4d6dc92b0c3122a418 [2020-12-02T15:34:20.456Z] $ docker rm -f 3b21021d3a77015916ec8efa21ae98f707f13264ec7c8e4d6dc92b0c3122a418 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T15:34:21.044Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-02T15:34:21.714Z] Stashed 1 file(s) [Pipeline] echo [2020-12-02T15:34:21.717Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.15 [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-02T15:34:22.633Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-02T15:34:22.963Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T15:34:23.284Z] + sudo service docker restart [2020-12-02T15:34:23.284Z] + true [2020-12-02T15:34:23.284Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-02T15:34:24.260Z] ========================================================= [2020-12-02T15:34:24.260Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-02T15:34:24.260Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:34:24.647Z] + 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-02T15:34:30.018Z] Sending build context to Docker daemon 326MB [2020-12-02T15:34:30.018Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-02T15:34:30.018Z] Step 2/7 : FROM ${BASE} [2020-12-02T15:34:30.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-02T15:34:30.018Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T15:34:30.018Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T15:34:30.018Z] de9db76c5a1d: Pulling fs layer [2020-12-02T15:34:30.018Z] bca2f99d35d6: Pulling fs layer [2020-12-02T15:34:30.018Z] 93359f2a8cfa: Pulling fs layer [2020-12-02T15:34:30.018Z] 7c6f9722023f: Pulling fs layer [2020-12-02T15:34:30.018Z] a35cf1a2eb13: Pulling fs layer [2020-12-02T15:34:30.018Z] bca2f99d35d6: Waiting [2020-12-02T15:34:30.018Z] 93359f2a8cfa: Waiting [2020-12-02T15:34:30.018Z] 7c6f9722023f: Waiting [2020-12-02T15:34:30.018Z] a35cf1a2eb13: Waiting [2020-12-02T15:34:30.018Z] de9db76c5a1d: Verifying Checksum [2020-12-02T15:34:30.018Z] de9db76c5a1d: Download complete [2020-12-02T15:34:30.018Z] 0ef7d3d256c8: Download complete [2020-12-02T15:34:30.018Z] 93359f2a8cfa: Verifying Checksum [2020-12-02T15:34:30.018Z] 93359f2a8cfa: Download complete [2020-12-02T15:34:30.018Z] 7c6f9722023f: Download complete [2020-12-02T15:34:30.018Z] 188c0c94c7c5: Verifying Checksum [2020-12-02T15:34:30.018Z] 188c0c94c7c5: Download complete [2020-12-02T15:34:30.282Z] 188c0c94c7c5: Pull complete [2020-12-02T15:34:30.549Z] 0ef7d3d256c8: Pull complete [2020-12-02T15:34:30.549Z] de9db76c5a1d: Pull complete [2020-12-02T15:34:32.566Z] a35cf1a2eb13: Download complete [2020-12-02T15:34:33.561Z] bca2f99d35d6: Verifying Checksum [2020-12-02T15:34:33.561Z] bca2f99d35d6: Download complete [2020-12-02T15:34:37.117Z] Still waiting to schedule task [2020-12-02T15:34:37.117Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-02T15:34:40.254Z] bca2f99d35d6: Pull complete [2020-12-02T15:34:40.254Z] 93359f2a8cfa: Pull complete [2020-12-02T15:34:40.529Z] 7c6f9722023f: Pull complete [2020-12-02T15:34:45.902Z] a35cf1a2eb13: Pull complete [2020-12-02T15:34:45.902Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-02T15:34:45.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-02T15:34:45.902Z] ---> a62c8e92a672 [2020-12-02T15:34:45.902Z] 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-02T15:34:45.902Z] ---> Running in 3aacc874011d [2020-12-02T15:34:46.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:34:47.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:34:48.041Z] (1/12) Installing libmagic (5.38-r0) [2020-12-02T15:34:48.041Z] (2/12) Installing file (5.38-r0) [2020-12-02T15:34:48.307Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-02T15:34:48.307Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-02T15:34:53.674Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-02T15:34:53.674Z] (6/12) Installing patch (2.7.6-r6) [2020-12-02T15:34:53.674Z] (7/12) Installing build-base (0.5-r2) [2020-12-02T15:34:53.674Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-02T15:34:53.674Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-02T15:34:53.674Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-02T15:34:53.674Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-02T15:34:53.674Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-02T15:34:53.674Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:34:53.675Z] OK: 233 MiB in 51 packages [2020-12-02T15:34:57.947Z] Removing intermediate container 3aacc874011d [2020-12-02T15:34:57.947Z] ---> b5a18cfee713 [2020-12-02T15:34:57.947Z] Step 4/7 : WORKDIR /edgex-go [2020-12-02T15:34:57.947Z] ---> Running in 27ca09123a3a [2020-12-02T15:34:57.947Z] Removing intermediate container 27ca09123a3a [2020-12-02T15:34:57.947Z] ---> 8308fcd41e12 [2020-12-02T15:34:57.947Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-02T15:34:58.526Z] latest: Pulling from library/docker [2020-12-02T15:34:58.835Z] 188c0c94c7c5: Already exists [2020-12-02T15:34:58.835Z] 0c7c675703d6: Pulling fs layer [2020-12-02T15:34:58.835Z] cc8c12a437cb: Pulling fs layer [2020-12-02T15:34:58.835Z] f092543453df: Pulling fs layer [2020-12-02T15:34:58.835Z] 65b6bc45957d: Pulling fs layer [2020-12-02T15:34:58.835Z] 4de832df471b: Pulling fs layer [2020-12-02T15:34:58.835Z] 79aa7fa92271: Pulling fs layer [2020-12-02T15:34:58.835Z] 65b6bc45957d: Waiting [2020-12-02T15:34:58.835Z] 4de832df471b: Waiting [2020-12-02T15:34:58.835Z] 79aa7fa92271: Waiting [2020-12-02T15:34:58.835Z] cc8c12a437cb: Verifying Checksum [2020-12-02T15:34:58.835Z] cc8c12a437cb: Download complete [2020-12-02T15:34:58.835Z] 0c7c675703d6: Verifying Checksum [2020-12-02T15:34:58.835Z] 0c7c675703d6: Download complete [2020-12-02T15:34:59.143Z] 65b6bc45957d: Verifying Checksum [2020-12-02T15:34:59.143Z] 65b6bc45957d: Download complete [2020-12-02T15:34:59.143Z] 4de832df471b: Verifying Checksum [2020-12-02T15:34:59.143Z] 4de832df471b: Download complete [2020-12-02T15:34:59.143Z] 79aa7fa92271: Verifying Checksum [2020-12-02T15:34:59.143Z] 79aa7fa92271: Download complete [2020-12-02T15:34:59.466Z] 0c7c675703d6: Pull complete [2020-12-02T15:34:59.762Z] cc8c12a437cb: Pull complete [2020-12-02T15:35:00.029Z] f092543453df: Verifying Checksum [2020-12-02T15:35:00.029Z] f092543453df: Download complete [2020-12-02T15:35:03.413Z] f092543453df: Pull complete [2020-12-02T15:35:03.413Z] 65b6bc45957d: Pull complete [2020-12-02T15:35:03.413Z] 4de832df471b: Pull complete [2020-12-02T15:35:03.676Z] 79aa7fa92271: Pull complete [2020-12-02T15:35:03.676Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-02T15:35:03.676Z] Status: Downloaded newer image for docker:latest [2020-12-02T15:35:05.632Z] ---> bbd2bf4114bc [2020-12-02T15:35:05.632Z] Step 6/7 : COPY go.mod . [2020-12-02T15:35:05.896Z] ---> b9f67fcf1072 [2020-12-02T15:35:05.896Z] Step 7/7 : RUN go mod download [2020-12-02T15:35:05.896Z] ---> Running in 9992c6568a52 [2020-12-02T15:35:28.110Z] Removing intermediate container 9992c6568a52 [2020-12-02T15:35:28.110Z] ---> f61ce742acf6 [2020-12-02T15:35:28.110Z] Successfully built f61ce742acf6 [2020-12-02T15:35:28.110Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:35:28.461Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T15:35:28.727Z] . [Pipeline] withDockerContainer [2020-12-02T15:35:29.008Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:35:29.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T15:35:30.406Z] $ docker top b7d574677c2c2051c574fe177eef92f52671c1dd4b071de17ae919061f165dd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:35:30.948Z] + go version [2020-12-02T15:35:30.948Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-02T15:35:31.007Z] $ docker stop --time=1 b7d574677c2c2051c574fe177eef92f52671c1dd4b071de17ae919061f165dd3 [2020-12-02T15:35:32.459Z] $ docker rm -f b7d574677c2c2051c574fe177eef92f52671c1dd4b071de17ae919061f165dd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:35:33.399Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T15:35:33.400Z] . [Pipeline] withDockerContainer [2020-12-02T15:35:33.571Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:35:33.634Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-02T15:35:34.489Z] $ docker top a0dc3c5321146596a6fb46d6945e9ffd9843be9219bcf4e328bd3d22f8cda85d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-02T15:35:34.732Z] ========================================================= [2020-12-02T15:35:34.732Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-02T15:35:34.732Z] ========================================================= [Pipeline] sh [2020-12-02T15:35:35.055Z] + make test [2020-12-02T15:35:35.055Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-02T15:35:47.445Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-02T15:36:10.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-02T15:36:12.392Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-02T15:36:14.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-02T15:36:14.412Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-02T15:36:14.412Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-02T15:36:14.412Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-02T15:36:17.031Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.050s [2020-12-02T15:36:17.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-02T15:36:17.031Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-02T15:36:17.305Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-02T15:36:17.905Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-02T15:36:17.905Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-02T15:36:17.905Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-02T15:36:17.905Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-02T15:36:22.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 46.6% of statements [2020-12-02T15:36:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-02T15:36:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-02T15:36:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-02T15:36:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-02T15:36:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-02T15:36:26.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.336s coverage: 27.0% of statements [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-02T15:36:26.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-02T15:36:26.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-02T15:36:26.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.466s coverage: 66.4% of statements [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-02T15:36:26.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.7% of statements [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-02T15:36:26.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-02T15:36:28.998Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14182 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-02T15:36:29.050Z] Running in /w/workspace/edgex-go/239 [Pipeline] { [Pipeline] checkout [2020-12-02T15:36:29.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.450s coverage: 28.6% of statements [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-02T15:36:29.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-02T15:36:29.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-02T15:36:29.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2020-12-02T15:36:29.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-02T15:36:30.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.192s coverage: 97.5% of statements [2020-12-02T15:36:30.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-02T15:36:30.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2020-12-02T15:36:30.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-02T15:36:30.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-02T15:36:30.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-02T15:36:30.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-02T15:36:33.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.496s coverage: 95.2% of statements [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-02T15:36:33.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-02T15:36:33.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.0% of statements [no tests to run] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-02T15:36:33.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.261s coverage: 63.5% of statements [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-02T15:36:33.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-02T15:36:33.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2020-12-02T15:36:33.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.070s coverage: 91.3% of statements [2020-12-02T15:36:33.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2020-12-02T15:36:33.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2020-12-02T15:36:34.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2020-12-02T15:36:34.098Z] using credential edgex-jenkins-ssh [2020-12-02T15:36:34.159Z] Cloning the remote Git repository [2020-12-02T15:36:34.227Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-02T15:36:34.359Z] > git init /w/workspace/edgex-go/239 # timeout=10 [2020-12-02T15:36:34.472Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-02T15:36:34.474Z] > git --version # timeout=10 [2020-12-02T15:36:34.507Z] > git --version # 'git version 2.17.1' [2020-12-02T15:36:34.508Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T15:36:34.559Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T15:36:36.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.618s coverage: 55.9% of statements [2020-12-02T15:36:36.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-02T15:36:36.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-02T15:36:36.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-02T15:36:36.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-02T15:36:36.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-02T15:36:36.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.924s coverage: 86.3% of statements [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.856s coverage: 72.2% of statements [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.675s coverage: 72.1% of statements [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.062s coverage: 82.4% of statements [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.054s coverage: 48.4% of statements [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.064s coverage: 96.8% of statements [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 37.2% of statements [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.468s coverage: 84.1% of statements [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.074s coverage: 100.0% of statements [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 42.9% of statements [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-02T15:36:41.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.053s coverage: 100.0% of statements [2020-12-02T15:36:41.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-02T15:36:42.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.080s coverage: 83.8% of statements [2020-12-02T15:36:42.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-02T15:36:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.162s coverage: 47.1% of statements [2020-12-02T15:36:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-02T15:36:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-02T15:36:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.049s coverage: 100.0% of statements [2020-12-02T15:36:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-02T15:36:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-02T15:36:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-02T15:36:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2020-12-02T15:36:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-02T15:36:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements [2020-12-02T15:36:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-02T15:36:46.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-02T15:36:46.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-02T15:36:46.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-02T15:36:46.518Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-02T15:36:46.518Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-02T15:36:46.518Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-02T15:36:46.789Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-12-02T15:36:46.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-02T15:36:46.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-02T15:36:47.054Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2020-12-02T15:36:47.329Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2020-12-02T15:36:47.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-02T15:36:47.860Z] GO111MODULE=on go vet ./... [2020-12-02T15:36:50.804Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-02T15:36:50.819Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T15:36:50.851Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-02T15:36:50.901Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-02T15:36:50.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T15:36:50.915Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T15:36:51.551Z] Checking out Revision 0d0448aa1bb13b12920e2a3260a06e62bf327a94 (master) [2020-12-02T15:36:51.578Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T15:36:51.598Z] > git checkout -f 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 [2020-12-02T15:36:56.381Z] Commit message: "feat(metadata): Implement GET /deviceprofile/model/{model} V2 API (#2914)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T15:36:58.129Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-02T15:36:58.587Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T15:36:58.941Z] + sudo service docker restart [2020-12-02T15:36:58.941Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T15:37:01.015Z] provisioning config files... [2020-12-02T15:37:01.059Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config5564312822335555611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:37:01.476Z] ---> docker-login.sh [2020-12-02T15:37:01.476Z] nexus3.edgexfoundry.org:10001 [2020-12-02T15:37:02.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:37:02.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:37:02.741Z] Configure a credential helper to remove this warning. See [2020-12-02T15:37:02.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:37:02.741Z] [2020-12-02T15:37:02.741Z] Login Succeeded [2020-12-02T15:37:02.741Z] nexus3.edgexfoundry.org:10002 [2020-12-02T15:37:03.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:37:03.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:37:03.296Z] Configure a credential helper to remove this warning. See [2020-12-02T15:37:03.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:37:03.296Z] [2020-12-02T15:37:03.296Z] Login Succeeded [2020-12-02T15:37:03.296Z] nexus3.edgexfoundry.org:10003 [2020-12-02T15:37:03.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:37:03.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:37:03.844Z] Configure a credential helper to remove this warning. See [2020-12-02T15:37:03.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:37:03.844Z] [2020-12-02T15:37:03.844Z] Login Succeeded [2020-12-02T15:37:03.844Z] nexus3.edgexfoundry.org:10004 [2020-12-02T15:37:04.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:37:04.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:37:04.394Z] Configure a credential helper to remove this warning. See [2020-12-02T15:37:04.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:37:04.394Z] [2020-12-02T15:37:04.394Z] Login Succeeded [2020-12-02T15:37:04.394Z] docker.io [2020-12-02T15:37:04.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:37:05.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:37:05.266Z] Configure a credential helper to remove this warning. See [2020-12-02T15:37:05.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:37:05.266Z] [2020-12-02T15:37:05.266Z] Login Succeeded [2020-12-02T15:37:05.266Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T15:37:05.283Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T15:37:05.803Z] ========================================================= [2020-12-02T15:37:05.803Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-02T15:37:05.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:37:06.208Z] + 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-02T15:37:08.897Z] Sending build context to Docker daemon 165.4MB [2020-12-02T15:37:08.897Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-02T15:37:08.897Z] Step 2/7 : FROM ${BASE} [2020-12-02T15:37:08.897Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-02T15:37:08.897Z] 5f621e34cdf4: Pulling fs layer [2020-12-02T15:37:08.897Z] a4357932f1b6: Pulling fs layer [2020-12-02T15:37:08.897Z] 18c013af1878: Pulling fs layer [2020-12-02T15:37:08.897Z] 00ac8860ef70: Pulling fs layer [2020-12-02T15:37:08.897Z] 63d7cb157983: Pulling fs layer [2020-12-02T15:37:08.897Z] b116817d02f9: Pulling fs layer [2020-12-02T15:37:08.897Z] 745a02a5169b: Pulling fs layer [2020-12-02T15:37:08.897Z] 00ac8860ef70: Waiting [2020-12-02T15:37:08.897Z] 63d7cb157983: Waiting [2020-12-02T15:37:08.897Z] b116817d02f9: Waiting [2020-12-02T15:37:08.897Z] 745a02a5169b: Waiting [2020-12-02T15:37:08.897Z] 18c013af1878: Verifying Checksum [2020-12-02T15:37:08.897Z] 18c013af1878: Download complete [2020-12-02T15:37:08.897Z] a4357932f1b6: Download complete [2020-12-02T15:37:08.897Z] 63d7cb157983: Download complete [2020-12-02T15:37:08.897Z] b116817d02f9: Verifying Checksum [2020-12-02T15:37:08.897Z] b116817d02f9: Download complete [2020-12-02T15:37:08.897Z] 5f621e34cdf4: Verifying Checksum [2020-12-02T15:37:08.897Z] 5f621e34cdf4: Download complete [2020-12-02T15:37:09.514Z] 5f621e34cdf4: Pull complete [2020-12-02T15:37:10.122Z] a4357932f1b6: Pull complete [2020-12-02T15:37:10.400Z] 18c013af1878: Pull complete [2020-12-02T15:37:11.384Z] 745a02a5169b: Verifying Checksum [2020-12-02T15:37:11.384Z] 745a02a5169b: Download complete [2020-12-02T15:37:12.364Z] 00ac8860ef70: Verifying Checksum [2020-12-02T15:37:12.364Z] 00ac8860ef70: Download complete [2020-12-02T15:37:20.360Z] gofmt -l . [2020-12-02T15:37:20.360Z] [ "`gofmt -l .`" = "" ] [2020-12-02T15:37:20.943Z] ./bin/test-go-mod-tidy.sh [2020-12-02T15:37:21.927Z] ./bin/test-attribution-txt.sh [2020-12-02T15:37:22.540Z] 00ac8860ef70: Pull complete [2020-12-02T15:37:22.540Z] 63d7cb157983: Pull complete [2020-12-02T15:37:22.814Z] b116817d02f9: Pull complete [Pipeline] sh [2020-12-02T15:37:25.177Z] + ls -al . [2020-12-02T15:37:25.177Z] total 644 [2020-12-02T15:37:25.177Z] drwxrwxr-x 10 1001 1001 4096 Dec 2 15:37 . [2020-12-02T15:37:25.177Z] drwxr-xr-x 4 root root 32 Dec 2 15:35 .. [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 11 Dec 2 15:33 .dockerignore [2020-12-02T15:37:25.177Z] drwxrwxr-x 8 1001 1001 162 Dec 2 15:33 .git [2020-12-02T15:37:25.177Z] drwxrwxr-x 3 1001 1001 125 Dec 2 15:33 .github [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 971 Dec 2 15:33 .gitignore [2020-12-02T15:37:25.177Z] drwx------ 3 1001 1001 32 Dec 2 15:34 .semver [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 166 Dec 2 15:33 .sonarcloud.properties [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 3804 Dec 2 15:33 CONTRIBUTING.md [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 1035 Dec 2 15:33 Dockerfile.build [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 863 Dec 2 15:33 Jenkinsfile [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 10775 Dec 2 15:33 LICENSE [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 6581 Dec 2 15:33 Makefile [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 6447 Dec 2 15:33 README.md [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 259 Dec 2 15:33 SECURITY.md [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 12 Dec 2 15:34 VERSION [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 4131 Dec 2 15:33 ZMQWindows.md [2020-12-02T15:37:25.177Z] drwxrwxr-x 2 1001 1001 117 Dec 2 15:33 bin [2020-12-02T15:37:25.177Z] drwxrwxr-x 15 1001 1001 4096 Dec 2 15:33 cmd [2020-12-02T15:37:25.177Z] -rw-r--r-- 1 root root 552039 Dec 2 15:36 coverage.out [2020-12-02T15:37:25.177Z] -rw-r--r-- 1 root root 1041 Dec 2 15:37 go.mod [2020-12-02T15:37:25.177Z] -rw-r--r-- 1 root root 18856 Dec 2 15:37 go.sum [2020-12-02T15:37:25.177Z] drwxrwxr-x 8 1001 1001 127 Dec 2 15:33 internal [2020-12-02T15:37:25.177Z] drwxrwxr-x 4 1001 1001 26 Dec 2 15:33 openapi [2020-12-02T15:37:25.177Z] drwxrwxr-x 4 1001 1001 71 Dec 2 15:33 snap [2020-12-02T15:37:25.177Z] -rw-rw-r-- 1 1001 1001 168 Dec 2 15:33 version.go [Pipeline] sh [2020-12-02T15:37:25.488Z] + '[' -e coverage.out ] [2020-12-02T15:37:25.488Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-02T15:37:25.705Z] Stashed 1 file(s) [Pipeline] sh [2020-12-02T15:37:26.015Z] + make build [2020-12-02T15:37:26.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-02T15:37:27.136Z] 745a02a5169b: Pull complete [2020-12-02T15:37:27.136Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-02T15:37:27.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-02T15:37:27.136Z] ---> b7e6874047d6 [2020-12-02T15:37:27.136Z] 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-02T15:37:29.775Z] ---> Running in fe515bb02848 [2020-12-02T15:37:31.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:37:31.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:37:32.789Z] (1/12) Installing libmagic (5.38-r0) [2020-12-02T15:37:33.061Z] (2/12) Installing file (5.38-r0) [2020-12-02T15:37:33.061Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-02T15:37:33.333Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-02T15:37:38.422Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-data/core-data ./cmd/core-data [2020-12-02T15:37:42.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-command/core-command ./cmd/core-command [2020-12-02T15:37:43.467Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-02T15:37:43.467Z] (6/12) Installing patch (2.7.6-r6) [2020-12-02T15:37:43.739Z] (7/12) Installing build-base (0.5-r2) [2020-12-02T15:37:43.739Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-02T15:37:43.739Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-02T15:37:44.012Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-02T15:37:44.012Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-02T15:37:44.012Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-02T15:37:44.292Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:37:44.292Z] OK: 217 MiB in 51 packages [2020-12-02T15:37:44.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-02T15:37:46.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-02T15:37:47.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-02T15:37:48.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-02T15:37:48.604Z] Removing intermediate container fe515bb02848 [2020-12-02T15:37:48.604Z] ---> 92e112cd7d64 [2020-12-02T15:37:48.604Z] Step 4/7 : WORKDIR /edgex-go [2020-12-02T15:37:48.604Z] ---> Running in 9644558900dc [2020-12-02T15:37:48.876Z] Removing intermediate container 9644558900dc [2020-12-02T15:37:48.876Z] ---> 4633eaec5067 [2020-12-02T15:37:48.876Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-02T15:37:49.466Z] latest: Pulling from library/docker [2020-12-02T15:37:49.740Z] 5f621e34cdf4: Already exists [2020-12-02T15:37:49.740Z] 85db56a05063: Pulling fs layer [2020-12-02T15:37:49.740Z] ccb67d6aeaaa: Pulling fs layer [2020-12-02T15:37:49.740Z] de930078acea: Pulling fs layer [2020-12-02T15:37:49.740Z] d5a9d88a4785: Pulling fs layer [2020-12-02T15:37:49.740Z] e7f15c1544d5: Pulling fs layer [2020-12-02T15:37:49.740Z] 877c515997d3: Pulling fs layer [2020-12-02T15:37:49.740Z] d5a9d88a4785: Waiting [2020-12-02T15:37:49.740Z] e7f15c1544d5: Waiting [2020-12-02T15:37:49.740Z] ccb67d6aeaaa: Verifying Checksum [2020-12-02T15:37:49.740Z] ccb67d6aeaaa: Download complete [2020-12-02T15:37:49.740Z] 85db56a05063: Download complete [2020-12-02T15:37:49.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-02T15:37:50.018Z] d5a9d88a4785: Verifying Checksum [2020-12-02T15:37:50.019Z] d5a9d88a4785: Download complete [2020-12-02T15:37:50.019Z] e7f15c1544d5: Verifying Checksum [2020-12-02T15:37:50.019Z] e7f15c1544d5: Download complete [2020-12-02T15:37:50.299Z] 877c515997d3: Verifying Checksum [2020-12-02T15:37:50.299Z] 877c515997d3: Download complete [2020-12-02T15:37:50.582Z] 85db56a05063: Pull complete [2020-12-02T15:37:50.856Z] ccb67d6aeaaa: Pull complete [2020-12-02T15:37:51.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-02T15:37:51.850Z] de930078acea: Verifying Checksum [2020-12-02T15:37:51.850Z] de930078acea: Download complete [2020-12-02T15:37:53.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-02T15:37:55.238Z] de930078acea: Pull complete [2020-12-02T15:37:55.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-02T15:37:55.513Z] d5a9d88a4785: Pull complete [2020-12-02T15:37:55.793Z] e7f15c1544d5: Pull complete [2020-12-02T15:37:56.065Z] 877c515997d3: Pull complete [2020-12-02T15:37:56.065Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-02T15:37:56.065Z] Status: Downloaded newer image for docker:latest [2020-12-02T15:37:57.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-02T15:37:58.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-02T15:37:59.466Z] ---> 9c4e518e1d42 [2020-12-02T15:37:59.466Z] Step 6/7 : COPY go.mod . [2020-12-02T15:38:00.063Z] ---> 49a181cbdaf7 [2020-12-02T15:38:00.063Z] Step 7/7 : RUN go mod download [2020-12-02T15:38:00.063Z] ---> Running in 9274d2c2cd61 [Pipeline] } [2020-12-02T15:38:00.141Z] $ docker stop --time=1 a0dc3c5321146596a6fb46d6945e9ffd9843be9219bcf4e328bd3d22f8cda85d [2020-12-02T15:38:02.055Z] $ docker rm -f a0dc3c5321146596a6fb46d6945e9ffd9843be9219bcf4e328bd3d22f8cda85d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:38:06.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-02T15:38:06.310Z] [2020-12-02T15:38:06.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:38:06.679Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-02T15:38:06.679Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-02T15:38:06.679Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-02T15:38:06.679Z] ca9280d653b3: Pulling fs layer [2020-12-02T15:38:06.679Z] 7e9c9ca2126c: Pulling fs layer [2020-12-02T15:38:06.944Z] cbdbe7a5bc2a: Download complete [2020-12-02T15:38:07.560Z] cbdbe7a5bc2a: Pull complete [2020-12-02T15:38:07.837Z] ca9280d653b3: Verifying Checksum [2020-12-02T15:38:07.837Z] ca9280d653b3: Download complete [2020-12-02T15:38:09.813Z] ca9280d653b3: Pull complete [2020-12-02T15:38:09.813Z] 7e9c9ca2126c: Download complete [2020-12-02T15:38:18.237Z] 7e9c9ca2126c: Pull complete [2020-12-02T15:38:18.237Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-02T15:38:18.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-02T15:38:18.237Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-02T15:38:18.724Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:38:18.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-02T15:38:22.486Z] $ docker top 35d38b9f1b468b7af7eaf238bfee19943a666beb10b70baa8c7ae6a209ca5817 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:38:23.294Z] + docker-compose build --help [2020-12-02T15:38:23.294Z] + grep parallel [2020-12-02T15:38:24.691Z] --parallel Build images in parallel. [Pipeline] } [2020-12-02T15:38:24.710Z] $ docker stop --time=1 35d38b9f1b468b7af7eaf238bfee19943a666beb10b70baa8c7ae6a209ca5817 [2020-12-02T15:38:26.112Z] $ docker rm -f 35d38b9f1b468b7af7eaf238bfee19943a666beb10b70baa8c7ae6a209ca5817 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:38:26.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-02T15:38:26.840Z] . [Pipeline] withDockerContainer [2020-12-02T15:38:26.888Z] Removing intermediate container 9274d2c2cd61 [2020-12-02T15:38:26.888Z] ---> b9d15455a381 [2020-12-02T15:38:26.888Z] Successfully built b9d15455a381 [2020-12-02T15:38:26.888Z] Successfully tagged ci-base-image-arm64:latest [2020-12-02T15:38:26.955Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:38:27.014Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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-02T15:38:27.857Z] $ docker top 1f8df994cae03e09dc96a5a9d7a88c95119621800695b0b219852a67185b43a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:38:28.428Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-02T15:38:28.545Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T15:38:28.546Z] . [Pipeline] withDockerContainer [2020-12-02T15:38:28.778Z] prd-ubuntu18.04-docker-arm64-4c-16g-14182 does not seem to be running inside a container [2020-12-02T15:38:28.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-02T15:38:29.822Z] Building docker-core-command-go ... [2020-12-02T15:38:29.822Z] Building docker-core-data-go ... [2020-12-02T15:38:29.822Z] Building docker-core-metadata-go ... [2020-12-02T15:38:29.822Z] Building docker-security-bootstrap-redis-go ... [2020-12-02T15:38:29.822Z] Building docker-security-proxy-setup-go ... [2020-12-02T15:38:29.822Z] Building docker-security-secrets-setup-go ... [2020-12-02T15:38:29.822Z] Building docker-security-secretstore-setup-go ... [2020-12-02T15:38:29.822Z] Building docker-support-logging-go ... [2020-12-02T15:38:29.822Z] Building docker-support-notifications-go ... [2020-12-02T15:38:29.822Z] Building docker-support-scheduler-go ... [2020-12-02T15:38:29.822Z] Building docker-sys-mgmt-agent-go ... [2020-12-02T15:38:29.822Z] Building docker-core-data-go [2020-12-02T15:38:29.822Z] Building docker-core-command-go [2020-12-02T15:38:29.822Z] Building docker-core-metadata-go [2020-12-02T15:38:29.822Z] Building docker-security-secretstore-setup-go [2020-12-02T15:38:29.822Z] Building docker-support-logging-go [2020-12-02T15:38:30.357Z] $ docker top 46c90317f143b89111cb4267c75a5be4088d02d477cdfe82ac40e6c27542bab4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:38:31.464Z] + go version [2020-12-02T15:38:31.464Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-02T15:38:31.494Z] $ docker stop --time=1 46c90317f143b89111cb4267c75a5be4088d02d477cdfe82ac40e6c27542bab4 [2020-12-02T15:38:33.440Z] $ docker rm -f 46c90317f143b89111cb4267c75a5be4088d02d477cdfe82ac40e6c27542bab4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:38:35.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-02T15:38:35.409Z] [2020-12-02T15:38:35.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:38:36.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-02T15:38:36.336Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-02T15:38:36.336Z] 29e5d40040c1: Pulling fs layer [2020-12-02T15:38:36.336Z] 1ce36da41761: Pulling fs layer [2020-12-02T15:38:36.336Z] 25b303627fd3: Pulling fs layer [2020-12-02T15:38:36.336Z] 29e5d40040c1: Verifying Checksum [2020-12-02T15:38:36.336Z] 29e5d40040c1: Download complete [2020-12-02T15:38:36.938Z] 1ce36da41761: Verifying Checksum [2020-12-02T15:38:36.938Z] 1ce36da41761: Download complete [2020-12-02T15:38:37.210Z] 29e5d40040c1: Pull complete [2020-12-02T15:38:38.652Z] 1ce36da41761: Pull complete [2020-12-02T15:38:38.652Z] 25b303627fd3: Verifying Checksum [2020-12-02T15:38:38.652Z] 25b303627fd3: Download complete [2020-12-02T15:38:48.829Z] 25b303627fd3: Pull complete [2020-12-02T15:38:48.829Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-02T15:38:48.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-02T15:38:48.829Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-02T15:38:49.059Z] prd-ubuntu18.04-docker-arm64-4c-16g-14182 does not seem to be running inside a container [2020-12-02T15:38:49.143Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-02T15:38:52.005Z] $ docker top a819eecad8a0ace44934faeb96d7a911d75c0d0e4e5fad34f73b51c1d9f2b7cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:38:53.028Z] + grep parallel [2020-12-02T15:38:53.028Z] + docker-compose build --help [2020-12-02T15:38:56.444Z] --parallel Build images in parallel. [Pipeline] } [2020-12-02T15:38:56.737Z] $ docker stop --time=1 a819eecad8a0ace44934faeb96d7a911d75c0d0e4e5fad34f73b51c1d9f2b7cf [2020-12-02T15:38:58.605Z] $ docker rm -f a819eecad8a0ace44934faeb96d7a911d75c0d0e4e5fad34f73b51c1d9f2b7cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:38:59.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-02T15:38:59.483Z] . [Pipeline] withDockerContainer [2020-12-02T15:38:59.788Z] prd-ubuntu18.04-docker-arm64-4c-16g-14182 does not seem to be running inside a container [2020-12-02T15:38:59.894Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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-02T15:39:01.286Z] $ docker top 680c3a478af361f0886a1db9788f1a0879e83f9c4d41c0e4eb2a86d19059bdba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:39:02.304Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-02T15:39:05.686Z] Building docker-core-command-go ... [2020-12-02T15:39:05.686Z] Building docker-core-data-go ... [2020-12-02T15:39:05.686Z] Building docker-core-metadata-go ... [2020-12-02T15:39:05.687Z] Building docker-security-bootstrap-redis-go ... [2020-12-02T15:39:05.687Z] Building docker-security-proxy-setup-go ... [2020-12-02T15:39:05.687Z] Building docker-security-secrets-setup-go ... [2020-12-02T15:39:05.687Z] Building docker-security-secretstore-setup-go ... [2020-12-02T15:39:05.687Z] Building docker-support-logging-go ... [2020-12-02T15:39:05.687Z] Building docker-support-notifications-go ... [2020-12-02T15:39:05.687Z] Building docker-support-scheduler-go ... [2020-12-02T15:39:05.687Z] Building docker-sys-mgmt-agent-go ... [2020-12-02T15:39:05.687Z] Building docker-support-logging-go [2020-12-02T15:39:05.687Z] Building docker-core-command-go [2020-12-02T15:39:05.687Z] Building docker-security-bootstrap-redis-go [2020-12-02T15:39:05.687Z] Building docker-support-notifications-go [2020-12-02T15:39:05.687Z] Building docker-security-secrets-setup-go [2020-12-02T15:39:09.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:09.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:09.034Z] ---> f61ce742acf6 [2020-12-02T15:39:09.034Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:39:09.034Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:09.034Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:09.034Z] ---> f61ce742acf6 [2020-12-02T15:39:09.034Z] Step 3/24 : WORKDIR /edgex-go [2020-12-02T15:39:09.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:09.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:09.034Z] ---> f61ce742acf6 [2020-12-02T15:39:09.034Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:39:09.034Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:09.034Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:09.034Z] ---> f61ce742acf6 [2020-12-02T15:39:09.034Z] Step 3/23 : WORKDIR /edgex-go [2020-12-02T15:39:09.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:09.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:09.034Z] ---> f61ce742acf6 [2020-12-02T15:39:09.034Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:39:09.034Z] ---> Running in 3d334022a8f9 [2020-12-02T15:39:09.034Z] ---> Running in cc666e82e03d [2020-12-02T15:39:09.034Z] ---> Running in c61f5e1dd784 [2020-12-02T15:39:09.034Z] ---> Running in 1062f67db5c2 [2020-12-02T15:39:09.034Z] ---> Running in 43acb0310605 [2020-12-02T15:39:09.034Z] Removing intermediate container cc666e82e03d [2020-12-02T15:39:09.034Z] ---> d2eb52c94687 [2020-12-02T15:39:09.034Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:09.034Z] Removing intermediate container c61f5e1dd784 [2020-12-02T15:39:09.034Z] ---> 54ec4b2a8499 [2020-12-02T15:39:09.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:09.034Z] Removing intermediate container 43acb0310605 [2020-12-02T15:39:09.034Z] ---> c644fbf18bc0 [2020-12-02T15:39:09.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:09.034Z] Removing intermediate container 1062f67db5c2 [2020-12-02T15:39:09.034Z] ---> 1510ff2655cb [2020-12-02T15:39:09.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:09.034Z] Removing intermediate container 3d334022a8f9 [2020-12-02T15:39:09.034Z] ---> 406f7ea727da [2020-12-02T15:39:09.034Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:09.034Z] ---> Running in bd6698b7fc2c [2020-12-02T15:39:09.034Z] ---> Running in 2f4bd24515e1 [2020-12-02T15:39:09.034Z] ---> Running in 640f35da8c0b [2020-12-02T15:39:09.034Z] ---> Running in dc8ccb15de0a [2020-12-02T15:39:09.034Z] ---> Running in 5859e551f548 [2020-12-02T15:39:11.749Z] Removing intermediate container bd6698b7fc2c [2020-12-02T15:39:11.749Z] ---> e69984c0b38e [2020-12-02T15:39:11.749Z] Step 5/22 : RUN apk update && apk add make git [2020-12-02T15:39:11.749Z] Removing intermediate container 2f4bd24515e1 [2020-12-02T15:39:11.749Z] ---> 716a2677df4b [2020-12-02T15:39:11.749Z] Step 5/24 : RUN apk update && apk add make git [2020-12-02T15:39:11.749Z] Removing intermediate container dc8ccb15de0a [2020-12-02T15:39:11.749Z] ---> 63f27f53cd84 [2020-12-02T15:39:11.749Z] Step 5/22 : RUN apk update && apk add make git [2020-12-02T15:39:11.749Z] Removing intermediate container 640f35da8c0b [2020-12-02T15:39:11.749Z] ---> 4d5c5f6951db [2020-12-02T15:39:11.749Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-02T15:39:11.749Z] ---> Running in e7f38c5e4794 [2020-12-02T15:39:11.749Z] Removing intermediate container 5859e551f548 [2020-12-02T15:39:11.749Z] ---> c8b29c05341c [2020-12-02T15:39:11.749Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-02T15:39:12.021Z] ---> Running in bf26c9595d23 [2020-12-02T15:39:12.021Z] ---> Running in b8e2d7d2a875 [2020-12-02T15:39:12.021Z] ---> Running in 4028731db513 [2020-12-02T15:39:12.021Z] ---> Running in 35fdc4fcf655 [2020-12-02T15:39:13.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:13.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:13.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:13.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:13.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:13.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:14.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:14.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:14.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:14.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:39:14.715Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:39:14.715Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:39:14.715Z] OK: 12745 distinct packages available [2020-12-02T15:39:14.998Z] OK: 233 MiB in 51 packages [2020-12-02T15:39:15.280Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:39:15.280Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:39:15.280Z] OK: 12745 distinct packages available [2020-12-02T15:39:15.280Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:39:15.280Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:39:15.280Z] OK: 12745 distinct packages available [2020-12-02T15:39:15.555Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:39:15.555Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:39:15.555Z] OK: 12745 distinct packages available [2020-12-02T15:39:15.555Z] OK: 233 MiB in 51 packages [2020-12-02T15:39:15.848Z] OK: 233 MiB in 51 packages [2020-12-02T15:39:15.848Z] OK: 233 MiB in 51 packages [2020-12-02T15:39:15.848Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:39:15.848Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:39:15.848Z] OK: 12745 distinct packages available [2020-12-02T15:39:15.848Z] Removing intermediate container bf26c9595d23 [2020-12-02T15:39:15.848Z] ---> 3b62d2be7244 [2020-12-02T15:39:15.848Z] Step 6/24 : COPY go.mod . [2020-12-02T15:39:16.448Z] OK: 233 MiB in 51 packages [2020-12-02T15:39:16.448Z] ---> 8e8f0086eb83 [2020-12-02T15:39:16.448Z] Step 7/24 : RUN go mod download [2020-12-02T15:39:16.448Z] ---> Running in 6b475196d39a [2020-12-02T15:39:16.448Z] Removing intermediate container b8e2d7d2a875 [2020-12-02T15:39:16.448Z] ---> 7b99c5367aa4 [2020-12-02T15:39:16.448Z] Step 6/22 : COPY go.mod . [2020-12-02T15:39:16.715Z] OK: 233 MiB in 51 packages [2020-12-02T15:39:16.715Z] Removing intermediate container e7f38c5e4794 [2020-12-02T15:39:16.715Z] ---> 4a11d2069a9f [2020-12-02T15:39:16.715Z] Step 6/22 : COPY go.mod . [2020-12-02T15:39:16.984Z] Removing intermediate container 35fdc4fcf655 [2020-12-02T15:39:16.984Z] ---> deb5ee537c78 [2020-12-02T15:39:16.984Z] Step 6/23 : COPY go.mod . [2020-12-02T15:39:16.984Z] ---> f792490654fc [2020-12-02T15:39:16.984Z] Step 7/22 : RUN go mod download [2020-12-02T15:39:17.252Z] ---> 3c984c3796e8 [2020-12-02T15:39:17.252Z] Step 7/22 : RUN go mod download [2020-12-02T15:39:17.252Z] ---> Running in f96575bcf08d [2020-12-02T15:39:17.252Z] ---> Running in c2a6cc9fcc9d [2020-12-02T15:39:17.519Z] ---> 41803dee6ef2 [2020-12-02T15:39:17.519Z] Step 7/23 : RUN go mod download [2020-12-02T15:39:17.519Z] ---> Running in 913c3e4257bb [2020-12-02T15:39:17.519Z] Removing intermediate container 4028731db513 [2020-12-02T15:39:17.519Z] ---> 9b920b32b097 [2020-12-02T15:39:17.519Z] Step 6/22 : COPY go.mod . [2020-12-02T15:39:18.124Z] ---> 2a459d19dd17 [2020-12-02T15:39:18.124Z] Step 7/22 : RUN go mod download [2020-12-02T15:39:18.124Z] ---> Running in c1c3de59436c [2020-12-02T15:39:18.740Z] Removing intermediate container 6b475196d39a [2020-12-02T15:39:18.740Z] ---> 6686b94e2e65 [2020-12-02T15:39:18.740Z] Step 8/24 : COPY . . [2020-12-02T15:39:20.173Z] Removing intermediate container f96575bcf08d [2020-12-02T15:39:20.173Z] ---> 4934ac5cca05 [2020-12-02T15:39:20.173Z] Step 8/22 : COPY . . [2020-12-02T15:39:22.875Z] Removing intermediate container 913c3e4257bb [2020-12-02T15:39:22.875Z] ---> 154cdc63374e [2020-12-02T15:39:22.875Z] Step 8/23 : COPY . . [2020-12-02T15:39:22.875Z] Removing intermediate container c2a6cc9fcc9d [2020-12-02T15:39:22.875Z] ---> fcede2025120 [2020-12-02T15:39:22.875Z] Step 8/22 : COPY . . [2020-12-02T15:39:23.950Z] Removing intermediate container c1c3de59436c [2020-12-02T15:39:23.950Z] ---> c7f8628d6f44 [2020-12-02T15:39:23.950Z] Step 8/22 : COPY . . [2020-12-02T15:39:52.660Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:52.660Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-02T15:39:52.660Z] ---> b9d15455a381 [2020-12-02T15:39:52.660Z] Step 3/29 : WORKDIR /edgex-go [2020-12-02T15:39:52.660Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:52.660Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:52.660Z] ---> b9d15455a381 [2020-12-02T15:39:52.660Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:39:52.660Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:52.660Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:52.660Z] ---> b9d15455a381 [2020-12-02T15:39:52.660Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:39:52.660Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:52.660Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:52.660Z] ---> b9d15455a381 [2020-12-02T15:39:52.660Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:39:52.660Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:39:52.660Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:39:52.660Z] ---> b9d15455a381 [2020-12-02T15:39:52.660Z] Step 3/24 : WORKDIR /edgex-go [2020-12-02T15:39:53.262Z] ---> Running in d7c1e6204587 [2020-12-02T15:39:53.262Z] ---> Running in 2ae86e683354 [2020-12-02T15:39:53.262Z] ---> Running in b8c8c278d590 [2020-12-02T15:39:53.262Z] ---> Running in 8f36691c78f9 [2020-12-02T15:39:53.262Z] ---> Running in b38e1156f19a [2020-12-02T15:39:54.244Z] Removing intermediate container b38e1156f19a [2020-12-02T15:39:54.244Z] ---> 3bd7681665e0 [2020-12-02T15:39:54.244Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:54.244Z] Removing intermediate container 8f36691c78f9 [2020-12-02T15:39:54.244Z] ---> 507d1e065a77 [2020-12-02T15:39:54.244Z] Step 4/29 : RUN apk update && apk add make git [2020-12-02T15:39:54.244Z] Removing intermediate container b8c8c278d590 [2020-12-02T15:39:54.244Z] ---> 83adff73e612 [2020-12-02T15:39:54.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:54.244Z] Removing intermediate container d7c1e6204587 [2020-12-02T15:39:54.244Z] ---> 590033e84d53 [2020-12-02T15:39:54.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:54.244Z] Removing intermediate container 2ae86e683354 [2020-12-02T15:39:54.244Z] ---> 9502178d3b26 [2020-12-02T15:39:54.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:39:54.244Z] ---> Running in 3c006ef64dde [2020-12-02T15:39:54.244Z] ---> Running in fbb5a9066924 [2020-12-02T15:39:54.518Z] ---> Running in 1e1779905fda [2020-12-02T15:39:54.518Z] ---> Running in fd93058284b8 [2020-12-02T15:39:54.518Z] ---> Running in b55cfdcd01af [2020-12-02T15:39:56.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:39:57.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:39:58.098Z] Removing intermediate container 3c006ef64dde [2020-12-02T15:39:58.098Z] ---> 11b3fa65cb50 [2020-12-02T15:39:58.098Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-02T15:39:58.098Z] ---> Running in 9a6c4e16c77f [2020-12-02T15:39:58.375Z] Removing intermediate container 1e1779905fda [2020-12-02T15:39:58.375Z] ---> aa3a1c750d50 [2020-12-02T15:39:58.375Z] Step 5/22 : RUN apk update && apk add make git [2020-12-02T15:39:58.653Z] Removing intermediate container fd93058284b8 [2020-12-02T15:39:58.653Z] ---> fa3f6eca4c10 [2020-12-02T15:39:58.653Z] Step 5/22 : RUN apk update && apk add make git [2020-12-02T15:39:58.653Z] Removing intermediate container b55cfdcd01af [2020-12-02T15:39:58.653Z] ---> 57a6c899c1b9 [2020-12-02T15:39:58.653Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-02T15:39:58.653Z] ---> Running in 72003715729e [2020-12-02T15:39:58.928Z] ---> Running in bdcc5f198456 [2020-12-02T15:39:58.928Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:39:58.928Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:39:58.928Z] OK: 12616 distinct packages available [2020-12-02T15:39:58.928Z] ---> Running in 59c403a48910 [2020-12-02T15:39:59.906Z] OK: 217 MiB in 51 packages [2020-12-02T15:39:59.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:00.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:01.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:01.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:01.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:01.433Z] Removing intermediate container fbb5a9066924 [2020-12-02T15:40:01.433Z] ---> abe33bc4e2e4 [2020-12-02T15:40:01.433Z] Step 5/29 : COPY go.mod . [2020-12-02T15:40:01.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:01.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:01.981Z] ---> 8569a8172f5c [2020-12-02T15:40:01.981Z] Step 6/29 : RUN go mod download [2020-12-02T15:40:01.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:40:02.255Z] ---> Running in cd1e632e4376 [2020-12-02T15:40:02.861Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:40:02.861Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:40:02.861Z] OK: 12616 distinct packages available [2020-12-02T15:40:03.151Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:40:03.151Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:40:03.151Z] OK: 12616 distinct packages available [2020-12-02T15:40:03.274Z] ---> 72589257fb38 [2020-12-02T15:40:03.274Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-02T15:40:03.430Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:40:03.431Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:40:03.431Z] OK: 12616 distinct packages available [2020-12-02T15:40:03.718Z] OK: 217 MiB in 51 packages [2020-12-02T15:40:04.008Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:40:04.008Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:40:04.008Z] OK: 12616 distinct packages available [2020-12-02T15:40:04.286Z] OK: 217 MiB in 51 packages [2020-12-02T15:40:04.567Z] OK: 217 MiB in 51 packages [2020-12-02T15:40:04.840Z] ---> d4f91f1def78 [2020-12-02T15:40:04.840Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-02T15:40:04.840Z] ---> Running in 7263790a4ae1 [2020-12-02T15:40:04.850Z] OK: 217 MiB in 51 packages [2020-12-02T15:40:05.130Z] ---> Running in b14c6b83abdd [2020-12-02T15:40:05.397Z] ---> 578c9eacea7b [2020-12-02T15:40:05.397Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-02T15:40:05.397Z] ---> 8edb811b8976 [2020-12-02T15:40:05.397Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-02T15:40:05.397Z] ---> 0ac737b25755 [2020-12-02T15:40:05.397Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-02T15:40:05.457Z] Removing intermediate container 9a6c4e16c77f [2020-12-02T15:40:05.457Z] ---> 47cf0c847939 [2020-12-02T15:40:05.457Z] Step 6/24 : COPY go.mod . [2020-12-02T15:40:05.457Z] OK: 217 MiB in 51 packages [2020-12-02T15:40:05.739Z] Removing intermediate container 72003715729e [2020-12-02T15:40:05.739Z] ---> b3dee3f0d32e [2020-12-02T15:40:05.739Z] Step 6/22 : COPY go.mod . [2020-12-02T15:40:05.992Z] ---> Running in 6835c2e9ca20 [2020-12-02T15:40:05.992Z] ---> Running in 166b81af557c [2020-12-02T15:40:05.992Z] ---> Running in a5e6336f6013 [2020-12-02T15:40:06.720Z] ---> 48e7e7ab8f50 [2020-12-02T15:40:06.720Z] Step 7/24 : RUN go mod download [2020-12-02T15:40:06.720Z] Removing intermediate container cd1e632e4376 [2020-12-02T15:40:06.720Z] ---> 738f57366b58 [2020-12-02T15:40:06.720Z] Step 7/29 : COPY . . [2020-12-02T15:40:06.720Z] ---> Running in acf324b77406 [2020-12-02T15:40:06.998Z] Removing intermediate container bdcc5f198456 [2020-12-02T15:40:06.998Z] ---> ab68fdd01f6c [2020-12-02T15:40:06.998Z] Step 6/22 : COPY go.mod . [2020-12-02T15:40:06.998Z] ---> 6344ca329101 [2020-12-02T15:40:06.998Z] Step 7/22 : RUN go mod download [2020-12-02T15:40:07.270Z] ---> Running in b606ddfe6e7a [2020-12-02T15:40:07.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-02T15:40:07.454Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-data/core-data ./cmd/core-data [2020-12-02T15:40:07.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-02T15:40:07.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-command/core-command ./cmd/core-command [2020-12-02T15:40:07.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-02T15:40:07.547Z] Removing intermediate container 59c403a48910 [2020-12-02T15:40:07.547Z] ---> ee7a38f4e8a7 [2020-12-02T15:40:07.547Z] Step 6/22 : COPY go.mod . [2020-12-02T15:40:08.151Z] ---> 6542697bba70 [2020-12-02T15:40:08.151Z] Step 7/22 : RUN go mod download [2020-12-02T15:40:09.133Z] ---> c0c935be9ddf [2020-12-02T15:40:09.133Z] Step 7/22 : RUN go mod download [2020-12-02T15:40:09.133Z] ---> Running in 47bf71d019b4 [2020-12-02T15:40:09.409Z] ---> Running in 9372c237c377 [2020-12-02T15:40:11.402Z] Removing intermediate container acf324b77406 [2020-12-02T15:40:11.402Z] ---> 325781a0956f [2020-12-02T15:40:11.402Z] Step 8/24 : COPY . . [2020-12-02T15:40:11.402Z] Removing intermediate container b606ddfe6e7a [2020-12-02T15:40:11.402Z] ---> 76fb9c7617b5 [2020-12-02T15:40:11.402Z] Step 8/22 : COPY . . [2020-12-02T15:40:14.066Z] Removing intermediate container 47bf71d019b4 [2020-12-02T15:40:14.066Z] ---> 6978872b890a [2020-12-02T15:40:14.066Z] Step 8/22 : COPY . . [2020-12-02T15:40:14.066Z] Removing intermediate container 9372c237c377 [2020-12-02T15:40:14.066Z] ---> 884b12bd7107 [2020-12-02T15:40:14.066Z] Step 8/22 : COPY . . [2020-12-02T15:40:24.239Z] ---> b9859ea88c85 [2020-12-02T15:40:24.239Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-02T15:40:25.694Z] ---> Running in 1338ef094991 [2020-12-02T15:40:26.296Z] ---> 83e014be80eb [2020-12-02T15:40:26.296Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-02T15:40:26.568Z] ---> 0a0e6e0fd189 [2020-12-02T15:40:26.568Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-02T15:40:27.162Z] ---> Running in 3405ad1c4779 [2020-12-02T15:40:27.162Z] ---> Running in 37383a9c288e [2020-12-02T15:40:27.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-02T15:40:27.762Z] ---> 4d07ac0907da [2020-12-02T15:40:27.762Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-02T15:40:28.040Z] ---> Running in 56895d58181a [2020-12-02T15:40:28.329Z] ---> 2ce98c589315 [2020-12-02T15:40:28.329Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-02T15:40:28.608Z] ---> Running in ea7b798de579 [2020-12-02T15:40:29.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-command/core-command ./cmd/core-command [2020-12-02T15:40:29.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-02T15:40:30.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-02T15:40:30.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-02T15:40:46.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-02T15:40:52.151Z] Removing intermediate container a5e6336f6013 [2020-12-02T15:40:52.151Z] ---> f88b6edee785 [2020-12-02T15:40:52.151Z] [2020-12-02T15:40:52.151Z] Step 10/22 : FROM scratch [2020-12-02T15:40:52.151Z] ---> [2020-12-02T15:40:52.151Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-02T15:40:53.127Z] ---> Running in b62c22382543 [2020-12-02T15:40:53.743Z] Removing intermediate container b62c22382543 [2020-12-02T15:40:53.743Z] ---> 10956ec4390e [2020-12-02T15:40:53.743Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-02T15:40:53.743Z] ---> Running in 3c192d9ab00b [2020-12-02T15:40:54.422Z] Removing intermediate container 3c192d9ab00b [2020-12-02T15:40:54.422Z] ---> 8772e207b9f5 [2020-12-02T15:40:54.422Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-02T15:40:55.029Z] ---> Running in 75b747da26fa [2020-12-02T15:40:56.056Z] Removing intermediate container 75b747da26fa [2020-12-02T15:40:56.056Z] ---> 3222560528fb [2020-12-02T15:40:56.056Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-02T15:40:56.711Z] Removing intermediate container 7263790a4ae1 [2020-12-02T15:40:56.711Z] ---> 2f0c3e0cb9a6 [2020-12-02T15:40:56.711Z] [2020-12-02T15:40:56.711Z] Step 10/24 : FROM alpine:3.10 [2020-12-02T15:40:57.000Z] 3.10: Pulling from library/alpine [2020-12-02T15:40:57.000Z] Removing intermediate container 166b81af557c [2020-12-02T15:40:57.000Z] ---> 3347a8870084 [2020-12-02T15:40:57.000Z] [2020-12-02T15:40:57.000Z] Step 10/22 : FROM scratch [2020-12-02T15:40:57.000Z] ---> [2020-12-02T15:40:57.000Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:40:57.000Z] ---> 8d2ee9ba9b3a [2020-12-02T15:40:57.000Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-02T15:40:57.000Z] ---> Running in fe221a4b316c [2020-12-02T15:40:57.600Z] Removing intermediate container fe221a4b316c [2020-12-02T15:40:57.600Z] ---> fb8bfd3b9535 [2020-12-02T15:40:57.600Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-02T15:40:57.870Z] ---> c1fe60877d11 [2020-12-02T15:40:57.870Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-02T15:40:57.870Z] ---> Running in c3f575ea925f [2020-12-02T15:40:57.870Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-02T15:40:57.870Z] Status: Downloaded newer image for alpine:3.10 [2020-12-02T15:40:57.870Z] ---> be4e4bea2c2e [2020-12-02T15:40:57.870Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-02T15:40:58.176Z] ---> Running in fa86609f4352 [2020-12-02T15:40:58.480Z] Removing intermediate container c3f575ea925f [2020-12-02T15:40:58.480Z] ---> 5b58e8ae3b70 [2020-12-02T15:40:58.480Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-02T15:41:01.088Z] ---> Running in 489cac9d48e8 [2020-12-02T15:41:01.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:01.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:01.913Z] ---> 7c2553a8b6c5 [2020-12-02T15:41:01.913Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-02T15:41:01.913Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-02T15:41:01.913Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-02T15:41:01.913Z] OK: 10348 distinct packages available [2020-12-02T15:41:01.913Z] Removing intermediate container 489cac9d48e8 [2020-12-02T15:41:01.913Z] ---> a00a776939ae [2020-12-02T15:41:01.913Z] Step 14/22 : WORKDIR / [2020-12-02T15:41:02.184Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-02T15:41:02.184Z] ---> Running in 385c7107b73c [2020-12-02T15:41:02.184Z] Removing intermediate container b14c6b83abdd [2020-12-02T15:41:02.184Z] ---> 31d361b93c1b [2020-12-02T15:41:02.184Z] [2020-12-02T15:41:02.184Z] Step 10/22 : FROM scratch [2020-12-02T15:41:02.184Z] ---> [2020-12-02T15:41:02.184Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:41:02.184Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-02T15:41:02.184Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-02T15:41:02.184Z] ---> Using cache [2020-12-02T15:41:02.184Z] ---> fb8bfd3b9535 [2020-12-02T15:41:02.184Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-02T15:41:02.184Z] (4/5) Installing curl (7.66.0-r1) [2020-12-02T15:41:02.184Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-02T15:41:02.184Z] Executing busybox-1.30.1-r3.trigger [2020-12-02T15:41:02.184Z] Executing ca-certificates-20191127-r2.trigger [2020-12-02T15:41:02.461Z] OK: 7 MiB in 19 packages [2020-12-02T15:41:02.729Z] ---> Running in 8f71e2edd76f [2020-12-02T15:41:02.729Z] ---> 079fa139a3e8 [2020-12-02T15:41:02.729Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-02T15:41:03.021Z] Removing intermediate container 385c7107b73c [2020-12-02T15:41:03.021Z] ---> 786b7343fa13 [2020-12-02T15:41:03.021Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-02T15:41:03.021Z] ---> Running in 678dae8db7ec [2020-12-02T15:41:03.021Z] Removing intermediate container 8f71e2edd76f [2020-12-02T15:41:03.021Z] ---> a529189481fa [2020-12-02T15:41:03.021Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-02T15:41:03.300Z] ---> Running in a35bbfe74c40 [2020-12-02T15:41:03.300Z] ---> fa18a1172ed9 [2020-12-02T15:41:03.300Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-02T15:41:03.891Z] Removing intermediate container 678dae8db7ec [2020-12-02T15:41:03.891Z] ---> 4516469110c1 [2020-12-02T15:41:03.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:41:04.484Z] Removing intermediate container a35bbfe74c40 [2020-12-02T15:41:04.484Z] ---> 9979b3adbe6e [2020-12-02T15:41:04.484Z] Step 14/22 : WORKDIR / [2020-12-02T15:41:04.484Z] Removing intermediate container fa86609f4352 [2020-12-02T15:41:04.484Z] ---> 4ef823a1e433 [2020-12-02T15:41:04.484Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-02T15:41:05.164Z] ---> Running in 7a07ef0581cc [2020-12-02T15:41:05.164Z] ---> Running in 3429007a269e [2020-12-02T15:41:05.808Z] ---> b22f71c5c1f6 [2020-12-02T15:41:05.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-02T15:41:05.808Z] ---> Running in c42914396e32 [2020-12-02T15:41:06.180Z] Removing intermediate container 7a07ef0581cc [2020-12-02T15:41:06.180Z] ---> cd7071e66b70 [2020-12-02T15:41:06.180Z] Step 20/22 : LABEL arch=x86_64 [2020-12-02T15:41:06.180Z] Removing intermediate container 3429007a269e [2020-12-02T15:41:06.180Z] ---> 6e1ff00f412b [2020-12-02T15:41:06.180Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-02T15:41:06.180Z] Removing intermediate container 6835c2e9ca20 [2020-12-02T15:41:06.180Z] ---> 1398fa83b006 [2020-12-02T15:41:06.180Z] [2020-12-02T15:41:06.180Z] Step 10/23 : FROM alpine [2020-12-02T15:41:06.180Z] ---> Running in a735f7288f81 [2020-12-02T15:41:06.180Z] latest: Pulling from library/alpine [2020-12-02T15:41:06.180Z] Removing intermediate container c42914396e32 [2020-12-02T15:41:06.180Z] ---> 759fe63ffacb [2020-12-02T15:41:06.180Z] Step 13/24 : WORKDIR / [2020-12-02T15:41:06.180Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-02T15:41:06.446Z] ---> aaabbd2a8309 [2020-12-02T15:41:06.446Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-02T15:41:06.446Z] Status: Downloaded newer image for alpine:latest [2020-12-02T15:41:06.446Z] ---> d6e46aa2470d [2020-12-02T15:41:06.446Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:41:07.047Z] ---> Running in 8f55019fc4ae [2020-12-02T15:41:07.047Z] ---> Running in 9ae72ca90879 [2020-12-02T15:41:07.047Z] ---> Running in 08e35e17cbaf [2020-12-02T15:41:07.047Z] ---> c95d34562a55 [2020-12-02T15:41:07.047Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-02T15:41:07.047Z] Removing intermediate container a735f7288f81 [2020-12-02T15:41:07.047Z] ---> da54406b42cb [2020-12-02T15:41:07.047Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:41:07.324Z] Removing intermediate container 8f55019fc4ae [2020-12-02T15:41:07.324Z] ---> e91c1906ab56 [2020-12-02T15:41:07.324Z] 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-02T15:41:07.324Z] ---> Running in b6dd0b31328c [2020-12-02T15:41:07.324Z] Removing intermediate container 9ae72ca90879 [2020-12-02T15:41:07.324Z] ---> 6a821860cbe5 [2020-12-02T15:41:07.324Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:41:07.601Z] Removing intermediate container 08e35e17cbaf [2020-12-02T15:41:07.601Z] ---> b1a1a3727d86 [2020-12-02T15:41:07.601Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-02T15:41:07.601Z] ---> Running in 48fb400be4de [2020-12-02T15:41:07.601Z] ---> Running in 39f16c67c652 [2020-12-02T15:41:07.871Z] Removing intermediate container b6dd0b31328c [2020-12-02T15:41:07.871Z] ---> df08e474ae1d [2020-12-02T15:41:07.871Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:41:07.871Z] ---> Running in 0a6d9b8c9ff3 [2020-12-02T15:41:08.149Z] ---> 5c86354afa1f [2020-12-02T15:41:08.149Z] 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-02T15:41:08.149Z] Removing intermediate container 39f16c67c652 [2020-12-02T15:41:08.149Z] ---> 05ca38bbd445 [2020-12-02T15:41:08.149Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-02T15:41:08.149Z] Removing intermediate container 48fb400be4de [2020-12-02T15:41:08.149Z] ---> d604cb1aea0e [2020-12-02T15:41:08.149Z] Step 20/22 : LABEL arch=x86_64 [2020-12-02T15:41:08.438Z] ---> 13239139e4c0 [2020-12-02T15:41:08.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-02T15:41:08.438Z] ---> Running in a7758f537f00 [2020-12-02T15:41:08.438Z] ---> Running in 67c055dcf15a [2020-12-02T15:41:08.438Z] Removing intermediate container 0a6d9b8c9ff3 [2020-12-02T15:41:08.438Z] ---> f77ed7129401 [2020-12-02T15:41:08.438Z] [2020-12-02T15:41:08.705Z] Successfully built f77ed7129401 [2020-12-02T15:41:08.978Z] Successfully tagged docker-support-logging-go:latest [2020-12-02T15:41:08.978Z] Building docker-sys-mgmt-agent-go [2020-12-02T15:41:08.978Z]  Building docker-support-logging-go ... done  ---> 4bfe046f659f [2020-12-02T15:41:08.978Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-02T15:41:08.978Z] Removing intermediate container a7758f537f00 [2020-12-02T15:41:08.978Z] ---> 85d6881be542 [2020-12-02T15:41:08.978Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:41:09.250Z] ---> 74dbd300db78 [2020-12-02T15:41:09.250Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-02T15:41:09.250Z] Removing intermediate container 67c055dcf15a [2020-12-02T15:41:09.250Z] ---> 3452826fdfab [2020-12-02T15:41:09.250Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:41:09.250Z] ---> Running in 767373b7ab97 [2020-12-02T15:41:09.250Z] ---> Running in 46dce4af2922 [2020-12-02T15:41:09.250Z] ---> Running in 48875bfdc5af [2020-12-02T15:41:09.540Z] ---> 235fa61f7777 [2020-12-02T15:41:09.540Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-02T15:41:09.818Z] Removing intermediate container 48875bfdc5af [2020-12-02T15:41:09.818Z] ---> 60fd938427d8 [2020-12-02T15:41:09.818Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:41:09.818Z] Removing intermediate container 46dce4af2922 [2020-12-02T15:41:09.818Z] ---> 699f1ec62e0f [2020-12-02T15:41:09.818Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:41:10.417Z] ---> Running in a5dc612964de [2020-12-02T15:41:10.417Z] ---> Running in aabf06ff35dc [2020-12-02T15:41:10.683Z] ---> 409e1e91ce57 [2020-12-02T15:41:10.683Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-02T15:41:10.954Z] Removing intermediate container aabf06ff35dc [2020-12-02T15:41:10.954Z] ---> 0bf2638c17c6 [2020-12-02T15:41:10.954Z] Step 20/22 : LABEL arch=x86_64 [2020-12-02T15:41:10.954Z] Removing intermediate container a5dc612964de [2020-12-02T15:41:10.954Z] ---> b30d76de2064 [2020-12-02T15:41:10.954Z] [2020-12-02T15:41:10.954Z] ---> Running in dfd969ea94fe [2020-12-02T15:41:13.552Z] Successfully built b30d76de2064 [2020-12-02T15:41:13.552Z] Successfully tagged docker-core-command-go:latest [2020-12-02T15:41:13.552Z] Building docker-security-secrets-setup-go [2020-12-02T15:41:13.552Z]  Building docker-core-command-go ... done Removing intermediate container 767373b7ab97 [2020-12-02T15:41:13.552Z] ---> be615a93af84 [2020-12-02T15:41:13.552Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-02T15:41:13.552Z] Removing intermediate container dfd969ea94fe [2020-12-02T15:41:13.552Z] ---> 861eca8b1f1c [2020-12-02T15:41:13.552Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:41:13.552Z] ---> Running in 9b4419854fe3 [2020-12-02T15:41:13.827Z] ---> c90e6299f9df [2020-12-02T15:41:13.827Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-02T15:41:13.827Z] ---> Running in d322d0be57e5 [2020-12-02T15:41:15.889Z] Removing intermediate container d322d0be57e5 [2020-12-02T15:41:15.889Z] ---> 6d1c2ad1e677 [2020-12-02T15:41:15.889Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:41:16.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:16.421Z] ---> fabadc2d76eb [2020-12-02T15:41:16.421Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-02T15:41:16.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:16.981Z] ---> Running in 8abe9c5ad634 [2020-12-02T15:41:17.254Z] ---> Running in 34214eb937ec [2020-12-02T15:41:17.254Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-02T15:41:17.537Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-02T15:41:17.537Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-02T15:41:17.537Z] Removing intermediate container 8abe9c5ad634 [2020-12-02T15:41:17.537Z] ---> 6646dc472683 [2020-12-02T15:41:17.537Z] [2020-12-02T15:41:17.800Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-02T15:41:17.800Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-02T15:41:17.800Z] Successfully built 6646dc472683 [2020-12-02T15:41:18.078Z] Successfully tagged docker-core-metadata-go:latest [2020-12-02T15:41:18.078Z] Building docker-support-scheduler-go [2020-12-02T15:41:18.078Z]  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger [2020-12-02T15:41:18.348Z] OK: 8 MiB in 19 packages [2020-12-02T15:41:21.087Z] Removing intermediate container 9b4419854fe3 [2020-12-02T15:41:21.087Z] ---> fe69c3ded043 [2020-12-02T15:41:21.087Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-02T15:41:21.087Z] Removing intermediate container 34214eb937ec [2020-12-02T15:41:21.087Z] ---> ffd6665c397d [2020-12-02T15:41:21.088Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-02T15:41:21.698Z] ---> Running in 3f3d6d6cf0d3 [2020-12-02T15:41:22.679Z] ---> d430c3d78cd0 [2020-12-02T15:41:22.679Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-02T15:41:22.679Z] Removing intermediate container 3f3d6d6cf0d3 [2020-12-02T15:41:22.679Z] ---> 91008402379d [2020-12-02T15:41:22.679Z] Step 22/24 : LABEL arch=x86_64 [2020-12-02T15:41:23.283Z] ---> Running in 8d8101708e85 [2020-12-02T15:41:24.284Z] ---> 1a1f1ff65324 [2020-12-02T15:41:24.284Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-02T15:41:24.285Z] Removing intermediate container 8d8101708e85 [2020-12-02T15:41:24.285Z] ---> 93b3dbece3d8 [2020-12-02T15:41:24.285Z] Step 23/24 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:41:25.731Z] ---> Running in 22f870ac27f3 [2020-12-02T15:41:26.360Z] ---> 5d1fbf8956c9 [2020-12-02T15:41:26.360Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-02T15:41:27.049Z] ---> Running in cb42085409f9 [2020-12-02T15:41:27.395Z] Removing intermediate container 22f870ac27f3 [2020-12-02T15:41:27.396Z] ---> 81eef0921845 [2020-12-02T15:41:27.396Z] Step 24/24 : LABEL version=1.3.1-dev.15 [2020-12-02T15:41:28.082Z] ---> Running in 636c9734c1a4 [2020-12-02T15:41:28.717Z] Removing intermediate container cb42085409f9 [2020-12-02T15:41:28.717Z] ---> f683edb27dfc [2020-12-02T15:41:28.717Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:41:29.497Z] ---> Running in 0034fa9fa69d [2020-12-02T15:41:29.497Z] Removing intermediate container 636c9734c1a4 [2020-12-02T15:41:29.497Z] ---> 68bd4e3355b4 [2020-12-02T15:41:29.497Z] [2020-12-02T15:41:29.780Z] Successfully built 68bd4e3355b4 [2020-12-02T15:41:30.070Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-02T15:41:30.070Z] Building docker-security-bootstrap-redis-go [2020-12-02T15:41:30.070Z] Removing intermediate container 0034fa9fa69d [2020-12-02T15:41:30.070Z] ---> 1cab8610cdfe [2020-12-02T15:41:30.070Z] Step 21/23 : LABEL arch=x86_64 [2020-12-02T15:41:30.070Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 4131c0f003a3 [2020-12-02T15:41:31.054Z] Removing intermediate container 4131c0f003a3 [2020-12-02T15:41:31.054Z] ---> 2d0feacfff68 [2020-12-02T15:41:31.054Z] Step 22/23 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:41:31.718Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:41:31.718Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:41:31.718Z] ---> f61ce742acf6 [2020-12-02T15:41:31.718Z] Step 3/27 : WORKDIR /edgex-go [2020-12-02T15:41:31.718Z] ---> Using cache [2020-12-02T15:41:31.718Z] ---> 406f7ea727da [2020-12-02T15:41:31.718Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:41:31.718Z] ---> Using cache [2020-12-02T15:41:31.718Z] ---> c8b29c05341c [2020-12-02T15:41:31.718Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-02T15:41:32.388Z] ---> Running in 0f8bebc8825a [2020-12-02T15:41:33.408Z] ---> Running in c6c578f58dc4 [2020-12-02T15:41:34.046Z] Removing intermediate container 0f8bebc8825a [2020-12-02T15:41:34.046Z] ---> 19c56573ecfa [2020-12-02T15:41:34.046Z] Step 23/23 : LABEL version=1.3.1-dev.15 [2020-12-02T15:41:34.722Z] ---> Running in bad4cd24b544 [2020-12-02T15:41:35.748Z] Removing intermediate container bad4cd24b544 [2020-12-02T15:41:35.748Z] ---> 78d39d5f0ad1 [2020-12-02T15:41:35.748Z] [2020-12-02T15:41:36.331Z] Successfully built 78d39d5f0ad1 [2020-12-02T15:41:36.331Z] Successfully tagged docker-core-data-go:latest [2020-12-02T15:41:36.331Z] Building docker-security-proxy-setup-go [2020-12-02T15:41:36.597Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:37.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:38.208Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:41:38.208Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:41:38.208Z] OK: 12745 distinct packages available [2020-12-02T15:41:38.509Z] OK: 233 MiB in 51 packages [2020-12-02T15:41:38.784Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:41:38.784Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-02T15:41:38.784Z] ---> f61ce742acf6 [2020-12-02T15:41:38.784Z] Step 3/29 : WORKDIR /edgex-go [2020-12-02T15:41:38.784Z] ---> Using cache [2020-12-02T15:41:38.784Z] ---> 406f7ea727da [2020-12-02T15:41:38.784Z] Step 4/29 : RUN apk update && apk add make git [2020-12-02T15:41:39.752Z] ---> Running in 1fc6ad4cdb39 [2020-12-02T15:41:42.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:42.916Z] Removing intermediate container c6c578f58dc4 [2020-12-02T15:41:42.916Z] ---> 303dd0f1a082 [2020-12-02T15:41:42.916Z] Step 6/27 : COPY go.mod . [2020-12-02T15:41:42.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:42.916Z] ---> 9d170fbbeff8 [2020-12-02T15:41:42.916Z] Step 7/27 : RUN go mod download [2020-12-02T15:41:42.916Z] ---> Running in e54b92017322 [2020-12-02T15:41:42.916Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:41:42.916Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:41:42.916Z] OK: 12745 distinct packages available [2020-12-02T15:41:43.199Z] OK: 233 MiB in 51 packages [2020-12-02T15:41:43.812Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:41:43.812Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:41:43.812Z] ---> f61ce742acf6 [2020-12-02T15:41:43.812Z] Step 3/21 : WORKDIR /edgex-go [2020-12-02T15:41:43.812Z] ---> Using cache [2020-12-02T15:41:43.812Z] ---> 406f7ea727da [2020-12-02T15:41:43.812Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:41:43.812Z] ---> Using cache [2020-12-02T15:41:43.812Z] ---> c8b29c05341c [2020-12-02T15:41:43.812Z] Step 5/21 : RUN apk update && apk add make git [2020-12-02T15:41:44.408Z] ---> Running in b460fb5200bf [2020-12-02T15:41:45.845Z] Removing intermediate container 1fc6ad4cdb39 [2020-12-02T15:41:45.845Z] ---> a0e8832df843 [2020-12-02T15:41:45.845Z] Step 5/29 : COPY go.mod . [2020-12-02T15:41:46.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:46.450Z] ---> 0fdd4363f4fa [2020-12-02T15:41:46.450Z] Step 6/29 : RUN go mod download [2020-12-02T15:41:46.717Z] ---> Running in 41c1a970e0c6 [2020-12-02T15:41:46.991Z] Removing intermediate container e54b92017322 [2020-12-02T15:41:46.991Z] ---> 0669c0b4b665 [2020-12-02T15:41:46.991Z] Step 8/27 : COPY . . [2020-12-02T15:41:47.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:41:48.280Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:41:48.280Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:41:48.280Z] OK: 12745 distinct packages available [2020-12-02T15:41:48.899Z] OK: 233 MiB in 51 packages [2020-12-02T15:41:51.543Z] Removing intermediate container 41c1a970e0c6 [2020-12-02T15:41:51.543Z] ---> 4011bdae5172 [2020-12-02T15:41:51.543Z] Step 7/29 : COPY . . [2020-12-02T15:41:51.543Z] Removing intermediate container b460fb5200bf [2020-12-02T15:41:51.543Z] ---> 8473cbcdfbbd [2020-12-02T15:41:51.543Z] Step 6/21 : COPY go.mod . [2020-12-02T15:41:52.445Z] Removing intermediate container 1338ef094991 [2020-12-02T15:41:52.445Z] ---> aabdc9093fe4 [2020-12-02T15:41:52.445Z] [2020-12-02T15:41:52.445Z] Step 9/29 : FROM alpine:latest [2020-12-02T15:41:52.445Z] latest: Pulling from library/alpine [2020-12-02T15:41:52.445Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-02T15:41:52.445Z] Status: Downloaded newer image for alpine:latest [2020-12-02T15:41:52.445Z] ---> 2e77e061c27f [2020-12-02T15:41:52.445Z] 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-02T15:41:52.445Z] ---> Running in 665510b0932f [2020-12-02T15:41:52.445Z] Removing intermediate container 665510b0932f [2020-12-02T15:41:52.445Z] ---> 41dfe9435756 [2020-12-02T15:41:52.445Z] Step 11/29 : USER root [2020-12-02T15:41:52.445Z] ---> Running in 2036faec9f8e [2020-12-02T15:41:52.445Z] Removing intermediate container 2036faec9f8e [2020-12-02T15:41:52.445Z] ---> ddd92cc0fc30 [2020-12-02T15:41:52.445Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-02T15:41:52.445Z] ---> Running in ce4359cb4d23 [2020-12-02T15:41:52.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:41:52.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:41:52.445Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:41:52.445Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:41:52.445Z] OK: 12617 distinct packages available [2020-12-02T15:41:52.445Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-02T15:41:52.720Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-02T15:41:52.720Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:41:52.720Z] Executing ca-certificates-20191127-r4.trigger [2020-12-02T15:41:52.995Z] OK: 6 MiB in 16 packages [2020-12-02T15:41:56.424Z] Removing intermediate container ce4359cb4d23 [2020-12-02T15:41:56.424Z] ---> 0d107817e269 [2020-12-02T15:41:56.424Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-02T15:41:56.424Z] ---> Running in b3cadae6e930 [2020-12-02T15:41:57.040Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:41:57.040Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:41:57.040Z] ---> f61ce742acf6 [2020-12-02T15:41:57.040Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:41:57.040Z] ---> Using cache [2020-12-02T15:41:57.040Z] ---> 406f7ea727da [2020-12-02T15:41:57.040Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:41:57.040Z] ---> Using cache [2020-12-02T15:41:57.040Z] ---> c8b29c05341c [2020-12-02T15:41:57.040Z] Step 5/22 : RUN apk update && apk add make git [2020-12-02T15:41:57.040Z] ---> Using cache [2020-12-02T15:41:57.040Z] ---> 8473cbcdfbbd [2020-12-02T15:41:57.040Z] Step 6/22 : COPY go.mod . [2020-12-02T15:41:57.040Z] ---> Using cache [2020-12-02T15:41:57.040Z] ---> 61478f551224 [2020-12-02T15:41:57.040Z] Step 7/22 : RUN go mod download [2020-12-02T15:41:57.040Z] ---> 61478f551224 [2020-12-02T15:41:57.040Z] Step 7/21 : RUN go mod download [2020-12-02T15:41:57.046Z] Removing intermediate container b3cadae6e930 [2020-12-02T15:41:57.046Z] ---> e0d316470f11 [2020-12-02T15:41:57.046Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-02T15:41:57.046Z] ---> Running in adc12fb47746 [2020-12-02T15:41:58.048Z] Removing intermediate container adc12fb47746 [2020-12-02T15:41:58.048Z] ---> 5b55ca7f8c31 [2020-12-02T15:41:58.048Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-02T15:41:58.329Z] ---> Running in 5ec703d67597 [2020-12-02T15:41:59.038Z] ---> Running in 2680a0eb8aea [2020-12-02T15:41:59.039Z] ---> Running in 5e0f26a2ac9f [2020-12-02T15:42:01.645Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:42:01.645Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:42:01.645Z] ---> f61ce742acf6 [2020-12-02T15:42:01.645Z] Step 3/20 : WORKDIR /edgex-go [2020-12-02T15:42:01.645Z] ---> Using cache [2020-12-02T15:42:01.645Z] ---> 406f7ea727da [2020-12-02T15:42:01.645Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:42:01.645Z] ---> Using cache [2020-12-02T15:42:01.645Z] ---> c8b29c05341c [2020-12-02T15:42:01.645Z] Step 5/20 : RUN apk update && apk add make git [2020-12-02T15:42:01.645Z] ---> Using cache [2020-12-02T15:42:01.645Z] ---> 8473cbcdfbbd [2020-12-02T15:42:01.645Z] Step 6/20 : COPY go.mod . [2020-12-02T15:42:01.645Z] ---> Using cache [2020-12-02T15:42:01.645Z] ---> 61478f551224 [2020-12-02T15:42:01.645Z] Step 7/20 : RUN go mod download [2020-12-02T15:42:02.708Z] Removing intermediate container 56895d58181a [2020-12-02T15:42:02.708Z] ---> 05b4613e1218 [2020-12-02T15:42:02.708Z] [2020-12-02T15:42:02.708Z] Step 10/22 : FROM alpine:3.10 [2020-12-02T15:42:02.708Z] 3.10: Pulling from library/alpine [2020-12-02T15:42:03.620Z] ---> Running in bcdb440d6f7f [2020-12-02T15:42:03.719Z] Removing intermediate container 5ec703d67597 [2020-12-02T15:42:03.720Z] ---> 9653098f3352 [2020-12-02T15:42:03.720Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-02T15:42:04.345Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-02T15:42:04.345Z] Status: Downloaded newer image for alpine:3.10 [2020-12-02T15:42:04.345Z] ---> 536a684cf733 [2020-12-02T15:42:04.345Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-02T15:42:04.626Z] ---> Running in 3dff626cd06e [2020-12-02T15:42:06.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:42:06.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:42:07.567Z] ---> 675543b72207 [2020-12-02T15:42:07.568Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-02T15:42:08.006Z] Removing intermediate container 2680a0eb8aea [2020-12-02T15:42:08.006Z] ---> f6b9935c4d92 [2020-12-02T15:42:08.006Z] Step 8/21 : COPY . . [2020-12-02T15:42:08.183Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-02T15:42:08.183Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-02T15:42:08.183Z] OK: 10169 distinct packages available [2020-12-02T15:42:08.281Z] Removing intermediate container 5e0f26a2ac9f [2020-12-02T15:42:08.281Z] ---> c5f9f882446e [2020-12-02T15:42:08.281Z] Step 8/22 : COPY . . [2020-12-02T15:42:08.472Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-02T15:42:08.577Z] Removing intermediate container bcdb440d6f7f [2020-12-02T15:42:08.577Z] ---> fafb20d093d9 [2020-12-02T15:42:08.577Z] Step 8/20 : COPY . . [2020-12-02T15:42:08.764Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-02T15:42:08.764Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-02T15:42:08.764Z] (4/5) Installing curl (7.66.0-r1) [2020-12-02T15:42:08.764Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-02T15:42:08.764Z] Executing busybox-1.30.1-r3.trigger [2020-12-02T15:42:08.764Z] Executing ca-certificates-20191127-r2.trigger [2020-12-02T15:42:09.055Z] ---> 233030f1368a [2020-12-02T15:42:09.055Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-02T15:42:09.055Z] Removing intermediate container ea7b798de579 [2020-12-02T15:42:09.055Z] ---> cf052e54cf61 [2020-12-02T15:42:09.055Z] [2020-12-02T15:42:09.055Z] Step 10/22 : FROM scratch [2020-12-02T15:42:09.055Z] ---> [2020-12-02T15:42:09.055Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-02T15:42:09.055Z] OK: 7 MiB in 19 packages [2020-12-02T15:42:09.342Z] ---> Running in b062894d1898 [2020-12-02T15:42:10.355Z] Removing intermediate container b062894d1898 [2020-12-02T15:42:10.355Z] ---> eb7141287b6b [2020-12-02T15:42:10.355Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-02T15:42:10.355Z] ---> Running in bd50a5016ca4 [2020-12-02T15:42:10.355Z] ---> 2a2544f27c25 [2020-12-02T15:42:10.355Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-02T15:42:11.354Z] Removing intermediate container bd50a5016ca4 [2020-12-02T15:42:11.354Z] ---> 176e53e0d0ae [2020-12-02T15:42:11.354Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-02T15:42:11.642Z] ---> Running in 866920e82232 [2020-12-02T15:42:11.642Z] Removing intermediate container 3dff626cd06e [2020-12-02T15:42:11.642Z] ---> 4e98bb8e80dc [2020-12-02T15:42:11.642Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-02T15:42:11.921Z] ---> Running in b25a958adf63 [2020-12-02T15:42:12.227Z] ---> 581922ae0f2d [2020-12-02T15:42:12.227Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-02T15:42:12.227Z] Removing intermediate container 866920e82232 [2020-12-02T15:42:12.227Z] ---> 0518a29aae20 [2020-12-02T15:42:12.227Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-02T15:42:12.830Z] Removing intermediate container b25a958adf63 [2020-12-02T15:42:12.830Z] ---> b5976c6f6cd9 [2020-12-02T15:42:12.830Z] Step 13/22 : WORKDIR / [2020-12-02T15:42:13.812Z] ---> Running in eb70a70c38ec [2020-12-02T15:42:13.812Z] ---> a01033e3e8b3 [2020-12-02T15:42:13.812Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-02T15:42:14.095Z] ---> b5e839cc6ce6 [2020-12-02T15:42:14.095Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-02T15:42:14.378Z] ---> Running in 961acf7476cc [2020-12-02T15:42:14.650Z] Removing intermediate container eb70a70c38ec [2020-12-02T15:42:14.650Z] ---> b1bf797a50c3 [2020-12-02T15:42:14.650Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-02T15:42:15.254Z] ---> d85cc7195bb6 [2020-12-02T15:42:15.254Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-02T15:42:15.859Z] ---> 9f34bf9bee12 [2020-12-02T15:42:15.859Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-02T15:42:18.502Z] ---> 37a97c29c4eb [2020-12-02T15:42:18.502Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-02T15:42:18.776Z] ---> aa835ee61d33 [2020-12-02T15:42:18.776Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-02T15:42:19.050Z] Removing intermediate container 3405ad1c4779 [2020-12-02T15:42:19.050Z] ---> 685fd940c6a7 [2020-12-02T15:42:19.050Z] [2020-12-02T15:42:19.050Z] Step 10/22 : FROM scratch [2020-12-02T15:42:19.050Z] ---> [2020-12-02T15:42:19.050Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:42:19.050Z] Removing intermediate container 37383a9c288e [2020-12-02T15:42:19.050Z] ---> 4dcb147d34f1 [2020-12-02T15:42:19.050Z] [2020-12-02T15:42:19.050Z] Step 10/24 : FROM scratch [2020-12-02T15:42:19.325Z] ---> [2020-12-02T15:42:19.325Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-02T15:42:19.325Z] ---> Using cache [2020-12-02T15:42:19.325Z] ---> eb7141287b6b [2020-12-02T15:42:19.325Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-02T15:42:19.608Z] ---> Running in 923c08e6469a [2020-12-02T15:42:19.608Z] Removing intermediate container 961acf7476cc [2020-12-02T15:42:19.608Z] ---> 262ce07a6d57 [2020-12-02T15:42:19.608Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-02T15:42:19.608Z] ---> b64f3d0e2b92 [2020-12-02T15:42:19.608Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-02T15:42:19.608Z] ---> Running in bc7903f2cf88 [2020-12-02T15:42:19.886Z] ---> Running in ed50a17f0d9c [2020-12-02T15:42:19.886Z] ---> a01fa43b4299 [2020-12-02T15:42:19.886Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-02T15:42:20.160Z] Removing intermediate container 923c08e6469a [2020-12-02T15:42:20.160Z] ---> 975bc68ffdc8 [2020-12-02T15:42:20.160Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-02T15:42:20.436Z] ---> Running in c006f8d46772 [2020-12-02T15:42:20.436Z] Removing intermediate container bc7903f2cf88 [2020-12-02T15:42:20.436Z] ---> 15d56c2017dd [2020-12-02T15:42:20.436Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-02T15:42:20.436Z] ---> Running in 9d8fd0c48573 [2020-12-02T15:42:20.436Z] Removing intermediate container ed50a17f0d9c [2020-12-02T15:42:20.436Z] ---> e625c0223293 [2020-12-02T15:42:20.436Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:42:20.436Z] ---> 363f779da273 [2020-12-02T15:42:20.436Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-02T15:42:20.724Z] ---> Running in 42c65a2c3a61 [2020-12-02T15:42:20.724Z] ---> Running in 5199a124861e [2020-12-02T15:42:21.001Z] ---> be78fdc9ba9f [2020-12-02T15:42:21.001Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-02T15:42:21.001Z] Removing intermediate container c006f8d46772 [2020-12-02T15:42:21.001Z] ---> 104a07aac3d2 [2020-12-02T15:42:21.001Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-02T15:42:21.277Z] ---> Running in 0247dde75355 [2020-12-02T15:42:21.277Z] ---> Running in 367c1e90981c [2020-12-02T15:42:21.277Z] Removing intermediate container 9d8fd0c48573 [2020-12-02T15:42:21.277Z] ---> c71e0bc1eea6 [2020-12-02T15:42:21.277Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-02T15:42:21.554Z] Removing intermediate container 42c65a2c3a61 [2020-12-02T15:42:21.554Z] ---> e4a8b9da73c7 [2020-12-02T15:42:21.554Z] Step 20/22 : LABEL arch=arm64 [2020-12-02T15:42:21.837Z] ---> Running in 7ddc32353968 [2020-12-02T15:42:22.114Z] Removing intermediate container 0247dde75355 [2020-12-02T15:42:22.114Z] ---> af1c546092b6 [2020-12-02T15:42:22.114Z] Step 14/22 : WORKDIR / [2020-12-02T15:42:22.393Z] ---> Running in cb4313bdab48 [2020-12-02T15:42:22.667Z] ---> b007ff8bed56 [2020-12-02T15:42:22.667Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-02T15:42:22.667Z] Removing intermediate container 7ddc32353968 [2020-12-02T15:42:22.667Z] ---> 3fa63b9cf985 [2020-12-02T15:42:22.667Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:42:22.943Z] ---> Running in 8e18672845ab [2020-12-02T15:42:22.943Z] Removing intermediate container cb4313bdab48 [2020-12-02T15:42:22.943Z] ---> fe0b75587abc [2020-12-02T15:42:22.943Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-02T15:42:23.925Z] Removing intermediate container 8e18672845ab [2020-12-02T15:42:23.925Z] ---> d19e3779e249 [2020-12-02T15:42:23.925Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:42:24.200Z] ---> Running in 58b3fafd8d5c [2020-12-02T15:42:24.200Z] Removing intermediate container 5199a124861e [2020-12-02T15:42:24.200Z] ---> ad905fa8cc40 [2020-12-02T15:42:24.200Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-02T15:42:24.200Z] ---> 35955fa2148e [2020-12-02T15:42:24.200Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-02T15:42:24.200Z] Removing intermediate container 367c1e90981c [2020-12-02T15:42:24.200Z] ---> c0c7bb340976 [2020-12-02T15:42:24.200Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-02T15:42:24.474Z] ---> b91af7ef90e0 [2020-12-02T15:42:24.474Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-02T15:42:24.474Z] ---> Running in 15d86686f67a [2020-12-02T15:42:24.748Z] ---> Running in 7f9ac819a7a4 [2020-12-02T15:42:24.748Z] Removing intermediate container 58b3fafd8d5c [2020-12-02T15:42:24.748Z] ---> 0f1961263eed [2020-12-02T15:42:24.748Z] [2020-12-02T15:42:25.350Z] Successfully built 0f1961263eed [2020-12-02T15:42:25.625Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-12-02T15:42:25.625Z] Building docker-core-metadata-go [2020-12-02T15:42:25.625Z]  Building docker-support-logging-go ... done Removing intermediate container 7f9ac819a7a4 [2020-12-02T15:42:25.625Z] ---> 8e001099cc37 [2020-12-02T15:42:25.625Z] Step 20/22 : LABEL arch=arm64 [2020-12-02T15:42:26.218Z] ---> Running in 5327d8022353 [2020-12-02T15:42:26.218Z] ---> c69e1ead5c72 [2020-12-02T15:42:26.218Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-02T15:42:26.218Z] ---> af66ca7d8482 [2020-12-02T15:42:26.218Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-02T15:42:27.201Z] Removing intermediate container 5327d8022353 [2020-12-02T15:42:27.201Z] ---> a5caf9e08986 [2020-12-02T15:42:27.201Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:42:27.317Z] ---> 52c1d734a2ad [2020-12-02T15:42:27.317Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-02T15:42:27.978Z] ---> Running in a74863adafa6 [2020-12-02T15:42:27.978Z] ---> ba1939e9635f [2020-12-02T15:42:27.978Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-02T15:42:28.174Z] ---> Running in 728a229b2549 [2020-12-02T15:42:28.446Z] ---> fb7a8dde4794 [2020-12-02T15:42:28.446Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-02T15:42:28.446Z] ---> b3d12fcc8983 [2020-12-02T15:42:28.446Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-02T15:42:28.719Z] Removing intermediate container 15d86686f67a [2020-12-02T15:42:28.719Z] ---> dd763673b421 [2020-12-02T15:42:28.719Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-02T15:42:28.719Z] ---> Running in 790496b0033b [2020-12-02T15:42:28.719Z] ---> Running in 92c15c14fc8d [2020-12-02T15:42:28.990Z] ---> Running in 38dd350fa1b9 [2020-12-02T15:42:28.992Z] Removing intermediate container 728a229b2549 [2020-12-02T15:42:28.992Z] ---> c734f091e004 [2020-12-02T15:42:28.992Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:42:29.266Z] ---> Running in f2541443b552 [2020-12-02T15:42:29.542Z] Removing intermediate container 92c15c14fc8d [2020-12-02T15:42:29.542Z] ---> 9bc780ada5c1 [2020-12-02T15:42:29.542Z] Step 26/29 : CMD [ "generate" ] [2020-12-02T15:42:29.542Z] Removing intermediate container 790496b0033b [2020-12-02T15:42:29.542Z] ---> 5af3e1dd9d5d [2020-12-02T15:42:29.542Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:42:29.833Z] ---> Running in 0152416ca0fc [2020-12-02T15:42:29.833Z] ---> Running in bfddcd3cdca6 [2020-12-02T15:42:30.105Z] Removing intermediate container f2541443b552 [2020-12-02T15:42:30.105Z] ---> 178b9d7da717 [2020-12-02T15:42:30.105Z] [2020-12-02T15:42:30.105Z] ---> 90c45283e878 [2020-12-02T15:42:30.105Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-02T15:42:30.381Z] Removing intermediate container bfddcd3cdca6 [2020-12-02T15:42:30.381Z] ---> e45da4a4c786 [2020-12-02T15:42:30.381Z] Step 20/22 : LABEL arch=arm64 [2020-12-02T15:42:30.657Z] Successfully built 178b9d7da717 [2020-12-02T15:42:30.657Z] Removing intermediate container 0152416ca0fc [2020-12-02T15:42:30.657Z] ---> 89a77ea44fa8 [2020-12-02T15:42:30.657Z] Step 27/29 : LABEL arch=arm64Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-02T15:42:30.657Z] [2020-12-02T15:42:30.657Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2020-12-02T15:42:30.657Z] ---> Running in 1a855dade51d [2020-12-02T15:42:30.932Z] ---> Running in 289d76928c34 [2020-12-02T15:42:30.932Z] ---> 15b85de8d5bc [2020-12-02T15:42:30.932Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-02T15:42:31.208Z] ---> Running in b72e2cd595e1 [2020-12-02T15:42:31.208Z] Removing intermediate container 1a855dade51d [2020-12-02T15:42:31.208Z] ---> cc15ea057eb2 [2020-12-02T15:42:31.208Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:42:31.492Z] ---> Running in ffb54d84bfe3 [2020-12-02T15:42:31.492Z] Removing intermediate container 289d76928c34 [2020-12-02T15:42:31.492Z] ---> 949714611003 [2020-12-02T15:42:31.492Z] Step 28/29 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:42:31.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-02T15:42:31.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-02T15:42:31.770Z] ---> Running in 5e3ce305b824 [2020-12-02T15:42:32.045Z] Removing intermediate container b72e2cd595e1 [2020-12-02T15:42:32.045Z] ---> 979523cdca25 [2020-12-02T15:42:32.045Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:42:32.321Z] Removing intermediate container ffb54d84bfe3 [2020-12-02T15:42:32.321Z] ---> efba7f148fc4 [2020-12-02T15:42:32.321Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:42:32.924Z] ---> Running in 5e2348739823 [2020-12-02T15:42:33.202Z] Removing intermediate container 5e3ce305b824 [2020-12-02T15:42:33.202Z] ---> a0945f6be935 [2020-12-02T15:42:33.202Z] Step 29/29 : LABEL version=1.3.1-dev.15 [2020-12-02T15:42:33.476Z] ---> Running in c35d16cc048a [2020-12-02T15:42:34.086Z] ---> Running in b085a2eb33f9 [2020-12-02T15:42:34.086Z] Removing intermediate container 5e2348739823 [2020-12-02T15:42:34.086Z] ---> 8271ee2307e6 [2020-12-02T15:42:34.086Z] Step 22/24 : LABEL arch=arm64 [2020-12-02T15:42:34.689Z] Removing intermediate container c35d16cc048a [2020-12-02T15:42:34.689Z] ---> 5174f961da9e [2020-12-02T15:42:34.689Z] [2020-12-02T15:42:34.978Z] Successfully built 5174f961da9e [2020-12-02T15:42:35.252Z] ---> Running in f4fe3f1d25f1 [2020-12-02T15:42:35.252Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-02T15:42:35.252Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-02T15:42:35.252Z] Removing intermediate container b085a2eb33f9 [2020-12-02T15:42:35.252Z] ---> 6cfbebf8efdf [2020-12-02T15:42:35.252Z] [2020-12-02T15:42:35.850Z] Successfully built 6cfbebf8efdf [2020-12-02T15:42:35.850Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-02T15:42:35.850Z] Building docker-security-secretstore-setup-go [2020-12-02T15:42:36.445Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f4fe3f1d25f1 [2020-12-02T15:42:36.445Z] ---> b3f313afc3e1 [2020-12-02T15:42:36.445Z] Step 23/24 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:42:36.445Z] ---> Running in 1228f200c3bb [2020-12-02T15:42:37.040Z] Removing intermediate container 1228f200c3bb [2020-12-02T15:42:37.040Z] ---> bc06f042c7e5 [2020-12-02T15:42:37.040Z] Step 24/24 : LABEL version=1.3.1-dev.15 [2020-12-02T15:42:37.314Z] ---> Running in 6eb26b46b78f [2020-12-02T15:42:37.912Z] Removing intermediate container 6eb26b46b78f [2020-12-02T15:42:37.912Z] ---> 4e8574e760d6 [2020-12-02T15:42:37.912Z] [2020-12-02T15:42:38.186Z] Successfully built 4e8574e760d6 [2020-12-02T15:42:38.186Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-02T15:42:38.186Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-12-02T15:42:47.001Z] ---> 801d02547ce3 [2020-12-02T15:42:47.001Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-12-02T15:42:47.001Z] ---> 8146dbf866a7 [2020-12-02T15:42:47.001Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-02T15:42:47.001Z] ---> Running in 336f8cd74947 [2020-12-02T15:42:47.001Z] ---> Running in 240999db238c [2020-12-02T15:42:47.001Z] ---> 8d28be41e45a [2020-12-02T15:42:47.001Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-02T15:42:47.001Z] ---> Running in 3d8d4c6d4830 [2020-12-02T15:42:48.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-02T15:42:48.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-02T15:42:48.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-02T15:42:50.571Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:42:50.571Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:42:50.571Z] ---> b9d15455a381 [2020-12-02T15:42:50.571Z] Step 3/22 : WORKDIR /edgex-go [2020-12-02T15:42:50.571Z] ---> Using cache [2020-12-02T15:42:50.571Z] ---> 9502178d3b26 [2020-12-02T15:42:50.571Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:42:50.571Z] ---> Using cache [2020-12-02T15:42:50.571Z] ---> 57a6c899c1b9 [2020-12-02T15:42:50.571Z] Step 5/22 : RUN apk update && apk add make git [2020-12-02T15:42:52.552Z] ---> Running in fdd52725f51e [2020-12-02T15:42:53.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:42:54.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:42:55.101Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:42:55.101Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:42:55.101Z] OK: 12616 distinct packages available [2020-12-02T15:42:56.078Z] OK: 217 MiB in 51 packages [2020-12-02T15:42:58.061Z] Removing intermediate container fdd52725f51e [2020-12-02T15:42:58.061Z] ---> 6a43a403c3dc [2020-12-02T15:42:58.061Z] Step 6/22 : COPY go.mod . [2020-12-02T15:42:58.896Z] Removing intermediate container 38dd350fa1b9 [2020-12-02T15:42:58.897Z] ---> 1cee0be92fe3 [2020-12-02T15:42:58.897Z] [2020-12-02T15:42:58.897Z] Step 9/29 : FROM alpine:latest [2020-12-02T15:42:58.897Z] ---> d6e46aa2470d [2020-12-02T15:42:58.897Z] 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-02T15:42:58.897Z] ---> Running in 492ad4a66b36 [2020-12-02T15:42:58.897Z] Removing intermediate container 492ad4a66b36 [2020-12-02T15:42:58.897Z] ---> c834f02f5f6e [2020-12-02T15:42:58.897Z] Step 11/29 : USER root [2020-12-02T15:42:58.897Z] ---> Running in c195f6ed639e [2020-12-02T15:42:58.897Z] Removing intermediate container c195f6ed639e [2020-12-02T15:42:58.897Z] ---> 404400d45f2d [2020-12-02T15:42:58.897Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-02T15:42:59.043Z] ---> 8b94ffc2b5ac [2020-12-02T15:42:59.043Z] Step 7/22 : RUN go mod download [2020-12-02T15:42:59.640Z] ---> Running in 08565f2def97 [2020-12-02T15:42:59.670Z] ---> Running in f092c3a27094 [2020-12-02T15:43:00.783Z] Removing intermediate container a74863adafa6 [2020-12-02T15:43:00.783Z] ---> 7c40c993be87 [2020-12-02T15:43:00.783Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-02T15:43:00.783Z] ---> Running in ae4cb1cf9778 [2020-12-02T15:43:01.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:01.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:01.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-02T15:43:01.758Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:43:01.758Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:43:01.758Z] OK: 12746 distinct packages available [2020-12-02T15:43:02.070Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-02T15:43:02.070Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-02T15:43:02.070Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:43:02.071Z] Executing ca-certificates-20191127-r4.trigger [2020-12-02T15:43:02.369Z] OK: 6 MiB in 16 packages [2020-12-02T15:43:03.961Z] Removing intermediate container 08565f2def97 [2020-12-02T15:43:03.962Z] ---> 102c3ada0bd2 [2020-12-02T15:43:03.962Z] Step 8/22 : COPY . . [2020-12-02T15:43:05.014Z] Removing intermediate container f092c3a27094 [2020-12-02T15:43:05.015Z] ---> 2d73a5b3299b [2020-12-02T15:43:05.015Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-02T15:43:05.015Z] ---> Running in a8d99ecab2db [2020-12-02T15:43:06.042Z] Removing intermediate container a8d99ecab2db [2020-12-02T15:43:06.042Z] ---> c1a4d9a64553 [2020-12-02T15:43:06.042Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-02T15:43:06.042Z] Removing intermediate container ae4cb1cf9778 [2020-12-02T15:43:06.042Z] ---> 8f2713257bdd [2020-12-02T15:43:06.042Z] [2020-12-02T15:43:06.042Z] Step 11/27 : FROM docker:latest [2020-12-02T15:43:06.042Z] ---> b0757c55a1fd [2020-12-02T15:43:06.042Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-02T15:43:06.042Z] ---> Running in c7bd675d6c87 [2020-12-02T15:43:06.042Z] ---> Running in 3721c13369e8 [2020-12-02T15:43:06.460Z] Removing intermediate container c7bd675d6c87 [2020-12-02T15:43:06.460Z] ---> 167f9bbd4027 [2020-12-02T15:43:06.460Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-02T15:43:06.707Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:43:06.707Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:43:06.707Z] ---> b9d15455a381 [2020-12-02T15:43:06.707Z] Step 3/27 : WORKDIR /edgex-go [2020-12-02T15:43:06.707Z] ---> Using cache [2020-12-02T15:43:06.707Z] ---> 9502178d3b26 [2020-12-02T15:43:06.707Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:43:06.707Z] ---> Using cache [2020-12-02T15:43:06.707Z] ---> 57a6c899c1b9 [2020-12-02T15:43:06.707Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-02T15:43:06.796Z] ---> Running in f4b0af1417ee [2020-12-02T15:43:07.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:07.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:07.869Z] (1/2) Installing readline (8.0.4-r0) [2020-12-02T15:43:07.869Z] (2/2) Installing bash (5.0.17-r0) [2020-12-02T15:43:07.869Z] Executing bash-5.0.17-r0.post-install [2020-12-02T15:43:07.869Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:43:07.869Z] OK: 12 MiB in 22 packages [2020-12-02T15:43:09.355Z] Removing intermediate container f4b0af1417ee [2020-12-02T15:43:09.355Z] ---> c7284dbac5ba [2020-12-02T15:43:09.355Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-02T15:43:09.355Z] Removing intermediate container 3721c13369e8 [2020-12-02T15:43:09.355Z] ---> b04c2f6401c5 [2020-12-02T15:43:09.355Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-02T15:43:09.629Z] ---> Running in e83029a97b53 [2020-12-02T15:43:10.180Z] ---> Running in e1665b2ab2f2 [2020-12-02T15:43:10.457Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:43:10.457Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:43:10.457Z] ---> b9d15455a381 [2020-12-02T15:43:10.457Z] Step 3/23 : WORKDIR /edgex-go [2020-12-02T15:43:10.457Z] ---> Using cache [2020-12-02T15:43:10.457Z] ---> 9502178d3b26 [2020-12-02T15:43:10.457Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:43:10.457Z] ---> Using cache [2020-12-02T15:43:10.457Z] ---> 57a6c899c1b9 [2020-12-02T15:43:10.457Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-02T15:43:10.622Z] ---> 0c6b942ce965 [2020-12-02T15:43:10.623Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-02T15:43:10.900Z] ---> 8e06c50f1b33 [2020-12-02T15:43:10.900Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-02T15:43:11.443Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:43:11.443Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:43:11.443Z] ---> b9d15455a381 [2020-12-02T15:43:11.443Z] Step 3/24 : WORKDIR /edgex-go [2020-12-02T15:43:11.443Z] ---> Using cache [2020-12-02T15:43:11.443Z] ---> 9502178d3b26 [2020-12-02T15:43:11.443Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:43:11.443Z] ---> Using cache [2020-12-02T15:43:11.443Z] ---> 57a6c899c1b9 [2020-12-02T15:43:11.443Z] Step 5/24 : RUN apk update && apk add make git [2020-12-02T15:43:11.443Z] ---> Using cache [2020-12-02T15:43:11.443Z] ---> 6a43a403c3dc [2020-12-02T15:43:11.443Z] Step 6/24 : COPY go.mod . [2020-12-02T15:43:11.443Z] ---> Using cache [2020-12-02T15:43:11.443Z] ---> 8b94ffc2b5ac [2020-12-02T15:43:11.443Z] Step 7/24 : RUN go mod download [2020-12-02T15:43:11.443Z] ---> Using cache [2020-12-02T15:43:11.443Z] ---> 102c3ada0bd2 [2020-12-02T15:43:11.443Z] Step 8/24 : COPY . . [2020-12-02T15:43:11.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:43:11.443Z] ---> Running in 3cc989f7399d [2020-12-02T15:43:11.721Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:43:11.721Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:43:11.721Z] ---> b9d15455a381 [2020-12-02T15:43:11.721Z] Step 3/20 : WORKDIR /edgex-go [2020-12-02T15:43:11.721Z] ---> Using cache [2020-12-02T15:43:11.721Z] ---> 9502178d3b26 [2020-12-02T15:43:11.721Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:43:11.721Z] ---> Using cache [2020-12-02T15:43:11.721Z] ---> 57a6c899c1b9 [2020-12-02T15:43:11.721Z] Step 5/20 : RUN apk update && apk add make git [2020-12-02T15:43:11.721Z] ---> Using cache [2020-12-02T15:43:11.721Z] ---> 6a43a403c3dc [2020-12-02T15:43:11.721Z] Step 6/20 : COPY go.mod . [2020-12-02T15:43:11.721Z] ---> Using cache [2020-12-02T15:43:11.721Z] ---> 8b94ffc2b5ac [2020-12-02T15:43:11.721Z] Step 7/20 : RUN go mod download [2020-12-02T15:43:11.721Z] ---> Using cache [2020-12-02T15:43:11.721Z] ---> 102c3ada0bd2 [2020-12-02T15:43:11.721Z] Step 8/20 : COPY . . [2020-12-02T15:43:11.888Z] Removing intermediate container e83029a97b53 [2020-12-02T15:43:11.888Z] ---> 5fc295215b79 [2020-12-02T15:43:11.888Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-02T15:43:11.888Z] ---> 588edcc4a01d [2020-12-02T15:43:11.888Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-02T15:43:11.888Z] ---> Running in 9eb0cb125dba [2020-12-02T15:43:12.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:43:12.507Z] Removing intermediate container 9eb0cb125dba [2020-12-02T15:43:12.507Z] ---> 296dd2a891a9 [2020-12-02T15:43:12.507Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-02T15:43:12.793Z] ---> e5f863e851b7 [2020-12-02T15:43:12.793Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-02T15:43:12.793Z] ---> Running in af818c92f411 [2020-12-02T15:43:12.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:43:13.448Z] Removing intermediate container af818c92f411 [2020-12-02T15:43:13.448Z] ---> 638eaeab547f [2020-12-02T15:43:13.448Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-02T15:43:13.448Z] ---> 71bc5e7fe76e [2020-12-02T15:43:13.448Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-02T15:43:13.448Z] ---> Running in ee3ab96a7f0c [2020-12-02T15:43:13.448Z] ---> Running in 38835075818d [2020-12-02T15:43:13.530Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:43:13.530Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:43:13.531Z] OK: 12616 distinct packages available [2020-12-02T15:43:14.071Z] Removing intermediate container ee3ab96a7f0c [2020-12-02T15:43:14.071Z] ---> 2838ce6c4319 [2020-12-02T15:43:14.071Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-02T15:43:14.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:43:14.125Z] OK: 217 MiB in 51 packages [2020-12-02T15:43:15.113Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:43:15.113Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:43:15.113Z] OK: 12616 distinct packages available [2020-12-02T15:43:15.530Z] ---> 54fa89f87fde [2020-12-02T15:43:15.530Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-02T15:43:16.115Z] OK: 217 MiB in 51 packages [2020-12-02T15:43:18.261Z] ---> 9f0c00789903 [2020-12-02T15:43:18.261Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-02T15:43:18.261Z] Removing intermediate container 38835075818d [2020-12-02T15:43:18.261Z] ---> a90fffa52bd6 [2020-12-02T15:43:18.261Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-02T15:43:18.261Z] Removing intermediate container 336f8cd74947 [2020-12-02T15:43:18.261Z] ---> 3c12a99d3ca0 [2020-12-02T15:43:18.261Z] [2020-12-02T15:43:18.261Z] Step 10/22 : FROM alpine:3.10 [2020-12-02T15:43:18.261Z] ---> be4e4bea2c2e [2020-12-02T15:43:18.261Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-02T15:43:18.261Z] ---> Using cache [2020-12-02T15:43:18.261Z] ---> 4ef823a1e433 [2020-12-02T15:43:18.261Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-02T15:43:18.261Z] Removing intermediate container 240999db238c [2020-12-02T15:43:18.261Z] ---> 44bd34ce22a4 [2020-12-02T15:43:18.261Z] [2020-12-02T15:43:18.261Z] Step 10/20 : FROM alpine [2020-12-02T15:43:18.261Z] ---> d6e46aa2470d [2020-12-02T15:43:18.261Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-02T15:43:18.529Z] ---> 69935c7c32e3 [2020-12-02T15:43:18.529Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-02T15:43:18.529Z] ---> Running in 3bebb15381f1 [2020-12-02T15:43:19.487Z] ---> Running in a1279d0f375d [2020-12-02T15:43:19.517Z] ---> 831e2e27b33f [2020-12-02T15:43:19.517Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-02T15:43:19.517Z] Removing intermediate container e1665b2ab2f2 [2020-12-02T15:43:19.517Z] ---> ac5dc321028f [2020-12-02T15:43:19.517Z] Step 6/27 : COPY go.mod . [2020-12-02T15:43:20.445Z] ---> f3b56edcb5a0 [2020-12-02T15:43:20.445Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-02T15:43:20.445Z] ---> Running in d4c0f0e68e4a [2020-12-02T15:43:20.445Z] Removing intermediate container 3bebb15381f1 [2020-12-02T15:43:20.445Z] ---> 0c859cf9618d [2020-12-02T15:43:20.445Z] Step 13/22 : WORKDIR / [2020-12-02T15:43:20.502Z] Removing intermediate container 3cc989f7399d [2020-12-02T15:43:20.502Z] ---> cea87da5832b [2020-12-02T15:43:20.502Z] Step 6/23 : COPY go.mod . [2020-12-02T15:43:20.712Z] ---> Running in 69e90437edc1 [2020-12-02T15:43:20.712Z] ---> Running in dc2cccd374b7 [2020-12-02T15:43:20.712Z] Removing intermediate container 3d8d4c6d4830 [2020-12-02T15:43:20.712Z] ---> f773b9721466 [2020-12-02T15:43:20.712Z] [2020-12-02T15:43:20.712Z] Step 10/21 : FROM scratch [2020-12-02T15:43:20.712Z] ---> [2020-12-02T15:43:20.712Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:43:20.784Z] ---> Running in 2f297f9ca84d [2020-12-02T15:43:21.060Z] ---> dde0810fd4ba [2020-12-02T15:43:21.060Z] Step 7/27 : RUN go mod download [2020-12-02T15:43:21.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:21.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:21.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:21.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:21.625Z] ---> Using cache [2020-12-02T15:43:21.625Z] ---> fb8bfd3b9535 [2020-12-02T15:43:21.625Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-02T15:43:21.625Z] Removing intermediate container dc2cccd374b7 [2020-12-02T15:43:21.625Z] ---> 07875d002a1b [2020-12-02T15:43:21.625Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-02T15:43:21.625Z] ---> Running in 0586d87eea5d [2020-12-02T15:43:21.660Z] ---> d1c1ad3abf04 [2020-12-02T15:43:21.660Z] Step 7/23 : RUN go mod download [2020-12-02T15:43:21.935Z] ---> Running in bd923a89528b [2020-12-02T15:43:21.957Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-02T15:43:21.957Z] (2/33) Installing expat (2.2.9-r1) [2020-12-02T15:43:21.957Z] (3/33) Installing libffi (3.3-r2) [2020-12-02T15:43:21.957Z] (4/33) Installing gdbm (1.13-r1) [2020-12-02T15:43:21.957Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:43:21.957Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:43:21.957Z] OK: 12746 distinct packages available [2020-12-02T15:43:21.957Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-02T15:43:21.957Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-02T15:43:21.957Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-02T15:43:22.213Z] ---> Running in 2a3292f7e8bc [2020-12-02T15:43:22.222Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-02T15:43:23.267Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-02T15:43:23.267Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-02T15:43:23.267Z] (4/4) Installing curl (7.69.1-r1) [2020-12-02T15:43:23.267Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:43:23.267Z] Executing ca-certificates-20191127-r4.trigger [2020-12-02T15:43:23.267Z] OK: 7 MiB in 18 packages [2020-12-02T15:43:23.538Z] Removing intermediate container 0586d87eea5d [2020-12-02T15:43:23.538Z] ---> de5c425f9d38 [2020-12-02T15:43:23.538Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-02T15:43:23.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-02T15:43:23.708Z] ---> 888802d5d17c [2020-12-02T15:43:23.708Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-02T15:43:24.310Z] ---> Running in 0103429d0964 [2020-12-02T15:43:25.769Z] ---> 7fe90a515350 [2020-12-02T15:43:25.769Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-12-02T15:43:25.769Z] ---> Running in 4f39d33fa143 [2020-12-02T15:43:26.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-02T15:43:26.891Z] ---> Running in ac43db8ef58e [2020-12-02T15:43:27.172Z] ---> 304ca29ef233 [2020-12-02T15:43:27.172Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-02T15:43:27.172Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-02T15:43:27.172Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-02T15:43:27.172Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-02T15:43:27.172Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-02T15:43:27.172Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-02T15:43:27.172Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-02T15:43:27.172Z] Removing intermediate container 69e90437edc1 [2020-12-02T15:43:27.172Z] ---> cce9b5e5c57e [2020-12-02T15:43:27.172Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-02T15:43:27.172Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-02T15:43:27.366Z] Removing intermediate container 2a3292f7e8bc [2020-12-02T15:43:27.366Z] ---> 1aa09f51c7d4 [2020-12-02T15:43:27.366Z] Step 8/23 : COPY . . [2020-12-02T15:43:27.644Z] Removing intermediate container bd923a89528b [2020-12-02T15:43:27.644Z] ---> ab49ced123ff [2020-12-02T15:43:27.644Z] Step 8/27 : COPY . . [2020-12-02T15:43:27.752Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-02T15:43:27.752Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-02T15:43:27.752Z] Removing intermediate container ac43db8ef58e [2020-12-02T15:43:27.752Z] ---> 8058f7d5bb08 [2020-12-02T15:43:27.752Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-02T15:43:28.017Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-02T15:43:28.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-02T15:43:28.282Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-02T15:43:28.282Z] ---> Running in 4d8c2777c74f [2020-12-02T15:43:28.282Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-02T15:43:28.282Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-02T15:43:28.282Z] Removing intermediate container a1279d0f375d [2020-12-02T15:43:28.282Z] ---> f1d41a0c8b21 [2020-12-02T15:43:28.282Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-02T15:43:28.282Z] ---> 7fd507860de2 [2020-12-02T15:43:28.282Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-02T15:43:28.282Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-02T15:43:28.551Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-02T15:43:28.551Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-02T15:43:28.900Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-02T15:43:28.900Z] ---> 79544090c120 [2020-12-02T15:43:28.900Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-02T15:43:28.900Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-02T15:43:28.900Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-02T15:43:28.900Z] ---> Running in 5bebc72d48a7 [2020-12-02T15:43:28.900Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-02T15:43:28.900Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-02T15:43:29.213Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-02T15:43:29.213Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-02T15:43:29.213Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-02T15:43:29.213Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-02T15:43:29.492Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-02T15:43:29.492Z] ---> cfb56e0e65ad [2020-12-02T15:43:29.492Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-02T15:43:29.762Z] Removing intermediate container 5bebc72d48a7 [2020-12-02T15:43:29.762Z] ---> 156f276d6ea9 [2020-12-02T15:43:29.762Z] Step 13/20 : WORKDIR /edgex [2020-12-02T15:43:29.762Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:43:29.762Z] OK: 71 MiB in 55 packages [2020-12-02T15:43:30.036Z] ---> 751f082d59c0 [2020-12-02T15:43:30.036Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-02T15:43:30.036Z] ---> Running in e405ed38483a [2020-12-02T15:43:30.036Z] ---> de187dc6848a [2020-12-02T15:43:30.036Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-02T15:43:30.309Z] ---> Running in af6f9778c9df [2020-12-02T15:43:30.587Z] Removing intermediate container e405ed38483a [2020-12-02T15:43:30.587Z] ---> 24d639587a33 [2020-12-02T15:43:30.587Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-02T15:43:31.202Z] ---> 44be5a24ca01 [2020-12-02T15:43:31.202Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-02T15:43:34.574Z] ---> c026fbe6d74a [2020-12-02T15:43:34.574Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-02T15:43:34.574Z] ---> Running in deacd37ce755 [2020-12-02T15:43:34.841Z] Removing intermediate container 4d8c2777c74f [2020-12-02T15:43:34.841Z] ---> 96d0d0370cc4 [2020-12-02T15:43:34.841Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-02T15:43:35.129Z] ---> Running in f30dd641a197 [2020-12-02T15:43:35.129Z] Removing intermediate container deacd37ce755 [2020-12-02T15:43:35.129Z] ---> 7a3827c421b5 [2020-12-02T15:43:35.129Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:43:35.129Z] ---> 83d9606f1823 [2020-12-02T15:43:35.129Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-02T15:43:35.404Z] ---> Running in bf9e44873246 [2020-12-02T15:43:35.404Z] Removing intermediate container d4c0f0e68e4a [2020-12-02T15:43:35.404Z] ---> d0cfc39e7ca6 [2020-12-02T15:43:35.404Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-02T15:43:35.670Z] ---> Running in 7c8c21571d00 [2020-12-02T15:43:35.670Z] ---> Running in b89faf3e8b47 [2020-12-02T15:43:35.670Z] Removing intermediate container af6f9778c9df [2020-12-02T15:43:35.670Z] ---> 34e341e67c65 [2020-12-02T15:43:35.670Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-02T15:43:35.932Z] Removing intermediate container bf9e44873246 [2020-12-02T15:43:35.932Z] ---> 19beaaee1033 [2020-12-02T15:43:35.932Z] Step 19/21 : LABEL arch=x86_64 [2020-12-02T15:43:35.932Z] Removing intermediate container f30dd641a197 [2020-12-02T15:43:35.932Z] ---> b4fc05f6dd77 [2020-12-02T15:43:35.932Z] Step 26/29 : CMD [ "generate" ] [2020-12-02T15:43:36.199Z] ---> Running in 79b8f0dff785 [2020-12-02T15:43:36.199Z] ---> Running in 9e5551d16ee9 [2020-12-02T15:43:36.199Z] Removing intermediate container 7c8c21571d00 [2020-12-02T15:43:36.199Z] ---> c63d8ab38eaf [2020-12-02T15:43:36.199Z] Step 17/20 : CMD ["--init=true"] [2020-12-02T15:43:36.199Z] ---> Running in 9b35817cc7a8 [2020-12-02T15:43:36.466Z] ---> Running in e7731e24e710 [2020-12-02T15:43:36.466Z] Removing intermediate container 79b8f0dff785 [2020-12-02T15:43:36.466Z] ---> 69b32411d634 [2020-12-02T15:43:36.466Z] Step 20/21 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:43:36.466Z] Removing intermediate container 9e5551d16ee9 [2020-12-02T15:43:36.466Z] ---> 59c992cb5626 [2020-12-02T15:43:36.466Z] Step 20/22 : LABEL arch=x86_64 [2020-12-02T15:43:36.738Z] ---> Running in 6b0b44a09033 [2020-12-02T15:43:36.738Z] Removing intermediate container 9b35817cc7a8 [2020-12-02T15:43:36.738Z] ---> 3bfc0a3d66b4 [2020-12-02T15:43:36.738Z] Step 27/29 : LABEL arch=x86_64 [2020-12-02T15:43:36.738Z] ---> Running in e31d7970e8c2 [2020-12-02T15:43:36.738Z] ---> Running in 0ee7b007f650 [2020-12-02T15:43:36.738Z] Removing intermediate container e7731e24e710 [2020-12-02T15:43:36.738Z] ---> 162cedae1fd0 [2020-12-02T15:43:36.738Z] Step 18/20 : LABEL arch=x86_64 [2020-12-02T15:43:37.004Z] ---> Running in 942483dd4a2f [2020-12-02T15:43:37.004Z] Removing intermediate container 6b0b44a09033 [2020-12-02T15:43:37.004Z] ---> 66955076cf2b [2020-12-02T15:43:37.004Z] Step 21/21 : LABEL version=1.3.1-dev.15 [2020-12-02T15:43:37.004Z] Removing intermediate container e31d7970e8c2 [2020-12-02T15:43:37.004Z] ---> bc8df849ed6e [2020-12-02T15:43:37.004Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:43:37.268Z] Removing intermediate container 0ee7b007f650 [2020-12-02T15:43:37.268Z] ---> 911563e81e05 [2020-12-02T15:43:37.268Z] Step 28/29 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:43:37.268Z] ---> Running in 4e70f6be83b9 [2020-12-02T15:43:37.268Z] ---> Running in abc11e06befd [2020-12-02T15:43:37.268Z] ---> Running in dd7f7bc81ab8 [2020-12-02T15:43:37.268Z] Removing intermediate container 942483dd4a2f [2020-12-02T15:43:37.268Z] ---> d236e69bd053 [2020-12-02T15:43:37.268Z] Step 19/20 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:43:37.533Z] ---> Running in ef0df3d4b1bd [2020-12-02T15:43:37.533Z] Removing intermediate container abc11e06befd [2020-12-02T15:43:37.533Z] ---> 1a0739e66818 [2020-12-02T15:43:37.533Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:43:37.533Z] Removing intermediate container 4e70f6be83b9 [2020-12-02T15:43:37.533Z] ---> 1550c67d82a0 [2020-12-02T15:43:37.533Z] [2020-12-02T15:43:37.798Z] Collecting docker-compose==1.23.2 [2020-12-02T15:43:37.798Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-02T15:43:38.062Z] Successfully built 1550c67d82a0 [2020-12-02T15:43:38.340Z] Removing intermediate container dd7f7bc81ab8 [2020-12-02T15:43:38.340Z] ---> 58ea47f7a8cd [2020-12-02T15:43:38.340Z] Step 29/29 : LABEL version=1.3.1-dev.15 [2020-12-02T15:43:38.340Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-02T15:43:38.340Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-02T15:43:38.340Z] ---> Running in e8e595fe0fd9 [2020-12-02T15:43:38.340Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-02T15:43:38.340Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-02T15:43:38.340Z] ---> Running in 432c4839feec [2020-12-02T15:43:38.340Z] Removing intermediate container ef0df3d4b1bd [2020-12-02T15:43:38.340Z] ---> 85853bef25d9 [2020-12-02T15:43:38.340Z] Step 20/20 : LABEL version=1.3.1-dev.15 [2020-12-02T15:43:38.606Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-02T15:43:38.606Z] ---> Running in e59b8cb0837a [2020-12-02T15:43:38.606Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-02T15:43:38.880Z] Removing intermediate container e8e595fe0fd9 [2020-12-02T15:43:38.880Z] ---> 3191c2f1a0f9 [2020-12-02T15:43:38.880Z] [2020-12-02T15:43:38.880Z] Removing intermediate container 432c4839feec [2020-12-02T15:43:38.880Z] ---> a09c8d94932b [2020-12-02T15:43:38.880Z] [2020-12-02T15:43:39.149Z] Removing intermediate container e59b8cb0837a [2020-12-02T15:43:39.149Z] ---> 075a97422f60 [2020-12-02T15:43:39.149Z] [2020-12-02T15:43:39.149Z] Successfully built 3191c2f1a0f9 [2020-12-02T15:43:39.149Z] Collecting docopt<0.7,>=0.6.1 [2020-12-02T15:43:39.149Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-02T15:43:39.149Z]  Building docker-security-bootstrap-redis-go ... done  Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-02T15:43:39.449Z] Successfully built a09c8d94932b [2020-12-02T15:43:39.449Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-02T15:43:39.449Z]  Building docker-security-secrets-setup-go ... done Successfully built 075a97422f60 [2020-12-02T15:43:42.021Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-02T15:43:42.021Z]  Building docker-security-proxy-setup-go ... done Collecting cached-property<2,>=1.2.0 [2020-12-02T15:43:42.021Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-02T15:43:42.601Z] Collecting texttable<0.10,>=0.9.0 [2020-12-02T15:43:42.601Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-02T15:43:43.550Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-02T15:43:43.550Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-02T15:43:43.550Z] Collecting PyYAML<4,>=3.10 [2020-12-02T15:43:43.550Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-02T15:43:45.491Z] Collecting docker<4.0,>=3.6.0 [2020-12-02T15:43:45.491Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-02T15:43:45.491Z] 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-02T15:43:45.780Z] Collecting jsonschema<3,>=2.5.1 [2020-12-02T15:43:45.780Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-02T15:43:46.051Z] 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-02T15:43:46.051Z] 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-02T15:43:46.051Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-02T15:43:46.051Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-02T15:43:48.004Z] Collecting idna<2.8,>=2.5 [2020-12-02T15:43:48.004Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-02T15:43:48.268Z] Collecting docker-pycreds>=0.4.0 [2020-12-02T15:43:48.268Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-02T15:43:48.541Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-02T15:43:48.541Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-02T15:43:48.541Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-02T15:43:48.541Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-02T15:43:48.808Z] Installing collected packages: websocket-client, dockerpty, docopt, cached-property, texttable, urllib3, idna, requests, PyYAML, docker-pycreds, docker, jsonschema, docker-compose [2020-12-02T15:43:49.075Z] Running setup.py install for dockerpty: started [2020-12-02T15:43:50.472Z] ---> a4672790f853 [2020-12-02T15:43:50.472Z] ---> 6276278a33c9 [2020-12-02T15:43:50.472Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-02T15:43:50.472Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-02T15:43:50.472Z] ---> Running in 0eb6585454e4 [2020-12-02T15:43:50.472Z] ---> Running in c7e3c25b6c60 [2020-12-02T15:43:50.501Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-02T15:43:50.501Z] Running setup.py install for docopt: started [2020-12-02T15:43:51.100Z] Running setup.py install for docopt: finished with status 'done' [2020-12-02T15:43:51.100Z] Running setup.py install for texttable: started [2020-12-02T15:43:51.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-02T15:43:51.915Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/core-data/core-data ./cmd/core-data [2020-12-02T15:43:52.129Z] Running setup.py install for texttable: finished with status 'done' [2020-12-02T15:43:52.130Z] Attempting uninstall: urllib3 [2020-12-02T15:43:52.130Z] Found existing installation: urllib3 1.25.9 [2020-12-02T15:43:52.130Z] Uninstalling urllib3-1.25.9: [2020-12-02T15:43:52.724Z] Successfully uninstalled urllib3-1.25.9 [2020-12-02T15:43:52.996Z] Attempting uninstall: idna [2020-12-02T15:43:52.996Z] Found existing installation: idna 2.9 [2020-12-02T15:43:52.996Z] Uninstalling idna-2.9: [2020-12-02T15:43:52.996Z] Successfully uninstalled idna-2.9 [2020-12-02T15:43:52.996Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:43:52.996Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:43:52.996Z] ---> f61ce742acf6 [2020-12-02T15:43:52.996Z] Step 3/24 : WORKDIR /edgex-go [2020-12-02T15:43:52.996Z] ---> Using cache [2020-12-02T15:43:52.996Z] ---> 406f7ea727da [2020-12-02T15:43:52.996Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:43:52.996Z] ---> Using cache [2020-12-02T15:43:52.996Z] ---> c8b29c05341c [2020-12-02T15:43:52.996Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-02T15:43:53.581Z] Attempting uninstall: requests [2020-12-02T15:43:53.581Z] Found existing installation: requests 2.23.0 [2020-12-02T15:43:53.581Z] Uninstalling requests-2.23.0: [2020-12-02T15:43:53.581Z] Successfully uninstalled requests-2.23.0 [2020-12-02T15:43:53.581Z] ---> Running in a7c957a75daa [2020-12-02T15:43:53.850Z] Running setup.py install for PyYAML: started [2020-12-02T15:43:54.811Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-02T15:43:54.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:55.420Z] 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-02T15:43:55.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:56.009Z] v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:43:56.009Z] v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:43:56.009Z] OK: 12745 distinct packages available [2020-12-02T15:43:56.285Z] OK: 233 MiB in 51 packages [2020-12-02T15:43:57.693Z] Removing intermediate container a7c957a75daa [2020-12-02T15:43:57.693Z] ---> d887eb6be77c [2020-12-02T15:43:57.693Z] Step 6/24 : COPY go.mod . [2020-12-02T15:43:58.281Z] Removing intermediate container b89faf3e8b47 [2020-12-02T15:43:58.281Z] ---> 9cb192b5d462 [2020-12-02T15:43:58.281Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-02T15:43:58.281Z] ---> a6235a2395e6 [2020-12-02T15:43:58.281Z] Step 7/24 : RUN go mod download [2020-12-02T15:43:58.281Z] ---> Running in 253f7f45b77f [2020-12-02T15:43:58.281Z] ---> Running in cb16731c8a1b [2020-12-02T15:43:59.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:59.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T15:43:59.524Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-02T15:43:59.524Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-02T15:43:59.524Z] (3/3) Installing curl (7.69.1-r1) [2020-12-02T15:43:59.524Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:43:59.524Z] OK: 72 MiB in 58 packages [2020-12-02T15:44:00.127Z] Removing intermediate container cb16731c8a1b [2020-12-02T15:44:00.127Z] ---> 6384da5f33ae [2020-12-02T15:44:00.127Z] Step 8/24 : COPY . . [2020-12-02T15:44:00.397Z] Removing intermediate container 253f7f45b77f [2020-12-02T15:44:00.397Z] ---> 01f32b1acd74 [2020-12-02T15:44:00.397Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-02T15:44:00.994Z] ---> Running in be988e2db406 [2020-12-02T15:44:01.626Z] Removing intermediate container be988e2db406 [2020-12-02T15:44:01.626Z] ---> d6a3361187d4 [2020-12-02T15:44:01.626Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:44:01.892Z] ---> Running in 1ce5de8683c7 [2020-12-02T15:44:03.843Z] Removing intermediate container 1ce5de8683c7 [2020-12-02T15:44:03.843Z] ---> cf5c91a1bcae [2020-12-02T15:44:03.843Z] Step 25/27 : LABEL arch=x86_64 [2020-12-02T15:44:04.812Z] ---> Running in 7b5b0f75fc20 [2020-12-02T15:44:05.388Z] Removing intermediate container 7b5b0f75fc20 [2020-12-02T15:44:05.388Z] ---> 728e94c545d4 [2020-12-02T15:44:05.388Z] Step 26/27 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:06.344Z] ---> Running in a569c6ff7641 [2020-12-02T15:44:08.278Z] Removing intermediate container a569c6ff7641 [2020-12-02T15:44:08.278Z] ---> 4319eaa9f434 [2020-12-02T15:44:08.278Z] Step 27/27 : LABEL version=1.3.1-dev.15 [2020-12-02T15:44:08.547Z] ---> Running in 220e1f470e9c [2020-12-02T15:44:08.814Z] Removing intermediate container 220e1f470e9c [2020-12-02T15:44:08.814Z] ---> 2423aa2929ae [2020-12-02T15:44:08.814Z] [2020-12-02T15:44:09.076Z] Successfully built 2423aa2929ae [2020-12-02T15:44:09.076Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-02T15:44:15.773Z]  Building docker-sys-mgmt-agent-go ... done  ---> 87d6168470c0 [2020-12-02T15:44:15.773Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-02T15:44:15.773Z] ---> Running in ab0cc4d6ef99 [2020-12-02T15:44:16.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-02T15:44:31.734Z] Removing intermediate container ab0cc4d6ef99 [2020-12-02T15:44:31.735Z] ---> bdb32b6737b5 [2020-12-02T15:44:31.735Z] [2020-12-02T15:44:31.735Z] Step 10/24 : FROM scratch [2020-12-02T15:44:31.735Z] ---> [2020-12-02T15:44:31.735Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-02T15:44:31.735Z] ---> Using cache [2020-12-02T15:44:31.735Z] ---> 10956ec4390e [2020-12-02T15:44:31.735Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-02T15:44:31.735Z] ---> Running in b58d84525907 [2020-12-02T15:44:31.735Z] Removing intermediate container b58d84525907 [2020-12-02T15:44:31.735Z] ---> cd83f21a5f5e [2020-12-02T15:44:31.735Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-02T15:44:31.735Z] ---> Running in 89df2f12e4f4 [2020-12-02T15:44:31.735Z] Removing intermediate container 89df2f12e4f4 [2020-12-02T15:44:31.735Z] ---> c70a3e6657aa [2020-12-02T15:44:31.735Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-02T15:44:31.735Z] ---> 58918055eef7 [2020-12-02T15:44:31.735Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-02T15:44:33.137Z] ---> 2bf73cc21ec0 [2020-12-02T15:44:33.137Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-02T15:44:33.399Z] ---> 6a392bb5adb3 [2020-12-02T15:44:33.399Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-02T15:44:33.665Z] ---> 035bb9d40225 [2020-12-02T15:44:33.665Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-02T15:44:34.623Z] ---> a42c6fbc6852 [2020-12-02T15:44:34.623Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-02T15:44:34.890Z] ---> 1d0888a0cf41 [2020-12-02T15:44:34.890Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-02T15:44:34.890Z] ---> Running in a35b5906342c [2020-12-02T15:44:35.163Z] Removing intermediate container a35b5906342c [2020-12-02T15:44:35.163Z] ---> a792f05ba470 [2020-12-02T15:44:35.163Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:44:35.163Z] ---> Running in 902e8af2c5a7 [2020-12-02T15:44:35.444Z] Removing intermediate container 902e8af2c5a7 [2020-12-02T15:44:35.444Z] ---> a0c0f7085417 [2020-12-02T15:44:35.444Z] Step 22/24 : LABEL arch=x86_64 [2020-12-02T15:44:35.444Z] ---> Running in b550b2ce9c7c [2020-12-02T15:44:35.710Z] Removing intermediate container b550b2ce9c7c [2020-12-02T15:44:35.710Z] ---> 1fd674f62651 [2020-12-02T15:44:35.710Z] Step 23/24 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:35.710Z] ---> Running in 93f5843b37d1 [2020-12-02T15:44:35.710Z] Removing intermediate container 93f5843b37d1 [2020-12-02T15:44:35.710Z] ---> ab0be3c67083 [2020-12-02T15:44:35.710Z] Step 24/24 : LABEL version=1.3.1-dev.15 [2020-12-02T15:44:35.975Z] ---> Running in 6d1f4deea214 [2020-12-02T15:44:35.975Z] Removing intermediate container 6d1f4deea214 [2020-12-02T15:44:35.975Z] ---> fd459722bf10 [2020-12-02T15:44:35.975Z] [2020-12-02T15:44:36.241Z] Successfully built fd459722bf10 [2020-12-02T15:44:36.241Z] Successfully tagged docker-support-notifications-go:latest [2020-12-02T15:44:36.845Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-02T15:44:36.890Z] $ docker stop --time=1 1f8df994cae03e09dc96a5a9d7a88c95119621800695b0b219852a67185b43a3 [2020-12-02T15:44:38.729Z] $ docker rm -f 1f8df994cae03e09dc96a5a9d7a88c95119621800695b0b219852a67185b43a3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T15:44:39.338Z] + docker images [2020-12-02T15:44:39.339Z] + grep docker [2020-12-02T15:44:39.339Z] docker-support-notifications-go latest fd459722bf10 4 seconds ago 13.6MB [2020-12-02T15:44:39.339Z] docker-sys-mgmt-agent-go latest 2423aa2929ae 31 seconds ago 293MB [2020-12-02T15:44:39.339Z] docker-security-bootstrap-redis-go latest 3191c2f1a0f9 About a minute ago 15.8MB [2020-12-02T15:44:39.339Z] docker-security-secrets-setup-go latest a09c8d94932b About a minute ago 23.9MB [2020-12-02T15:44:39.339Z] docker-security-proxy-setup-go latest 075a97422f60 About a minute ago 15.8MB [2020-12-02T15:44:39.339Z] docker-support-scheduler-go latest 1550c67d82a0 About a minute ago 12.3MB [2020-12-02T15:44:39.339Z] docker-core-data-go latest 78d39d5f0ad1 3 minutes ago 23.7MB [2020-12-02T15:44:39.339Z] docker-security-secretstore-setup-go latest 68bd4e3355b4 3 minutes ago 24.7MB [2020-12-02T15:44:39.339Z] docker-core-metadata-go latest 6646dc472683 3 minutes ago 14.5MB [2020-12-02T15:44:39.339Z] docker-core-command-go latest b30d76de2064 3 minutes ago 12.2MB [2020-12-02T15:44:39.339Z] docker-support-logging-go latest f77ed7129401 3 minutes ago 11.1MB [2020-12-02T15:44:39.339Z] docker latest b0757c55a1fd 14 hours ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T15:44:40.096Z] provisioning config files... [2020-12-02T15:44:40.133Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config4700591154207356595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:44:40.568Z] ---> docker-login.sh [2020-12-02T15:44:40.568Z] nexus3.edgexfoundry.org:10001 [2020-12-02T15:44:40.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:44:40.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:44:40.833Z] Configure a credential helper to remove this warning. See [2020-12-02T15:44:40.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:44:40.833Z] [2020-12-02T15:44:40.833Z] Login Succeeded [2020-12-02T15:44:40.833Z] nexus3.edgexfoundry.org:10002 [2020-12-02T15:44:41.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:44:41.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:44:41.099Z] Configure a credential helper to remove this warning. See [2020-12-02T15:44:41.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:44:41.099Z] [2020-12-02T15:44:41.099Z] Login Succeeded [2020-12-02T15:44:41.099Z] nexus3.edgexfoundry.org:10003 [2020-12-02T15:44:41.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:44:41.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:44:41.366Z] Configure a credential helper to remove this warning. See [2020-12-02T15:44:41.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:44:41.366Z] [2020-12-02T15:44:41.366Z] Login Succeeded [2020-12-02T15:44:41.366Z] nexus3.edgexfoundry.org:10004 [2020-12-02T15:44:41.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:44:41.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:44:41.644Z] Configure a credential helper to remove this warning. See [2020-12-02T15:44:41.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:44:41.644Z] [2020-12-02T15:44:41.644Z] Login Succeeded [2020-12-02T15:44:41.644Z] docker.io [2020-12-02T15:44:41.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:44:42.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:44:42.173Z] Configure a credential helper to remove this warning. See [2020-12-02T15:44:42.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:44:42.173Z] [2020-12-02T15:44:42.173Z] Login Succeeded [2020-12-02T15:44:42.173Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T15:44:42.186Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:44:42.542Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-02T15:44:42.542Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:42.542Z] 1.3.1-dev.15 [2020-12-02T15:44:42.542Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:42.542Z] master [2020-12-02T15:44:42.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:43.102Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:43.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:43.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-02T15:44:43.435Z] f63086b92b50: Preparing [2020-12-02T15:44:43.435Z] b4a845b039bb: Preparing [2020-12-02T15:44:43.435Z] 38a5be6c4e51: Preparing [2020-12-02T15:44:43.700Z] 38a5be6c4e51: Pushed [2020-12-02T15:44:43.700Z] f63086b92b50: Pushed [2020-12-02T15:44:45.094Z] b4a845b039bb: Pushed [2020-12-02T15:44:45.095Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:cf21f13c509b2d0a3a5aa0c219e2aa887e4c416717c8a16435dd2edfa2875b26 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:45.411Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:45.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.15 [2020-12-02T15:44:45.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-02T15:44:45.718Z] f63086b92b50: Preparing [2020-12-02T15:44:45.718Z] b4a845b039bb: Preparing [2020-12-02T15:44:45.718Z] 38a5be6c4e51: Preparing [2020-12-02T15:44:45.718Z] 38a5be6c4e51: Layer already exists [2020-12-02T15:44:45.718Z] b4a845b039bb: Layer already exists [2020-12-02T15:44:45.718Z] f63086b92b50: Layer already exists [2020-12-02T15:44:45.718Z] 1.3.1-dev.15: digest: sha256:cf21f13c509b2d0a3a5aa0c219e2aa887e4c416717c8a16435dd2edfa2875b26 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:46.045Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:46.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:46.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-02T15:44:46.368Z] f63086b92b50: Preparing [2020-12-02T15:44:46.368Z] b4a845b039bb: Preparing [2020-12-02T15:44:46.368Z] 38a5be6c4e51: Preparing [2020-12-02T15:44:46.368Z] 38a5be6c4e51: Layer already exists [2020-12-02T15:44:46.368Z] f63086b92b50: Layer already exists [2020-12-02T15:44:46.368Z] b4a845b039bb: Layer already exists [2020-12-02T15:44:46.368Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:cf21f13c509b2d0a3a5aa0c219e2aa887e4c416717c8a16435dd2edfa2875b26 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:46.685Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:46.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-02T15:44:46.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-02T15:44:46.994Z] f63086b92b50: Preparing [2020-12-02T15:44:46.994Z] b4a845b039bb: Preparing [2020-12-02T15:44:46.994Z] 38a5be6c4e51: Preparing [2020-12-02T15:44:46.994Z] 38a5be6c4e51: Layer already exists [2020-12-02T15:44:46.994Z] b4a845b039bb: Layer already exists [2020-12-02T15:44:46.994Z] f63086b92b50: Layer already exists [2020-12-02T15:44:46.994Z] master: digest: sha256:cf21f13c509b2d0a3a5aa0c219e2aa887e4c416717c8a16435dd2edfa2875b26 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:44:47.264Z] ===================================================== [Pipeline] echo [2020-12-02T15:44:47.310Z] taggedImages: [2020-12-02T15:44:47.310Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:47.310Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.15 [2020-12-02T15:44:47.310Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:47.310Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-02T15:44:47.378Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-02T15:44:47.378Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:47.378Z] 1.3.1-dev.15 [2020-12-02T15:44:47.378Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:47.378Z] master [2020-12-02T15:44:47.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:47.892Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:48.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:48.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-02T15:44:48.205Z] dd91cd1c91f2: Preparing [2020-12-02T15:44:48.205Z] 96aa2ca414f4: Preparing [2020-12-02T15:44:48.205Z] 04a65355564e: Preparing [2020-12-02T15:44:48.205Z] cd5ad8d0c6ec: Preparing [2020-12-02T15:44:48.205Z] 5f70be5502fe: Preparing [2020-12-02T15:44:48.205Z] ace0eda3e3be: Preparing [2020-12-02T15:44:48.205Z] ace0eda3e3be: Waiting [2020-12-02T15:44:48.474Z] 04a65355564e: Pushed [2020-12-02T15:44:48.474Z] 5f70be5502fe: Pushed [2020-12-02T15:44:48.474Z] dd91cd1c91f2: Pushed [2020-12-02T15:44:48.474Z] ace0eda3e3be: Layer already exists [2020-12-02T15:44:48.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-02T15:44:48.479Z] Removing intermediate container 4f39d33fa143 [2020-12-02T15:44:48.479Z] ---> 691aec0bc013 [2020-12-02T15:44:48.479Z] [2020-12-02T15:44:48.479Z] Step 10/20 : FROM alpine [2020-12-02T15:44:48.479Z] ---> 2e77e061c27f [2020-12-02T15:44:48.479Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-02T15:44:48.479Z] ---> Running in 0464ed61408d [2020-12-02T15:44:48.740Z] cd5ad8d0c6ec: Pushed [2020-12-02T15:44:50.143Z] 96aa2ca414f4: Pushed [2020-12-02T15:44:50.143Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:c4d521adb8783fccd785cf59332f3dea37c17cfac059cc3462ea6a227000b969 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:50.456Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:50.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:44:50.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:44:50.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.15 [2020-12-02T15:44:50.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-02T15:44:50.771Z] dd91cd1c91f2: Preparing [2020-12-02T15:44:50.771Z] 96aa2ca414f4: Preparing [2020-12-02T15:44:50.771Z] 04a65355564e: Preparing [2020-12-02T15:44:50.771Z] cd5ad8d0c6ec: Preparing [2020-12-02T15:44:50.771Z] 5f70be5502fe: Preparing [2020-12-02T15:44:50.771Z] ace0eda3e3be: Preparing [2020-12-02T15:44:50.771Z] ace0eda3e3be: Waiting [2020-12-02T15:44:50.771Z] dd91cd1c91f2: Layer already exists [2020-12-02T15:44:50.771Z] 96aa2ca414f4: Layer already exists [2020-12-02T15:44:50.771Z] 04a65355564e: Layer already exists [2020-12-02T15:44:50.771Z] cd5ad8d0c6ec: Layer already exists [2020-12-02T15:44:50.771Z] 5f70be5502fe: Layer already exists [2020-12-02T15:44:50.771Z] ace0eda3e3be: Layer already exists [2020-12-02T15:44:50.771Z] 1.3.1-dev.15: digest: sha256:c4d521adb8783fccd785cf59332f3dea37c17cfac059cc3462ea6a227000b969 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:51.087Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:51.361Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-02T15:44:51.361Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-02T15:44:51.361Z] OK: 12617 distinct packages available [2020-12-02T15:44:51.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:51.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-02T15:44:51.404Z] dd91cd1c91f2: Preparing [2020-12-02T15:44:51.404Z] 96aa2ca414f4: Preparing [2020-12-02T15:44:51.404Z] 04a65355564e: Preparing [2020-12-02T15:44:51.404Z] cd5ad8d0c6ec: Preparing [2020-12-02T15:44:51.404Z] 5f70be5502fe: Preparing [2020-12-02T15:44:51.404Z] ace0eda3e3be: Preparing [2020-12-02T15:44:51.404Z] ace0eda3e3be: Waiting [2020-12-02T15:44:51.404Z] 04a65355564e: Layer already exists [2020-12-02T15:44:51.404Z] 5f70be5502fe: Layer already exists [2020-12-02T15:44:51.404Z] cd5ad8d0c6ec: Layer already exists [2020-12-02T15:44:51.404Z] dd91cd1c91f2: Layer already exists [2020-12-02T15:44:51.404Z] 96aa2ca414f4: Layer already exists [2020-12-02T15:44:51.404Z] ace0eda3e3be: Layer already exists [2020-12-02T15:44:51.404Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:c4d521adb8783fccd785cf59332f3dea37c17cfac059cc3462ea6a227000b969 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:51.717Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:52.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-02T15:44:52.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-02T15:44:52.062Z] dd91cd1c91f2: Preparing [2020-12-02T15:44:52.062Z] 96aa2ca414f4: Preparing [2020-12-02T15:44:52.062Z] 04a65355564e: Preparing [2020-12-02T15:44:52.062Z] cd5ad8d0c6ec: Preparing [2020-12-02T15:44:52.062Z] 5f70be5502fe: Preparing [2020-12-02T15:44:52.062Z] ace0eda3e3be: Preparing [2020-12-02T15:44:52.062Z] ace0eda3e3be: Waiting [2020-12-02T15:44:52.062Z] dd91cd1c91f2: Layer already exists [2020-12-02T15:44:52.062Z] cd5ad8d0c6ec: Layer already exists [2020-12-02T15:44:52.062Z] 04a65355564e: Layer already exists [2020-12-02T15:44:52.062Z] 5f70be5502fe: Layer already exists [2020-12-02T15:44:52.062Z] ace0eda3e3be: Layer already exists [2020-12-02T15:44:52.062Z] 96aa2ca414f4: Layer already exists [2020-12-02T15:44:52.062Z] master: digest: sha256:c4d521adb8783fccd785cf59332f3dea37c17cfac059cc3462ea6a227000b969 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:44:52.268Z] ===================================================== [Pipeline] echo [2020-12-02T15:44:52.319Z] taggedImages: [2020-12-02T15:44:52.319Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:52.319Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.15 [2020-12-02T15:44:52.319Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:52.319Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-02T15:44:52.348Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-02T15:44:52.348Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-02T15:44:52.348Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-02T15:44:52.348Z] (4/4) Installing curl (7.69.1-r1) [Pipeline] echo [2020-12-02T15:44:52.381Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-02T15:44:52.381Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:52.381Z] 1.3.1-dev.15 [2020-12-02T15:44:52.381Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:52.381Z] master [2020-12-02T15:44:52.381Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:52.627Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:44:52.627Z] Executing ca-certificates-20191127-r4.trigger [2020-12-02T15:44:52.867Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:52.902Z] OK: 7 MiB in 18 packages [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:53.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:53.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-02T15:44:53.760Z] 7ff8fd39f597: Preparing [2020-12-02T15:44:53.760Z] 620b104eaaa0: Preparing [2020-12-02T15:44:53.760Z] 01cbad0fde88: Preparing [2020-12-02T15:44:54.047Z] 7ff8fd39f597: Pushed [2020-12-02T15:44:54.047Z] 01cbad0fde88: Pushed [2020-12-02T15:44:55.475Z] 620b104eaaa0: Pushed [2020-12-02T15:44:55.739Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:8f10ca3e0faebd7000b6a93b690d666b3378f0a9322e66f529cb392d8533cd9c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:56.308Z] Removing intermediate container 0103429d0964 [2020-12-02T15:44:56.308Z] ---> 61a3b93fee77 [2020-12-02T15:44:56.308Z] [2020-12-02T15:44:56.308Z] Step 10/24 : FROM alpine:3.10 [2020-12-02T15:44:56.308Z] ---> 536a684cf733 [2020-12-02T15:44:56.308Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-02T15:44:56.308Z] ---> Using cache [2020-12-02T15:44:56.308Z] ---> 4e98bb8e80dc [2020-12-02T15:44:56.308Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-02T15:44:56.308Z] ---> Running in 43cefe3c49ff [2020-12-02T15:44:56.308Z] Removing intermediate container 0464ed61408d [2020-12-02T15:44:56.308Z] ---> 2cb3257f0d81 [2020-12-02T15:44:56.308Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-02T15:44:56.356Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:56.584Z] ---> Running in 4c2d23805a41 [2020-12-02T15:44:56.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.15 [2020-12-02T15:44:56.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-02T15:44:56.669Z] 7ff8fd39f597: Preparing [2020-12-02T15:44:56.669Z] 620b104eaaa0: Preparing [2020-12-02T15:44:56.669Z] 01cbad0fde88: Preparing [2020-12-02T15:44:56.669Z] 7ff8fd39f597: Layer already exists [2020-12-02T15:44:56.669Z] 620b104eaaa0: Layer already exists [2020-12-02T15:44:56.669Z] 01cbad0fde88: Layer already exists [2020-12-02T15:44:56.669Z] 1.3.1-dev.15: digest: sha256:8f10ca3e0faebd7000b6a93b690d666b3378f0a9322e66f529cb392d8533cd9c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:56.861Z] Removing intermediate container 43cefe3c49ff [2020-12-02T15:44:56.861Z] ---> b78c92419631 [2020-12-02T15:44:56.861Z] Step 13/24 : WORKDIR / [2020-12-02T15:44:56.990Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:57.134Z] ---> Running in c88399478705 [2020-12-02T15:44:57.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:57.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-02T15:44:57.332Z] 7ff8fd39f597: Preparing [2020-12-02T15:44:57.332Z] 620b104eaaa0: Preparing [2020-12-02T15:44:57.332Z] 01cbad0fde88: Preparing [2020-12-02T15:44:57.332Z] 620b104eaaa0: Layer already exists [2020-12-02T15:44:57.332Z] 7ff8fd39f597: Layer already exists [2020-12-02T15:44:57.332Z] 01cbad0fde88: Layer already exists [2020-12-02T15:44:57.332Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:8f10ca3e0faebd7000b6a93b690d666b3378f0a9322e66f529cb392d8533cd9c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:57.408Z] Removing intermediate container 4c2d23805a41 [2020-12-02T15:44:57.408Z] ---> ba316eed9470 [2020-12-02T15:44:57.408Z] Step 13/20 : WORKDIR /edgex [2020-12-02T15:44:57.694Z] ---> Running in 56208c8f3000 [2020-12-02T15:44:57.840Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:57.986Z] Removing intermediate container c88399478705 [2020-12-02T15:44:57.986Z] ---> 3da07090caef [2020-12-02T15:44:57.986Z] 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-02T15:44:58.262Z] Removing intermediate container 56208c8f3000 [2020-12-02T15:44:58.262Z] ---> 0e6d4bd7e91e [2020-12-02T15:44:58.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-02T15:44:58.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-02T15:44:58.323Z] 7ff8fd39f597: Preparing [2020-12-02T15:44:58.323Z] 620b104eaaa0: Preparing [2020-12-02T15:44:58.323Z] 01cbad0fde88: Preparing [2020-12-02T15:44:58.323Z] 620b104eaaa0: Layer already exists [2020-12-02T15:44:58.323Z] 01cbad0fde88: Layer already exists [2020-12-02T15:44:58.323Z] 7ff8fd39f597: Layer already exists [2020-12-02T15:44:58.542Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-02T15:44:58.587Z] master: digest: sha256:8f10ca3e0faebd7000b6a93b690d666b3378f0a9322e66f529cb392d8533cd9c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:44:58.784Z] ===================================================== [Pipeline] echo [2020-12-02T15:44:58.844Z] taggedImages: [2020-12-02T15:44:58.844Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:58.844Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.15 [2020-12-02T15:44:58.844Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:58.844Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-02T15:44:58.949Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-02T15:44:58.949Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:58.949Z] 1.3.1-dev.15 [2020-12-02T15:44:58.949Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:44:58.949Z] master [2020-12-02T15:44:58.949Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:59.487Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:44:59.531Z] ---> f8a08a506b3c [2020-12-02T15:44:59.531Z] 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-02T15:44:59.816Z] ---> 4d4ea0878551 [2020-12-02T15:44:59.816Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-02T15:44:59.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:44:59.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-02T15:44:59.829Z] c9027fb4fe11: Preparing [2020-12-02T15:44:59.829Z] 86932d510565: Preparing [2020-12-02T15:44:59.829Z] 212ee8a02e93: Preparing [2020-12-02T15:44:59.829Z] 36f402911355: Preparing [2020-12-02T15:44:59.829Z] 8d3cfe19d3a9: Preparing [2020-12-02T15:44:59.829Z] 0435acb9371f: Preparing [2020-12-02T15:44:59.829Z] 1b3ee35aacca: Preparing [2020-12-02T15:44:59.829Z] 0435acb9371f: Waiting [2020-12-02T15:44:59.829Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:00.103Z] 8d3cfe19d3a9: Pushed [2020-12-02T15:45:00.103Z] c9027fb4fe11: Pushed [2020-12-02T15:45:00.103Z] 212ee8a02e93: Pushed [2020-12-02T15:45:00.103Z] 86932d510565: Pushed [2020-12-02T15:45:00.103Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:00.680Z] 0435acb9371f: Pushed [2020-12-02T15:45:00.804Z] ---> fb395656ca0c [2020-12-02T15:45:00.804Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-02T15:45:00.944Z] 36f402911355: Pushed [2020-12-02T15:45:01.207Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:d01003185e80dda7286cec83df8715968620bca6a38945349fe0ebd7724dc9af size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:01.800Z] ---> d3cad3ea2769 [2020-12-02T15:45:01.800Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-02T15:45:01.848Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:02.098Z] ---> Running in 6bf165a059a7 [2020-12-02T15:45:02.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.15 [2020-12-02T15:45:02.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-02T15:45:02.181Z] c9027fb4fe11: Preparing [2020-12-02T15:45:02.181Z] 86932d510565: Preparing [2020-12-02T15:45:02.181Z] 212ee8a02e93: Preparing [2020-12-02T15:45:02.181Z] 36f402911355: Preparing [2020-12-02T15:45:02.181Z] 8d3cfe19d3a9: Preparing [2020-12-02T15:45:02.181Z] 0435acb9371f: Preparing [2020-12-02T15:45:02.181Z] 1b3ee35aacca: Preparing [2020-12-02T15:45:02.181Z] 0435acb9371f: Waiting [2020-12-02T15:45:02.181Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:02.181Z] 36f402911355: Layer already exists [2020-12-02T15:45:02.181Z] 8d3cfe19d3a9: Layer already exists [2020-12-02T15:45:02.181Z] 212ee8a02e93: Layer already exists [2020-12-02T15:45:02.381Z] ---> f3467277bb9e [2020-12-02T15:45:02.381Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-02T15:45:02.456Z] c9027fb4fe11: Layer already exists [2020-12-02T15:45:02.456Z] 86932d510565: Layer already exists [2020-12-02T15:45:02.456Z] 0435acb9371f: Layer already exists [2020-12-02T15:45:02.456Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:02.456Z] 1.3.1-dev.15: digest: sha256:d01003185e80dda7286cec83df8715968620bca6a38945349fe0ebd7724dc9af size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:02.786Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:03.017Z] Removing intermediate container 6bf165a059a7 [2020-12-02T15:45:03.017Z] ---> 328debc39126 [2020-12-02T15:45:03.017Z] Step 17/20 : CMD ["--init=true"] [2020-12-02T15:45:03.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:03.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-02T15:45:03.114Z] c9027fb4fe11: Preparing [2020-12-02T15:45:03.114Z] 86932d510565: Preparing [2020-12-02T15:45:03.114Z] 212ee8a02e93: Preparing [2020-12-02T15:45:03.114Z] 36f402911355: Preparing [2020-12-02T15:45:03.114Z] 8d3cfe19d3a9: Preparing [2020-12-02T15:45:03.114Z] 0435acb9371f: Preparing [2020-12-02T15:45:03.114Z] 1b3ee35aacca: Preparing [2020-12-02T15:45:03.114Z] 0435acb9371f: Waiting [2020-12-02T15:45:03.114Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:03.114Z] 212ee8a02e93: Layer already exists [2020-12-02T15:45:03.114Z] 8d3cfe19d3a9: Layer already exists [2020-12-02T15:45:03.114Z] 36f402911355: Layer already exists [2020-12-02T15:45:03.114Z] 86932d510565: Layer already exists [2020-12-02T15:45:03.114Z] c9027fb4fe11: Layer already exists [2020-12-02T15:45:03.114Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:03.114Z] 0435acb9371f: Layer already exists [2020-12-02T15:45:03.299Z] ---> Running in 61144aefb8be [2020-12-02T15:45:03.386Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:d01003185e80dda7286cec83df8715968620bca6a38945349fe0ebd7724dc9af size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:03.737Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:04.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-02T15:45:04.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-02T15:45:04.066Z] c9027fb4fe11: Preparing [2020-12-02T15:45:04.066Z] 86932d510565: Preparing [2020-12-02T15:45:04.066Z] 212ee8a02e93: Preparing [2020-12-02T15:45:04.066Z] 36f402911355: Preparing [2020-12-02T15:45:04.066Z] 8d3cfe19d3a9: Preparing [2020-12-02T15:45:04.066Z] 0435acb9371f: Preparing [2020-12-02T15:45:04.066Z] 1b3ee35aacca: Preparing [2020-12-02T15:45:04.066Z] 0435acb9371f: Waiting [2020-12-02T15:45:04.066Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:04.066Z] 8d3cfe19d3a9: Layer already exists [2020-12-02T15:45:04.066Z] 212ee8a02e93: Layer already exists [2020-12-02T15:45:04.066Z] c9027fb4fe11: Layer already exists [2020-12-02T15:45:04.066Z] 36f402911355: Layer already exists [2020-12-02T15:45:04.066Z] 86932d510565: Layer already exists [2020-12-02T15:45:04.066Z] 0435acb9371f: Layer already exists [2020-12-02T15:45:04.066Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:04.329Z] master: digest: sha256:d01003185e80dda7286cec83df8715968620bca6a38945349fe0ebd7724dc9af size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:45:04.557Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:04.605Z] taggedImages: [2020-12-02T15:45:04.605Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:04.605Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.15 [2020-12-02T15:45:04.605Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:04.605Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-02T15:45:04.668Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-02T15:45:04.668Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:04.668Z] 1.3.1-dev.15 [2020-12-02T15:45:04.668Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:04.668Z] master [2020-12-02T15:45:04.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-02T15:45:04.749Z] ---> b15c4dbe4297 [2020-12-02T15:45:04.749Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-02T15:45:04.749Z] Removing intermediate container 61144aefb8be [2020-12-02T15:45:04.749Z] ---> f2d3462c23cf [2020-12-02T15:45:04.749Z] Step 18/20 : LABEL arch=arm64 [2020-12-02T15:45:04.749Z] ---> Running in adf062502ece [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:05.203Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:05.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:05.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-02T15:45:05.539Z] e5985666d2a7: Preparing [2020-12-02T15:45:05.539Z] 43a497f8b558: Preparing [2020-12-02T15:45:05.539Z] 7980d32c559a: Preparing [2020-12-02T15:45:05.539Z] f257ff48cc76: Preparing [2020-12-02T15:45:05.539Z] ace0eda3e3be: Preparing [2020-12-02T15:45:05.539Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:05.745Z] Removing intermediate container adf062502ece [2020-12-02T15:45:05.746Z] ---> 8f824c681776 [2020-12-02T15:45:05.746Z] Step 19/20 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:05.746Z] ---> Running in 749f022328a7 [2020-12-02T15:45:05.815Z] 7980d32c559a: Pushed [2020-12-02T15:45:05.815Z] 43a497f8b558: Pushed [2020-12-02T15:45:06.398Z] f257ff48cc76: Pushed [2020-12-02T15:45:06.672Z] e5985666d2a7: Pushed [2020-12-02T15:45:06.740Z] ---> 914d54ec358f [2020-12-02T15:45:06.740Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-02T15:45:06.740Z] Removing intermediate container 749f022328a7 [2020-12-02T15:45:06.740Z] ---> 2eb597b532e0 [2020-12-02T15:45:06.740Z] Step 20/20 : LABEL version=1.3.1-dev.15 [2020-12-02T15:45:06.947Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:15db44901a6540833ce353a4e7bfd0467dd870de3327bbb5b833db070fe66b3b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:07.028Z] ---> Running in 770e156e8913 [2020-12-02T15:45:07.336Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:07.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.15 [2020-12-02T15:45:07.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-02T15:45:07.969Z] e5985666d2a7: Preparing [2020-12-02T15:45:07.969Z] 43a497f8b558: Preparing [2020-12-02T15:45:07.969Z] 7980d32c559a: Preparing [2020-12-02T15:45:07.969Z] f257ff48cc76: Preparing [2020-12-02T15:45:07.969Z] ace0eda3e3be: Preparing [2020-12-02T15:45:07.969Z] f257ff48cc76: Layer already exists [2020-12-02T15:45:07.969Z] 43a497f8b558: Layer already exists [2020-12-02T15:45:07.969Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:07.969Z] e5985666d2a7: Layer already exists [2020-12-02T15:45:07.969Z] 7980d32c559a: Layer already exists [2020-12-02T15:45:08.018Z] Removing intermediate container 770e156e8913 [2020-12-02T15:45:08.018Z] ---> 4c55c2e73efd [2020-12-02T15:45:08.018Z] [2020-12-02T15:45:08.018Z] ---> e7bbff6fd567 [2020-12-02T15:45:08.018Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-02T15:45:08.233Z] 1.3.1-dev.15: digest: sha256:15db44901a6540833ce353a4e7bfd0467dd870de3327bbb5b833db070fe66b3b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:08.304Z] ---> Running in 252009d09ca0 [2020-12-02T15:45:08.550Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:08.580Z] Successfully built 4c55c2e73efd [2020-12-02T15:45:08.580Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-02T15:45:08.580Z] Building docker-support-scheduler-go [2020-12-02T15:45:08.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:08.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-02T15:45:08.896Z] e5985666d2a7: Preparing [2020-12-02T15:45:08.896Z] 43a497f8b558: Preparing [2020-12-02T15:45:08.896Z] 7980d32c559a: Preparing [2020-12-02T15:45:08.896Z] f257ff48cc76: Preparing [2020-12-02T15:45:08.896Z] ace0eda3e3be: Preparing [2020-12-02T15:45:08.896Z] 7980d32c559a: Layer already exists [2020-12-02T15:45:08.896Z] 43a497f8b558: Layer already exists [2020-12-02T15:45:08.896Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:08.896Z] e5985666d2a7: Layer already exists [2020-12-02T15:45:08.896Z] f257ff48cc76: Layer already exists [2020-12-02T15:45:09.159Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:15db44901a6540833ce353a4e7bfd0467dd870de3327bbb5b833db070fe66b3b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:09.550Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:10.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-02T15:45:10.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-02T15:45:10.504Z] e5985666d2a7: Preparing [2020-12-02T15:45:10.504Z] 43a497f8b558: Preparing [2020-12-02T15:45:10.504Z] 7980d32c559a: Preparing [2020-12-02T15:45:10.504Z] f257ff48cc76: Preparing [2020-12-02T15:45:10.504Z] ace0eda3e3be: Preparing [2020-12-02T15:45:10.504Z] f257ff48cc76: Layer already exists [2020-12-02T15:45:10.504Z] 43a497f8b558: Layer already exists [2020-12-02T15:45:10.504Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:10.504Z] e5985666d2a7: Layer already exists [2020-12-02T15:45:10.504Z] 7980d32c559a: Layer already exists [2020-12-02T15:45:10.504Z] master: digest: sha256:15db44901a6540833ce353a4e7bfd0467dd870de3327bbb5b833db070fe66b3b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:45:10.722Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:10.902Z] taggedImages: [2020-12-02T15:45:10.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:10.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.15 [2020-12-02T15:45:10.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:10.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-02T15:45:10.976Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-02T15:45:10.976Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:10.976Z] 1.3.1-dev.15 [2020-12-02T15:45:10.976Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:10.976Z] master [2020-12-02T15:45:10.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:11.507Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:12.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:12.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-02T15:45:12.084Z] 56018f08a5eb: Preparing [2020-12-02T15:45:12.084Z] 521498aa9ecd: Preparing [2020-12-02T15:45:12.084Z] 18382a5b9ce9: Preparing [2020-12-02T15:45:12.084Z] 45515e83569d: Preparing [2020-12-02T15:45:12.084Z] 45515e83569d: Preparing [2020-12-02T15:45:12.084Z] 4f598877ea7a: Preparing [2020-12-02T15:45:12.084Z] 552184957b5e: Preparing [2020-12-02T15:45:12.084Z] df34ac30cdf5: Preparing [2020-12-02T15:45:12.084Z] 56018f08a5eb: Preparing [2020-12-02T15:45:12.084Z] de8fd577104b: Preparing [2020-12-02T15:45:12.084Z] ca4c3a24330f: Preparing [2020-12-02T15:45:12.084Z] b4509728d712: Preparing [2020-12-02T15:45:12.084Z] ace0eda3e3be: Preparing [2020-12-02T15:45:12.084Z] df34ac30cdf5: Waiting [2020-12-02T15:45:12.084Z] de8fd577104b: Waiting [2020-12-02T15:45:12.084Z] ca4c3a24330f: Waiting [2020-12-02T15:45:12.084Z] b4509728d712: Waiting [2020-12-02T15:45:12.084Z] ace0eda3e3be: Waiting [2020-12-02T15:45:12.084Z] 552184957b5e: Waiting [2020-12-02T15:45:12.359Z] 4f598877ea7a: Pushed [2020-12-02T15:45:12.359Z] 45515e83569d: Pushed [2020-12-02T15:45:12.359Z] 521498aa9ecd: Pushed [2020-12-02T15:45:12.359Z] 18382a5b9ce9: Pushed [2020-12-02T15:45:12.629Z] 552184957b5e: Pushed [2020-12-02T15:45:12.629Z] ca4c3a24330f: Pushed [2020-12-02T15:45:12.629Z] df34ac30cdf5: Pushed [2020-12-02T15:45:12.629Z] de8fd577104b: Pushed [2020-12-02T15:45:12.629Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:12.909Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 252009d09ca0 [2020-12-02T15:45:12.909Z] ---> 02dbdd13cc12 [2020-12-02T15:45:12.909Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-02T15:45:12.909Z] ---> Running in 6e25b1948961 [2020-12-02T15:45:13.222Z] b4509728d712: Pushed [2020-12-02T15:45:13.222Z] 56018f08a5eb: Pushed [2020-12-02T15:45:13.487Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:3ba6945431b96ca9f80eed2380e7e4722bf2cf5037a48175c3e8ed06e0395e5e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:13.514Z] Removing intermediate container 6e25b1948961 [2020-12-02T15:45:13.515Z] ---> c2b918d9613d [2020-12-02T15:45:13.793Z] Step 22/24 : LABEL arch=arm64 [2020-12-02T15:45:13.793Z] ---> Running in c9cad41b0a02 [2020-12-02T15:45:13.806Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:14.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.15 [2020-12-02T15:45:14.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-02T15:45:14.123Z] 56018f08a5eb: Preparing [2020-12-02T15:45:14.123Z] 521498aa9ecd: Preparing [2020-12-02T15:45:14.123Z] 18382a5b9ce9: Preparing [2020-12-02T15:45:14.123Z] 45515e83569d: Preparing [2020-12-02T15:45:14.123Z] 45515e83569d: Preparing [2020-12-02T15:45:14.123Z] 4f598877ea7a: Preparing [2020-12-02T15:45:14.123Z] 552184957b5e: Preparing [2020-12-02T15:45:14.123Z] df34ac30cdf5: Preparing [2020-12-02T15:45:14.123Z] 56018f08a5eb: Preparing [2020-12-02T15:45:14.123Z] de8fd577104b: Preparing [2020-12-02T15:45:14.123Z] ca4c3a24330f: Preparing [2020-12-02T15:45:14.123Z] b4509728d712: Preparing [2020-12-02T15:45:14.123Z] ace0eda3e3be: Preparing [2020-12-02T15:45:14.123Z] 552184957b5e: Waiting [2020-12-02T15:45:14.123Z] df34ac30cdf5: Waiting [2020-12-02T15:45:14.123Z] de8fd577104b: Waiting [2020-12-02T15:45:14.123Z] ca4c3a24330f: Waiting [2020-12-02T15:45:14.123Z] b4509728d712: Waiting [2020-12-02T15:45:14.123Z] ace0eda3e3be: Waiting [2020-12-02T15:45:14.123Z] 56018f08a5eb: Layer already exists [2020-12-02T15:45:14.123Z] 521498aa9ecd: Layer already exists [2020-12-02T15:45:14.123Z] 4f598877ea7a: Layer already exists [2020-12-02T15:45:14.123Z] 18382a5b9ce9: Layer already exists [2020-12-02T15:45:14.123Z] 45515e83569d: Layer already exists [2020-12-02T15:45:14.123Z] 552184957b5e: Layer already exists [2020-12-02T15:45:14.123Z] ca4c3a24330f: Layer already exists [2020-12-02T15:45:14.123Z] de8fd577104b: Layer already exists [2020-12-02T15:45:14.123Z] df34ac30cdf5: Layer already exists [2020-12-02T15:45:14.123Z] b4509728d712: Layer already exists [2020-12-02T15:45:14.123Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:14.384Z] 1.3.1-dev.15: digest: sha256:3ba6945431b96ca9f80eed2380e7e4722bf2cf5037a48175c3e8ed06e0395e5e size: 3027 [2020-12-02T15:45:14.395Z] Removing intermediate container c9cad41b0a02 [2020-12-02T15:45:14.395Z] ---> 303875f81bb4 [2020-12-02T15:45:14.395Z] Step 23/24 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:14.705Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:14.791Z] ---> Running in 74f25d249f3a [2020-12-02T15:45:15.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:15.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-02T15:45:15.021Z] 56018f08a5eb: Preparing [2020-12-02T15:45:15.021Z] 521498aa9ecd: Preparing [2020-12-02T15:45:15.021Z] 18382a5b9ce9: Preparing [2020-12-02T15:45:15.021Z] 45515e83569d: Preparing [2020-12-02T15:45:15.021Z] 45515e83569d: Preparing [2020-12-02T15:45:15.021Z] 4f598877ea7a: Preparing [2020-12-02T15:45:15.021Z] 552184957b5e: Preparing [2020-12-02T15:45:15.021Z] df34ac30cdf5: Preparing [2020-12-02T15:45:15.021Z] 56018f08a5eb: Preparing [2020-12-02T15:45:15.021Z] de8fd577104b: Preparing [2020-12-02T15:45:15.021Z] ca4c3a24330f: Preparing [2020-12-02T15:45:15.021Z] b4509728d712: Preparing [2020-12-02T15:45:15.021Z] ace0eda3e3be: Preparing [2020-12-02T15:45:15.021Z] 552184957b5e: Waiting [2020-12-02T15:45:15.021Z] df34ac30cdf5: Waiting [2020-12-02T15:45:15.021Z] de8fd577104b: Waiting [2020-12-02T15:45:15.021Z] ca4c3a24330f: Waiting [2020-12-02T15:45:15.021Z] b4509728d712: Waiting [2020-12-02T15:45:15.021Z] ace0eda3e3be: Waiting [2020-12-02T15:45:15.021Z] 4f598877ea7a: Layer already exists [2020-12-02T15:45:15.021Z] 18382a5b9ce9: Layer already exists [2020-12-02T15:45:15.021Z] 56018f08a5eb: Layer already exists [2020-12-02T15:45:15.021Z] 521498aa9ecd: Layer already exists [2020-12-02T15:45:15.021Z] 45515e83569d: Layer already exists [2020-12-02T15:45:15.021Z] ca4c3a24330f: Layer already exists [2020-12-02T15:45:15.021Z] 552184957b5e: Layer already exists [2020-12-02T15:45:15.021Z] df34ac30cdf5: Layer already exists [2020-12-02T15:45:15.021Z] de8fd577104b: Layer already exists [2020-12-02T15:45:15.021Z] b4509728d712: Layer already exists [2020-12-02T15:45:15.021Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:15.021Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:3ba6945431b96ca9f80eed2380e7e4722bf2cf5037a48175c3e8ed06e0395e5e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:15.337Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:15.446Z] Removing intermediate container 74f25d249f3a [2020-12-02T15:45:15.446Z] ---> 079a2038723d [2020-12-02T15:45:15.446Z] Step 24/24 : LABEL version=1.3.1-dev.15 [2020-12-02T15:45:15.446Z] ---> Running in 4019fe5c62b2 [2020-12-02T15:45:15.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-02T15:45:15.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-02T15:45:15.644Z] 56018f08a5eb: Preparing [2020-12-02T15:45:15.644Z] 521498aa9ecd: Preparing [2020-12-02T15:45:15.644Z] 18382a5b9ce9: Preparing [2020-12-02T15:45:15.644Z] 45515e83569d: Preparing [2020-12-02T15:45:15.644Z] 45515e83569d: Preparing [2020-12-02T15:45:15.644Z] 4f598877ea7a: Preparing [2020-12-02T15:45:15.644Z] 552184957b5e: Preparing [2020-12-02T15:45:15.644Z] df34ac30cdf5: Preparing [2020-12-02T15:45:15.644Z] 56018f08a5eb: Preparing [2020-12-02T15:45:15.644Z] de8fd577104b: Preparing [2020-12-02T15:45:15.644Z] ca4c3a24330f: Preparing [2020-12-02T15:45:15.644Z] b4509728d712: Preparing [2020-12-02T15:45:15.644Z] ace0eda3e3be: Preparing [2020-12-02T15:45:15.644Z] 552184957b5e: Waiting [2020-12-02T15:45:15.644Z] df34ac30cdf5: Waiting [2020-12-02T15:45:15.644Z] ace0eda3e3be: Waiting [2020-12-02T15:45:15.644Z] b4509728d712: Waiting [2020-12-02T15:45:15.644Z] de8fd577104b: Waiting [2020-12-02T15:45:15.644Z] ca4c3a24330f: Waiting [2020-12-02T15:45:15.644Z] 45515e83569d: Layer already exists [2020-12-02T15:45:15.644Z] 18382a5b9ce9: Layer already exists [2020-12-02T15:45:15.644Z] 4f598877ea7a: Layer already exists [2020-12-02T15:45:15.644Z] 56018f08a5eb: Layer already exists [2020-12-02T15:45:15.644Z] 521498aa9ecd: Layer already exists [2020-12-02T15:45:15.644Z] b4509728d712: Layer already exists [2020-12-02T15:45:15.644Z] 552184957b5e: Layer already exists [2020-12-02T15:45:15.644Z] df34ac30cdf5: Layer already exists [2020-12-02T15:45:15.644Z] de8fd577104b: Layer already exists [2020-12-02T15:45:15.644Z] ca4c3a24330f: Layer already exists [2020-12-02T15:45:15.644Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:15.907Z] master: digest: sha256:3ba6945431b96ca9f80eed2380e7e4722bf2cf5037a48175c3e8ed06e0395e5e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-02T15:45:16.083Z] Removing intermediate container 4019fe5c62b2 [2020-12-02T15:45:16.083Z] ---> 3c51fa3c3133 [2020-12-02T15:45:16.083Z] [Pipeline] echo [2020-12-02T15:45:16.106Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:16.153Z] taggedImages: [2020-12-02T15:45:16.153Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:16.153Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.15 [2020-12-02T15:45:16.153Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:16.153Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-02T15:45:16.213Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-02T15:45:16.213Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:16.213Z] 1.3.1-dev.15 [2020-12-02T15:45:16.213Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:16.213Z] master [2020-12-02T15:45:16.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-02T15:45:16.374Z] Successfully built 3c51fa3c3133 [2020-12-02T15:45:16.374Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:16.704Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:17.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:17.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-02T15:45:17.032Z] 53a87ef3ea9e: Preparing [2020-12-02T15:45:17.032Z] 0fbfe2731b6f: Preparing [2020-12-02T15:45:17.032Z] e99f38cad4cb: Preparing [2020-12-02T15:45:17.032Z] 7a9a51315fbc: Preparing [2020-12-02T15:45:17.032Z] 9d17ffbddf58: Preparing [2020-12-02T15:45:17.032Z] f758286433b2: Preparing [2020-12-02T15:45:17.032Z] b9af70669bc9: Preparing [2020-12-02T15:45:17.032Z] 0435acb9371f: Preparing [2020-12-02T15:45:17.032Z] 1b3ee35aacca: Preparing [2020-12-02T15:45:17.032Z] f758286433b2: Waiting [2020-12-02T15:45:17.032Z] b9af70669bc9: Waiting [2020-12-02T15:45:17.032Z] 0435acb9371f: Waiting [2020-12-02T15:45:17.032Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:17.302Z] 53a87ef3ea9e: Pushed [2020-12-02T15:45:17.302Z] 0fbfe2731b6f: Pushed [2020-12-02T15:45:17.302Z] 9d17ffbddf58: Pushed [2020-12-02T15:45:17.302Z] 0435acb9371f: Layer already exists [2020-12-02T15:45:17.302Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:17.568Z] f758286433b2: Pushed [2020-12-02T15:45:17.569Z] b9af70669bc9: Pushed [2020-12-02T15:45:18.145Z] 7a9a51315fbc: Pushed [2020-12-02T15:45:18.145Z] e99f38cad4cb: Pushed [2020-12-02T15:45:18.408Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:c5bb45536314a878d01a3abbf3704dac0de1dfb24682c1d39178821ce046d7e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:18.737Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:19.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.15 [2020-12-02T15:45:19.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-02T15:45:19.057Z] 53a87ef3ea9e: Preparing [2020-12-02T15:45:19.057Z] 0fbfe2731b6f: Preparing [2020-12-02T15:45:19.057Z] e99f38cad4cb: Preparing [2020-12-02T15:45:19.057Z] 7a9a51315fbc: Preparing [2020-12-02T15:45:19.057Z] 9d17ffbddf58: Preparing [2020-12-02T15:45:19.057Z] f758286433b2: Preparing [2020-12-02T15:45:19.057Z] b9af70669bc9: Preparing [2020-12-02T15:45:19.057Z] 0435acb9371f: Preparing [2020-12-02T15:45:19.057Z] 1b3ee35aacca: Preparing [2020-12-02T15:45:19.057Z] f758286433b2: Waiting [2020-12-02T15:45:19.057Z] 0435acb9371f: Waiting [2020-12-02T15:45:19.057Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:19.057Z] b9af70669bc9: Waiting [2020-12-02T15:45:19.057Z] 9d17ffbddf58: Layer already exists [2020-12-02T15:45:19.057Z] 7a9a51315fbc: Layer already exists [2020-12-02T15:45:19.057Z] e99f38cad4cb: Layer already exists [2020-12-02T15:45:19.057Z] 0fbfe2731b6f: Layer already exists [2020-12-02T15:45:19.057Z] 53a87ef3ea9e: Layer already exists [2020-12-02T15:45:19.057Z] f758286433b2: Layer already exists [2020-12-02T15:45:19.057Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:19.375Z] 0435acb9371f: Layer already exists [2020-12-02T15:45:19.375Z] b9af70669bc9: Layer already exists [2020-12-02T15:45:19.375Z] 1.3.1-dev.15: digest: sha256:c5bb45536314a878d01a3abbf3704dac0de1dfb24682c1d39178821ce046d7e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:19.804Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:20.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:20.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-02T15:45:20.164Z] 53a87ef3ea9e: Preparing [2020-12-02T15:45:20.164Z] 0fbfe2731b6f: Preparing [2020-12-02T15:45:20.164Z] e99f38cad4cb: Preparing [2020-12-02T15:45:20.164Z] 7a9a51315fbc: Preparing [2020-12-02T15:45:20.164Z] 9d17ffbddf58: Preparing [2020-12-02T15:45:20.164Z] f758286433b2: Preparing [2020-12-02T15:45:20.164Z] b9af70669bc9: Preparing [2020-12-02T15:45:20.164Z] 0435acb9371f: Preparing [2020-12-02T15:45:20.164Z] 1b3ee35aacca: Preparing [2020-12-02T15:45:20.164Z] b9af70669bc9: Waiting [2020-12-02T15:45:20.164Z] 0435acb9371f: Waiting [2020-12-02T15:45:20.164Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:20.164Z] f758286433b2: Waiting [2020-12-02T15:45:20.165Z] 7a9a51315fbc: Layer already exists [2020-12-02T15:45:20.165Z] 53a87ef3ea9e: Layer already exists [2020-12-02T15:45:20.165Z] 0fbfe2731b6f: Layer already exists [2020-12-02T15:45:20.165Z] e99f38cad4cb: Layer already exists [2020-12-02T15:45:20.165Z] 9d17ffbddf58: Layer already exists [2020-12-02T15:45:20.165Z] 0435acb9371f: Layer already exists [2020-12-02T15:45:20.165Z] f758286433b2: Layer already exists [2020-12-02T15:45:20.165Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:20.165Z] b9af70669bc9: Layer already exists [2020-12-02T15:45:20.448Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:c5bb45536314a878d01a3abbf3704dac0de1dfb24682c1d39178821ce046d7e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:20.775Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:21.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-02T15:45:21.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-02T15:45:21.286Z] 53a87ef3ea9e: Preparing [2020-12-02T15:45:21.286Z] 0fbfe2731b6f: Preparing [2020-12-02T15:45:21.286Z] e99f38cad4cb: Preparing [2020-12-02T15:45:21.286Z] 7a9a51315fbc: Preparing [2020-12-02T15:45:21.286Z] 9d17ffbddf58: Preparing [2020-12-02T15:45:21.286Z] f758286433b2: Preparing [2020-12-02T15:45:21.286Z] b9af70669bc9: Preparing [2020-12-02T15:45:21.286Z] 0435acb9371f: Preparing [2020-12-02T15:45:21.286Z] 1b3ee35aacca: Preparing [2020-12-02T15:45:21.286Z] f758286433b2: Waiting [2020-12-02T15:45:21.286Z] b9af70669bc9: Waiting [2020-12-02T15:45:21.286Z] 0435acb9371f: Waiting [2020-12-02T15:45:21.286Z] 1b3ee35aacca: Waiting [2020-12-02T15:45:21.286Z] e99f38cad4cb: Layer already exists [2020-12-02T15:45:21.286Z] 53a87ef3ea9e: Layer already exists [2020-12-02T15:45:21.286Z] 7a9a51315fbc: Layer already exists [2020-12-02T15:45:21.286Z] 0fbfe2731b6f: Layer already exists [2020-12-02T15:45:21.286Z] 9d17ffbddf58: Layer already exists [2020-12-02T15:45:21.286Z] 1b3ee35aacca: Layer already exists [2020-12-02T15:45:21.286Z] f758286433b2: Layer already exists [2020-12-02T15:45:21.286Z] 0435acb9371f: Layer already exists [2020-12-02T15:45:21.286Z] b9af70669bc9: Layer already exists [2020-12-02T15:45:21.556Z] master: digest: sha256:c5bb45536314a878d01a3abbf3704dac0de1dfb24682c1d39178821ce046d7e1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:45:21.741Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:21.786Z] taggedImages: [2020-12-02T15:45:21.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:21.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.15 [2020-12-02T15:45:21.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:21.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-02T15:45:21.865Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-12-02T15:45:21.865Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:21.865Z] 1.3.1-dev.15 [2020-12-02T15:45:21.865Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:21.865Z] master [2020-12-02T15:45:21.865Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:22.389Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:23.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:23.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-02T15:45:23.286Z] 15cc9f2b4472: Preparing [2020-12-02T15:45:23.286Z] 41e4cdcb4407: Preparing [2020-12-02T15:45:23.286Z] 344ed589b60e: Preparing [2020-12-02T15:45:23.286Z] 67153bfc5481: Preparing [2020-12-02T15:45:23.582Z] 15cc9f2b4472: Pushed [2020-12-02T15:45:23.582Z] 344ed589b60e: Pushed [2020-12-02T15:45:23.582Z] 67153bfc5481: Pushed [2020-12-02T15:45:24.536Z] 41e4cdcb4407: Pushed [2020-12-02T15:45:24.799Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:c475311c53f17356ee02894fc1f329f0ed71171d6f466647d6a6b744d6aacdee size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:25.120Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:25.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.15 [2020-12-02T15:45:25.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-02T15:45:25.432Z] 15cc9f2b4472: Preparing [2020-12-02T15:45:25.432Z] 41e4cdcb4407: Preparing [2020-12-02T15:45:25.432Z] 344ed589b60e: Preparing [2020-12-02T15:45:25.432Z] 67153bfc5481: Preparing [2020-12-02T15:45:25.432Z] 67153bfc5481: Layer already exists [2020-12-02T15:45:25.432Z] 344ed589b60e: Layer already exists [2020-12-02T15:45:25.432Z] 15cc9f2b4472: Layer already exists [2020-12-02T15:45:25.432Z] 41e4cdcb4407: Layer already exists [2020-12-02T15:45:25.432Z] 1.3.1-dev.15: digest: sha256:c475311c53f17356ee02894fc1f329f0ed71171d6f466647d6a6b744d6aacdee size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:25.751Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:26.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:26.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-02T15:45:26.090Z] 15cc9f2b4472: Preparing [2020-12-02T15:45:26.090Z] 41e4cdcb4407: Preparing [2020-12-02T15:45:26.090Z] 344ed589b60e: Preparing [2020-12-02T15:45:26.090Z] 67153bfc5481: Preparing [2020-12-02T15:45:26.090Z] 41e4cdcb4407: Layer already exists [2020-12-02T15:45:26.090Z] 67153bfc5481: Layer already exists [2020-12-02T15:45:26.090Z] 344ed589b60e: Layer already exists [2020-12-02T15:45:26.090Z] 15cc9f2b4472: Layer already exists [2020-12-02T15:45:26.090Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:c475311c53f17356ee02894fc1f329f0ed71171d6f466647d6a6b744d6aacdee size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:26.430Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:26.578Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-02T15:45:26.578Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-02T15:45:26.578Z] ---> b9d15455a381 [2020-12-02T15:45:26.578Z] Step 3/21 : WORKDIR /edgex-go [2020-12-02T15:45:26.578Z] ---> Using cache [2020-12-02T15:45:26.578Z] ---> 9502178d3b26 [2020-12-02T15:45:26.578Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:45:26.578Z] ---> Using cache [2020-12-02T15:45:26.578Z] ---> 57a6c899c1b9 [2020-12-02T15:45:26.578Z] Step 5/21 : RUN apk update && apk add make git [2020-12-02T15:45:26.578Z] ---> Using cache [2020-12-02T15:45:26.578Z] ---> 6a43a403c3dc [2020-12-02T15:45:26.578Z] Step 6/21 : COPY go.mod . [2020-12-02T15:45:26.578Z] ---> Using cache [2020-12-02T15:45:26.578Z] ---> 8b94ffc2b5ac [2020-12-02T15:45:26.578Z] Step 7/21 : RUN go mod download [2020-12-02T15:45:26.578Z] ---> Using cache [2020-12-02T15:45:26.578Z] ---> 102c3ada0bd2 [2020-12-02T15:45:26.578Z] Step 8/21 : COPY . . [2020-12-02T15:45:26.578Z] ---> Using cache [2020-12-02T15:45:26.578Z] ---> 7fe90a515350 [2020-12-02T15:45:26.578Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-02T15:45:26.578Z] ---> Running in acce34a72202 [2020-12-02T15:45:26.578Z] Removing intermediate container c7e3c25b6c60 [2020-12-02T15:45:26.578Z] ---> 75767852b62a [2020-12-02T15:45:26.578Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-02T15:45:26.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-12-02T15:45:26.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-02T15:45:26.737Z] 15cc9f2b4472: Preparing [2020-12-02T15:45:26.737Z] 41e4cdcb4407: Preparing [2020-12-02T15:45:26.737Z] 344ed589b60e: Preparing [2020-12-02T15:45:26.737Z] 67153bfc5481: Preparing [2020-12-02T15:45:26.737Z] 41e4cdcb4407: Layer already exists [2020-12-02T15:45:26.737Z] 15cc9f2b4472: Layer already exists [2020-12-02T15:45:26.737Z] 67153bfc5481: Layer already exists [2020-12-02T15:45:26.737Z] 344ed589b60e: Layer already exists [2020-12-02T15:45:26.737Z] master: digest: sha256:c475311c53f17356ee02894fc1f329f0ed71171d6f466647d6a6b744d6aacdee size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-02T15:45:26.854Z] ---> Running in 54e344fbf745 [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:45:26.928Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:26.971Z] taggedImages: [2020-12-02T15:45:26.971Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:26.971Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.15 [2020-12-02T15:45:26.971Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:26.971Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-12-02T15:45:27.036Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-02T15:45:27.036Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:27.036Z] 1.3.1-dev.15 [2020-12-02T15:45:27.036Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:27.036Z] master [2020-12-02T15:45:27.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:27.560Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:27.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:27.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-02T15:45:27.864Z] 827e67732c3c: Preparing [2020-12-02T15:45:27.864Z] ed2f9de9a754: Preparing [2020-12-02T15:45:27.864Z] 19d197c7ec24: Preparing [2020-12-02T15:45:27.864Z] 5ae25d0aa9e7: Preparing [2020-12-02T15:45:27.864Z] adadb6c87d8d: Preparing [2020-12-02T15:45:27.864Z] 5556bb05d0f0: Preparing [2020-12-02T15:45:27.864Z] 5556bb05d0f0: Waiting [2020-12-02T15:45:28.131Z] 19d197c7ec24: Pushed [2020-12-02T15:45:28.131Z] 5ae25d0aa9e7: Pushed [2020-12-02T15:45:28.131Z] 827e67732c3c: Pushed [2020-12-02T15:45:28.131Z] adadb6c87d8d: Pushed [2020-12-02T15:45:28.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-02T15:45:28.395Z] 5556bb05d0f0: Pushed [2020-12-02T15:45:28.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.15" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-02T15:45:29.355Z] ed2f9de9a754: Pushed [2020-12-02T15:45:29.618Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:4e380d7de3f3584bcda5f601e0df16de1f604c3fb9252961fe361529bcb4fee6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:29.927Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:30.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.15 [2020-12-02T15:45:30.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-02T15:45:30.229Z] 827e67732c3c: Preparing [2020-12-02T15:45:30.229Z] ed2f9de9a754: Preparing [2020-12-02T15:45:30.229Z] 19d197c7ec24: Preparing [2020-12-02T15:45:30.229Z] 5ae25d0aa9e7: Preparing [2020-12-02T15:45:30.229Z] adadb6c87d8d: Preparing [2020-12-02T15:45:30.229Z] 5556bb05d0f0: Preparing [2020-12-02T15:45:30.229Z] 5556bb05d0f0: Waiting [2020-12-02T15:45:30.229Z] 19d197c7ec24: Layer already exists [2020-12-02T15:45:30.229Z] ed2f9de9a754: Layer already exists [2020-12-02T15:45:30.229Z] 5ae25d0aa9e7: Layer already exists [2020-12-02T15:45:30.229Z] 827e67732c3c: Layer already exists [2020-12-02T15:45:30.229Z] adadb6c87d8d: Layer already exists [2020-12-02T15:45:30.229Z] 5556bb05d0f0: Layer already exists [2020-12-02T15:45:30.229Z] 1.3.1-dev.15: digest: sha256:4e380d7de3f3584bcda5f601e0df16de1f604c3fb9252961fe361529bcb4fee6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:30.542Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:30.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:30.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-02T15:45:30.853Z] 827e67732c3c: Preparing [2020-12-02T15:45:30.853Z] ed2f9de9a754: Preparing [2020-12-02T15:45:30.853Z] 19d197c7ec24: Preparing [2020-12-02T15:45:30.853Z] 5ae25d0aa9e7: Preparing [2020-12-02T15:45:30.853Z] adadb6c87d8d: Preparing [2020-12-02T15:45:30.853Z] 5556bb05d0f0: Preparing [2020-12-02T15:45:30.853Z] 5556bb05d0f0: Waiting [2020-12-02T15:45:30.853Z] 827e67732c3c: Layer already exists [2020-12-02T15:45:30.853Z] 5ae25d0aa9e7: Layer already exists [2020-12-02T15:45:30.853Z] 19d197c7ec24: Layer already exists [2020-12-02T15:45:30.853Z] adadb6c87d8d: Layer already exists [2020-12-02T15:45:30.853Z] ed2f9de9a754: Layer already exists [2020-12-02T15:45:30.853Z] 5556bb05d0f0: Layer already exists [2020-12-02T15:45:30.853Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:4e380d7de3f3584bcda5f601e0df16de1f604c3fb9252961fe361529bcb4fee6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:31.179Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:31.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-02T15:45:31.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-02T15:45:31.498Z] 827e67732c3c: Preparing [2020-12-02T15:45:31.498Z] ed2f9de9a754: Preparing [2020-12-02T15:45:31.498Z] 19d197c7ec24: Preparing [2020-12-02T15:45:31.498Z] 5ae25d0aa9e7: Preparing [2020-12-02T15:45:31.498Z] adadb6c87d8d: Preparing [2020-12-02T15:45:31.498Z] 5556bb05d0f0: Preparing [2020-12-02T15:45:31.498Z] 5556bb05d0f0: Waiting [2020-12-02T15:45:31.498Z] 827e67732c3c: Layer already exists [2020-12-02T15:45:31.498Z] 19d197c7ec24: Layer already exists [2020-12-02T15:45:31.498Z] ed2f9de9a754: Layer already exists [2020-12-02T15:45:31.498Z] adadb6c87d8d: Layer already exists [2020-12-02T15:45:31.498Z] 5ae25d0aa9e7: Layer already exists [2020-12-02T15:45:31.498Z] 5556bb05d0f0: Layer already exists [2020-12-02T15:45:31.760Z] master: digest: sha256:4e380d7de3f3584bcda5f601e0df16de1f604c3fb9252961fe361529bcb4fee6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:45:31.952Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:31.995Z] taggedImages: [2020-12-02T15:45:31.995Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:31.995Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.15 [2020-12-02T15:45:31.995Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:31.995Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-02T15:45:32.081Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-02T15:45:32.081Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:32.081Z] 1.3.1-dev.15 [2020-12-02T15:45:32.081Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:32.081Z] master [2020-12-02T15:45:32.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:32.566Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:32.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:32.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-02T15:45:32.934Z] 088d0aaa70a7: Preparing [2020-12-02T15:45:32.934Z] 766a3606242b: Preparing [2020-12-02T15:45:32.934Z] e3c89f57ffc9: Preparing [2020-12-02T15:45:33.205Z] e3c89f57ffc9: Pushed [2020-12-02T15:45:33.205Z] 088d0aaa70a7: Pushed [2020-12-02T15:45:34.003Z] Removing intermediate container 2f297f9ca84d [2020-12-02T15:45:34.003Z] ---> e257ad5b434c [2020-12-02T15:45:34.003Z] [2020-12-02T15:45:34.003Z] Step 10/22 : FROM scratch [2020-12-02T15:45:34.003Z] ---> [2020-12-02T15:45:34.003Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:45:34.277Z] ---> Using cache [2020-12-02T15:45:34.277Z] ---> 975bc68ffdc8 [2020-12-02T15:45:34.277Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-02T15:45:34.552Z] ---> Running in ad7aa9d05d3f [2020-12-02T15:45:34.667Z] 766a3606242b: Pushed [2020-12-02T15:45:34.933Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:bcadaa513e2746be85ad1789b6f4ff29af3e40edf19c821177cb2f0e7f85ab32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:35.165Z] Removing intermediate container 54e344fbf745 [2020-12-02T15:45:35.165Z] ---> 3353f381ddaf [2020-12-02T15:45:35.165Z] [2020-12-02T15:45:35.165Z] Step 11/27 : FROM docker:latest [2020-12-02T15:45:35.165Z] ---> 84e3a507c27b [2020-12-02T15:45:35.165Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-02T15:45:35.239Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:35.447Z] ---> Running in 4356dffc3144 [2020-12-02T15:45:35.447Z] Removing intermediate container ad7aa9d05d3f [2020-12-02T15:45:35.447Z] ---> 0a75cc31d212 [2020-12-02T15:45:35.447Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-02T15:45:35.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.15 [2020-12-02T15:45:35.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-02T15:45:35.574Z] 088d0aaa70a7: Preparing [2020-12-02T15:45:35.574Z] 766a3606242b: Preparing [2020-12-02T15:45:35.574Z] e3c89f57ffc9: Preparing [2020-12-02T15:45:35.575Z] 766a3606242b: Layer already exists [2020-12-02T15:45:35.575Z] 088d0aaa70a7: Layer already exists [2020-12-02T15:45:35.575Z] e3c89f57ffc9: Layer already exists [2020-12-02T15:45:35.722Z] ---> Running in 885fa59cf54f [2020-12-02T15:45:35.843Z] 1.3.1-dev.15: digest: sha256:bcadaa513e2746be85ad1789b6f4ff29af3e40edf19c821177cb2f0e7f85ab32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:36.170Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:36.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:36.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-02T15:45:36.494Z] 088d0aaa70a7: Preparing [2020-12-02T15:45:36.494Z] 766a3606242b: Preparing [2020-12-02T15:45:36.494Z] e3c89f57ffc9: Preparing [2020-12-02T15:45:36.494Z] 088d0aaa70a7: Layer already exists [2020-12-02T15:45:36.494Z] e3c89f57ffc9: Layer already exists [2020-12-02T15:45:36.494Z] 766a3606242b: Layer already exists [2020-12-02T15:45:36.494Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:bcadaa513e2746be85ad1789b6f4ff29af3e40edf19c821177cb2f0e7f85ab32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:36.709Z] Removing intermediate container 885fa59cf54f [2020-12-02T15:45:36.709Z] ---> 37f362258b64 [2020-12-02T15:45:36.709Z] Step 14/22 : WORKDIR / [2020-12-02T15:45:36.709Z] ---> Running in 0bcd2f345e46 [2020-12-02T15:45:36.807Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:37.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-02T15:45:37.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-02T15:45:37.107Z] 088d0aaa70a7: Preparing [2020-12-02T15:45:37.107Z] 766a3606242b: Preparing [2020-12-02T15:45:37.107Z] e3c89f57ffc9: Preparing [2020-12-02T15:45:37.107Z] 088d0aaa70a7: Layer already exists [2020-12-02T15:45:37.107Z] 766a3606242b: Layer already exists [2020-12-02T15:45:37.107Z] e3c89f57ffc9: Layer already exists [2020-12-02T15:45:37.107Z] master: digest: sha256:bcadaa513e2746be85ad1789b6f4ff29af3e40edf19c821177cb2f0e7f85ab32 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:45:37.332Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:37.380Z] taggedImages: [2020-12-02T15:45:37.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:37.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.15 [2020-12-02T15:45:37.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:37.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-02T15:45:37.442Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-02T15:45:37.442Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:37.442Z] 1.3.1-dev.15 [2020-12-02T15:45:37.442Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:37.442Z] master [2020-12-02T15:45:37.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:37.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:45:37.695Z] Removing intermediate container 0bcd2f345e46 [2020-12-02T15:45:37.695Z] ---> 32b1b605ce02 [2020-12-02T15:45:37.695Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-02T15:45:37.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:45:37.926Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:38.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:38.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-02T15:45:38.283Z] 3fa539a0b863: Preparing [2020-12-02T15:45:38.283Z] 6d8d3b5647d3: Preparing [2020-12-02T15:45:38.283Z] 30c7a9dc7f1b: Preparing [2020-12-02T15:45:38.283Z] 5f20c50c6cac: Preparing [2020-12-02T15:45:38.283Z] d0ae07dce609: Preparing [2020-12-02T15:45:38.283Z] 03d70859dce7: Preparing [2020-12-02T15:45:38.283Z] ccf5ab9a4a80: Preparing [2020-12-02T15:45:38.283Z] 3d9ce3ccee13: Preparing [2020-12-02T15:45:38.283Z] 84631c253a1d: Preparing [2020-12-02T15:45:38.283Z] 336623de938e: Preparing [2020-12-02T15:45:38.283Z] 63533b406c5a: Preparing [2020-12-02T15:45:38.283Z] 31b11ec6ff38: Preparing [2020-12-02T15:45:38.283Z] 911954e2fe49: Preparing [2020-12-02T15:45:38.283Z] ace0eda3e3be: Preparing [2020-12-02T15:45:38.283Z] 03d70859dce7: Waiting [2020-12-02T15:45:38.283Z] ccf5ab9a4a80: Waiting [2020-12-02T15:45:38.283Z] 63533b406c5a: Waiting [2020-12-02T15:45:38.283Z] 31b11ec6ff38: Waiting [2020-12-02T15:45:38.283Z] 911954e2fe49: Waiting [2020-12-02T15:45:38.283Z] ace0eda3e3be: Waiting [2020-12-02T15:45:38.283Z] 3d9ce3ccee13: Waiting [2020-12-02T15:45:38.283Z] 84631c253a1d: Waiting [2020-12-02T15:45:38.283Z] 336623de938e: Waiting [2020-12-02T15:45:38.298Z] (1/2) Installing readline (8.0.4-r0) [2020-12-02T15:45:38.298Z] (2/2) Installing bash (5.0.17-r0) [2020-12-02T15:45:38.573Z] Executing bash-5.0.17-r0.post-install [2020-12-02T15:45:38.573Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:45:38.573Z] OK: 12 MiB in 22 packages [2020-12-02T15:45:38.573Z] ---> 4699bab32659 [2020-12-02T15:45:38.573Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-02T15:45:38.574Z] d0ae07dce609: Pushed [2020-12-02T15:45:38.963Z] 3fa539a0b863: Pushed [2020-12-02T15:45:38.963Z] 5f20c50c6cac: Pushed [2020-12-02T15:45:39.271Z] 3d9ce3ccee13: Layer already exists [2020-12-02T15:45:39.271Z] 84631c253a1d: Layer already exists [2020-12-02T15:45:39.271Z] 336623de938e: Layer already exists [2020-12-02T15:45:39.271Z] ccf5ab9a4a80: Pushed [2020-12-02T15:45:39.271Z] 63533b406c5a: Layer already exists [2020-12-02T15:45:39.271Z] 31b11ec6ff38: Layer already exists [2020-12-02T15:45:39.271Z] 911954e2fe49: Layer already exists [2020-12-02T15:45:39.565Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:40.156Z] 03d70859dce7: Pushed [2020-12-02T15:45:40.422Z] 6d8d3b5647d3: Pushed [2020-12-02T15:45:41.213Z] Removing intermediate container 4356dffc3144 [2020-12-02T15:45:41.213Z] ---> dc3c87f36c9e [2020-12-02T15:45:41.213Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-02T15:45:41.213Z] ---> Running in 27fdd4486fd4 [2020-12-02T15:45:41.213Z] ---> 9a994256ce2c [2020-12-02T15:45:41.213Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-02T15:45:42.672Z] ---> 6e8ae8b8239b [2020-12-02T15:45:42.672Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-02T15:45:42.947Z] ---> Running in 6e375dc316c1 [2020-12-02T15:45:43.556Z] Removing intermediate container 6e375dc316c1 [2020-12-02T15:45:43.556Z] ---> 5086aac727b3 [2020-12-02T15:45:43.556Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:45:43.839Z] ---> Running in 40ace94112da [2020-12-02T15:45:44.830Z] Removing intermediate container 27fdd4486fd4 [2020-12-02T15:45:44.830Z] ---> fb9b53882500 [2020-12-02T15:45:44.830Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-02T15:45:44.830Z] Removing intermediate container 40ace94112da [2020-12-02T15:45:44.830Z] ---> 303bda8e3a08 [2020-12-02T15:45:44.830Z] Step 20/22 : LABEL arch=arm64 [2020-12-02T15:45:44.830Z] ---> Running in 6f441092047b [2020-12-02T15:45:44.830Z] ---> Running in e3ffeae0b0ba [2020-12-02T15:45:45.821Z] Removing intermediate container 6f441092047b [2020-12-02T15:45:45.821Z] ---> b1efa45c7e60 [2020-12-02T15:45:45.821Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-02T15:45:45.821Z] Removing intermediate container e3ffeae0b0ba [2020-12-02T15:45:45.821Z] ---> c8acd6e45886 [2020-12-02T15:45:45.821Z] Step 21/22 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:45.821Z] ---> Running in 1ab602e18bf2 [2020-12-02T15:45:45.821Z] ---> Running in 02dde4f402fe [2020-12-02T15:45:46.809Z] Removing intermediate container 1ab602e18bf2 [2020-12-02T15:45:46.809Z] ---> fd101e344972 [2020-12-02T15:45:46.809Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-02T15:45:46.809Z] Removing intermediate container 02dde4f402fe [2020-12-02T15:45:46.809Z] ---> 9f9f07a56919 [2020-12-02T15:45:46.809Z] Step 22/22 : LABEL version=1.3.1-dev.15 [2020-12-02T15:45:47.085Z] ---> Running in 66b54b37a8d6 [2020-12-02T15:45:47.085Z] ---> Running in 3a461141d6fa [2020-12-02T15:45:47.684Z] Removing intermediate container 66b54b37a8d6 [2020-12-02T15:45:47.684Z] ---> 7dc2a4d79f5b [2020-12-02T15:45:47.684Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-02T15:45:47.961Z] Removing intermediate container 3a461141d6fa [2020-12-02T15:45:47.961Z] ---> 6d848f0fd177 [2020-12-02T15:45:47.961Z] [2020-12-02T15:45:48.564Z] Successfully built 6d848f0fd177 [2020-12-02T15:45:48.564Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-02T15:45:48.708Z] 30c7a9dc7f1b: Pushed [2020-12-02T15:45:48.980Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:637518c42cc2d0692ea0085e5dd1118bc19334040d9b9ac0ec19198e4bee478e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:49.327Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:49.560Z]  Building docker-core-metadata-go ... done  ---> 09f503814c75 [2020-12-02T15:45:49.560Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-02T15:45:49.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.15 [2020-12-02T15:45:49.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-02T15:45:49.946Z] 3fa539a0b863: Preparing [2020-12-02T15:45:49.946Z] 6d8d3b5647d3: Preparing [2020-12-02T15:45:49.946Z] 30c7a9dc7f1b: Preparing [2020-12-02T15:45:49.946Z] 5f20c50c6cac: Preparing [2020-12-02T15:45:49.946Z] d0ae07dce609: Preparing [2020-12-02T15:45:49.946Z] 03d70859dce7: Preparing [2020-12-02T15:45:49.946Z] ccf5ab9a4a80: Preparing [2020-12-02T15:45:49.946Z] 3d9ce3ccee13: Preparing [2020-12-02T15:45:49.946Z] 84631c253a1d: Preparing [2020-12-02T15:45:49.946Z] 336623de938e: Preparing [2020-12-02T15:45:49.946Z] 63533b406c5a: Preparing [2020-12-02T15:45:49.946Z] 31b11ec6ff38: Preparing [2020-12-02T15:45:49.946Z] 911954e2fe49: Preparing [2020-12-02T15:45:49.946Z] ace0eda3e3be: Preparing [2020-12-02T15:45:49.946Z] 03d70859dce7: Waiting [2020-12-02T15:45:49.946Z] ccf5ab9a4a80: Waiting [2020-12-02T15:45:49.946Z] 3d9ce3ccee13: Waiting [2020-12-02T15:45:49.946Z] 84631c253a1d: Waiting [2020-12-02T15:45:49.946Z] 336623de938e: Waiting [2020-12-02T15:45:49.946Z] 63533b406c5a: Waiting [2020-12-02T15:45:49.946Z] 31b11ec6ff38: Waiting [2020-12-02T15:45:49.946Z] 911954e2fe49: Waiting [2020-12-02T15:45:49.946Z] ace0eda3e3be: Waiting [2020-12-02T15:45:49.946Z] 6d8d3b5647d3: Layer already exists [2020-12-02T15:45:49.946Z] d0ae07dce609: Layer already exists [2020-12-02T15:45:49.946Z] 30c7a9dc7f1b: Layer already exists [2020-12-02T15:45:49.946Z] 5f20c50c6cac: Layer already exists [2020-12-02T15:45:49.946Z] 3fa539a0b863: Layer already exists [2020-12-02T15:45:49.946Z] 03d70859dce7: Layer already exists [2020-12-02T15:45:49.946Z] 84631c253a1d: Layer already exists [2020-12-02T15:45:49.946Z] 3d9ce3ccee13: Layer already exists [2020-12-02T15:45:49.946Z] ccf5ab9a4a80: Layer already exists [2020-12-02T15:45:49.946Z] 63533b406c5a: Layer already exists [2020-12-02T15:45:49.946Z] 336623de938e: Layer already exists [2020-12-02T15:45:49.946Z] 911954e2fe49: Layer already exists [2020-12-02T15:45:49.946Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:49.946Z] 31b11ec6ff38: Layer already exists [2020-12-02T15:45:49.946Z] 1.3.1-dev.15: digest: sha256:637518c42cc2d0692ea0085e5dd1118bc19334040d9b9ac0ec19198e4bee478e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:50.547Z] ---> 71e7789e6798 [2020-12-02T15:45:50.548Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-02T15:45:50.710Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:51.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:51.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-02T15:45:51.099Z] 3fa539a0b863: Preparing [2020-12-02T15:45:51.099Z] 6d8d3b5647d3: Preparing [2020-12-02T15:45:51.099Z] 30c7a9dc7f1b: Preparing [2020-12-02T15:45:51.099Z] 5f20c50c6cac: Preparing [2020-12-02T15:45:51.099Z] d0ae07dce609: Preparing [2020-12-02T15:45:51.099Z] 03d70859dce7: Preparing [2020-12-02T15:45:51.099Z] ccf5ab9a4a80: Preparing [2020-12-02T15:45:51.099Z] 3d9ce3ccee13: Preparing [2020-12-02T15:45:51.099Z] 84631c253a1d: Preparing [2020-12-02T15:45:51.099Z] 336623de938e: Preparing [2020-12-02T15:45:51.099Z] 63533b406c5a: Preparing [2020-12-02T15:45:51.099Z] 31b11ec6ff38: Preparing [2020-12-02T15:45:51.099Z] 911954e2fe49: Preparing [2020-12-02T15:45:51.099Z] ace0eda3e3be: Preparing [2020-12-02T15:45:51.099Z] 84631c253a1d: Waiting [2020-12-02T15:45:51.099Z] 336623de938e: Waiting [2020-12-02T15:45:51.099Z] 63533b406c5a: Waiting [2020-12-02T15:45:51.099Z] 31b11ec6ff38: Waiting [2020-12-02T15:45:51.099Z] 911954e2fe49: Waiting [2020-12-02T15:45:51.099Z] ace0eda3e3be: Waiting [2020-12-02T15:45:51.099Z] 03d70859dce7: Waiting [2020-12-02T15:45:51.099Z] ccf5ab9a4a80: Waiting [2020-12-02T15:45:51.099Z] 3d9ce3ccee13: Waiting [2020-12-02T15:45:51.099Z] 6d8d3b5647d3: Layer already exists [2020-12-02T15:45:51.099Z] 30c7a9dc7f1b: Layer already exists [2020-12-02T15:45:51.099Z] 3fa539a0b863: Layer already exists [2020-12-02T15:45:51.099Z] 5f20c50c6cac: Layer already exists [2020-12-02T15:45:51.099Z] d0ae07dce609: Layer already exists [2020-12-02T15:45:51.099Z] ccf5ab9a4a80: Layer already exists [2020-12-02T15:45:51.099Z] 03d70859dce7: Layer already exists [2020-12-02T15:45:51.099Z] 3d9ce3ccee13: Layer already exists [2020-12-02T15:45:51.099Z] 336623de938e: Layer already exists [2020-12-02T15:45:51.099Z] 31b11ec6ff38: Layer already exists [2020-12-02T15:45:51.099Z] 84631c253a1d: Layer already exists [2020-12-02T15:45:51.099Z] 63533b406c5a: Layer already exists [2020-12-02T15:45:51.099Z] 911954e2fe49: Layer already exists [2020-12-02T15:45:51.099Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:51.375Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:637518c42cc2d0692ea0085e5dd1118bc19334040d9b9ac0ec19198e4bee478e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:51.764Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:45:52.022Z] ---> d0bc59bf9d15 [2020-12-02T15:45:52.022Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-02T15:45:52.022Z] ---> Running in e9361f21efcf [2020-12-02T15:45:52.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-02T15:45:52.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-02T15:45:52.076Z] 3fa539a0b863: Preparing [2020-12-02T15:45:52.076Z] 6d8d3b5647d3: Preparing [2020-12-02T15:45:52.076Z] 30c7a9dc7f1b: Preparing [2020-12-02T15:45:52.076Z] 5f20c50c6cac: Preparing [2020-12-02T15:45:52.076Z] d0ae07dce609: Preparing [2020-12-02T15:45:52.076Z] 03d70859dce7: Preparing [2020-12-02T15:45:52.076Z] ccf5ab9a4a80: Preparing [2020-12-02T15:45:52.076Z] 3d9ce3ccee13: Preparing [2020-12-02T15:45:52.076Z] 84631c253a1d: Preparing [2020-12-02T15:45:52.076Z] 336623de938e: Preparing [2020-12-02T15:45:52.076Z] 63533b406c5a: Preparing [2020-12-02T15:45:52.076Z] 31b11ec6ff38: Preparing [2020-12-02T15:45:52.076Z] 911954e2fe49: Preparing [2020-12-02T15:45:52.076Z] ace0eda3e3be: Preparing [2020-12-02T15:45:52.076Z] 84631c253a1d: Waiting [2020-12-02T15:45:52.076Z] 336623de938e: Waiting [2020-12-02T15:45:52.076Z] 63533b406c5a: Waiting [2020-12-02T15:45:52.076Z] 03d70859dce7: Waiting [2020-12-02T15:45:52.076Z] ccf5ab9a4a80: Waiting [2020-12-02T15:45:52.076Z] 31b11ec6ff38: Waiting [2020-12-02T15:45:52.076Z] 911954e2fe49: Waiting [2020-12-02T15:45:52.076Z] 3d9ce3ccee13: Waiting [2020-12-02T15:45:52.076Z] 30c7a9dc7f1b: Layer already exists [2020-12-02T15:45:52.076Z] 5f20c50c6cac: Layer already exists [2020-12-02T15:45:52.076Z] 3fa539a0b863: Layer already exists [2020-12-02T15:45:52.076Z] 6d8d3b5647d3: Layer already exists [2020-12-02T15:45:52.076Z] d0ae07dce609: Layer already exists [2020-12-02T15:45:52.076Z] ccf5ab9a4a80: Layer already exists [2020-12-02T15:45:52.076Z] 03d70859dce7: Layer already exists [2020-12-02T15:45:52.076Z] 336623de938e: Layer already exists [2020-12-02T15:45:52.076Z] 84631c253a1d: Layer already exists [2020-12-02T15:45:52.076Z] 3d9ce3ccee13: Layer already exists [2020-12-02T15:45:52.076Z] 31b11ec6ff38: Layer already exists [2020-12-02T15:45:52.076Z] 63533b406c5a: Layer already exists [2020-12-02T15:45:52.076Z] 911954e2fe49: Layer already exists [2020-12-02T15:45:52.076Z] ace0eda3e3be: Layer already exists [2020-12-02T15:45:52.356Z] master: digest: sha256:637518c42cc2d0692ea0085e5dd1118bc19334040d9b9ac0ec19198e4bee478e size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:45:52.566Z] ===================================================== [Pipeline] echo [2020-12-02T15:45:52.617Z] taggedImages: [2020-12-02T15:45:52.617Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:45:52.617Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.15 [2020-12-02T15:45:52.617Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:45:52.617Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-02T15:45:54.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:45:54.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:45:54.626Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-02T15:45:54.626Z] (2/33) Installing expat (2.2.9-r1) [2020-12-02T15:45:54.626Z] (3/33) Installing libffi (3.3-r2) [2020-12-02T15:45:54.626Z] (4/33) Installing gdbm (1.13-r1) [2020-12-02T15:45:54.626Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-02T15:45:54.626Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-02T15:45:54.626Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-02T15:45:56.613Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-02T15:45:56.613Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-02T15:45:56.613Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-02T15:45:56.613Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-02T15:45:56.613Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-02T15:45:56.613Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-02T15:45:56.613Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-02T15:45:56.886Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-02T15:45:56.886Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-02T15:45:56.886Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-02T15:45:56.886Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-02T15:45:56.886Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-02T15:45:56.886Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-02T15:45:57.158Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-02T15:45:57.158Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-02T15:45:57.158Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-02T15:45:57.158Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-02T15:45:57.158Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-02T15:45:57.158Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-02T15:45:57.158Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-02T15:45:57.158Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-02T15:45:57.158Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-02T15:45:57.158Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-02T15:45:57.431Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-02T15:45:57.431Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-02T15:45:57.431Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-02T15:45:57.431Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:45:57.431Z] OK: 71 MiB in 55 packages [2020-12-02T15:46:07.596Z] Removing intermediate container 0eb6585454e4 [2020-12-02T15:46:07.596Z] ---> dfb566e00dd9 [2020-12-02T15:46:07.596Z] [2020-12-02T15:46:07.596Z] Step 10/23 : FROM alpine [2020-12-02T15:46:07.596Z] ---> 2e77e061c27f [2020-12-02T15:46:07.596Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:46:07.596Z] ---> Running in c4eb5fe0e228 [2020-12-02T15:46:07.596Z] Removing intermediate container c4eb5fe0e228 [2020-12-02T15:46:07.596Z] ---> e3ee1aa97df5 [2020-12-02T15:46:07.596Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-02T15:46:07.874Z] ---> Running in dc590beee35e [2020-12-02T15:46:08.154Z] Removing intermediate container e9361f21efcf [2020-12-02T15:46:08.154Z] ---> 7ae2c8261cd4 [2020-12-02T15:46:08.435Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-02T15:46:08.435Z] ---> Running in 39198e0e673c [2020-12-02T15:46:08.710Z] Removing intermediate container dc590beee35e [2020-12-02T15:46:08.710Z] ---> 29c9d6aed448 [2020-12-02T15:46:08.710Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-02T15:46:08.988Z] ---> Running in d4f3068e682f [2020-12-02T15:46:09.972Z] Removing intermediate container d4f3068e682f [2020-12-02T15:46:09.972Z] ---> fb71a26be866 [2020-12-02T15:46:09.972Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T15:46:09.972Z] ---> Running in 99549cd614e8 [2020-12-02T15:46:13.369Z] Removing intermediate container 99549cd614e8 [2020-12-02T15:46:13.369Z] ---> 4280f51a02fd [2020-12-02T15:46:13.369Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-02T15:46:13.369Z] ---> Running in 5cfe04e19d2a [2020-12-02T15:46:14.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:46:15.409Z] Collecting docker-compose==1.23.2 [2020-12-02T15:46:15.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:46:15.409Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-02T15:46:16.003Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-02T15:46:16.279Z] Collecting texttable<0.10,>=0.9.0 [2020-12-02T15:46:16.279Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-02T15:46:16.279Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-02T15:46:16.279Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-02T15:46:16.555Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-02T15:46:16.555Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-02T15:46:16.831Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:46:16.831Z] OK: 8 MiB in 19 packages [2020-12-02T15:46:18.281Z] Removing intermediate container 5cfe04e19d2a [2020-12-02T15:46:18.281Z] ---> 8af5af985b70 [2020-12-02T15:46:18.281Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-02T15:46:18.884Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-02T15:46:18.884Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-02T15:46:19.166Z] ---> 4eaf43ac7c1a [2020-12-02T15:46:19.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-02T15:46:21.157Z] ---> 15a881a828e0 [2020-12-02T15:46:21.157Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-02T15:46:21.436Z] Removing intermediate container acce34a72202 [2020-12-02T15:46:21.436Z] ---> 7212c84fc557 [2020-12-02T15:46:21.436Z] [2020-12-02T15:46:21.436Z] Step 10/21 : FROM scratch [2020-12-02T15:46:21.436Z] ---> [2020-12-02T15:46:21.436Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-02T15:46:21.714Z] ---> Using cache [2020-12-02T15:46:21.714Z] ---> 975bc68ffdc8 [2020-12-02T15:46:21.714Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-02T15:46:21.714Z] ---> Running in 9119ee2f13f9 [2020-12-02T15:46:21.989Z] ---> 4c2b756b4030 [2020-12-02T15:46:21.989Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-02T15:46:22.268Z] ---> Running in 8050762a1ea4 [2020-12-02T15:46:22.268Z] Removing intermediate container 9119ee2f13f9 [2020-12-02T15:46:22.268Z] ---> 2569f12a6196 [2020-12-02T15:46:22.268Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-02T15:46:22.268Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-02T15:46:22.268Z] ---> Running in f141d1aecafe [2020-12-02T15:46:22.543Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-02T15:46:22.829Z] Removing intermediate container 8050762a1ea4 [2020-12-02T15:46:22.829Z] ---> c52c8c1d4534 [2020-12-02T15:46:22.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:46:22.829Z] ---> Running in 9ba61395a4ac [2020-12-02T15:46:22.829Z] Removing intermediate container f141d1aecafe [2020-12-02T15:46:22.829Z] ---> c866e9337419 [2020-12-02T15:46:22.829Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-02T15:46:23.431Z] Removing intermediate container 9ba61395a4ac [2020-12-02T15:46:23.431Z] ---> 5cfd8accb949 [2020-12-02T15:46:23.431Z] Step 21/23 : LABEL arch=arm64 [2020-12-02T15:46:23.431Z] Collecting PyYAML<4,>=3.10 [2020-12-02T15:46:23.431Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-02T15:46:23.431Z] ---> Running in db8011ce2e45 [2020-12-02T15:46:24.271Z] ---> 95f2fdb780a7 [2020-12-02T15:46:24.271Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-02T15:46:24.271Z] Removing intermediate container db8011ce2e45 [2020-12-02T15:46:24.271Z] ---> 5f9245904671 [2020-12-02T15:46:24.271Z] Step 22/23 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:46:24.271Z] ---> Running in c3f89c03fce7 [2020-12-02T15:46:24.867Z] ---> 66249517e01e [2020-12-02T15:46:24.867Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-02T15:46:24.867Z] Removing intermediate container c3f89c03fce7 [2020-12-02T15:46:24.867Z] ---> d65b39fbe3eb [2020-12-02T15:46:24.867Z] Step 23/23 : LABEL version=1.3.1-dev.15 [2020-12-02T15:46:25.142Z] ---> Running in 9044c306162d [2020-12-02T15:46:25.414Z] Removing intermediate container 9044c306162d [2020-12-02T15:46:25.414Z] ---> 88a8d5daf95b [2020-12-02T15:46:25.414Z] [2020-12-02T15:46:25.689Z] ---> d5d71442414a [2020-12-02T15:46:25.689Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-02T15:46:25.689Z] ---> Running in a134f092dc01 [2020-12-02T15:46:25.962Z] Successfully built 88a8d5daf95b [2020-12-02T15:46:25.962Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-02T15:46:26.234Z]  Building docker-core-data-go ... done Removing intermediate container a134f092dc01 [2020-12-02T15:46:26.234Z] ---> 194c1ee46c17 [2020-12-02T15:46:26.234Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:46:26.234Z] ---> Running in 7f07ca52be1a [2020-12-02T15:46:26.828Z] Removing intermediate container 7f07ca52be1a [2020-12-02T15:46:26.828Z] ---> b4fb4375750e [2020-12-02T15:46:26.828Z] Step 19/21 : LABEL arch=arm64 [2020-12-02T15:46:27.097Z] ---> Running in 696f96ca94c2 [2020-12-02T15:46:27.373Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-02T15:46:27.373Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-02T15:46:27.373Z] Removing intermediate container 696f96ca94c2 [2020-12-02T15:46:27.373Z] ---> 8626be9d9f35 [2020-12-02T15:46:27.373Z] Step 20/21 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:46:27.373Z] 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-02T15:46:27.653Z] ---> Running in 52c6614516f3 [2020-12-02T15:46:27.926Z] Collecting jsonschema<3,>=2.5.1 [2020-12-02T15:46:27.926Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-02T15:46:28.199Z] Removing intermediate container 52c6614516f3 [2020-12-02T15:46:28.199Z] ---> b299972d3f5e [2020-12-02T15:46:28.199Z] Step 21/21 : LABEL version=1.3.1-dev.15 [2020-12-02T15:46:28.199Z] ---> Running in 826a879b38f2 [2020-12-02T15:46:28.472Z] Collecting cached-property<2,>=1.2.0 [2020-12-02T15:46:28.472Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-02T15:46:28.754Z] Removing intermediate container 826a879b38f2 [2020-12-02T15:46:28.754Z] ---> 3f47178a0422 [2020-12-02T15:46:28.754Z] [2020-12-02T15:46:28.754Z] Collecting docopt<0.7,>=0.6.1 [2020-12-02T15:46:28.754Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-02T15:46:29.030Z] Successfully built 3f47178a0422 [2020-12-02T15:46:29.030Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-02T15:46:31.036Z]  Building docker-support-scheduler-go ... done Collecting docker<4.0,>=3.6.0 [2020-12-02T15:46:31.036Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-02T15:46:31.648Z] 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-02T15:46:32.243Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-02T15:46:32.243Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-02T15:46:32.514Z] Collecting idna<2.8,>=2.5 [2020-12-02T15:46:32.515Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-02T15:46:32.515Z] 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-02T15:46:32.784Z] Collecting docker-pycreds>=0.4.0 [2020-12-02T15:46:32.784Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-02T15:46:33.052Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-02T15:46:33.052Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-02T15:46:33.052Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-02T15:46:33.052Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-02T15:46:33.646Z] Installing collected packages: texttable, dockerpty, urllib3, idna, requests, PyYAML, websocket-client, jsonschema, cached-property, docopt, docker-pycreds, docker, docker-compose [2020-12-02T15:46:33.646Z] Running setup.py install for texttable: started [2020-12-02T15:46:35.613Z] Running setup.py install for texttable: finished with status 'done' [2020-12-02T15:46:35.613Z] Running setup.py install for dockerpty: started [2020-12-02T15:46:37.582Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-02T15:46:37.582Z] Attempting uninstall: urllib3 [2020-12-02T15:46:37.582Z] Found existing installation: urllib3 1.25.9 [2020-12-02T15:46:37.582Z] Uninstalling urllib3-1.25.9: [2020-12-02T15:46:37.582Z] Successfully uninstalled urllib3-1.25.9 [2020-12-02T15:46:37.852Z] Attempting uninstall: idna [2020-12-02T15:46:37.852Z] Found existing installation: idna 2.9 [2020-12-02T15:46:37.852Z] Uninstalling idna-2.9: [2020-12-02T15:46:38.124Z] Successfully uninstalled idna-2.9 [2020-12-02T15:46:38.715Z] Attempting uninstall: requests [2020-12-02T15:46:38.715Z] Found existing installation: requests 2.23.0 [2020-12-02T15:46:38.715Z] Uninstalling requests-2.23.0: [2020-12-02T15:46:38.715Z] Successfully uninstalled requests-2.23.0 [2020-12-02T15:46:38.987Z] Running setup.py install for PyYAML: started [2020-12-02T15:46:41.600Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-02T15:46:41.874Z] Running setup.py install for docopt: started [2020-12-02T15:46:43.847Z] Running setup.py install for docopt: finished with status 'done' [2020-12-02T15:46:45.269Z] 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-02T15:46:49.552Z] Removing intermediate container 39198e0e673c [2020-12-02T15:46:49.552Z] ---> 5c46d08c895f [2020-12-02T15:46:49.552Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-02T15:46:49.552Z] ---> Running in 16ea8905bd4a [2020-12-02T15:46:50.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T15:46:50.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T15:46:51.119Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-02T15:46:51.119Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-02T15:46:51.394Z] (3/3) Installing curl (7.69.1-r1) [2020-12-02T15:46:51.394Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T15:46:51.394Z] OK: 71 MiB in 58 packages [2020-12-02T15:46:52.828Z] Removing intermediate container 16ea8905bd4a [2020-12-02T15:46:52.828Z] ---> ee47d8327e01 [2020-12-02T15:46:52.828Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-02T15:46:52.828Z] ---> Running in f55e7e597693 [2020-12-02T15:46:53.099Z] Removing intermediate container f55e7e597693 [2020-12-02T15:46:53.099Z] ---> 8b932ec695d3 [2020-12-02T15:46:53.099Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T15:46:53.376Z] ---> Running in 8ae4396cf217 [2020-12-02T15:46:53.650Z] Removing intermediate container 8ae4396cf217 [2020-12-02T15:46:53.650Z] ---> 103dcd334149 [2020-12-02T15:46:53.650Z] Step 25/27 : LABEL arch=arm64 [2020-12-02T15:46:53.921Z] ---> Running in 21ce6e8b923c [2020-12-02T15:46:54.513Z] Removing intermediate container 21ce6e8b923c [2020-12-02T15:46:54.513Z] ---> a03bded31bac [2020-12-02T15:46:54.513Z] Step 26/27 : LABEL git_sha=0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:46:54.513Z] ---> Running in dacbd1f89053 [2020-12-02T15:46:55.106Z] Removing intermediate container dacbd1f89053 [2020-12-02T15:46:55.106Z] ---> f1ea9d83b210 [2020-12-02T15:46:55.106Z] Step 27/27 : LABEL version=1.3.1-dev.15 [2020-12-02T15:46:55.106Z] ---> Running in b2488e82f11d [2020-12-02T15:46:55.701Z] Removing intermediate container b2488e82f11d [2020-12-02T15:46:55.701Z] ---> 13d69dcc2406 [2020-12-02T15:46:55.701Z] [2020-12-02T15:46:55.972Z] Successfully built 13d69dcc2406 [2020-12-02T15:46:55.972Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-02T15:46:56.256Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-02T15:46:56.254Z] $ docker stop --time=1 680c3a478af361f0886a1db9788f1a0879e83f9c4d41c0e4eb2a86d19059bdba [2020-12-02T15:46:58.187Z] $ docker rm -f 680c3a478af361f0886a1db9788f1a0879e83f9c4d41c0e4eb2a86d19059bdba [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T15:46:58.893Z] + grep docker [2020-12-02T15:46:58.893Z] + docker images [2020-12-02T15:46:59.164Z] docker-sys-mgmt-agent-go-arm64 latest 13d69dcc2406 4 seconds ago 273MB [2020-12-02T15:46:59.164Z] docker-support-scheduler-go-arm64 latest 3f47178a0422 31 seconds ago 11.5MB [2020-12-02T15:46:59.164Z] docker-core-data-go-arm64 latest 88a8d5daf95b 34 seconds ago 22.3MB [2020-12-02T15:46:59.164Z] docker-core-metadata-go-arm64 latest 6d848f0fd177 About a minute ago 13.6MB [2020-12-02T15:46:59.164Z] docker-security-secretstore-setup-go-arm64 latest 3c51fa3c3133 About a minute ago 23.5MB [2020-12-02T15:46:59.164Z] docker-security-proxy-setup-go-arm64 latest 4c55c2e73efd About a minute ago 15.1MB [2020-12-02T15:46:59.164Z] docker-support-notifications-go-arm64 latest 4e8574e760d6 4 minutes ago 12.9MB [2020-12-02T15:46:59.164Z] docker-core-command-go-arm64 latest 5174f961da9e 4 minutes ago 11.4MB [2020-12-02T15:46:59.164Z] docker-security-secrets-setup-go-arm64 latest 6cfbebf8efdf 4 minutes ago 22.7MB [2020-12-02T15:46:59.164Z] docker-security-bootstrap-redis-go-arm64 latest 178b9d7da717 4 minutes ago 15.2MB [2020-12-02T15:46:59.164Z] docker-support-logging-go-arm64 latest 0f1961263eed 4 minutes ago 10.6MB [2020-12-02T15:46:59.164Z] docker latest 84e3a507c27b 15 hours 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-02T15:46:59.690Z] provisioning config files... [2020-12-02T15:46:59.726Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config3602267741567956998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:47:00.137Z] ---> docker-login.sh [2020-12-02T15:47:00.137Z] nexus3.edgexfoundry.org:10001 [2020-12-02T15:47:00.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:47:00.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:47:00.682Z] Configure a credential helper to remove this warning. See [2020-12-02T15:47:00.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:47:00.682Z] [2020-12-02T15:47:00.682Z] Login Succeeded [2020-12-02T15:47:00.682Z] nexus3.edgexfoundry.org:10002 [2020-12-02T15:47:00.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:47:01.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:47:01.229Z] Configure a credential helper to remove this warning. See [2020-12-02T15:47:01.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:47:01.229Z] [2020-12-02T15:47:01.229Z] Login Succeeded [2020-12-02T15:47:01.229Z] nexus3.edgexfoundry.org:10003 [2020-12-02T15:47:01.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:47:01.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:47:01.776Z] Configure a credential helper to remove this warning. See [2020-12-02T15:47:01.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:47:01.776Z] [2020-12-02T15:47:01.776Z] Login Succeeded [2020-12-02T15:47:01.776Z] nexus3.edgexfoundry.org:10004 [2020-12-02T15:47:02.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:47:02.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:47:02.373Z] Configure a credential helper to remove this warning. See [2020-12-02T15:47:02.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:47:02.373Z] [2020-12-02T15:47:02.373Z] Login Succeeded [2020-12-02T15:47:02.373Z] docker.io [2020-12-02T15:47:02.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T15:47:03.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T15:47:03.238Z] Configure a credential helper to remove this warning. See [2020-12-02T15:47:03.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T15:47:03.238Z] [2020-12-02T15:47:03.238Z] Login Succeeded [2020-12-02T15:47:03.238Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T15:47:03.254Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:03.600Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-02T15:47:03.600Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:03.600Z] 1.3.1-dev.15 [2020-12-02T15:47:03.600Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:03.600Z] master [2020-12-02T15:47:03.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:04.197Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:04.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:04.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-02T15:47:04.536Z] 902d08d26c9e: Preparing [2020-12-02T15:47:04.536Z] 5fbd10a0f7f2: Preparing [2020-12-02T15:47:04.536Z] 31000850a31f: Preparing [2020-12-02T15:47:04.807Z] 31000850a31f: Pushed [2020-12-02T15:47:04.807Z] 902d08d26c9e: Pushed [2020-12-02T15:47:08.182Z] 5fbd10a0f7f2: Pushed [2020-12-02T15:47:08.182Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:2562aaa08a8e08da7efb6124a9f0486fc75518a2d87219f9d93d99fecb7cb48d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:08.528Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:08.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:08.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-02T15:47:08.864Z] 902d08d26c9e: Preparing [2020-12-02T15:47:08.864Z] 5fbd10a0f7f2: Preparing [2020-12-02T15:47:08.864Z] 31000850a31f: Preparing [2020-12-02T15:47:08.864Z] 31000850a31f: Layer already exists [2020-12-02T15:47:08.864Z] 902d08d26c9e: Layer already exists [2020-12-02T15:47:08.864Z] 5fbd10a0f7f2: Layer already exists [2020-12-02T15:47:09.137Z] 1.3.1-dev.15: digest: sha256:2562aaa08a8e08da7efb6124a9f0486fc75518a2d87219f9d93d99fecb7cb48d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:09.483Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:09.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:09.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-02T15:47:09.817Z] 902d08d26c9e: Preparing [2020-12-02T15:47:09.817Z] 5fbd10a0f7f2: Preparing [2020-12-02T15:47:09.817Z] 31000850a31f: Preparing [2020-12-02T15:47:09.817Z] 5fbd10a0f7f2: Layer already exists [2020-12-02T15:47:09.817Z] 31000850a31f: Layer already exists [2020-12-02T15:47:09.817Z] 902d08d26c9e: Layer already exists [2020-12-02T15:47:10.087Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:2562aaa08a8e08da7efb6124a9f0486fc75518a2d87219f9d93d99fecb7cb48d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:10.436Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:10.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-02T15:47:10.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-02T15:47:10.774Z] 902d08d26c9e: Preparing [2020-12-02T15:47:10.774Z] 5fbd10a0f7f2: Preparing [2020-12-02T15:47:10.774Z] 31000850a31f: Preparing [2020-12-02T15:47:10.774Z] 31000850a31f: Layer already exists [2020-12-02T15:47:10.774Z] 902d08d26c9e: Layer already exists [2020-12-02T15:47:10.774Z] 5fbd10a0f7f2: Layer already exists [2020-12-02T15:47:11.045Z] master: digest: sha256:2562aaa08a8e08da7efb6124a9f0486fc75518a2d87219f9d93d99fecb7cb48d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:11.248Z] ===================================================== [Pipeline] echo [2020-12-02T15:47:11.300Z] taggedImages: [2020-12-02T15:47:11.300Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:11.300Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:11.300Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:11.300Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-02T15:47:11.387Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-02T15:47:11.387Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:11.387Z] 1.3.1-dev.15 [2020-12-02T15:47:11.387Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:11.387Z] master [2020-12-02T15:47:11.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:11.952Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:12.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:12.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-02T15:47:12.339Z] 6e9ede58748a: Preparing [2020-12-02T15:47:12.339Z] 6cb510ee0681: Preparing [2020-12-02T15:47:12.339Z] 07fd5bcee415: Preparing [2020-12-02T15:47:12.339Z] f8f4020ec40a: Preparing [2020-12-02T15:47:12.339Z] af2e9780e8a8: Preparing [2020-12-02T15:47:12.339Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:12.339Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:12.636Z] af2e9780e8a8: Pushed [2020-12-02T15:47:12.636Z] 6e9ede58748a: Pushed [2020-12-02T15:47:12.636Z] 07fd5bcee415: Pushed [2020-12-02T15:47:12.928Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:13.540Z] f8f4020ec40a: Pushed [2020-12-02T15:47:16.160Z] 6cb510ee0681: Pushed [2020-12-02T15:47:16.161Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:0a7b0ba8c43c7ae91d45285e7aba6874e4dfb7246dc4742d19ab1b9428400826 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:16.500Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:16.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:16.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-02T15:47:16.836Z] 6e9ede58748a: Preparing [2020-12-02T15:47:16.836Z] 6cb510ee0681: Preparing [2020-12-02T15:47:16.836Z] 07fd5bcee415: Preparing [2020-12-02T15:47:16.836Z] f8f4020ec40a: Preparing [2020-12-02T15:47:16.836Z] af2e9780e8a8: Preparing [2020-12-02T15:47:16.836Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:16.836Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:16.836Z] af2e9780e8a8: Layer already exists [2020-12-02T15:47:16.836Z] 6e9ede58748a: Layer already exists [2020-12-02T15:47:16.836Z] 07fd5bcee415: Layer already exists [2020-12-02T15:47:16.836Z] f8f4020ec40a: Layer already exists [2020-12-02T15:47:16.836Z] 6cb510ee0681: Layer already exists [2020-12-02T15:47:16.836Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:17.106Z] 1.3.1-dev.15: digest: sha256:0a7b0ba8c43c7ae91d45285e7aba6874e4dfb7246dc4742d19ab1b9428400826 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:17.451Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:17.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:17.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-02T15:47:17.787Z] 6e9ede58748a: Preparing [2020-12-02T15:47:17.787Z] 6cb510ee0681: Preparing [2020-12-02T15:47:17.787Z] 07fd5bcee415: Preparing [2020-12-02T15:47:17.787Z] f8f4020ec40a: Preparing [2020-12-02T15:47:17.787Z] af2e9780e8a8: Preparing [2020-12-02T15:47:17.787Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:17.787Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:17.787Z] af2e9780e8a8: Layer already exists [2020-12-02T15:47:17.787Z] 07fd5bcee415: Layer already exists [2020-12-02T15:47:17.787Z] 6cb510ee0681: Layer already exists [2020-12-02T15:47:18.059Z] f8f4020ec40a: Layer already exists [2020-12-02T15:47:18.059Z] 6e9ede58748a: Layer already exists [2020-12-02T15:47:18.059Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:18.059Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:0a7b0ba8c43c7ae91d45285e7aba6874e4dfb7246dc4742d19ab1b9428400826 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:18.400Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:18.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-02T15:47:18.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-02T15:47:18.739Z] 6e9ede58748a: Preparing [2020-12-02T15:47:18.739Z] 6cb510ee0681: Preparing [2020-12-02T15:47:18.739Z] 07fd5bcee415: Preparing [2020-12-02T15:47:18.739Z] f8f4020ec40a: Preparing [2020-12-02T15:47:18.739Z] af2e9780e8a8: Preparing [2020-12-02T15:47:18.739Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:18.739Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:18.739Z] af2e9780e8a8: Layer already exists [2020-12-02T15:47:18.739Z] 6e9ede58748a: Layer already exists [2020-12-02T15:47:18.739Z] f8f4020ec40a: Layer already exists [2020-12-02T15:47:18.739Z] 07fd5bcee415: Layer already exists [2020-12-02T15:47:18.739Z] 6cb510ee0681: Layer already exists [2020-12-02T15:47:18.739Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:19.011Z] master: digest: sha256:0a7b0ba8c43c7ae91d45285e7aba6874e4dfb7246dc4742d19ab1b9428400826 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:19.209Z] ===================================================== [Pipeline] echo [2020-12-02T15:47:19.259Z] taggedImages: [2020-12-02T15:47:19.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:19.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:19.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:19.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-02T15:47:19.319Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-02T15:47:19.319Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:19.319Z] 1.3.1-dev.15 [2020-12-02T15:47:19.319Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:19.319Z] master [2020-12-02T15:47:19.319Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:19.827Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:20.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:20.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-02T15:47:20.168Z] 4528166c1ece: Preparing [2020-12-02T15:47:20.168Z] 9a14d91f92dc: Preparing [2020-12-02T15:47:20.168Z] ae97b76fe8c0: Preparing [2020-12-02T15:47:20.443Z] 4528166c1ece: Pushed [2020-12-02T15:47:20.443Z] ae97b76fe8c0: Pushed [2020-12-02T15:47:23.048Z] 9a14d91f92dc: Pushed [2020-12-02T15:47:23.318Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:9ec6681c32541997ad4ca735dd9352d352c805a2ec38053519255eb57d92c5ff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:23.657Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:23.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:23.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-02T15:47:23.988Z] 4528166c1ece: Preparing [2020-12-02T15:47:23.988Z] 9a14d91f92dc: Preparing [2020-12-02T15:47:23.988Z] ae97b76fe8c0: Preparing [2020-12-02T15:47:23.988Z] 4528166c1ece: Layer already exists [2020-12-02T15:47:23.988Z] 9a14d91f92dc: Layer already exists [2020-12-02T15:47:23.988Z] ae97b76fe8c0: Layer already exists [2020-12-02T15:47:24.260Z] 1.3.1-dev.15: digest: sha256:9ec6681c32541997ad4ca735dd9352d352c805a2ec38053519255eb57d92c5ff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:24.632Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:24.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:24.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-02T15:47:24.965Z] 4528166c1ece: Preparing [2020-12-02T15:47:24.965Z] 9a14d91f92dc: Preparing [2020-12-02T15:47:24.965Z] ae97b76fe8c0: Preparing [2020-12-02T15:47:24.965Z] 9a14d91f92dc: Layer already exists [2020-12-02T15:47:24.965Z] ae97b76fe8c0: Layer already exists [2020-12-02T15:47:24.965Z] 4528166c1ece: Layer already exists [2020-12-02T15:47:25.236Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:9ec6681c32541997ad4ca735dd9352d352c805a2ec38053519255eb57d92c5ff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:25.576Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:25.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-02T15:47:25.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-02T15:47:25.908Z] 4528166c1ece: Preparing [2020-12-02T15:47:25.908Z] 9a14d91f92dc: Preparing [2020-12-02T15:47:25.908Z] ae97b76fe8c0: Preparing [2020-12-02T15:47:25.908Z] 4528166c1ece: Layer already exists [2020-12-02T15:47:25.908Z] ae97b76fe8c0: Layer already exists [2020-12-02T15:47:25.908Z] 9a14d91f92dc: Layer already exists [2020-12-02T15:47:26.177Z] master: digest: sha256:9ec6681c32541997ad4ca735dd9352d352c805a2ec38053519255eb57d92c5ff size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:26.389Z] ===================================================== [Pipeline] echo [2020-12-02T15:47:26.439Z] taggedImages: [2020-12-02T15:47:26.439Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:26.440Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:26.440Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:26.440Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-02T15:47:26.510Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-02T15:47:26.510Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:26.510Z] 1.3.1-dev.15 [2020-12-02T15:47:26.510Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:26.511Z] master [2020-12-02T15:47:26.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:27.054Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:27.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:27.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-02T15:47:27.401Z] c08ad87bc8d4: Preparing [2020-12-02T15:47:27.401Z] a2d91ffd4377: Preparing [2020-12-02T15:47:27.401Z] f2bbe7e13f7d: Preparing [2020-12-02T15:47:27.401Z] aaeb55565c65: Preparing [2020-12-02T15:47:27.401Z] 0cce548bd2eb: Preparing [2020-12-02T15:47:27.401Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:27.401Z] 66b385cf80cf: Preparing [2020-12-02T15:47:27.401Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:27.401Z] 66b385cf80cf: Waiting [2020-12-02T15:47:27.676Z] a2d91ffd4377: Pushed [2020-12-02T15:47:27.676Z] c08ad87bc8d4: Pushed [2020-12-02T15:47:27.676Z] f2bbe7e13f7d: Pushed [2020-12-02T15:47:27.676Z] 0cce548bd2eb: Pushed [2020-12-02T15:47:27.946Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:28.218Z] 7e81ebc7409a: Pushed [2020-12-02T15:47:29.640Z] aaeb55565c65: Pushed [2020-12-02T15:47:29.912Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:6f43280a0c484e5c1d6282a7582b7d94521308c970597795edffad775073e563 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:30.250Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:30.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:30.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-02T15:47:30.582Z] c08ad87bc8d4: Preparing [2020-12-02T15:47:30.582Z] a2d91ffd4377: Preparing [2020-12-02T15:47:30.582Z] f2bbe7e13f7d: Preparing [2020-12-02T15:47:30.582Z] aaeb55565c65: Preparing [2020-12-02T15:47:30.582Z] 0cce548bd2eb: Preparing [2020-12-02T15:47:30.582Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:30.582Z] 66b385cf80cf: Preparing [2020-12-02T15:47:30.582Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:30.582Z] 66b385cf80cf: Waiting [2020-12-02T15:47:30.582Z] 0cce548bd2eb: Layer already exists [2020-12-02T15:47:30.582Z] a2d91ffd4377: Layer already exists [2020-12-02T15:47:30.582Z] c08ad87bc8d4: Layer already exists [2020-12-02T15:47:30.582Z] f2bbe7e13f7d: Layer already exists [2020-12-02T15:47:30.582Z] aaeb55565c65: Layer already exists [2020-12-02T15:47:30.852Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:30.852Z] 7e81ebc7409a: Layer already exists [2020-12-02T15:47:30.852Z] 1.3.1-dev.15: digest: sha256:6f43280a0c484e5c1d6282a7582b7d94521308c970597795edffad775073e563 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:31.192Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:31.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:31.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-02T15:47:31.530Z] c08ad87bc8d4: Preparing [2020-12-02T15:47:31.530Z] a2d91ffd4377: Preparing [2020-12-02T15:47:31.530Z] f2bbe7e13f7d: Preparing [2020-12-02T15:47:31.530Z] aaeb55565c65: Preparing [2020-12-02T15:47:31.530Z] 0cce548bd2eb: Preparing [2020-12-02T15:47:31.530Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:31.530Z] 66b385cf80cf: Preparing [2020-12-02T15:47:31.530Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:31.530Z] 66b385cf80cf: Waiting [2020-12-02T15:47:31.802Z] c08ad87bc8d4: Layer already exists [2020-12-02T15:47:31.802Z] a2d91ffd4377: Layer already exists [2020-12-02T15:47:31.802Z] f2bbe7e13f7d: Layer already exists [2020-12-02T15:47:31.802Z] aaeb55565c65: Layer already exists [2020-12-02T15:47:31.802Z] 0cce548bd2eb: Layer already exists [2020-12-02T15:47:31.802Z] 7e81ebc7409a: Layer already exists [2020-12-02T15:47:31.802Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:31.802Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:6f43280a0c484e5c1d6282a7582b7d94521308c970597795edffad775073e563 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:32.144Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:32.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-02T15:47:32.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-02T15:47:32.479Z] c08ad87bc8d4: Preparing [2020-12-02T15:47:32.479Z] a2d91ffd4377: Preparing [2020-12-02T15:47:32.479Z] f2bbe7e13f7d: Preparing [2020-12-02T15:47:32.479Z] aaeb55565c65: Preparing [2020-12-02T15:47:32.479Z] 0cce548bd2eb: Preparing [2020-12-02T15:47:32.479Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:32.479Z] 66b385cf80cf: Preparing [2020-12-02T15:47:32.479Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:32.479Z] 66b385cf80cf: Waiting [2020-12-02T15:47:32.753Z] aaeb55565c65: Layer already exists [2020-12-02T15:47:32.753Z] 0cce548bd2eb: Layer already exists [2020-12-02T15:47:32.753Z] a2d91ffd4377: Layer already exists [2020-12-02T15:47:32.753Z] f2bbe7e13f7d: Layer already exists [2020-12-02T15:47:32.753Z] c08ad87bc8d4: Layer already exists [2020-12-02T15:47:32.753Z] 7e81ebc7409a: Layer already exists [2020-12-02T15:47:32.753Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:32.753Z] master: digest: sha256:6f43280a0c484e5c1d6282a7582b7d94521308c970597795edffad775073e563 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:33.042Z] ===================================================== [Pipeline] echo [2020-12-02T15:47:33.090Z] taggedImages: [2020-12-02T15:47:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-02T15:47:33.153Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-02T15:47:33.153Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:33.153Z] 1.3.1-dev.15 [2020-12-02T15:47:33.153Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:33.153Z] master [2020-12-02T15:47:33.153Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:33.702Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:34.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:34.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-02T15:47:34.036Z] 54a9314b3b7d: Preparing [2020-12-02T15:47:34.036Z] b91602e295fe: Preparing [2020-12-02T15:47:34.036Z] 2263ea958abc: Preparing [2020-12-02T15:47:34.036Z] baca65dd9c31: Preparing [2020-12-02T15:47:34.036Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:34.308Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:34.308Z] 2263ea958abc: Pushed [2020-12-02T15:47:34.308Z] b91602e295fe: Pushed [2020-12-02T15:47:34.580Z] baca65dd9c31: Pushed [2020-12-02T15:47:36.566Z] 54a9314b3b7d: Pushed [2020-12-02T15:47:36.566Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:8e218685cbd83f0bf2f8129fc260d90f65e60068f2c842f8b5fa168b51248563 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:36.912Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:37.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:37.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-02T15:47:37.254Z] 54a9314b3b7d: Preparing [2020-12-02T15:47:37.254Z] b91602e295fe: Preparing [2020-12-02T15:47:37.254Z] 2263ea958abc: Preparing [2020-12-02T15:47:37.254Z] baca65dd9c31: Preparing [2020-12-02T15:47:37.254Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:37.526Z] baca65dd9c31: Layer already exists [2020-12-02T15:47:37.526Z] 2263ea958abc: Layer already exists [2020-12-02T15:47:37.526Z] b91602e295fe: Layer already exists [2020-12-02T15:47:37.526Z] 54a9314b3b7d: Layer already exists [2020-12-02T15:47:37.526Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:37.526Z] 1.3.1-dev.15: digest: sha256:8e218685cbd83f0bf2f8129fc260d90f65e60068f2c842f8b5fa168b51248563 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:37.866Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:38.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:38.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-02T15:47:38.198Z] 54a9314b3b7d: Preparing [2020-12-02T15:47:38.198Z] b91602e295fe: Preparing [2020-12-02T15:47:38.198Z] 2263ea958abc: Preparing [2020-12-02T15:47:38.198Z] baca65dd9c31: Preparing [2020-12-02T15:47:38.198Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:38.198Z] 54a9314b3b7d: Layer already exists [2020-12-02T15:47:38.198Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:38.198Z] b91602e295fe: Layer already exists [2020-12-02T15:47:38.469Z] baca65dd9c31: Layer already exists [2020-12-02T15:47:38.469Z] 2263ea958abc: Layer already exists [2020-12-02T15:47:38.469Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:8e218685cbd83f0bf2f8129fc260d90f65e60068f2c842f8b5fa168b51248563 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:38.816Z] + 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-02T15:47:39.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-02T15:47:39.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-02T15:47:39.151Z] 54a9314b3b7d: Preparing [2020-12-02T15:47:39.151Z] b91602e295fe: Preparing [2020-12-02T15:47:39.151Z] 2263ea958abc: Preparing [2020-12-02T15:47:39.151Z] baca65dd9c31: Preparing [2020-12-02T15:47:39.151Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:39.423Z] baca65dd9c31: Layer already exists [2020-12-02T15:47:39.423Z] b91602e295fe: Layer already exists [2020-12-02T15:47:39.423Z] 54a9314b3b7d: Layer already exists [2020-12-02T15:47:39.423Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:39.423Z] 2263ea958abc: Layer already exists [2020-12-02T15:47:39.423Z] master: digest: sha256:8e218685cbd83f0bf2f8129fc260d90f65e60068f2c842f8b5fa168b51248563 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:39.628Z] ===================================================== [Pipeline] echo [2020-12-02T15:47:39.675Z] taggedImages: [2020-12-02T15:47:39.675Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:39.675Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:39.675Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:39.675Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-02T15:47:39.808Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-02T15:47:39.808Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:39.808Z] 1.3.1-dev.15 [2020-12-02T15:47:39.808Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:39.808Z] master [2020-12-02T15:47:39.808Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:40.319Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:40.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:40.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-02T15:47:40.651Z] 4118913811c2: Preparing [2020-12-02T15:47:40.651Z] ef504d6e2f6f: Preparing [2020-12-02T15:47:40.651Z] 634597bbb304: Preparing [2020-12-02T15:47:40.651Z] 11f943918eba: Preparing [2020-12-02T15:47:40.651Z] 11f943918eba: Preparing [2020-12-02T15:47:40.651Z] 6d9915ce2591: Preparing [2020-12-02T15:47:40.651Z] 481633745828: Preparing [2020-12-02T15:47:40.651Z] 8f52615c1f0d: Preparing [2020-12-02T15:47:40.651Z] 4118913811c2: Preparing [2020-12-02T15:47:40.651Z] 4b7adbd43214: Preparing [2020-12-02T15:47:40.651Z] dbcebff92516: Preparing [2020-12-02T15:47:40.651Z] c088c7196b7b: Preparing [2020-12-02T15:47:40.651Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:40.651Z] 4b7adbd43214: Waiting [2020-12-02T15:47:40.651Z] dbcebff92516: Waiting [2020-12-02T15:47:40.651Z] c088c7196b7b: Waiting [2020-12-02T15:47:40.651Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:40.651Z] 481633745828: Waiting [2020-12-02T15:47:40.651Z] 8f52615c1f0d: Waiting [2020-12-02T15:47:40.922Z] 6d9915ce2591: Pushed [2020-12-02T15:47:40.922Z] 11f943918eba: Pushed [2020-12-02T15:47:41.196Z] 634597bbb304: Pushed [2020-12-02T15:47:41.196Z] ef504d6e2f6f: Pushed [2020-12-02T15:47:41.196Z] 4b7adbd43214: Pushed [2020-12-02T15:47:41.468Z] dbcebff92516: Pushed [2020-12-02T15:47:41.468Z] 481633745828: Pushed [2020-12-02T15:47:41.468Z] 8f52615c1f0d: Pushed [2020-12-02T15:47:41.468Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:41.740Z] c088c7196b7b: Pushed [2020-12-02T15:47:43.173Z] 4118913811c2: Pushed [2020-12-02T15:47:43.445Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:b463c1bf26ce637db5d1b54e934f1bb929d082b4359eaaf298c786efa86e3421 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:44.055Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:44.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:44.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-02T15:47:44.385Z] 4118913811c2: Preparing [2020-12-02T15:47:44.385Z] ef504d6e2f6f: Preparing [2020-12-02T15:47:44.385Z] 634597bbb304: Preparing [2020-12-02T15:47:44.385Z] 11f943918eba: Preparing [2020-12-02T15:47:44.385Z] 11f943918eba: Preparing [2020-12-02T15:47:44.385Z] 6d9915ce2591: Preparing [2020-12-02T15:47:44.385Z] 481633745828: Preparing [2020-12-02T15:47:44.385Z] 8f52615c1f0d: Preparing [2020-12-02T15:47:44.385Z] 4118913811c2: Preparing [2020-12-02T15:47:44.385Z] 4b7adbd43214: Preparing [2020-12-02T15:47:44.385Z] dbcebff92516: Preparing [2020-12-02T15:47:44.385Z] c088c7196b7b: Preparing [2020-12-02T15:47:44.385Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:44.385Z] 481633745828: Waiting [2020-12-02T15:47:44.385Z] 8f52615c1f0d: Waiting [2020-12-02T15:47:44.385Z] 4b7adbd43214: Waiting [2020-12-02T15:47:44.385Z] dbcebff92516: Waiting [2020-12-02T15:47:44.386Z] c088c7196b7b: Waiting [2020-12-02T15:47:44.386Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:44.662Z] ef504d6e2f6f: Layer already exists [2020-12-02T15:47:44.662Z] 6d9915ce2591: Layer already exists [2020-12-02T15:47:44.662Z] 634597bbb304: Layer already exists [2020-12-02T15:47:44.662Z] 4118913811c2: Layer already exists [2020-12-02T15:47:44.662Z] 11f943918eba: Layer already exists [2020-12-02T15:47:44.662Z] 8f52615c1f0d: Layer already exists [2020-12-02T15:47:44.662Z] 4b7adbd43214: Layer already exists [2020-12-02T15:47:44.662Z] 481633745828: Layer already exists [2020-12-02T15:47:44.662Z] c088c7196b7b: Layer already exists [2020-12-02T15:47:44.662Z] dbcebff92516: Layer already exists [2020-12-02T15:47:44.662Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:44.662Z] 1.3.1-dev.15: digest: sha256:b463c1bf26ce637db5d1b54e934f1bb929d082b4359eaaf298c786efa86e3421 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:45.000Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:45.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:45.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-02T15:47:45.334Z] 4118913811c2: Preparing [2020-12-02T15:47:45.334Z] ef504d6e2f6f: Preparing [2020-12-02T15:47:45.334Z] 634597bbb304: Preparing [2020-12-02T15:47:45.334Z] 11f943918eba: Preparing [2020-12-02T15:47:45.334Z] 11f943918eba: Preparing [2020-12-02T15:47:45.334Z] 6d9915ce2591: Preparing [2020-12-02T15:47:45.334Z] 481633745828: Preparing [2020-12-02T15:47:45.334Z] 8f52615c1f0d: Preparing [2020-12-02T15:47:45.334Z] 4118913811c2: Preparing [2020-12-02T15:47:45.334Z] 4b7adbd43214: Preparing [2020-12-02T15:47:45.334Z] dbcebff92516: Preparing [2020-12-02T15:47:45.334Z] c088c7196b7b: Preparing [2020-12-02T15:47:45.334Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:45.334Z] 481633745828: Waiting [2020-12-02T15:47:45.334Z] dbcebff92516: Waiting [2020-12-02T15:47:45.334Z] 8f52615c1f0d: Waiting [2020-12-02T15:47:45.334Z] 4b7adbd43214: Waiting [2020-12-02T15:47:45.334Z] c088c7196b7b: Waiting [2020-12-02T15:47:45.334Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:45.605Z] ef504d6e2f6f: Layer already exists [2020-12-02T15:47:45.605Z] 634597bbb304: Layer already exists [2020-12-02T15:47:45.605Z] 4118913811c2: Layer already exists [2020-12-02T15:47:45.605Z] 6d9915ce2591: Layer already exists [2020-12-02T15:47:45.605Z] 11f943918eba: Layer already exists [2020-12-02T15:47:45.605Z] 4b7adbd43214: Layer already exists [2020-12-02T15:47:45.605Z] 481633745828: Layer already exists [2020-12-02T15:47:45.605Z] 8f52615c1f0d: Layer already exists [2020-12-02T15:47:45.605Z] dbcebff92516: Layer already exists [2020-12-02T15:47:45.605Z] c088c7196b7b: Layer already exists [2020-12-02T15:47:45.605Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:45.605Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:b463c1bf26ce637db5d1b54e934f1bb929d082b4359eaaf298c786efa86e3421 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:45.943Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:46.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-02T15:47:46.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-02T15:47:46.276Z] 4118913811c2: Preparing [2020-12-02T15:47:46.276Z] ef504d6e2f6f: Preparing [2020-12-02T15:47:46.276Z] 634597bbb304: Preparing [2020-12-02T15:47:46.276Z] 11f943918eba: Preparing [2020-12-02T15:47:46.276Z] 11f943918eba: Preparing [2020-12-02T15:47:46.276Z] 6d9915ce2591: Preparing [2020-12-02T15:47:46.276Z] 481633745828: Preparing [2020-12-02T15:47:46.276Z] 8f52615c1f0d: Preparing [2020-12-02T15:47:46.276Z] 4118913811c2: Preparing [2020-12-02T15:47:46.276Z] 4b7adbd43214: Preparing [2020-12-02T15:47:46.276Z] dbcebff92516: Preparing [2020-12-02T15:47:46.276Z] c088c7196b7b: Preparing [2020-12-02T15:47:46.276Z] cd3761cfa1d9: Preparing [2020-12-02T15:47:46.276Z] 481633745828: Waiting [2020-12-02T15:47:46.276Z] 8f52615c1f0d: Waiting [2020-12-02T15:47:46.276Z] c088c7196b7b: Waiting [2020-12-02T15:47:46.276Z] cd3761cfa1d9: Waiting [2020-12-02T15:47:46.276Z] 4b7adbd43214: Waiting [2020-12-02T15:47:46.276Z] dbcebff92516: Waiting [2020-12-02T15:47:46.547Z] ef504d6e2f6f: Layer already exists [2020-12-02T15:47:46.547Z] 6d9915ce2591: Layer already exists [2020-12-02T15:47:46.547Z] 4118913811c2: Layer already exists [2020-12-02T15:47:46.547Z] 634597bbb304: Layer already exists [2020-12-02T15:47:46.547Z] 11f943918eba: Layer already exists [2020-12-02T15:47:46.547Z] 8f52615c1f0d: Layer already exists [2020-12-02T15:47:46.547Z] 481633745828: Layer already exists [2020-12-02T15:47:46.547Z] 4b7adbd43214: Layer already exists [2020-12-02T15:47:46.547Z] c088c7196b7b: Layer already exists [2020-12-02T15:47:46.547Z] dbcebff92516: Layer already exists [2020-12-02T15:47:46.547Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:47:46.547Z] master: digest: sha256:b463c1bf26ce637db5d1b54e934f1bb929d082b4359eaaf298c786efa86e3421 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:46.749Z] ===================================================== [Pipeline] echo [2020-12-02T15:47:46.800Z] taggedImages: [2020-12-02T15:47:46.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:46.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:46.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:46.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-02T15:47:46.864Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-02T15:47:46.864Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:46.864Z] 1.3.1-dev.15 [2020-12-02T15:47:46.864Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:46.864Z] master [2020-12-02T15:47:46.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:47.370Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:47.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:47.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-02T15:47:47.710Z] b686c45cf8d9: Preparing [2020-12-02T15:47:47.710Z] 9e357bf78169: Preparing [2020-12-02T15:47:47.710Z] 85d8327fa7b2: Preparing [2020-12-02T15:47:47.710Z] c063b326327c: Preparing [2020-12-02T15:47:47.710Z] 7face695548e: Preparing [2020-12-02T15:47:47.710Z] 01a292e314fc: Preparing [2020-12-02T15:47:47.710Z] 310196217541: Preparing [2020-12-02T15:47:47.710Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:47.710Z] 66b385cf80cf: Preparing [2020-12-02T15:47:47.710Z] 01a292e314fc: Waiting [2020-12-02T15:47:47.710Z] 66b385cf80cf: Waiting [2020-12-02T15:47:47.710Z] 310196217541: Waiting [2020-12-02T15:47:47.710Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:47.980Z] 7face695548e: Pushed [2020-12-02T15:47:47.980Z] 9e357bf78169: Pushed [2020-12-02T15:47:47.980Z] b686c45cf8d9: Pushed [2020-12-02T15:47:48.253Z] 7e81ebc7409a: Layer already exists [2020-12-02T15:47:48.253Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:48.253Z] 01a292e314fc: Pushed [2020-12-02T15:47:48.253Z] 310196217541: Pushed [2020-12-02T15:47:50.222Z] 85d8327fa7b2: Pushed [2020-12-02T15:47:50.222Z] c063b326327c: Pushed [2020-12-02T15:47:50.493Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:714cdc21c22628af3d55987750af79791350a909056f2d8da4ca1ac83f81d5af size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:50.829Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:51.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:51.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-02T15:47:51.160Z] b686c45cf8d9: Preparing [2020-12-02T15:47:51.160Z] 9e357bf78169: Preparing [2020-12-02T15:47:51.160Z] 85d8327fa7b2: Preparing [2020-12-02T15:47:51.160Z] c063b326327c: Preparing [2020-12-02T15:47:51.161Z] 7face695548e: Preparing [2020-12-02T15:47:51.161Z] 01a292e314fc: Preparing [2020-12-02T15:47:51.161Z] 310196217541: Preparing [2020-12-02T15:47:51.161Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:51.161Z] 66b385cf80cf: Preparing [2020-12-02T15:47:51.161Z] 310196217541: Waiting [2020-12-02T15:47:51.161Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:51.161Z] 66b385cf80cf: Waiting [2020-12-02T15:47:51.161Z] 01a292e314fc: Waiting [2020-12-02T15:47:51.161Z] 7face695548e: Layer already exists [2020-12-02T15:47:51.161Z] c063b326327c: Layer already exists [2020-12-02T15:47:51.430Z] b686c45cf8d9: Layer already exists [2020-12-02T15:47:51.430Z] 9e357bf78169: Layer already exists [2020-12-02T15:47:51.430Z] 85d8327fa7b2: Layer already exists [2020-12-02T15:47:51.430Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:51.430Z] 01a292e314fc: Layer already exists [2020-12-02T15:47:51.430Z] 310196217541: Layer already exists [2020-12-02T15:47:51.430Z] 7e81ebc7409a: Layer already exists [2020-12-02T15:47:51.430Z] 1.3.1-dev.15: digest: sha256:714cdc21c22628af3d55987750af79791350a909056f2d8da4ca1ac83f81d5af size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:51.768Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:52.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:52.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-02T15:47:52.146Z] b686c45cf8d9: Preparing [2020-12-02T15:47:52.146Z] 9e357bf78169: Preparing [2020-12-02T15:47:52.146Z] 85d8327fa7b2: Preparing [2020-12-02T15:47:52.146Z] c063b326327c: Preparing [2020-12-02T15:47:52.146Z] 7face695548e: Preparing [2020-12-02T15:47:52.146Z] 01a292e314fc: Preparing [2020-12-02T15:47:52.146Z] 310196217541: Preparing [2020-12-02T15:47:52.146Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:52.146Z] 66b385cf80cf: Preparing [2020-12-02T15:47:52.146Z] 01a292e314fc: Waiting [2020-12-02T15:47:52.146Z] 310196217541: Waiting [2020-12-02T15:47:52.146Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:52.146Z] 66b385cf80cf: Waiting [2020-12-02T15:47:52.146Z] 85d8327fa7b2: Layer already exists [2020-12-02T15:47:52.146Z] 9e357bf78169: Layer already exists [2020-12-02T15:47:52.146Z] 7face695548e: Layer already exists [2020-12-02T15:47:52.146Z] b686c45cf8d9: Layer already exists [2020-12-02T15:47:52.146Z] c063b326327c: Layer already exists [2020-12-02T15:47:52.415Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:52.415Z] 01a292e314fc: Layer already exists [2020-12-02T15:47:52.415Z] 7e81ebc7409a: Layer already exists [2020-12-02T15:47:52.415Z] 310196217541: Layer already exists [2020-12-02T15:47:52.415Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:714cdc21c22628af3d55987750af79791350a909056f2d8da4ca1ac83f81d5af size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:52.752Z] + 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-02T15:47:53.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-02T15:47:53.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-02T15:47:53.083Z] b686c45cf8d9: Preparing [2020-12-02T15:47:53.083Z] 9e357bf78169: Preparing [2020-12-02T15:47:53.083Z] 85d8327fa7b2: Preparing [2020-12-02T15:47:53.083Z] c063b326327c: Preparing [2020-12-02T15:47:53.083Z] 7face695548e: Preparing [2020-12-02T15:47:53.083Z] 01a292e314fc: Preparing [2020-12-02T15:47:53.083Z] 310196217541: Preparing [2020-12-02T15:47:53.083Z] 7e81ebc7409a: Preparing [2020-12-02T15:47:53.083Z] 66b385cf80cf: Preparing [2020-12-02T15:47:53.083Z] 310196217541: Waiting [2020-12-02T15:47:53.083Z] 7e81ebc7409a: Waiting [2020-12-02T15:47:53.083Z] 66b385cf80cf: Waiting [2020-12-02T15:47:53.083Z] 01a292e314fc: Waiting [2020-12-02T15:47:53.083Z] 85d8327fa7b2: Layer already exists [2020-12-02T15:47:53.083Z] b686c45cf8d9: Layer already exists [2020-12-02T15:47:53.355Z] 9e357bf78169: Layer already exists [2020-12-02T15:47:53.355Z] c063b326327c: Layer already exists [2020-12-02T15:47:53.355Z] 7face695548e: Layer already exists [2020-12-02T15:47:53.355Z] 7e81ebc7409a: Layer already exists [2020-12-02T15:47:53.355Z] 66b385cf80cf: Layer already exists [2020-12-02T15:47:53.355Z] 310196217541: Layer already exists [2020-12-02T15:47:53.355Z] 01a292e314fc: Layer already exists [2020-12-02T15:47:53.355Z] master: digest: sha256:714cdc21c22628af3d55987750af79791350a909056f2d8da4ca1ac83f81d5af size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:47:53.562Z] ===================================================== [Pipeline] echo [2020-12-02T15:47:53.612Z] taggedImages: [2020-12-02T15:47:53.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:53.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:53.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:53.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-02T15:47:53.683Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-12-02T15:47:53.684Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:53.684Z] 1.3.1-dev.15 [2020-12-02T15:47:53.684Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:53.684Z] master [2020-12-02T15:47:53.684Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:54.197Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:54.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:47:54.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-02T15:47:54.530Z] 1a4485e7d4b9: Preparing [2020-12-02T15:47:54.530Z] d02e845a094d: Preparing [2020-12-02T15:47:54.530Z] 7bcbdb08c47f: Preparing [2020-12-02T15:47:54.530Z] 53ec16c14d14: Preparing [2020-12-02T15:47:54.809Z] 1a4485e7d4b9: Pushed [2020-12-02T15:47:54.809Z] 7bcbdb08c47f: Pushed [2020-12-02T15:47:55.080Z] 53ec16c14d14: Pushed [2020-12-02T15:47:57.679Z] d02e845a094d: Pushed [2020-12-02T15:47:57.679Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:0fb669fbb77642ddcc7fb945f5f625eb6d9ae560e8a358589db390dff161ac3a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:58.014Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:58.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.15 [2020-12-02T15:47:58.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-02T15:47:58.344Z] 1a4485e7d4b9: Preparing [2020-12-02T15:47:58.344Z] d02e845a094d: Preparing [2020-12-02T15:47:58.344Z] 7bcbdb08c47f: Preparing [2020-12-02T15:47:58.344Z] 53ec16c14d14: Preparing [2020-12-02T15:47:58.344Z] 53ec16c14d14: Layer already exists [2020-12-02T15:47:58.344Z] d02e845a094d: Layer already exists [2020-12-02T15:47:58.344Z] 1a4485e7d4b9: Layer already exists [2020-12-02T15:47:58.344Z] 7bcbdb08c47f: Layer already exists [2020-12-02T15:47:58.615Z] 1.3.1-dev.15: digest: sha256:0fb669fbb77642ddcc7fb945f5f625eb6d9ae560e8a358589db390dff161ac3a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:59.022Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:47:59.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:47:59.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-02T15:47:59.405Z] 1a4485e7d4b9: Preparing [2020-12-02T15:47:59.405Z] d02e845a094d: Preparing [2020-12-02T15:47:59.405Z] 7bcbdb08c47f: Preparing [2020-12-02T15:47:59.405Z] 53ec16c14d14: Preparing [2020-12-02T15:47:59.405Z] 53ec16c14d14: Layer already exists [2020-12-02T15:47:59.405Z] 1a4485e7d4b9: Layer already exists [2020-12-02T15:47:59.405Z] d02e845a094d: Layer already exists [2020-12-02T15:47:59.686Z] 7bcbdb08c47f: Layer already exists [2020-12-02T15:47:59.686Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:0fb669fbb77642ddcc7fb945f5f625eb6d9ae560e8a358589db390dff161ac3a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:00.035Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:00.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-12-02T15:48:00.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-02T15:48:00.371Z] 1a4485e7d4b9: Preparing [2020-12-02T15:48:00.371Z] d02e845a094d: Preparing [2020-12-02T15:48:00.371Z] 7bcbdb08c47f: Preparing [2020-12-02T15:48:00.371Z] 53ec16c14d14: Preparing [2020-12-02T15:48:00.643Z] 53ec16c14d14: Layer already exists [2020-12-02T15:48:00.643Z] 7bcbdb08c47f: Layer already exists [2020-12-02T15:48:00.643Z] 1a4485e7d4b9: Layer already exists [2020-12-02T15:48:00.643Z] d02e845a094d: Layer already exists [2020-12-02T15:48:00.643Z] master: digest: sha256:0fb669fbb77642ddcc7fb945f5f625eb6d9ae560e8a358589db390dff161ac3a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:48:00.880Z] ===================================================== [Pipeline] echo [2020-12-02T15:48:00.935Z] taggedImages: [2020-12-02T15:48:00.935Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:00.935Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.15 [2020-12-02T15:48:00.935Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:00.935Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-12-02T15:48:01.001Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-02T15:48:01.001Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:01.001Z] 1.3.1-dev.15 [2020-12-02T15:48:01.001Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:01.001Z] master [2020-12-02T15:48:01.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:01.557Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:01.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:01.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-02T15:48:01.890Z] f29c595e7ee3: Preparing [2020-12-02T15:48:01.890Z] dea188653786: Preparing [2020-12-02T15:48:01.890Z] 0d7dc0ef1ca8: Preparing [2020-12-02T15:48:01.890Z] 44353d6787ce: Preparing [2020-12-02T15:48:01.890Z] 1bfe1fb6a018: Preparing [2020-12-02T15:48:01.890Z] 910c6780cb2f: Preparing [2020-12-02T15:48:01.890Z] 910c6780cb2f: Waiting [2020-12-02T15:48:02.170Z] f29c595e7ee3: Pushed [2020-12-02T15:48:02.170Z] 0d7dc0ef1ca8: Pushed [2020-12-02T15:48:02.170Z] 1bfe1fb6a018: Pushed [2020-12-02T15:48:02.441Z] 44353d6787ce: Pushed [2020-12-02T15:48:02.711Z] 910c6780cb2f: Pushed [2020-12-02T15:48:05.319Z] dea188653786: Pushed [2020-12-02T15:48:05.319Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:0842338a71fb68ca2e139dd088bef1d885ea0b02e0fdb0267036f01e54289d34 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:05.684Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:06.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.15 [2020-12-02T15:48:06.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-02T15:48:06.016Z] f29c595e7ee3: Preparing [2020-12-02T15:48:06.016Z] dea188653786: Preparing [2020-12-02T15:48:06.016Z] 0d7dc0ef1ca8: Preparing [2020-12-02T15:48:06.016Z] 44353d6787ce: Preparing [2020-12-02T15:48:06.016Z] 1bfe1fb6a018: Preparing [2020-12-02T15:48:06.016Z] 910c6780cb2f: Preparing [2020-12-02T15:48:06.016Z] 910c6780cb2f: Waiting [2020-12-02T15:48:06.016Z] 0d7dc0ef1ca8: Layer already exists [2020-12-02T15:48:06.016Z] 44353d6787ce: Layer already exists [2020-12-02T15:48:06.016Z] f29c595e7ee3: Layer already exists [2020-12-02T15:48:06.016Z] 1bfe1fb6a018: Layer already exists [2020-12-02T15:48:06.016Z] dea188653786: Layer already exists [2020-12-02T15:48:06.016Z] 910c6780cb2f: Layer already exists [2020-12-02T15:48:06.286Z] 1.3.1-dev.15: digest: sha256:0842338a71fb68ca2e139dd088bef1d885ea0b02e0fdb0267036f01e54289d34 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:06.624Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:06.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:06.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-02T15:48:06.960Z] f29c595e7ee3: Preparing [2020-12-02T15:48:06.960Z] dea188653786: Preparing [2020-12-02T15:48:06.960Z] 0d7dc0ef1ca8: Preparing [2020-12-02T15:48:06.960Z] 44353d6787ce: Preparing [2020-12-02T15:48:06.960Z] 1bfe1fb6a018: Preparing [2020-12-02T15:48:06.960Z] 910c6780cb2f: Preparing [2020-12-02T15:48:06.960Z] 910c6780cb2f: Waiting [2020-12-02T15:48:06.960Z] f29c595e7ee3: Layer already exists [2020-12-02T15:48:06.960Z] 44353d6787ce: Layer already exists [2020-12-02T15:48:06.960Z] dea188653786: Layer already exists [2020-12-02T15:48:06.960Z] 0d7dc0ef1ca8: Layer already exists [2020-12-02T15:48:06.960Z] 1bfe1fb6a018: Layer already exists [2020-12-02T15:48:06.960Z] 910c6780cb2f: Layer already exists [2020-12-02T15:48:07.229Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:0842338a71fb68ca2e139dd088bef1d885ea0b02e0fdb0267036f01e54289d34 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:07.568Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:07.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-02T15:48:07.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-02T15:48:07.900Z] f29c595e7ee3: Preparing [2020-12-02T15:48:07.900Z] dea188653786: Preparing [2020-12-02T15:48:07.900Z] 0d7dc0ef1ca8: Preparing [2020-12-02T15:48:07.900Z] 44353d6787ce: Preparing [2020-12-02T15:48:07.900Z] 1bfe1fb6a018: Preparing [2020-12-02T15:48:07.900Z] 910c6780cb2f: Preparing [2020-12-02T15:48:07.900Z] 910c6780cb2f: Waiting [2020-12-02T15:48:07.900Z] 0d7dc0ef1ca8: Layer already exists [2020-12-02T15:48:07.900Z] 1bfe1fb6a018: Layer already exists [2020-12-02T15:48:07.900Z] f29c595e7ee3: Layer already exists [2020-12-02T15:48:07.900Z] 44353d6787ce: Layer already exists [2020-12-02T15:48:08.172Z] dea188653786: Layer already exists [2020-12-02T15:48:08.172Z] 910c6780cb2f: Layer already exists [2020-12-02T15:48:08.172Z] master: digest: sha256:0842338a71fb68ca2e139dd088bef1d885ea0b02e0fdb0267036f01e54289d34 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:48:08.376Z] ===================================================== [Pipeline] echo [2020-12-02T15:48:08.424Z] taggedImages: [2020-12-02T15:48:08.425Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:08.425Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.15 [2020-12-02T15:48:08.425Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:08.425Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-02T15:48:08.512Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-02T15:48:08.512Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:08.512Z] 1.3.1-dev.15 [2020-12-02T15:48:08.512Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:08.512Z] master [2020-12-02T15:48:08.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:09.028Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:09.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:09.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-02T15:48:09.369Z] 0eed8af2c608: Preparing [2020-12-02T15:48:09.369Z] b341e2098d6a: Preparing [2020-12-02T15:48:09.369Z] 241a103c5096: Preparing [2020-12-02T15:48:09.643Z] 0eed8af2c608: Pushed [2020-12-02T15:48:09.643Z] 241a103c5096: Pushed [2020-12-02T15:48:12.249Z] b341e2098d6a: Pushed [2020-12-02T15:48:12.520Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:61fb5b49fd3caee1b884384db1f5f497e6d171729cc3c11b07431f1b73fd792b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:12.863Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:13.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.15 [2020-12-02T15:48:13.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-02T15:48:13.198Z] 0eed8af2c608: Preparing [2020-12-02T15:48:13.198Z] b341e2098d6a: Preparing [2020-12-02T15:48:13.198Z] 241a103c5096: Preparing [2020-12-02T15:48:13.198Z] 241a103c5096: Layer already exists [2020-12-02T15:48:13.198Z] b341e2098d6a: Layer already exists [2020-12-02T15:48:13.198Z] 0eed8af2c608: Layer already exists [2020-12-02T15:48:13.494Z] 1.3.1-dev.15: digest: sha256:61fb5b49fd3caee1b884384db1f5f497e6d171729cc3c11b07431f1b73fd792b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:13.834Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:14.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:14.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-02T15:48:14.164Z] 0eed8af2c608: Preparing [2020-12-02T15:48:14.164Z] b341e2098d6a: Preparing [2020-12-02T15:48:14.164Z] 241a103c5096: Preparing [2020-12-02T15:48:14.164Z] b341e2098d6a: Layer already exists [2020-12-02T15:48:14.164Z] 241a103c5096: Layer already exists [2020-12-02T15:48:14.164Z] 0eed8af2c608: Layer already exists [2020-12-02T15:48:14.436Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:61fb5b49fd3caee1b884384db1f5f497e6d171729cc3c11b07431f1b73fd792b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:14.772Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:15.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-02T15:48:15.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-02T15:48:15.102Z] 0eed8af2c608: Preparing [2020-12-02T15:48:15.102Z] b341e2098d6a: Preparing [2020-12-02T15:48:15.102Z] 241a103c5096: Preparing [2020-12-02T15:48:15.102Z] 241a103c5096: Layer already exists [2020-12-02T15:48:15.102Z] 0eed8af2c608: Layer already exists [2020-12-02T15:48:15.102Z] b341e2098d6a: Layer already exists [2020-12-02T15:48:15.372Z] master: digest: sha256:61fb5b49fd3caee1b884384db1f5f497e6d171729cc3c11b07431f1b73fd792b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:48:15.578Z] ===================================================== [Pipeline] echo [2020-12-02T15:48:15.629Z] taggedImages: [2020-12-02T15:48:15.629Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:15.629Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.15 [2020-12-02T15:48:15.629Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:15.629Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-02T15:48:15.695Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-02T15:48:15.695Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:15.695Z] 1.3.1-dev.15 [2020-12-02T15:48:15.695Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:15.695Z] master [2020-12-02T15:48:15.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:16.214Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:16.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:16.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-02T15:48:16.548Z] 315f496fbfe8: Preparing [2020-12-02T15:48:16.548Z] 4ee0de9aa608: Preparing [2020-12-02T15:48:16.548Z] 10f1a3b42d03: Preparing [2020-12-02T15:48:16.548Z] 12330067aee3: Preparing [2020-12-02T15:48:16.548Z] 7d71a6e669e2: Preparing [2020-12-02T15:48:16.548Z] 3ee034356572: Preparing [2020-12-02T15:48:16.548Z] 7995136b121d: Preparing [2020-12-02T15:48:16.548Z] 2cee7541aa47: Preparing [2020-12-02T15:48:16.548Z] b6a78175e4c9: Preparing [2020-12-02T15:48:16.548Z] fab17a547d8c: Preparing [2020-12-02T15:48:16.548Z] 4b089f0fc7f0: Preparing [2020-12-02T15:48:16.548Z] 3e7dc55cab04: Preparing [2020-12-02T15:48:16.548Z] b2e85fd0898f: Preparing [2020-12-02T15:48:16.548Z] cd3761cfa1d9: Preparing [2020-12-02T15:48:16.548Z] b6a78175e4c9: Waiting [2020-12-02T15:48:16.548Z] fab17a547d8c: Waiting [2020-12-02T15:48:16.548Z] 4b089f0fc7f0: Waiting [2020-12-02T15:48:16.548Z] 3e7dc55cab04: Waiting [2020-12-02T15:48:16.548Z] b2e85fd0898f: Waiting [2020-12-02T15:48:16.548Z] cd3761cfa1d9: Waiting [2020-12-02T15:48:16.548Z] 7995136b121d: Waiting [2020-12-02T15:48:16.548Z] 2cee7541aa47: Waiting [2020-12-02T15:48:16.548Z] 3ee034356572: Waiting [2020-12-02T15:48:17.141Z] 7d71a6e669e2: Pushed [2020-12-02T15:48:17.142Z] 315f496fbfe8: Pushed [2020-12-02T15:48:17.740Z] 12330067aee3: Pushed [2020-12-02T15:48:18.012Z] 2cee7541aa47: Layer already exists [2020-12-02T15:48:18.012Z] b6a78175e4c9: Layer already exists [2020-12-02T15:48:18.012Z] 7995136b121d: Pushed [2020-12-02T15:48:18.012Z] fab17a547d8c: Layer already exists [2020-12-02T15:48:18.012Z] 4b089f0fc7f0: Layer already exists [2020-12-02T15:48:18.012Z] 3e7dc55cab04: Layer already exists [2020-12-02T15:48:18.012Z] b2e85fd0898f: Layer already exists [2020-12-02T15:48:18.286Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:48:18.561Z] 4ee0de9aa608: Pushed [2020-12-02T15:48:19.532Z] 3ee034356572: Pushed [2020-12-02T15:48:29.679Z] 10f1a3b42d03: Pushed [2020-12-02T15:48:29.679Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94: digest: sha256:588914f71f7360074d3442419e4a4b5643758c85beae43dfb9ca8b3929020de9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:30.040Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:30.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.15 [2020-12-02T15:48:30.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-02T15:48:30.397Z] 315f496fbfe8: Preparing [2020-12-02T15:48:30.397Z] 4ee0de9aa608: Preparing [2020-12-02T15:48:30.397Z] 10f1a3b42d03: Preparing [2020-12-02T15:48:30.397Z] 12330067aee3: Preparing [2020-12-02T15:48:30.397Z] 7d71a6e669e2: Preparing [2020-12-02T15:48:30.397Z] 3ee034356572: Preparing [2020-12-02T15:48:30.397Z] 7995136b121d: Preparing [2020-12-02T15:48:30.397Z] 2cee7541aa47: Preparing [2020-12-02T15:48:30.397Z] b6a78175e4c9: Preparing [2020-12-02T15:48:30.397Z] fab17a547d8c: Preparing [2020-12-02T15:48:30.397Z] 4b089f0fc7f0: Preparing [2020-12-02T15:48:30.397Z] 3e7dc55cab04: Preparing [2020-12-02T15:48:30.397Z] b2e85fd0898f: Preparing [2020-12-02T15:48:30.397Z] cd3761cfa1d9: Preparing [2020-12-02T15:48:30.397Z] 3ee034356572: Waiting [2020-12-02T15:48:30.397Z] 7995136b121d: Waiting [2020-12-02T15:48:30.397Z] 2cee7541aa47: Waiting [2020-12-02T15:48:30.397Z] b6a78175e4c9: Waiting [2020-12-02T15:48:30.397Z] b2e85fd0898f: Waiting [2020-12-02T15:48:30.397Z] cd3761cfa1d9: Waiting [2020-12-02T15:48:30.397Z] fab17a547d8c: Waiting [2020-12-02T15:48:30.397Z] 4b089f0fc7f0: Waiting [2020-12-02T15:48:30.397Z] 3e7dc55cab04: Waiting [2020-12-02T15:48:30.689Z] 10f1a3b42d03: Layer already exists [2020-12-02T15:48:30.689Z] 7d71a6e669e2: Layer already exists [2020-12-02T15:48:30.689Z] 315f496fbfe8: Layer already exists [2020-12-02T15:48:30.689Z] 4ee0de9aa608: Layer already exists [2020-12-02T15:48:30.689Z] 12330067aee3: Layer already exists [2020-12-02T15:48:30.689Z] 7995136b121d: Layer already exists [2020-12-02T15:48:30.689Z] 2cee7541aa47: Layer already exists [2020-12-02T15:48:30.689Z] 3ee034356572: Layer already exists [2020-12-02T15:48:30.689Z] fab17a547d8c: Layer already exists [2020-12-02T15:48:30.689Z] b6a78175e4c9: Layer already exists [2020-12-02T15:48:30.689Z] 3e7dc55cab04: Layer already exists [2020-12-02T15:48:30.689Z] 4b089f0fc7f0: Layer already exists [2020-12-02T15:48:30.689Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:48:30.689Z] b2e85fd0898f: Layer already exists [2020-12-02T15:48:30.689Z] 1.3.1-dev.15: digest: sha256:588914f71f7360074d3442419e4a4b5643758c85beae43dfb9ca8b3929020de9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:31.049Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:31.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:31.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-02T15:48:31.395Z] 315f496fbfe8: Preparing [2020-12-02T15:48:31.395Z] 4ee0de9aa608: Preparing [2020-12-02T15:48:31.395Z] 10f1a3b42d03: Preparing [2020-12-02T15:48:31.395Z] 12330067aee3: Preparing [2020-12-02T15:48:31.395Z] 7d71a6e669e2: Preparing [2020-12-02T15:48:31.395Z] 3ee034356572: Preparing [2020-12-02T15:48:31.395Z] 7995136b121d: Preparing [2020-12-02T15:48:31.395Z] 2cee7541aa47: Preparing [2020-12-02T15:48:31.395Z] b6a78175e4c9: Preparing [2020-12-02T15:48:31.395Z] fab17a547d8c: Preparing [2020-12-02T15:48:31.395Z] 4b089f0fc7f0: Preparing [2020-12-02T15:48:31.395Z] 3e7dc55cab04: Preparing [2020-12-02T15:48:31.395Z] b2e85fd0898f: Preparing [2020-12-02T15:48:31.395Z] cd3761cfa1d9: Preparing [2020-12-02T15:48:31.395Z] b6a78175e4c9: Waiting [2020-12-02T15:48:31.395Z] 3e7dc55cab04: Waiting [2020-12-02T15:48:31.395Z] b2e85fd0898f: Waiting [2020-12-02T15:48:31.395Z] cd3761cfa1d9: Waiting [2020-12-02T15:48:31.395Z] fab17a547d8c: Waiting [2020-12-02T15:48:31.395Z] 4b089f0fc7f0: Waiting [2020-12-02T15:48:31.395Z] 3ee034356572: Waiting [2020-12-02T15:48:31.395Z] 7995136b121d: Waiting [2020-12-02T15:48:31.395Z] 2cee7541aa47: Waiting [2020-12-02T15:48:31.395Z] 315f496fbfe8: Layer already exists [2020-12-02T15:48:31.395Z] 7d71a6e669e2: Layer already exists [2020-12-02T15:48:31.395Z] 4ee0de9aa608: Layer already exists [2020-12-02T15:48:31.666Z] 12330067aee3: Layer already exists [2020-12-02T15:48:31.666Z] 10f1a3b42d03: Layer already exists [2020-12-02T15:48:31.666Z] b6a78175e4c9: Layer already exists [2020-12-02T15:48:31.666Z] 2cee7541aa47: Layer already exists [2020-12-02T15:48:31.666Z] 7995136b121d: Layer already exists [2020-12-02T15:48:31.666Z] 3ee034356572: Layer already exists [2020-12-02T15:48:31.666Z] fab17a547d8c: Layer already exists [2020-12-02T15:48:31.666Z] 4b089f0fc7f0: Layer already exists [2020-12-02T15:48:31.666Z] b2e85fd0898f: Layer already exists [2020-12-02T15:48:31.666Z] 3e7dc55cab04: Layer already exists [2020-12-02T15:48:31.666Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:48:31.666Z] 0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15: digest: sha256:588914f71f7360074d3442419e4a4b5643758c85beae43dfb9ca8b3929020de9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:32.005Z] + 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-02T15:48:32.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-02T15:48:32.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-02T15:48:32.339Z] 315f496fbfe8: Preparing [2020-12-02T15:48:32.339Z] 4ee0de9aa608: Preparing [2020-12-02T15:48:32.339Z] 10f1a3b42d03: Preparing [2020-12-02T15:48:32.339Z] 12330067aee3: Preparing [2020-12-02T15:48:32.339Z] 7d71a6e669e2: Preparing [2020-12-02T15:48:32.339Z] 3ee034356572: Preparing [2020-12-02T15:48:32.339Z] 7995136b121d: Preparing [2020-12-02T15:48:32.339Z] 2cee7541aa47: Preparing [2020-12-02T15:48:32.339Z] b6a78175e4c9: Preparing [2020-12-02T15:48:32.339Z] fab17a547d8c: Preparing [2020-12-02T15:48:32.339Z] 4b089f0fc7f0: Preparing [2020-12-02T15:48:32.339Z] 3e7dc55cab04: Preparing [2020-12-02T15:48:32.339Z] b2e85fd0898f: Preparing [2020-12-02T15:48:32.339Z] cd3761cfa1d9: Preparing [2020-12-02T15:48:32.339Z] b6a78175e4c9: Waiting [2020-12-02T15:48:32.339Z] fab17a547d8c: Waiting [2020-12-02T15:48:32.339Z] 7995136b121d: Waiting [2020-12-02T15:48:32.339Z] 4b089f0fc7f0: Waiting [2020-12-02T15:48:32.339Z] 3e7dc55cab04: Waiting [2020-12-02T15:48:32.339Z] b2e85fd0898f: Waiting [2020-12-02T15:48:32.339Z] cd3761cfa1d9: Waiting [2020-12-02T15:48:32.339Z] 3ee034356572: Waiting [2020-12-02T15:48:32.339Z] 2cee7541aa47: Waiting [2020-12-02T15:48:32.611Z] 315f496fbfe8: Layer already exists [2020-12-02T15:48:32.611Z] 10f1a3b42d03: Layer already exists [2020-12-02T15:48:32.611Z] 4ee0de9aa608: Layer already exists [2020-12-02T15:48:32.611Z] 7d71a6e669e2: Layer already exists [2020-12-02T15:48:32.611Z] 12330067aee3: Layer already exists [2020-12-02T15:48:32.612Z] 2cee7541aa47: Layer already exists [2020-12-02T15:48:32.612Z] 7995136b121d: Layer already exists [2020-12-02T15:48:32.612Z] 3ee034356572: Layer already exists [2020-12-02T15:48:32.612Z] b6a78175e4c9: Layer already exists [2020-12-02T15:48:32.612Z] fab17a547d8c: Layer already exists [2020-12-02T15:48:32.612Z] 4b089f0fc7f0: Layer already exists [2020-12-02T15:48:32.612Z] 3e7dc55cab04: Layer already exists [2020-12-02T15:48:32.612Z] cd3761cfa1d9: Layer already exists [2020-12-02T15:48:32.612Z] b2e85fd0898f: Layer already exists [2020-12-02T15:48:32.612Z] master: digest: sha256:588914f71f7360074d3442419e4a4b5643758c85beae43dfb9ca8b3929020de9 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T15:48:32.812Z] ===================================================== [Pipeline] echo [2020-12-02T15:48:32.890Z] taggedImages: [2020-12-02T15:48:32.890Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94 [2020-12-02T15:48:32.890Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.15 [2020-12-02T15:48:32.890Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0d0448aa1bb13b12920e2a3260a06e62bf327a94-1.3.1-dev.15 [2020-12-02T15:48:32.890Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-02T15:48:34.729Z] provisioning config files... [2020-12-02T15:48:34.741Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/239@tmp/config7178837746471901757tmp [Pipeline] { [Pipeline] sh [2020-12-02T15:48:35.119Z] + set +x [2020-12-02T15:48:35.119Z] + curl -s https://codecov.io/bash [2020-12-02T15:48:35.119Z] + bash -s -- [2020-12-02T15:48:35.699Z] [2020-12-02T15:48:35.699Z] _____ _ [2020-12-02T15:48:35.699Z] / ____| | | [2020-12-02T15:48:35.699Z] | | ___ __| | ___ ___ _____ __ [2020-12-02T15:48:35.699Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-02T15:48:35.699Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-02T15:48:35.699Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-02T15:48:35.699Z] Bash-20201130-cc6d3fe [2020-12-02T15:48:35.699Z] [2020-12-02T15:48:35.699Z] [2020-12-02T15:48:35.699Z] ==> Jenkins CI detected. [2020-12-02T15:48:35.699Z] project root: . [2020-12-02T15:48:35.699Z] --> token set from env [2020-12-02T15:48:35.699Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-02T15:48:35.699Z] ==> Running gcov in . (disable via -X gcov) [2020-12-02T15:48:35.699Z] ==> Python coveragepy not found [2020-12-02T15:48:35.699Z] ==> Searching for coverage reports in: [2020-12-02T15:48:35.699Z] + . [2020-12-02T15:48:35.961Z] -> Found 1 reports [2020-12-02T15:48:35.961Z] ==> Detecting git/mercurial file structure [2020-12-02T15:48:35.961Z] ==> Reading reports [2020-12-02T15:48:35.961Z] + ./coverage.out bytes=552039 [2020-12-02T15:48:35.961Z] ==> Appending adjustments [2020-12-02T15:48:35.961Z] https://docs.codecov.io/docs/fixing-reports [2020-12-02T15:48:40.300Z] + Found adjustments [2020-12-02T15:48:40.300Z] ==> Gzipping contents [2020-12-02T15:48:40.300Z] 88K /tmp/codecov.pkfSru.gz [2020-12-02T15:48:40.300Z] ==> Uploading reports [2020-12-02T15:48:40.300Z] url: https://codecov.io [2020-12-02T15:48:40.300Z] query: branch=master&commit=0d0448aa1bb13b12920e2a3260a06e62bf327a94&build=239&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F239%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-02T15:48:40.300Z] -> Pinging Codecov [2020-12-02T15:48:40.300Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=0d0448aa1bb13b12920e2a3260a06e62bf327a94&build=239&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F239%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-02T15:48:40.883Z] -> Uploading to [2020-12-02T15:48:40.883Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-02/00271124DB129430A58F1EEE437C3FCB/0d0448aa1bb13b12920e2a3260a06e62bf327a94/cd2b6516-1453-47bd-bb64-3d9ee1eed051.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T154840Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3d416fffed1e8df41bf3883690ba92e665e837a38bf00c8bbc38a9ef5008d49b [2020-12-02T15:48:40.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:48:40.883Z] Dload Upload Total Spent Left Speed [2020-12-02T15:48:41.495Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86455 0 0 100 86455 0 161k --:--:-- --:--:-- --:--:-- 161k [2020-12-02T15:48:41.495Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0d0448aa1bb13b12920e2a3260a06e62bf327a94 [Pipeline] } [2020-12-02T15:48:41.508Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-02T15:48:42.512Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-02T15:48:42.601Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:43.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:48:43.285Z] [2020-12-02T15:48:43.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:48:43.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:48:43.939Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-02T15:48:43.939Z] 188c0c94c7c5: Already exists [2020-12-02T15:48:43.939Z] 0ef7d3d256c8: Already exists [2020-12-02T15:48:43.939Z] de9db76c5a1d: Already exists [2020-12-02T15:48:43.939Z] 0eba1c9be4d2: Pulling fs layer [2020-12-02T15:48:43.939Z] 0d57e429df01: Pulling fs layer [2020-12-02T15:48:43.939Z] 4e4be7b47b0d: Pulling fs layer [2020-12-02T15:48:43.939Z] e1f770b5df2f: Pulling fs layer [2020-12-02T15:48:43.939Z] 85a0685a4137: Pulling fs layer [2020-12-02T15:48:43.939Z] e1f770b5df2f: Waiting [2020-12-02T15:48:43.939Z] 85a0685a4137: Waiting [2020-12-02T15:48:43.939Z] 0d57e429df01: Verifying Checksum [2020-12-02T15:48:43.939Z] 0d57e429df01: Download complete [2020-12-02T15:48:43.939Z] 4e4be7b47b0d: Verifying Checksum [2020-12-02T15:48:43.939Z] 4e4be7b47b0d: Download complete [2020-12-02T15:48:45.887Z] e1f770b5df2f: Verifying Checksum [2020-12-02T15:48:45.887Z] e1f770b5df2f: Download complete [2020-12-02T15:48:51.457Z] 0eba1c9be4d2: Verifying Checksum [2020-12-02T15:48:51.457Z] 0eba1c9be4d2: Download complete [2020-12-02T15:48:52.499Z] 85a0685a4137: Verifying Checksum [2020-12-02T15:48:52.499Z] 85a0685a4137: Download complete [2020-12-02T15:49:00.916Z] 0eba1c9be4d2: Pull complete [2020-12-02T15:49:01.179Z] 0d57e429df01: Pull complete [2020-12-02T15:49:01.179Z] 4e4be7b47b0d: Pull complete [2020-12-02T15:49:04.524Z] e1f770b5df2f: Pull complete [2020-12-02T15:49:17.116Z] 85a0685a4137: Pull complete [2020-12-02T15:49:17.116Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-02T15:49:17.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:49:17.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-02T15:49:17.602Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:49:17.697Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:49:19.284Z] $ docker top 5b504439b622312711ad068947d6051b45ccdc2ace6a0e642e20609a173538a6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-02T15:49:19.759Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-02T15:49:20.436Z] + set -o pipefail [2020-12-02T15:49:20.436Z] + snyk monitor '--org=edgex-jenkins' [2020-12-02T15:49:35.557Z] [2020-12-02T15:49:35.557Z] Monitoring /w/workspace/edgex-go/239 (github.com/edgexfoundry/edgex-go)... [2020-12-02T15:49:35.557Z] [2020-12-02T15:49:35.557Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9e7b3b48-b66b-4258-9a03-b30b6eb9312b [2020-12-02T15:49:35.557Z] [2020-12-02T15:49:35.557Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-02T15:49:35.557Z] [2020-12-02T15:49:35.557Z] [Pipeline] } [2020-12-02T15:49:35.577Z] $ docker stop --time=1 5b504439b622312711ad068947d6051b45ccdc2ace6a0e642e20609a173538a6 [2020-12-02T15:49:38.321Z] $ docker rm -f 5b504439b622312711ad068947d6051b45ccdc2ace6a0e642e20609a173538a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-02T15:49:39.602Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-02T15:49:39.604Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:49:39.959Z] + set -o pipefail [2020-12-02T15:49:39.959Z] + tee .snyk [2020-12-02T15:49:39.959Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:49:40.227Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:49:40.227Z] version: v1.14.1 [2020-12-02T15:49:40.227Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:49:40.227Z] ignore: [2020-12-02T15:49:40.227Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:49:40.227Z] - '*': [2020-12-02T15:49:40.227Z] reason: does not apply # justification for ignoring [2020-12-02T15:49:40.227Z] 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-02T15:49:40.227Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:49:40.227Z] - '*': [2020-12-02T15:49:40.227Z] reason: false positive [2020-12-02T15:49:40.227Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:49:40.227Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:49:40.358Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:49:40.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:49:40.747Z] . [Pipeline] withDockerContainer [2020-12-02T15:49:40.894Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:49:40.960Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:49:41.966Z] $ docker top b969055d8bcee51813e0efbf9b3cefbeafe664adac8384b8d65b853915236be3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:49:42.503Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:49:42.516Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:49:43.128Z] + set -o pipefail [2020-12-02T15:49:43.128Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:49:43.128Z] + snyk-to-html -o snykReport.html [2020-12-02T15:49:55.829Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:49:55.873Z] $ docker stop --time=1 b969055d8bcee51813e0efbf9b3cefbeafe664adac8384b8d65b853915236be3 [2020-12-02T15:49:57.953Z] $ docker rm -f b969055d8bcee51813e0efbf9b3cefbeafe664adac8384b8d65b853915236be3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:49:58.299Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-02T15:49:58.302Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:49:58.639Z] + set -o pipefail [2020-12-02T15:49:58.639Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:49:58.639Z] + tee .snyk [2020-12-02T15:49:58.952Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:49:58.952Z] version: v1.14.1 [2020-12-02T15:49:58.952Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:49:58.952Z] ignore: [2020-12-02T15:49:58.952Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:49:58.952Z] - '*': [2020-12-02T15:49:58.952Z] reason: does not apply # justification for ignoring [2020-12-02T15:49:58.952Z] 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-02T15:49:58.952Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:49:58.952Z] - '*': [2020-12-02T15:49:58.952Z] reason: false positive [2020-12-02T15:49:58.952Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:49:58.952Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:49:59.110Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:49:59.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:49:59.481Z] . [Pipeline] withDockerContainer [2020-12-02T15:49:59.620Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:49:59.686Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:50:00.866Z] $ docker top 3d7fc72e271688c0ebf3eb044f386840ae01078a823491e323fb0bc0e2738dd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:50:01.842Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:50:01.881Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:50:02.585Z] + set -o pipefail [2020-12-02T15:50:02.585Z] + snyk-to-html -o snykReport.html [2020-12-02T15:50:02.585Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:50:11.039Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:50:11.063Z] $ docker stop --time=1 3d7fc72e271688c0ebf3eb044f386840ae01078a823491e323fb0bc0e2738dd6 [2020-12-02T15:50:12.858Z] $ docker rm -f 3d7fc72e271688c0ebf3eb044f386840ae01078a823491e323fb0bc0e2738dd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:50:13.239Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-02T15:50:13.242Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:50:13.594Z] + set -o pipefail [2020-12-02T15:50:13.594Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:50:13.594Z] + tee .snyk [2020-12-02T15:50:13.881Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:50:13.881Z] version: v1.14.1 [2020-12-02T15:50:13.881Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:50:13.881Z] ignore: [2020-12-02T15:50:13.881Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:50:13.881Z] - '*': [2020-12-02T15:50:13.881Z] reason: does not apply # justification for ignoring [2020-12-02T15:50:13.881Z] 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-02T15:50:13.881Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:50:13.881Z] - '*': [2020-12-02T15:50:13.881Z] reason: false positive [2020-12-02T15:50:13.881Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:50:13.881Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:50:14.000Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:50:14.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:50:14.685Z] . [Pipeline] withDockerContainer [2020-12-02T15:50:14.936Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:50:15.031Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:50:16.031Z] $ docker top d37a41d2ee25944a2f3129f9d5ac13cff861d7ab43cae6ccd8a4e4db1a49160f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:50:16.567Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:50:16.580Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:50:16.916Z] + set -o pipefail [2020-12-02T15:50:16.916Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:50:16.916Z] + snyk-to-html -o snykReport.html [2020-12-02T15:50:29.297Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:50:29.354Z] $ docker stop --time=1 d37a41d2ee25944a2f3129f9d5ac13cff861d7ab43cae6ccd8a4e4db1a49160f [2020-12-02T15:50:31.159Z] $ docker rm -f d37a41d2ee25944a2f3129f9d5ac13cff861d7ab43cae6ccd8a4e4db1a49160f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:50:31.549Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-02T15:50:31.551Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:50:31.866Z] + set -o pipefail [2020-12-02T15:50:31.866Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:50:31.866Z] + tee .snyk [2020-12-02T15:50:31.866Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:50:31.866Z] version: v1.14.1 [2020-12-02T15:50:31.866Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:50:31.866Z] ignore: [2020-12-02T15:50:31.866Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:50:31.866Z] - '*': [2020-12-02T15:50:31.866Z] reason: does not apply # justification for ignoring [2020-12-02T15:50:31.866Z] 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-02T15:50:31.866Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:50:31.866Z] - '*': [2020-12-02T15:50:31.867Z] reason: false positive [2020-12-02T15:50:31.867Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:50:31.867Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:50:31.966Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:50:32.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:50:32.355Z] . [Pipeline] withDockerContainer [2020-12-02T15:50:32.540Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:50:32.602Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:50:33.681Z] $ docker top b641abdfcd91ca759a4a878c153a7dc12b4045971d8ee1bb303bbcd0b19983f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:50:34.203Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:50:34.217Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:50:34.760Z] + set -o pipefail [2020-12-02T15:50:34.760Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:50:34.760Z] + snyk-to-html -o snykReport.html [2020-12-02T15:50:41.452Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:50:41.471Z] $ docker stop --time=1 b641abdfcd91ca759a4a878c153a7dc12b4045971d8ee1bb303bbcd0b19983f1 [2020-12-02T15:50:43.028Z] $ docker rm -f b641abdfcd91ca759a4a878c153a7dc12b4045971d8ee1bb303bbcd0b19983f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:50:44.180Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-02T15:50:44.182Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:50:44.515Z] + set -o pipefail [2020-12-02T15:50:44.515Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:50:44.515Z] + tee .snyk [2020-12-02T15:50:44.515Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:50:44.515Z] version: v1.14.1 [2020-12-02T15:50:44.515Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:50:44.515Z] ignore: [2020-12-02T15:50:44.515Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:50:44.515Z] - '*': [2020-12-02T15:50:44.515Z] reason: does not apply # justification for ignoring [2020-12-02T15:50:44.515Z] 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-02T15:50:44.515Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:50:44.515Z] - '*': [2020-12-02T15:50:44.515Z] reason: false positive [2020-12-02T15:50:44.515Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:50:44.515Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:50:44.619Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:50:45.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:50:45.050Z] . [Pipeline] withDockerContainer [2020-12-02T15:50:45.342Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:50:45.429Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:50:46.854Z] $ docker top 62b84de99e6a7191b356bdae87432100b9ee2b07c7bcad74f60462ca105e14f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:50:47.446Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:50:47.459Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:50:47.758Z] + set -o pipefail [2020-12-02T15:50:47.758Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:50:47.758Z] + snyk-to-html -o snykReport.html [2020-12-02T15:50:58.078Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:50:58.130Z] $ docker stop --time=1 62b84de99e6a7191b356bdae87432100b9ee2b07c7bcad74f60462ca105e14f6 [2020-12-02T15:50:59.832Z] $ docker rm -f 62b84de99e6a7191b356bdae87432100b9ee2b07c7bcad74f60462ca105e14f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:51:00.378Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-02T15:51:00.380Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:51:00.768Z] + set -o pipefail [2020-12-02T15:51:00.769Z] + tee .snyk [2020-12-02T15:51:00.769Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:51:01.035Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:51:01.035Z] version: v1.14.1 [2020-12-02T15:51:01.035Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:51:01.035Z] ignore: [2020-12-02T15:51:01.035Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:51:01.035Z] - '*': [2020-12-02T15:51:01.035Z] reason: does not apply # justification for ignoring [2020-12-02T15:51:01.035Z] 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-02T15:51:01.035Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:51:01.035Z] - '*': [2020-12-02T15:51:01.035Z] reason: false positive [2020-12-02T15:51:01.035Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:51:01.035Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:51:01.134Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:51:01.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:51:01.770Z] . [Pipeline] withDockerContainer [2020-12-02T15:51:02.162Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:51:02.409Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:51:03.438Z] $ docker top e4c7e85640f5de7316cadc029acad3774373beb609094ca21f7b3e3aaeae2745 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:51:04.064Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:51:04.081Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:51:04.482Z] + set -o pipefail [2020-12-02T15:51:04.482Z] + snyk-to-html -o snykReport.html [2020-12-02T15:51:04.482Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:51:11.183Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:51:11.203Z] $ docker stop --time=1 e4c7e85640f5de7316cadc029acad3774373beb609094ca21f7b3e3aaeae2745 [2020-12-02T15:51:13.340Z] $ docker rm -f e4c7e85640f5de7316cadc029acad3774373beb609094ca21f7b3e3aaeae2745 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:51:13.784Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-02T15:51:13.787Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:51:14.103Z] + set -o pipefail [2020-12-02T15:51:14.103Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:51:14.103Z] + tee .snyk [2020-12-02T15:51:14.368Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:51:14.368Z] version: v1.14.1 [2020-12-02T15:51:14.368Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:51:14.368Z] ignore: [2020-12-02T15:51:14.368Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:51:14.368Z] - '*': [2020-12-02T15:51:14.369Z] reason: does not apply # justification for ignoring [2020-12-02T15:51:14.369Z] 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-02T15:51:14.369Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:51:14.369Z] - '*': [2020-12-02T15:51:14.369Z] reason: false positive [2020-12-02T15:51:14.369Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:51:14.369Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:51:14.455Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:51:14.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:51:15.131Z] . [Pipeline] withDockerContainer [2020-12-02T15:51:15.505Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:51:15.676Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:51:16.984Z] $ docker top 6885a76fe8b7864086b982f54ab3d32a954b0512ebcaee4f4c89336cdd8265dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:51:17.719Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:51:17.740Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:51:18.348Z] + set -o pipefail [2020-12-02T15:51:18.348Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:51:18.348Z] + snyk-to-html -o snykReport.html [2020-12-02T15:51:28.558Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:51:28.579Z] $ docker stop --time=1 6885a76fe8b7864086b982f54ab3d32a954b0512ebcaee4f4c89336cdd8265dd [2020-12-02T15:51:30.382Z] $ docker rm -f 6885a76fe8b7864086b982f54ab3d32a954b0512ebcaee4f4c89336cdd8265dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:51:30.797Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-12-02T15:51:30.800Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:51:31.186Z] + set -o pipefail [2020-12-02T15:51:31.186Z] + tee .snyk [2020-12-02T15:51:31.186Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:51:31.494Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:51:31.494Z] version: v1.14.1 [2020-12-02T15:51:31.494Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:51:31.494Z] ignore: [2020-12-02T15:51:31.494Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:51:31.494Z] - '*': [2020-12-02T15:51:31.494Z] reason: does not apply # justification for ignoring [2020-12-02T15:51:31.494Z] 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-02T15:51:31.494Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:51:31.494Z] - '*': [2020-12-02T15:51:31.494Z] reason: false positive [2020-12-02T15:51:31.494Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:51:31.494Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:51:31.618Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:51:32.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:51:32.321Z] . [Pipeline] withDockerContainer [2020-12-02T15:51:32.698Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:51:32.786Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:51:34.074Z] $ docker top 721d32c31206dd22802a01d52da40b6459db8ec4f7098fa5e92e77582d898788 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:51:34.772Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:51:34.809Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:51:35.488Z] + set -o pipefail [2020-12-02T15:51:35.488Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:51:35.488Z] + snyk-to-html -o snykReport.html [2020-12-02T15:51:50.633Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:51:50.665Z] $ docker stop --time=1 721d32c31206dd22802a01d52da40b6459db8ec4f7098fa5e92e77582d898788 [2020-12-02T15:51:52.578Z] $ docker rm -f 721d32c31206dd22802a01d52da40b6459db8ec4f7098fa5e92e77582d898788 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:51:53.087Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-02T15:51:53.090Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:51:53.412Z] + set -o pipefail [2020-12-02T15:51:53.412Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:51:53.412Z] + tee .snyk [2020-12-02T15:51:53.679Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:51:53.679Z] version: v1.14.1 [2020-12-02T15:51:53.679Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:51:53.679Z] ignore: [2020-12-02T15:51:53.679Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:51:53.679Z] - '*': [2020-12-02T15:51:53.679Z] reason: does not apply # justification for ignoring [2020-12-02T15:51:53.679Z] 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-02T15:51:53.679Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:51:53.679Z] - '*': [2020-12-02T15:51:53.679Z] reason: false positive [2020-12-02T15:51:53.679Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:51:53.679Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:51:53.780Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:51:54.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:51:54.176Z] . [Pipeline] withDockerContainer [2020-12-02T15:51:54.465Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:51:54.561Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:51:55.923Z] $ docker top 4e2e5c14ba3b7567267f910f96364d1115185c591c5f34620ab80ba295397e73 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:51:56.550Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:51:56.570Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:51:56.902Z] + set -o pipefail [2020-12-02T15:51:56.902Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:51:56.902Z] + snyk-to-html -o snykReport.html [2020-12-02T15:52:09.478Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:52:09.528Z] $ docker stop --time=1 4e2e5c14ba3b7567267f910f96364d1115185c591c5f34620ab80ba295397e73 [2020-12-02T15:52:11.475Z] $ docker rm -f 4e2e5c14ba3b7567267f910f96364d1115185c591c5f34620ab80ba295397e73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:52:11.816Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-02T15:52:11.818Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:52:12.121Z] + set -o pipefail [2020-12-02T15:52:12.121Z] + tee .snyk [2020-12-02T15:52:12.121Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:52:12.121Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:52:12.121Z] version: v1.14.1 [2020-12-02T15:52:12.121Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:52:12.121Z] ignore: [2020-12-02T15:52:12.121Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:52:12.121Z] - '*': [2020-12-02T15:52:12.121Z] reason: does not apply # justification for ignoring [2020-12-02T15:52:12.121Z] 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-02T15:52:12.121Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:52:12.121Z] - '*': [2020-12-02T15:52:12.121Z] reason: false positive [2020-12-02T15:52:12.121Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:52:12.121Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:52:12.191Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:52:12.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:52:12.591Z] . [Pipeline] withDockerContainer [2020-12-02T15:52:12.725Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:52:12.847Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:52:14.415Z] $ docker top 52076e5f5a4980cadecd3e22aa7752cd0df9dc1962637237128d81e58f6986fa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:52:15.291Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:52:15.306Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:52:15.999Z] + set -o pipefail [2020-12-02T15:52:15.999Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:52:15.999Z] + snyk-to-html -o snykReport.html [2020-12-02T15:52:28.425Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:52:28.476Z] $ docker stop --time=1 52076e5f5a4980cadecd3e22aa7752cd0df9dc1962637237128d81e58f6986fa [2020-12-02T15:52:30.371Z] $ docker rm -f 52076e5f5a4980cadecd3e22aa7752cd0df9dc1962637237128d81e58f6986fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T15:52:30.772Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-02T15:52:30.775Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T15:52:31.099Z] + set -o pipefail [2020-12-02T15:52:31.099Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T15:52:31.099Z] + tee .snyk [2020-12-02T15:52:31.100Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T15:52:31.100Z] version: v1.14.1 [2020-12-02T15:52:31.100Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T15:52:31.100Z] ignore: [2020-12-02T15:52:31.100Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T15:52:31.100Z] - '*': [2020-12-02T15:52:31.100Z] reason: does not apply # justification for ignoring [2020-12-02T15:52:31.100Z] 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-02T15:52:31.100Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T15:52:31.100Z] - '*': [2020-12-02T15:52:31.100Z] reason: false positive [2020-12-02T15:52:31.100Z] expires: 2021-01-01T00:00:00 [2020-12-02T15:52:31.100Z] # patch: {} [Pipeline] withCredentials [2020-12-02T15:52:31.194Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:52:31.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T15:52:31.566Z] . [Pipeline] withDockerContainer [2020-12-02T15:52:31.808Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:52:31.904Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T15:52:32.942Z] $ docker top be06566028f08f28f0a33ed9bcc9ae80a083fac0acbfee8805223c3f6c2a7a07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:52:33.454Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T15:52:33.469Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T15:52:33.792Z] + set -o pipefail [2020-12-02T15:52:33.793Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0d0448aa1bb13b12920e2a3260a06e62bf327a94 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T15:52:33.793Z] + snyk-to-html -o snykReport.html [2020-12-02T15:52:46.205Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T15:52:46.244Z] $ docker stop --time=1 be06566028f08f28f0a33ed9bcc9ae80a083fac0acbfee8805223c3f6c2a7a07 [2020-12-02T15:52:47.925Z] $ docker rm -f be06566028f08f28f0a33ed9bcc9ae80a083fac0acbfee8805223c3f6c2a7a07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-02T15:52:48.694Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-02T15:52:48.752Z] provisioning config files... [2020-12-02T15:52:48.763Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/239@tmp/config5191302764114307351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:52:49.184Z] --> edgex-publish-swagger.sh [2020-12-02T15:52:49.184Z] === Publish openapi/v1 API === [2020-12-02T15:52:49.184Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-02T15:52:49.184Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-02T15:52:49.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:49.184Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:50.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7710 0:00:01 0:00:01 --:--:-- 7713 100 10521 0 0 100 10521 0 7709 0:00:01 0:00:01 --:--:-- 7713 [2020-12-02T15:52:50.445Z] [2020-12-02T15:52:50.445Z] [2020-12-02T15:52:50.445Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-02T15:52:50.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:50.445Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:51.877Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26166 0:00:01 0:00:01 --:--:-- 26191 100 32556 0 0 100 32556 0 25623 0:00:01 0:00:01 --:--:-- 25634 [2020-12-02T15:52:51.877Z] [2020-12-02T15:52:51.877Z] [2020-12-02T15:52:51.877Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-02T15:52:51.877Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:51.877Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:52.937Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61900 0:00:01 0:00:01 --:--:-- 61949 100 73720 0 0 100 73720 0 61890 0:00:01 0:00:01 --:--:-- 61949 [2020-12-02T15:52:52.937Z] [2020-12-02T15:52:52.937Z] [2020-12-02T15:52:52.937Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-02T15:52:52.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:52.937Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:54.338Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11799 0:00:01 0:00:01 --:--:-- 11808 100 13580 0 0 100 13580 0 11797 0:00:01 0:00:01 --:--:-- 11808 [2020-12-02T15:52:54.338Z] [2020-12-02T15:52:54.338Z] [2020-12-02T15:52:54.338Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-02T15:52:54.338Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:54.338Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:55.601Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31026 0:00:01 0:00:01 --:--:-- 31011 100 38889 0 0 100 38889 0 29837 0:00:01 0:00:01 --:--:-- 29822 [2020-12-02T15:52:55.601Z] [2020-12-02T15:52:55.601Z] [2020-12-02T15:52:55.601Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-02T15:52:55.601Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:55.601Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:56.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12471 0:00:01 0:00:01 --:--:-- 12476 100 14248 0 0 100 14248 0 12469 0:00:01 0:00:01 --:--:-- 12476 [2020-12-02T15:52:56.564Z] [2020-12-02T15:52:56.564Z] [2020-12-02T15:52:56.564Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-02T15:52:56.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:56.564Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:58.023Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3264 0:00:01 0:00:01 --:--:-- 3266 100 4109 0 0 100 4109 0 3104 0:00:01 0:00:01 --:--:-- 3105 [2020-12-02T15:52:58.023Z] [2020-12-02T15:52:58.023Z] [2020-12-02T15:52:58.023Z] === Publish openapi/v2 API === [2020-12-02T15:52:58.023Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-02T15:52:58.023Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-02T15:52:58.023Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:58.023Z] Dload Upload Total Spent Left Speed [2020-12-02T15:52:59.446Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 23676 0:00:01 0:00:01 --:--:-- 23684 100 29535 0 0 100 29535 0 23664 0:00:01 0:00:01 --:--:-- 23684 [2020-12-02T15:52:59.446Z] [2020-12-02T15:52:59.446Z] [2020-12-02T15:52:59.446Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-02T15:52:59.446Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:52:59.446Z] Dload Upload Total Spent Left Speed [2020-12-02T15:53:00.475Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65766 0 0 100 65766 0 55836 0:00:01 0:00:01 --:--:-- 55828 100 65766 0 0 100 65766 0 55821 0:00:01 0:00:01 --:--:-- 55828 [2020-12-02T15:53:00.475Z] [2020-12-02T15:53:00.475Z] [2020-12-02T15:53:00.475Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-02T15:53:00.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:53:00.475Z] Dload Upload Total Spent Left Speed [2020-12-02T15:53:01.909Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k [2020-12-02T15:53:01.909Z] [2020-12-02T15:53:01.909Z] [2020-12-02T15:53:01.909Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-02T15:53:01.909Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:53:01.909Z] Dload Upload Total Spent Left Speed [2020-12-02T15:53:03.325Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 18466 0:00:01 0:00:01 --:--:-- 18479 100 23691 0 0 100 23691 0 15047 0:00:01 0:00:01 --:--:-- 15061 [2020-12-02T15:53:03.325Z] [2020-12-02T15:53:03.325Z] [2020-12-02T15:53:03.325Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-02T15:53:03.325Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:53:03.325Z] Dload Upload Total Spent Left Speed [2020-12-02T15:53:04.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54902 0:00:01 0:00:01 --:--:-- 54895 100 62691 0 0 100 62691 0 54890 0:00:01 0:00:01 --:--:-- 54895 [2020-12-02T15:53:04.589Z] [2020-12-02T15:53:04.589Z] [2020-12-02T15:53:04.589Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-02T15:53:04.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:53:04.589Z] Dload Upload Total Spent Left Speed [2020-12-02T15:53:06.015Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38939 0:00:01 0:00:01 --:--:-- 38952 100 46198 0 0 100 46198 0 38928 0:00:01 0:00:01 --:--:-- 38952 [2020-12-02T15:53:06.015Z] [2020-12-02T15:53:06.015Z] [2020-12-02T15:53:06.015Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-02T15:53:06.015Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T15:53:06.015Z] Dload Upload Total Spent Left Speed [2020-12-02T15:53:06.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20833 0:00:01 0:00:01 --:--:-- 20847 100 23725 0 0 100 23725 0 20827 0:00:01 0:00:01 --:--:-- 20847 [2020-12-02T15:53:06.969Z] [2020-12-02T15:53:06.969Z] [Pipeline] } [2020-12-02T15:53:06.982Z] 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-02T15:53:07.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T15:53:07.889Z] . [Pipeline] withDockerContainer [2020-12-02T15:53:08.639Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:53:08.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T15:53:10.044Z] $ docker top dcdb6caad8106942ca887be008faf8a7c49b6c2ea4679ff4fdcdd6dc6bec5a4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T15:53:10.406Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T15:53:10.406Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T15:53:10.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T15:53:10.743Z] $ docker exec dcdb6caad8106942ca887be008faf8a7c49b6c2ea4679ff4fdcdd6dc6bec5a4c ssh-agent [2020-12-02T15:53:11.142Z] SSH_AUTH_SOCK=/tmp/ssh-1GiJL6mC81E6/agent.12 [2020-12-02T15:53:11.142Z] SSH_AGENT_PID=17 [2020-12-02T15:53:11.158Z] Running ssh-add (command line suppressed) [2020-12-02T15:53:11.366Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_3619999343056609049.key (/w/workspace/edgex-go/239@tmp/private_key_3619999343056609049.key) [2020-12-02T15:53:11.454Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T15:53:11.844Z] + git semver tag [2020-12-02T15:53:12.109Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T15:53:12.109Z] # $GIT_DIR = /w/workspace/edgex-go/239/.git [2020-12-02T15:53:12.109Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/239 [2020-12-02T15:53:12.109Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T15:53:12.109Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T15:53:12.109Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T15:53:12.109Z] # $SEMVER_BRANCH = master [2020-12-02T15:53:12.109Z] # $SEMVER_DIR = /w/workspace/edgex-go/239/.semver [2020-12-02T15:53:12.109Z] # 0d0448aa1bb13b12920e2a3260a06e62bf327a94 HEAD [2020-12-02T15:53:12.693Z] # -> Force: false [2020-12-02T15:53:12.693Z] # a6b174a56267fa2eecc7e80e052f93c00f4aae82 refs/tags/v1.3.1-dev.15 [Pipeline] } [2020-12-02T15:53:12.713Z] $ docker exec --env ******** --env ******** dcdb6caad8106942ca887be008faf8a7c49b6c2ea4679ff4fdcdd6dc6bec5a4c ssh-agent -k [2020-12-02T15:53:13.038Z] unset SSH_AUTH_SOCK; [2020-12-02T15:53:13.039Z] unset SSH_AGENT_PID; [2020-12-02T15:53:13.039Z] echo Agent pid 17 killed; [2020-12-02T15:53:13.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T15:53:14.012Z] + git semver [Pipeline] } [2020-12-02T15:53:14.038Z] $ docker stop --time=1 dcdb6caad8106942ca887be008faf8a7c49b6c2ea4679ff4fdcdd6dc6bec5a4c [2020-12-02T15:53:15.482Z] $ docker rm -f dcdb6caad8106942ca887be008faf8a7c49b6c2ea4679ff4fdcdd6dc6bec5a4c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:53:16.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T15:53:16.152Z] [2020-12-02T15:53:16.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:53:16.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T15:53:16.671Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-02T15:53:16.671Z] ab5ef0e58194: Pulling fs layer [2020-12-02T15:53:16.671Z] 9712f1f96733: Pulling fs layer [2020-12-02T15:53:16.671Z] 63f879dbbcfc: Pulling fs layer [2020-12-02T15:53:16.671Z] 0d9ebad4ef96: Pulling fs layer [2020-12-02T15:53:16.671Z] e9a5061849ea: Pulling fs layer [2020-12-02T15:53:16.671Z] d747dcd14b5f: Pulling fs layer [2020-12-02T15:53:16.671Z] 2de7ff778b66: Pulling fs layer [2020-12-02T15:53:16.671Z] 0d9ebad4ef96: Waiting [2020-12-02T15:53:16.671Z] e9a5061849ea: Waiting [2020-12-02T15:53:16.671Z] d747dcd14b5f: Waiting [2020-12-02T15:53:16.671Z] 2de7ff778b66: Waiting [2020-12-02T15:53:16.671Z] 9712f1f96733: Verifying Checksum [2020-12-02T15:53:16.671Z] 9712f1f96733: Download complete [2020-12-02T15:53:20.212Z] 63f879dbbcfc: Verifying Checksum [2020-12-02T15:53:20.212Z] 63f879dbbcfc: Download complete [2020-12-02T15:53:20.824Z] e9a5061849ea: Verifying Checksum [2020-12-02T15:53:20.824Z] e9a5061849ea: Download complete [2020-12-02T15:53:20.824Z] d747dcd14b5f: Verifying Checksum [2020-12-02T15:53:20.824Z] d747dcd14b5f: Download complete [2020-12-02T15:53:21.450Z] 2de7ff778b66: Verifying Checksum [2020-12-02T15:53:21.450Z] 2de7ff778b66: Download complete [2020-12-02T15:53:21.450Z] 0d9ebad4ef96: Verifying Checksum [2020-12-02T15:53:21.450Z] 0d9ebad4ef96: Download complete [2020-12-02T15:53:22.076Z] ab5ef0e58194: Verifying Checksum [2020-12-02T15:53:22.076Z] ab5ef0e58194: Download complete [2020-12-02T15:53:28.790Z] ab5ef0e58194: Pull complete [2020-12-02T15:53:28.790Z] 9712f1f96733: Pull complete [2020-12-02T15:53:31.424Z] 63f879dbbcfc: Pull complete [2020-12-02T15:53:44.088Z] 0d9ebad4ef96: Pull complete [2020-12-02T15:53:44.360Z] e9a5061849ea: Pull complete [2020-12-02T15:53:44.629Z] d747dcd14b5f: Pull complete [2020-12-02T15:53:48.400Z] 2de7ff778b66: Pull complete [2020-12-02T15:53:48.400Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-02T15:53:48.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T15:53:48.400Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-02T15:53:48.960Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:53:49.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-02T15:53:52.850Z] $ docker top c2b0e06d246f3294707db4112bd08d08a7d6de499113b27c3ef8103b9b7d2930 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-02T15:53:53.214Z] provisioning config files... [2020-12-02T15:53:53.235Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/239@tmp/config5682113044728482412tmp [2020-12-02T15:53:53.266Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/239@tmp/config8295011116473143159tmp [2020-12-02T15:53:53.290Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/239@tmp/config5783344466988177510tmp [Pipeline] { [Pipeline] echo [2020-12-02T15:53:53.349Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:53:54.002Z] ---> sigul-configuration.sh [2020-12-02T15:53:54.274Z] gpg: directory `/root/.gnupg' created [2020-12-02T15:53:54.274Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-02T15:53:54.274Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-02T15:53:54.274Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-02T15:53:54.274Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-02T15:53:54.274Z] gpg: CAST5 encrypted data [2020-12-02T15:53:54.565Z] gpg: encrypted with 1 passphrase [2020-12-02T15:53:54.565Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-02T15:53:54.901Z] + mkdir /home/jenkins [2020-12-02T15:53:54.901Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-02T15:53:55.754Z] + 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-02T15:53:55.771Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:53:56.437Z] ---> sigul-install.sh [2020-12-02T15:54:03.165Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-02T15:54:03.847Z] + git tag --list [2020-12-02T15:54:03.847Z] 0.6.0 [2020-12-02T15:54:03.847Z] 0.6.1 [2020-12-02T15:54:03.847Z] 0.7.0 [2020-12-02T15:54:03.847Z] 0.7.1 [2020-12-02T15:54:03.847Z] v1.0.0 [2020-12-02T15:54:03.847Z] v1.0.1 [2020-12-02T15:54:03.847Z] v1.1.0 [2020-12-02T15:54:03.847Z] v1.2.0 [2020-12-02T15:54:03.847Z] v1.2.1 [2020-12-02T15:54:03.847Z] v1.2.2-dev.1 [2020-12-02T15:54:03.847Z] v1.2.2-dev.10 [2020-12-02T15:54:03.847Z] v1.2.2-dev.100 [2020-12-02T15:54:03.847Z] v1.2.2-dev.101 [2020-12-02T15:54:03.847Z] v1.2.2-dev.102 [2020-12-02T15:54:03.847Z] v1.2.2-dev.103 [2020-12-02T15:54:03.847Z] v1.2.2-dev.104 [2020-12-02T15:54:03.847Z] v1.2.2-dev.105 [2020-12-02T15:54:03.847Z] v1.2.2-dev.106 [2020-12-02T15:54:03.847Z] v1.2.2-dev.107 [2020-12-02T15:54:03.847Z] v1.2.2-dev.11 [2020-12-02T15:54:03.847Z] v1.2.2-dev.12 [2020-12-02T15:54:03.847Z] v1.2.2-dev.13 [2020-12-02T15:54:03.847Z] v1.2.2-dev.14 [2020-12-02T15:54:03.847Z] v1.2.2-dev.15 [2020-12-02T15:54:03.847Z] v1.2.2-dev.16 [2020-12-02T15:54:03.847Z] v1.2.2-dev.17 [2020-12-02T15:54:03.847Z] v1.2.2-dev.18 [2020-12-02T15:54:03.847Z] v1.2.2-dev.19 [2020-12-02T15:54:03.847Z] v1.2.2-dev.2 [2020-12-02T15:54:03.847Z] v1.2.2-dev.20 [2020-12-02T15:54:03.847Z] v1.2.2-dev.21 [2020-12-02T15:54:03.847Z] v1.2.2-dev.22 [2020-12-02T15:54:03.847Z] v1.2.2-dev.23 [2020-12-02T15:54:03.847Z] v1.2.2-dev.24 [2020-12-02T15:54:03.847Z] v1.2.2-dev.25 [2020-12-02T15:54:03.847Z] v1.2.2-dev.26 [2020-12-02T15:54:03.847Z] v1.2.2-dev.27 [2020-12-02T15:54:03.847Z] v1.2.2-dev.28 [2020-12-02T15:54:03.847Z] v1.2.2-dev.29 [2020-12-02T15:54:03.847Z] v1.2.2-dev.3 [2020-12-02T15:54:03.847Z] v1.2.2-dev.30 [2020-12-02T15:54:03.847Z] v1.2.2-dev.31 [2020-12-02T15:54:03.847Z] v1.2.2-dev.32 [2020-12-02T15:54:03.847Z] v1.2.2-dev.33 [2020-12-02T15:54:03.847Z] v1.2.2-dev.34 [2020-12-02T15:54:03.847Z] v1.2.2-dev.35 [2020-12-02T15:54:03.847Z] v1.2.2-dev.36 [2020-12-02T15:54:03.847Z] v1.2.2-dev.37 [2020-12-02T15:54:03.847Z] v1.2.2-dev.38 [2020-12-02T15:54:03.847Z] v1.2.2-dev.39 [2020-12-02T15:54:03.847Z] v1.2.2-dev.4 [2020-12-02T15:54:03.847Z] v1.2.2-dev.40 [2020-12-02T15:54:03.847Z] v1.2.2-dev.41 [2020-12-02T15:54:03.847Z] v1.2.2-dev.42 [2020-12-02T15:54:03.847Z] v1.2.2-dev.43 [2020-12-02T15:54:03.847Z] v1.2.2-dev.44 [2020-12-02T15:54:03.847Z] v1.2.2-dev.45 [2020-12-02T15:54:03.847Z] v1.2.2-dev.46 [2020-12-02T15:54:03.847Z] v1.2.2-dev.47 [2020-12-02T15:54:03.847Z] v1.2.2-dev.48 [2020-12-02T15:54:03.847Z] v1.2.2-dev.49 [2020-12-02T15:54:03.847Z] v1.2.2-dev.5 [2020-12-02T15:54:03.847Z] v1.2.2-dev.50 [2020-12-02T15:54:03.847Z] v1.2.2-dev.51 [2020-12-02T15:54:03.847Z] v1.2.2-dev.52 [2020-12-02T15:54:03.847Z] v1.2.2-dev.53 [2020-12-02T15:54:03.847Z] v1.2.2-dev.54 [2020-12-02T15:54:03.847Z] v1.2.2-dev.55 [2020-12-02T15:54:03.847Z] v1.2.2-dev.56 [2020-12-02T15:54:03.847Z] v1.2.2-dev.57 [2020-12-02T15:54:03.847Z] v1.2.2-dev.58 [2020-12-02T15:54:03.847Z] v1.2.2-dev.59 [2020-12-02T15:54:03.847Z] v1.2.2-dev.6 [2020-12-02T15:54:03.847Z] v1.2.2-dev.60 [2020-12-02T15:54:03.847Z] v1.2.2-dev.61 [2020-12-02T15:54:03.847Z] v1.2.2-dev.62 [2020-12-02T15:54:03.847Z] v1.2.2-dev.63 [2020-12-02T15:54:03.847Z] v1.2.2-dev.64 [2020-12-02T15:54:03.847Z] v1.2.2-dev.65 [2020-12-02T15:54:03.847Z] v1.2.2-dev.66 [2020-12-02T15:54:03.847Z] v1.2.2-dev.67 [2020-12-02T15:54:03.847Z] v1.2.2-dev.68 [2020-12-02T15:54:03.847Z] v1.2.2-dev.69 [2020-12-02T15:54:03.847Z] v1.2.2-dev.7 [2020-12-02T15:54:03.847Z] v1.2.2-dev.70 [2020-12-02T15:54:03.847Z] v1.2.2-dev.71 [2020-12-02T15:54:03.847Z] v1.2.2-dev.72 [2020-12-02T15:54:03.847Z] v1.2.2-dev.73 [2020-12-02T15:54:03.847Z] v1.2.2-dev.74 [2020-12-02T15:54:03.847Z] v1.2.2-dev.75 [2020-12-02T15:54:03.847Z] v1.2.2-dev.76 [2020-12-02T15:54:03.847Z] v1.2.2-dev.77 [2020-12-02T15:54:03.847Z] v1.2.2-dev.78 [2020-12-02T15:54:03.847Z] v1.2.2-dev.79 [2020-12-02T15:54:03.847Z] v1.2.2-dev.8 [2020-12-02T15:54:03.847Z] v1.2.2-dev.80 [2020-12-02T15:54:03.847Z] v1.2.2-dev.81 [2020-12-02T15:54:03.847Z] v1.2.2-dev.82 [2020-12-02T15:54:03.847Z] v1.2.2-dev.83 [2020-12-02T15:54:03.847Z] v1.2.2-dev.84 [2020-12-02T15:54:03.847Z] v1.2.2-dev.85 [2020-12-02T15:54:03.847Z] v1.2.2-dev.86 [2020-12-02T15:54:03.847Z] v1.2.2-dev.87 [2020-12-02T15:54:03.847Z] v1.2.2-dev.88 [2020-12-02T15:54:03.847Z] v1.2.2-dev.89 [2020-12-02T15:54:03.847Z] v1.2.2-dev.9 [2020-12-02T15:54:03.847Z] v1.2.2-dev.90 [2020-12-02T15:54:03.847Z] v1.2.2-dev.91 [2020-12-02T15:54:03.847Z] v1.2.2-dev.92 [2020-12-02T15:54:03.847Z] v1.2.2-dev.93 [2020-12-02T15:54:03.847Z] v1.2.2-dev.94 [2020-12-02T15:54:03.847Z] v1.2.2-dev.95 [2020-12-02T15:54:03.847Z] v1.2.2-dev.96 [2020-12-02T15:54:03.847Z] v1.2.2-dev.97 [2020-12-02T15:54:03.847Z] v1.2.2-dev.98 [2020-12-02T15:54:03.847Z] v1.2.2-dev.99 [2020-12-02T15:54:03.847Z] v1.3.0 [2020-12-02T15:54:03.847Z] v1.3.1-dev.1 [2020-12-02T15:54:03.847Z] v1.3.1-dev.10 [2020-12-02T15:54:03.847Z] v1.3.1-dev.11 [2020-12-02T15:54:03.847Z] v1.3.1-dev.12 [2020-12-02T15:54:03.847Z] v1.3.1-dev.13 [2020-12-02T15:54:03.847Z] v1.3.1-dev.14 [2020-12-02T15:54:03.847Z] v1.3.1-dev.15 [2020-12-02T15:54:03.847Z] v1.3.1-dev.2 [2020-12-02T15:54:03.847Z] v1.3.1-dev.3 [2020-12-02T15:54:03.847Z] v1.3.1-dev.4 [2020-12-02T15:54:03.847Z] v1.3.1-dev.5 [2020-12-02T15:54:03.847Z] v1.3.1-dev.6 [2020-12-02T15:54:03.847Z] v1.3.1-dev.7 [2020-12-02T15:54:03.847Z] v1.3.1-dev.8 [2020-12-02T15:54:03.847Z] v1.3.1-dev.9 [Pipeline] sh [2020-12-02T15:54:04.220Z] + lftools sign git-tag v1.3.1-dev.15 [2020-12-02T15:54:06.157Z] Signing Git tag with Sigul... [2020-12-02T15:54:06.157Z] Signing v1.3.1-dev.15 [Pipeline] echo [2020-12-02T15:54:16.328Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:54:16.667Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-02T15:54:16.689Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-02T15:54:16.798Z] $ docker stop --time=1 c2b0e06d246f3294707db4112bd08d08a7d6de499113b27c3ef8103b9b7d2930 [2020-12-02T15:54:19.098Z] $ docker rm -f c2b0e06d246f3294707db4112bd08d08a7d6de499113b27c3ef8103b9b7d2930 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:54:20.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T15:54:20.088Z] . [Pipeline] withDockerContainer [2020-12-02T15:54:20.401Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:54:20.545Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T15:54:21.529Z] $ docker top e2c615d81e54e49324782bb88fbba6d952df2de9a47ee72a4d89e9281dbf939d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T15:54:21.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T15:54:21.938Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T15:54:22.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T15:54:22.242Z] $ docker exec e2c615d81e54e49324782bb88fbba6d952df2de9a47ee72a4d89e9281dbf939d ssh-agent [2020-12-02T15:54:22.500Z] SSH_AUTH_SOCK=/tmp/ssh-nMd4hTB3c9VM/agent.12 [2020-12-02T15:54:22.501Z] SSH_AGENT_PID=17 [2020-12-02T15:54:22.512Z] Running ssh-add (command line suppressed) [2020-12-02T15:54:22.707Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_396903703334993481.key (/w/workspace/edgex-go/239@tmp/private_key_396903703334993481.key) [2020-12-02T15:54:22.839Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T15:54:23.540Z] + git semver bump pre [2020-12-02T15:54:23.540Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T15:54:23.540Z] # $GIT_DIR = /w/workspace/edgex-go/239/.git [2020-12-02T15:54:23.540Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/239 [2020-12-02T15:54:23.540Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T15:54:23.540Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T15:54:23.540Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T15:54:23.540Z] # $SEMVER_BRANCH = master [2020-12-02T15:54:23.540Z] # $SEMVER_DIR = /w/workspace/edgex-go/239/.semver [2020-12-02T15:54:23.540Z] 1.3.1-dev.16 [Pipeline] } [2020-12-02T15:54:23.558Z] $ docker exec --env ******** --env ******** e2c615d81e54e49324782bb88fbba6d952df2de9a47ee72a4d89e9281dbf939d ssh-agent -k [2020-12-02T15:54:23.717Z] unset SSH_AUTH_SOCK; [2020-12-02T15:54:23.717Z] unset SSH_AGENT_PID; [2020-12-02T15:54:23.718Z] echo Agent pid 17 killed; [2020-12-02T15:54:23.777Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T15:54:24.358Z] + git semver [Pipeline] } [2020-12-02T15:54:24.383Z] $ docker stop --time=1 e2c615d81e54e49324782bb88fbba6d952df2de9a47ee72a4d89e9281dbf939d [2020-12-02T15:54:25.857Z] $ docker rm -f e2c615d81e54e49324782bb88fbba6d952df2de9a47ee72a4d89e9281dbf939d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:54:26.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T15:54:26.485Z] . [Pipeline] withDockerContainer [2020-12-02T15:54:26.750Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:54:26.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T15:54:28.141Z] $ docker top 9c6dbbb26d7c972c76aad18721c39a2a1cf7b86db272a44c2940fb30b1473845 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T15:54:28.539Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T15:54:28.539Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T15:54:29.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T15:54:29.370Z] $ docker exec 9c6dbbb26d7c972c76aad18721c39a2a1cf7b86db272a44c2940fb30b1473845 ssh-agent [2020-12-02T15:54:29.790Z] SSH_AUTH_SOCK=/tmp/ssh-qG75fwQj3FCg/agent.12 [2020-12-02T15:54:29.790Z] SSH_AGENT_PID=18 [2020-12-02T15:54:29.799Z] Running ssh-add (command line suppressed) [2020-12-02T15:54:29.955Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_3544529355354536264.key (/w/workspace/edgex-go/239@tmp/private_key_3544529355354536264.key) [2020-12-02T15:54:30.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T15:54:30.479Z] + git semver push [2020-12-02T15:54:30.479Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T15:54:30.479Z] # $GIT_DIR = /w/workspace/edgex-go/239/.git [2020-12-02T15:54:30.479Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/239 [2020-12-02T15:54:30.479Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T15:54:30.479Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T15:54:30.479Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T15:54:30.479Z] # $SEMVER_BRANCH = master [2020-12-02T15:54:30.479Z] # $SEMVER_DIR = /w/workspace/edgex-go/239/.semver [Pipeline] } [2020-12-02T15:54:42.845Z] $ docker exec --env ******** --env ******** 9c6dbbb26d7c972c76aad18721c39a2a1cf7b86db272a44c2940fb30b1473845 ssh-agent -k [2020-12-02T15:54:43.016Z] unset SSH_AUTH_SOCK; [2020-12-02T15:54:43.017Z] unset SSH_AGENT_PID; [2020-12-02T15:54:43.017Z] echo Agent pid 18 killed; [2020-12-02T15:54:43.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T15:54:43.549Z] + git semver [Pipeline] } [2020-12-02T15:54:43.574Z] $ docker stop --time=1 9c6dbbb26d7c972c76aad18721c39a2a1cf7b86db272a44c2940fb30b1473845 [2020-12-02T15:54:45.023Z] $ docker rm -f 9c6dbbb26d7c972c76aad18721c39a2a1cf7b86db272a44c2940fb30b1473845 [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-02T15:54:46.145Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:54:47.424Z] ---> package-listing.sh [2020-12-02T15:54:47.424Z] ++ facter osfamily [2020-12-02T15:54:47.424Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-02T15:54:47.424Z] + OS_FAMILY=redhat [2020-12-02T15:54:47.424Z] + workspace=/w/workspace/edgex-go/239 [2020-12-02T15:54:47.424Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-02T15:54:47.424Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-02T15:54:47.424Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-02T15:54:47.424Z] + PACKAGES=/tmp/packages_start.txt [2020-12-02T15:54:47.424Z] + '[' /w/workspace/edgex-go/239 ']' [2020-12-02T15:54:47.424Z] + PACKAGES=/tmp/packages_end.txt [2020-12-02T15:54:47.424Z] + case "${OS_FAMILY}" in [2020-12-02T15:54:47.424Z] + rpm -qa [2020-12-02T15:54:47.424Z] + sort [2020-12-02T15:54:54.090Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-02T15:54:54.090Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-02T15:54:54.090Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-02T15:54:54.090Z] + '[' /w/workspace/edgex-go/239 ']' [2020-12-02T15:54:54.090Z] + mkdir -p /w/workspace/edgex-go/239/archives/ [2020-12-02T15:54:54.090Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/239/archives/ [Pipeline] echo [2020-12-02T15:54:54.116Z] 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/239/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-02T15:54:54.463Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:54:54.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T15:54:55.410Z] [2020-12-02T15:54:55.410Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-02T15:54:56.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T15:54:56.030Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-02T15:54:56.030Z] df20fa9351a1: Pulling fs layer [2020-12-02T15:54:56.030Z] 36b3adc4ff6f: Pulling fs layer [2020-12-02T15:54:56.030Z] 8ad3a11d3b57: Pulling fs layer [2020-12-02T15:54:56.030Z] 46f8f816bc3b: Pulling fs layer [2020-12-02T15:54:56.030Z] 93b61091891f: Pulling fs layer [2020-12-02T15:54:56.030Z] 93b9cdb0e59b: Pulling fs layer [2020-12-02T15:54:56.030Z] 5e14af77c1be: Pulling fs layer [2020-12-02T15:54:56.030Z] 01666e4c0597: Pulling fs layer [2020-12-02T15:54:56.030Z] aa168da1d23b: Pulling fs layer [2020-12-02T15:54:56.030Z] 93b9cdb0e59b: Waiting [2020-12-02T15:54:56.030Z] 46f8f816bc3b: Waiting [2020-12-02T15:54:56.030Z] 93b61091891f: Waiting [2020-12-02T15:54:56.030Z] aa168da1d23b: Waiting [2020-12-02T15:54:56.030Z] 5e14af77c1be: Waiting [2020-12-02T15:54:56.030Z] 01666e4c0597: Waiting [2020-12-02T15:54:56.304Z] 36b3adc4ff6f: Verifying Checksum [2020-12-02T15:54:56.304Z] 36b3adc4ff6f: Download complete [2020-12-02T15:54:56.304Z] 46f8f816bc3b: Verifying Checksum [2020-12-02T15:54:56.304Z] 46f8f816bc3b: Download complete [2020-12-02T15:54:56.304Z] df20fa9351a1: Verifying Checksum [2020-12-02T15:54:56.304Z] 93b9cdb0e59b: Verifying Checksum [2020-12-02T15:54:56.304Z] 93b9cdb0e59b: Download complete [2020-12-02T15:54:56.632Z] 5e14af77c1be: Verifying Checksum [2020-12-02T15:54:56.632Z] 5e14af77c1be: Download complete [2020-12-02T15:54:56.632Z] 01666e4c0597: Verifying Checksum [2020-12-02T15:54:56.632Z] 01666e4c0597: Download complete [2020-12-02T15:54:56.632Z] 93b61091891f: Verifying Checksum [2020-12-02T15:54:56.632Z] 93b61091891f: Download complete [2020-12-02T15:54:56.934Z] df20fa9351a1: Pull complete [2020-12-02T15:54:57.322Z] 8ad3a11d3b57: Verifying Checksum [2020-12-02T15:54:57.323Z] 8ad3a11d3b57: Download complete [2020-12-02T15:54:57.640Z] 36b3adc4ff6f: Pull complete [2020-12-02T15:54:58.683Z] 8ad3a11d3b57: Pull complete [2020-12-02T15:54:58.972Z] 46f8f816bc3b: Pull complete [2020-12-02T15:55:00.970Z] 93b61091891f: Pull complete [2020-12-02T15:55:00.970Z] 93b9cdb0e59b: Pull complete [2020-12-02T15:55:01.278Z] aa168da1d23b: Verifying Checksum [2020-12-02T15:55:01.278Z] 5e14af77c1be: Pull complete [2020-12-02T15:55:01.558Z] 01666e4c0597: Pull complete [2020-12-02T15:55:11.753Z] aa168da1d23b: Pull complete [2020-12-02T15:55:11.753Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-02T15:55:11.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T15:55:11.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-02T15:55:12.123Z] prd-centos7-docker-4c-2g-14178 does not seem to be running inside a container [2020-12-02T15:55:12.424Z] $ 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/239/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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-02T15:55:15.989Z] $ docker top 0ef8172545821d87dbd33e2a65d57e3d6c7e9eec5c31a95024f5d0f45d0d3876 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T15:55:16.581Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-02T15:55:16.886Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-02T15:55:17.193Z] + ls /var/log/sa-host [2020-12-02T15:55:17.193Z] + sadf -c /var/log/sa-host/sa02 [2020-12-02T15:55:17.193Z] file_magic: OK [2020-12-02T15:55:17.193Z] HZ: Using current value: 100 [2020-12-02T15:55:17.193Z] file_header: OK [2020-12-02T15:55:17.193Z] 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-02T15:55:17.193Z] Statistics: [2020-12-02T15:55:17.193Z] 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-02T15:55:17.193Z] File successfully converted to sysstat format version 12.2.1 [2020-12-02T15:55:17.193Z] + sadf -c /var/log/sa-host/sa23 [2020-12-02T15:55:17.193Z] file_magic: OK [2020-12-02T15:55:17.193Z] HZ: Using current value: 100 [2020-12-02T15:55:17.193Z] file_header: OK [2020-12-02T15:55:17.193Z] 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-02T15:55:17.193Z] Statistics: [2020-12-02T15:55:17.193Z] Hnuu...uuuununununu... [2020-12-02T15:55:17.193Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-02T15:55:17.843Z] provisioning config files... [2020-12-02T15:55:17.858Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/239@tmp/config5134000679736553316tmp [Pipeline] { [Pipeline] echo [2020-12-02T15:55:17.974Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:55:18.336Z] ---> create-netrc.sh [Pipeline] } [2020-12-02T15:55:18.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-02T15:55:18.434Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:55:19.077Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-02T15:55:19.092Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:55:19.403Z] ---> sudo-logs.sh [2020-12-02T15:55:19.403Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-02T15:55:19.415Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:55:19.718Z] ---> job-cost.sh [2020-12-02T15:55:19.718Z] lf-activate-venv: SKIPPING [2020-12-02T15:55:19.718Z] INFO: No Stack... [2020-12-02T15:55:21.115Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-02T15:55:21.377Z] INFO: Archiving Costs [Pipeline] echo [2020-12-02T15:55:21.393Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T15:55:21.734Z] ---> logs-deploy.sh [2020-12-02T15:55:21.734Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/239 [2020-12-02T15:55:21.734Z] INFO: archiving workspace using pattern(s): [2020-12-02T15:55:23.669Z] Archives upload complete. [2020-12-02T15:55:23.669Z] INFO: archiving logs to Nexus