Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff93af41a81d158de1dc365787019667f354ae25 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14256 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/240 [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/240 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ff93af41a81d158de1dc365787019667f354ae25 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff93af41a81d158de1dc365787019667f354ae25 # timeout=10 Commit message: "feat(security): Replace security-proxy-setup for adding users (#2808)" > git rev-list --no-walk 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T02:30:11.829Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T02:30:12.112Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T02:30:12.335Z] ========================================================= [2020-12-03T02:30:12.335Z] EdgeX Global Pipelines Version Info [2020-12-03T02:30:12.335Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:30:14.331Z] ------------------- [2020-12-03T02:30:14.331Z] stable info: [2020-12-03T02:30:14.331Z] ------------------- [2020-12-03T02:30:14.331Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T02:30:14.331Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T02:30:14.331Z] Message: update stable to v1.0.169 [2020-12-03T02:30:14.908Z] ------------------- [2020-12-03T02:30:14.908Z] experimental info: [2020-12-03T02:30:14.908Z] ------------------- [2020-12-03T02:30:14.908Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T02:30:14.908Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T02:30:14.908Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:30:15.292Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T02:30:15.416Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T02:30:15.531Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T02:30:15.655Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T02:30:15.769Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T02:30:15.878Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T02:30:15.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T02:30:16.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T02:30:16.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T02:30:16.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T02:30:16.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T02:30:16.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T02:30:16.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T02:30:16.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T02:30:16.986Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T02:30:17.098Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T02:30:17.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T02:30:17.315Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T02:30:17.429Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T02:30:17.535Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T02:30:17.639Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T02:30:17.743Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T02:30:17.856Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-03T02:30:17.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-03T02:30:18.081Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-03T02:30:18.192Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] echo [2020-12-03T02:30:18.560Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff93af4 [Pipeline] echo [2020-12-03T02:30:18.657Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T02:30:18.867Z] provisioning config files... [2020-12-03T02:30:18.910Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config9187563748410073831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:30:19.272Z] ---> docker-login.sh [2020-12-03T02:30:19.272Z] nexus3.edgexfoundry.org:10001 [2020-12-03T02:30:19.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:30:19.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:30:19.800Z] Configure a credential helper to remove this warning. See [2020-12-03T02:30:19.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:30:19.800Z] [2020-12-03T02:30:19.800Z] Login Succeeded [2020-12-03T02:30:19.800Z] nexus3.edgexfoundry.org:10002 [2020-12-03T02:30:19.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:30:20.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:30:20.065Z] Configure a credential helper to remove this warning. See [2020-12-03T02:30:20.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:30:20.065Z] [2020-12-03T02:30:20.065Z] Login Succeeded [2020-12-03T02:30:20.065Z] nexus3.edgexfoundry.org:10003 [2020-12-03T02:30:20.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:30:20.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:30:20.349Z] Configure a credential helper to remove this warning. See [2020-12-03T02:30:20.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:30:20.349Z] [2020-12-03T02:30:20.349Z] Login Succeeded [2020-12-03T02:30:20.349Z] nexus3.edgexfoundry.org:10004 [2020-12-03T02:30:20.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:30:20.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:30:20.618Z] Configure a credential helper to remove this warning. See [2020-12-03T02:30:20.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:30:20.618Z] [2020-12-03T02:30:20.618Z] Login Succeeded [2020-12-03T02:30:20.618Z] docker.io [2020-12-03T02:30:20.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:30:20.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:30:20.882Z] Configure a credential helper to remove this warning. See [2020-12-03T02:30:20.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:30:20.882Z] [2020-12-03T02:30:20.882Z] Login Succeeded [2020-12-03T02:30:20.882Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T02:30:20.892Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T02:30:21.398Z] ++ 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-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T02:30:21.398Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T02:30:21.398Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T02:30:21.398Z] ++ cut -d/ -f2 [2020-12-03T02:30:21.398Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T02:30:21.474Z] 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-03T02:30:23.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T02:30:23.805Z] [2020-12-03T02:30:23.805Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:30:24.153Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T02:30:24.153Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T02:30:24.153Z] 31603596830f: Pulling fs layer [2020-12-03T02:30:24.153Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T02:30:24.153Z] 6ca5941a6612: Pulling fs layer [2020-12-03T02:30:24.153Z] ecc8261a40a4: Pulling fs layer [2020-12-03T02:30:24.153Z] ecc8261a40a4: Waiting [2020-12-03T02:30:24.153Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T02:30:24.153Z] 2a8b12db71e7: Download complete [2020-12-03T02:30:24.416Z] 31603596830f: Verifying Checksum [2020-12-03T02:30:24.416Z] 31603596830f: Download complete [2020-12-03T02:30:24.680Z] ecc8261a40a4: Verifying Checksum [2020-12-03T02:30:24.680Z] ecc8261a40a4: Download complete [2020-12-03T02:30:24.680Z] 31603596830f: Pull complete [2020-12-03T02:30:24.680Z] 6ca5941a6612: Verifying Checksum [2020-12-03T02:30:24.680Z] 6ca5941a6612: Download complete [2020-12-03T02:30:24.946Z] 2a8b12db71e7: Pull complete [2020-12-03T02:30:25.910Z] 6ca5941a6612: Pull complete [2020-12-03T02:30:25.911Z] ecc8261a40a4: Pull complete [2020-12-03T02:30:25.911Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T02:30:25.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T02:30:25.911Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T02:30:26.020Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:30:26.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T02:30:28.664Z] $ docker top 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T02:30:29.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T02:30:29.054Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T02:30:29.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T02:30:29.296Z] $ docker exec 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent [2020-12-03T02:30:29.465Z] SSH_AUTH_SOCK=/tmp/ssh-yZ84ZewJQgsJ/agent.11 [2020-12-03T02:30:29.465Z] SSH_AGENT_PID=16 [2020-12-03T02:30:29.480Z] Running ssh-add (command line suppressed) [2020-12-03T02:30:29.603Z] Identity added: /w/workspace/edgex-go/240@tmp/private_key_4949745307325024589.key (/w/workspace/edgex-go/240@tmp/private_key_4949745307325024589.key) [2020-12-03T02:30:29.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T02:30:30.016Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T02:30:30.045Z] $ docker exec --env ******** --env ******** 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent -k [2020-12-03T02:30:30.161Z] unset SSH_AUTH_SOCK; [2020-12-03T02:30:30.161Z] unset SSH_AGENT_PID; [2020-12-03T02:30:30.161Z] echo Agent pid 16 killed; [2020-12-03T02:30:30.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T02:30:30.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T02:30:30.395Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T02:30:30.562Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T02:30:30.568Z] $ docker exec 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent [2020-12-03T02:30:30.734Z] SSH_AUTH_SOCK=/tmp/ssh-C8iLFFwNkVwH/agent.46 [2020-12-03T02:30:30.734Z] SSH_AGENT_PID=51 [2020-12-03T02:30:30.745Z] Running ssh-add (command line suppressed) [2020-12-03T02:30:30.866Z] Identity added: /w/workspace/edgex-go/240@tmp/private_key_7495094015063857819.key (/w/workspace/edgex-go/240@tmp/private_key_7495094015063857819.key) [2020-12-03T02:30:30.920Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T02:30:31.259Z] + git semver init [2020-12-03T02:30:31.260Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T02:30:31.260Z] # $GIT_DIR = /w/workspace/edgex-go/240/.git [2020-12-03T02:30:31.260Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/240 [2020-12-03T02:30:31.260Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T02:30:31.260Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T02:30:31.260Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T02:30:31.260Z] # $SEMVER_BRANCH = master [2020-12-03T02:30:31.260Z] # $SEMVER_TEMP = /tmp/semver-142190834 [2020-12-03T02:30:31.260Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T02:32:22.844Z] # '/tmp/semver-142190834' -> '/w/workspace/edgex-go/240/.semver' [2020-12-03T02:32:22.844Z] # -> Force: false [2020-12-03T02:32:22.844Z] # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver [Pipeline] } [2020-12-03T02:32:22.860Z] $ docker exec --env ******** --env ******** 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent -k [2020-12-03T02:32:23.158Z] unset SSH_AUTH_SOCK; [2020-12-03T02:32:23.159Z] unset SSH_AGENT_PID; [2020-12-03T02:32:23.159Z] echo Agent pid 51 killed; [2020-12-03T02:32:23.268Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T02:32:23.832Z] + git semver [Pipeline] } [2020-12-03T02:32:23.851Z] $ docker stop --time=1 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 [2020-12-03T02:32:25.767Z] $ docker rm -f 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T02:32:26.427Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T02:32:26.970Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T02:32:26.974Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.16 [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-03T02:32:27.886Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T02:32:28.185Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T02:32:28.519Z] + sudo service docker restart [2020-12-03T02:32:28.519Z] + true [2020-12-03T02:32:28.519Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T02:32:29.113Z] ========================================================= [2020-12-03T02:32:29.113Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T02:32:29.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:32:29.454Z] + 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-03T02:32:33.685Z] Sending build context to Docker daemon 326.2MB [2020-12-03T02:32:33.685Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T02:32:33.685Z] Step 2/7 : FROM ${BASE} [2020-12-03T02:32:33.685Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T02:32:33.685Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T02:32:33.685Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T02:32:33.685Z] de9db76c5a1d: Pulling fs layer [2020-12-03T02:32:33.685Z] bca2f99d35d6: Pulling fs layer [2020-12-03T02:32:33.685Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T02:32:33.685Z] 7c6f9722023f: Pulling fs layer [2020-12-03T02:32:33.685Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T02:32:33.685Z] 93359f2a8cfa: Waiting [2020-12-03T02:32:33.685Z] 7c6f9722023f: Waiting [2020-12-03T02:32:33.685Z] a35cf1a2eb13: Waiting [2020-12-03T02:32:33.685Z] bca2f99d35d6: Waiting [2020-12-03T02:32:33.685Z] de9db76c5a1d: Download complete [2020-12-03T02:32:33.685Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T02:32:33.685Z] 0ef7d3d256c8: Download complete [2020-12-03T02:32:33.685Z] 93359f2a8cfa: Download complete [2020-12-03T02:32:33.685Z] 7c6f9722023f: Download complete [2020-12-03T02:32:33.685Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T02:32:33.685Z] 188c0c94c7c5: Download complete [2020-12-03T02:32:34.263Z] 188c0c94c7c5: Pull complete [2020-12-03T02:32:34.263Z] 0ef7d3d256c8: Pull complete [2020-12-03T02:32:34.527Z] de9db76c5a1d: Pull complete [2020-12-03T02:32:36.491Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T02:32:36.491Z] a35cf1a2eb13: Download complete [2020-12-03T02:32:37.072Z] bca2f99d35d6: Verifying Checksum [2020-12-03T02:32:37.072Z] bca2f99d35d6: Download complete [2020-12-03T02:32:42.390Z] Still waiting to schedule task [2020-12-03T02:32:42.390Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-03T02:32:42.413Z] bca2f99d35d6: Pull complete [2020-12-03T02:32:42.677Z] 93359f2a8cfa: Pull complete [2020-12-03T02:32:42.677Z] 7c6f9722023f: Pull complete [2020-12-03T02:32:46.930Z] a35cf1a2eb13: Pull complete [2020-12-03T02:32:46.930Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T02:32:46.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T02:32:46.930Z] ---> a62c8e92a672 [2020-12-03T02:32:46.930Z] 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-03T02:32:46.930Z] ---> Running in 3d67fd2af35d [2020-12-03T02:32:47.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:32:48.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:32:50.217Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T02:32:50.217Z] (2/12) Installing file (5.38-r0) [2020-12-03T02:32:50.218Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T02:32:50.480Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T02:33:46.939Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T02:33:46.939Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T02:33:46.939Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T02:33:46.939Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T02:33:46.939Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T02:33:46.939Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T02:33:46.939Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T02:33:46.939Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T02:33:46.939Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:33:46.939Z] OK: 233 MiB in 51 packages [2020-12-03T02:33:46.939Z] Removing intermediate container 3d67fd2af35d [2020-12-03T02:33:46.939Z] ---> 632548c77abd [2020-12-03T02:33:46.939Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T02:33:46.939Z] ---> Running in 7100f6462afc [2020-12-03T02:33:46.939Z] Removing intermediate container 7100f6462afc [2020-12-03T02:33:46.939Z] ---> d5d7a9bcf512 [2020-12-03T02:33:46.939Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T02:33:46.939Z] latest: Pulling from library/docker [2020-12-03T02:33:46.939Z] 188c0c94c7c5: Already exists [2020-12-03T02:33:46.939Z] 0c7c675703d6: Pulling fs layer [2020-12-03T02:33:46.939Z] cc8c12a437cb: Pulling fs layer [2020-12-03T02:33:46.939Z] f092543453df: Pulling fs layer [2020-12-03T02:33:46.939Z] 65b6bc45957d: Pulling fs layer [2020-12-03T02:33:46.939Z] 4de832df471b: Pulling fs layer [2020-12-03T02:33:46.939Z] 79aa7fa92271: Pulling fs layer [2020-12-03T02:33:46.939Z] 65b6bc45957d: Waiting [2020-12-03T02:33:46.939Z] 4de832df471b: Waiting [2020-12-03T02:33:46.939Z] 79aa7fa92271: Waiting [2020-12-03T02:33:46.939Z] cc8c12a437cb: Verifying Checksum [2020-12-03T02:33:46.939Z] cc8c12a437cb: Download complete [2020-12-03T02:33:46.939Z] 0c7c675703d6: Verifying Checksum [2020-12-03T02:33:46.939Z] 0c7c675703d6: Download complete [2020-12-03T02:33:46.939Z] 4de832df471b: Verifying Checksum [2020-12-03T02:33:46.939Z] 4de832df471b: Download complete [2020-12-03T02:33:46.939Z] 79aa7fa92271: Verifying Checksum [2020-12-03T02:33:46.939Z] 79aa7fa92271: Download complete [2020-12-03T02:33:46.939Z] 0c7c675703d6: Pull complete [2020-12-03T02:33:46.939Z] cc8c12a437cb: Pull complete [2020-12-03T02:33:46.939Z] f092543453df: Verifying Checksum [2020-12-03T02:33:46.939Z] f092543453df: Download complete [2020-12-03T02:33:47.203Z] 65b6bc45957d: Verifying Checksum [2020-12-03T02:33:47.203Z] 65b6bc45957d: Download complete [2020-12-03T02:33:49.770Z] f092543453df: Pull complete [2020-12-03T02:33:49.770Z] 65b6bc45957d: Pull complete [2020-12-03T02:33:49.770Z] 4de832df471b: Pull complete [2020-12-03T02:33:50.033Z] 79aa7fa92271: Pull complete [2020-12-03T02:33:50.033Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T02:33:50.033Z] Status: Downloaded newer image for docker:latest [2020-12-03T02:33:51.436Z] ---> 2b5316b1f40b [2020-12-03T02:33:51.436Z] Step 6/7 : COPY go.mod . [2020-12-03T02:33:51.700Z] ---> 1a23b4629636 [2020-12-03T02:33:51.700Z] Step 7/7 : RUN go mod download [2020-12-03T02:33:51.700Z] ---> Running in 8f464f34d0e0 [2020-12-03T02:34:13.789Z] Removing intermediate container 8f464f34d0e0 [2020-12-03T02:34:13.790Z] ---> d1bfb63549a5 [2020-12-03T02:34:13.790Z] Successfully built d1bfb63549a5 [2020-12-03T02:34:13.790Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:34:14.123Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T02:34:14.124Z] . [Pipeline] withDockerContainer [2020-12-03T02:34:14.249Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:34:14.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T02:34:15.267Z] $ docker top f844ef683aaf5c36ebef08ccf7b0301b6e192a594049d7d3b5ac510c89c24abc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:34:15.799Z] + go version [2020-12-03T02:34:15.799Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T02:34:15.816Z] $ docker stop --time=1 f844ef683aaf5c36ebef08ccf7b0301b6e192a594049d7d3b5ac510c89c24abc [2020-12-03T02:34:17.211Z] $ docker rm -f f844ef683aaf5c36ebef08ccf7b0301b6e192a594049d7d3b5ac510c89c24abc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:34:18.116Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T02:34:18.116Z] . [Pipeline] withDockerContainer [2020-12-03T02:34:18.234Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:34:18.286Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T02:34:19.162Z] $ docker top f25db782d588d413608bfbd007ce5f8baddc24b80fbb4d22c39ccf1b74a884d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T02:34:19.425Z] ========================================================= [2020-12-03T02:34:19.425Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T02:34:19.426Z] ========================================================= [Pipeline] sh [2020-12-03T02:34:19.726Z] + make test [2020-12-03T02:34:19.726Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T02:34:29.778Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T02:34:44.799Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T02:34:50.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T02:34:50.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T02:34:50.771Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T02:34:50.771Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T02:34:51.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T02:34:51.310Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T02:34:53.283Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.036s [2020-12-03T02:34:53.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T02:34:53.283Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T02:34:53.889Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T02:34:54.166Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T02:34:54.166Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T02:34:54.166Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T02:34:54.166Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T02:34:57.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-12-03T02:34:57.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T02:34:57.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T02:34:57.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T02:34:57.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T02:34:57.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T02:35:01.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T02:35:01.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T02:35:01.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T02:35:01.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 66.4% of statements [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T02:35:01.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T02:35:01.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.455s coverage: 82.7% of statements [2020-12-03T02:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T02:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T02:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T02:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T02:35:03.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements [2020-12-03T02:35:03.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T02:35:03.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T02:35:03.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T02:35:03.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T02:35:03.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T02:35:03.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2020-12-03T02:35:03.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T02:35:03.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2020-12-03T02:35:03.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T02:35:03.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2020-12-03T02:35:03.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T02:35:03.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2020-12-03T02:35:03.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T02:35:04.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2020-12-03T02:35:04.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T02:35:04.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T02:35:04.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T02:35:04.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T02:35:06.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.294s coverage: 95.2% of statements [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T02:35:06.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T02:35:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T02:35:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.0% of statements [no tests to run] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T02:35:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2020-12-03T02:35:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T02:35:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements [2020-12-03T02:35:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements [2020-12-03T02:35:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2020-12-03T02:35:06.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.2% of statements [2020-12-03T02:35:06.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.036s coverage: 100.0% of statements [2020-12-03T02:35:06.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T02:35:07.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2020-12-03T02:35:07.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T02:35:07.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T02:35:07.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2020-12-03T02:35:07.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2020-12-03T02:35:07.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-03T02:35:07.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2020-12-03T02:35:08.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2020-12-03T02:35:09.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 55.9% of statements [2020-12-03T02:35:09.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T02:35:09.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T02:35:09.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T02:35:09.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T02:35:09.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T02:35:09.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.920s coverage: 86.3% of statements [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.099s coverage: 72.2% of statements [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.405s coverage: 72.1% of statements [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.2% of statements [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T02:35:35.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T02:35:35.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.1% of statements [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.049s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.606s coverage: 29.1% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T02:35:35.848Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements [2020-12-03T02:35:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-03T02:35:35.848Z] GO111MODULE=on go vet ./... [2020-12-03T02:35:44.846Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14259 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-03T02:35:44.898Z] Running in /w/workspace/edgex-go/240 [Pipeline] { [Pipeline] checkout [2020-12-03T02:35:50.480Z] using credential edgex-jenkins-ssh [2020-12-03T02:35:50.614Z] Cloning the remote Git repository [2020-12-03T02:35:50.673Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T02:35:50.793Z] > git init /w/workspace/edgex-go/240 # timeout=10 [2020-12-03T02:35:50.894Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T02:35:50.895Z] > git --version # timeout=10 [2020-12-03T02:35:50.918Z] > git --version # 'git version 2.17.1' [2020-12-03T02:35:50.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T02:35:51.001Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T02:35:58.028Z] gofmt -l . [2020-12-03T02:35:58.292Z] [ "`gofmt -l .`" = "" ] [2020-12-03T02:35:58.867Z] ./bin/test-go-mod-tidy.sh [2020-12-03T02:35:59.444Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-03T02:36:01.679Z] + ls -al . [2020-12-03T02:36:01.679Z] total 660 [2020-12-03T02:36:01.679Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 02:36 . [2020-12-03T02:36:01.679Z] drwxr-xr-x 4 root root 32 Dec 3 02:34 .. [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 02:30 .dockerignore [2020-12-03T02:36:01.679Z] drwxrwxr-x 8 1001 1001 162 Dec 3 02:30 .git [2020-12-03T02:36:01.679Z] drwxrwxr-x 3 1001 1001 125 Dec 3 02:30 .github [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 02:30 .gitignore [2020-12-03T02:36:01.679Z] drwx------ 3 1001 1001 32 Dec 3 02:32 .semver [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 02:30 .sonarcloud.properties [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 02:30 CONTRIBUTING.md [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 02:30 Dockerfile.build [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 02:30 Jenkinsfile [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 02:30 LICENSE [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 6723 Dec 3 02:30 Makefile [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 02:30 README.md [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 02:30 SECURITY.md [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 12 Dec 3 02:32 VERSION [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 02:30 ZMQWindows.md [2020-12-03T02:36:01.679Z] drwxrwxr-x 2 1001 1001 117 Dec 3 02:30 bin [2020-12-03T02:36:01.679Z] drwxrwxr-x 16 1001 1001 4096 Dec 3 02:30 cmd [2020-12-03T02:36:01.679Z] -rw-r--r-- 1 root root 569040 Dec 3 02:35 coverage.out [2020-12-03T02:36:01.679Z] -rw-r--r-- 1 root root 1041 Dec 3 02:35 go.mod [2020-12-03T02:36:01.679Z] -rw-r--r-- 1 root root 18856 Dec 3 02:35 go.sum [2020-12-03T02:36:01.679Z] drwxrwxr-x 8 1001 1001 127 Dec 3 02:30 internal [2020-12-03T02:36:01.679Z] drwxrwxr-x 4 1001 1001 26 Dec 3 02:30 openapi [2020-12-03T02:36:01.679Z] drwxrwxr-x 4 1001 1001 71 Dec 3 02:30 snap [2020-12-03T02:36:01.679Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 02:30 version.go [Pipeline] sh [2020-12-03T02:36:01.980Z] + '[' -e coverage.out ] [2020-12-03T02:36:01.980Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T02:36:02.182Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T02:36:02.477Z] + make build [2020-12-03T02:36:02.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T02:36:10.723Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T02:36:14.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T02:36:16.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T02:36:17.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T02:36:19.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T02:36:19.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T02:36:20.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T02:36:22.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T02:36:23.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T02:36:24.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T02:36:25.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T02:36:26.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T02:36:28.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-03T02:36:29.034Z] $ docker stop --time=1 f25db782d588d413608bfbd007ce5f8baddc24b80fbb4d22c39ccf1b74a884d3 [2020-12-03T02:36:30.831Z] $ docker rm -f f25db782d588d413608bfbd007ce5f8baddc24b80fbb4d22c39ccf1b74a884d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:36:34.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T02:36:34.293Z] [2020-12-03T02:36:34.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:36:34.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T02:36:34.637Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T02:36:34.637Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T02:36:34.637Z] ca9280d653b3: Pulling fs layer [2020-12-03T02:36:34.637Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T02:36:34.901Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-03T02:36:34.901Z] cbdbe7a5bc2a: Download complete [2020-12-03T02:36:35.164Z] cbdbe7a5bc2a: Pull complete [2020-12-03T02:36:35.739Z] ca9280d653b3: Download complete [2020-12-03T02:36:36.687Z] ca9280d653b3: Pull complete [2020-12-03T02:36:37.260Z] 7e9c9ca2126c: Verifying Checksum [2020-12-03T02:36:37.260Z] 7e9c9ca2126c: Download complete [2020-12-03T02:36:42.626Z] Checking out Revision ff93af41a81d158de1dc365787019667f354ae25 (master) [2020-12-03T02:36:41.946Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T02:36:41.966Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T02:36:41.994Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T02:36:42.032Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T02:36:42.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T02:36:42.044Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T02:36:42.649Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T02:36:42.669Z] > git checkout -f ff93af41a81d158de1dc365787019667f354ae25 # timeout=10 [2020-12-03T02:36:43.881Z] 7e9c9ca2126c: Pull complete [2020-12-03T02:36:43.881Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T02:36:43.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T02:36:43.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-03T02:36:44.027Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:36:44.077Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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-03T02:36:47.160Z] $ docker top c39194a098d741e87aee5eb9b521c10f14820e82308489c8712ae77337ff5368 -eo pid,comm [Pipeline] { [2020-12-03T02:36:47.412Z] Commit message: "feat(security): Replace security-proxy-setup for adding users (#2808)" [Pipeline] sh [2020-12-03T02:36:47.725Z] + docker-compose build --help [2020-12-03T02:36:47.725Z] + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T02:36:48.674Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T02:36:48.728Z] $ docker stop --time=1 c39194a098d741e87aee5eb9b521c10f14820e82308489c8712ae77337ff5368 [2020-12-03T02:36:48.967Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-03T02:36:50.465Z] $ docker rm -f c39194a098d741e87aee5eb9b521c10f14820e82308489c8712ae77337ff5368 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-12-03T02:36:51.013Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2020-12-03T02:36:51.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T02:36:51.320Z] . [Pipeline] withDockerContainer [2020-12-03T02:36:51.428Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:36:51.438Z] + sudo service docker restart [2020-12-03T02:36:51.438Z] + true [2020-12-03T02:36:51.483Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T02:36:52.263Z] $ docker top d67ed848a8f10f0c212a34ae084567bb95291f729f0e733148bb4e897ecf58b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:36:52.735Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T02:36:53.491Z] provisioning config files... [2020-12-03T02:36:53.534Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config6931855022411464741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:36:53.679Z] Building docker-core-command-go ... [2020-12-03T02:36:53.679Z] Building docker-core-data-go ... [2020-12-03T02:36:53.679Z] Building docker-core-metadata-go ... [2020-12-03T02:36:53.679Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T02:36:53.679Z] Building docker-security-proxy-setup-go ... [2020-12-03T02:36:53.679Z] Building docker-security-secrets-setup-go ... [2020-12-03T02:36:53.679Z] Building docker-security-secretstore-setup-go ... [2020-12-03T02:36:53.679Z] Building docker-support-logging-go ... [2020-12-03T02:36:53.679Z] Building docker-support-notifications-go ... [2020-12-03T02:36:53.679Z] Building docker-support-scheduler-go ... [2020-12-03T02:36:53.679Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T02:36:53.679Z] Building docker-support-logging-go [2020-12-03T02:36:53.679Z] Building docker-security-bootstrap-redis-go [2020-12-03T02:36:53.679Z] Building docker-security-secretstore-setup-go [2020-12-03T02:36:53.679Z] Building docker-core-metadata-go [2020-12-03T02:36:53.679Z] Building docker-security-proxy-setup-go [2020-12-03T02:36:53.937Z] ---> docker-login.sh [2020-12-03T02:36:53.937Z] nexus3.edgexfoundry.org:10001 [2020-12-03T02:36:54.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:36:55.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:36:55.154Z] Configure a credential helper to remove this warning. See [2020-12-03T02:36:55.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:36:55.154Z] [2020-12-03T02:36:55.154Z] Login Succeeded [2020-12-03T02:36:55.154Z] nexus3.edgexfoundry.org:10002 [2020-12-03T02:36:55.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:36:55.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:36:55.705Z] Configure a credential helper to remove this warning. See [2020-12-03T02:36:55.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:36:55.705Z] [2020-12-03T02:36:55.705Z] Login Succeeded [2020-12-03T02:36:55.705Z] nexus3.edgexfoundry.org:10003 [2020-12-03T02:36:55.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:36:56.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:36:56.261Z] Configure a credential helper to remove this warning. See [2020-12-03T02:36:56.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:36:56.261Z] [2020-12-03T02:36:56.261Z] Login Succeeded [2020-12-03T02:36:56.261Z] nexus3.edgexfoundry.org:10004 [2020-12-03T02:36:56.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:36:56.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:36:56.539Z] Configure a credential helper to remove this warning. See [2020-12-03T02:36:56.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:36:56.539Z] [2020-12-03T02:36:56.539Z] Login Succeeded [2020-12-03T02:36:56.539Z] docker.io [2020-12-03T02:36:57.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:36:57.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:36:57.414Z] Configure a credential helper to remove this warning. See [2020-12-03T02:36:57.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:36:57.414Z] [2020-12-03T02:36:57.414Z] Login Succeeded [2020-12-03T02:36:57.414Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T02:36:57.432Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T02:36:57.886Z] ========================================================= [2020-12-03T02:36:57.886Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T02:36:57.886Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:36:58.263Z] + 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-03T02:37:00.944Z] Sending build context to Docker daemon 165.5MB [2020-12-03T02:37:00.944Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T02:37:00.944Z] Step 2/7 : FROM ${BASE} [2020-12-03T02:37:00.944Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T02:37:00.944Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T02:37:00.944Z] a4357932f1b6: Pulling fs layer [2020-12-03T02:37:00.944Z] 18c013af1878: Pulling fs layer [2020-12-03T02:37:00.944Z] 00ac8860ef70: Pulling fs layer [2020-12-03T02:37:00.944Z] 63d7cb157983: Pulling fs layer [2020-12-03T02:37:00.944Z] b116817d02f9: Pulling fs layer [2020-12-03T02:37:00.944Z] 00ac8860ef70: Waiting [2020-12-03T02:37:00.944Z] 63d7cb157983: Waiting [2020-12-03T02:37:00.944Z] 745a02a5169b: Pulling fs layer [2020-12-03T02:37:00.944Z] b116817d02f9: Waiting [2020-12-03T02:37:00.944Z] 745a02a5169b: Waiting [2020-12-03T02:37:00.944Z] 18c013af1878: Verifying Checksum [2020-12-03T02:37:00.944Z] 18c013af1878: Download complete [2020-12-03T02:37:00.944Z] a4357932f1b6: Verifying Checksum [2020-12-03T02:37:00.944Z] a4357932f1b6: Download complete [2020-12-03T02:37:00.944Z] 63d7cb157983: Verifying Checksum [2020-12-03T02:37:00.944Z] 63d7cb157983: Download complete [2020-12-03T02:37:00.944Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T02:37:00.944Z] 5f621e34cdf4: Download complete [2020-12-03T02:37:00.944Z] b116817d02f9: Verifying Checksum [2020-12-03T02:37:01.541Z] 5f621e34cdf4: Pull complete [2020-12-03T02:37:02.142Z] a4357932f1b6: Pull complete [2020-12-03T02:37:02.414Z] 18c013af1878: Pull complete [2020-12-03T02:37:03.867Z] 745a02a5169b: Verifying Checksum [2020-12-03T02:37:03.867Z] 745a02a5169b: Download complete [2020-12-03T02:37:04.843Z] 00ac8860ef70: Verifying Checksum [2020-12-03T02:37:04.843Z] 00ac8860ef70: Download complete [2020-12-03T02:37:14.994Z] 00ac8860ef70: Pull complete [2020-12-03T02:37:14.994Z] 63d7cb157983: Pull complete [2020-12-03T02:37:14.994Z] b116817d02f9: Pull complete [2020-12-03T02:37:18.393Z] 745a02a5169b: Pull complete [2020-12-03T02:37:18.393Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T02:37:18.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T02:37:18.393Z] ---> b7e6874047d6 [2020-12-03T02:37:18.393Z] 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-03T02:37:21.777Z] ---> Running in 37cc6d5c6521 [2020-12-03T02:37:22.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:37:24.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:37:26.176Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:37:26.176Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:37:26.176Z] ---> d1bfb63549a5 [2020-12-03T02:37:26.176Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T02:37:26.454Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:37:26.454Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:37:26.454Z] ---> d1bfb63549a5 [2020-12-03T02:37:26.454Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:37:26.454Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:37:26.454Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:37:26.454Z] ---> d1bfb63549a5 [2020-12-03T02:37:26.454Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:37:26.719Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:37:26.719Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:37:26.719Z] ---> d1bfb63549a5 [2020-12-03T02:37:26.719Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:37:26.983Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:37:26.983Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:37:26.983Z] ---> d1bfb63549a5 [2020-12-03T02:37:26.983Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T02:37:27.564Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T02:37:27.940Z] ---> Running in e5d8b519cf2e [2020-12-03T02:37:27.940Z] ---> Running in 2b275d2d759b [2020-12-03T02:37:27.940Z] ---> Running in 88f7e89a41b5 [2020-12-03T02:37:27.940Z] ---> Running in 34e6e0e75be1 [2020-12-03T02:37:27.940Z] ---> Running in 0e8049bcce32 [2020-12-03T02:37:28.157Z] (2/12) Installing file (5.38-r0) [2020-12-03T02:37:28.204Z] Removing intermediate container 88f7e89a41b5 [2020-12-03T02:37:28.204Z] ---> b7a89fedfd88 [2020-12-03T02:37:28.204Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:37:28.429Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T02:37:28.429Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T02:37:28.473Z] Removing intermediate container 34e6e0e75be1 [2020-12-03T02:37:28.473Z] ---> 1c326d669ad5 [2020-12-03T02:37:28.473Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:37:28.473Z] Removing intermediate container 2b275d2d759b [2020-12-03T02:37:28.473Z] ---> e004b48ab863 [2020-12-03T02:37:28.473Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:37:28.473Z] Removing intermediate container 0e8049bcce32 [2020-12-03T02:37:28.473Z] ---> 3324a46d1942 [2020-12-03T02:37:28.473Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:37:28.473Z] Removing intermediate container e5d8b519cf2e [2020-12-03T02:37:28.473Z] ---> 549b2c7812a8 [2020-12-03T02:37:28.473Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:37:28.473Z] ---> Running in 3ffaf753ad03 [2020-12-03T02:37:28.473Z] ---> Running in 162514cd1930 [2020-12-03T02:37:28.473Z] ---> Running in 890fe4c96f2f [2020-12-03T02:37:28.473Z] ---> Running in 023b36fe70c5 [2020-12-03T02:37:28.473Z] ---> Running in 2ee2ff5a1f52 [2020-12-03T02:37:31.068Z] Removing intermediate container 3ffaf753ad03 [2020-12-03T02:37:31.069Z] ---> cf80abf358ea [2020-12-03T02:37:31.069Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T02:37:31.069Z] Removing intermediate container 162514cd1930 [2020-12-03T02:37:31.069Z] ---> aea60ef6c17b [2020-12-03T02:37:31.069Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T02:37:31.069Z] ---> Running in 45d2c94242f3 [2020-12-03T02:37:31.069Z] Removing intermediate container 890fe4c96f2f [2020-12-03T02:37:31.069Z] ---> ac618f98353e [2020-12-03T02:37:31.069Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T02:37:31.069Z] ---> Running in 8416c8a4140e [2020-12-03T02:37:31.333Z] ---> Running in 094d465a5491 [2020-12-03T02:37:31.333Z] Removing intermediate container 023b36fe70c5 [2020-12-03T02:37:31.333Z] ---> de57021a9c6c [2020-12-03T02:37:31.333Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T02:37:31.333Z] Removing intermediate container 2ee2ff5a1f52 [2020-12-03T02:37:31.333Z] ---> 15f9f608bff0 [2020-12-03T02:37:31.333Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T02:37:31.333Z] ---> Running in ed244b5d4f48 [2020-12-03T02:37:31.597Z] ---> Running in 397532a43c47 [2020-12-03T02:37:32.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:32.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:32.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:32.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:32.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:33.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:33.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:33.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:34.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:34.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:37:35.153Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:37:35.153Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:37:35.153Z] OK: 12745 distinct packages available [2020-12-03T02:37:35.153Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:37:35.153Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:37:35.153Z] OK: 12745 distinct packages available [2020-12-03T02:37:35.153Z] OK: 233 MiB in 51 packages [2020-12-03T02:37:35.153Z] OK: 233 MiB in 51 packages [2020-12-03T02:37:35.426Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:37:35.426Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:37:35.426Z] OK: 12745 distinct packages available [2020-12-03T02:37:35.426Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:37:35.426Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:37:35.426Z] OK: 12745 distinct packages available [2020-12-03T02:37:35.699Z] OK: 233 MiB in 51 packages [2020-12-03T02:37:35.699Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:37:35.699Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:37:35.699Z] OK: 12745 distinct packages available [2020-12-03T02:37:35.699Z] OK: 233 MiB in 51 packages [2020-12-03T02:37:35.699Z] OK: 233 MiB in 51 packages [2020-12-03T02:37:35.962Z] OK: 233 MiB in 51 packages [2020-12-03T02:37:35.962Z] Removing intermediate container 8416c8a4140e [2020-12-03T02:37:35.962Z] ---> a715a5be1f3d [2020-12-03T02:37:35.962Z] Step 6/21 : COPY go.mod . [2020-12-03T02:37:36.229Z] Removing intermediate container 45d2c94242f3 [2020-12-03T02:37:36.229Z] ---> b20763ff0601 [2020-12-03T02:37:36.229Z] Step 6/22 : COPY go.mod . [2020-12-03T02:37:36.496Z] ---> 97cc672a490b [2020-12-03T02:37:36.496Z] Step 7/21 : RUN go mod download [2020-12-03T02:37:36.496Z] Removing intermediate container 094d465a5491 [2020-12-03T02:37:36.496Z] ---> 2f2fe6854ad6 [2020-12-03T02:37:36.496Z] Step 6/22 : COPY go.mod . [2020-12-03T02:37:36.764Z] ---> Running in 46dd081f912f [2020-12-03T02:37:36.764Z] ---> 38605bcc8bc4 [2020-12-03T02:37:36.764Z] Step 7/22 : RUN go mod download [2020-12-03T02:37:37.030Z] Removing intermediate container 397532a43c47 [2020-12-03T02:37:37.030Z] ---> 517287797e81 [2020-12-03T02:37:37.030Z] Step 6/22 : COPY go.mod . [2020-12-03T02:37:37.030Z] Removing intermediate container ed244b5d4f48 [2020-12-03T02:37:37.030Z] ---> 2dc2fb7923d2 [2020-12-03T02:37:37.030Z] Step 6/24 : COPY go.mod . [2020-12-03T02:37:37.307Z] ---> Running in 2fc61b9de16e [2020-12-03T02:37:37.307Z] ---> 759c314d502e [2020-12-03T02:37:37.307Z] Step 7/22 : RUN go mod download [2020-12-03T02:37:37.307Z] ---> Running in 7aa02fcb5999 [2020-12-03T02:37:37.570Z] ---> 2ea48fd39618 [2020-12-03T02:37:37.570Z] Step 7/22 : RUN go mod download [2020-12-03T02:37:37.570Z] ---> 96d9dbf6a8fd [2020-12-03T02:37:37.570Z] Step 7/24 : RUN go mod download [2020-12-03T02:37:37.837Z] ---> Running in 1786556b09ea [2020-12-03T02:37:37.837Z] ---> Running in 73b882fa0c35 [2020-12-03T02:37:39.784Z] Removing intermediate container 2fc61b9de16e [2020-12-03T02:37:39.784Z] ---> 29e083106ed4 [2020-12-03T02:37:39.784Z] Step 8/22 : COPY . . [2020-12-03T02:37:39.784Z] Removing intermediate container 7aa02fcb5999 [2020-12-03T02:37:39.784Z] ---> 43e910870941 [2020-12-03T02:37:39.784Z] Step 8/22 : COPY . . [2020-12-03T02:37:40.368Z] Removing intermediate container 46dd081f912f [2020-12-03T02:37:40.368Z] ---> 2c59c6b7d29a [2020-12-03T02:37:40.368Z] Step 8/21 : COPY . . [2020-12-03T02:37:40.801Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T02:37:40.801Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T02:37:40.801Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T02:37:40.801Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T02:37:40.801Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T02:37:40.801Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T02:37:40.801Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T02:37:40.801Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T02:37:40.801Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:37:40.801Z] OK: 217 MiB in 51 packages [2020-12-03T02:37:42.359Z] Removing intermediate container 1786556b09ea [2020-12-03T02:37:42.359Z] ---> e92ed39014d7 [2020-12-03T02:37:42.359Z] Step 8/22 : COPY . . [2020-12-03T02:37:42.945Z] Removing intermediate container 73b882fa0c35 [2020-12-03T02:37:42.945Z] ---> 54deeeacf310 [2020-12-03T02:37:42.945Z] Step 8/24 : COPY . . [2020-12-03T02:37:45.112Z] Removing intermediate container 37cc6d5c6521 [2020-12-03T02:37:45.112Z] ---> 585fce594a48 [2020-12-03T02:37:45.112Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T02:37:45.112Z] ---> Running in ee81943515ae [2020-12-03T02:37:45.112Z] Removing intermediate container ee81943515ae [2020-12-03T02:37:45.112Z] ---> 9e8ac1f350bd [2020-12-03T02:37:45.112Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T02:37:46.091Z] latest: Pulling from library/docker [2020-12-03T02:37:46.366Z] 5f621e34cdf4: Already exists [2020-12-03T02:37:46.366Z] 85db56a05063: Pulling fs layer [2020-12-03T02:37:46.366Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T02:37:46.366Z] de930078acea: Pulling fs layer [2020-12-03T02:37:46.366Z] d5a9d88a4785: Pulling fs layer [2020-12-03T02:37:46.366Z] e7f15c1544d5: Pulling fs layer [2020-12-03T02:37:46.366Z] 877c515997d3: Pulling fs layer [2020-12-03T02:37:46.366Z] d5a9d88a4785: Waiting [2020-12-03T02:37:46.366Z] e7f15c1544d5: Waiting [2020-12-03T02:37:46.366Z] 877c515997d3: Waiting [2020-12-03T02:37:46.366Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T02:37:46.366Z] ccb67d6aeaaa: Download complete [2020-12-03T02:37:46.366Z] 85db56a05063: Download complete [2020-12-03T02:37:46.643Z] e7f15c1544d5: Verifying Checksum [2020-12-03T02:37:46.643Z] e7f15c1544d5: Download complete [2020-12-03T02:37:46.643Z] 877c515997d3: Verifying Checksum [2020-12-03T02:37:46.643Z] 877c515997d3: Download complete [2020-12-03T02:37:46.917Z] d5a9d88a4785: Verifying Checksum [2020-12-03T02:37:46.917Z] d5a9d88a4785: Download complete [2020-12-03T02:37:47.192Z] 85db56a05063: Pull complete [2020-12-03T02:37:47.465Z] ccb67d6aeaaa: Pull complete [2020-12-03T02:37:47.745Z] de930078acea: Verifying Checksum [2020-12-03T02:37:47.745Z] de930078acea: Download complete [2020-12-03T02:37:51.160Z] de930078acea: Pull complete [2020-12-03T02:37:51.160Z] d5a9d88a4785: Pull complete [2020-12-03T02:37:51.433Z] e7f15c1544d5: Pull complete [2020-12-03T02:37:51.707Z] 877c515997d3: Pull complete [2020-12-03T02:37:51.707Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T02:37:51.981Z] Status: Downloaded newer image for docker:latest [2020-12-03T02:37:55.382Z] ---> ca1129322921 [2020-12-03T02:37:55.382Z] Step 6/7 : COPY go.mod . [2020-12-03T02:37:55.653Z] ---> 691ce2a0415a [2020-12-03T02:37:55.653Z] Step 7/7 : RUN go mod download [2020-12-03T02:37:55.924Z] ---> Running in a989dc6b12fa [2020-12-03T02:38:21.980Z] ---> 5dd889570d9f [2020-12-03T02:38:21.981Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T02:38:21.981Z] ---> cc15e77f9d75 [2020-12-03T02:38:21.981Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T02:38:21.981Z] ---> Running in ce93d56a6df4 [2020-12-03T02:38:21.981Z] ---> Running in e188eb760474 [2020-12-03T02:38:21.981Z] ---> 68506f71c28c [2020-12-03T02:38:21.981Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T02:38:21.981Z] ---> a1398263eedf [2020-12-03T02:38:21.981Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T02:38:21.981Z] ---> 897494b98ab7 [2020-12-03T02:38:21.981Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T02:38:21.981Z] ---> Running in 36cad3b9cd89 [2020-12-03T02:38:21.981Z] ---> Running in 644691e3cd92 [2020-12-03T02:38:21.981Z] ---> Running in 2ac915996c19 [2020-12-03T02:38:21.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T02:38:21.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T02:38:21.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T02:38:21.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T02:38:21.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T02:38:22.716Z] Removing intermediate container a989dc6b12fa [2020-12-03T02:38:22.716Z] ---> 69365b85481f [2020-12-03T02:38:22.716Z] Successfully built 69365b85481f [2020-12-03T02:38:22.716Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:38:23.053Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T02:38:23.053Z] . [Pipeline] withDockerContainer [2020-12-03T02:38:23.298Z] prd-ubuntu18.04-docker-arm64-4c-16g-14259 does not seem to be running inside a container [2020-12-03T02:38:23.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T02:38:24.732Z] $ docker top b5a5375f7e82d4f123a27f208f6fd30e3a709eca3bc444999634c2702a3c5979 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:38:25.735Z] + go version [2020-12-03T02:38:25.735Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T02:38:25.763Z] $ docker stop --time=1 b5a5375f7e82d4f123a27f208f6fd30e3a709eca3bc444999634c2702a3c5979 [2020-12-03T02:38:27.682Z] $ docker rm -f b5a5375f7e82d4f123a27f208f6fd30e3a709eca3bc444999634c2702a3c5979 [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-03T02:38:28.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T02:38:28.954Z] [2020-12-03T02:38:28.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:38:29.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T02:38:29.346Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T02:38:29.346Z] 29e5d40040c1: Pulling fs layer [2020-12-03T02:38:29.346Z] 1ce36da41761: Pulling fs layer [2020-12-03T02:38:29.346Z] 25b303627fd3: Pulling fs layer [2020-12-03T02:38:29.630Z] 29e5d40040c1: Verifying Checksum [2020-12-03T02:38:29.630Z] 29e5d40040c1: Download complete [2020-12-03T02:38:30.231Z] 1ce36da41761: Verifying Checksum [2020-12-03T02:38:30.231Z] 1ce36da41761: Download complete [2020-12-03T02:38:30.231Z] 29e5d40040c1: Pull complete [2020-12-03T02:38:31.669Z] 1ce36da41761: Pull complete [2020-12-03T02:38:32.266Z] 25b303627fd3: Verifying Checksum [2020-12-03T02:38:32.266Z] 25b303627fd3: Download complete [2020-12-03T02:38:42.416Z] 25b303627fd3: Pull complete [2020-12-03T02:38:42.416Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T02:38:42.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T02:38:42.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T02:38:42.681Z] prd-ubuntu18.04-docker-arm64-4c-16g-14259 does not seem to be running inside a container [2020-12-03T02:38:42.770Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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-03T02:38:45.766Z] $ docker top 44192d790d731da19106d3fd96924f6ab5cffefd4411fc7a8fcdc81c842356c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:38:47.007Z] + docker-compose build --help [2020-12-03T02:38:47.008Z] + grep parallel [2020-12-03T02:38:48.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-03T02:38:48.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T02:38:50.464Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T02:38:50.761Z] $ docker stop --time=1 44192d790d731da19106d3fd96924f6ab5cffefd4411fc7a8fcdc81c842356c5 [2020-12-03T02:38:52.102Z] Removing intermediate container 2ac915996c19 [2020-12-03T02:38:52.102Z] ---> 484e7d689c2a [2020-12-03T02:38:52.102Z] [2020-12-03T02:38:52.102Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T02:38:52.102Z] 3.10: Pulling from library/alpine [2020-12-03T02:38:52.691Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T02:38:52.691Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T02:38:52.691Z] ---> be4e4bea2c2e [2020-12-03T02:38:52.691Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T02:38:52.705Z] $ docker rm -f 44192d790d731da19106d3fd96924f6ab5cffefd4411fc7a8fcdc81c842356c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:38:53.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T02:38:53.570Z] . [Pipeline] withDockerContainer [2020-12-03T02:38:53.833Z] prd-ubuntu18.04-docker-arm64-4c-16g-14259 does not seem to be running inside a container [2020-12-03T02:38:53.924Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T02:38:55.266Z] ---> Running in be3cb29f36e6 [2020-12-03T02:38:55.266Z] Removing intermediate container 36cad3b9cd89 [2020-12-03T02:38:55.266Z] ---> 5cb6efd608b5 [2020-12-03T02:38:55.266Z] [2020-12-03T02:38:55.266Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T02:38:55.266Z] ---> be4e4bea2c2e [2020-12-03T02:38:55.266Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T02:38:55.266Z] Removing intermediate container e188eb760474 [2020-12-03T02:38:55.266Z] ---> cd541e328583 [2020-12-03T02:38:55.266Z] [2020-12-03T02:38:55.266Z] Step 10/22 : FROM scratch [2020-12-03T02:38:55.266Z] ---> [2020-12-03T02:38:55.266Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T02:38:55.266Z] ---> Running in 9c1f75b8faed [2020-12-03T02:38:55.358Z] $ docker top 0d49f9fb3ec8f360fc05f06c599e2cb8514ac76084a64063982302c2a8a31e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:38:55.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:38:55.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:38:56.110Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T02:38:56.110Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T02:38:56.110Z] OK: 10348 distinct packages available [2020-12-03T02:38:56.372Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T02:38:56.372Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T02:38:56.372Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T02:38:56.372Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T02:38:56.372Z] ---> Running in 08e7079650c2 [2020-12-03T02:38:56.372Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T02:38:56.372Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T02:38:56.372Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T02:38:56.372Z] OK: 7 MiB in 19 packages [2020-12-03T02:38:56.392Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T02:38:58.942Z] Removing intermediate container ce93d56a6df4 [2020-12-03T02:38:58.942Z] ---> a585f9cb134d [2020-12-03T02:38:58.942Z] [2020-12-03T02:38:58.942Z] Step 10/21 : FROM alpine [2020-12-03T02:38:58.942Z] Removing intermediate container 08e7079650c2 [2020-12-03T02:38:58.942Z] ---> 6739bd7e6cde [2020-12-03T02:38:58.942Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T02:38:59.209Z] latest: Pulling from library/alpine [2020-12-03T02:38:59.479Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T02:38:59.479Z] ---> Running in 722fc95f56fd [2020-12-03T02:38:59.479Z] Status: Downloaded newer image for alpine:latest [2020-12-03T02:38:59.479Z] ---> d6e46aa2470d [2020-12-03T02:38:59.479Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T02:38:59.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:38:59.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:38:59.746Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T02:38:59.746Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T02:38:59.746Z] OK: 10348 distinct packages available [2020-12-03T02:38:59.746Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T02:38:59.763Z] Building docker-core-command-go ... [2020-12-03T02:38:59.763Z] Building docker-core-data-go ... [2020-12-03T02:38:59.763Z] Building docker-core-metadata-go ... [2020-12-03T02:38:59.763Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T02:38:59.763Z] Building docker-security-proxy-setup-go ... [2020-12-03T02:38:59.763Z] Building docker-security-secrets-setup-go ... [2020-12-03T02:38:59.763Z] Building docker-security-secretstore-setup-go ... [2020-12-03T02:38:59.763Z] Building docker-support-logging-go ... [2020-12-03T02:38:59.763Z] Building docker-support-notifications-go ... [2020-12-03T02:38:59.763Z] Building docker-support-scheduler-go ... [2020-12-03T02:38:59.763Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T02:38:59.763Z] Building docker-core-data-go [2020-12-03T02:38:59.763Z] Building docker-core-command-go [2020-12-03T02:38:59.763Z] Building docker-core-metadata-go [2020-12-03T02:38:59.763Z] Building docker-security-secretstore-setup-go [2020-12-03T02:38:59.763Z] Building docker-support-logging-go [2020-12-03T02:39:00.008Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T02:39:00.008Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T02:39:00.008Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T02:39:00.008Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T02:39:00.008Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T02:39:00.587Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T02:39:00.587Z] OK: 7 MiB in 19 packages [2020-12-03T02:39:00.587Z] ---> Running in bb5fc5422325 [2020-12-03T02:39:01.162Z] Removing intermediate container 644691e3cd92 [2020-12-03T02:39:01.162Z] ---> 4bb735b778c1 [2020-12-03T02:39:01.162Z] [2020-12-03T02:39:01.162Z] Step 10/22 : FROM scratch [2020-12-03T02:39:01.162Z] ---> [2020-12-03T02:39:01.162Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:39:01.162Z] Removing intermediate container 722fc95f56fd [2020-12-03T02:39:01.162Z] ---> 19b5f506f7db [2020-12-03T02:39:01.162Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T02:39:01.162Z] Removing intermediate container be3cb29f36e6 [2020-12-03T02:39:01.162Z] ---> d3fb3f654c03 [2020-12-03T02:39:01.162Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T02:39:01.433Z] ---> Running in 7f6e2b954459 [2020-12-03T02:39:01.433Z] ---> Running in 988d08998068 [2020-12-03T02:39:01.433Z] ---> Running in 1a04ffb2d386 [2020-12-03T02:39:01.699Z] Removing intermediate container 988d08998068 [2020-12-03T02:39:01.699Z] ---> 951f98a69210 [2020-12-03T02:39:01.699Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T02:39:01.699Z] Removing intermediate container 1a04ffb2d386 [2020-12-03T02:39:01.699Z] ---> 695b136756f0 [2020-12-03T02:39:01.699Z] Step 13/22 : WORKDIR / [2020-12-03T02:39:01.699Z] Removing intermediate container 7f6e2b954459 [2020-12-03T02:39:01.699Z] ---> 3817587636b7 [2020-12-03T02:39:01.699Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T02:39:01.699Z] ---> Running in 5982163c5c5f [2020-12-03T02:39:01.968Z] ---> Running in 5a152117b668 [2020-12-03T02:39:01.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:39:02.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:39:02.495Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:39:02.495Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:39:02.495Z] OK: 12746 distinct packages available [2020-12-03T02:39:02.495Z] Removing intermediate container 9c1f75b8faed [2020-12-03T02:39:02.495Z] ---> e4b7efd0778c [2020-12-03T02:39:02.495Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T02:39:02.495Z] ---> a5118efc9037 [2020-12-03T02:39:02.495Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T02:39:02.495Z] Removing intermediate container 5982163c5c5f [2020-12-03T02:39:02.495Z] ---> 1c5045bf0ee2 [2020-12-03T02:39:02.495Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T02:39:02.757Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T02:39:02.757Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T02:39:02.757Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T02:39:02.757Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T02:39:02.757Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:39:02.757Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T02:39:02.757Z] OK: 7 MiB in 18 packages [2020-12-03T02:39:03.708Z] ---> Running in 87a4bfb001d1 [2020-12-03T02:39:03.708Z] ---> Running in d4310e0b0510 [2020-12-03T02:39:03.708Z] Removing intermediate container 5a152117b668 [2020-12-03T02:39:03.708Z] ---> 3e684708a470 [2020-12-03T02:39:03.708Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T02:39:03.708Z] ---> ba0202756fa2 [2020-12-03T02:39:03.708Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T02:39:03.973Z] Removing intermediate container d4310e0b0510 [2020-12-03T02:39:03.973Z] ---> 9fff1cb9f302 [2020-12-03T02:39:03.973Z] Step 13/24 : WORKDIR / [2020-12-03T02:39:04.235Z] Removing intermediate container 87a4bfb001d1 [2020-12-03T02:39:04.235Z] ---> b38ac3723543 [2020-12-03T02:39:04.235Z] Step 14/22 : WORKDIR / [2020-12-03T02:39:04.811Z] ---> Running in fcf1c44cf8e1 [2020-12-03T02:39:04.811Z] ---> 5bfd005955c7 [2020-12-03T02:39:04.811Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T02:39:04.811Z] ---> Running in 9c9737a87203 [2020-12-03T02:39:04.811Z] Removing intermediate container bb5fc5422325 [2020-12-03T02:39:04.811Z] ---> 0085f1784d53 [2020-12-03T02:39:04.811Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T02:39:05.076Z] ---> 5fe8b3eb6ba4 [2020-12-03T02:39:05.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T02:39:05.076Z] ---> Running in 6fcea99f44d1 [2020-12-03T02:39:05.076Z] Removing intermediate container fcf1c44cf8e1 [2020-12-03T02:39:05.076Z] ---> 20c2d98cf151 [2020-12-03T02:39:05.076Z] 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-03T02:39:05.338Z] Removing intermediate container 9c9737a87203 [2020-12-03T02:39:05.338Z] ---> fcd5eff3a73f [2020-12-03T02:39:05.338Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T02:39:05.338Z] Removing intermediate container 6fcea99f44d1 [2020-12-03T02:39:05.338Z] ---> 90f63ba80b5f [2020-12-03T02:39:05.338Z] Step 13/21 : WORKDIR /edgex [2020-12-03T02:39:05.338Z] ---> 951326086b24 [2020-12-03T02:39:05.338Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T02:39:05.600Z] ---> a02dbce6a854 [2020-12-03T02:39:05.600Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T02:39:05.600Z] ---> Running in f6a225dd5e84 [2020-12-03T02:39:05.872Z] ---> a3f2e46a26a4 [2020-12-03T02:39:05.872Z] 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-03T02:39:05.872Z] ---> 4abb51aeb60b [2020-12-03T02:39:05.872Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T02:39:05.872Z] ---> Running in b2ab2655671a [2020-12-03T02:39:06.135Z] ---> 0b39ceb1845d [2020-12-03T02:39:06.135Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T02:39:06.135Z] Removing intermediate container f6a225dd5e84 [2020-12-03T02:39:06.135Z] ---> 1508551b9446 [2020-12-03T02:39:06.135Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T02:39:06.399Z] Removing intermediate container b2ab2655671a [2020-12-03T02:39:06.399Z] ---> cb9081ab9210 [2020-12-03T02:39:06.399Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:39:06.399Z] ---> d91219de3272 [2020-12-03T02:39:06.399Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T02:39:06.661Z] ---> Running in 9ec98db6a5e4 [2020-12-03T02:39:06.661Z] ---> 70d41013321f [2020-12-03T02:39:06.661Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T02:39:06.661Z] ---> 394c54124133 [2020-12-03T02:39:06.661Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T02:39:06.927Z] ---> 5ef36380f5df [2020-12-03T02:39:06.927Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T02:39:06.927Z] ---> Running in afc8edc525c3 [2020-12-03T02:39:06.927Z] ---> 85b46a679364 [2020-12-03T02:39:06.927Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T02:39:07.296Z] Removing intermediate container 9ec98db6a5e4 [2020-12-03T02:39:07.296Z] ---> a481fd0669e3 [2020-12-03T02:39:07.296Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T02:39:07.296Z] ---> e6029beec1c2 [2020-12-03T02:39:07.296Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T02:39:07.689Z] ---> Running in d75c4aed1f14 [2020-12-03T02:39:07.689Z] ---> Running in 0a28691c4a54 [2020-12-03T02:39:07.689Z] ---> 21bac439fbb1 [2020-12-03T02:39:07.689Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T02:39:07.689Z] ---> 0423e8d098e9 [2020-12-03T02:39:07.689Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T02:39:07.988Z] Removing intermediate container d75c4aed1f14 [2020-12-03T02:39:07.988Z] ---> 3c8eb96a0ae6 [2020-12-03T02:39:07.988Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:39:07.988Z] Removing intermediate container 0a28691c4a54 [2020-12-03T02:39:07.988Z] ---> 37578c36f81b [2020-12-03T02:39:07.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:39:07.988Z] ---> Running in 898086bd1a1f [2020-12-03T02:39:08.256Z] ---> Running in 9140d7d35fcc [2020-12-03T02:39:08.521Z] Removing intermediate container 898086bd1a1f [2020-12-03T02:39:08.521Z] ---> b0f3ad63d610 [2020-12-03T02:39:08.521Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:39:08.784Z] ---> 4df4f09f8b89 [2020-12-03T02:39:08.784Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T02:39:08.784Z] ---> a159b70364b6 [2020-12-03T02:39:08.784Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T02:39:08.784Z] Removing intermediate container 9140d7d35fcc [2020-12-03T02:39:08.784Z] ---> 634919a3e0f5 [2020-12-03T02:39:08.784Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T02:39:08.784Z] ---> Running in eb09cc3f7efc [2020-12-03T02:39:09.048Z] ---> Running in 9fb8e4b0ab22 [2020-12-03T02:39:09.048Z] ---> Running in 785f082e723b [2020-12-03T02:39:09.310Z] ---> e9d9876434ce [2020-12-03T02:39:09.310Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T02:39:09.310Z] Removing intermediate container eb09cc3f7efc [2020-12-03T02:39:09.310Z] ---> 2db14ba18492 [2020-12-03T02:39:09.310Z] [2020-12-03T02:39:09.310Z] Removing intermediate container 9fb8e4b0ab22 [2020-12-03T02:39:09.310Z] ---> 843e4c0ff79d [2020-12-03T02:39:09.310Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T02:39:09.310Z] ---> Running in 6b5a1e2150da [2020-12-03T02:39:09.310Z] Removing intermediate container afc8edc525c3 [2020-12-03T02:39:09.310Z] ---> 09101e18f3e6 [2020-12-03T02:39:09.310Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T02:39:09.575Z] Removing intermediate container 785f082e723b [2020-12-03T02:39:09.575Z] ---> 1dfd879ed3f0 [2020-12-03T02:39:09.575Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:39:09.575Z] Successfully built 2db14ba18492 [2020-12-03T02:39:09.575Z] Successfully tagged docker-support-logging-go:latest [2020-12-03T02:39:09.575Z]  Building docker-support-logging-go ... done Building docker-core-command-go [2020-12-03T02:39:09.575Z] ---> Running in 83b976d395fa [2020-12-03T02:39:09.575Z] ---> Running in 85e48d8f15ae [2020-12-03T02:39:09.842Z] ---> Running in f5047bec4f54 [2020-12-03T02:39:09.842Z] Removing intermediate container 83b976d395fa [2020-12-03T02:39:09.842Z] ---> ff9085a6be7d [2020-12-03T02:39:09.842Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T02:39:10.112Z] Removing intermediate container 85e48d8f15ae [2020-12-03T02:39:10.112Z] ---> 4ae361312cc4 [2020-12-03T02:39:10.112Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T02:39:10.390Z] ---> Running in d6aabe761e27 [2020-12-03T02:39:10.390Z] Removing intermediate container f5047bec4f54 [2020-12-03T02:39:10.390Z] ---> 1bd7f30edde0 [2020-12-03T02:39:10.390Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:39:10.661Z] ---> Running in 7edde76ae7a9 [2020-12-03T02:39:10.661Z] ---> Running in 36a9f1ed9c71 [2020-12-03T02:39:10.926Z] Removing intermediate container d6aabe761e27 [2020-12-03T02:39:10.926Z] ---> b42407c2c643 [2020-12-03T02:39:10.926Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:39:12.861Z] Removing intermediate container 7edde76ae7a9 [2020-12-03T02:39:12.861Z] ---> 4e503d80e80a [2020-12-03T02:39:12.861Z] Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:39:12.861Z] ---> Running in 164c13c47bd3 [2020-12-03T02:39:13.448Z] Removing intermediate container 36a9f1ed9c71 [2020-12-03T02:39:13.448Z] ---> 206cbccfed3d [2020-12-03T02:39:13.448Z] [2020-12-03T02:39:13.448Z] Removing intermediate container 6b5a1e2150da [2020-12-03T02:39:13.448Z] ---> d05815e8679d [2020-12-03T02:39:13.448Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T02:39:14.022Z] Successfully built 206cbccfed3d [2020-12-03T02:39:14.022Z] ---> Running in f7bae1724489 [2020-12-03T02:39:14.022Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T02:39:14.022Z] Building docker-sys-mgmt-agent-go [2020-12-03T02:39:15.426Z]  Building docker-core-metadata-go ... done  ---> Running in 9af65a457f57 [2020-12-03T02:39:15.426Z] Removing intermediate container 164c13c47bd3 [2020-12-03T02:39:15.426Z] ---> 3910ec3500e4 [2020-12-03T02:39:15.426Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:39:17.353Z] Removing intermediate container f7bae1724489 [2020-12-03T02:39:17.353Z] ---> 437390778afc [2020-12-03T02:39:17.353Z] Step 21/21 : LABEL version=1.3.1-dev.16 [2020-12-03T02:39:19.914Z] ---> Running in bc9f57c45a78 [2020-12-03T02:39:19.914Z] Removing intermediate container 9af65a457f57 [2020-12-03T02:39:19.914Z] ---> 49e621402f73 [2020-12-03T02:39:19.914Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T02:39:20.181Z] ---> Running in 3d767de3c4c7 [2020-12-03T02:39:20.765Z] ---> Running in 8e19fcc925e2 [2020-12-03T02:39:21.343Z] Removing intermediate container bc9f57c45a78 [2020-12-03T02:39:21.343Z] ---> ed69f33ac2f8 [2020-12-03T02:39:21.343Z] [2020-12-03T02:39:21.923Z] Successfully built ed69f33ac2f8 [2020-12-03T02:39:21.923Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T02:39:21.923Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-12-03T02:39:22.888Z] Removing intermediate container 8e19fcc925e2 [2020-12-03T02:39:22.888Z] ---> d7d2a36c5454 [2020-12-03T02:39:22.888Z] Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:39:22.888Z] Removing intermediate container 3d767de3c4c7 [2020-12-03T02:39:22.888Z] ---> 39d0ae2edeae [2020-12-03T02:39:22.888Z] [2020-12-03T02:39:23.153Z] ---> Running in 70154c06c8a7 [2020-12-03T02:39:23.418Z] Successfully built 39d0ae2edeae [2020-12-03T02:39:23.418Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T02:39:23.418Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-12-03T02:39:26.755Z] Removing intermediate container 70154c06c8a7 [2020-12-03T02:39:26.755Z] ---> 0ea1bd8391a2 [2020-12-03T02:39:26.755Z] Step 24/24 : LABEL version=1.3.1-dev.16 [2020-12-03T02:39:26.755Z] ---> Running in 41bef470f42f [2020-12-03T02:39:27.746Z] Removing intermediate container 41bef470f42f [2020-12-03T02:39:27.746Z] ---> ba0ba0ec6348 [2020-12-03T02:39:27.746Z] [2020-12-03T02:39:28.022Z] Successfully built ba0ba0ec6348 [2020-12-03T02:39:28.022Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T02:39:28.022Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-12-03T02:39:29.950Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:29.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:29.950Z] ---> d1bfb63549a5 [2020-12-03T02:39:29.950Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:39:29.950Z] ---> Using cache [2020-12-03T02:39:29.950Z] ---> 549b2c7812a8 [2020-12-03T02:39:29.950Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:29.950Z] ---> Using cache [2020-12-03T02:39:29.950Z] ---> 15f9f608bff0 [2020-12-03T02:39:29.950Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T02:39:29.950Z] ---> Using cache [2020-12-03T02:39:29.950Z] ---> 517287797e81 [2020-12-03T02:39:29.950Z] Step 6/22 : COPY go.mod . [2020-12-03T02:39:29.950Z] ---> Using cache [2020-12-03T02:39:29.950Z] ---> 2ea48fd39618 [2020-12-03T02:39:29.950Z] Step 7/22 : RUN go mod download [2020-12-03T02:39:29.950Z] ---> Using cache [2020-12-03T02:39:29.950Z] ---> e92ed39014d7 [2020-12-03T02:39:29.950Z] Step 8/22 : COPY . . [2020-12-03T02:39:29.950Z] ---> Using cache [2020-12-03T02:39:29.950Z] ---> 68506f71c28c [2020-12-03T02:39:29.950Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T02:39:33.507Z] ---> Running in e137f57a1f92 [2020-12-03T02:39:36.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T02:39:36.109Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:36.109Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:36.109Z] ---> d1bfb63549a5 [2020-12-03T02:39:36.109Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T02:39:36.109Z] ---> Using cache [2020-12-03T02:39:36.109Z] ---> 549b2c7812a8 [2020-12-03T02:39:36.109Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:36.109Z] ---> Using cache [2020-12-03T02:39:36.109Z] ---> 15f9f608bff0 [2020-12-03T02:39:36.109Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T02:39:36.693Z] ---> Running in c8ebd1da8edc [2020-12-03T02:39:37.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:39:38.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:39:38.880Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:39:38.880Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:39:38.880Z] OK: 12745 distinct packages available [2020-12-03T02:39:39.459Z] OK: 233 MiB in 51 packages [2020-12-03T02:39:42.114Z] Removing intermediate container c8ebd1da8edc [2020-12-03T02:39:42.114Z] ---> 1bbcd46a9458 [2020-12-03T02:39:42.114Z] Step 6/27 : COPY go.mod . [2020-12-03T02:39:43.091Z] ---> be661613419f [2020-12-03T02:39:43.091Z] Step 7/27 : RUN go mod download [2020-12-03T02:39:46.725Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:46.725Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:46.725Z] ---> 69365b85481f [2020-12-03T02:39:46.725Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:39:46.725Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:46.725Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:46.725Z] ---> 69365b85481f [2020-12-03T02:39:46.725Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T02:39:46.725Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:46.725Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:46.725Z] ---> 69365b85481f [2020-12-03T02:39:46.725Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:39:46.799Z] ---> Running in aa47d60522eb [2020-12-03T02:39:46.996Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:46.996Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:46.996Z] ---> 69365b85481f [2020-12-03T02:39:46.996Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:39:46.996Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:46.996Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:46.996Z] ---> 69365b85481f [2020-12-03T02:39:46.996Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T02:39:50.427Z] ---> Running in 4c45687e8047 [2020-12-03T02:39:50.427Z] ---> Running in d91ed4f9d908 [2020-12-03T02:39:50.427Z] ---> Running in 6607cb550c6f [2020-12-03T02:39:50.427Z] ---> Running in 80eb60c9c5d2 [2020-12-03T02:39:50.427Z] ---> Running in 7e20a71025fe [2020-12-03T02:39:51.024Z] Removing intermediate container 6607cb550c6f [2020-12-03T02:39:51.024Z] ---> 2d07df132a77 [2020-12-03T02:39:51.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:51.308Z] Removing intermediate container 7e20a71025fe [2020-12-03T02:39:51.308Z] ---> 7a0dbe4729b6 [2020-12-03T02:39:51.308Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:51.308Z] Removing intermediate container 80eb60c9c5d2 [2020-12-03T02:39:51.308Z] ---> 022cde0bb4d6 [2020-12-03T02:39:51.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:51.308Z] Removing intermediate container 4c45687e8047 [2020-12-03T02:39:51.308Z] ---> dd78d249bcaa [2020-12-03T02:39:51.308Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:51.308Z] Removing intermediate container d91ed4f9d908 [2020-12-03T02:39:51.308Z] ---> 5f9f8488619f [2020-12-03T02:39:51.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:51.308Z] ---> Running in d2f2949915b6 [2020-12-03T02:39:51.308Z] ---> Running in ca3e629ede5e [2020-12-03T02:39:51.589Z] ---> Running in 85b88b10891c [2020-12-03T02:39:51.589Z] ---> Running in dbf29abf062e [2020-12-03T02:39:51.589Z] ---> Running in 44b443b30763 [2020-12-03T02:39:52.493Z] Removing intermediate container aa47d60522eb [2020-12-03T02:39:52.493Z] ---> 05855c52b932 [2020-12-03T02:39:52.493Z] Step 8/27 : COPY . . [2020-12-03T02:39:53.470Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:53.470Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T02:39:53.470Z] ---> d1bfb63549a5 [2020-12-03T02:39:53.470Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T02:39:53.747Z] ---> Using cache [2020-12-03T02:39:53.747Z] ---> 549b2c7812a8 [2020-12-03T02:39:53.747Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T02:39:54.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:54.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:54.015Z] ---> d1bfb63549a5 [2020-12-03T02:39:54.015Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T02:39:54.015Z] ---> Using cache [2020-12-03T02:39:54.015Z] ---> 549b2c7812a8 [2020-12-03T02:39:54.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:54.015Z] ---> Using cache [2020-12-03T02:39:54.015Z] ---> 15f9f608bff0 [2020-12-03T02:39:54.015Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T02:39:55.009Z] Removing intermediate container d2f2949915b6 [2020-12-03T02:39:55.009Z] ---> 2fc1ebef8928 [2020-12-03T02:39:55.009Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T02:39:55.283Z] Removing intermediate container ca3e629ede5e [2020-12-03T02:39:55.283Z] ---> Running in 6adb6890510f [2020-12-03T02:39:55.283Z] ---> 569461f50e6f [2020-12-03T02:39:55.283Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T02:39:55.559Z] ---> Running in 69b67b0517e5 [2020-12-03T02:39:55.832Z] Removing intermediate container dbf29abf062e [2020-12-03T02:39:55.832Z] ---> d1bf3448f129 [2020-12-03T02:39:55.832Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T02:39:55.832Z] Removing intermediate container 44b443b30763 [2020-12-03T02:39:55.832Z] ---> 83f79c365b49 [2020-12-03T02:39:55.832Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T02:39:55.832Z] Removing intermediate container 85b88b10891c [2020-12-03T02:39:55.832Z] ---> 5c48a5d346bd [2020-12-03T02:39:55.832Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T02:39:56.105Z] ---> Running in f9c048e2e546 [2020-12-03T02:39:56.105Z] ---> Running in 7355baf27316 [2020-12-03T02:39:56.105Z] ---> Running in 48d369c9c8d7 [2020-12-03T02:39:57.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:57.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:57.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:57.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:57.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:57.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:57.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:58.256Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:39:58.256Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:39:58.256Z] ---> d1bfb63549a5 [2020-12-03T02:39:58.256Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T02:39:58.256Z] ---> Using cache [2020-12-03T02:39:58.256Z] ---> 549b2c7812a8 [2020-12-03T02:39:58.256Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:39:58.256Z] ---> Using cache [2020-12-03T02:39:58.256Z] ---> 15f9f608bff0 [2020-12-03T02:39:58.256Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T02:39:58.256Z] ---> Using cache [2020-12-03T02:39:58.256Z] ---> 517287797e81 [2020-12-03T02:39:58.256Z] Step 6/21 : COPY go.mod . [2020-12-03T02:39:58.256Z] ---> Using cache [2020-12-03T02:39:58.256Z] ---> 2ea48fd39618 [2020-12-03T02:39:58.256Z] Step 7/21 : RUN go mod download [2020-12-03T02:39:58.256Z] ---> Using cache [2020-12-03T02:39:58.256Z] ---> e92ed39014d7 [2020-12-03T02:39:58.256Z] Step 8/21 : COPY . . [2020-12-03T02:39:58.256Z] ---> Using cache [2020-12-03T02:39:58.256Z] ---> 68506f71c28c [2020-12-03T02:39:58.256Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T02:39:58.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:58.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:58.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:39:58.951Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:39:58.951Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:39:58.951Z] OK: 12616 distinct packages available [2020-12-03T02:39:59.228Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:39:59.228Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:39:59.228Z] OK: 12616 distinct packages available [2020-12-03T02:39:59.507Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:39:59.507Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:39:59.507Z] OK: 12616 distinct packages available [2020-12-03T02:39:59.785Z] OK: 217 MiB in 51 packages [2020-12-03T02:39:59.785Z] OK: 217 MiB in 51 packages [2020-12-03T02:40:00.063Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:40:00.063Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:40:00.063Z] OK: 12616 distinct packages available [2020-12-03T02:40:00.187Z] ---> Running in ce5939ac5e99 [2020-12-03T02:40:00.188Z] ---> Running in d605fdd6921a [2020-12-03T02:40:00.348Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:40:00.348Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:40:00.348Z] OK: 12616 distinct packages available [2020-12-03T02:40:00.348Z] OK: 217 MiB in 51 packages [2020-12-03T02:40:00.954Z] OK: 217 MiB in 51 packages [2020-12-03T02:40:01.230Z] OK: 217 MiB in 51 packages [2020-12-03T02:40:01.508Z] OK: 217 MiB in 51 packages [2020-12-03T02:40:01.580Z] ---> Running in a5210343f4e8 [2020-12-03T02:40:01.788Z] Removing intermediate container 6adb6890510f [2020-12-03T02:40:01.788Z] ---> b39d1aad0e8f [2020-12-03T02:40:01.788Z] Step 6/22 : COPY go.mod . [2020-12-03T02:40:02.069Z] Removing intermediate container 69b67b0517e5 [2020-12-03T02:40:02.069Z] ---> f523140d6e9f [2020-12-03T02:40:02.069Z] Step 6/24 : COPY go.mod . [2020-12-03T02:40:02.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:40:02.673Z] Removing intermediate container 48d369c9c8d7 [2020-12-03T02:40:02.673Z] ---> 8f1e51f7273f [2020-12-03T02:40:02.673Z] Step 6/22 : COPY go.mod . [2020-12-03T02:40:02.958Z] ---> 931c2f73818c [2020-12-03T02:40:02.958Z] Step 7/22 : RUN go mod download [2020-12-03T02:40:02.958Z] ---> bc631352e84e [2020-12-03T02:40:02.958Z] Step 7/24 : RUN go mod download [2020-12-03T02:40:03.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T02:40:03.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:40:03.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:40:03.234Z] Removing intermediate container 7355baf27316 [2020-12-03T02:40:03.234Z] ---> c6b938b6c7c5 [2020-12-03T02:40:03.234Z] Step 6/23 : COPY go.mod . [2020-12-03T02:40:03.234Z] ---> Running in 54f0d2392f91 [2020-12-03T02:40:03.234Z] ---> Running in 412dd9c2d4c1 [2020-12-03T02:40:03.512Z] Removing intermediate container f9c048e2e546 [2020-12-03T02:40:03.512Z] ---> a9d8793edcda [2020-12-03T02:40:03.512Z] Step 6/22 : COPY go.mod . [2020-12-03T02:40:03.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:40:03.859Z] ---> bb487d53face [2020-12-03T02:40:03.859Z] Step 7/22 : RUN go mod download [2020-12-03T02:40:03.859Z] ---> Running in 65573cca911b [2020-12-03T02:40:04.010Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:40:04.010Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:40:04.010Z] OK: 12745 distinct packages available [2020-12-03T02:40:04.278Z] OK: 233 MiB in 51 packages [2020-12-03T02:40:04.278Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:40:04.278Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:40:04.278Z] OK: 12745 distinct packages available [2020-12-03T02:40:04.479Z] ---> 4b705affff65 [2020-12-03T02:40:04.479Z] Step 7/23 : RUN go mod download [2020-12-03T02:40:04.479Z] ---> Running in 456d8978f9dd [2020-12-03T02:40:04.546Z] OK: 233 MiB in 51 packages [2020-12-03T02:40:04.757Z] ---> b7b36d83bda8 [2020-12-03T02:40:04.757Z] Step 7/22 : RUN go mod download [2020-12-03T02:40:05.042Z] ---> Running in 2b7aa6c6e464 [2020-12-03T02:40:07.691Z] Removing intermediate container 412dd9c2d4c1 [2020-12-03T02:40:07.691Z] ---> 99941f4fd8a0 [2020-12-03T02:40:07.691Z] Step 8/24 : COPY . . [2020-12-03T02:40:08.302Z] Removing intermediate container 54f0d2392f91 [2020-12-03T02:40:08.302Z] ---> c06b3fcf9e9c [2020-12-03T02:40:08.302Z] Step 8/22 : COPY . . [2020-12-03T02:40:08.577Z] Removing intermediate container 65573cca911b [2020-12-03T02:40:08.577Z] ---> 2b40864588f8 [2020-12-03T02:40:08.577Z] Step 8/22 : COPY . . [2020-12-03T02:40:08.854Z] Removing intermediate container 456d8978f9dd [2020-12-03T02:40:08.854Z] ---> 8f4690ce997a [2020-12-03T02:40:08.854Z] Step 8/23 : COPY . . [2020-12-03T02:40:09.140Z] Removing intermediate container 2b7aa6c6e464 [2020-12-03T02:40:09.140Z] ---> 4f29262d97c4 [2020-12-03T02:40:09.140Z] Step 8/22 : COPY . . [2020-12-03T02:40:11.261Z] Removing intermediate container d605fdd6921a [2020-12-03T02:40:11.261Z] ---> 0585ba00428c [2020-12-03T02:40:11.261Z] Step 6/23 : COPY go.mod . [2020-12-03T02:40:11.261Z] Removing intermediate container ce5939ac5e99 [2020-12-03T02:40:11.261Z] ---> 69a0c7171c3d [2020-12-03T02:40:11.261Z] Step 5/29 : COPY go.mod . [2020-12-03T02:40:12.261Z] Removing intermediate container e137f57a1f92 [2020-12-03T02:40:12.261Z] ---> b71fda13cb00 [2020-12-03T02:40:12.261Z] [2020-12-03T02:40:12.261Z] Step 10/22 : FROM scratch [2020-12-03T02:40:12.261Z] ---> [2020-12-03T02:40:12.261Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:40:12.547Z] ---> d482db81ecb2 [2020-12-03T02:40:12.547Z] Step 6/29 : RUN go mod download [2020-12-03T02:40:12.829Z] ---> Running in 574b5d065fb8 [2020-12-03T02:40:13.800Z] ---> Using cache [2020-12-03T02:40:13.800Z] ---> 3817587636b7 [2020-12-03T02:40:13.800Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T02:40:14.079Z] ---> 81be3c6fb22a [2020-12-03T02:40:14.079Z] Step 7/23 : RUN go mod download [2020-12-03T02:40:14.662Z] ---> Running in 21ff1fa6d1d2 [2020-12-03T02:40:15.609Z] ---> Running in 142aeb1f9325 [2020-12-03T02:40:16.577Z] Removing intermediate container 21ff1fa6d1d2 [2020-12-03T02:40:16.577Z] ---> 905a91464b63 [2020-12-03T02:40:16.577Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T02:40:16.577Z] ---> Running in 9d45b1bc34be [2020-12-03T02:40:16.577Z] ---> 88868fb4cec7 [2020-12-03T02:40:16.577Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T02:40:16.850Z] Removing intermediate container 9d45b1bc34be [2020-12-03T02:40:16.850Z] ---> d1543306754d [2020-12-03T02:40:16.850Z] Step 14/22 : WORKDIR / [2020-12-03T02:40:16.850Z] ---> Running in 70e2c27c971c [2020-12-03T02:40:16.850Z] ---> Running in 6c68922c429c [2020-12-03T02:40:17.470Z] Removing intermediate container 574b5d065fb8 [2020-12-03T02:40:17.470Z] ---> 0e4e902784b9 [2020-12-03T02:40:17.470Z] Step 7/29 : COPY . . [2020-12-03T02:40:17.470Z] Removing intermediate container 6c68922c429c [2020-12-03T02:40:17.470Z] ---> 140097401f22 [2020-12-03T02:40:17.470Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T02:40:18.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T02:40:18.365Z] ---> cf3b44bef443 [2020-12-03T02:40:18.365Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T02:40:20.324Z] Removing intermediate container 142aeb1f9325 [2020-12-03T02:40:20.325Z] ---> 0b5f66e30131 [2020-12-03T02:40:20.325Z] Step 8/23 : COPY . . [2020-12-03T02:40:24.594Z] ---> 930bc9c341ca [2020-12-03T02:40:24.594Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T02:40:27.483Z] ---> bc12dfe86c72 [2020-12-03T02:40:27.484Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T02:40:27.484Z] ---> 678fea3823bd [2020-12-03T02:40:27.484Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T02:40:27.484Z] ---> 2c55f0b4abb0 [2020-12-03T02:40:27.484Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T02:40:27.484Z] ---> 1eac039e4c29 [2020-12-03T02:40:27.484Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T02:40:27.484Z] ---> 55dd86ee68c0 [2020-12-03T02:40:27.484Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T02:40:27.756Z] ---> Running in cc65d651689d [2020-12-03T02:40:27.756Z] ---> Running in 529c376bed6a [2020-12-03T02:40:27.756Z] ---> Running in 53e7358b42bc [2020-12-03T02:40:27.756Z] ---> Running in e2f976e7440c [2020-12-03T02:40:27.756Z] ---> Running in e1906318e596 [2020-12-03T02:40:28.949Z] ---> 2cad9fd9d0e6 [2020-12-03T02:40:28.949Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T02:40:29.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T02:40:29.754Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T02:40:30.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T02:40:30.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T02:40:30.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T02:40:30.921Z] ---> Running in bea1d4826bd5 [2020-12-03T02:40:41.035Z] Removing intermediate container bea1d4826bd5 [2020-12-03T02:40:41.035Z] ---> c2b5b6487e4c [2020-12-03T02:40:41.035Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:40:43.601Z] ---> Running in f44bb3520abb [2020-12-03T02:40:43.601Z] Removing intermediate container a5210343f4e8 [2020-12-03T02:40:43.601Z] ---> 3543f3458099 [2020-12-03T02:40:43.601Z] [2020-12-03T02:40:43.601Z] Step 10/21 : FROM scratch [2020-12-03T02:40:43.601Z] ---> [2020-12-03T02:40:43.601Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:40:43.601Z] ---> 0f042cd55cfc [2020-12-03T02:40:43.601Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T02:40:43.863Z] ---> Using cache [2020-12-03T02:40:43.863Z] ---> 3817587636b7 [2020-12-03T02:40:43.863Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T02:40:44.820Z] ---> Running in 9a3ec05a1e1b [2020-12-03T02:40:44.820Z] Removing intermediate container f44bb3520abb [2020-12-03T02:40:44.820Z] ---> 9da7c0734793 [2020-12-03T02:40:44.820Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T02:40:44.820Z] ---> Running in 0c10fdd78a58 [2020-12-03T02:40:45.092Z] ---> Running in 629bd356cba5 [2020-12-03T02:40:45.092Z] ---> 9ffa666b51da [2020-12-03T02:40:45.092Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T02:40:45.363Z] Removing intermediate container 9a3ec05a1e1b [2020-12-03T02:40:45.363Z] ---> 5f57b7e777a3 [2020-12-03T02:40:45.363Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T02:40:45.363Z] ---> Running in 0f2c1ccfcbfa [2020-12-03T02:40:45.363Z] ---> Running in 19e0a6caf52d [2020-12-03T02:40:45.363Z] Removing intermediate container 629bd356cba5 [2020-12-03T02:40:45.363Z] ---> 39dd73a01dfa [2020-12-03T02:40:45.363Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:40:45.627Z] ---> Running in ca3da6476cae [2020-12-03T02:40:45.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T02:40:45.891Z] Removing intermediate container 19e0a6caf52d [2020-12-03T02:40:45.891Z] ---> 6b99085b6ad6 [2020-12-03T02:40:45.891Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T02:40:46.154Z] Removing intermediate container ca3da6476cae [2020-12-03T02:40:46.154Z] ---> c3a23fffcb18 [2020-12-03T02:40:46.154Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:40:46.751Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T02:40:47.349Z] ---> a7320921ffa3 [2020-12-03T02:40:47.349Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T02:40:47.349Z] ---> Running in 86fd277cd22c [2020-12-03T02:40:47.944Z] Removing intermediate container 86fd277cd22c [2020-12-03T02:40:47.944Z] ---> e21b77c8b949 [2020-12-03T02:40:47.944Z] [2020-12-03T02:40:47.944Z] Removing intermediate container 70e2c27c971c [2020-12-03T02:40:47.944Z] ---> 96058255236b [2020-12-03T02:40:47.944Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T02:40:48.216Z] Successfully built e21b77c8b949 [2020-12-03T02:40:48.216Z] Successfully tagged docker-core-command-go:latest [2020-12-03T02:40:48.216Z] ---> Running in dd7aecd5179b [2020-12-03T02:40:48.216Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-12-03T02:40:53.631Z] ---> 025c1a56f639 [2020-12-03T02:40:53.631Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T02:40:53.907Z] ---> 6f710e00a9ec [2020-12-03T02:40:53.907Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T02:40:54.188Z] ---> Running in ca4e6c1d4b41 [2020-12-03T02:40:54.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T02:40:54.454Z] Removing intermediate container ca4e6c1d4b41 [2020-12-03T02:40:54.454Z] ---> fba2269029b0 [2020-12-03T02:40:54.454Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:40:54.454Z] ---> Running in 7d7f302f5ba8 [2020-12-03T02:40:54.735Z] Removing intermediate container 7d7f302f5ba8 [2020-12-03T02:40:54.735Z] ---> c95ddbab3b13 [2020-12-03T02:40:54.735Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T02:40:55.010Z] ---> Running in 3768c61f1dfd [2020-12-03T02:40:55.603Z] Removing intermediate container 3768c61f1dfd [2020-12-03T02:40:55.603Z] ---> 6d25efdc843f [2020-12-03T02:40:55.603Z] Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:40:56.205Z] ---> Running in f436cb41642f [2020-12-03T02:40:56.807Z] Removing intermediate container f436cb41642f [2020-12-03T02:40:56.807Z] ---> 9e7bed049f3e [2020-12-03T02:40:56.807Z] Step 21/21 : LABEL version=1.3.1-dev.16 [2020-12-03T02:40:57.089Z] ---> Running in db36e9fda8d5 [2020-12-03T02:40:58.081Z] Removing intermediate container db36e9fda8d5 [2020-12-03T02:40:58.081Z] ---> 54600ac50610 [2020-12-03T02:40:58.081Z] [2020-12-03T02:40:58.362Z] Removing intermediate container dd7aecd5179b [2020-12-03T02:40:58.362Z] ---> 072e93ec5d30 [2020-12-03T02:40:58.362Z] [2020-12-03T02:40:58.362Z] Step 11/27 : FROM docker:latest [2020-12-03T02:40:58.362Z] ---> b0757c55a1fd [2020-12-03T02:40:58.362Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T02:40:58.362Z] Successfully built 54600ac50610 [2020-12-03T02:40:58.362Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T02:40:58.637Z]  Building docker-support-scheduler-go ... done  ---> Running in 7f1b7bd362ef [2020-12-03T02:41:01.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:01.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:01.299Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T02:41:01.299Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T02:41:01.299Z] Executing bash-5.0.17-r0.post-install [2020-12-03T02:41:01.299Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:41:01.299Z] OK: 12 MiB in 22 packages [2020-12-03T02:41:03.293Z] Removing intermediate container 7f1b7bd362ef [2020-12-03T02:41:03.293Z] ---> 1cee85b41d83 [2020-12-03T02:41:03.293Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T02:41:03.293Z] ---> Running in 4287d21ca434 [2020-12-03T02:41:07.594Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:41:07.594Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:41:07.594Z] ---> d1bfb63549a5 [2020-12-03T02:41:07.594Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T02:41:07.594Z] ---> Using cache [2020-12-03T02:41:07.594Z] ---> 549b2c7812a8 [2020-12-03T02:41:07.594Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:41:07.594Z] ---> Using cache [2020-12-03T02:41:07.594Z] ---> 15f9f608bff0 [2020-12-03T02:41:07.594Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T02:41:10.213Z] ---> Running in 4f35b09c6291 [2020-12-03T02:41:10.213Z] Removing intermediate container 0c10fdd78a58 [2020-12-03T02:41:10.213Z] ---> 1ddced0a47ed [2020-12-03T02:41:10.213Z] [2020-12-03T02:41:10.213Z] Step 9/29 : FROM alpine:latest [2020-12-03T02:41:10.213Z] ---> d6e46aa2470d [2020-12-03T02:41:10.213Z] 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-03T02:41:10.213Z] Removing intermediate container 4287d21ca434 [2020-12-03T02:41:10.213Z] ---> 5ba1b6c9c833 [2020-12-03T02:41:10.213Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T02:41:10.213Z] ---> Running in c16b0bda2084 [2020-12-03T02:41:10.213Z] ---> Running in de33e14802c8 [2020-12-03T02:41:10.807Z] Removing intermediate container c16b0bda2084 [2020-12-03T02:41:10.807Z] ---> c7b5e23828e9 [2020-12-03T02:41:10.807Z] Step 11/29 : USER root [2020-12-03T02:41:10.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:10.807Z] ---> Running in 7d8e34863807 [2020-12-03T02:41:10.807Z] Removing intermediate container de33e14802c8 [2020-12-03T02:41:10.807Z] ---> 1cb19c3c5e1f [2020-12-03T02:41:10.807Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T02:41:11.074Z] ---> Running in 06f5effef4b9 [2020-12-03T02:41:11.340Z] Removing intermediate container 7d8e34863807 [2020-12-03T02:41:11.340Z] ---> 0e6b36d74259 [2020-12-03T02:41:11.340Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T02:41:11.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:11.604Z] ---> Running in 355680d37b0e [2020-12-03T02:41:11.604Z] Removing intermediate container 06f5effef4b9 [2020-12-03T02:41:11.604Z] ---> 0d87d41c747a [2020-12-03T02:41:11.604Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T02:41:11.604Z] ---> Running in e6d5e5973ec2 [2020-12-03T02:41:11.879Z] Removing intermediate container e6d5e5973ec2 [2020-12-03T02:41:11.879Z] ---> 5eafc4efdcdf [2020-12-03T02:41:11.879Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T02:41:11.879Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:41:11.879Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:41:11.879Z] OK: 12745 distinct packages available [2020-12-03T02:41:12.150Z] OK: 233 MiB in 51 packages [2020-12-03T02:41:12.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:12.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:12.689Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:41:12.689Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:41:12.689Z] OK: 12746 distinct packages available [2020-12-03T02:41:12.689Z] ---> 93fd0e14c598 [2020-12-03T02:41:12.689Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T02:41:12.963Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T02:41:12.963Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T02:41:12.963Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:41:12.963Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T02:41:13.543Z] OK: 6 MiB in 16 packages [2020-12-03T02:41:13.543Z] ---> f6b40436aac3 [2020-12-03T02:41:13.543Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T02:41:13.543Z] Removing intermediate container 4f35b09c6291 [2020-12-03T02:41:13.543Z] ---> 13a1dd6173c5 [2020-12-03T02:41:13.543Z] Step 6/24 : COPY go.mod . [2020-12-03T02:41:14.506Z] ---> ad8d1440350e [2020-12-03T02:41:14.506Z] Step 7/24 : RUN go mod download [2020-12-03T02:41:14.770Z] ---> 7c16a59c17ad [2020-12-03T02:41:14.770Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T02:41:15.035Z] ---> Running in 5ecc3b2441b8 [2020-12-03T02:41:15.035Z] ---> Running in 0e54b3aa1248 [2020-12-03T02:41:15.035Z] Removing intermediate container 355680d37b0e [2020-12-03T02:41:15.035Z] ---> fb2eefe806af [2020-12-03T02:41:15.035Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T02:41:15.035Z] ---> Running in 23664b405640 [2020-12-03T02:41:15.627Z] Removing intermediate container 23664b405640 [2020-12-03T02:41:15.627Z] ---> b27654a14b8a [2020-12-03T02:41:15.627Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T02:41:15.627Z] ---> Running in ab3412c698b5 [2020-12-03T02:41:15.890Z] Removing intermediate container ab3412c698b5 [2020-12-03T02:41:15.890Z] ---> 6670fd65398d [2020-12-03T02:41:15.890Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T02:41:15.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:15.890Z] ---> Running in 85f13d09c6c5 [2020-12-03T02:41:16.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:16.164Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T02:41:16.164Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T02:41:16.164Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T02:41:16.164Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T02:41:16.426Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T02:41:16.426Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T02:41:16.426Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T02:41:18.349Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T02:41:18.349Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T02:41:18.349Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T02:41:18.349Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T02:41:18.349Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T02:41:19.317Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T02:41:19.892Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T02:41:22.449Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T02:41:22.449Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T02:41:22.711Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T02:41:22.711Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T02:41:22.711Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T02:41:23.284Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T02:41:23.546Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T02:41:23.546Z] Removing intermediate container 5ecc3b2441b8 [2020-12-03T02:41:23.546Z] ---> a3823e634026 [2020-12-03T02:41:23.546Z] Step 8/24 : COPY . . [2020-12-03T02:41:23.546Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T02:41:23.812Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T02:41:23.812Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T02:41:24.436Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T02:41:24.436Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T02:41:24.436Z] Removing intermediate container 0f2c1ccfcbfa [2020-12-03T02:41:24.436Z] ---> beddd800f9dd [2020-12-03T02:41:24.436Z] [2020-12-03T02:41:24.436Z] Step 10/23 : FROM alpine [2020-12-03T02:41:24.436Z] ---> d6e46aa2470d [2020-12-03T02:41:24.436Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:41:25.831Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T02:41:26.789Z] Removing intermediate container 85f13d09c6c5 [2020-12-03T02:41:26.789Z] ---> 6d10bdb56f00 [2020-12-03T02:41:26.789Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T02:41:26.789Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T02:41:26.789Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T02:41:26.789Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T02:41:27.370Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T02:41:27.637Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T02:41:27.637Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T02:41:27.914Z] ---> Running in ffd9b2a6f1b2 [2020-12-03T02:41:30.573Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:41:31.158Z] OK: 71 MiB in 55 packages [2020-12-03T02:41:33.082Z] ---> 82c0a9587e7e [2020-12-03T02:41:33.082Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T02:41:33.082Z] Removing intermediate container ffd9b2a6f1b2 [2020-12-03T02:41:33.082Z] ---> 723460c84e81 [2020-12-03T02:41:33.082Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T02:41:36.401Z] ---> Running in 7f0e086a2e1c [2020-12-03T02:41:36.982Z] ---> 9af63905dcfa [2020-12-03T02:41:36.982Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T02:41:37.569Z] Removing intermediate container 7f0e086a2e1c [2020-12-03T02:41:37.835Z] ---> 248db31e2f34 [2020-12-03T02:41:37.835Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T02:41:43.165Z] ---> Running in 325a00441adf [2020-12-03T02:41:43.165Z] ---> 50ab11e3c0a5 [2020-12-03T02:41:43.165Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T02:41:43.429Z] Removing intermediate container 325a00441adf [2020-12-03T02:41:43.429Z] ---> 515bdec89a1c [2020-12-03T02:41:43.429Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:41:44.825Z] ---> Running in 07b22e9a9d34 [2020-12-03T02:41:45.089Z] ---> f507577ad9ae [2020-12-03T02:41:45.089Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T02:41:45.667Z] ---> 42142fe40df8 [2020-12-03T02:41:45.667Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T02:41:46.616Z] ---> Running in b461c8967645 [2020-12-03T02:41:47.189Z] ---> 6b35bcc88cdc [2020-12-03T02:41:47.189Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T02:41:47.455Z] ---> Running in c13781e364b3 [2020-12-03T02:41:48.053Z] Removing intermediate container 0e54b3aa1248 [2020-12-03T02:41:48.053Z] ---> d4399394abc5 [2020-12-03T02:41:48.053Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T02:41:48.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T02:41:48.330Z] ---> Running in 63a81f0372ae [2020-12-03T02:41:48.913Z] Removing intermediate container 07b22e9a9d34 [2020-12-03T02:41:48.913Z] ---> b9af12ac83a5 [2020-12-03T02:41:48.913Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T02:41:48.913Z] ---> Running in cbfa4be06b1e [2020-12-03T02:41:49.187Z] Removing intermediate container c13781e364b3 [2020-12-03T02:41:49.187Z] ---> facd48597f0e [2020-12-03T02:41:49.187Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T02:41:49.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:49.782Z] ---> 62e5795810f4 [2020-12-03T02:41:49.782Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T02:41:49.782Z] ---> Running in 38ca4ed63f3a [2020-12-03T02:41:50.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:41:50.967Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T02:41:50.967Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T02:41:51.230Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T02:41:51.230Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T02:41:51.495Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T02:41:51.495Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:41:51.495Z] OK: 8 MiB in 19 packages [2020-12-03T02:41:51.763Z] Collecting docker-compose==1.23.2 [2020-12-03T02:41:51.763Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T02:41:51.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T02:41:52.037Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T02:41:52.037Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T02:41:52.331Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T02:41:52.331Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T02:41:52.606Z] Collecting PyYAML<4,>=3.10 [2020-12-03T02:41:52.606Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T02:41:52.606Z] Removing intermediate container 38ca4ed63f3a [2020-12-03T02:41:52.606Z] ---> 0670e76cbc6b [2020-12-03T02:41:52.606Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T02:41:52.882Z] Removing intermediate container cbfa4be06b1e [2020-12-03T02:41:52.882Z] ---> fd6694480eda [2020-12-03T02:41:52.882Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T02:41:52.882Z] ---> Running in 1b18ce7d19e2 [2020-12-03T02:41:53.996Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T02:41:53.996Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T02:41:53.996Z] ---> 3a1b54959bbf [2020-12-03T02:41:53.996Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T02:41:53.996Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T02:41:53.996Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T02:41:55.003Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T02:41:55.003Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T02:41:55.003Z] ---> e9047544d485 [2020-12-03T02:41:55.003Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T02:41:55.003Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T02:41:55.003Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T02:41:55.290Z] Removing intermediate container 1b18ce7d19e2 [2020-12-03T02:41:55.290Z] ---> 1bc55f6ff07c [2020-12-03T02:41:55.290Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T02:41:55.290Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T02:41:55.290Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T02:41:55.290Z] ---> Running in 459a5408bcc8 [2020-12-03T02:41:55.577Z] ---> eb44466d7fc4 [2020-12-03T02:41:55.577Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T02:41:55.577Z] ---> Running in 0c97aa06da1f [2020-12-03T02:41:55.577Z] Removing intermediate container 459a5408bcc8 [2020-12-03T02:41:55.577Z] ---> a908142d6c78 [2020-12-03T02:41:55.577Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T02:41:55.865Z] ---> Running in 4b7f983ab0d2 [2020-12-03T02:41:55.865Z] Removing intermediate container 0c97aa06da1f [2020-12-03T02:41:55.865Z] ---> 3b6a0b01ae9d [2020-12-03T02:41:55.865Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:41:55.865Z] 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-03T02:41:55.865Z] ---> Running in 821f9fc389f7 [2020-12-03T02:41:55.865Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T02:41:55.865Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T02:41:56.142Z] Removing intermediate container 4b7f983ab0d2 [2020-12-03T02:41:56.143Z] ---> 9de881889f78 [2020-12-03T02:41:56.143Z] Step 27/29 : LABEL arch=x86_64 [2020-12-03T02:41:56.143Z] Removing intermediate container 821f9fc389f7 [2020-12-03T02:41:56.143Z] ---> f49b1885765f [2020-12-03T02:41:56.143Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T02:41:56.143Z] ---> Running in 4199c6da307e [2020-12-03T02:41:56.143Z] ---> Running in bafcda81e545 [2020-12-03T02:41:56.416Z] Removing intermediate container 4199c6da307e [2020-12-03T02:41:56.416Z] ---> 8b44004edfb4 [2020-12-03T02:41:56.416Z] Step 28/29 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:41:56.416Z] 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-03T02:41:56.416Z] 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-03T02:41:56.416Z] ---> Running in 964f29d7a1cd [2020-12-03T02:41:56.416Z] Removing intermediate container bafcda81e545 [2020-12-03T02:41:56.416Z] ---> 971978b8a0ec [2020-12-03T02:41:56.416Z] Step 22/23 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:41:56.678Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T02:41:56.678Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T02:41:56.678Z] ---> Running in 7a45bcc93045 [2020-12-03T02:41:56.678Z] Removing intermediate container 964f29d7a1cd [2020-12-03T02:41:56.678Z] ---> 86d1d9128fa7 [2020-12-03T02:41:56.678Z] Step 29/29 : LABEL version=1.3.1-dev.16 [2020-12-03T02:41:56.678Z] Collecting idna<2.8,>=2.5 [2020-12-03T02:41:56.678Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T02:41:56.942Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T02:41:56.942Z] ---> Running in 2bd0c9b9e619 [2020-12-03T02:41:56.942Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T02:41:56.942Z] Removing intermediate container 7a45bcc93045 [2020-12-03T02:41:56.942Z] ---> 980b20121d29 [2020-12-03T02:41:56.942Z] Step 23/23 : LABEL version=1.3.1-dev.16 [2020-12-03T02:41:56.942Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T02:41:56.942Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T02:41:56.942Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T02:41:56.942Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T02:41:57.212Z] Installing collected packages: urllib3, idna, requests, cached-property, PyYAML, jsonschema, docopt, websocket-client, docker-pycreds, docker, texttable, dockerpty, docker-compose [2020-12-03T02:41:57.212Z] Attempting uninstall: urllib3 [2020-12-03T02:41:57.212Z] Found existing installation: urllib3 1.25.9 [2020-12-03T02:41:57.212Z] Uninstalling urllib3-1.25.9: [2020-12-03T02:41:57.212Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T02:41:57.212Z] Removing intermediate container 2bd0c9b9e619 [2020-12-03T02:41:57.212Z] ---> 1c4230e75caf [2020-12-03T02:41:57.212Z] [2020-12-03T02:41:57.212Z] ---> Running in 553cc2f3b332 [2020-12-03T02:41:57.496Z] Attempting uninstall: idna [2020-12-03T02:41:57.496Z] Found existing installation: idna 2.9 [2020-12-03T02:41:57.496Z] Uninstalling idna-2.9: [2020-12-03T02:41:57.496Z] Successfully uninstalled idna-2.9 [2020-12-03T02:41:57.496Z] Successfully built 1c4230e75caf [2020-12-03T02:41:57.774Z] Attempting uninstall: requests [2020-12-03T02:41:57.774Z] Found existing installation: requests 2.23.0 [2020-12-03T02:41:57.774Z] Uninstalling requests-2.23.0: [2020-12-03T02:41:57.774Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-03T02:41:58.047Z] Removing intermediate container 553cc2f3b332 [2020-12-03T02:41:58.047Z] ---> 3529a6a076da [2020-12-03T02:41:58.047Z] [2020-12-03T02:41:58.047Z]  Building docker-security-secrets-setup-go ... done  Successfully uninstalled requests-2.23.0 [2020-12-03T02:41:58.656Z] Running setup.py install for PyYAML: started [2020-12-03T02:41:58.656Z] Successfully built 3529a6a076da [2020-12-03T02:41:58.656Z] Successfully tagged docker-core-data-go:latest [2020-12-03T02:41:59.261Z]  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T02:41:59.261Z] Running setup.py install for docopt: started [2020-12-03T02:41:59.859Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T02:42:00.126Z] Running setup.py install for texttable: started [2020-12-03T02:42:00.706Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T02:42:00.706Z] Running setup.py install for dockerpty: started [2020-12-03T02:42:00.972Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T02:42:01.246Z] 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-03T02:42:04.387Z] Removing intermediate container 529c376bed6a [2020-12-03T02:42:04.387Z] ---> 01428f19a208 [2020-12-03T02:42:04.387Z] [2020-12-03T02:42:04.387Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T02:42:04.387Z] 3.10: Pulling from library/alpine [2020-12-03T02:42:04.387Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T02:42:04.387Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T02:42:04.387Z] ---> 536a684cf733 [2020-12-03T02:42:04.387Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T02:42:04.568Z] Removing intermediate container b461c8967645 [2020-12-03T02:42:04.568Z] ---> 7fe940914199 [2020-12-03T02:42:04.568Z] [2020-12-03T02:42:04.568Z] Step 10/24 : FROM scratch [2020-12-03T02:42:04.568Z] ---> [2020-12-03T02:42:04.568Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T02:42:04.996Z] ---> Running in 1bc5059ee9ee [2020-12-03T02:42:05.960Z] Removing intermediate container 63a81f0372ae [2020-12-03T02:42:05.960Z] ---> 1f9bc68150b7 [2020-12-03T02:42:05.960Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T02:42:06.223Z] ---> Running in 0c5a2e46d5af [2020-12-03T02:42:06.490Z] ---> Using cache [2020-12-03T02:42:06.490Z] ---> 6739bd7e6cde [2020-12-03T02:42:06.490Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T02:42:06.490Z] ---> Running in bb0aa8fb1aa0 [2020-12-03T02:42:06.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T02:42:06.752Z] Removing intermediate container bb0aa8fb1aa0 [2020-12-03T02:42:06.752Z] ---> 365a88b0738f [2020-12-03T02:42:06.752Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T02:42:06.752Z] ---> Running in b98276def96c [2020-12-03T02:42:07.016Z] Removing intermediate container b98276def96c [2020-12-03T02:42:07.016Z] ---> 8e2c29496726 [2020-12-03T02:42:07.016Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T02:42:07.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T02:42:07.017Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T02:42:07.017Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T02:42:07.417Z] ---> f9a886f17b7b [2020-12-03T02:42:07.417Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T02:42:07.417Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T02:42:07.417Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:42:07.417Z] OK: 72 MiB in 58 packages [2020-12-03T02:42:07.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:42:07.648Z] Removing intermediate container e2f976e7440c [2020-12-03T02:42:07.648Z] ---> 51a01e71e0ea [2020-12-03T02:42:07.648Z] [2020-12-03T02:42:07.648Z] Step 10/22 : FROM scratch [2020-12-03T02:42:07.648Z] ---> [2020-12-03T02:42:07.648Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T02:42:07.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:42:07.928Z] ---> Running in d87980b259c6 [2020-12-03T02:42:08.411Z] ---> eba11a9d5454 [2020-12-03T02:42:08.412Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T02:42:08.412Z] Removing intermediate container 0c5a2e46d5af [2020-12-03T02:42:08.412Z] ---> 6073a7a8b5e5 [2020-12-03T02:42:08.412Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T02:42:08.412Z] ---> Running in ba562dd6c5da [2020-12-03T02:42:08.540Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T02:42:08.540Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T02:42:08.540Z] OK: 10169 distinct packages available [2020-12-03T02:42:08.540Z] Removing intermediate container d87980b259c6 [2020-12-03T02:42:08.541Z] ---> e8c37d6c17b8 [2020-12-03T02:42:08.541Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T02:42:08.676Z] Removing intermediate container ba562dd6c5da [2020-12-03T02:42:08.676Z] ---> 6f02ee7caeb6 [2020-12-03T02:42:08.676Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:42:08.676Z] ---> Running in 49baae4a02de [2020-12-03T02:42:08.676Z] ---> e6df3504f635 [2020-12-03T02:42:08.676Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T02:42:08.823Z] ---> Running in 4eb249af5ac6 [2020-12-03T02:42:08.940Z] Removing intermediate container 49baae4a02de [2020-12-03T02:42:08.940Z] ---> e930e56ccd5b [2020-12-03T02:42:08.940Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T02:42:08.940Z] ---> Running in 14930d441a4c [2020-12-03T02:42:08.940Z] ---> 43cc912763c3 [2020-12-03T02:42:08.940Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T02:42:09.202Z] Removing intermediate container 14930d441a4c [2020-12-03T02:42:09.202Z] ---> a82ed56ccfab [2020-12-03T02:42:09.202Z] Step 26/27 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:09.202Z] ---> Running in 07cdd1bf9a66 [2020-12-03T02:42:09.430Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T02:42:09.430Z] Removing intermediate container 4eb249af5ac6 [2020-12-03T02:42:09.430Z] ---> f643847ecbc3 [2020-12-03T02:42:09.430Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T02:42:09.430Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T02:42:09.430Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T02:42:09.430Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T02:42:09.430Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T02:42:09.467Z] Removing intermediate container 07cdd1bf9a66 [2020-12-03T02:42:09.467Z] ---> bcf9615e99fd [2020-12-03T02:42:09.467Z] Step 27/27 : LABEL version=1.3.1-dev.16 [2020-12-03T02:42:09.467Z] ---> 6d50cb3acc4e [2020-12-03T02:42:09.467Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T02:42:09.467Z] ---> Running in b7fe226fa7cc [2020-12-03T02:42:09.708Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T02:42:09.708Z] ---> Running in 04780fc37c01 [2020-12-03T02:42:09.708Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T02:42:09.728Z] Removing intermediate container b7fe226fa7cc [2020-12-03T02:42:09.728Z] ---> 9f3ef96d3bc1 [2020-12-03T02:42:09.728Z] [2020-12-03T02:42:09.987Z] OK: 7 MiB in 19 packages [2020-12-03T02:42:10.301Z] ---> 8b895d661ff0 [2020-12-03T02:42:10.301Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T02:42:10.301Z] Successfully built 9f3ef96d3bc1 [2020-12-03T02:42:10.563Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T02:42:10.563Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 7a92c6e5a608 [2020-12-03T02:42:10.563Z] Removing intermediate container 7a92c6e5a608 [2020-12-03T02:42:10.563Z] ---> 4a8993a18133 [2020-12-03T02:42:10.563Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:42:10.563Z] ---> Running in d058d56c9bbb [2020-12-03T02:42:10.601Z] Removing intermediate container 04780fc37c01 [2020-12-03T02:42:10.601Z] ---> 53b2e5e6d8d9 [2020-12-03T02:42:10.601Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T02:42:10.825Z] Removing intermediate container d058d56c9bbb [2020-12-03T02:42:10.825Z] ---> 035fad6c9013 [2020-12-03T02:42:10.825Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T02:42:10.825Z] ---> Running in 6751547903da [2020-12-03T02:42:11.086Z] Removing intermediate container 6751547903da [2020-12-03T02:42:11.086Z] ---> 78fb97dfa0bd [2020-12-03T02:42:11.086Z] Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:11.086Z] ---> Running in 880781eb7845 [2020-12-03T02:42:11.349Z] Removing intermediate container 880781eb7845 [2020-12-03T02:42:11.349Z] ---> 9492be8e7235 [2020-12-03T02:42:11.349Z] Step 24/24 : LABEL version=1.3.1-dev.16 [2020-12-03T02:42:11.349Z] ---> Running in 5767c91fb552 [2020-12-03T02:42:11.610Z] Removing intermediate container 5767c91fb552 [2020-12-03T02:42:11.610Z] ---> 7b79c08d11a9 [2020-12-03T02:42:11.610Z] [2020-12-03T02:42:11.610Z] Successfully built 7b79c08d11a9 [2020-12-03T02:42:11.610Z] Successfully tagged docker-support-notifications-go:latest [2020-12-03T02:42:12.053Z] ---> 740a8a276d3a [2020-12-03T02:42:12.053Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T02:42:12.207Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-03T02:42:12.236Z] $ docker stop --time=1 d67ed848a8f10f0c212a34ae084567bb95291f729f0e733148bb4e897ecf58b6 [2020-12-03T02:42:12.682Z] Removing intermediate container 1bc5059ee9ee [2020-12-03T02:42:12.682Z] ---> 79b7cba2cb39 [2020-12-03T02:42:12.682Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T02:42:12.958Z] ---> Running in 7f95720e7a08 [2020-12-03T02:42:13.235Z] ---> 664f5be5dbe5 [2020-12-03T02:42:13.235Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T02:42:13.520Z] Removing intermediate container 7f95720e7a08 [2020-12-03T02:42:13.520Z] ---> 024166972a49 [2020-12-03T02:42:13.520Z] Step 13/24 : WORKDIR / [2020-12-03T02:42:13.894Z] $ docker rm -f d67ed848a8f10f0c212a34ae084567bb95291f729f0e733148bb4e897ecf58b6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T02:42:14.128Z] ---> Running in b977f425dbbd [2020-12-03T02:42:14.427Z] + docker images [2020-12-03T02:42:14.427Z] + grep docker [2020-12-03T02:42:14.427Z] docker-support-notifications-go latest 7b79c08d11a9 3 seconds ago 13.6MB [2020-12-03T02:42:14.427Z] docker-sys-mgmt-agent-go latest 9f3ef96d3bc1 5 seconds ago 293MB [2020-12-03T02:42:14.427Z] docker-core-data-go latest 3529a6a076da 17 seconds ago 23.7MB [2020-12-03T02:42:14.427Z] docker-security-secrets-setup-go latest 1c4230e75caf 18 seconds ago 23.9MB [2020-12-03T02:42:14.427Z] docker-support-scheduler-go latest 54600ac50610 About a minute ago 12.3MB [2020-12-03T02:42:14.427Z] docker-core-command-go latest e21b77c8b949 About a minute ago 12.2MB [2020-12-03T02:42:14.427Z] docker-security-secretstore-setup-go latest ba0ba0ec6348 2 minutes ago 24.7MB [2020-12-03T02:42:14.427Z] docker-security-proxy-setup-go latest 39d0ae2edeae 2 minutes ago 24.6MB [2020-12-03T02:42:14.427Z] docker-security-bootstrap-redis-go latest ed69f33ac2f8 2 minutes ago 15.8MB [2020-12-03T02:42:14.427Z] docker-core-metadata-go latest 206cbccfed3d 3 minutes ago 14.5MB [2020-12-03T02:42:14.427Z] docker-support-logging-go latest 2db14ba18492 3 minutes ago 11.1MB [2020-12-03T02:42:14.427Z] docker latest b0757c55a1fd 25 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-03T02:42:15.072Z] provisioning config files... [2020-12-03T02:42:15.135Z] Removing intermediate container b977f425dbbd [2020-12-03T02:42:15.135Z] ---> 5c6ce0037b73 [2020-12-03T02:42:15.135Z] 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-03T02:42:15.139Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config163140526738254108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:42:15.519Z] ---> docker-login.sh [2020-12-03T02:42:15.519Z] nexus3.edgexfoundry.org:10001 [2020-12-03T02:42:15.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:42:15.738Z] ---> 59cc461911e7 [2020-12-03T02:42:15.739Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T02:42:15.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:42:15.780Z] Configure a credential helper to remove this warning. See [2020-12-03T02:42:15.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:42:15.780Z] [2020-12-03T02:42:15.780Z] Login Succeeded [2020-12-03T02:42:15.780Z] nexus3.edgexfoundry.org:10002 [2020-12-03T02:42:15.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:42:15.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:42:15.780Z] Configure a credential helper to remove this warning. See [2020-12-03T02:42:15.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:42:15.780Z] [2020-12-03T02:42:15.780Z] Login Succeeded [2020-12-03T02:42:15.780Z] nexus3.edgexfoundry.org:10003 [2020-12-03T02:42:16.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:42:16.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:42:16.042Z] Configure a credential helper to remove this warning. See [2020-12-03T02:42:16.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:42:16.042Z] [2020-12-03T02:42:16.042Z] Login Succeeded [2020-12-03T02:42:16.042Z] nexus3.edgexfoundry.org:10004 [2020-12-03T02:42:16.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:42:16.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:42:16.304Z] Configure a credential helper to remove this warning. See [2020-12-03T02:42:16.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:42:16.304Z] [2020-12-03T02:42:16.304Z] Login Succeeded [2020-12-03T02:42:16.304Z] docker.io [2020-12-03T02:42:16.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:42:16.360Z] ---> 8b60f877b1a0 [2020-12-03T02:42:16.360Z] 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-03T02:42:16.963Z] ---> bb354163a620 [2020-12-03T02:42:16.963Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T02:42:17.249Z] ---> Running in a34310498895 [2020-12-03T02:42:17.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:42:17.693Z] Configure a credential helper to remove this warning. See [2020-12-03T02:42:17.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:42:17.693Z] [2020-12-03T02:42:17.693Z] Login Succeeded [2020-12-03T02:42:17.693Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T02:42:17.703Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-12-03T02:42:17.871Z] ---> 1ddef060cb35 [2020-12-03T02:42:17.871Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T02:42:17.871Z] Removing intermediate container a34310498895 [2020-12-03T02:42:17.871Z] ---> c33f450f25a2 [2020-12-03T02:42:17.871Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo [2020-12-03T02:42:17.935Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-03T02:42:17.935Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:17.935Z] 1.3.1-dev.16 [2020-12-03T02:42:17.935Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:17.935Z] master [2020-12-03T02:42:17.935Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-03T02:42:18.146Z] ---> Running in 6aa6b62d8f25 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:18.606Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:18.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:18.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T02:42:18.918Z] ce88889662c2: Preparing [2020-12-03T02:42:18.918Z] 7e66f4d3b3d4: Preparing [2020-12-03T02:42:18.918Z] 58f9fd97d3cd: Preparing [2020-12-03T02:42:19.137Z] ---> f706a1e8b1a9 [2020-12-03T02:42:19.138Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T02:42:19.138Z] Removing intermediate container 6aa6b62d8f25 [2020-12-03T02:42:19.138Z] ---> 3c34345e2998 [2020-12-03T02:42:19.138Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T02:42:19.413Z] ---> Running in ec5c8f96ce1a [2020-12-03T02:42:20.298Z] 58f9fd97d3cd: Pushed [2020-12-03T02:42:20.298Z] ce88889662c2: Pushed [2020-12-03T02:42:20.416Z] Removing intermediate container ec5c8f96ce1a [2020-12-03T02:42:20.416Z] ---> a94c12160ee8 [2020-12-03T02:42:20.416Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:21.017Z] ---> Running in 1281072ff6a0 [2020-12-03T02:42:21.017Z] ---> b4973b18d260 [2020-12-03T02:42:21.017Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T02:42:21.244Z] 7e66f4d3b3d4: Pushed [2020-12-03T02:42:21.504Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:21.805Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:22.007Z] Removing intermediate container 1281072ff6a0 [2020-12-03T02:42:22.007Z] ---> 178956c542c0 [2020-12-03T02:42:22.007Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:42:22.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.16 [2020-12-03T02:42:22.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T02:42:22.106Z] ce88889662c2: Preparing [2020-12-03T02:42:22.106Z] 7e66f4d3b3d4: Preparing [2020-12-03T02:42:22.106Z] 58f9fd97d3cd: Preparing [2020-12-03T02:42:22.106Z] ce88889662c2: Layer already exists [2020-12-03T02:42:22.106Z] 58f9fd97d3cd: Layer already exists [2020-12-03T02:42:22.106Z] 7e66f4d3b3d4: Layer already exists [2020-12-03T02:42:22.106Z] 1.3.1-dev.16: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:22.293Z] ---> Running in 75433470098f [2020-12-03T02:42:22.413Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:22.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:22.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T02:42:22.711Z] ce88889662c2: Preparing [2020-12-03T02:42:22.711Z] 7e66f4d3b3d4: Preparing [2020-12-03T02:42:22.711Z] 58f9fd97d3cd: Preparing [2020-12-03T02:42:22.711Z] 58f9fd97d3cd: Layer already exists [2020-12-03T02:42:22.711Z] 7e66f4d3b3d4: Layer already exists [2020-12-03T02:42:22.711Z] ce88889662c2: Layer already exists [2020-12-03T02:42:22.711Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:23.014Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:23.298Z] Removing intermediate container 75433470098f [2020-12-03T02:42:23.298Z] ---> ad8fb669d768 [2020-12-03T02:42:23.298Z] [2020-12-03T02:42:23.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-03T02:42:23.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-03T02:42:23.312Z] ce88889662c2: Preparing [2020-12-03T02:42:23.312Z] 7e66f4d3b3d4: Preparing [2020-12-03T02:42:23.312Z] 58f9fd97d3cd: Preparing [2020-12-03T02:42:23.312Z] 58f9fd97d3cd: Layer already exists [2020-12-03T02:42:23.312Z] 7e66f4d3b3d4: Layer already exists [2020-12-03T02:42:23.312Z] ce88889662c2: Layer already exists [2020-12-03T02:42:23.312Z] master: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:23.554Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:23.618Z] taggedImages: [2020-12-03T02:42:23.618Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:23.618Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.16 [2020-12-03T02:42:23.618Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:23.618Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-03T02:42:23.702Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-03T02:42:23.702Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:23.702Z] 1.3.1-dev.16 [2020-12-03T02:42:23.702Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:23.702Z] master [2020-12-03T02:42:23.702Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:24.198Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:24.288Z] ---> 2a24562ac128 [2020-12-03T02:42:24.288Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T02:42:24.288Z] Successfully built ad8fb669d768 [2020-12-03T02:42:24.288Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-12-03T02:42:24.288Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-12-03T02:42:24.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:24.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T02:42:24.496Z] 5705817f4051: Preparing [2020-12-03T02:42:24.496Z] 52e6fc9987b8: Preparing [2020-12-03T02:42:24.496Z] da2104ec6bf4: Preparing [2020-12-03T02:42:24.496Z] 8e2aea4134b9: Preparing [2020-12-03T02:42:24.496Z] 6ee257b0ac66: Preparing [2020-12-03T02:42:24.496Z] ace0eda3e3be: Preparing [2020-12-03T02:42:24.496Z] ace0eda3e3be: Waiting [2020-12-03T02:42:24.757Z] 5705817f4051: Pushed [2020-12-03T02:42:24.757Z] da2104ec6bf4: Pushed [2020-12-03T02:42:24.757Z] 6ee257b0ac66: Pushed [2020-12-03T02:42:24.757Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:25.018Z] 8e2aea4134b9: Pushed [2020-12-03T02:42:25.968Z] 52e6fc9987b8: Pushed [2020-12-03T02:42:26.229Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:26.532Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:26.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.16 [2020-12-03T02:42:26.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T02:42:26.898Z] 5705817f4051: Preparing [2020-12-03T02:42:26.898Z] 52e6fc9987b8: Preparing [2020-12-03T02:42:26.898Z] da2104ec6bf4: Preparing [2020-12-03T02:42:26.898Z] 8e2aea4134b9: Preparing [2020-12-03T02:42:26.898Z] 6ee257b0ac66: Preparing [2020-12-03T02:42:26.898Z] ace0eda3e3be: Preparing [2020-12-03T02:42:26.898Z] ace0eda3e3be: Waiting [2020-12-03T02:42:26.898Z] 6ee257b0ac66: Layer already exists [2020-12-03T02:42:26.898Z] da2104ec6bf4: Layer already exists [2020-12-03T02:42:26.898Z] 8e2aea4134b9: Layer already exists [2020-12-03T02:42:26.898Z] 5705817f4051: Layer already exists [2020-12-03T02:42:26.898Z] 52e6fc9987b8: Layer already exists [2020-12-03T02:42:26.898Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:26.898Z] 1.3.1-dev.16: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:26.949Z] ---> bf0f900249b3 [2020-12-03T02:42:26.949Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T02:42:27.223Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:27.225Z] ---> Running in 06faaad38585 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:27.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:27.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T02:42:27.539Z] 5705817f4051: Preparing [2020-12-03T02:42:27.539Z] 52e6fc9987b8: Preparing [2020-12-03T02:42:27.539Z] da2104ec6bf4: Preparing [2020-12-03T02:42:27.539Z] 8e2aea4134b9: Preparing [2020-12-03T02:42:27.539Z] 6ee257b0ac66: Preparing [2020-12-03T02:42:27.539Z] ace0eda3e3be: Preparing [2020-12-03T02:42:27.539Z] ace0eda3e3be: Waiting [2020-12-03T02:42:27.539Z] 52e6fc9987b8: Layer already exists [2020-12-03T02:42:27.539Z] 6ee257b0ac66: Layer already exists [2020-12-03T02:42:27.539Z] 8e2aea4134b9: Layer already exists [2020-12-03T02:42:27.539Z] da2104ec6bf4: Layer already exists [2020-12-03T02:42:27.539Z] 5705817f4051: Layer already exists [2020-12-03T02:42:27.539Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:27.540Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:27.845Z] Removing intermediate container 53e7358b42bc [2020-12-03T02:42:27.845Z] ---> bff50171bf12 [2020-12-03T02:42:27.845Z] [2020-12-03T02:42:27.845Z] Step 10/22 : FROM scratch [2020-12-03T02:42:27.845Z] ---> [2020-12-03T02:42:27.845Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:42:28.102Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:28.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-03T02:42:28.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-03T02:42:28.398Z] 5705817f4051: Preparing [2020-12-03T02:42:28.398Z] 52e6fc9987b8: Preparing [2020-12-03T02:42:28.398Z] da2104ec6bf4: Preparing [2020-12-03T02:42:28.398Z] 8e2aea4134b9: Preparing [2020-12-03T02:42:28.398Z] 6ee257b0ac66: Preparing [2020-12-03T02:42:28.398Z] ace0eda3e3be: Preparing [2020-12-03T02:42:28.398Z] ace0eda3e3be: Waiting [2020-12-03T02:42:28.398Z] 5705817f4051: Layer already exists [2020-12-03T02:42:28.398Z] 6ee257b0ac66: Layer already exists [2020-12-03T02:42:28.398Z] 52e6fc9987b8: Layer already exists [2020-12-03T02:42:28.398Z] 8e2aea4134b9: Layer already exists [2020-12-03T02:42:28.398Z] da2104ec6bf4: Layer already exists [2020-12-03T02:42:28.398Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:28.448Z] ---> Running in 7b3657b6f15c [2020-12-03T02:42:28.658Z] master: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:28.864Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:28.916Z] taggedImages: [2020-12-03T02:42:28.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:28.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.16 [2020-12-03T02:42:28.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:28.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-03T02:42:28.984Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-03T02:42:28.984Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:28.984Z] 1.3.1-dev.16 [2020-12-03T02:42:28.984Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:28.984Z] master [2020-12-03T02:42:28.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:29.455Z] Removing intermediate container 7b3657b6f15c [2020-12-03T02:42:29.455Z] ---> 2f286b7516ba [2020-12-03T02:42:29.455Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T02:42:29.455Z] ---> Running in 0b5d6eb47c12 [2020-12-03T02:42:29.470Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:29.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:29.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T02:42:29.766Z] f136b6acc154: Preparing [2020-12-03T02:42:29.766Z] 5ead259b2067: Preparing [2020-12-03T02:42:29.766Z] 31f6b2fcb91a: Preparing [2020-12-03T02:42:30.026Z] f136b6acc154: Pushed [2020-12-03T02:42:30.026Z] 31f6b2fcb91a: Pushed [2020-12-03T02:42:30.635Z] Removing intermediate container 0b5d6eb47c12 [2020-12-03T02:42:30.636Z] ---> 21414fa09ae2 [2020-12-03T02:42:30.636Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T02:42:30.636Z] ---> Running in db92f90f3ad6 [2020-12-03T02:42:31.370Z] Removing intermediate container 06faaad38585 [2020-12-03T02:42:31.370Z] ---> 7de838954e7b [2020-12-03T02:42:31.370Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T02:42:31.370Z] Removing intermediate container db92f90f3ad6 [2020-12-03T02:42:31.370Z] ---> b4b75c8008f8 [2020-12-03T02:42:31.370Z] Step 14/22 : WORKDIR / [2020-12-03T02:42:31.370Z] ---> Running in 2ef49a0517b2 [2020-12-03T02:42:31.410Z] 5ead259b2067: Pushed [2020-12-03T02:42:31.410Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:31.684Z] ---> Running in 9d027b8509de [2020-12-03T02:42:31.711Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:32.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.16 [2020-12-03T02:42:32.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T02:42:32.044Z] f136b6acc154: Preparing [2020-12-03T02:42:32.044Z] 5ead259b2067: Preparing [2020-12-03T02:42:32.044Z] 31f6b2fcb91a: Preparing [2020-12-03T02:42:32.044Z] 31f6b2fcb91a: Layer already exists [2020-12-03T02:42:32.044Z] 5ead259b2067: Layer already exists [2020-12-03T02:42:32.044Z] f136b6acc154: Layer already exists [2020-12-03T02:42:32.044Z] 1.3.1-dev.16: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:32.347Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:32.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:32.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T02:42:32.645Z] f136b6acc154: Preparing [2020-12-03T02:42:32.645Z] 5ead259b2067: Preparing [2020-12-03T02:42:32.645Z] 31f6b2fcb91a: Preparing [2020-12-03T02:42:32.645Z] 31f6b2fcb91a: Layer already exists [2020-12-03T02:42:32.645Z] 5ead259b2067: Layer already exists [2020-12-03T02:42:32.645Z] f136b6acc154: Layer already exists [2020-12-03T02:42:32.645Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:32.725Z] Removing intermediate container 2ef49a0517b2 [2020-12-03T02:42:32.725Z] ---> 42b0ddb32d2c [2020-12-03T02:42:32.725Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T02:42:32.725Z] Removing intermediate container 9d027b8509de [2020-12-03T02:42:32.725Z] ---> 9cca70d87174 [2020-12-03T02:42:32.725Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T02:42:32.950Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:32.998Z] ---> Running in b6b2e727207c [2020-12-03T02:42:33.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-03T02:42:33.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-03T02:42:33.246Z] f136b6acc154: Preparing [2020-12-03T02:42:33.246Z] 5ead259b2067: Preparing [2020-12-03T02:42:33.246Z] 31f6b2fcb91a: Preparing [2020-12-03T02:42:33.246Z] 5ead259b2067: Layer already exists [2020-12-03T02:42:33.246Z] 31f6b2fcb91a: Layer already exists [2020-12-03T02:42:33.246Z] f136b6acc154: Layer already exists [2020-12-03T02:42:33.246Z] master: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:33.504Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:33.558Z] taggedImages: [2020-12-03T02:42:33.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:33.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.16 [2020-12-03T02:42:33.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:33.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-03T02:42:33.627Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-03T02:42:33.627Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:33.627Z] 1.3.1-dev.16 [2020-12-03T02:42:33.627Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:33.627Z] master [2020-12-03T02:42:33.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:34.136Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:34.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:34.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T02:42:34.432Z] 410c490eeb36: Preparing [2020-12-03T02:42:34.432Z] 14de9de2d58e: Preparing [2020-12-03T02:42:34.432Z] e64c65c82444: Preparing [2020-12-03T02:42:34.432Z] a240accbd00a: Preparing [2020-12-03T02:42:34.432Z] 51bde9c70e8a: Preparing [2020-12-03T02:42:34.432Z] b96d7dda4aa4: Preparing [2020-12-03T02:42:34.432Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:34.432Z] b96d7dda4aa4: Waiting [2020-12-03T02:42:34.432Z] 1b3ee35aacca: Waiting [2020-12-03T02:42:34.460Z] Removing intermediate container b6b2e727207c [2020-12-03T02:42:34.460Z] ---> a12d950ba5b3 [2020-12-03T02:42:34.460Z] Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:34.460Z] ---> d267ccae0f6e [2020-12-03T02:42:34.460Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T02:42:34.696Z] 14de9de2d58e: Pushed [2020-12-03T02:42:34.696Z] 410c490eeb36: Pushed [2020-12-03T02:42:34.696Z] e64c65c82444: Pushed [2020-12-03T02:42:34.696Z] 51bde9c70e8a: Pushed [2020-12-03T02:42:34.696Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:34.735Z] ---> Running in b6dc1632defc [2020-12-03T02:42:35.269Z] b96d7dda4aa4: Pushed [2020-12-03T02:42:35.269Z] a240accbd00a: Pushed [2020-12-03T02:42:35.531Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:35.838Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:36.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.16 [2020-12-03T02:42:36.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T02:42:36.132Z] 410c490eeb36: Preparing [2020-12-03T02:42:36.132Z] 14de9de2d58e: Preparing [2020-12-03T02:42:36.132Z] e64c65c82444: Preparing [2020-12-03T02:42:36.132Z] a240accbd00a: Preparing [2020-12-03T02:42:36.132Z] 51bde9c70e8a: Preparing [2020-12-03T02:42:36.132Z] b96d7dda4aa4: Preparing [2020-12-03T02:42:36.132Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:36.132Z] 1b3ee35aacca: Waiting [2020-12-03T02:42:36.132Z] b96d7dda4aa4: Waiting [2020-12-03T02:42:36.132Z] 14de9de2d58e: Layer already exists [2020-12-03T02:42:36.132Z] 410c490eeb36: Layer already exists [2020-12-03T02:42:36.132Z] a240accbd00a: Layer already exists [2020-12-03T02:42:36.132Z] e64c65c82444: Layer already exists [2020-12-03T02:42:36.132Z] 51bde9c70e8a: Layer already exists [2020-12-03T02:42:36.132Z] b96d7dda4aa4: Layer already exists [2020-12-03T02:42:36.132Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:36.132Z] 1.3.1-dev.16: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:36.177Z] Removing intermediate container b6dc1632defc [2020-12-03T02:42:36.177Z] ---> 4a49cc8bffb6 [2020-12-03T02:42:36.177Z] Step 24/24 : LABEL version=1.3.1-dev.16 [2020-12-03T02:42:36.435Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:36.455Z] ---> Running in a7a48e76d2d5 [2020-12-03T02:42:36.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:36.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T02:42:36.735Z] 410c490eeb36: Preparing [2020-12-03T02:42:36.735Z] 14de9de2d58e: Preparing [2020-12-03T02:42:36.735Z] e64c65c82444: Preparing [2020-12-03T02:42:36.735Z] a240accbd00a: Preparing [2020-12-03T02:42:36.735Z] 51bde9c70e8a: Preparing [2020-12-03T02:42:36.735Z] b96d7dda4aa4: Preparing [2020-12-03T02:42:36.735Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:36.735Z] b96d7dda4aa4: Waiting [2020-12-03T02:42:36.735Z] 1b3ee35aacca: Waiting [2020-12-03T02:42:36.735Z] e64c65c82444: Layer already exists [2020-12-03T02:42:36.735Z] 14de9de2d58e: Layer already exists [2020-12-03T02:42:36.735Z] 410c490eeb36: Layer already exists [2020-12-03T02:42:36.735Z] 51bde9c70e8a: Layer already exists [2020-12-03T02:42:36.735Z] a240accbd00a: Layer already exists [2020-12-03T02:42:36.995Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:36.995Z] b96d7dda4aa4: Layer already exists [2020-12-03T02:42:36.995Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:37.298Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:37.465Z] ---> 591dca78d2f4 [2020-12-03T02:42:37.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T02:42:37.465Z] Removing intermediate container a7a48e76d2d5 [2020-12-03T02:42:37.465Z] ---> 62bcc2f66d46 [2020-12-03T02:42:37.465Z] [2020-12-03T02:42:37.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-03T02:42:37.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-03T02:42:37.616Z] 410c490eeb36: Preparing [2020-12-03T02:42:37.616Z] 14de9de2d58e: Preparing [2020-12-03T02:42:37.616Z] e64c65c82444: Preparing [2020-12-03T02:42:37.616Z] a240accbd00a: Preparing [2020-12-03T02:42:37.616Z] 51bde9c70e8a: Preparing [2020-12-03T02:42:37.616Z] b96d7dda4aa4: Preparing [2020-12-03T02:42:37.616Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:37.616Z] b96d7dda4aa4: Waiting [2020-12-03T02:42:37.616Z] 1b3ee35aacca: Waiting [2020-12-03T02:42:37.616Z] e64c65c82444: Layer already exists [2020-12-03T02:42:37.616Z] 410c490eeb36: Layer already exists [2020-12-03T02:42:37.616Z] 14de9de2d58e: Layer already exists [2020-12-03T02:42:37.616Z] 51bde9c70e8a: Layer already exists [2020-12-03T02:42:37.616Z] a240accbd00a: Layer already exists [2020-12-03T02:42:37.616Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:37.616Z] b96d7dda4aa4: Layer already exists [2020-12-03T02:42:37.881Z] master: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-03T02:42:38.072Z] Successfully built 62bcc2f66d46 [2020-12-03T02:42:38.072Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T02:42:38.072Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [Pipeline] echo [2020-12-03T02:42:38.123Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:38.172Z] taggedImages: [2020-12-03T02:42:38.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:38.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.16 [2020-12-03T02:42:38.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:38.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-03T02:42:38.238Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-03T02:42:38.239Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:38.239Z] 1.3.1-dev.16 [2020-12-03T02:42:38.239Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:38.239Z] master [2020-12-03T02:42:38.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:38.761Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:39.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:39.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T02:42:39.066Z] cef0c69529b1: Preparing [2020-12-03T02:42:39.066Z] 4e3b93711ca5: Preparing [2020-12-03T02:42:39.066Z] 68f4c267c0c0: Preparing [2020-12-03T02:42:39.066Z] 5c74977e9fd7: Preparing [2020-12-03T02:42:39.066Z] ede7aacbf853: Preparing [2020-12-03T02:42:39.066Z] ace0eda3e3be: Preparing [2020-12-03T02:42:39.066Z] ace0eda3e3be: Waiting [2020-12-03T02:42:39.070Z] ---> f487e08619e6 [2020-12-03T02:42:39.070Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T02:42:39.329Z] 68f4c267c0c0: Pushed [2020-12-03T02:42:39.329Z] 5c74977e9fd7: Pushed [2020-12-03T02:42:39.329Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:39.594Z] ede7aacbf853: Pushed [2020-12-03T02:42:39.678Z] ---> Running in fa1238507f9c [2020-12-03T02:42:39.958Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:42:39.958Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:42:39.958Z] ---> 69365b85481f [2020-12-03T02:42:39.958Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T02:42:39.958Z] ---> Using cache [2020-12-03T02:42:39.958Z] ---> 5f9f8488619f [2020-12-03T02:42:39.958Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:42:39.958Z] ---> Using cache [2020-12-03T02:42:39.958Z] ---> 83f79c365b49 [2020-12-03T02:42:39.958Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T02:42:40.167Z] 4e3b93711ca5: Pushed [2020-12-03T02:42:40.167Z] cef0c69529b1: Pushed [2020-12-03T02:42:40.245Z] ---> Running in 78fe07880101 [2020-12-03T02:42:40.428Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:40.734Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:41.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.16 [2020-12-03T02:42:41.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T02:42:41.080Z] cef0c69529b1: Preparing [2020-12-03T02:42:41.080Z] 4e3b93711ca5: Preparing [2020-12-03T02:42:41.080Z] 68f4c267c0c0: Preparing [2020-12-03T02:42:41.080Z] 5c74977e9fd7: Preparing [2020-12-03T02:42:41.080Z] ede7aacbf853: Preparing [2020-12-03T02:42:41.080Z] ace0eda3e3be: Preparing [2020-12-03T02:42:41.080Z] ace0eda3e3be: Waiting [2020-12-03T02:42:41.080Z] ede7aacbf853: Layer already exists [2020-12-03T02:42:41.080Z] 68f4c267c0c0: Layer already exists [2020-12-03T02:42:41.080Z] cef0c69529b1: Layer already exists [2020-12-03T02:42:41.080Z] 4e3b93711ca5: Layer already exists [2020-12-03T02:42:41.080Z] 5c74977e9fd7: Layer already exists [2020-12-03T02:42:41.080Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:41.080Z] 1.3.1-dev.16: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:41.253Z] Removing intermediate container fa1238507f9c [2020-12-03T02:42:41.253Z] ---> 0142fc3d7809 [2020-12-03T02:42:41.253Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:42:41.393Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:41.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:41.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T02:42:41.690Z] cef0c69529b1: Preparing [2020-12-03T02:42:41.690Z] 4e3b93711ca5: Preparing [2020-12-03T02:42:41.690Z] 68f4c267c0c0: Preparing [2020-12-03T02:42:41.690Z] 5c74977e9fd7: Preparing [2020-12-03T02:42:41.690Z] ede7aacbf853: Preparing [2020-12-03T02:42:41.690Z] ace0eda3e3be: Preparing [2020-12-03T02:42:41.690Z] ace0eda3e3be: Waiting [2020-12-03T02:42:41.690Z] ede7aacbf853: Layer already exists [2020-12-03T02:42:41.690Z] 5c74977e9fd7: Layer already exists [2020-12-03T02:42:41.690Z] 68f4c267c0c0: Layer already exists [2020-12-03T02:42:41.690Z] cef0c69529b1: Layer already exists [2020-12-03T02:42:41.690Z] 4e3b93711ca5: Layer already exists [2020-12-03T02:42:41.690Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:41.690Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:41.994Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:42.281Z] ---> Running in e45ae67b632e [2020-12-03T02:42:42.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-03T02:42:42.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-03T02:42:42.290Z] cef0c69529b1: Preparing [2020-12-03T02:42:42.290Z] 4e3b93711ca5: Preparing [2020-12-03T02:42:42.290Z] 68f4c267c0c0: Preparing [2020-12-03T02:42:42.290Z] 5c74977e9fd7: Preparing [2020-12-03T02:42:42.290Z] ede7aacbf853: Preparing [2020-12-03T02:42:42.290Z] ace0eda3e3be: Preparing [2020-12-03T02:42:42.290Z] ace0eda3e3be: Waiting [2020-12-03T02:42:42.290Z] 5c74977e9fd7: Layer already exists [2020-12-03T02:42:42.290Z] 68f4c267c0c0: Layer already exists [2020-12-03T02:42:42.290Z] 4e3b93711ca5: Layer already exists [2020-12-03T02:42:42.290Z] cef0c69529b1: Layer already exists [2020-12-03T02:42:42.290Z] ede7aacbf853: Layer already exists [2020-12-03T02:42:42.290Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:42.290Z] master: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:42.547Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:42.599Z] taggedImages: [2020-12-03T02:42:42.599Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:42.599Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.16 [2020-12-03T02:42:42.599Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:42.599Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-03T02:42:42.708Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-03T02:42:42.708Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:42.708Z] 1.3.1-dev.16 [2020-12-03T02:42:42.708Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:42.708Z] master [2020-12-03T02:42:42.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-03T02:42:42.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:42:42.880Z] Removing intermediate container e45ae67b632e [2020-12-03T02:42:42.880Z] ---> 5945c5f406a5 [2020-12-03T02:42:42.880Z] Step 20/22 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:43.153Z] ---> Running in 1c997b925fe0 [2020-12-03T02:42:43.204Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:43.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:43.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T02:42:43.501Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:43.501Z] e320e78f99d7: Preparing [2020-12-03T02:42:43.501Z] 4a4dae47e419: Preparing [2020-12-03T02:42:43.501Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:43.501Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:43.501Z] caed25cc3051: Preparing [2020-12-03T02:42:43.501Z] dd6bfc2c41d7: Preparing [2020-12-03T02:42:43.501Z] 5346f4c5b969: Preparing [2020-12-03T02:42:43.501Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:43.501Z] d05d1d29dfcb: Preparing [2020-12-03T02:42:43.501Z] cc9c1c7222c5: Preparing [2020-12-03T02:42:43.501Z] 53eae5b307ad: Preparing [2020-12-03T02:42:43.501Z] ace0eda3e3be: Preparing [2020-12-03T02:42:43.501Z] 5346f4c5b969: Waiting [2020-12-03T02:42:43.501Z] d05d1d29dfcb: Waiting [2020-12-03T02:42:43.501Z] cc9c1c7222c5: Waiting [2020-12-03T02:42:43.501Z] 53eae5b307ad: Waiting [2020-12-03T02:42:43.501Z] ace0eda3e3be: Waiting [2020-12-03T02:42:43.501Z] dd6bfc2c41d7: Waiting [2020-12-03T02:42:43.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:42:43.761Z] c9b89f6bf89f: Pushed [2020-12-03T02:42:43.761Z] caed25cc3051: Pushed [2020-12-03T02:42:43.761Z] 4a4dae47e419: Pushed [2020-12-03T02:42:43.761Z] e320e78f99d7: Pushed [2020-12-03T02:42:43.761Z] dd6bfc2c41d7: Pushed [2020-12-03T02:42:43.761Z] 5346f4c5b969: Pushed [2020-12-03T02:42:44.022Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:44.022Z] cc9c1c7222c5: Pushed [2020-12-03T02:42:44.022Z] d05d1d29dfcb: Pushed [2020-12-03T02:42:44.283Z] 53eae5b307ad: Pushed [2020-12-03T02:42:44.368Z] Removing intermediate container 1c997b925fe0 [2020-12-03T02:42:44.368Z] ---> 9d1f7ee8baa6 [2020-12-03T02:42:44.368Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:44.543Z] 5ddea9f0b98b: Pushed [2020-12-03T02:42:44.804Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:44.985Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:42:44.985Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:42:44.985Z] OK: 12616 distinct packages available [2020-12-03T02:42:44.986Z] ---> Running in 7a6ac87bcc67 [2020-12-03T02:42:45.108Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:45.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.16 [2020-12-03T02:42:45.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T02:42:45.405Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:45.405Z] e320e78f99d7: Preparing [2020-12-03T02:42:45.405Z] 4a4dae47e419: Preparing [2020-12-03T02:42:45.405Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:45.405Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:45.405Z] caed25cc3051: Preparing [2020-12-03T02:42:45.405Z] dd6bfc2c41d7: Preparing [2020-12-03T02:42:45.405Z] 5346f4c5b969: Preparing [2020-12-03T02:42:45.405Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:45.405Z] d05d1d29dfcb: Preparing [2020-12-03T02:42:45.405Z] cc9c1c7222c5: Preparing [2020-12-03T02:42:45.405Z] 53eae5b307ad: Preparing [2020-12-03T02:42:45.405Z] ace0eda3e3be: Preparing [2020-12-03T02:42:45.405Z] 5346f4c5b969: Waiting [2020-12-03T02:42:45.405Z] d05d1d29dfcb: Waiting [2020-12-03T02:42:45.405Z] 53eae5b307ad: Waiting [2020-12-03T02:42:45.405Z] cc9c1c7222c5: Waiting [2020-12-03T02:42:45.405Z] ace0eda3e3be: Waiting [2020-12-03T02:42:45.405Z] dd6bfc2c41d7: Waiting [2020-12-03T02:42:45.405Z] e320e78f99d7: Layer already exists [2020-12-03T02:42:45.405Z] caed25cc3051: Layer already exists [2020-12-03T02:42:45.405Z] c9b89f6bf89f: Layer already exists [2020-12-03T02:42:45.405Z] 5ddea9f0b98b: Layer already exists [2020-12-03T02:42:45.405Z] 4a4dae47e419: Layer already exists [2020-12-03T02:42:45.405Z] dd6bfc2c41d7: Layer already exists [2020-12-03T02:42:45.405Z] 5346f4c5b969: Layer already exists [2020-12-03T02:42:45.405Z] 53eae5b307ad: Layer already exists [2020-12-03T02:42:45.405Z] d05d1d29dfcb: Layer already exists [2020-12-03T02:42:45.405Z] cc9c1c7222c5: Layer already exists [2020-12-03T02:42:45.405Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:45.405Z] 1.3.1-dev.16: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:45.718Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:45.993Z] OK: 217 MiB in 51 packages [2020-12-03T02:42:46.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:46.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T02:42:46.016Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:46.016Z] e320e78f99d7: Preparing [2020-12-03T02:42:46.016Z] 4a4dae47e419: Preparing [2020-12-03T02:42:46.016Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:46.016Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:46.016Z] caed25cc3051: Preparing [2020-12-03T02:42:46.016Z] dd6bfc2c41d7: Preparing [2020-12-03T02:42:46.016Z] 5346f4c5b969: Preparing [2020-12-03T02:42:46.016Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:46.016Z] d05d1d29dfcb: Preparing [2020-12-03T02:42:46.016Z] cc9c1c7222c5: Preparing [2020-12-03T02:42:46.016Z] 53eae5b307ad: Preparing [2020-12-03T02:42:46.016Z] ace0eda3e3be: Preparing [2020-12-03T02:42:46.016Z] d05d1d29dfcb: Waiting [2020-12-03T02:42:46.016Z] cc9c1c7222c5: Waiting [2020-12-03T02:42:46.016Z] dd6bfc2c41d7: Waiting [2020-12-03T02:42:46.016Z] 53eae5b307ad: Waiting [2020-12-03T02:42:46.016Z] 5346f4c5b969: Waiting [2020-12-03T02:42:46.016Z] caed25cc3051: Layer already exists [2020-12-03T02:42:46.016Z] 4a4dae47e419: Layer already exists [2020-12-03T02:42:46.016Z] 5ddea9f0b98b: Layer already exists [2020-12-03T02:42:46.016Z] e320e78f99d7: Layer already exists [2020-12-03T02:42:46.016Z] c9b89f6bf89f: Layer already exists [2020-12-03T02:42:46.016Z] dd6bfc2c41d7: Layer already exists [2020-12-03T02:42:46.016Z] 5346f4c5b969: Layer already exists [2020-12-03T02:42:46.016Z] 53eae5b307ad: Layer already exists [2020-12-03T02:42:46.016Z] d05d1d29dfcb: Layer already exists [2020-12-03T02:42:46.016Z] cc9c1c7222c5: Layer already exists [2020-12-03T02:42:46.016Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:46.016Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:46.276Z] Removing intermediate container 7a6ac87bcc67 [2020-12-03T02:42:46.276Z] ---> fd355db48566 [2020-12-03T02:42:46.276Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:42:46.322Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:46.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-03T02:42:46.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-03T02:42:46.647Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:46.647Z] e320e78f99d7: Preparing [2020-12-03T02:42:46.647Z] 4a4dae47e419: Preparing [2020-12-03T02:42:46.647Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:46.647Z] c9b89f6bf89f: Preparing [2020-12-03T02:42:46.647Z] caed25cc3051: Preparing [2020-12-03T02:42:46.647Z] dd6bfc2c41d7: Preparing [2020-12-03T02:42:46.647Z] 5346f4c5b969: Preparing [2020-12-03T02:42:46.647Z] 5ddea9f0b98b: Preparing [2020-12-03T02:42:46.647Z] d05d1d29dfcb: Preparing [2020-12-03T02:42:46.647Z] cc9c1c7222c5: Preparing [2020-12-03T02:42:46.647Z] 53eae5b307ad: Preparing [2020-12-03T02:42:46.647Z] ace0eda3e3be: Preparing [2020-12-03T02:42:46.647Z] dd6bfc2c41d7: Waiting [2020-12-03T02:42:46.647Z] 5346f4c5b969: Waiting [2020-12-03T02:42:46.647Z] d05d1d29dfcb: Waiting [2020-12-03T02:42:46.647Z] cc9c1c7222c5: Waiting [2020-12-03T02:42:46.647Z] 53eae5b307ad: Waiting [2020-12-03T02:42:46.647Z] ace0eda3e3be: Waiting [2020-12-03T02:42:46.647Z] caed25cc3051: Layer already exists [2020-12-03T02:42:46.647Z] e320e78f99d7: Layer already exists [2020-12-03T02:42:46.647Z] c9b89f6bf89f: Layer already exists [2020-12-03T02:42:46.647Z] 4a4dae47e419: Layer already exists [2020-12-03T02:42:46.647Z] 5ddea9f0b98b: Layer already exists [2020-12-03T02:42:46.647Z] cc9c1c7222c5: Layer already exists [2020-12-03T02:42:46.647Z] dd6bfc2c41d7: Layer already exists [2020-12-03T02:42:46.647Z] 5346f4c5b969: Layer already exists [2020-12-03T02:42:46.647Z] d05d1d29dfcb: Layer already exists [2020-12-03T02:42:46.647Z] 53eae5b307ad: Layer already exists [2020-12-03T02:42:46.647Z] ace0eda3e3be: Layer already exists [2020-12-03T02:42:46.670Z] master: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:46.851Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:46.908Z] taggedImages: [2020-12-03T02:42:46.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:46.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.16 [2020-12-03T02:42:46.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:46.909Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-03T02:42:46.918Z] ---> Running in 9c748b1d967c [Pipeline] echo [2020-12-03T02:42:46.973Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-03T02:42:46.973Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:46.973Z] 1.3.1-dev.16 [2020-12-03T02:42:46.973Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:46.973Z] master [2020-12-03T02:42:46.973Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:47.478Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:47.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:47.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T02:42:47.774Z] 219d9ff79abb: Preparing [2020-12-03T02:42:47.774Z] c33dc19abe34: Preparing [2020-12-03T02:42:47.774Z] 3b17f86f739a: Preparing [2020-12-03T02:42:47.774Z] 5c7b68294127: Preparing [2020-12-03T02:42:47.774Z] aa0e961c5cea: Preparing [2020-12-03T02:42:47.774Z] 604573ede0b1: Preparing [2020-12-03T02:42:47.774Z] e9ba596ff7de: Preparing [2020-12-03T02:42:47.774Z] 16ef650671d5: Preparing [2020-12-03T02:42:47.774Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:47.774Z] 604573ede0b1: Waiting [2020-12-03T02:42:47.774Z] e9ba596ff7de: Waiting [2020-12-03T02:42:47.774Z] 16ef650671d5: Waiting [2020-12-03T02:42:47.774Z] 1b3ee35aacca: Waiting [2020-12-03T02:42:48.036Z] c33dc19abe34: Pushed [2020-12-03T02:42:48.036Z] aa0e961c5cea: Pushed [2020-12-03T02:42:48.036Z] 219d9ff79abb: Pushed [2020-12-03T02:42:48.296Z] 604573ede0b1: Pushed [2020-12-03T02:42:48.296Z] e9ba596ff7de: Pushed [2020-12-03T02:42:48.296Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:48.375Z] Removing intermediate container 9c748b1d967c [2020-12-03T02:42:48.375Z] ---> eeebb212d5d5 [2020-12-03T02:42:48.375Z] [2020-12-03T02:42:48.375Z] Removing intermediate container e1906318e596 [2020-12-03T02:42:48.375Z] ---> ae1ce3a266f1 [2020-12-03T02:42:48.375Z] [2020-12-03T02:42:48.375Z] Step 10/22 : FROM scratch [2020-12-03T02:42:48.375Z] ---> [2020-12-03T02:42:48.375Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:42:48.375Z] ---> Using cache [2020-12-03T02:42:48.375Z] ---> 2f286b7516ba [2020-12-03T02:42:48.375Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T02:42:48.557Z] 16ef650671d5: Pushed [2020-12-03T02:42:48.650Z] Successfully built eeebb212d5d5 [2020-12-03T02:42:48.819Z] 5c7b68294127: Pushed [2020-12-03T02:42:48.819Z] 3b17f86f739a: Pushed [2020-12-03T02:42:48.929Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T02:42:48.929Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-12-03T02:42:48.929Z] ---> Running in 2abc1bbe7545 [2020-12-03T02:42:49.079Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:49.206Z] Removing intermediate container 78fe07880101 [2020-12-03T02:42:49.206Z] ---> bc687c02a36d [2020-12-03T02:42:49.206Z] Step 6/27 : COPY go.mod . [2020-12-03T02:42:49.381Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:49.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.16 [2020-12-03T02:42:49.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T02:42:49.679Z] 219d9ff79abb: Preparing [2020-12-03T02:42:49.679Z] c33dc19abe34: Preparing [2020-12-03T02:42:49.679Z] 3b17f86f739a: Preparing [2020-12-03T02:42:49.679Z] 5c7b68294127: Preparing [2020-12-03T02:42:49.679Z] aa0e961c5cea: Preparing [2020-12-03T02:42:49.679Z] 604573ede0b1: Preparing [2020-12-03T02:42:49.679Z] e9ba596ff7de: Preparing [2020-12-03T02:42:49.679Z] 16ef650671d5: Preparing [2020-12-03T02:42:49.679Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:49.679Z] 604573ede0b1: Waiting [2020-12-03T02:42:49.679Z] e9ba596ff7de: Waiting [2020-12-03T02:42:49.679Z] 1b3ee35aacca: Waiting [2020-12-03T02:42:49.679Z] 16ef650671d5: Waiting [2020-12-03T02:42:49.679Z] 5c7b68294127: Layer already exists [2020-12-03T02:42:49.679Z] c33dc19abe34: Layer already exists [2020-12-03T02:42:49.679Z] 3b17f86f739a: Layer already exists [2020-12-03T02:42:49.679Z] 219d9ff79abb: Layer already exists [2020-12-03T02:42:49.679Z] aa0e961c5cea: Layer already exists [2020-12-03T02:42:49.679Z] 16ef650671d5: Layer already exists [2020-12-03T02:42:49.679Z] e9ba596ff7de: Layer already exists [2020-12-03T02:42:49.679Z] 604573ede0b1: Layer already exists [2020-12-03T02:42:49.679Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:49.679Z] 1.3.1-dev.16: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:50.002Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:50.210Z] Removing intermediate container 2abc1bbe7545 [2020-12-03T02:42:50.210Z] ---> 325b11cd3382 [2020-12-03T02:42:50.210Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T02:42:50.210Z] ---> e1831901cfc0 [2020-12-03T02:42:50.210Z] Step 7/27 : RUN go mod download [2020-12-03T02:42:50.210Z] ---> Running in 6960d20cb243 [2020-12-03T02:42:50.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:50.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T02:42:50.298Z] 219d9ff79abb: Preparing [2020-12-03T02:42:50.298Z] c33dc19abe34: Preparing [2020-12-03T02:42:50.298Z] 3b17f86f739a: Preparing [2020-12-03T02:42:50.298Z] 5c7b68294127: Preparing [2020-12-03T02:42:50.298Z] aa0e961c5cea: Preparing [2020-12-03T02:42:50.298Z] 604573ede0b1: Preparing [2020-12-03T02:42:50.298Z] e9ba596ff7de: Preparing [2020-12-03T02:42:50.298Z] 16ef650671d5: Preparing [2020-12-03T02:42:50.298Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:50.299Z] e9ba596ff7de: Waiting [2020-12-03T02:42:50.299Z] 16ef650671d5: Waiting [2020-12-03T02:42:50.299Z] 1b3ee35aacca: Waiting [2020-12-03T02:42:50.299Z] 604573ede0b1: Waiting [2020-12-03T02:42:50.299Z] c33dc19abe34: Layer already exists [2020-12-03T02:42:50.299Z] 219d9ff79abb: Layer already exists [2020-12-03T02:42:50.299Z] aa0e961c5cea: Layer already exists [2020-12-03T02:42:50.299Z] 5c7b68294127: Layer already exists [2020-12-03T02:42:50.299Z] 3b17f86f739a: Layer already exists [2020-12-03T02:42:50.299Z] 16ef650671d5: Layer already exists [2020-12-03T02:42:50.299Z] 604573ede0b1: Layer already exists [2020-12-03T02:42:50.299Z] e9ba596ff7de: Layer already exists [2020-12-03T02:42:50.299Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:50.299Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:50.486Z] ---> Running in 1fb9037c84bb [2020-12-03T02:42:50.597Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:50.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-03T02:42:50.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-03T02:42:50.891Z] 219d9ff79abb: Preparing [2020-12-03T02:42:50.891Z] c33dc19abe34: Preparing [2020-12-03T02:42:50.892Z] 3b17f86f739a: Preparing [2020-12-03T02:42:50.892Z] 5c7b68294127: Preparing [2020-12-03T02:42:50.892Z] aa0e961c5cea: Preparing [2020-12-03T02:42:50.892Z] 604573ede0b1: Preparing [2020-12-03T02:42:50.892Z] e9ba596ff7de: Preparing [2020-12-03T02:42:50.892Z] 16ef650671d5: Preparing [2020-12-03T02:42:50.892Z] 1b3ee35aacca: Preparing [2020-12-03T02:42:50.892Z] 604573ede0b1: Waiting [2020-12-03T02:42:50.892Z] e9ba596ff7de: Waiting [2020-12-03T02:42:50.892Z] 16ef650671d5: Waiting [2020-12-03T02:42:50.892Z] aa0e961c5cea: Layer already exists [2020-12-03T02:42:50.892Z] 219d9ff79abb: Layer already exists [2020-12-03T02:42:50.892Z] c33dc19abe34: Layer already exists [2020-12-03T02:42:50.892Z] 3b17f86f739a: Layer already exists [2020-12-03T02:42:50.892Z] 5c7b68294127: Layer already exists [2020-12-03T02:42:50.892Z] 604573ede0b1: Layer already exists [2020-12-03T02:42:50.892Z] 16ef650671d5: Layer already exists [2020-12-03T02:42:50.892Z] e9ba596ff7de: Layer already exists [2020-12-03T02:42:50.892Z] 1b3ee35aacca: Layer already exists [2020-12-03T02:42:51.119Z] Removing intermediate container 6960d20cb243 [2020-12-03T02:42:51.119Z] ---> 2abe7a562431 [2020-12-03T02:42:51.119Z] Step 14/22 : WORKDIR / [2020-12-03T02:42:51.152Z] master: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:51.429Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:51.476Z] taggedImages: [2020-12-03T02:42:51.476Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:51.476Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.16 [2020-12-03T02:42:51.476Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:51.476Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-03T02:42:51.538Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-12-03T02:42:51.538Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:51.538Z] 1.3.1-dev.16 [2020-12-03T02:42:51.538Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:51.538Z] master [2020-12-03T02:42:51.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-03T02:42:51.721Z] ---> Running in 9aa0dd94662c [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:52.013Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:52.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:52.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T02:42:52.311Z] 9da4dba9840d: Preparing [2020-12-03T02:42:52.311Z] 12f9eadeb906: Preparing [2020-12-03T02:42:52.311Z] 79efb06d1d13: Preparing [2020-12-03T02:42:52.311Z] c90be9d5fd1b: Preparing [2020-12-03T02:42:52.573Z] 79efb06d1d13: Pushed [2020-12-03T02:42:52.573Z] 9da4dba9840d: Pushed [2020-12-03T02:42:52.573Z] c90be9d5fd1b: Pushed [2020-12-03T02:42:53.173Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:42:53.173Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T02:42:53.173Z] ---> 69365b85481f [2020-12-03T02:42:53.173Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T02:42:53.173Z] ---> Using cache [2020-12-03T02:42:53.173Z] ---> 5f9f8488619f [2020-12-03T02:42:53.173Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T02:42:53.519Z] 12f9eadeb906: Pushed [2020-12-03T02:42:53.519Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:53.768Z] Removing intermediate container 9aa0dd94662c [2020-12-03T02:42:53.768Z] ---> 091701dd4000 [2020-12-03T02:42:53.768Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T02:42:53.768Z] ---> Running in 6f8563bf1301 [2020-12-03T02:42:53.824Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:54.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.16 [2020-12-03T02:42:54.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T02:42:54.148Z] 9da4dba9840d: Preparing [2020-12-03T02:42:54.148Z] 12f9eadeb906: Preparing [2020-12-03T02:42:54.148Z] 79efb06d1d13: Preparing [2020-12-03T02:42:54.148Z] c90be9d5fd1b: Preparing [2020-12-03T02:42:54.148Z] c90be9d5fd1b: Layer already exists [2020-12-03T02:42:54.148Z] 79efb06d1d13: Layer already exists [2020-12-03T02:42:54.148Z] 9da4dba9840d: Layer already exists [2020-12-03T02:42:54.148Z] 12f9eadeb906: Layer already exists [2020-12-03T02:42:54.148Z] 1.3.1-dev.16: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:54.465Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:54.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:54.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T02:42:54.761Z] 9da4dba9840d: Preparing [2020-12-03T02:42:54.761Z] 12f9eadeb906: Preparing [2020-12-03T02:42:54.761Z] 79efb06d1d13: Preparing [2020-12-03T02:42:54.761Z] c90be9d5fd1b: Preparing [2020-12-03T02:42:54.761Z] 9da4dba9840d: Layer already exists [2020-12-03T02:42:54.761Z] 12f9eadeb906: Layer already exists [2020-12-03T02:42:54.761Z] 79efb06d1d13: Layer already exists [2020-12-03T02:42:54.761Z] c90be9d5fd1b: Layer already exists [2020-12-03T02:42:54.761Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:55.060Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:55.225Z] Removing intermediate container 1fb9037c84bb [2020-12-03T02:42:55.225Z] ---> b28e6205f559 [2020-12-03T02:42:55.225Z] Step 8/27 : COPY . . [2020-12-03T02:42:55.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-12-03T02:42:55.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-12-03T02:42:55.357Z] 9da4dba9840d: Preparing [2020-12-03T02:42:55.357Z] 12f9eadeb906: Preparing [2020-12-03T02:42:55.357Z] 79efb06d1d13: Preparing [2020-12-03T02:42:55.357Z] c90be9d5fd1b: Preparing [2020-12-03T02:42:55.357Z] 9da4dba9840d: Layer already exists [2020-12-03T02:42:55.357Z] 12f9eadeb906: Layer already exists [2020-12-03T02:42:55.357Z] 79efb06d1d13: Layer already exists [2020-12-03T02:42:55.357Z] c90be9d5fd1b: Layer already exists [2020-12-03T02:42:55.357Z] master: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-03T02:42:55.504Z] ---> 7fe0d36b9c91 [2020-12-03T02:42:55.505Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T02:42:55.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:55.582Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:55.635Z] taggedImages: [2020-12-03T02:42:55.635Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:55.635Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.16 [2020-12-03T02:42:55.635Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:55.635Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-12-03T02:42:55.699Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-03T02:42:55.699Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:55.699Z] 1.3.1-dev.16 [2020-12-03T02:42:55.699Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:55.699Z] master [2020-12-03T02:42:55.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:56.195Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:56.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:56.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T02:42:56.487Z] 5367952c63b0: Preparing [2020-12-03T02:42:56.487Z] 164450d0eed5: Preparing [2020-12-03T02:42:56.487Z] b4f9d0e9f546: Preparing [2020-12-03T02:42:56.487Z] da5d6fc0790c: Preparing [2020-12-03T02:42:56.487Z] daa71ae74cf1: Preparing [2020-12-03T02:42:56.487Z] 7eb5165b35be: Preparing [2020-12-03T02:42:56.487Z] 7eb5165b35be: Waiting [2020-12-03T02:42:56.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:42:56.748Z] 5367952c63b0: Pushed [2020-12-03T02:42:56.748Z] daa71ae74cf1: Pushed [2020-12-03T02:42:56.748Z] da5d6fc0790c: Pushed [2020-12-03T02:42:56.748Z] b4f9d0e9f546: Pushed [2020-12-03T02:42:57.009Z] 7eb5165b35be: Pushed [2020-12-03T02:42:57.581Z] 164450d0eed5: Pushed [2020-12-03T02:42:57.720Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:42:57.720Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:42:57.720Z] OK: 12616 distinct packages available [2020-12-03T02:42:57.842Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:58.145Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:58.352Z] OK: 217 MiB in 51 packages [2020-12-03T02:42:58.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.16 [2020-12-03T02:42:58.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T02:42:58.439Z] 5367952c63b0: Preparing [2020-12-03T02:42:58.439Z] 164450d0eed5: Preparing [2020-12-03T02:42:58.439Z] b4f9d0e9f546: Preparing [2020-12-03T02:42:58.439Z] da5d6fc0790c: Preparing [2020-12-03T02:42:58.439Z] daa71ae74cf1: Preparing [2020-12-03T02:42:58.439Z] 7eb5165b35be: Preparing [2020-12-03T02:42:58.439Z] 7eb5165b35be: Waiting [2020-12-03T02:42:58.439Z] b4f9d0e9f546: Layer already exists [2020-12-03T02:42:58.439Z] 5367952c63b0: Layer already exists [2020-12-03T02:42:58.439Z] da5d6fc0790c: Layer already exists [2020-12-03T02:42:58.439Z] daa71ae74cf1: Layer already exists [2020-12-03T02:42:58.439Z] 164450d0eed5: Layer already exists [2020-12-03T02:42:58.439Z] 7eb5165b35be: Layer already exists [2020-12-03T02:42:58.439Z] 1.3.1-dev.16: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:58.743Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:59.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:59.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T02:42:59.036Z] 5367952c63b0: Preparing [2020-12-03T02:42:59.036Z] 164450d0eed5: Preparing [2020-12-03T02:42:59.036Z] b4f9d0e9f546: Preparing [2020-12-03T02:42:59.036Z] da5d6fc0790c: Preparing [2020-12-03T02:42:59.036Z] daa71ae74cf1: Preparing [2020-12-03T02:42:59.036Z] 7eb5165b35be: Preparing [2020-12-03T02:42:59.036Z] 7eb5165b35be: Waiting [2020-12-03T02:42:59.036Z] da5d6fc0790c: Layer already exists [2020-12-03T02:42:59.036Z] 164450d0eed5: Layer already exists [2020-12-03T02:42:59.036Z] b4f9d0e9f546: Layer already exists [2020-12-03T02:42:59.036Z] 5367952c63b0: Layer already exists [2020-12-03T02:42:59.036Z] daa71ae74cf1: Layer already exists [2020-12-03T02:42:59.036Z] 7eb5165b35be: Layer already exists [2020-12-03T02:42:59.036Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:59.372Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:42:59.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-03T02:42:59.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-03T02:42:59.716Z] 5367952c63b0: Preparing [2020-12-03T02:42:59.716Z] 164450d0eed5: Preparing [2020-12-03T02:42:59.716Z] b4f9d0e9f546: Preparing [2020-12-03T02:42:59.716Z] da5d6fc0790c: Preparing [2020-12-03T02:42:59.716Z] daa71ae74cf1: Preparing [2020-12-03T02:42:59.716Z] 7eb5165b35be: Preparing [2020-12-03T02:42:59.716Z] daa71ae74cf1: Layer already exists [2020-12-03T02:42:59.716Z] 5367952c63b0: Layer already exists [2020-12-03T02:42:59.716Z] b4f9d0e9f546: Layer already exists [2020-12-03T02:42:59.716Z] da5d6fc0790c: Layer already exists [2020-12-03T02:42:59.716Z] 164450d0eed5: Layer already exists [2020-12-03T02:42:59.716Z] 7eb5165b35be: Layer already exists [2020-12-03T02:42:59.716Z] master: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-03T02:42:59.811Z] ---> acba6213c1d3 [2020-12-03T02:42:59.811Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:42:59.893Z] ===================================================== [Pipeline] echo [2020-12-03T02:42:59.938Z] taggedImages: [2020-12-03T02:42:59.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:42:59.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.16 [2020-12-03T02:42:59.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:42:59.938Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-03T02:43:00.010Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-03T02:43:00.010Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:00.010Z] 1.3.1-dev.16 [2020-12-03T02:43:00.010Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:43:00.010Z] master [2020-12-03T02:43:00.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:00.512Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:00.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:00.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T02:43:00.808Z] 7d3cb6408a16: Preparing [2020-12-03T02:43:00.808Z] 36116069b4de: Preparing [2020-12-03T02:43:00.808Z] c9ed12728a5a: Preparing [2020-12-03T02:43:01.070Z] 7d3cb6408a16: Pushed [2020-12-03T02:43:01.070Z] c9ed12728a5a: Pushed [2020-12-03T02:43:01.249Z] Removing intermediate container cc65d651689d [2020-12-03T02:43:01.249Z] ---> f8cde9a23e80 [2020-12-03T02:43:01.249Z] [2020-12-03T02:43:01.249Z] Step 10/23 : FROM alpine [2020-12-03T02:43:01.249Z] latest: Pulling from library/alpine [2020-12-03T02:43:01.249Z] ---> b2255bbf0a8f [2020-12-03T02:43:01.249Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T02:43:01.849Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T02:43:01.849Z] Status: Downloaded newer image for alpine:latest [2020-12-03T02:43:01.849Z] ---> 2e77e061c27f [2020-12-03T02:43:01.849Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:43:02.014Z] 36116069b4de: Pushed [2020-12-03T02:43:02.128Z] ---> Running in 374f53c63e06 [2020-12-03T02:43:02.128Z] Removing intermediate container 6f8563bf1301 [2020-12-03T02:43:02.128Z] ---> 3c078dfa9a40 [2020-12-03T02:43:02.128Z] Step 5/29 : COPY go.mod . [2020-12-03T02:43:02.276Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:02.575Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:02.734Z] ---> Running in d65993f5b288 [2020-12-03T02:43:02.734Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:43:02.734Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:43:02.734Z] ---> 69365b85481f [2020-12-03T02:43:02.734Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T02:43:02.734Z] ---> Using cache [2020-12-03T02:43:02.734Z] ---> 5f9f8488619f [2020-12-03T02:43:02.734Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:43:02.734Z] ---> Using cache [2020-12-03T02:43:02.734Z] ---> 83f79c365b49 [2020-12-03T02:43:02.734Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T02:43:02.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.16 [2020-12-03T02:43:02.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T02:43:02.874Z] 7d3cb6408a16: Preparing [2020-12-03T02:43:02.874Z] 36116069b4de: Preparing [2020-12-03T02:43:02.874Z] c9ed12728a5a: Preparing [2020-12-03T02:43:02.874Z] 36116069b4de: Layer already exists [2020-12-03T02:43:02.874Z] c9ed12728a5a: Layer already exists [2020-12-03T02:43:02.874Z] 7d3cb6408a16: Layer already exists [2020-12-03T02:43:02.874Z] 1.3.1-dev.16: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:03.175Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:03.330Z] ---> Running in e05adf828ebf [2020-12-03T02:43:03.330Z] Removing intermediate container 374f53c63e06 [2020-12-03T02:43:03.330Z] ---> 97706f17f2af [2020-12-03T02:43:03.330Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:43:03.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:43:03.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T02:43:03.475Z] 7d3cb6408a16: Preparing [2020-12-03T02:43:03.475Z] 36116069b4de: Preparing [2020-12-03T02:43:03.475Z] c9ed12728a5a: Preparing [2020-12-03T02:43:03.475Z] 7d3cb6408a16: Layer already exists [2020-12-03T02:43:03.475Z] 36116069b4de: Layer already exists [2020-12-03T02:43:03.475Z] c9ed12728a5a: Layer already exists [2020-12-03T02:43:03.475Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:03.602Z] ---> 005e9b226c67 [2020-12-03T02:43:03.603Z] Step 6/29 : RUN go mod download [2020-12-03T02:43:03.603Z] Removing intermediate container d65993f5b288 [2020-12-03T02:43:03.603Z] ---> 5b8e23f72e5e [2020-12-03T02:43:03.603Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T02:43:03.777Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:03.888Z] ---> Running in b5225e363076 [2020-12-03T02:43:04.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-03T02:43:04.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-03T02:43:04.073Z] 7d3cb6408a16: Preparing [2020-12-03T02:43:04.073Z] 36116069b4de: Preparing [2020-12-03T02:43:04.073Z] c9ed12728a5a: Preparing [2020-12-03T02:43:04.073Z] c9ed12728a5a: Layer already exists [2020-12-03T02:43:04.073Z] 7d3cb6408a16: Layer already exists [2020-12-03T02:43:04.073Z] 36116069b4de: Layer already exists [2020-12-03T02:43:04.073Z] master: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-03T02:43:04.164Z] ---> Running in b99d01426e9b [2020-12-03T02:43:04.164Z] ---> Running in 273b93f95605 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:43:04.276Z] ===================================================== [Pipeline] echo [2020-12-03T02:43:04.325Z] taggedImages: [2020-12-03T02:43:04.325Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:04.325Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.16 [2020-12-03T02:43:04.325Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:43:04.325Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-03T02:43:04.400Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-03T02:43:04.400Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:04.400Z] 1.3.1-dev.16 [2020-12-03T02:43:04.400Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:43:04.400Z] master [2020-12-03T02:43:04.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:04.773Z] Removing intermediate container b5225e363076 [2020-12-03T02:43:04.773Z] ---> f2e9e44c397b [2020-12-03T02:43:04.773Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T02:43:04.968Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:05.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:05.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T02:43:05.274Z] 8e2855ef71ef: Preparing [2020-12-03T02:43:05.274Z] 332114bfa278: Preparing [2020-12-03T02:43:05.274Z] 8691cfabdfbe: Preparing [2020-12-03T02:43:05.274Z] 2293db9040b2: Preparing [2020-12-03T02:43:05.274Z] 904444d2cb27: Preparing [2020-12-03T02:43:05.274Z] 3c464cae97f7: Preparing [2020-12-03T02:43:05.274Z] b2997bf718cc: Preparing [2020-12-03T02:43:05.274Z] 3d9ce3ccee13: Preparing [2020-12-03T02:43:05.274Z] 84631c253a1d: Preparing [2020-12-03T02:43:05.274Z] 336623de938e: Preparing [2020-12-03T02:43:05.274Z] 63533b406c5a: Preparing [2020-12-03T02:43:05.274Z] 31b11ec6ff38: Preparing [2020-12-03T02:43:05.274Z] 911954e2fe49: Preparing [2020-12-03T02:43:05.274Z] ace0eda3e3be: Preparing [2020-12-03T02:43:05.274Z] 3c464cae97f7: Waiting [2020-12-03T02:43:05.274Z] b2997bf718cc: Waiting [2020-12-03T02:43:05.274Z] 3d9ce3ccee13: Waiting [2020-12-03T02:43:05.274Z] 84631c253a1d: Waiting [2020-12-03T02:43:05.274Z] 336623de938e: Waiting [2020-12-03T02:43:05.274Z] 63533b406c5a: Waiting [2020-12-03T02:43:05.274Z] ace0eda3e3be: Waiting [2020-12-03T02:43:05.274Z] 31b11ec6ff38: Waiting [2020-12-03T02:43:05.274Z] 911954e2fe49: Waiting [2020-12-03T02:43:05.368Z] Removing intermediate container b99d01426e9b [2020-12-03T02:43:05.368Z] ---> 9830fae66abc [2020-12-03T02:43:05.368Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T02:43:05.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:43:05.541Z] 904444d2cb27: Pushed [2020-12-03T02:43:05.541Z] 8e2855ef71ef: Pushed [2020-12-03T02:43:05.642Z] ---> Running in dffafb169ddc [2020-12-03T02:43:05.813Z] 2293db9040b2: Pushed [2020-12-03T02:43:05.813Z] 3d9ce3ccee13: Layer already exists [2020-12-03T02:43:05.813Z] 84631c253a1d: Layer already exists [2020-12-03T02:43:05.813Z] 336623de938e: Layer already exists [2020-12-03T02:43:05.813Z] 63533b406c5a: Layer already exists [2020-12-03T02:43:05.924Z] ---> Running in 7433781c49b3 [2020-12-03T02:43:06.075Z] 31b11ec6ff38: Layer already exists [2020-12-03T02:43:06.075Z] b2997bf718cc: Pushed [2020-12-03T02:43:06.075Z] 911954e2fe49: Layer already exists [2020-12-03T02:43:06.075Z] ace0eda3e3be: Layer already exists [2020-12-03T02:43:06.075Z] 332114bfa278: Pushed [2020-12-03T02:43:06.194Z] Removing intermediate container dffafb169ddc [2020-12-03T02:43:06.194Z] ---> 9c07eb7dd112 [2020-12-03T02:43:06.194Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:06.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:43:06.475Z] ---> Running in 2001c39aceaf [2020-12-03T02:43:06.475Z] Removing intermediate container 7433781c49b3 [2020-12-03T02:43:06.475Z] ---> 03578f8a8bc4 [2020-12-03T02:43:06.475Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:43:06.646Z] 3c464cae97f7: Pushed [2020-12-03T02:43:07.083Z] ---> Running in 155f741706a1 [2020-12-03T02:43:07.356Z] Removing intermediate container 2001c39aceaf [2020-12-03T02:43:07.356Z] ---> 01a9253f32bf [2020-12-03T02:43:07.356Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:43:07.356Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:43:07.356Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:43:07.356Z] OK: 12616 distinct packages available [2020-12-03T02:43:07.956Z] ---> Running in 8041b107849e [2020-12-03T02:43:07.956Z] ---> d2946a578d94 [2020-12-03T02:43:07.956Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T02:43:07.956Z] ---> Running in 4d94827b0aa1 [2020-12-03T02:43:08.234Z] Removing intermediate container 273b93f95605 [2020-12-03T02:43:08.234Z] ---> 9936c146704b [2020-12-03T02:43:08.234Z] Step 7/29 : COPY . . [2020-12-03T02:43:08.234Z] OK: 217 MiB in 51 packages [2020-12-03T02:43:08.506Z] Removing intermediate container 8041b107849e [2020-12-03T02:43:08.506Z] ---> ddd429ed5ee3 [2020-12-03T02:43:08.506Z] [2020-12-03T02:43:09.106Z] Successfully built ddd429ed5ee3 [2020-12-03T02:43:09.106Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T02:43:09.106Z] Building docker-security-bootstrap-redis-go [2020-12-03T02:43:09.953Z] 8691cfabdfbe: Pushed [2020-12-03T02:43:10.091Z]  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T02:43:10.214Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:10.530Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:10.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.16 [2020-12-03T02:43:10.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T02:43:10.824Z] 8e2855ef71ef: Preparing [2020-12-03T02:43:10.824Z] 332114bfa278: Preparing [2020-12-03T02:43:10.824Z] 8691cfabdfbe: Preparing [2020-12-03T02:43:10.824Z] 2293db9040b2: Preparing [2020-12-03T02:43:10.824Z] 904444d2cb27: Preparing [2020-12-03T02:43:10.824Z] 3c464cae97f7: Preparing [2020-12-03T02:43:10.824Z] b2997bf718cc: Preparing [2020-12-03T02:43:10.824Z] 3d9ce3ccee13: Preparing [2020-12-03T02:43:10.824Z] 84631c253a1d: Preparing [2020-12-03T02:43:10.824Z] 336623de938e: Preparing [2020-12-03T02:43:10.824Z] 63533b406c5a: Preparing [2020-12-03T02:43:10.824Z] 31b11ec6ff38: Preparing [2020-12-03T02:43:10.824Z] 911954e2fe49: Preparing [2020-12-03T02:43:10.824Z] ace0eda3e3be: Preparing [2020-12-03T02:43:10.824Z] 3c464cae97f7: Waiting [2020-12-03T02:43:10.824Z] b2997bf718cc: Waiting [2020-12-03T02:43:10.824Z] 3d9ce3ccee13: Waiting [2020-12-03T02:43:10.824Z] 84631c253a1d: Waiting [2020-12-03T02:43:10.824Z] 336623de938e: Waiting [2020-12-03T02:43:10.824Z] 63533b406c5a: Waiting [2020-12-03T02:43:10.824Z] 31b11ec6ff38: Waiting [2020-12-03T02:43:10.824Z] 911954e2fe49: Waiting [2020-12-03T02:43:10.824Z] ace0eda3e3be: Waiting [2020-12-03T02:43:10.824Z] 8691cfabdfbe: Layer already exists [2020-12-03T02:43:10.824Z] 904444d2cb27: Layer already exists [2020-12-03T02:43:10.824Z] 332114bfa278: Layer already exists [2020-12-03T02:43:10.824Z] 8e2855ef71ef: Layer already exists [2020-12-03T02:43:10.824Z] 2293db9040b2: Layer already exists [2020-12-03T02:43:10.824Z] 3d9ce3ccee13: Layer already exists [2020-12-03T02:43:10.824Z] b2997bf718cc: Layer already exists [2020-12-03T02:43:10.824Z] 3c464cae97f7: Layer already exists [2020-12-03T02:43:10.824Z] 336623de938e: Layer already exists [2020-12-03T02:43:10.824Z] 84631c253a1d: Layer already exists [2020-12-03T02:43:10.824Z] 63533b406c5a: Layer already exists [2020-12-03T02:43:10.824Z] 31b11ec6ff38: Layer already exists [2020-12-03T02:43:10.824Z] 911954e2fe49: Layer already exists [2020-12-03T02:43:10.824Z] ace0eda3e3be: Layer already exists [2020-12-03T02:43:10.824Z] 1.3.1-dev.16: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:11.085Z] Removing intermediate container e05adf828ebf [2020-12-03T02:43:11.085Z] ---> 964fd190995c [2020-12-03T02:43:11.085Z] Step 6/21 : COPY go.mod . [2020-12-03T02:43:11.125Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:11.366Z] Removing intermediate container 155f741706a1 [2020-12-03T02:43:11.366Z] ---> 5ca066d3f2dc [2020-12-03T02:43:11.366Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T02:43:11.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:43:11.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T02:43:11.420Z] 8e2855ef71ef: Preparing [2020-12-03T02:43:11.420Z] 332114bfa278: Preparing [2020-12-03T02:43:11.420Z] 8691cfabdfbe: Preparing [2020-12-03T02:43:11.420Z] 2293db9040b2: Preparing [2020-12-03T02:43:11.420Z] 904444d2cb27: Preparing [2020-12-03T02:43:11.420Z] 3c464cae97f7: Preparing [2020-12-03T02:43:11.420Z] b2997bf718cc: Preparing [2020-12-03T02:43:11.420Z] 3d9ce3ccee13: Preparing [2020-12-03T02:43:11.420Z] 84631c253a1d: Preparing [2020-12-03T02:43:11.420Z] 336623de938e: Preparing [2020-12-03T02:43:11.420Z] 63533b406c5a: Preparing [2020-12-03T02:43:11.420Z] 31b11ec6ff38: Preparing [2020-12-03T02:43:11.420Z] 911954e2fe49: Preparing [2020-12-03T02:43:11.420Z] ace0eda3e3be: Preparing [2020-12-03T02:43:11.420Z] 3c464cae97f7: Waiting [2020-12-03T02:43:11.420Z] b2997bf718cc: Waiting [2020-12-03T02:43:11.420Z] 63533b406c5a: Waiting [2020-12-03T02:43:11.420Z] 31b11ec6ff38: Waiting [2020-12-03T02:43:11.420Z] 911954e2fe49: Waiting [2020-12-03T02:43:11.420Z] ace0eda3e3be: Waiting [2020-12-03T02:43:11.420Z] 3d9ce3ccee13: Waiting [2020-12-03T02:43:11.420Z] 84631c253a1d: Waiting [2020-12-03T02:43:11.420Z] 336623de938e: Waiting [2020-12-03T02:43:11.420Z] 8691cfabdfbe: Layer already exists [2020-12-03T02:43:11.420Z] 332114bfa278: Layer already exists [2020-12-03T02:43:11.420Z] 2293db9040b2: Layer already exists [2020-12-03T02:43:11.420Z] 904444d2cb27: Layer already exists [2020-12-03T02:43:11.420Z] 8e2855ef71ef: Layer already exists [2020-12-03T02:43:11.420Z] b2997bf718cc: Layer already exists [2020-12-03T02:43:11.420Z] 3c464cae97f7: Layer already exists [2020-12-03T02:43:11.420Z] 3d9ce3ccee13: Layer already exists [2020-12-03T02:43:11.420Z] 84631c253a1d: Layer already exists [2020-12-03T02:43:11.420Z] 336623de938e: Layer already exists [2020-12-03T02:43:11.420Z] 63533b406c5a: Layer already exists [2020-12-03T02:43:11.420Z] 911954e2fe49: Layer already exists [2020-12-03T02:43:11.420Z] 31b11ec6ff38: Layer already exists [2020-12-03T02:43:11.420Z] ace0eda3e3be: Layer already exists [2020-12-03T02:43:11.420Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:11.730Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:43:12.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-03T02:43:12.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-03T02:43:12.030Z] 8e2855ef71ef: Preparing [2020-12-03T02:43:12.030Z] 332114bfa278: Preparing [2020-12-03T02:43:12.030Z] 8691cfabdfbe: Preparing [2020-12-03T02:43:12.030Z] 2293db9040b2: Preparing [2020-12-03T02:43:12.030Z] 904444d2cb27: Preparing [2020-12-03T02:43:12.030Z] 3c464cae97f7: Preparing [2020-12-03T02:43:12.030Z] b2997bf718cc: Preparing [2020-12-03T02:43:12.030Z] 3d9ce3ccee13: Preparing [2020-12-03T02:43:12.030Z] 84631c253a1d: Preparing [2020-12-03T02:43:12.030Z] 336623de938e: Preparing [2020-12-03T02:43:12.030Z] 63533b406c5a: Preparing [2020-12-03T02:43:12.030Z] 31b11ec6ff38: Preparing [2020-12-03T02:43:12.030Z] 911954e2fe49: Preparing [2020-12-03T02:43:12.030Z] ace0eda3e3be: Preparing [2020-12-03T02:43:12.030Z] 3c464cae97f7: Waiting [2020-12-03T02:43:12.030Z] b2997bf718cc: Waiting [2020-12-03T02:43:12.030Z] 3d9ce3ccee13: Waiting [2020-12-03T02:43:12.030Z] 84631c253a1d: Waiting [2020-12-03T02:43:12.030Z] 336623de938e: Waiting [2020-12-03T02:43:12.030Z] 63533b406c5a: Waiting [2020-12-03T02:43:12.030Z] ace0eda3e3be: Waiting [2020-12-03T02:43:12.030Z] 31b11ec6ff38: Waiting [2020-12-03T02:43:12.030Z] 911954e2fe49: Waiting [2020-12-03T02:43:12.030Z] 8691cfabdfbe: Layer already exists [2020-12-03T02:43:12.030Z] 332114bfa278: Layer already exists [2020-12-03T02:43:12.030Z] 904444d2cb27: Layer already exists [2020-12-03T02:43:12.030Z] 2293db9040b2: Layer already exists [2020-12-03T02:43:12.030Z] 8e2855ef71ef: Layer already exists [2020-12-03T02:43:12.030Z] b2997bf718cc: Layer already exists [2020-12-03T02:43:12.030Z] 3c464cae97f7: Layer already exists [2020-12-03T02:43:12.030Z] 3d9ce3ccee13: Layer already exists [2020-12-03T02:43:12.030Z] 336623de938e: Layer already exists [2020-12-03T02:43:12.030Z] 84631c253a1d: Layer already exists [2020-12-03T02:43:12.030Z] 911954e2fe49: Layer already exists [2020-12-03T02:43:12.030Z] 31b11ec6ff38: Layer already exists [2020-12-03T02:43:12.030Z] 63533b406c5a: Layer already exists [2020-12-03T02:43:12.030Z] ace0eda3e3be: Layer already exists [2020-12-03T02:43:12.292Z] master: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-03T02:43:12.352Z] ---> Running in 01de3327ee44 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:43:12.483Z] ===================================================== [Pipeline] echo [2020-12-03T02:43:12.532Z] taggedImages: [2020-12-03T02:43:12.532Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:12.532Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.16 [2020-12-03T02:43:12.532Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:43:12.532Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-03T02:43:12.626Z] ---> 2e0dd08dcc7e [2020-12-03T02:43:12.627Z] Step 7/21 : RUN go mod download [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-12-03T02:43:12.901Z] ---> Running in 063c6f39befd Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T02:43:15.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:43:15.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:43:16.793Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T02:43:17.071Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T02:43:17.071Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T02:43:17.358Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T02:43:17.643Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T02:43:17.643Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:43:17.922Z] OK: 8 MiB in 19 packages [2020-12-03T02:43:19.918Z] Removing intermediate container 063c6f39befd [2020-12-03T02:43:19.918Z] ---> 89151972804b [2020-12-03T02:43:19.918Z] Step 8/21 : COPY . . [2020-12-03T02:43:20.521Z] Removing intermediate container 01de3327ee44 [2020-12-03T02:43:20.521Z] ---> 92676450b64c [2020-12-03T02:43:20.521Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T02:43:23.186Z] ---> 16a8db1ad083 [2020-12-03T02:43:23.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T02:43:27.525Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:43:27.525Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:43:27.525Z] ---> 69365b85481f [2020-12-03T02:43:27.525Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T02:43:27.525Z] ---> Using cache [2020-12-03T02:43:27.525Z] ---> 5f9f8488619f [2020-12-03T02:43:27.525Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:43:27.525Z] ---> Using cache [2020-12-03T02:43:27.525Z] ---> 83f79c365b49 [2020-12-03T02:43:27.525Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T02:43:27.525Z] ---> Using cache [2020-12-03T02:43:27.525Z] ---> 964fd190995c [2020-12-03T02:43:27.525Z] Step 6/22 : COPY go.mod . [2020-12-03T02:43:27.525Z] ---> Using cache [2020-12-03T02:43:27.525Z] ---> 2e0dd08dcc7e [2020-12-03T02:43:27.525Z] Step 7/22 : RUN go mod download [2020-12-03T02:43:27.525Z] ---> Using cache [2020-12-03T02:43:27.525Z] ---> 89151972804b [2020-12-03T02:43:27.525Z] Step 8/22 : COPY . . [2020-12-03T02:43:29.539Z] ---> ac595a846984 [2020-12-03T02:43:29.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T02:43:30.142Z] ---> 691660bfd11b [2020-12-03T02:43:30.142Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T02:43:30.744Z] ---> Running in 0e2e585f67d9 [2020-12-03T02:43:31.735Z] ---> d27affd0afb2 [2020-12-03T02:43:31.735Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T02:43:32.007Z] ---> Running in 2c8eac8b5da0 [2020-12-03T02:43:33.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T02:43:33.284Z] Removing intermediate container 2c8eac8b5da0 [2020-12-03T02:43:33.284Z] ---> 1396e5054a92 [2020-12-03T02:43:33.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:43:33.563Z] ---> Running in 9564f0d42fcd [2020-12-03T02:43:34.559Z] Removing intermediate container 9564f0d42fcd [2020-12-03T02:43:34.559Z] ---> b08d82ee2561 [2020-12-03T02:43:34.559Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T02:43:35.161Z] ---> Running in d6e44f6c8897 [2020-12-03T02:43:36.151Z] Removing intermediate container d6e44f6c8897 [2020-12-03T02:43:36.151Z] ---> ed1e3f4fc34c [2020-12-03T02:43:36.151Z] Step 22/23 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:43:36.752Z] ---> Running in ff954694e946 [2020-12-03T02:43:38.191Z] Removing intermediate container ff954694e946 [2020-12-03T02:43:38.191Z] ---> 8936fb4474e5 [2020-12-03T02:43:38.191Z] Step 23/23 : LABEL version=1.3.1-dev.16 [2020-12-03T02:43:38.474Z] ---> Running in 65aca136bdc5 [2020-12-03T02:43:39.914Z] Removing intermediate container 65aca136bdc5 [2020-12-03T02:43:39.914Z] ---> 559f7182e4d3 [2020-12-03T02:43:39.914Z] [2020-12-03T02:43:40.898Z] Successfully built 559f7182e4d3 [2020-12-03T02:43:41.176Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T02:43:41.176Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-12-03T02:43:41.776Z] ---> 6232c616474a [2020-12-03T02:43:41.776Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T02:43:42.377Z] ---> Running in 0484c07c7aa4 [2020-12-03T02:43:44.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T02:43:45.827Z] ---> 210839a9076a [2020-12-03T02:43:45.827Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T02:43:46.118Z] ---> Running in 8987461c83b4 [2020-12-03T02:43:48.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T02:43:58.427Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:43:58.427Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:43:58.427Z] ---> 69365b85481f [2020-12-03T02:43:58.427Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T02:43:58.427Z] ---> Using cache [2020-12-03T02:43:58.427Z] ---> 5f9f8488619f [2020-12-03T02:43:58.427Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:43:58.427Z] ---> Using cache [2020-12-03T02:43:58.427Z] ---> 83f79c365b49 [2020-12-03T02:43:58.427Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T02:43:58.427Z] ---> Using cache [2020-12-03T02:43:58.427Z] ---> 964fd190995c [2020-12-03T02:43:58.427Z] Step 6/21 : COPY go.mod . [2020-12-03T02:43:58.427Z] ---> Using cache [2020-12-03T02:43:58.427Z] ---> 2e0dd08dcc7e [2020-12-03T02:43:58.427Z] Step 7/21 : RUN go mod download [2020-12-03T02:43:58.427Z] ---> Using cache [2020-12-03T02:43:58.427Z] ---> 89151972804b [2020-12-03T02:43:58.427Z] Step 8/21 : COPY . . [2020-12-03T02:43:58.427Z] ---> Using cache [2020-12-03T02:43:58.427Z] ---> 210839a9076a [2020-12-03T02:43:58.427Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T02:43:59.436Z] ---> Running in ae149e645b13 [2020-12-03T02:44:00.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T02:44:15.995Z] Removing intermediate container 4d94827b0aa1 [2020-12-03T02:44:15.995Z] ---> 4d2f7d34f2f7 [2020-12-03T02:44:15.995Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T02:44:15.995Z] ---> Running in cce457271cdd [2020-12-03T02:44:17.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T02:44:24.717Z] Removing intermediate container cce457271cdd [2020-12-03T02:44:24.717Z] ---> 5966a20a3784 [2020-12-03T02:44:24.717Z] [2020-12-03T02:44:24.717Z] Step 11/27 : FROM docker:latest [2020-12-03T02:44:24.717Z] ---> 84e3a507c27b [2020-12-03T02:44:24.717Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T02:44:24.717Z] ---> Running in 6fb558fa1372 [2020-12-03T02:44:26.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:44:26.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:44:26.757Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T02:44:26.757Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T02:44:26.757Z] Executing bash-5.0.17-r0.post-install [2020-12-03T02:44:27.032Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:44:27.032Z] OK: 12 MiB in 22 packages [2020-12-03T02:44:29.039Z] Removing intermediate container 6fb558fa1372 [2020-12-03T02:44:29.039Z] ---> 318e30f17764 [2020-12-03T02:44:29.039Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T02:44:29.039Z] ---> Running in 055c258241f2 [2020-12-03T02:44:33.365Z] Removing intermediate container 055c258241f2 [2020-12-03T02:44:33.365Z] ---> 0c73f6d1c0b3 [2020-12-03T02:44:33.365Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T02:44:33.365Z] ---> Running in 2f1e72718981 [2020-12-03T02:44:33.665Z] Removing intermediate container 2f1e72718981 [2020-12-03T02:44:33.665Z] ---> 3776623d4bf9 [2020-12-03T02:44:33.665Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T02:44:33.954Z] ---> Running in 3e198d11078d [2020-12-03T02:44:34.556Z] Removing intermediate container 3e198d11078d [2020-12-03T02:44:34.556Z] ---> 073b07688488 [2020-12-03T02:44:34.556Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T02:44:34.556Z] ---> Running in 4807c4e248b0 [2020-12-03T02:44:35.178Z] Removing intermediate container 4807c4e248b0 [2020-12-03T02:44:35.178Z] ---> f5dc5fa3712b [2020-12-03T02:44:35.178Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T02:44:37.169Z] ---> 076e483c5f79 [2020-12-03T02:44:37.169Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T02:44:38.160Z] ---> c4ac76d423da [2020-12-03T02:44:38.160Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T02:44:39.631Z] ---> 6314afdb3225 [2020-12-03T02:44:39.631Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T02:44:39.631Z] ---> Running in 8292c5831499 [2020-12-03T02:44:42.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:44:42.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:44:42.881Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T02:44:42.881Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T02:44:42.881Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T02:44:42.881Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T02:44:42.881Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T02:44:42.881Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T02:44:42.881Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T02:44:45.507Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T02:44:45.507Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T02:44:45.507Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T02:44:45.507Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T02:44:45.507Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T02:44:45.507Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T02:44:45.507Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T02:44:45.507Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T02:44:45.507Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T02:44:45.507Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T02:44:45.507Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T02:44:45.507Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T02:44:45.507Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T02:44:45.507Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T02:44:45.781Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T02:44:45.782Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T02:44:45.782Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T02:44:45.782Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T02:44:45.782Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T02:44:45.782Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T02:44:45.782Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T02:44:45.782Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T02:44:46.057Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T02:44:46.057Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T02:44:46.057Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T02:44:46.057Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T02:44:46.057Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:44:46.330Z] OK: 71 MiB in 55 packages [2020-12-03T02:44:53.069Z] Removing intermediate container 0e2e585f67d9 [2020-12-03T02:44:53.069Z] ---> 205fc04b72f0 [2020-12-03T02:44:53.069Z] [2020-12-03T02:44:53.069Z] Step 9/29 : FROM alpine:latest [2020-12-03T02:44:53.069Z] ---> 2e77e061c27f [2020-12-03T02:44:53.069Z] 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-03T02:44:53.069Z] ---> Running in 82ee54ab95d7 [2020-12-03T02:44:53.674Z] Removing intermediate container 82ee54ab95d7 [2020-12-03T02:44:53.674Z] ---> f702d25e0c71 [2020-12-03T02:44:53.674Z] Step 11/29 : USER root [2020-12-03T02:44:53.674Z] ---> Running in 8526ed0b7ee6 [2020-12-03T02:44:55.127Z] Removing intermediate container 8526ed0b7ee6 [2020-12-03T02:44:55.128Z] ---> 2a6e06f009ff [2020-12-03T02:44:55.128Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T02:44:55.128Z] ---> Running in 3c487be98114 [2020-12-03T02:44:57.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:44:57.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:44:58.358Z] Removing intermediate container 8292c5831499 [2020-12-03T02:44:58.358Z] ---> 1cc02c498773 [2020-12-03T02:44:58.358Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T02:44:58.639Z] ---> Running in 3e670f2b71d0 [2020-12-03T02:44:58.639Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:44:58.639Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:44:58.639Z] OK: 12617 distinct packages available [2020-12-03T02:45:00.088Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T02:45:00.088Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T02:45:00.088Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:45:00.088Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T02:45:00.365Z] OK: 6 MiB in 16 packages [2020-12-03T02:45:03.008Z] Removing intermediate container 3c487be98114 [2020-12-03T02:45:03.008Z] ---> 70a41c5d09c4 [2020-12-03T02:45:03.008Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T02:45:03.008Z] ---> Running in f2633ed98015 [2020-12-03T02:45:03.613Z] Removing intermediate container f2633ed98015 [2020-12-03T02:45:03.613Z] ---> 20f9e94a6ce2 [2020-12-03T02:45:03.613Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T02:45:03.613Z] ---> Running in 0214728f4cdf [2020-12-03T02:45:04.655Z] Removing intermediate container 0214728f4cdf [2020-12-03T02:45:04.655Z] ---> 1130f80d8e70 [2020-12-03T02:45:04.655Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T02:45:04.655Z] ---> Running in b76bc0ebf8df [2020-12-03T02:45:06.636Z] Collecting docker-compose==1.23.2 [2020-12-03T02:45:06.636Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T02:45:08.081Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T02:45:08.081Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T02:45:08.081Z] Removing intermediate container b76bc0ebf8df [2020-12-03T02:45:08.081Z] ---> db1d45aa0bc1 [2020-12-03T02:45:08.081Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T02:45:09.065Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T02:45:09.065Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T02:45:10.049Z] ---> 22e6be9cb754 [2020-12-03T02:45:10.049Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T02:45:11.503Z] ---> ddb3adec50a9 [2020-12-03T02:45:11.503Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T02:45:12.124Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T02:45:12.124Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T02:45:12.402Z] ---> 8256d23cc5c8 [2020-12-03T02:45:12.402Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T02:45:13.002Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T02:45:13.002Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T02:45:13.602Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T02:45:13.602Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T02:45:13.602Z] ---> b84195fd6368 [2020-12-03T02:45:13.602Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T02:45:15.042Z] ---> 0989ba95f958 [2020-12-03T02:45:15.042Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T02:45:15.320Z] ---> Running in 4e67a4a7ab45 [2020-12-03T02:45:17.309Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T02:45:17.309Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T02:45:17.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-03T02:45:18.787Z] Removing intermediate container 8987461c83b4 [2020-12-03T02:45:18.787Z] ---> 360eeaa5bded [2020-12-03T02:45:18.787Z] [2020-12-03T02:45:18.787Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T02:45:18.787Z] ---> 536a684cf733 [2020-12-03T02:45:18.787Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T02:45:18.787Z] ---> Using cache [2020-12-03T02:45:18.787Z] ---> 79b7cba2cb39 [2020-12-03T02:45:18.787Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T02:45:19.121Z] ---> Running in 7b613568e0c9 [2020-12-03T02:45:19.742Z] Removing intermediate container 4e67a4a7ab45 [2020-12-03T02:45:19.742Z] ---> 9bc0aa9ac0de [2020-12-03T02:45:19.742Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T02:45:20.339Z] Removing intermediate container 7b613568e0c9 [2020-12-03T02:45:20.339Z] ---> 4235b0473adb [2020-12-03T02:45:20.339Z] Step 13/22 : WORKDIR / [2020-12-03T02:45:20.339Z] ---> Running in a0a2d574d46b [2020-12-03T02:45:20.948Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T02:45:20.948Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T02:45:20.948Z] Removing intermediate container a0a2d574d46b [2020-12-03T02:45:20.948Z] ---> 691be658d08d [2020-12-03T02:45:20.948Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T02:45:21.224Z] ---> e7d122c9e63b [2020-12-03T02:45:21.224Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T02:45:21.501Z] ---> Running in 1099cb1f0bf2 [2020-12-03T02:45:22.485Z] Collecting PyYAML<4,>=3.10 [2020-12-03T02:45:22.485Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T02:45:22.485Z] ---> ba1cf662ed40 [2020-12-03T02:45:22.485Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T02:45:24.495Z] ---> f06b7000b6e9 [2020-12-03T02:45:24.495Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T02:45:25.098Z] Removing intermediate container 1099cb1f0bf2 [2020-12-03T02:45:25.098Z] ---> 0adca493e7bc [2020-12-03T02:45:25.098Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T02:45:25.379Z] ---> Running in 31932f47ee18 [2020-12-03T02:45:25.653Z] ---> 1bc845184225 [2020-12-03T02:45:25.653Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T02:45:27.099Z] ---> 2406ca8876a0 [2020-12-03T02:45:27.099Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T02:45:27.099Z] ---> Running in 75f450a40ed4 [2020-12-03T02:45:28.556Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T02:45:28.556Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T02:45:28.833Z] 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-03T02:45:29.112Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T02:45:29.112Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T02:45:29.392Z] Removing intermediate container 31932f47ee18 [2020-12-03T02:45:29.392Z] ---> 8e435aab60bc [2020-12-03T02:45:29.392Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T02:45:29.673Z] ---> Running in da9652971f06 [2020-12-03T02:45:30.271Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T02:45:30.271Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T02:45:30.549Z] Removing intermediate container da9652971f06 [2020-12-03T02:45:30.549Z] ---> a777e96779c6 [2020-12-03T02:45:30.549Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T02:45:30.828Z] ---> Running in 7ac9b0278216 [2020-12-03T02:45:30.828Z] Removing intermediate container 75f450a40ed4 [2020-12-03T02:45:30.828Z] ---> 46fc06231c39 [2020-12-03T02:45:30.828Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T02:45:31.101Z] Collecting idna<2.8,>=2.5 [2020-12-03T02:45:31.101Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T02:45:31.101Z] ---> Running in 6c78df8da6ad [2020-12-03T02:45:31.101Z] 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-03T02:45:31.101Z] 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-03T02:45:31.101Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T02:45:31.101Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T02:45:31.101Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T02:45:31.101Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T02:45:31.701Z] Removing intermediate container 7ac9b0278216 [2020-12-03T02:45:31.701Z] ---> acd555bc540a [2020-12-03T02:45:31.701Z] Step 27/29 : LABEL arch=arm64 [2020-12-03T02:45:31.971Z] ---> Running in 1ca19675a909 [2020-12-03T02:45:31.971Z] Removing intermediate container 6c78df8da6ad [2020-12-03T02:45:31.971Z] ---> dba80a230ccc [2020-12-03T02:45:31.971Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T02:45:32.243Z] ---> Running in 266ea6b6cd82 [2020-12-03T02:45:32.524Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, docopt, dockerpty, jsonschema, PyYAML, docker-compose [2020-12-03T02:45:32.525Z] Removing intermediate container 1ca19675a909 [2020-12-03T02:45:32.525Z] ---> a4887f87ed1a [2020-12-03T02:45:32.525Z] Step 28/29 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:45:32.525Z] Attempting uninstall: urllib3 [2020-12-03T02:45:32.525Z] Found existing installation: urllib3 1.25.9 [2020-12-03T02:45:32.525Z] Uninstalling urllib3-1.25.9: [2020-12-03T02:45:32.798Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T02:45:32.798Z] ---> Running in 05368f354052 [2020-12-03T02:45:33.074Z] Removing intermediate container 266ea6b6cd82 [2020-12-03T02:45:33.074Z] ---> 282762b6decb [2020-12-03T02:45:33.074Z] Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:45:33.350Z] ---> Running in 0b9251b69421 [2020-12-03T02:45:33.628Z] Removing intermediate container 05368f354052 [2020-12-03T02:45:33.628Z] ---> f9ce2d635f2c [2020-12-03T02:45:33.628Z] Step 29/29 : LABEL version=1.3.1-dev.16 [2020-12-03T02:45:33.628Z] Attempting uninstall: idna [2020-12-03T02:45:33.628Z] Found existing installation: idna 2.9 [2020-12-03T02:45:33.908Z] Uninstalling idna-2.9: [2020-12-03T02:45:33.908Z] Successfully uninstalled idna-2.9 [2020-12-03T02:45:33.908Z] Removing intermediate container ae149e645b13 [2020-12-03T02:45:33.908Z] ---> 82c88c1550f1 [2020-12-03T02:45:33.908Z] [2020-12-03T02:45:33.908Z] Step 10/21 : FROM alpine [2020-12-03T02:45:33.908Z] ---> 2e77e061c27f [2020-12-03T02:45:33.908Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T02:45:34.198Z] ---> Running in cbf663ff8604 [2020-12-03T02:45:34.198Z] Removing intermediate container 0b9251b69421 [2020-12-03T02:45:34.198Z] ---> 867824b83cd9 [2020-12-03T02:45:34.198Z] Step 22/22 : LABEL version=1.3.1-dev.16 [2020-12-03T02:45:34.485Z] ---> Running in c0bec0e42d16 [2020-12-03T02:45:34.485Z] ---> Running in 34324ac4b445 [2020-12-03T02:45:34.485Z] Attempting uninstall: requests [2020-12-03T02:45:34.765Z] Found existing installation: requests 2.23.0 [2020-12-03T02:45:34.765Z] Uninstalling requests-2.23.0: [2020-12-03T02:45:34.765Z] Successfully uninstalled requests-2.23.0 [2020-12-03T02:45:35.039Z] Removing intermediate container cbf663ff8604 [2020-12-03T02:45:35.039Z] ---> f610e5f98b96 [2020-12-03T02:45:35.039Z] [2020-12-03T02:45:35.318Z] Removing intermediate container 34324ac4b445 [2020-12-03T02:45:35.318Z] ---> 859d1a41bb7c [2020-12-03T02:45:35.318Z] [2020-12-03T02:45:35.598Z] Removing intermediate container 0484c07c7aa4 [2020-12-03T02:45:35.598Z] ---> 634183272950 [2020-12-03T02:45:35.598Z] [2020-12-03T02:45:35.598Z] Step 10/21 : FROM scratch [2020-12-03T02:45:35.598Z] ---> [2020-12-03T02:45:35.598Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T02:45:35.598Z] Successfully built f610e5f98b96 [2020-12-03T02:45:35.598Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-03T02:45:35.598Z] Building docker-support-notifications-go [2020-12-03T02:45:35.874Z]  Building docker-security-secrets-setup-go ... done  ---> Using cache [2020-12-03T02:45:35.874Z] ---> 2f286b7516ba [2020-12-03T02:45:35.874Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T02:45:35.874Z] Successfully built 859d1a41bb7c [2020-12-03T02:45:35.874Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T02:45:36.154Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 5015065e2777 [2020-12-03T02:45:36.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:45:36.716Z] Removing intermediate container 5015065e2777 [2020-12-03T02:45:36.716Z] ---> f1006b81c918 [2020-12-03T02:45:36.716Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T02:45:36.716Z] Running setup.py install for texttable: started [2020-12-03T02:45:36.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:45:36.716Z] ---> Running in 80b76f3f4f10 [2020-12-03T02:45:37.334Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:45:37.334Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:45:37.334Z] OK: 12617 distinct packages available [2020-12-03T02:45:37.630Z] Removing intermediate container 80b76f3f4f10 [2020-12-03T02:45:37.630Z] ---> 88d490d1acf2 [2020-12-03T02:45:37.630Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T02:45:38.237Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T02:45:38.237Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T02:45:38.237Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T02:45:38.237Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T02:45:38.517Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:45:38.517Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T02:45:38.517Z] OK: 7 MiB in 18 packages [2020-12-03T02:45:38.796Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T02:45:39.076Z] ---> 717f46b24c93 [2020-12-03T02:45:39.076Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T02:45:39.076Z] Running setup.py install for docopt: started [2020-12-03T02:45:41.099Z] ---> 021c39b9c48a [2020-12-03T02:45:41.099Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T02:45:41.099Z] Removing intermediate container c0bec0e42d16 [2020-12-03T02:45:41.099Z] ---> bdb4cfbb2b4c [2020-12-03T02:45:41.099Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T02:45:41.099Z] ---> Running in 0240c24db654 [2020-12-03T02:45:41.384Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T02:45:41.384Z] Running setup.py install for dockerpty: started [2020-12-03T02:45:41.664Z] ---> 8f0a52610077 [2020-12-03T02:45:41.664Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T02:45:41.664Z] Removing intermediate container 0240c24db654 [2020-12-03T02:45:41.664Z] ---> 4b95e7309bc5 [2020-12-03T02:45:41.664Z] Step 13/21 : WORKDIR /edgex [2020-12-03T02:45:41.943Z] ---> Running in af9675d71585 [2020-12-03T02:45:41.943Z] ---> Running in 16c5dba60c24 [2020-12-03T02:45:42.934Z] Removing intermediate container af9675d71585 [2020-12-03T02:45:42.934Z] ---> cc0d40b2272b [2020-12-03T02:45:42.934Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:45:42.934Z] Removing intermediate container 16c5dba60c24 [2020-12-03T02:45:42.934Z] ---> 5db9c4382e40 [2020-12-03T02:45:42.934Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T02:45:42.934Z] ---> Running in 4f38ef6c8030 [2020-12-03T02:45:43.923Z] Removing intermediate container 4f38ef6c8030 [2020-12-03T02:45:43.923Z] ---> 1e602fecffc3 [2020-12-03T02:45:43.923Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T02:45:43.923Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T02:45:43.923Z] ---> f33f6c025551 [2020-12-03T02:45:43.923Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T02:45:43.923Z] ---> Running in e75c3866e4f6 [2020-12-03T02:45:44.531Z] Running setup.py install for PyYAML: started [2020-12-03T02:45:45.134Z] Removing intermediate container e75c3866e4f6 [2020-12-03T02:45:45.134Z] ---> 99ab09077651 [2020-12-03T02:45:45.134Z] Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:45:45.414Z] ---> Running in 3d256f5d830a [2020-12-03T02:45:46.013Z] ---> d80afedf630c [2020-12-03T02:45:46.013Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T02:45:46.293Z] Removing intermediate container 3d256f5d830a [2020-12-03T02:45:46.293Z] ---> 4a89c23ebc3c [2020-12-03T02:45:46.293Z] Step 21/21 : LABEL version=1.3.1-dev.16 [2020-12-03T02:45:46.902Z] ---> Running in 8e90c8a2dbe6 [2020-12-03T02:45:46.902Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T02:45:46.902Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T02:45:46.902Z] ---> 69365b85481f [2020-12-03T02:45:46.902Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T02:45:46.902Z] ---> Using cache [2020-12-03T02:45:46.902Z] ---> 5f9f8488619f [2020-12-03T02:45:46.902Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T02:45:46.902Z] ---> Using cache [2020-12-03T02:45:46.902Z] ---> 83f79c365b49 [2020-12-03T02:45:46.902Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T02:45:47.177Z] ---> Running in 75ba7685bdf7 [2020-12-03T02:45:47.177Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T02:45:47.451Z] ---> 965d6b17315b [2020-12-03T02:45:47.451Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T02:45:47.728Z] Removing intermediate container 8e90c8a2dbe6 [2020-12-03T02:45:47.728Z] ---> 217ac3a08f01 [2020-12-03T02:45:47.728Z] [2020-12-03T02:45:47.728Z] ---> Running in 6ca5cddbf07c [2020-12-03T02:45:48.007Z] Successfully built 217ac3a08f01 [2020-12-03T02:45:48.007Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T02:45:48.287Z]  Building docker-support-scheduler-go ... done 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-03T02:45:48.287Z] Removing intermediate container 6ca5cddbf07c [2020-12-03T02:45:48.287Z] ---> f2c9a2dd093b [2020-12-03T02:45:48.287Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T02:45:48.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:45:48.563Z] ---> Running in a5e09ce762dc [2020-12-03T02:45:48.846Z] Removing intermediate container a5e09ce762dc [2020-12-03T02:45:48.846Z] ---> 24783f35ad0e [2020-12-03T02:45:48.846Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T02:45:49.119Z] ---> Running in 6b60f0ab10dc [2020-12-03T02:45:49.394Z] Removing intermediate container 6b60f0ab10dc [2020-12-03T02:45:49.394Z] ---> 46256d4c15dc [2020-12-03T02:45:49.394Z] Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:45:49.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:45:49.664Z] ---> Running in 1140b0e6f02d [2020-12-03T02:45:50.264Z] Removing intermediate container 1140b0e6f02d [2020-12-03T02:45:50.264Z] ---> 4637e33969fa [2020-12-03T02:45:50.264Z] Step 21/21 : LABEL version=1.3.1-dev.16 [2020-12-03T02:45:50.264Z] ---> Running in b5d7c672f080 [2020-12-03T02:45:50.867Z] Removing intermediate container b5d7c672f080 [2020-12-03T02:45:50.867Z] ---> 9b4c579d3b13 [2020-12-03T02:45:50.867Z] [2020-12-03T02:45:51.142Z] Successfully built 9b4c579d3b13 [2020-12-03T02:45:51.142Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T02:45:51.739Z]  Building docker-security-proxy-setup-go ... done v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T02:45:51.739Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T02:45:51.739Z] OK: 12616 distinct packages available [2020-12-03T02:45:52.344Z] Removing intermediate container 3e670f2b71d0 [2020-12-03T02:45:52.344Z] ---> 02efc42611ef [2020-12-03T02:45:52.344Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T02:45:52.344Z] OK: 217 MiB in 51 packages [2020-12-03T02:45:52.619Z] ---> Running in a9225ab254f6 [2020-12-03T02:45:53.608Z] Removing intermediate container 75ba7685bdf7 [2020-12-03T02:45:53.608Z] ---> b5307ca5e16d [2020-12-03T02:45:53.608Z] Step 6/24 : COPY go.mod . [2020-12-03T02:45:53.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T02:45:53.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T02:45:54.483Z] ---> 1df01119edfd [2020-12-03T02:45:54.483Z] Step 7/24 : RUN go mod download [2020-12-03T02:45:54.483Z] ---> Running in 5dbd2909960e [2020-12-03T02:45:54.483Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T02:45:54.483Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T02:45:54.758Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T02:45:54.758Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T02:45:54.758Z] OK: 71 MiB in 58 packages [2020-12-03T02:45:55.755Z] Removing intermediate container a9225ab254f6 [2020-12-03T02:45:55.755Z] ---> 004ec80436bc [2020-12-03T02:45:55.755Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T02:45:56.029Z] ---> Running in 588a69176545 [2020-12-03T02:45:56.631Z] Removing intermediate container 588a69176545 [2020-12-03T02:45:56.631Z] ---> 04abea8fba76 [2020-12-03T02:45:56.631Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:45:56.631Z] ---> Running in 01328fd862dd [2020-12-03T02:45:56.908Z] Removing intermediate container 5dbd2909960e [2020-12-03T02:45:56.908Z] ---> 85638062305a [2020-12-03T02:45:56.908Z] Step 8/24 : COPY . . [2020-12-03T02:45:57.185Z] Removing intermediate container 01328fd862dd [2020-12-03T02:45:57.185Z] ---> ef520427e87a [2020-12-03T02:45:57.185Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T02:45:57.185Z] ---> Running in 38c3a9ce29a6 [2020-12-03T02:45:57.791Z] Removing intermediate container 38c3a9ce29a6 [2020-12-03T02:45:57.791Z] ---> eb03f19db469 [2020-12-03T02:45:57.791Z] Step 26/27 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:45:58.404Z] ---> Running in aa7d036098a8 [2020-12-03T02:45:59.396Z] Removing intermediate container aa7d036098a8 [2020-12-03T02:45:59.396Z] ---> dcda0bf9b1e6 [2020-12-03T02:45:59.396Z] Step 27/27 : LABEL version=1.3.1-dev.16 [2020-12-03T02:45:59.673Z] ---> Running in c77f4f0694e5 [2020-12-03T02:46:00.274Z] Removing intermediate container c77f4f0694e5 [2020-12-03T02:46:00.274Z] ---> 3246bb6bbf8c [2020-12-03T02:46:00.274Z] [2020-12-03T02:46:00.549Z] Successfully built 3246bb6bbf8c [2020-12-03T02:46:00.549Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T02:46:04.871Z]  Building docker-sys-mgmt-agent-go ... done  ---> 111129331f4f [2020-12-03T02:46:04.871Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T02:46:05.146Z] ---> Running in 9a32094168cd [2020-12-03T02:46:06.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T02:46:38.542Z] Removing intermediate container 9a32094168cd [2020-12-03T02:46:38.542Z] ---> c084c539bb98 [2020-12-03T02:46:38.542Z] [2020-12-03T02:46:38.542Z] Step 10/24 : FROM scratch [2020-12-03T02:46:38.542Z] ---> [2020-12-03T02:46:38.542Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T02:46:38.542Z] ---> Using cache [2020-12-03T02:46:38.542Z] ---> e8c37d6c17b8 [2020-12-03T02:46:38.542Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T02:46:38.542Z] ---> Running in cb7854044416 [2020-12-03T02:46:38.542Z] Removing intermediate container cb7854044416 [2020-12-03T02:46:38.542Z] ---> 60b9f0212d6f [2020-12-03T02:46:38.542Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T02:46:38.542Z] ---> Running in 2c1a367bbfdb [2020-12-03T02:46:38.542Z] Removing intermediate container 2c1a367bbfdb [2020-12-03T02:46:38.542Z] ---> 6817c3d0e558 [2020-12-03T02:46:38.542Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T02:46:38.542Z] ---> c714aa9f573e [2020-12-03T02:46:38.542Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T02:46:38.542Z] ---> ccc2f0e88008 [2020-12-03T02:46:38.542Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T02:46:38.542Z] ---> 2d24f751a7ec [2020-12-03T02:46:38.542Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T02:46:38.826Z] ---> b0bac58e5061 [2020-12-03T02:46:38.826Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T02:46:39.861Z] ---> 9b5511b6b072 [2020-12-03T02:46:39.861Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T02:46:40.868Z] ---> d50000e675d1 [2020-12-03T02:46:40.868Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T02:46:40.868Z] ---> Running in 6628d3df1683 [2020-12-03T02:46:41.160Z] Removing intermediate container 6628d3df1683 [2020-12-03T02:46:41.160Z] ---> 0b8c2e4f19d6 [2020-12-03T02:46:41.160Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T02:46:41.434Z] ---> Running in 31ac782689f4 [2020-12-03T02:46:42.029Z] Removing intermediate container 31ac782689f4 [2020-12-03T02:46:42.029Z] ---> 08b88074dcd8 [2020-12-03T02:46:42.029Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T02:46:42.029Z] ---> Running in c6b862047dbc [2020-12-03T02:46:42.303Z] Removing intermediate container c6b862047dbc [2020-12-03T02:46:42.303Z] ---> 855a4078a304 [2020-12-03T02:46:42.303Z] Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:46:42.575Z] ---> Running in 0e3836b38429 [2020-12-03T02:46:42.847Z] Removing intermediate container 0e3836b38429 [2020-12-03T02:46:42.847Z] ---> 809278ebb4f6 [2020-12-03T02:46:42.847Z] Step 24/24 : LABEL version=1.3.1-dev.16 [2020-12-03T02:46:43.121Z] ---> Running in bb6e8ee0b9c4 [2020-12-03T02:46:43.717Z] Removing intermediate container bb6e8ee0b9c4 [2020-12-03T02:46:43.717Z] ---> 4d57651a9807 [2020-12-03T02:46:43.717Z] [2020-12-03T02:46:43.717Z] Successfully built 4d57651a9807 [2020-12-03T02:46:43.990Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T02:46:44.279Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-03T02:46:44.292Z] $ docker stop --time=1 0d49f9fb3ec8f360fc05f06c599e2cb8514ac76084a64063982302c2a8a31e01 [2020-12-03T02:46:46.199Z] $ docker rm -f 0d49f9fb3ec8f360fc05f06c599e2cb8514ac76084a64063982302c2a8a31e01 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T02:46:46.905Z] + + grep dockerdocker [2020-12-03T02:46:46.905Z] images [2020-12-03T02:46:47.176Z] docker-support-notifications-go-arm64 latest 4d57651a9807 4 seconds ago 12.9MB [2020-12-03T02:46:47.176Z] docker-sys-mgmt-agent-go-arm64 latest 3246bb6bbf8c 48 seconds ago 273MB [2020-12-03T02:46:47.176Z] docker-security-proxy-setup-go-arm64 latest 9b4c579d3b13 57 seconds ago 23.4MB [2020-12-03T02:46:47.176Z] docker-support-scheduler-go-arm64 latest 217ac3a08f01 About a minute ago 11.5MB [2020-12-03T02:46:47.176Z] docker-security-secrets-setup-go-arm64 latest f610e5f98b96 About a minute ago 22.7MB [2020-12-03T02:46:47.176Z] docker-security-bootstrap-redis-go-arm64 latest 859d1a41bb7c About a minute ago 15.2MB [2020-12-03T02:46:47.176Z] docker-core-data-go-arm64 latest 559f7182e4d3 3 minutes ago 22.3MB [2020-12-03T02:46:47.176Z] docker-core-metadata-go-arm64 latest ddd429ed5ee3 3 minutes ago 13.6MB [2020-12-03T02:46:47.176Z] docker-core-command-go-arm64 latest eeebb212d5d5 4 minutes ago 11.4MB [2020-12-03T02:46:47.176Z] docker-security-secretstore-setup-go-arm64 latest 62bcc2f66d46 4 minutes ago 23.5MB [2020-12-03T02:46:47.176Z] docker-support-logging-go-arm64 latest ad8fb669d768 4 minutes ago 10.6MB [2020-12-03T02:46:47.176Z] docker latest 84e3a507c27b 26 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-03T02:46:47.720Z] provisioning config files... [2020-12-03T02:46:47.756Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config2297476426668551720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:46:48.141Z] ---> docker-login.sh [2020-12-03T02:46:48.141Z] nexus3.edgexfoundry.org:10001 [2020-12-03T02:46:48.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:46:48.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:46:48.685Z] Configure a credential helper to remove this warning. See [2020-12-03T02:46:48.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:46:48.685Z] [2020-12-03T02:46:48.685Z] Login Succeeded [2020-12-03T02:46:48.685Z] nexus3.edgexfoundry.org:10002 [2020-12-03T02:46:48.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:46:49.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:46:49.227Z] Configure a credential helper to remove this warning. See [2020-12-03T02:46:49.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:46:49.227Z] [2020-12-03T02:46:49.227Z] Login Succeeded [2020-12-03T02:46:49.227Z] nexus3.edgexfoundry.org:10003 [2020-12-03T02:46:49.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:46:49.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:46:49.771Z] Configure a credential helper to remove this warning. See [2020-12-03T02:46:49.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:46:49.771Z] [2020-12-03T02:46:49.771Z] Login Succeeded [2020-12-03T02:46:49.771Z] nexus3.edgexfoundry.org:10004 [2020-12-03T02:46:50.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:46:50.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:46:50.319Z] Configure a credential helper to remove this warning. See [2020-12-03T02:46:50.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:46:50.319Z] [2020-12-03T02:46:50.319Z] Login Succeeded [2020-12-03T02:46:50.319Z] docker.io [2020-12-03T02:46:50.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T02:46:51.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T02:46:51.502Z] Configure a credential helper to remove this warning. See [2020-12-03T02:46:51.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T02:46:51.502Z] [2020-12-03T02:46:51.502Z] Login Succeeded [2020-12-03T02:46:51.502Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T02:46:51.517Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:46:51.748Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-03T02:46:51.748Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:46:51.748Z] 1.3.1-dev.16 [2020-12-03T02:46:51.748Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:46:51.748Z] master [2020-12-03T02:46:51.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:52.283Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:52.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:46:52.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T02:46:52.617Z] bc3b84b1ed83: Preparing [2020-12-03T02:46:52.617Z] 24e8e058d5eb: Preparing [2020-12-03T02:46:52.617Z] c8e1cb837c30: Preparing [2020-12-03T02:46:52.887Z] c8e1cb837c30: Pushed [2020-12-03T02:46:52.887Z] bc3b84b1ed83: Pushed [2020-12-03T02:46:55.482Z] 24e8e058d5eb: Pushed [2020-12-03T02:46:55.751Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:56.089Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:56.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.16 [2020-12-03T02:46:56.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T02:46:56.423Z] bc3b84b1ed83: Preparing [2020-12-03T02:46:56.423Z] 24e8e058d5eb: Preparing [2020-12-03T02:46:56.423Z] c8e1cb837c30: Preparing [2020-12-03T02:46:56.692Z] c8e1cb837c30: Layer already exists [2020-12-03T02:46:56.692Z] 24e8e058d5eb: Layer already exists [2020-12-03T02:46:56.692Z] bc3b84b1ed83: Layer already exists [2020-12-03T02:46:56.692Z] 1.3.1-dev.16: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:57.033Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:57.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:46:57.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T02:46:57.367Z] bc3b84b1ed83: Preparing [2020-12-03T02:46:57.367Z] 24e8e058d5eb: Preparing [2020-12-03T02:46:57.367Z] c8e1cb837c30: Preparing [2020-12-03T02:46:57.367Z] bc3b84b1ed83: Layer already exists [2020-12-03T02:46:57.367Z] c8e1cb837c30: Layer already exists [2020-12-03T02:46:57.367Z] 24e8e058d5eb: Layer already exists [2020-12-03T02:46:57.636Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:57.989Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:58.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-03T02:46:58.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-03T02:46:58.326Z] bc3b84b1ed83: Preparing [2020-12-03T02:46:58.327Z] 24e8e058d5eb: Preparing [2020-12-03T02:46:58.327Z] c8e1cb837c30: Preparing [2020-12-03T02:46:58.327Z] bc3b84b1ed83: Layer already exists [2020-12-03T02:46:58.327Z] c8e1cb837c30: Layer already exists [2020-12-03T02:46:58.327Z] 24e8e058d5eb: Layer already exists [2020-12-03T02:46:58.597Z] master: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:46:58.828Z] ===================================================== [Pipeline] echo [2020-12-03T02:46:58.877Z] taggedImages: [2020-12-03T02:46:58.877Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:46:58.877Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.16 [2020-12-03T02:46:58.877Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:46:58.877Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-03T02:46:58.965Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-03T02:46:58.965Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:46:58.965Z] 1.3.1-dev.16 [2020-12-03T02:46:58.965Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:46:58.965Z] master [2020-12-03T02:46:58.965Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:59.470Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:46:59.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:46:59.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T02:46:59.807Z] e4fe28d868e9: Preparing [2020-12-03T02:46:59.807Z] 8a8c4af75b17: Preparing [2020-12-03T02:46:59.807Z] 0eaf94f43f8b: Preparing [2020-12-03T02:46:59.807Z] a6348aae4673: Preparing [2020-12-03T02:46:59.807Z] 5aa8a02f2e8d: Preparing [2020-12-03T02:46:59.807Z] cd3761cfa1d9: Preparing [2020-12-03T02:46:59.807Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:00.080Z] e4fe28d868e9: Pushed [2020-12-03T02:47:00.349Z] 0eaf94f43f8b: Pushed [2020-12-03T02:47:00.349Z] 5aa8a02f2e8d: Pushed [2020-12-03T02:47:00.349Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:00.937Z] a6348aae4673: Pushed [2020-12-03T02:47:04.318Z] 8a8c4af75b17: Pushed [2020-12-03T02:47:04.318Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:04.658Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:04.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:04.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T02:47:04.994Z] e4fe28d868e9: Preparing [2020-12-03T02:47:04.994Z] 8a8c4af75b17: Preparing [2020-12-03T02:47:04.994Z] 0eaf94f43f8b: Preparing [2020-12-03T02:47:04.994Z] a6348aae4673: Preparing [2020-12-03T02:47:04.994Z] 5aa8a02f2e8d: Preparing [2020-12-03T02:47:04.994Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:04.994Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:04.994Z] e4fe28d868e9: Layer already exists [2020-12-03T02:47:04.994Z] 5aa8a02f2e8d: Layer already exists [2020-12-03T02:47:04.994Z] 8a8c4af75b17: Layer already exists [2020-12-03T02:47:04.994Z] 0eaf94f43f8b: Layer already exists [2020-12-03T02:47:05.265Z] a6348aae4673: Layer already exists [2020-12-03T02:47:05.265Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:05.265Z] 1.3.1-dev.16: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:05.604Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:05.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:05.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T02:47:05.939Z] e4fe28d868e9: Preparing [2020-12-03T02:47:05.939Z] 8a8c4af75b17: Preparing [2020-12-03T02:47:05.939Z] 0eaf94f43f8b: Preparing [2020-12-03T02:47:05.939Z] a6348aae4673: Preparing [2020-12-03T02:47:05.939Z] 5aa8a02f2e8d: Preparing [2020-12-03T02:47:05.939Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:05.939Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:05.939Z] 8a8c4af75b17: Layer already exists [2020-12-03T02:47:05.939Z] 0eaf94f43f8b: Layer already exists [2020-12-03T02:47:05.939Z] a6348aae4673: Layer already exists [2020-12-03T02:47:05.939Z] e4fe28d868e9: Layer already exists [2020-12-03T02:47:06.210Z] 5aa8a02f2e8d: Layer already exists [2020-12-03T02:47:06.210Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:06.210Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:06.551Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:06.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-03T02:47:06.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-03T02:47:06.926Z] e4fe28d868e9: Preparing [2020-12-03T02:47:06.926Z] 8a8c4af75b17: Preparing [2020-12-03T02:47:06.926Z] 0eaf94f43f8b: Preparing [2020-12-03T02:47:06.926Z] a6348aae4673: Preparing [2020-12-03T02:47:06.926Z] 5aa8a02f2e8d: Preparing [2020-12-03T02:47:06.926Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:07.205Z] 8a8c4af75b17: Layer already exists [2020-12-03T02:47:07.205Z] 0eaf94f43f8b: Layer already exists [2020-12-03T02:47:07.205Z] e4fe28d868e9: Layer already exists [2020-12-03T02:47:07.205Z] 5aa8a02f2e8d: Layer already exists [2020-12-03T02:47:07.205Z] a6348aae4673: Layer already exists [2020-12-03T02:47:07.205Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:07.205Z] master: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:07.448Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:07.501Z] taggedImages: [2020-12-03T02:47:07.501Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:07.501Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:07.501Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:07.501Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-03T02:47:07.570Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-03T02:47:07.570Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:07.570Z] 1.3.1-dev.16 [2020-12-03T02:47:07.570Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:07.570Z] master [2020-12-03T02:47:07.570Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:08.134Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:08.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:08.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T02:47:08.739Z] 0b97e4531f3a: Preparing [2020-12-03T02:47:08.739Z] 51499ed59dff: Preparing [2020-12-03T02:47:08.739Z] 98bf4215b542: Preparing [2020-12-03T02:47:08.739Z] 98bf4215b542: Pushed [2020-12-03T02:47:08.739Z] 0b97e4531f3a: Pushed [2020-12-03T02:47:12.101Z] 51499ed59dff: Pushed [2020-12-03T02:47:12.101Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:12.437Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:12.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:12.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T02:47:12.802Z] 0b97e4531f3a: Preparing [2020-12-03T02:47:12.802Z] 51499ed59dff: Preparing [2020-12-03T02:47:12.802Z] 98bf4215b542: Preparing [2020-12-03T02:47:13.073Z] 51499ed59dff: Layer already exists [2020-12-03T02:47:13.073Z] 0b97e4531f3a: Layer already exists [2020-12-03T02:47:13.073Z] 98bf4215b542: Layer already exists [2020-12-03T02:47:13.073Z] 1.3.1-dev.16: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:13.411Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:13.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:13.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T02:47:13.743Z] 0b97e4531f3a: Preparing [2020-12-03T02:47:13.743Z] 51499ed59dff: Preparing [2020-12-03T02:47:13.743Z] 98bf4215b542: Preparing [2020-12-03T02:47:14.014Z] 0b97e4531f3a: Layer already exists [2020-12-03T02:47:14.014Z] 98bf4215b542: Layer already exists [2020-12-03T02:47:14.014Z] 51499ed59dff: Layer already exists [2020-12-03T02:47:14.014Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:14.353Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:14.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-03T02:47:14.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-03T02:47:14.684Z] 0b97e4531f3a: Preparing [2020-12-03T02:47:14.684Z] 51499ed59dff: Preparing [2020-12-03T02:47:14.684Z] 98bf4215b542: Preparing [2020-12-03T02:47:14.684Z] 98bf4215b542: Layer already exists [2020-12-03T02:47:14.684Z] 0b97e4531f3a: Layer already exists [2020-12-03T02:47:14.684Z] 51499ed59dff: Layer already exists [2020-12-03T02:47:14.955Z] master: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:15.173Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:15.222Z] taggedImages: [2020-12-03T02:47:15.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:15.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:15.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:15.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-03T02:47:15.307Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-03T02:47:15.307Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:15.307Z] 1.3.1-dev.16 [2020-12-03T02:47:15.307Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:15.307Z] master [2020-12-03T02:47:15.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:15.858Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:16.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:16.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T02:47:16.193Z] ad29a7b236f0: Preparing [2020-12-03T02:47:16.193Z] 4eab37c7ad0e: Preparing [2020-12-03T02:47:16.193Z] 35f6f485a2a5: Preparing [2020-12-03T02:47:16.193Z] f6c50ebef54d: Preparing [2020-12-03T02:47:16.193Z] 1dc4cb23a0e7: Preparing [2020-12-03T02:47:16.193Z] fa2576215188: Preparing [2020-12-03T02:47:16.193Z] 66b385cf80cf: Preparing [2020-12-03T02:47:16.193Z] fa2576215188: Waiting [2020-12-03T02:47:16.193Z] 66b385cf80cf: Waiting [2020-12-03T02:47:16.465Z] 35f6f485a2a5: Pushed [2020-12-03T02:47:16.465Z] 4eab37c7ad0e: Pushed [2020-12-03T02:47:16.465Z] 1dc4cb23a0e7: Pushed [2020-12-03T02:47:16.465Z] ad29a7b236f0: Pushed [2020-12-03T02:47:16.740Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:17.009Z] fa2576215188: Pushed [2020-12-03T02:47:18.433Z] f6c50ebef54d: Pushed [2020-12-03T02:47:18.703Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:19.042Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:19.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:19.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T02:47:19.375Z] ad29a7b236f0: Preparing [2020-12-03T02:47:19.375Z] 4eab37c7ad0e: Preparing [2020-12-03T02:47:19.375Z] 35f6f485a2a5: Preparing [2020-12-03T02:47:19.375Z] f6c50ebef54d: Preparing [2020-12-03T02:47:19.375Z] 1dc4cb23a0e7: Preparing [2020-12-03T02:47:19.375Z] fa2576215188: Preparing [2020-12-03T02:47:19.375Z] 66b385cf80cf: Preparing [2020-12-03T02:47:19.375Z] fa2576215188: Waiting [2020-12-03T02:47:19.375Z] 66b385cf80cf: Waiting [2020-12-03T02:47:19.375Z] ad29a7b236f0: Layer already exists [2020-12-03T02:47:19.646Z] 4eab37c7ad0e: Layer already exists [2020-12-03T02:47:19.646Z] 1dc4cb23a0e7: Layer already exists [2020-12-03T02:47:19.646Z] f6c50ebef54d: Layer already exists [2020-12-03T02:47:19.646Z] 35f6f485a2a5: Layer already exists [2020-12-03T02:47:19.646Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:19.646Z] fa2576215188: Layer already exists [2020-12-03T02:47:19.646Z] 1.3.1-dev.16: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:19.984Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:21.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:21.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T02:47:21.248Z] ad29a7b236f0: Preparing [2020-12-03T02:47:21.248Z] 4eab37c7ad0e: Preparing [2020-12-03T02:47:21.248Z] 35f6f485a2a5: Preparing [2020-12-03T02:47:21.248Z] f6c50ebef54d: Preparing [2020-12-03T02:47:21.248Z] 1dc4cb23a0e7: Preparing [2020-12-03T02:47:21.248Z] fa2576215188: Preparing [2020-12-03T02:47:21.248Z] 66b385cf80cf: Preparing [2020-12-03T02:47:21.248Z] fa2576215188: Waiting [2020-12-03T02:47:21.248Z] 66b385cf80cf: Waiting [2020-12-03T02:47:21.517Z] 1dc4cb23a0e7: Layer already exists [2020-12-03T02:47:21.517Z] ad29a7b236f0: Layer already exists [2020-12-03T02:47:21.517Z] f6c50ebef54d: Layer already exists [2020-12-03T02:47:21.517Z] 4eab37c7ad0e: Layer already exists [2020-12-03T02:47:21.517Z] 35f6f485a2a5: Layer already exists [2020-12-03T02:47:21.517Z] fa2576215188: Layer already exists [2020-12-03T02:47:21.517Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:21.517Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:21.854Z] + 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-03T02:47:22.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-03T02:47:22.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-03T02:47:22.185Z] ad29a7b236f0: Preparing [2020-12-03T02:47:22.185Z] 4eab37c7ad0e: Preparing [2020-12-03T02:47:22.185Z] 35f6f485a2a5: Preparing [2020-12-03T02:47:22.185Z] f6c50ebef54d: Preparing [2020-12-03T02:47:22.185Z] 1dc4cb23a0e7: Preparing [2020-12-03T02:47:22.185Z] fa2576215188: Preparing [2020-12-03T02:47:22.185Z] 66b385cf80cf: Preparing [2020-12-03T02:47:22.185Z] fa2576215188: Waiting [2020-12-03T02:47:22.185Z] 66b385cf80cf: Waiting [2020-12-03T02:47:22.185Z] f6c50ebef54d: Layer already exists [2020-12-03T02:47:22.185Z] 4eab37c7ad0e: Layer already exists [2020-12-03T02:47:22.185Z] 35f6f485a2a5: Layer already exists [2020-12-03T02:47:22.185Z] ad29a7b236f0: Layer already exists [2020-12-03T02:47:22.185Z] 1dc4cb23a0e7: Layer already exists [2020-12-03T02:47:22.453Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:22.453Z] fa2576215188: Layer already exists [2020-12-03T02:47:22.453Z] master: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:22.655Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:22.704Z] taggedImages: [2020-12-03T02:47:22.704Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:22.704Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:22.704Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:22.704Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-03T02:47:22.775Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-03T02:47:22.775Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:22.775Z] 1.3.1-dev.16 [2020-12-03T02:47:22.775Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:22.775Z] master [2020-12-03T02:47:22.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:23.298Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:23.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:23.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T02:47:23.628Z] 7eaa014a69f8: Preparing [2020-12-03T02:47:23.628Z] c1768b1181a3: Preparing [2020-12-03T02:47:23.628Z] fe0d40241af8: Preparing [2020-12-03T02:47:23.628Z] 6e51831e0fc9: Preparing [2020-12-03T02:47:23.628Z] 8af6c0946975: Preparing [2020-12-03T02:47:23.628Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:23.628Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:23.898Z] 6e51831e0fc9: Pushed [2020-12-03T02:47:24.172Z] fe0d40241af8: Pushed [2020-12-03T02:47:24.172Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:24.442Z] 8af6c0946975: Pushed [2020-12-03T02:47:26.406Z] 7eaa014a69f8: Pushed [2020-12-03T02:47:26.406Z] c1768b1181a3: Pushed [2020-12-03T02:47:26.406Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:26.743Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:27.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:27.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T02:47:27.085Z] 7eaa014a69f8: Preparing [2020-12-03T02:47:27.085Z] c1768b1181a3: Preparing [2020-12-03T02:47:27.085Z] fe0d40241af8: Preparing [2020-12-03T02:47:27.085Z] 6e51831e0fc9: Preparing [2020-12-03T02:47:27.085Z] 8af6c0946975: Preparing [2020-12-03T02:47:27.085Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:27.085Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:27.085Z] c1768b1181a3: Layer already exists [2020-12-03T02:47:27.085Z] 7eaa014a69f8: Layer already exists [2020-12-03T02:47:27.085Z] 6e51831e0fc9: Layer already exists [2020-12-03T02:47:27.085Z] fe0d40241af8: Layer already exists [2020-12-03T02:47:27.085Z] 8af6c0946975: Layer already exists [2020-12-03T02:47:27.353Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:27.353Z] 1.3.1-dev.16: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:27.690Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:28.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:28.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T02:47:28.021Z] 7eaa014a69f8: Preparing [2020-12-03T02:47:28.021Z] c1768b1181a3: Preparing [2020-12-03T02:47:28.021Z] fe0d40241af8: Preparing [2020-12-03T02:47:28.021Z] 6e51831e0fc9: Preparing [2020-12-03T02:47:28.021Z] 8af6c0946975: Preparing [2020-12-03T02:47:28.021Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:28.021Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:28.291Z] fe0d40241af8: Layer already exists [2020-12-03T02:47:28.291Z] 6e51831e0fc9: Layer already exists [2020-12-03T02:47:28.291Z] c1768b1181a3: Layer already exists [2020-12-03T02:47:28.291Z] 7eaa014a69f8: Layer already exists [2020-12-03T02:47:28.291Z] 8af6c0946975: Layer already exists [2020-12-03T02:47:28.291Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:28.291Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:28.631Z] + 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-03T02:47:28.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-03T02:47:28.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-03T02:47:28.961Z] 7eaa014a69f8: Preparing [2020-12-03T02:47:28.961Z] c1768b1181a3: Preparing [2020-12-03T02:47:28.961Z] fe0d40241af8: Preparing [2020-12-03T02:47:28.961Z] 6e51831e0fc9: Preparing [2020-12-03T02:47:28.961Z] 8af6c0946975: Preparing [2020-12-03T02:47:28.961Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:28.961Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:28.961Z] 8af6c0946975: Layer already exists [2020-12-03T02:47:29.231Z] 6e51831e0fc9: Layer already exists [2020-12-03T02:47:29.231Z] c1768b1181a3: Layer already exists [2020-12-03T02:47:29.231Z] fe0d40241af8: Layer already exists [2020-12-03T02:47:29.231Z] 7eaa014a69f8: Layer already exists [2020-12-03T02:47:29.231Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:29.231Z] master: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:29.452Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:29.501Z] taggedImages: [2020-12-03T02:47:29.501Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:29.501Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:29.501Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:29.501Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-03T02:47:29.572Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-03T02:47:29.572Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:29.572Z] 1.3.1-dev.16 [2020-12-03T02:47:29.572Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:29.572Z] master [2020-12-03T02:47:29.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:30.119Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:30.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:30.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T02:47:30.491Z] c33449f04410: Preparing [2020-12-03T02:47:30.491Z] a8dfb735f34f: Preparing [2020-12-03T02:47:30.491Z] b7f74343ff49: Preparing [2020-12-03T02:47:30.491Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:30.491Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:30.491Z] 2ece1d292461: Preparing [2020-12-03T02:47:30.491Z] 6c445df4dd0a: Preparing [2020-12-03T02:47:30.491Z] 9201a970a8e0: Preparing [2020-12-03T02:47:30.491Z] c33449f04410: Preparing [2020-12-03T02:47:30.491Z] cf5579bb7803: Preparing [2020-12-03T02:47:30.491Z] 394437fe52c2: Preparing [2020-12-03T02:47:30.491Z] dde7ef79d4d7: Preparing [2020-12-03T02:47:30.491Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:30.491Z] 6c445df4dd0a: Waiting [2020-12-03T02:47:30.491Z] 9201a970a8e0: Waiting [2020-12-03T02:47:30.491Z] cf5579bb7803: Waiting [2020-12-03T02:47:30.491Z] 394437fe52c2: Waiting [2020-12-03T02:47:30.491Z] dde7ef79d4d7: Waiting [2020-12-03T02:47:30.491Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:30.781Z] b7f74343ff49: Pushed [2020-12-03T02:47:30.781Z] 2ece1d292461: Pushed [2020-12-03T02:47:30.781Z] a8dfb735f34f: Pushed [2020-12-03T02:47:30.781Z] 2b7ae9a38fdc: Pushed [2020-12-03T02:47:31.084Z] 6c445df4dd0a: Pushed [2020-12-03T02:47:31.084Z] 9201a970a8e0: Pushed [2020-12-03T02:47:31.084Z] cf5579bb7803: Pushed [2020-12-03T02:47:31.084Z] 394437fe52c2: Pushed [2020-12-03T02:47:31.084Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:31.356Z] dde7ef79d4d7: Pushed [2020-12-03T02:47:33.321Z] c33449f04410: Pushed [2020-12-03T02:47:33.321Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:33.660Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:33.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:33.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T02:47:33.991Z] c33449f04410: Preparing [2020-12-03T02:47:33.991Z] a8dfb735f34f: Preparing [2020-12-03T02:47:33.991Z] b7f74343ff49: Preparing [2020-12-03T02:47:33.991Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:33.991Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:33.991Z] 2ece1d292461: Preparing [2020-12-03T02:47:33.991Z] 6c445df4dd0a: Preparing [2020-12-03T02:47:33.991Z] 9201a970a8e0: Preparing [2020-12-03T02:47:33.991Z] c33449f04410: Preparing [2020-12-03T02:47:33.991Z] cf5579bb7803: Preparing [2020-12-03T02:47:33.991Z] 394437fe52c2: Preparing [2020-12-03T02:47:33.991Z] dde7ef79d4d7: Preparing [2020-12-03T02:47:33.991Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:33.991Z] cf5579bb7803: Waiting [2020-12-03T02:47:33.991Z] 6c445df4dd0a: Waiting [2020-12-03T02:47:33.991Z] 394437fe52c2: Waiting [2020-12-03T02:47:33.991Z] dde7ef79d4d7: Waiting [2020-12-03T02:47:33.991Z] 9201a970a8e0: Waiting [2020-12-03T02:47:33.991Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:33.991Z] b7f74343ff49: Layer already exists [2020-12-03T02:47:33.991Z] c33449f04410: Layer already exists [2020-12-03T02:47:33.991Z] a8dfb735f34f: Layer already exists [2020-12-03T02:47:33.991Z] 2ece1d292461: Layer already exists [2020-12-03T02:47:33.991Z] 2b7ae9a38fdc: Layer already exists [2020-12-03T02:47:33.991Z] 6c445df4dd0a: Layer already exists [2020-12-03T02:47:33.991Z] cf5579bb7803: Layer already exists [2020-12-03T02:47:34.261Z] 394437fe52c2: Layer already exists [2020-12-03T02:47:34.261Z] 9201a970a8e0: Layer already exists [2020-12-03T02:47:34.261Z] dde7ef79d4d7: Layer already exists [2020-12-03T02:47:34.261Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:34.261Z] 1.3.1-dev.16: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:34.594Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:34.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:34.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T02:47:34.921Z] c33449f04410: Preparing [2020-12-03T02:47:34.921Z] a8dfb735f34f: Preparing [2020-12-03T02:47:34.921Z] b7f74343ff49: Preparing [2020-12-03T02:47:34.921Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:34.921Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:34.921Z] 2ece1d292461: Preparing [2020-12-03T02:47:34.921Z] 6c445df4dd0a: Preparing [2020-12-03T02:47:34.921Z] 9201a970a8e0: Preparing [2020-12-03T02:47:34.921Z] c33449f04410: Preparing [2020-12-03T02:47:34.921Z] cf5579bb7803: Preparing [2020-12-03T02:47:34.921Z] 394437fe52c2: Preparing [2020-12-03T02:47:34.921Z] dde7ef79d4d7: Preparing [2020-12-03T02:47:34.921Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:34.921Z] cf5579bb7803: Waiting [2020-12-03T02:47:34.921Z] dde7ef79d4d7: Waiting [2020-12-03T02:47:34.921Z] 394437fe52c2: Waiting [2020-12-03T02:47:34.921Z] 6c445df4dd0a: Waiting [2020-12-03T02:47:34.921Z] 9201a970a8e0: Waiting [2020-12-03T02:47:34.921Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:34.921Z] b7f74343ff49: Layer already exists [2020-12-03T02:47:34.921Z] 2b7ae9a38fdc: Layer already exists [2020-12-03T02:47:34.921Z] 2ece1d292461: Layer already exists [2020-12-03T02:47:34.921Z] a8dfb735f34f: Layer already exists [2020-12-03T02:47:34.921Z] c33449f04410: Layer already exists [2020-12-03T02:47:34.921Z] 9201a970a8e0: Layer already exists [2020-12-03T02:47:34.921Z] 6c445df4dd0a: Layer already exists [2020-12-03T02:47:34.921Z] 394437fe52c2: Layer already exists [2020-12-03T02:47:35.193Z] cf5579bb7803: Layer already exists [2020-12-03T02:47:35.193Z] dde7ef79d4d7: Layer already exists [2020-12-03T02:47:35.193Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:35.193Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:35.532Z] + 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-03T02:47:35.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-03T02:47:35.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-03T02:47:35.865Z] c33449f04410: Preparing [2020-12-03T02:47:35.865Z] a8dfb735f34f: Preparing [2020-12-03T02:47:35.865Z] b7f74343ff49: Preparing [2020-12-03T02:47:35.865Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:35.865Z] 2b7ae9a38fdc: Preparing [2020-12-03T02:47:35.865Z] 2ece1d292461: Preparing [2020-12-03T02:47:35.865Z] 6c445df4dd0a: Preparing [2020-12-03T02:47:35.865Z] 9201a970a8e0: Preparing [2020-12-03T02:47:35.865Z] c33449f04410: Preparing [2020-12-03T02:47:35.865Z] cf5579bb7803: Preparing [2020-12-03T02:47:35.865Z] 394437fe52c2: Preparing [2020-12-03T02:47:35.865Z] dde7ef79d4d7: Preparing [2020-12-03T02:47:35.865Z] cd3761cfa1d9: Preparing [2020-12-03T02:47:35.865Z] 6c445df4dd0a: Waiting [2020-12-03T02:47:35.865Z] 9201a970a8e0: Waiting [2020-12-03T02:47:35.865Z] cf5579bb7803: Waiting [2020-12-03T02:47:35.865Z] 394437fe52c2: Waiting [2020-12-03T02:47:35.865Z] cd3761cfa1d9: Waiting [2020-12-03T02:47:35.865Z] dde7ef79d4d7: Waiting [2020-12-03T02:47:35.865Z] 2b7ae9a38fdc: Layer already exists [2020-12-03T02:47:35.865Z] c33449f04410: Layer already exists [2020-12-03T02:47:35.865Z] a8dfb735f34f: Layer already exists [2020-12-03T02:47:35.865Z] b7f74343ff49: Layer already exists [2020-12-03T02:47:36.134Z] 2ece1d292461: Layer already exists [2020-12-03T02:47:36.134Z] 9201a970a8e0: Layer already exists [2020-12-03T02:47:36.134Z] cf5579bb7803: Layer already exists [2020-12-03T02:47:36.134Z] 394437fe52c2: Layer already exists [2020-12-03T02:47:36.134Z] 6c445df4dd0a: Layer already exists [2020-12-03T02:47:36.134Z] dde7ef79d4d7: Layer already exists [2020-12-03T02:47:36.134Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:47:36.134Z] master: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:36.348Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:36.393Z] taggedImages: [2020-12-03T02:47:36.393Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:36.393Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:36.393Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:36.393Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-03T02:47:36.456Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-03T02:47:36.456Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:36.456Z] 1.3.1-dev.16 [2020-12-03T02:47:36.456Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:36.456Z] master [2020-12-03T02:47:36.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:36.951Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:37.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:37.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T02:47:37.287Z] e2d13013fd13: Preparing [2020-12-03T02:47:37.287Z] 9059c1a3730f: Preparing [2020-12-03T02:47:37.287Z] 5838b307667b: Preparing [2020-12-03T02:47:37.287Z] 4b7ebbae79d4: Preparing [2020-12-03T02:47:37.287Z] 49d4e7bc3bf7: Preparing [2020-12-03T02:47:37.287Z] 1321f2b7748a: Preparing [2020-12-03T02:47:37.287Z] 29d81589b5a1: Preparing [2020-12-03T02:47:37.287Z] fa2576215188: Preparing [2020-12-03T02:47:37.287Z] 66b385cf80cf: Preparing [2020-12-03T02:47:37.287Z] 1321f2b7748a: Waiting [2020-12-03T02:47:37.287Z] 29d81589b5a1: Waiting [2020-12-03T02:47:37.287Z] fa2576215188: Waiting [2020-12-03T02:47:37.287Z] 66b385cf80cf: Waiting [2020-12-03T02:47:37.559Z] e2d13013fd13: Pushed [2020-12-03T02:47:37.559Z] 9059c1a3730f: Pushed [2020-12-03T02:47:37.559Z] 49d4e7bc3bf7: Pushed [2020-12-03T02:47:37.830Z] fa2576215188: Layer already exists [2020-12-03T02:47:37.830Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:37.830Z] 1321f2b7748a: Pushed [2020-12-03T02:47:37.830Z] 29d81589b5a1: Pushed [2020-12-03T02:47:39.797Z] 5838b307667b: Pushed [2020-12-03T02:47:39.797Z] 4b7ebbae79d4: Pushed [2020-12-03T02:47:40.065Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:40.421Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:40.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:40.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T02:47:40.752Z] e2d13013fd13: Preparing [2020-12-03T02:47:40.752Z] 9059c1a3730f: Preparing [2020-12-03T02:47:40.752Z] 5838b307667b: Preparing [2020-12-03T02:47:40.752Z] 4b7ebbae79d4: Preparing [2020-12-03T02:47:40.752Z] 49d4e7bc3bf7: Preparing [2020-12-03T02:47:40.752Z] 1321f2b7748a: Preparing [2020-12-03T02:47:40.752Z] 29d81589b5a1: Preparing [2020-12-03T02:47:40.752Z] fa2576215188: Preparing [2020-12-03T02:47:40.752Z] 66b385cf80cf: Preparing [2020-12-03T02:47:40.752Z] 1321f2b7748a: Waiting [2020-12-03T02:47:40.752Z] 29d81589b5a1: Waiting [2020-12-03T02:47:40.752Z] fa2576215188: Waiting [2020-12-03T02:47:40.752Z] 66b385cf80cf: Waiting [2020-12-03T02:47:41.024Z] 49d4e7bc3bf7: Layer already exists [2020-12-03T02:47:41.024Z] 5838b307667b: Layer already exists [2020-12-03T02:47:41.024Z] e2d13013fd13: Layer already exists [2020-12-03T02:47:41.024Z] 9059c1a3730f: Layer already exists [2020-12-03T02:47:41.024Z] 4b7ebbae79d4: Layer already exists [2020-12-03T02:47:41.024Z] 29d81589b5a1: Layer already exists [2020-12-03T02:47:41.024Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:41.024Z] 1321f2b7748a: Layer already exists [2020-12-03T02:47:41.024Z] fa2576215188: Layer already exists [2020-12-03T02:47:41.024Z] 1.3.1-dev.16: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:41.360Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:41.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:41.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T02:47:41.690Z] e2d13013fd13: Preparing [2020-12-03T02:47:41.690Z] 9059c1a3730f: Preparing [2020-12-03T02:47:41.690Z] 5838b307667b: Preparing [2020-12-03T02:47:41.690Z] 4b7ebbae79d4: Preparing [2020-12-03T02:47:41.690Z] 49d4e7bc3bf7: Preparing [2020-12-03T02:47:41.690Z] 1321f2b7748a: Preparing [2020-12-03T02:47:41.690Z] 29d81589b5a1: Preparing [2020-12-03T02:47:41.690Z] fa2576215188: Preparing [2020-12-03T02:47:41.690Z] 66b385cf80cf: Preparing [2020-12-03T02:47:41.690Z] 1321f2b7748a: Waiting [2020-12-03T02:47:41.690Z] 29d81589b5a1: Waiting [2020-12-03T02:47:41.690Z] fa2576215188: Waiting [2020-12-03T02:47:41.690Z] 66b385cf80cf: Waiting [2020-12-03T02:47:41.959Z] 5838b307667b: Layer already exists [2020-12-03T02:47:41.959Z] 9059c1a3730f: Layer already exists [2020-12-03T02:47:41.959Z] 49d4e7bc3bf7: Layer already exists [2020-12-03T02:47:41.959Z] e2d13013fd13: Layer already exists [2020-12-03T02:47:41.959Z] 4b7ebbae79d4: Layer already exists [2020-12-03T02:47:41.959Z] 1321f2b7748a: Layer already exists [2020-12-03T02:47:41.959Z] 29d81589b5a1: Layer already exists [2020-12-03T02:47:41.959Z] fa2576215188: Layer already exists [2020-12-03T02:47:41.959Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:41.959Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:42.295Z] + 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-03T02:47:42.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-03T02:47:42.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-03T02:47:42.629Z] e2d13013fd13: Preparing [2020-12-03T02:47:42.629Z] 9059c1a3730f: Preparing [2020-12-03T02:47:42.629Z] 5838b307667b: Preparing [2020-12-03T02:47:42.629Z] 4b7ebbae79d4: Preparing [2020-12-03T02:47:42.629Z] 49d4e7bc3bf7: Preparing [2020-12-03T02:47:42.629Z] 1321f2b7748a: Preparing [2020-12-03T02:47:42.629Z] 29d81589b5a1: Preparing [2020-12-03T02:47:42.629Z] fa2576215188: Preparing [2020-12-03T02:47:42.629Z] 66b385cf80cf: Preparing [2020-12-03T02:47:42.629Z] 1321f2b7748a: Waiting [2020-12-03T02:47:42.629Z] 29d81589b5a1: Waiting [2020-12-03T02:47:42.629Z] fa2576215188: Waiting [2020-12-03T02:47:42.629Z] 66b385cf80cf: Waiting [2020-12-03T02:47:42.629Z] 49d4e7bc3bf7: Layer already exists [2020-12-03T02:47:42.629Z] 9059c1a3730f: Layer already exists [2020-12-03T02:47:42.629Z] e2d13013fd13: Layer already exists [2020-12-03T02:47:42.629Z] 5838b307667b: Layer already exists [2020-12-03T02:47:42.629Z] 4b7ebbae79d4: Layer already exists [2020-12-03T02:47:42.629Z] 29d81589b5a1: Layer already exists [2020-12-03T02:47:42.899Z] fa2576215188: Layer already exists [2020-12-03T02:47:42.899Z] 1321f2b7748a: Layer already exists [2020-12-03T02:47:42.899Z] 66b385cf80cf: Layer already exists [2020-12-03T02:47:42.899Z] master: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:43.133Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:43.179Z] taggedImages: [2020-12-03T02:47:43.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:43.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:43.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:43.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-03T02:47:43.252Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-12-03T02:47:43.252Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:43.252Z] 1.3.1-dev.16 [2020-12-03T02:47:43.252Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:43.252Z] master [2020-12-03T02:47:43.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:43.798Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:44.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:44.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T02:47:44.129Z] d6aa81faa9a1: Preparing [2020-12-03T02:47:44.129Z] 8842acbdfd11: Preparing [2020-12-03T02:47:44.129Z] a1288927cf4c: Preparing [2020-12-03T02:47:44.129Z] 9d9523fc84cf: Preparing [2020-12-03T02:47:44.400Z] a1288927cf4c: Pushed [2020-12-03T02:47:44.400Z] d6aa81faa9a1: Pushed [2020-12-03T02:47:44.669Z] 9d9523fc84cf: Pushed [2020-12-03T02:47:47.268Z] 8842acbdfd11: Pushed [2020-12-03T02:47:47.268Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:47.603Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:47.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:47.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T02:47:47.930Z] d6aa81faa9a1: Preparing [2020-12-03T02:47:47.930Z] 8842acbdfd11: Preparing [2020-12-03T02:47:47.930Z] a1288927cf4c: Preparing [2020-12-03T02:47:47.930Z] 9d9523fc84cf: Preparing [2020-12-03T02:47:47.930Z] 8842acbdfd11: Layer already exists [2020-12-03T02:47:47.930Z] 9d9523fc84cf: Layer already exists [2020-12-03T02:47:47.930Z] a1288927cf4c: Layer already exists [2020-12-03T02:47:47.930Z] d6aa81faa9a1: Layer already exists [2020-12-03T02:47:48.201Z] 1.3.1-dev.16: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:48.540Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:48.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:48.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T02:47:48.872Z] d6aa81faa9a1: Preparing [2020-12-03T02:47:48.872Z] 8842acbdfd11: Preparing [2020-12-03T02:47:48.872Z] a1288927cf4c: Preparing [2020-12-03T02:47:48.872Z] 9d9523fc84cf: Preparing [2020-12-03T02:47:48.872Z] d6aa81faa9a1: Layer already exists [2020-12-03T02:47:48.872Z] a1288927cf4c: Layer already exists [2020-12-03T02:47:48.872Z] 9d9523fc84cf: Layer already exists [2020-12-03T02:47:48.872Z] 8842acbdfd11: Layer already exists [2020-12-03T02:47:49.143Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:49.476Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:49.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-12-03T02:47:49.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-12-03T02:47:49.804Z] d6aa81faa9a1: Preparing [2020-12-03T02:47:49.804Z] 8842acbdfd11: Preparing [2020-12-03T02:47:49.804Z] a1288927cf4c: Preparing [2020-12-03T02:47:49.804Z] 9d9523fc84cf: Preparing [2020-12-03T02:47:49.804Z] 9d9523fc84cf: Layer already exists [2020-12-03T02:47:49.804Z] d6aa81faa9a1: Layer already exists [2020-12-03T02:47:49.804Z] a1288927cf4c: Layer already exists [2020-12-03T02:47:49.804Z] 8842acbdfd11: Layer already exists [2020-12-03T02:47:50.073Z] master: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:50.343Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:50.408Z] taggedImages: [2020-12-03T02:47:50.408Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:50.408Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:50.408Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:50.408Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-12-03T02:47:50.471Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-03T02:47:50.471Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:50.471Z] 1.3.1-dev.16 [2020-12-03T02:47:50.471Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:50.471Z] master [2020-12-03T02:47:50.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:51.052Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:51.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:51.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T02:47:51.434Z] 1cdee674a075: Preparing [2020-12-03T02:47:51.434Z] 7978b490343b: Preparing [2020-12-03T02:47:51.434Z] 16aa7e255669: Preparing [2020-12-03T02:47:51.434Z] f1b12f2e7e86: Preparing [2020-12-03T02:47:51.434Z] 470d310ac0eb: Preparing [2020-12-03T02:47:51.434Z] c7457b5743f5: Preparing [2020-12-03T02:47:51.434Z] c7457b5743f5: Waiting [2020-12-03T02:47:51.732Z] 1cdee674a075: Pushed [2020-12-03T02:47:52.008Z] 16aa7e255669: Pushed [2020-12-03T02:47:52.008Z] f1b12f2e7e86: Pushed [2020-12-03T02:47:52.008Z] 470d310ac0eb: Pushed [2020-12-03T02:47:52.289Z] c7457b5743f5: Pushed [2020-12-03T02:47:54.901Z] 7978b490343b: Pushed [2020-12-03T02:47:54.901Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:55.237Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:55.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:55.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T02:47:55.570Z] 1cdee674a075: Preparing [2020-12-03T02:47:55.570Z] 7978b490343b: Preparing [2020-12-03T02:47:55.570Z] 16aa7e255669: Preparing [2020-12-03T02:47:55.570Z] f1b12f2e7e86: Preparing [2020-12-03T02:47:55.570Z] 470d310ac0eb: Preparing [2020-12-03T02:47:55.570Z] c7457b5743f5: Preparing [2020-12-03T02:47:55.570Z] c7457b5743f5: Waiting [2020-12-03T02:47:55.570Z] 470d310ac0eb: Layer already exists [2020-12-03T02:47:55.570Z] f1b12f2e7e86: Layer already exists [2020-12-03T02:47:55.570Z] 1cdee674a075: Layer already exists [2020-12-03T02:47:55.570Z] 16aa7e255669: Layer already exists [2020-12-03T02:47:55.570Z] 7978b490343b: Layer already exists [2020-12-03T02:47:55.840Z] c7457b5743f5: Layer already exists [2020-12-03T02:47:55.840Z] 1.3.1-dev.16: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:56.177Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:56.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:56.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T02:47:56.515Z] 1cdee674a075: Preparing [2020-12-03T02:47:56.515Z] 7978b490343b: Preparing [2020-12-03T02:47:56.515Z] 16aa7e255669: Preparing [2020-12-03T02:47:56.515Z] f1b12f2e7e86: Preparing [2020-12-03T02:47:56.515Z] 470d310ac0eb: Preparing [2020-12-03T02:47:56.515Z] c7457b5743f5: Preparing [2020-12-03T02:47:56.515Z] c7457b5743f5: Waiting [2020-12-03T02:47:56.786Z] f1b12f2e7e86: Layer already exists [2020-12-03T02:47:56.786Z] 470d310ac0eb: Layer already exists [2020-12-03T02:47:56.786Z] 7978b490343b: Layer already exists [2020-12-03T02:47:56.786Z] 16aa7e255669: Layer already exists [2020-12-03T02:47:56.786Z] 1cdee674a075: Layer already exists [2020-12-03T02:47:56.786Z] c7457b5743f5: Layer already exists [2020-12-03T02:47:56.786Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:57.123Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:57.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-03T02:47:57.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-03T02:47:57.450Z] 1cdee674a075: Preparing [2020-12-03T02:47:57.450Z] 7978b490343b: Preparing [2020-12-03T02:47:57.450Z] 16aa7e255669: Preparing [2020-12-03T02:47:57.450Z] f1b12f2e7e86: Preparing [2020-12-03T02:47:57.450Z] 470d310ac0eb: Preparing [2020-12-03T02:47:57.450Z] c7457b5743f5: Preparing [2020-12-03T02:47:57.450Z] c7457b5743f5: Waiting [2020-12-03T02:47:57.450Z] f1b12f2e7e86: Layer already exists [2020-12-03T02:47:57.450Z] 7978b490343b: Layer already exists [2020-12-03T02:47:57.450Z] 1cdee674a075: Layer already exists [2020-12-03T02:47:57.450Z] 16aa7e255669: Layer already exists [2020-12-03T02:47:57.450Z] 470d310ac0eb: Layer already exists [2020-12-03T02:47:57.720Z] c7457b5743f5: Layer already exists [2020-12-03T02:47:57.720Z] master: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:47:57.907Z] ===================================================== [Pipeline] echo [2020-12-03T02:47:57.953Z] taggedImages: [2020-12-03T02:47:57.953Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:57.953Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.16 [2020-12-03T02:47:57.953Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:57.953Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-03T02:47:58.015Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-03T02:47:58.015Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:58.015Z] 1.3.1-dev.16 [2020-12-03T02:47:58.015Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:47:58.015Z] master [2020-12-03T02:47:58.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:58.516Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:47:58.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:47:58.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T02:47:58.848Z] 8b49519b97ac: Preparing [2020-12-03T02:47:58.848Z] 4a5020abe320: Preparing [2020-12-03T02:47:58.848Z] da73888b1f37: Preparing [2020-12-03T02:47:59.118Z] da73888b1f37: Pushed [2020-12-03T02:47:59.118Z] 8b49519b97ac: Pushed [2020-12-03T02:48:02.483Z] 4a5020abe320: Pushed [2020-12-03T02:48:02.483Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:02.817Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:03.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.16 [2020-12-03T02:48:03.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T02:48:03.145Z] 8b49519b97ac: Preparing [2020-12-03T02:48:03.145Z] 4a5020abe320: Preparing [2020-12-03T02:48:03.145Z] da73888b1f37: Preparing [2020-12-03T02:48:03.145Z] da73888b1f37: Layer already exists [2020-12-03T02:48:03.145Z] 8b49519b97ac: Layer already exists [2020-12-03T02:48:03.145Z] 4a5020abe320: Layer already exists [2020-12-03T02:48:03.413Z] 1.3.1-dev.16: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:03.745Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:04.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:48:04.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T02:48:04.077Z] 8b49519b97ac: Preparing [2020-12-03T02:48:04.077Z] 4a5020abe320: Preparing [2020-12-03T02:48:04.077Z] da73888b1f37: Preparing [2020-12-03T02:48:04.077Z] 8b49519b97ac: Layer already exists [2020-12-03T02:48:04.077Z] da73888b1f37: Layer already exists [2020-12-03T02:48:04.077Z] 4a5020abe320: Layer already exists [2020-12-03T02:48:04.347Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:04.705Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:05.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-03T02:48:05.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-03T02:48:05.044Z] 8b49519b97ac: Preparing [2020-12-03T02:48:05.044Z] 4a5020abe320: Preparing [2020-12-03T02:48:05.044Z] da73888b1f37: Preparing [2020-12-03T02:48:05.044Z] 4a5020abe320: Layer already exists [2020-12-03T02:48:05.044Z] 8b49519b97ac: Layer already exists [2020-12-03T02:48:05.044Z] da73888b1f37: Layer already exists [2020-12-03T02:48:05.315Z] master: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:48:05.508Z] ===================================================== [Pipeline] echo [2020-12-03T02:48:05.562Z] taggedImages: [2020-12-03T02:48:05.562Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:48:05.562Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.16 [2020-12-03T02:48:05.562Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:48:05.562Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-03T02:48:05.682Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-03T02:48:05.682Z] ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:48:05.682Z] 1.3.1-dev.16 [2020-12-03T02:48:05.682Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:48:05.682Z] master [2020-12-03T02:48:05.682Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:06.182Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:06.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:48:06.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T02:48:06.527Z] dec923e74730: Preparing [2020-12-03T02:48:06.527Z] a8c97a0a0187: Preparing [2020-12-03T02:48:06.527Z] 8a3988585781: Preparing [2020-12-03T02:48:06.527Z] b6100de8ebdc: Preparing [2020-12-03T02:48:06.527Z] 16c21975c926: Preparing [2020-12-03T02:48:06.527Z] 773c534710cb: Preparing [2020-12-03T02:48:06.527Z] b5afc0082e71: Preparing [2020-12-03T02:48:06.527Z] 2cee7541aa47: Preparing [2020-12-03T02:48:06.527Z] b6a78175e4c9: Preparing [2020-12-03T02:48:06.527Z] fab17a547d8c: Preparing [2020-12-03T02:48:06.527Z] 4b089f0fc7f0: Preparing [2020-12-03T02:48:06.527Z] 3e7dc55cab04: Preparing [2020-12-03T02:48:06.527Z] b2e85fd0898f: Preparing [2020-12-03T02:48:06.527Z] cd3761cfa1d9: Preparing [2020-12-03T02:48:06.527Z] 773c534710cb: Waiting [2020-12-03T02:48:06.527Z] b5afc0082e71: Waiting [2020-12-03T02:48:06.527Z] 2cee7541aa47: Waiting [2020-12-03T02:48:06.527Z] 3e7dc55cab04: Waiting [2020-12-03T02:48:06.527Z] b2e85fd0898f: Waiting [2020-12-03T02:48:06.527Z] cd3761cfa1d9: Waiting [2020-12-03T02:48:06.527Z] fab17a547d8c: Waiting [2020-12-03T02:48:06.527Z] 4b089f0fc7f0: Waiting [2020-12-03T02:48:07.120Z] 16c21975c926: Pushed [2020-12-03T02:48:07.120Z] dec923e74730: Pushed [2020-12-03T02:48:07.718Z] b6100de8ebdc: Pushed [2020-12-03T02:48:07.719Z] b5afc0082e71: Pushed [2020-12-03T02:48:07.719Z] 2cee7541aa47: Layer already exists [2020-12-03T02:48:07.992Z] b6a78175e4c9: Layer already exists [2020-12-03T02:48:07.992Z] fab17a547d8c: Layer already exists [2020-12-03T02:48:07.992Z] 4b089f0fc7f0: Layer already exists [2020-12-03T02:48:07.992Z] 3e7dc55cab04: Layer already exists [2020-12-03T02:48:07.992Z] b2e85fd0898f: Layer already exists [2020-12-03T02:48:07.992Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:48:08.582Z] a8c97a0a0187: Pushed [2020-12-03T02:48:09.548Z] 773c534710cb: Pushed [2020-12-03T02:48:19.645Z] 8a3988585781: Pushed [2020-12-03T02:48:19.645Z] ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:19.982Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:20.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.16 [2020-12-03T02:48:20.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T02:48:20.314Z] dec923e74730: Preparing [2020-12-03T02:48:20.314Z] a8c97a0a0187: Preparing [2020-12-03T02:48:20.314Z] 8a3988585781: Preparing [2020-12-03T02:48:20.314Z] b6100de8ebdc: Preparing [2020-12-03T02:48:20.314Z] 16c21975c926: Preparing [2020-12-03T02:48:20.314Z] 773c534710cb: Preparing [2020-12-03T02:48:20.314Z] b5afc0082e71: Preparing [2020-12-03T02:48:20.314Z] 2cee7541aa47: Preparing [2020-12-03T02:48:20.314Z] b6a78175e4c9: Preparing [2020-12-03T02:48:20.314Z] fab17a547d8c: Preparing [2020-12-03T02:48:20.314Z] 4b089f0fc7f0: Preparing [2020-12-03T02:48:20.314Z] 3e7dc55cab04: Preparing [2020-12-03T02:48:20.314Z] b2e85fd0898f: Preparing [2020-12-03T02:48:20.314Z] cd3761cfa1d9: Preparing [2020-12-03T02:48:20.314Z] 773c534710cb: Waiting [2020-12-03T02:48:20.314Z] b5afc0082e71: Waiting [2020-12-03T02:48:20.314Z] 2cee7541aa47: Waiting [2020-12-03T02:48:20.314Z] b6a78175e4c9: Waiting [2020-12-03T02:48:20.314Z] fab17a547d8c: Waiting [2020-12-03T02:48:20.314Z] 4b089f0fc7f0: Waiting [2020-12-03T02:48:20.314Z] 3e7dc55cab04: Waiting [2020-12-03T02:48:20.314Z] b2e85fd0898f: Waiting [2020-12-03T02:48:20.314Z] cd3761cfa1d9: Waiting [2020-12-03T02:48:20.314Z] a8c97a0a0187: Layer already exists [2020-12-03T02:48:20.314Z] 16c21975c926: Layer already exists [2020-12-03T02:48:20.314Z] 8a3988585781: Layer already exists [2020-12-03T02:48:20.314Z] b6100de8ebdc: Layer already exists [2020-12-03T02:48:20.314Z] 2cee7541aa47: Layer already exists [2020-12-03T02:48:20.314Z] b5afc0082e71: Layer already exists [2020-12-03T02:48:20.314Z] 773c534710cb: Layer already exists [2020-12-03T02:48:20.314Z] b6a78175e4c9: Layer already exists [2020-12-03T02:48:20.585Z] 3e7dc55cab04: Layer already exists [2020-12-03T02:48:20.585Z] 4b089f0fc7f0: Layer already exists [2020-12-03T02:48:20.585Z] fab17a547d8c: Layer already exists [2020-12-03T02:48:20.585Z] b2e85fd0898f: Layer already exists [2020-12-03T02:48:20.585Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:48:20.585Z] dec923e74730: Layer already exists [2020-12-03T02:48:20.585Z] 1.3.1-dev.16: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:20.922Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:21.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:48:21.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T02:48:21.253Z] dec923e74730: Preparing [2020-12-03T02:48:21.253Z] a8c97a0a0187: Preparing [2020-12-03T02:48:21.253Z] 8a3988585781: Preparing [2020-12-03T02:48:21.253Z] b6100de8ebdc: Preparing [2020-12-03T02:48:21.253Z] 16c21975c926: Preparing [2020-12-03T02:48:21.253Z] 773c534710cb: Preparing [2020-12-03T02:48:21.253Z] b5afc0082e71: Preparing [2020-12-03T02:48:21.253Z] 2cee7541aa47: Preparing [2020-12-03T02:48:21.253Z] b6a78175e4c9: Preparing [2020-12-03T02:48:21.253Z] fab17a547d8c: Preparing [2020-12-03T02:48:21.253Z] 4b089f0fc7f0: Preparing [2020-12-03T02:48:21.253Z] 3e7dc55cab04: Preparing [2020-12-03T02:48:21.253Z] b2e85fd0898f: Preparing [2020-12-03T02:48:21.253Z] cd3761cfa1d9: Preparing [2020-12-03T02:48:21.253Z] 773c534710cb: Waiting [2020-12-03T02:48:21.253Z] b5afc0082e71: Waiting [2020-12-03T02:48:21.253Z] 2cee7541aa47: Waiting [2020-12-03T02:48:21.253Z] 3e7dc55cab04: Waiting [2020-12-03T02:48:21.253Z] b2e85fd0898f: Waiting [2020-12-03T02:48:21.253Z] cd3761cfa1d9: Waiting [2020-12-03T02:48:21.253Z] fab17a547d8c: Waiting [2020-12-03T02:48:21.253Z] 4b089f0fc7f0: Waiting [2020-12-03T02:48:21.525Z] 16c21975c926: Layer already exists [2020-12-03T02:48:21.525Z] 8a3988585781: Layer already exists [2020-12-03T02:48:21.525Z] dec923e74730: Layer already exists [2020-12-03T02:48:21.525Z] b6100de8ebdc: Layer already exists [2020-12-03T02:48:21.525Z] a8c97a0a0187: Layer already exists [2020-12-03T02:48:21.525Z] 773c534710cb: Layer already exists [2020-12-03T02:48:21.525Z] b5afc0082e71: Layer already exists [2020-12-03T02:48:21.525Z] 2cee7541aa47: Layer already exists [2020-12-03T02:48:21.525Z] b6a78175e4c9: Layer already exists [2020-12-03T02:48:21.525Z] fab17a547d8c: Layer already exists [2020-12-03T02:48:21.525Z] 3e7dc55cab04: Layer already exists [2020-12-03T02:48:21.525Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:48:21.525Z] 4b089f0fc7f0: Layer already exists [2020-12-03T02:48:21.525Z] b2e85fd0898f: Layer already exists [2020-12-03T02:48:21.525Z] ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:21.941Z] + 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-03T02:48:22.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-03T02:48:22.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-03T02:48:22.290Z] dec923e74730: Preparing [2020-12-03T02:48:22.290Z] a8c97a0a0187: Preparing [2020-12-03T02:48:22.290Z] 8a3988585781: Preparing [2020-12-03T02:48:22.290Z] b6100de8ebdc: Preparing [2020-12-03T02:48:22.290Z] 16c21975c926: Preparing [2020-12-03T02:48:22.290Z] 773c534710cb: Preparing [2020-12-03T02:48:22.290Z] b5afc0082e71: Preparing [2020-12-03T02:48:22.290Z] 2cee7541aa47: Preparing [2020-12-03T02:48:22.290Z] b6a78175e4c9: Preparing [2020-12-03T02:48:22.290Z] fab17a547d8c: Preparing [2020-12-03T02:48:22.290Z] 4b089f0fc7f0: Preparing [2020-12-03T02:48:22.290Z] 3e7dc55cab04: Preparing [2020-12-03T02:48:22.290Z] b2e85fd0898f: Preparing [2020-12-03T02:48:22.290Z] cd3761cfa1d9: Preparing [2020-12-03T02:48:22.290Z] b5afc0082e71: Waiting [2020-12-03T02:48:22.290Z] 2cee7541aa47: Waiting [2020-12-03T02:48:22.290Z] b6a78175e4c9: Waiting [2020-12-03T02:48:22.290Z] fab17a547d8c: Waiting [2020-12-03T02:48:22.290Z] 4b089f0fc7f0: Waiting [2020-12-03T02:48:22.290Z] 3e7dc55cab04: Waiting [2020-12-03T02:48:22.290Z] b2e85fd0898f: Waiting [2020-12-03T02:48:22.290Z] 773c534710cb: Waiting [2020-12-03T02:48:22.290Z] cd3761cfa1d9: Waiting [2020-12-03T02:48:22.578Z] 16c21975c926: Layer already exists [2020-12-03T02:48:22.578Z] b6100de8ebdc: Layer already exists [2020-12-03T02:48:22.578Z] 8a3988585781: Layer already exists [2020-12-03T02:48:22.578Z] dec923e74730: Layer already exists [2020-12-03T02:48:22.578Z] a8c97a0a0187: Layer already exists [2020-12-03T02:48:22.578Z] 2cee7541aa47: Layer already exists [2020-12-03T02:48:22.578Z] b6a78175e4c9: Layer already exists [2020-12-03T02:48:22.578Z] fab17a547d8c: Layer already exists [2020-12-03T02:48:22.578Z] 773c534710cb: Layer already exists [2020-12-03T02:48:22.578Z] b5afc0082e71: Layer already exists [2020-12-03T02:48:22.578Z] 4b089f0fc7f0: Layer already exists [2020-12-03T02:48:22.578Z] cd3761cfa1d9: Layer already exists [2020-12-03T02:48:22.578Z] b2e85fd0898f: Layer already exists [2020-12-03T02:48:22.578Z] 3e7dc55cab04: Layer already exists [2020-12-03T02:48:22.578Z] master: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-03T02:48:22.779Z] ===================================================== [Pipeline] echo [2020-12-03T02:48:22.826Z] taggedImages: [2020-12-03T02:48:22.826Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [2020-12-03T02:48:22.826Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.16 [2020-12-03T02:48:22.826Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [2020-12-03T02:48:22.826Z] - 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-03T02:48:24.306Z] provisioning config files... [2020-12-03T02:48:24.320Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/240@tmp/config8940793605309758993tmp [Pipeline] { [Pipeline] sh [2020-12-03T02:48:24.685Z] + set +x [2020-12-03T02:48:24.685Z] + curl -s https://codecov.io/bash [2020-12-03T02:48:24.685Z] + bash -s -- [2020-12-03T02:48:25.260Z] [2020-12-03T02:48:25.260Z] _____ _ [2020-12-03T02:48:25.260Z] / ____| | | [2020-12-03T02:48:25.260Z] | | ___ __| | ___ ___ _____ __ [2020-12-03T02:48:25.260Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-03T02:48:25.261Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-03T02:48:25.261Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-03T02:48:25.261Z] Bash-20201130-cc6d3fe [2020-12-03T02:48:25.261Z] [2020-12-03T02:48:25.261Z] [2020-12-03T02:48:25.261Z] ==> Jenkins CI detected. [2020-12-03T02:48:25.261Z] project root: . [2020-12-03T02:48:25.261Z] --> token set from env [2020-12-03T02:48:25.261Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-03T02:48:25.261Z] ==> Running gcov in . (disable via -X gcov) [2020-12-03T02:48:25.261Z] ==> Python coveragepy not found [2020-12-03T02:48:25.261Z] ==> Searching for coverage reports in: [2020-12-03T02:48:25.261Z] + . [2020-12-03T02:48:25.261Z] -> Found 1 reports [2020-12-03T02:48:25.261Z] ==> Detecting git/mercurial file structure [2020-12-03T02:48:25.261Z] ==> Reading reports [2020-12-03T02:48:25.261Z] + ./coverage.out bytes=569040 [2020-12-03T02:48:25.524Z] ==> Appending adjustments [2020-12-03T02:48:25.524Z] https://docs.codecov.io/docs/fixing-reports [2020-12-03T02:48:28.836Z] + Found adjustments [2020-12-03T02:48:28.836Z] ==> Gzipping contents [2020-12-03T02:48:28.836Z] 88K /tmp/codecov.FOEZa5.gz [2020-12-03T02:48:28.836Z] ==> Uploading reports [2020-12-03T02:48:28.836Z] url: https://codecov.io [2020-12-03T02:48:28.836Z] query: branch=master&commit=ff93af41a81d158de1dc365787019667f354ae25&build=240&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F240%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T02:48:28.836Z] -> Pinging Codecov [2020-12-03T02:48:28.836Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=ff93af41a81d158de1dc365787019667f354ae25&build=240&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F240%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T02:48:29.098Z] -> Uploading to [2020-12-03T02:48:29.098Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-03/00271124DB129430A58F1EEE437C3FCB/ff93af41a81d158de1dc365787019667f354ae25/407fb723-a1cb-40e8-848c-49a5ae16b7d5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T024829Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f6626b112fb7d3a95b2b0a95e6cf470a30f64ff81748c46b3a045053ed14852 [2020-12-03T02:48:29.098Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:48:29.098Z] Dload Upload Total Spent Left Speed [2020-12-03T02:48:29.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88509 0 0 100 88509 0 173k --:--:-- --:--:-- --:--:-- 172k 100 88509 0 0 100 88509 0 172k --:--:-- --:--:-- --:--:-- 172k [2020-12-03T02:48:29.672Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] } [2020-12-03T02:48:29.681Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-03T02:48:30.618Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-03T02:48:30.723Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:31.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:48:31.153Z] [2020-12-03T02:48:31.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:48:31.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:48:31.582Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-03T02:48:31.582Z] 188c0c94c7c5: Already exists [2020-12-03T02:48:31.582Z] 0ef7d3d256c8: Already exists [2020-12-03T02:48:31.582Z] de9db76c5a1d: Already exists [2020-12-03T02:48:31.582Z] 0eba1c9be4d2: Pulling fs layer [2020-12-03T02:48:31.582Z] 0d57e429df01: Pulling fs layer [2020-12-03T02:48:31.582Z] 4e4be7b47b0d: Pulling fs layer [2020-12-03T02:48:31.582Z] e1f770b5df2f: Pulling fs layer [2020-12-03T02:48:31.582Z] 85a0685a4137: Pulling fs layer [2020-12-03T02:48:31.582Z] e1f770b5df2f: Waiting [2020-12-03T02:48:31.582Z] 85a0685a4137: Waiting [2020-12-03T02:48:31.582Z] 4e4be7b47b0d: Verifying Checksum [2020-12-03T02:48:31.582Z] 4e4be7b47b0d: Download complete [2020-12-03T02:48:31.582Z] 0d57e429df01: Verifying Checksum [2020-12-03T02:48:31.582Z] 0d57e429df01: Download complete [2020-12-03T02:48:34.150Z] e1f770b5df2f: Verifying Checksum [2020-12-03T02:48:34.150Z] e1f770b5df2f: Download complete [2020-12-03T02:48:35.554Z] 0eba1c9be4d2: Verifying Checksum [2020-12-03T02:48:35.554Z] 0eba1c9be4d2: Download complete [2020-12-03T02:48:35.822Z] 85a0685a4137: Verifying Checksum [2020-12-03T02:48:35.822Z] 85a0685a4137: Download complete [2020-12-03T02:48:41.138Z] 0eba1c9be4d2: Pull complete [2020-12-03T02:48:41.138Z] 0d57e429df01: Pull complete [2020-12-03T02:48:41.400Z] 4e4be7b47b0d: Pull complete [2020-12-03T02:48:45.650Z] e1f770b5df2f: Pull complete [2020-12-03T02:48:53.845Z] 85a0685a4137: Pull complete [2020-12-03T02:48:53.845Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-03T02:48:53.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:48:53.845Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-03T02:48:54.026Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:48:54.091Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:48:55.136Z] $ docker top bb1a95a77a562e0bb270c5406ceeae8d4c34cfed3bf8a6dae82e6a834ee7538d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T02:48:55.416Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-03T02:48:55.709Z] + set -o pipefail [2020-12-03T02:48:55.709Z] + snyk monitor '--org=edgex-jenkins' [2020-12-03T02:49:17.701Z] [2020-12-03T02:49:17.701Z] Monitoring /w/workspace/edgex-go/240 (github.com/edgexfoundry/edgex-go)... [2020-12-03T02:49:17.701Z] [2020-12-03T02:49:17.701Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3b199573-f8a8-42b0-b14b-96569ba11541 [2020-12-03T02:49:17.701Z] [2020-12-03T02:49:17.701Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-03T02:49:17.701Z] [2020-12-03T02:49:17.701Z] [Pipeline] } [2020-12-03T02:49:17.747Z] $ docker stop --time=1 bb1a95a77a562e0bb270c5406ceeae8d4c34cfed3bf8a6dae82e6a834ee7538d [2020-12-03T02:49:20.842Z] $ docker rm -f bb1a95a77a562e0bb270c5406ceeae8d4c34cfed3bf8a6dae82e6a834ee7538d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-03T02:49:21.920Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-03T02:49:21.923Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:49:22.214Z] + set -o pipefail [2020-12-03T02:49:22.214Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:49:22.214Z] + tee .snyk [2020-12-03T02:49:22.474Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:49:22.475Z] version: v1.14.1 [2020-12-03T02:49:22.475Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:49:22.475Z] ignore: [2020-12-03T02:49:22.475Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:49:22.475Z] - '*': [2020-12-03T02:49:22.475Z] reason: does not apply # justification for ignoring [2020-12-03T02:49:22.475Z] 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-03T02:49:22.475Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:49:22.475Z] - '*': [2020-12-03T02:49:22.475Z] reason: false positive [2020-12-03T02:49:22.475Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:49:22.475Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:49:22.597Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:49:22.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:49:22.949Z] . [Pipeline] withDockerContainer [2020-12-03T02:49:23.050Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:49:23.100Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:49:24.285Z] $ docker top f98c510e1ba46f74909df6cd321f7d809019f33ff8c8a84a31b105a489f51ba8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:49:24.800Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:49:24.812Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:49:25.102Z] + set -o pipefail [2020-12-03T02:49:25.102Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:49:25.102Z] + snyk-to-html -o snykReport.html [2020-12-03T02:49:35.117Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:49:35.136Z] $ docker stop --time=1 f98c510e1ba46f74909df6cd321f7d809019f33ff8c8a84a31b105a489f51ba8 [2020-12-03T02:49:36.726Z] $ docker rm -f f98c510e1ba46f74909df6cd321f7d809019f33ff8c8a84a31b105a489f51ba8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:49:37.014Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-03T02:49:37.017Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:49:37.343Z] + set -o pipefail [2020-12-03T02:49:37.343Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:49:37.343Z] + tee .snyk [2020-12-03T02:49:37.605Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:49:37.605Z] version: v1.14.1 [2020-12-03T02:49:37.605Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:49:37.605Z] ignore: [2020-12-03T02:49:37.605Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:49:37.605Z] - '*': [2020-12-03T02:49:37.605Z] reason: does not apply # justification for ignoring [2020-12-03T02:49:37.605Z] 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-03T02:49:37.605Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:49:37.605Z] - '*': [2020-12-03T02:49:37.605Z] reason: false positive [2020-12-03T02:49:37.605Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:49:37.605Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:49:37.723Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:49:38.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:49:38.066Z] . [Pipeline] withDockerContainer [2020-12-03T02:49:38.167Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:49:38.218Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:49:38.861Z] $ docker top 2dab2cfb403fd7f82208b168e75e2435924c35799fbdf5457041ae7f26e9fb7e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:49:39.329Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:49:39.339Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:49:39.625Z] + set -o pipefail [2020-12-03T02:49:39.626Z] + snyk-to-html -o snykReport.html [2020-12-03T02:49:39.626Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:49:46.238Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:49:46.255Z] $ docker stop --time=1 2dab2cfb403fd7f82208b168e75e2435924c35799fbdf5457041ae7f26e9fb7e [2020-12-03T02:49:47.787Z] $ docker rm -f 2dab2cfb403fd7f82208b168e75e2435924c35799fbdf5457041ae7f26e9fb7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:49:48.095Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-03T02:49:48.097Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:49:48.386Z] + set -o pipefail [2020-12-03T02:49:48.386Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:49:48.386Z] + tee .snyk [2020-12-03T02:49:48.386Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:49:48.386Z] version: v1.14.1 [2020-12-03T02:49:48.386Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:49:48.386Z] ignore: [2020-12-03T02:49:48.386Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:49:48.386Z] - '*': [2020-12-03T02:49:48.386Z] reason: does not apply # justification for ignoring [2020-12-03T02:49:48.386Z] 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-03T02:49:48.386Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:49:48.386Z] - '*': [2020-12-03T02:49:48.386Z] reason: false positive [2020-12-03T02:49:48.386Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:49:48.386Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:49:48.495Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:49:48.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:49:48.867Z] . [Pipeline] withDockerContainer [2020-12-03T02:49:48.970Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:49:49.020Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:49:49.914Z] $ docker top 84c48b2ced6bf6ce2cc2ca26e641b9e18a9475e0c17287278aa9839f10c2b480 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:49:50.599Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:49:50.610Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:49:50.903Z] + set -o pipefail [2020-12-03T02:49:50.903Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:49:50.903Z] + snyk-to-html -o snykReport.html [2020-12-03T02:50:00.935Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:50:00.953Z] $ docker stop --time=1 84c48b2ced6bf6ce2cc2ca26e641b9e18a9475e0c17287278aa9839f10c2b480 [2020-12-03T02:50:02.496Z] $ docker rm -f 84c48b2ced6bf6ce2cc2ca26e641b9e18a9475e0c17287278aa9839f10c2b480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:50:02.864Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-03T02:50:02.866Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:50:03.157Z] + set -o pipefail [2020-12-03T02:50:03.157Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:50:03.157Z] + tee .snyk [2020-12-03T02:50:03.157Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:50:03.157Z] version: v1.14.1 [2020-12-03T02:50:03.157Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:50:03.157Z] ignore: [2020-12-03T02:50:03.157Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:50:03.157Z] - '*': [2020-12-03T02:50:03.157Z] reason: does not apply # justification for ignoring [2020-12-03T02:50:03.157Z] 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-03T02:50:03.157Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:50:03.157Z] - '*': [2020-12-03T02:50:03.157Z] reason: false positive [2020-12-03T02:50:03.157Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:50:03.157Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:50:03.250Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:50:03.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:50:03.591Z] . [Pipeline] withDockerContainer [2020-12-03T02:50:03.690Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:50:03.740Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:50:04.419Z] $ docker top 60fdb749f0d8649b54852dac0170978ad8446ee901d093b0bffa32d219249c1e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:50:04.921Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:50:04.932Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:50:05.221Z] + set -o pipefail [2020-12-03T02:50:05.221Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:50:05.221Z] + snyk-to-html -o snykReport.html [2020-12-03T02:50:11.877Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:50:11.895Z] $ docker stop --time=1 60fdb749f0d8649b54852dac0170978ad8446ee901d093b0bffa32d219249c1e [2020-12-03T02:50:13.426Z] $ docker rm -f 60fdb749f0d8649b54852dac0170978ad8446ee901d093b0bffa32d219249c1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:50:13.755Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-03T02:50:13.757Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:50:14.048Z] + set -o pipefail [2020-12-03T02:50:14.048Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:50:14.048Z] + tee .snyk [2020-12-03T02:50:14.048Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:50:14.048Z] version: v1.14.1 [2020-12-03T02:50:14.048Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:50:14.048Z] ignore: [2020-12-03T02:50:14.048Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:50:14.048Z] - '*': [2020-12-03T02:50:14.048Z] reason: does not apply # justification for ignoring [2020-12-03T02:50:14.048Z] 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-03T02:50:14.048Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:50:14.048Z] - '*': [2020-12-03T02:50:14.048Z] reason: false positive [2020-12-03T02:50:14.048Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:50:14.048Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:50:14.124Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:50:14.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:50:14.529Z] . [Pipeline] withDockerContainer [2020-12-03T02:50:14.633Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:50:14.682Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:50:15.343Z] $ docker top 52ab59053e885f051a69a4ed947dfb9a180dacb5eb4e4a822d92ccfca7bf7817 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:50:15.822Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:50:15.834Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:50:16.123Z] + set -o pipefail [2020-12-03T02:50:16.123Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:50:16.123Z] + snyk-to-html -o snykReport.html [2020-12-03T02:50:26.155Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:50:26.181Z] $ docker stop --time=1 52ab59053e885f051a69a4ed947dfb9a180dacb5eb4e4a822d92ccfca7bf7817 [2020-12-03T02:50:27.601Z] $ docker rm -f 52ab59053e885f051a69a4ed947dfb9a180dacb5eb4e4a822d92ccfca7bf7817 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:50:27.909Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-03T02:50:27.912Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:50:28.199Z] + set -o pipefail [2020-12-03T02:50:28.199Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:50:28.199Z] + tee .snyk [2020-12-03T02:50:28.199Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:50:28.199Z] version: v1.14.1 [2020-12-03T02:50:28.199Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:50:28.199Z] ignore: [2020-12-03T02:50:28.199Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:50:28.199Z] - '*': [2020-12-03T02:50:28.199Z] reason: does not apply # justification for ignoring [2020-12-03T02:50:28.199Z] 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-03T02:50:28.199Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:50:28.199Z] - '*': [2020-12-03T02:50:28.199Z] reason: false positive [2020-12-03T02:50:28.199Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:50:28.199Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:50:28.301Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:50:28.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:50:28.697Z] . [Pipeline] withDockerContainer [2020-12-03T02:50:28.790Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:50:28.834Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:50:29.468Z] $ docker top 5c1059f10b4b6f1044b937934a7eb7ed3929ca41ef51f4e740dcf0494901efe7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:50:29.959Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:50:29.969Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:50:30.260Z] + set -o pipefail [2020-12-03T02:50:30.260Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:50:30.260Z] + snyk-to-html -o snykReport.html [2020-12-03T02:50:36.867Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:50:36.885Z] $ docker stop --time=1 5c1059f10b4b6f1044b937934a7eb7ed3929ca41ef51f4e740dcf0494901efe7 [2020-12-03T02:50:38.396Z] $ docker rm -f 5c1059f10b4b6f1044b937934a7eb7ed3929ca41ef51f4e740dcf0494901efe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:50:38.735Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-03T02:50:38.738Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:50:39.053Z] + set -o pipefail [2020-12-03T02:50:39.053Z] + tee .snyk [2020-12-03T02:50:39.053Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:50:39.053Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:50:39.053Z] version: v1.14.1 [2020-12-03T02:50:39.053Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:50:39.053Z] ignore: [2020-12-03T02:50:39.053Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:50:39.053Z] - '*': [2020-12-03T02:50:39.053Z] reason: does not apply # justification for ignoring [2020-12-03T02:50:39.053Z] 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-03T02:50:39.053Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:50:39.053Z] - '*': [2020-12-03T02:50:39.053Z] reason: false positive [2020-12-03T02:50:39.053Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:50:39.053Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:50:39.146Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:50:39.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:50:39.488Z] . [Pipeline] withDockerContainer [2020-12-03T02:50:39.587Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:50:39.647Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:50:40.299Z] $ docker top d0ae4f551883912a60e25d284ad599a378c198dad44e4e0d04708673e0b4cf10 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:50:40.842Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:50:40.853Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:50:41.141Z] + set -o pipefail [2020-12-03T02:50:41.141Z] + snyk-to-html -o snykReport.html [2020-12-03T02:50:41.141Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:50:49.302Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:50:49.317Z] $ docker stop --time=1 d0ae4f551883912a60e25d284ad599a378c198dad44e4e0d04708673e0b4cf10 [2020-12-03T02:50:50.726Z] $ docker rm -f d0ae4f551883912a60e25d284ad599a378c198dad44e4e0d04708673e0b4cf10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:50:51.175Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-12-03T02:50:51.203Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:50:51.491Z] + set -o pipefail [2020-12-03T02:50:51.491Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:50:51.491Z] + tee .snyk [2020-12-03T02:50:51.752Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:50:51.752Z] version: v1.14.1 [2020-12-03T02:50:51.752Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:50:51.752Z] ignore: [2020-12-03T02:50:51.752Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:50:51.752Z] - '*': [2020-12-03T02:50:51.752Z] reason: does not apply # justification for ignoring [2020-12-03T02:50:51.752Z] 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-03T02:50:51.752Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:50:51.752Z] - '*': [2020-12-03T02:50:51.752Z] reason: false positive [2020-12-03T02:50:51.752Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:50:51.752Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:50:51.848Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:50:52.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:50:52.205Z] . [Pipeline] withDockerContainer [2020-12-03T02:50:52.305Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:50:52.350Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:50:53.044Z] $ docker top 9d9d0c8ea6f1fc408e8c5051482c887a8598b935a1d108d3e44c761eaba2254b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:50:53.526Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:50:53.537Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:50:53.827Z] + set -o pipefail [2020-12-03T02:50:53.827Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:50:53.827Z] + snyk-to-html -o snykReport.html [2020-12-03T02:51:03.856Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:51:03.874Z] $ docker stop --time=1 9d9d0c8ea6f1fc408e8c5051482c887a8598b935a1d108d3e44c761eaba2254b [2020-12-03T02:51:05.342Z] $ docker rm -f 9d9d0c8ea6f1fc408e8c5051482c887a8598b935a1d108d3e44c761eaba2254b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:51:05.642Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-03T02:51:05.645Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:51:05.937Z] + set -o pipefail [2020-12-03T02:51:05.937Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:51:05.937Z] + tee .snyk [2020-12-03T02:51:05.937Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:51:05.937Z] version: v1.14.1 [2020-12-03T02:51:05.937Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:51:05.937Z] ignore: [2020-12-03T02:51:05.937Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:51:05.937Z] - '*': [2020-12-03T02:51:05.937Z] reason: does not apply # justification for ignoring [2020-12-03T02:51:05.937Z] 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-03T02:51:05.937Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:51:05.937Z] - '*': [2020-12-03T02:51:05.937Z] reason: false positive [2020-12-03T02:51:05.937Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:51:05.937Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:51:06.051Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:51:06.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:51:06.400Z] . [Pipeline] withDockerContainer [2020-12-03T02:51:06.503Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:51:06.610Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:51:07.372Z] $ docker top 82ce392b25fa188a796b6a44c14f794348bbf5b810ab88be0a923c3afb0b1cec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:51:07.893Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:51:07.904Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:51:08.194Z] + set -o pipefail [2020-12-03T02:51:08.194Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:51:08.194Z] + snyk-to-html -o snykReport.html [2020-12-03T02:51:16.359Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:51:16.377Z] $ docker stop --time=1 82ce392b25fa188a796b6a44c14f794348bbf5b810ab88be0a923c3afb0b1cec [2020-12-03T02:51:17.831Z] $ docker rm -f 82ce392b25fa188a796b6a44c14f794348bbf5b810ab88be0a923c3afb0b1cec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:51:18.136Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-03T02:51:18.139Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:51:18.429Z] + set -o pipefail [2020-12-03T02:51:18.429Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:51:18.429Z] + tee .snyk [2020-12-03T02:51:18.429Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:51:18.429Z] version: v1.14.1 [2020-12-03T02:51:18.429Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:51:18.429Z] ignore: [2020-12-03T02:51:18.429Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:51:18.429Z] - '*': [2020-12-03T02:51:18.429Z] reason: does not apply # justification for ignoring [2020-12-03T02:51:18.429Z] 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-03T02:51:18.429Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:51:18.429Z] - '*': [2020-12-03T02:51:18.429Z] reason: false positive [2020-12-03T02:51:18.429Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:51:18.429Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:51:18.520Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:51:18.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:51:18.861Z] . [Pipeline] withDockerContainer [2020-12-03T02:51:18.966Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:51:19.030Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:51:19.717Z] $ docker top 13276dafd629c6dc27d994764863bf34011e0f302348414d4d752d8525c97dc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:51:20.200Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:51:20.211Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:51:20.498Z] + set -o pipefail [2020-12-03T02:51:20.498Z] + snyk-to-html -o snykReport.html [2020-12-03T02:51:20.498Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:51:28.654Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:51:28.670Z] $ docker stop --time=1 13276dafd629c6dc27d994764863bf34011e0f302348414d4d752d8525c97dc3 [2020-12-03T02:51:30.114Z] $ docker rm -f 13276dafd629c6dc27d994764863bf34011e0f302348414d4d752d8525c97dc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T02:51:30.474Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T02:51:30.477Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-03T02:51:30.766Z] + set -o pipefail [2020-12-03T02:51:30.766Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-03T02:51:30.766Z] + tee .snyk [2020-12-03T02:51:30.766Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-03T02:51:30.766Z] version: v1.14.1 [2020-12-03T02:51:30.766Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-03T02:51:30.766Z] ignore: [2020-12-03T02:51:30.766Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-03T02:51:30.766Z] - '*': [2020-12-03T02:51:30.766Z] reason: does not apply # justification for ignoring [2020-12-03T02:51:30.766Z] 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-03T02:51:30.766Z] SNYK-ALPINE312-JQ-588886: [2020-12-03T02:51:30.766Z] - '*': [2020-12-03T02:51:30.766Z] reason: false positive [2020-12-03T02:51:30.766Z] expires: 2021-01-01T00:00:00 [2020-12-03T02:51:30.766Z] # patch: {} [Pipeline] withCredentials [2020-12-03T02:51:30.917Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:51:31.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T02:51:31.264Z] . [Pipeline] withDockerContainer [2020-12-03T02:51:31.370Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:51:31.454Z] $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T02:51:32.214Z] $ docker top 1dc260e79e7a96c89dc48c2fb8049316e581f81a00908bf47602f49d743a51d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:51:32.782Z] + rm -f snykReport.html [Pipeline] echo [2020-12-03T02:51:32.793Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-03T02:51:33.084Z] + set -o pipefail [2020-12-03T02:51:33.084Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-03T02:51:33.084Z] + snyk-to-html -o snykReport.html [2020-12-03T02:51:51.221Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-03T02:51:51.237Z] $ docker stop --time=1 1dc260e79e7a96c89dc48c2fb8049316e581f81a00908bf47602f49d743a51d8 [2020-12-03T02:51:52.649Z] $ docker rm -f 1dc260e79e7a96c89dc48c2fb8049316e581f81a00908bf47602f49d743a51d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-03T02:51:53.512Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T02:51:53.568Z] provisioning config files... [2020-12-03T02:51:53.584Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/240@tmp/config6201319153044994775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:51:53.947Z] --> edgex-publish-swagger.sh [2020-12-03T02:51:53.947Z] === Publish openapi/v1 API === [2020-12-03T02:51:53.947Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-03T02:51:53.947Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-03T02:51:53.947Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:51:53.947Z] Dload Upload Total Spent Left Speed [2020-12-03T02:51:55.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8022 0:00:01 0:00:01 --:--:-- 8025 100 10521 0 0 100 10521 0 8021 0:00:01 0:00:01 --:--:-- 8025 [2020-12-03T02:51:55.336Z] [2020-12-03T02:51:55.336Z] [2020-12-03T02:51:55.336Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-03T02:51:55.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:51:55.336Z] Dload Upload Total Spent Left Speed [2020-12-03T02:51:56.281Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 34268 --:--:-- --:--:-- --:--:-- 34269 100 32556 0 0 100 32556 0 34262 --:--:-- --:--:-- --:--:-- 34233 [2020-12-03T02:51:56.281Z] [2020-12-03T02:51:56.281Z] [2020-12-03T02:51:56.281Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-03T02:51:56.281Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:51:56.281Z] Dload Upload Total Spent Left Speed [2020-12-03T02:51:57.227Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 69571 0:00:01 0:00:01 --:--:-- 69612 100 73720 0 0 100 73720 0 69561 0:00:01 0:00:01 --:--:-- 69612 [2020-12-03T02:51:57.227Z] [2020-12-03T02:51:57.227Z] [2020-12-03T02:51:57.227Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-03T02:51:57.227Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:51:57.227Z] Dload Upload Total Spent Left Speed [2020-12-03T02:51:58.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11411 0:00:01 0:00:01 --:--:-- 11421 100 13580 0 0 100 13580 0 11409 0:00:01 0:00:01 --:--:-- 11411 [2020-12-03T02:51:58.650Z] [2020-12-03T02:51:58.650Z] [2020-12-03T02:51:58.650Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-03T02:51:58.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:51:58.650Z] Dload Upload Total Spent Left Speed [2020-12-03T02:51:59.595Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35075 0:00:01 0:00:01 --:--:-- 35098 100 38889 0 0 100 38889 0 35070 0:00:01 0:00:01 --:--:-- 35098 [2020-12-03T02:51:59.595Z] [2020-12-03T02:51:59.595Z] [2020-12-03T02:51:59.595Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-03T02:51:59.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:51:59.595Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:00.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13943 0:00:01 0:00:01 --:--:-- 13954 [2020-12-03T02:52:00.541Z] [2020-12-03T02:52:00.541Z] [2020-12-03T02:52:00.541Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-03T02:52:00.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:00.541Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:01.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4234 --:--:-- --:--:-- --:--:-- 4231 [2020-12-03T02:52:01.744Z] [2020-12-03T02:52:01.744Z] [2020-12-03T02:52:01.744Z] === Publish openapi/v2 API === [2020-12-03T02:52:01.744Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-03T02:52:01.744Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-03T02:52:01.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:01.744Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:02.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24415 0:00:01 0:00:01 --:--:-- 24409 100 29535 0 0 100 29535 0 23685 0:00:01 0:00:01 --:--:-- 23684 [2020-12-03T02:52:02.689Z] [2020-12-03T02:52:02.689Z] [2020-12-03T02:52:02.689Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-03T02:52:02.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:02.949Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:03.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65766 0 0 100 65766 0 59885 0:00:01 0:00:01 --:--:-- 59950 100 65766 0 0 100 65766 0 59876 0:00:01 0:00:01 --:--:-- 59950 [2020-12-03T02:52:03.890Z] [2020-12-03T02:52:03.890Z] [2020-12-03T02:52:03.890Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-03T02:52:03.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:03.890Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:05.280Z] 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-03T02:52:05.280Z] [2020-12-03T02:52:05.280Z] [2020-12-03T02:52:05.280Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-03T02:52:05.280Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:05.280Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:06.224Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 24298 --:--:-- --:--:-- --:--:-- 24298 100 23691 0 0 100 23691 0 24294 --:--:-- --:--:-- --:--:-- 24298 [2020-12-03T02:52:06.224Z] [2020-12-03T02:52:06.224Z] [2020-12-03T02:52:06.224Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-03T02:52:06.224Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:06.224Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:07.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56824 0:00:01 0:00:01 --:--:-- 56836 100 62691 0 0 100 62691 0 56815 0:00:01 0:00:01 --:--:-- 56836 [2020-12-03T02:52:07.176Z] [2020-12-03T02:52:07.176Z] [2020-12-03T02:52:07.176Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-03T02:52:07.176Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:07.176Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:08.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 46849 --:--:-- --:--:-- --:--:-- 46853 100 46198 0 0 100 46198 0 46837 --:--:-- --:--:-- --:--:-- 46806 [2020-12-03T02:52:08.567Z] [2020-12-03T02:52:08.567Z] [2020-12-03T02:52:08.567Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-03T02:52:08.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T02:52:08.567Z] Dload Upload Total Spent Left Speed [2020-12-03T02:52:09.510Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22592 0:00:01 0:00:01 --:--:-- 22616 100 23725 0 0 100 23725 0 22589 0:00:01 0:00:01 --:--:-- 22595 [2020-12-03T02:52:09.510Z] [2020-12-03T02:52:09.510Z] [Pipeline] } [2020-12-03T02:52:09.520Z] 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-03T02:52:10.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T02:52:10.373Z] . [Pipeline] withDockerContainer [2020-12-03T02:52:10.471Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:52:10.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T02:52:11.332Z] $ docker top 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T02:52:11.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T02:52:11.749Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T02:52:12.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T02:52:12.030Z] $ docker exec 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 ssh-agent [2020-12-03T02:52:12.237Z] SSH_AUTH_SOCK=/tmp/ssh-AOUBWaK3aKkK/agent.12 [2020-12-03T02:52:12.237Z] SSH_AGENT_PID=17 [2020-12-03T02:52:12.247Z] Running ssh-add (command line suppressed) [2020-12-03T02:52:12.386Z] Identity added: /w/workspace/edgex-go/240@tmp/private_key_8010207564586979437.key (/w/workspace/edgex-go/240@tmp/private_key_8010207564586979437.key) [2020-12-03T02:52:12.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T02:52:12.786Z] + git semver tag [2020-12-03T02:52:13.049Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T02:52:13.049Z] # $GIT_DIR = /w/workspace/edgex-go/240/.git [2020-12-03T02:52:13.049Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/240 [2020-12-03T02:52:13.049Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T02:52:13.049Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T02:52:13.049Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T02:52:13.049Z] # $SEMVER_BRANCH = master [2020-12-03T02:52:13.049Z] # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver [2020-12-03T02:52:13.049Z] # ff93af41a81d158de1dc365787019667f354ae25 HEAD [2020-12-03T02:52:13.626Z] # -> Force: false [2020-12-03T02:52:13.626Z] # 63ebd6f8027b2c05eb2dbbc1e9815c6d8a84c048 refs/tags/v1.3.1-dev.16 [Pipeline] } [2020-12-03T02:52:13.639Z] $ docker exec --env ******** --env ******** 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 ssh-agent -k [2020-12-03T02:52:13.844Z] unset SSH_AUTH_SOCK; [2020-12-03T02:52:13.844Z] unset SSH_AGENT_PID; [2020-12-03T02:52:13.844Z] echo Agent pid 17 killed; [2020-12-03T02:52:13.927Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T02:52:14.430Z] + git semver [Pipeline] } [2020-12-03T02:52:14.455Z] $ docker stop --time=1 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 [2020-12-03T02:52:15.817Z] $ docker rm -f 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:52:16.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T02:52:16.455Z] [2020-12-03T02:52:16.455Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:52:16.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T02:52:16.816Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-03T02:52:16.816Z] ab5ef0e58194: Pulling fs layer [2020-12-03T02:52:16.816Z] 9712f1f96733: Pulling fs layer [2020-12-03T02:52:16.816Z] 63f879dbbcfc: Pulling fs layer [2020-12-03T02:52:16.816Z] 0d9ebad4ef96: Pulling fs layer [2020-12-03T02:52:16.816Z] e9a5061849ea: Pulling fs layer [2020-12-03T02:52:16.816Z] d747dcd14b5f: Pulling fs layer [2020-12-03T02:52:16.816Z] 2de7ff778b66: Pulling fs layer [2020-12-03T02:52:16.816Z] 0d9ebad4ef96: Waiting [2020-12-03T02:52:16.816Z] e9a5061849ea: Waiting [2020-12-03T02:52:16.816Z] 2de7ff778b66: Waiting [2020-12-03T02:52:16.816Z] d747dcd14b5f: Waiting [2020-12-03T02:52:16.816Z] 9712f1f96733: Verifying Checksum [2020-12-03T02:52:16.816Z] 9712f1f96733: Download complete [2020-12-03T02:52:18.234Z] 63f879dbbcfc: Verifying Checksum [2020-12-03T02:52:18.234Z] 63f879dbbcfc: Download complete [2020-12-03T02:52:18.497Z] e9a5061849ea: Verifying Checksum [2020-12-03T02:52:18.497Z] e9a5061849ea: Download complete [2020-12-03T02:52:18.497Z] d747dcd14b5f: Verifying Checksum [2020-12-03T02:52:18.497Z] d747dcd14b5f: Download complete [2020-12-03T02:52:19.077Z] 2de7ff778b66: Verifying Checksum [2020-12-03T02:52:19.077Z] 2de7ff778b66: Download complete [2020-12-03T02:52:19.340Z] 0d9ebad4ef96: Verifying Checksum [2020-12-03T02:52:19.340Z] 0d9ebad4ef96: Download complete [2020-12-03T02:52:19.608Z] ab5ef0e58194: Verifying Checksum [2020-12-03T02:52:19.608Z] ab5ef0e58194: Download complete [2020-12-03T02:52:23.860Z] ab5ef0e58194: Pull complete [2020-12-03T02:52:23.860Z] 9712f1f96733: Pull complete [2020-12-03T02:52:26.458Z] 63f879dbbcfc: Pull complete [2020-12-03T02:52:33.112Z] 0d9ebad4ef96: Pull complete [2020-12-03T02:52:33.112Z] e9a5061849ea: Pull complete [2020-12-03T02:52:33.112Z] d747dcd14b5f: Pull complete [2020-12-03T02:52:37.342Z] 2de7ff778b66: Pull complete [2020-12-03T02:52:37.342Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-03T02:52:37.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T02:52:37.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-03T02:52:37.565Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:52:37.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-03T02:52:41.479Z] $ docker top c0f10b5eb7c5d9af51e49b0bff2a062afa0ca06ba98877e8e28779b42ead17dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-03T02:52:41.828Z] provisioning config files... [2020-12-03T02:52:41.839Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/240@tmp/config7632048711237901138tmp [2020-12-03T02:52:41.854Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/240@tmp/config7576920254598269823tmp [2020-12-03T02:52:41.869Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/240@tmp/config3219858271039475575tmp [Pipeline] { [Pipeline] echo [2020-12-03T02:52:42.043Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:52:42.342Z] ---> sigul-configuration.sh [2020-12-03T02:52:42.342Z] gpg: directory `/root/.gnupg' created [2020-12-03T02:52:42.342Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-03T02:52:42.342Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-03T02:52:42.342Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-03T02:52:42.342Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-03T02:52:42.342Z] gpg: CAST5 encrypted data [2020-12-03T02:52:42.604Z] gpg: encrypted with 1 passphrase [2020-12-03T02:52:42.604Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-03T02:52:42.905Z] + mkdir /home/jenkins [2020-12-03T02:52:42.905Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-03T02:52:43.204Z] + 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-03T02:52:43.215Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:52:43.513Z] ---> sigul-install.sh [2020-12-03T02:52:48.831Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-03T02:52:49.199Z] + git tag --list [2020-12-03T02:52:49.199Z] 0.6.0 [2020-12-03T02:52:49.199Z] 0.6.1 [2020-12-03T02:52:49.199Z] 0.7.0 [2020-12-03T02:52:49.199Z] 0.7.1 [2020-12-03T02:52:49.199Z] v1.0.0 [2020-12-03T02:52:49.199Z] v1.0.1 [2020-12-03T02:52:49.199Z] v1.1.0 [2020-12-03T02:52:49.199Z] v1.2.0 [2020-12-03T02:52:49.199Z] v1.2.1 [2020-12-03T02:52:49.199Z] v1.2.2-dev.1 [2020-12-03T02:52:49.199Z] v1.2.2-dev.10 [2020-12-03T02:52:49.199Z] v1.2.2-dev.100 [2020-12-03T02:52:49.199Z] v1.2.2-dev.101 [2020-12-03T02:52:49.199Z] v1.2.2-dev.102 [2020-12-03T02:52:49.199Z] v1.2.2-dev.103 [2020-12-03T02:52:49.199Z] v1.2.2-dev.104 [2020-12-03T02:52:49.199Z] v1.2.2-dev.105 [2020-12-03T02:52:49.199Z] v1.2.2-dev.106 [2020-12-03T02:52:49.199Z] v1.2.2-dev.107 [2020-12-03T02:52:49.199Z] v1.2.2-dev.11 [2020-12-03T02:52:49.199Z] v1.2.2-dev.12 [2020-12-03T02:52:49.199Z] v1.2.2-dev.13 [2020-12-03T02:52:49.199Z] v1.2.2-dev.14 [2020-12-03T02:52:49.199Z] v1.2.2-dev.15 [2020-12-03T02:52:49.199Z] v1.2.2-dev.16 [2020-12-03T02:52:49.199Z] v1.2.2-dev.17 [2020-12-03T02:52:49.199Z] v1.2.2-dev.18 [2020-12-03T02:52:49.199Z] v1.2.2-dev.19 [2020-12-03T02:52:49.199Z] v1.2.2-dev.2 [2020-12-03T02:52:49.199Z] v1.2.2-dev.20 [2020-12-03T02:52:49.199Z] v1.2.2-dev.21 [2020-12-03T02:52:49.199Z] v1.2.2-dev.22 [2020-12-03T02:52:49.199Z] v1.2.2-dev.23 [2020-12-03T02:52:49.199Z] v1.2.2-dev.24 [2020-12-03T02:52:49.199Z] v1.2.2-dev.25 [2020-12-03T02:52:49.199Z] v1.2.2-dev.26 [2020-12-03T02:52:49.199Z] v1.2.2-dev.27 [2020-12-03T02:52:49.199Z] v1.2.2-dev.28 [2020-12-03T02:52:49.199Z] v1.2.2-dev.29 [2020-12-03T02:52:49.199Z] v1.2.2-dev.3 [2020-12-03T02:52:49.199Z] v1.2.2-dev.30 [2020-12-03T02:52:49.199Z] v1.2.2-dev.31 [2020-12-03T02:52:49.199Z] v1.2.2-dev.32 [2020-12-03T02:52:49.199Z] v1.2.2-dev.33 [2020-12-03T02:52:49.199Z] v1.2.2-dev.34 [2020-12-03T02:52:49.199Z] v1.2.2-dev.35 [2020-12-03T02:52:49.199Z] v1.2.2-dev.36 [2020-12-03T02:52:49.199Z] v1.2.2-dev.37 [2020-12-03T02:52:49.199Z] v1.2.2-dev.38 [2020-12-03T02:52:49.199Z] v1.2.2-dev.39 [2020-12-03T02:52:49.199Z] v1.2.2-dev.4 [2020-12-03T02:52:49.199Z] v1.2.2-dev.40 [2020-12-03T02:52:49.199Z] v1.2.2-dev.41 [2020-12-03T02:52:49.199Z] v1.2.2-dev.42 [2020-12-03T02:52:49.199Z] v1.2.2-dev.43 [2020-12-03T02:52:49.199Z] v1.2.2-dev.44 [2020-12-03T02:52:49.199Z] v1.2.2-dev.45 [2020-12-03T02:52:49.199Z] v1.2.2-dev.46 [2020-12-03T02:52:49.199Z] v1.2.2-dev.47 [2020-12-03T02:52:49.199Z] v1.2.2-dev.48 [2020-12-03T02:52:49.199Z] v1.2.2-dev.49 [2020-12-03T02:52:49.199Z] v1.2.2-dev.5 [2020-12-03T02:52:49.199Z] v1.2.2-dev.50 [2020-12-03T02:52:49.199Z] v1.2.2-dev.51 [2020-12-03T02:52:49.199Z] v1.2.2-dev.52 [2020-12-03T02:52:49.199Z] v1.2.2-dev.53 [2020-12-03T02:52:49.199Z] v1.2.2-dev.54 [2020-12-03T02:52:49.199Z] v1.2.2-dev.55 [2020-12-03T02:52:49.199Z] v1.2.2-dev.56 [2020-12-03T02:52:49.199Z] v1.2.2-dev.57 [2020-12-03T02:52:49.199Z] v1.2.2-dev.58 [2020-12-03T02:52:49.199Z] v1.2.2-dev.59 [2020-12-03T02:52:49.199Z] v1.2.2-dev.6 [2020-12-03T02:52:49.199Z] v1.2.2-dev.60 [2020-12-03T02:52:49.199Z] v1.2.2-dev.61 [2020-12-03T02:52:49.199Z] v1.2.2-dev.62 [2020-12-03T02:52:49.199Z] v1.2.2-dev.63 [2020-12-03T02:52:49.199Z] v1.2.2-dev.64 [2020-12-03T02:52:49.199Z] v1.2.2-dev.65 [2020-12-03T02:52:49.199Z] v1.2.2-dev.66 [2020-12-03T02:52:49.199Z] v1.2.2-dev.67 [2020-12-03T02:52:49.199Z] v1.2.2-dev.68 [2020-12-03T02:52:49.199Z] v1.2.2-dev.69 [2020-12-03T02:52:49.199Z] v1.2.2-dev.7 [2020-12-03T02:52:49.199Z] v1.2.2-dev.70 [2020-12-03T02:52:49.199Z] v1.2.2-dev.71 [2020-12-03T02:52:49.199Z] v1.2.2-dev.72 [2020-12-03T02:52:49.199Z] v1.2.2-dev.73 [2020-12-03T02:52:49.199Z] v1.2.2-dev.74 [2020-12-03T02:52:49.199Z] v1.2.2-dev.75 [2020-12-03T02:52:49.199Z] v1.2.2-dev.76 [2020-12-03T02:52:49.200Z] v1.2.2-dev.77 [2020-12-03T02:52:49.200Z] v1.2.2-dev.78 [2020-12-03T02:52:49.200Z] v1.2.2-dev.79 [2020-12-03T02:52:49.200Z] v1.2.2-dev.8 [2020-12-03T02:52:49.200Z] v1.2.2-dev.80 [2020-12-03T02:52:49.200Z] v1.2.2-dev.81 [2020-12-03T02:52:49.200Z] v1.2.2-dev.82 [2020-12-03T02:52:49.200Z] v1.2.2-dev.83 [2020-12-03T02:52:49.200Z] v1.2.2-dev.84 [2020-12-03T02:52:49.200Z] v1.2.2-dev.85 [2020-12-03T02:52:49.200Z] v1.2.2-dev.86 [2020-12-03T02:52:49.200Z] v1.2.2-dev.87 [2020-12-03T02:52:49.200Z] v1.2.2-dev.88 [2020-12-03T02:52:49.200Z] v1.2.2-dev.89 [2020-12-03T02:52:49.200Z] v1.2.2-dev.9 [2020-12-03T02:52:49.200Z] v1.2.2-dev.90 [2020-12-03T02:52:49.200Z] v1.2.2-dev.91 [2020-12-03T02:52:49.200Z] v1.2.2-dev.92 [2020-12-03T02:52:49.200Z] v1.2.2-dev.93 [2020-12-03T02:52:49.200Z] v1.2.2-dev.94 [2020-12-03T02:52:49.200Z] v1.2.2-dev.95 [2020-12-03T02:52:49.200Z] v1.2.2-dev.96 [2020-12-03T02:52:49.200Z] v1.2.2-dev.97 [2020-12-03T02:52:49.200Z] v1.2.2-dev.98 [2020-12-03T02:52:49.200Z] v1.2.2-dev.99 [2020-12-03T02:52:49.200Z] v1.3.0 [2020-12-03T02:52:49.200Z] v1.3.1-dev.1 [2020-12-03T02:52:49.200Z] v1.3.1-dev.10 [2020-12-03T02:52:49.200Z] v1.3.1-dev.11 [2020-12-03T02:52:49.200Z] v1.3.1-dev.12 [2020-12-03T02:52:49.200Z] v1.3.1-dev.13 [2020-12-03T02:52:49.200Z] v1.3.1-dev.14 [2020-12-03T02:52:49.200Z] v1.3.1-dev.15 [2020-12-03T02:52:49.200Z] v1.3.1-dev.16 [2020-12-03T02:52:49.200Z] v1.3.1-dev.2 [2020-12-03T02:52:49.200Z] v1.3.1-dev.3 [2020-12-03T02:52:49.200Z] v1.3.1-dev.4 [2020-12-03T02:52:49.200Z] v1.3.1-dev.5 [2020-12-03T02:52:49.200Z] v1.3.1-dev.6 [2020-12-03T02:52:49.200Z] v1.3.1-dev.7 [2020-12-03T02:52:49.200Z] v1.3.1-dev.8 [2020-12-03T02:52:49.200Z] v1.3.1-dev.9 [Pipeline] sh [2020-12-03T02:52:49.511Z] + lftools sign git-tag v1.3.1-dev.16 [2020-12-03T02:52:50.900Z] Signing Git tag with Sigul... [2020-12-03T02:52:50.900Z] Signing v1.3.1-dev.16 [Pipeline] echo [2020-12-03T02:52:52.299Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:52:52.596Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-03T02:52:52.605Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-03T02:52:52.704Z] $ docker stop --time=1 c0f10b5eb7c5d9af51e49b0bff2a062afa0ca06ba98877e8e28779b42ead17dc [2020-12-03T02:52:54.850Z] $ docker rm -f c0f10b5eb7c5d9af51e49b0bff2a062afa0ca06ba98877e8e28779b42ead17dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:52:55.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T02:52:55.692Z] . [Pipeline] withDockerContainer [2020-12-03T02:52:55.796Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:52:55.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T02:52:56.654Z] $ docker top f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T02:52:57.024Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T02:52:57.024Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T02:52:57.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T02:52:57.245Z] $ docker exec f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa ssh-agent [2020-12-03T02:52:57.459Z] SSH_AUTH_SOCK=/tmp/ssh-o9hwPWH15gGC/agent.11 [2020-12-03T02:52:57.459Z] SSH_AGENT_PID=16 [2020-12-03T02:52:57.466Z] Running ssh-add (command line suppressed) [2020-12-03T02:52:57.601Z] Identity added: /w/workspace/edgex-go/240@tmp/private_key_3140924328759292251.key (/w/workspace/edgex-go/240@tmp/private_key_3140924328759292251.key) [2020-12-03T02:52:57.660Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T02:52:58.000Z] + git semver bump pre [2020-12-03T02:52:58.000Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T02:52:58.000Z] # $GIT_DIR = /w/workspace/edgex-go/240/.git [2020-12-03T02:52:58.000Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/240 [2020-12-03T02:52:58.000Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T02:52:58.000Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T02:52:58.000Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T02:52:58.000Z] # $SEMVER_BRANCH = master [2020-12-03T02:52:58.000Z] # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver [2020-12-03T02:52:58.000Z] 1.3.1-dev.17 [Pipeline] } [2020-12-03T02:52:58.013Z] $ docker exec --env ******** --env ******** f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa ssh-agent -k [2020-12-03T02:52:58.137Z] unset SSH_AUTH_SOCK; [2020-12-03T02:52:58.137Z] unset SSH_AGENT_PID; [2020-12-03T02:52:58.137Z] echo Agent pid 16 killed; [2020-12-03T02:52:58.191Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T02:52:58.730Z] + git semver [Pipeline] } [2020-12-03T02:52:58.748Z] $ docker stop --time=1 f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa [2020-12-03T02:53:00.131Z] $ docker rm -f f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:53:00.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T02:53:00.701Z] . [Pipeline] withDockerContainer [2020-12-03T02:53:00.813Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:53:00.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T02:53:01.644Z] $ docker top ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T02:53:02.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T02:53:02.030Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T02:53:02.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T02:53:02.300Z] $ docker exec ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef ssh-agent [2020-12-03T02:53:02.490Z] SSH_AUTH_SOCK=/tmp/ssh-BlKwJFwxM4vE/agent.12 [2020-12-03T02:53:02.490Z] SSH_AGENT_PID=18 [2020-12-03T02:53:02.497Z] Running ssh-add (command line suppressed) [2020-12-03T02:53:02.630Z] Identity added: /w/workspace/edgex-go/240@tmp/private_key_2613631254059413008.key (/w/workspace/edgex-go/240@tmp/private_key_2613631254059413008.key) [2020-12-03T02:53:02.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T02:53:03.027Z] + git semver push [2020-12-03T02:53:03.028Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T02:53:03.028Z] # $GIT_DIR = /w/workspace/edgex-go/240/.git [2020-12-03T02:53:03.028Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/240 [2020-12-03T02:53:03.028Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T02:53:03.028Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T02:53:03.028Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T02:53:03.028Z] # $SEMVER_BRANCH = master [2020-12-03T02:53:03.028Z] # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver [Pipeline] } [2020-12-03T02:53:13.052Z] $ docker exec --env ******** --env ******** ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef ssh-agent -k [2020-12-03T02:53:13.201Z] unset SSH_AUTH_SOCK; [2020-12-03T02:53:13.201Z] unset SSH_AGENT_PID; [2020-12-03T02:53:13.201Z] echo Agent pid 18 killed; [2020-12-03T02:53:13.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T02:53:13.796Z] + git semver [Pipeline] } [2020-12-03T02:53:13.813Z] $ docker stop --time=1 ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef [2020-12-03T02:53:15.224Z] $ docker rm -f ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef [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-03T02:53:16.452Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:53:17.360Z] ---> package-listing.sh [2020-12-03T02:53:17.360Z] ++ facter osfamily [2020-12-03T02:53:17.360Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T02:53:17.360Z] + OS_FAMILY=redhat [2020-12-03T02:53:17.360Z] + workspace=/w/workspace/edgex-go/240 [2020-12-03T02:53:17.360Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T02:53:17.360Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T02:53:17.360Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T02:53:17.360Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T02:53:17.360Z] + '[' /w/workspace/edgex-go/240 ']' [2020-12-03T02:53:17.360Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T02:53:17.360Z] + case "${OS_FAMILY}" in [2020-12-03T02:53:17.360Z] + rpm -qa [2020-12-03T02:53:17.360Z] + sort [2020-12-03T02:53:22.749Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T02:53:22.749Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T02:53:22.749Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T02:53:22.749Z] + '[' /w/workspace/edgex-go/240 ']' [2020-12-03T02:53:22.749Z] + mkdir -p /w/workspace/edgex-go/240/archives/ [2020-12-03T02:53:22.749Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/240/archives/ [Pipeline] echo [2020-12-03T02:53:22.767Z] 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/240/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T02:53:23.065Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:53:23.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T02:53:23.426Z] [2020-12-03T02:53:23.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T02:53:23.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T02:53:23.781Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T02:53:23.781Z] df20fa9351a1: Pulling fs layer [2020-12-03T02:53:23.781Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T02:53:23.781Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T02:53:23.781Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T02:53:23.781Z] 93b61091891f: Pulling fs layer [2020-12-03T02:53:23.781Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T02:53:23.781Z] 5e14af77c1be: Pulling fs layer [2020-12-03T02:53:23.781Z] 01666e4c0597: Pulling fs layer [2020-12-03T02:53:23.781Z] aa168da1d23b: Pulling fs layer [2020-12-03T02:53:23.781Z] 93b9cdb0e59b: Waiting [2020-12-03T02:53:23.781Z] 5e14af77c1be: Waiting [2020-12-03T02:53:23.781Z] 01666e4c0597: Waiting [2020-12-03T02:53:23.781Z] aa168da1d23b: Waiting [2020-12-03T02:53:23.781Z] 46f8f816bc3b: Waiting [2020-12-03T02:53:23.781Z] 93b61091891f: Waiting [2020-12-03T02:53:23.781Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T02:53:23.781Z] 36b3adc4ff6f: Download complete [2020-12-03T02:53:23.781Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T02:53:23.781Z] 46f8f816bc3b: Download complete [2020-12-03T02:53:24.048Z] df20fa9351a1: Verifying Checksum [2020-12-03T02:53:24.048Z] df20fa9351a1: Download complete [2020-12-03T02:53:24.048Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T02:53:24.048Z] 93b9cdb0e59b: Download complete [2020-12-03T02:53:24.048Z] 5e14af77c1be: Verifying Checksum [2020-12-03T02:53:24.048Z] 5e14af77c1be: Download complete [2020-12-03T02:53:24.048Z] 01666e4c0597: Verifying Checksum [2020-12-03T02:53:24.048Z] 01666e4c0597: Download complete [2020-12-03T02:53:24.048Z] 93b61091891f: Verifying Checksum [2020-12-03T02:53:24.048Z] 93b61091891f: Download complete [2020-12-03T02:53:24.630Z] df20fa9351a1: Pull complete [2020-12-03T02:53:24.630Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T02:53:24.630Z] 8ad3a11d3b57: Download complete [2020-12-03T02:53:24.892Z] 36b3adc4ff6f: Pull complete [2020-12-03T02:53:26.488Z] 8ad3a11d3b57: Pull complete [2020-12-03T02:53:26.801Z] aa168da1d23b: Verifying Checksum [2020-12-03T02:53:26.801Z] aa168da1d23b: Download complete [2020-12-03T02:53:27.070Z] 46f8f816bc3b: Pull complete [2020-12-03T02:53:27.666Z] 93b61091891f: Pull complete [2020-12-03T02:53:27.930Z] 93b9cdb0e59b: Pull complete [2020-12-03T02:53:27.930Z] 5e14af77c1be: Pull complete [2020-12-03T02:53:28.193Z] 01666e4c0597: Pull complete [2020-12-03T02:53:36.351Z] aa168da1d23b: Pull complete [2020-12-03T02:53:36.351Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T02:53:36.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T02:53:36.351Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T02:53:36.532Z] prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container [2020-12-03T02:53:36.599Z] $ 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/240/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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T02:53:39.836Z] $ docker top 49982202feb2ca363212f8f2cf5e23598fc6bde47965e7f02b6d299e928a2650 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T02:53:40.489Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T02:53:40.800Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T02:53:41.117Z] + ls /var/log/sa-host [2020-12-03T02:53:41.117Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T02:53:41.117Z] file_magic: OK [2020-12-03T02:53:41.117Z] HZ: Using current value: 100 [2020-12-03T02:53:41.117Z] file_header: OK [2020-12-03T02:53:41.117Z] 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-03T02:53:41.117Z] Statistics: [2020-12-03T02:53:41.117Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-03T02:53:41.117Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T02:53:41.117Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T02:53:41.117Z] file_magic: OK [2020-12-03T02:53:41.117Z] HZ: Using current value: 100 [2020-12-03T02:53:41.117Z] file_header: OK [2020-12-03T02:53:41.117Z] 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-03T02:53:41.117Z] Statistics: [2020-12-03T02:53:41.117Z] Hnuu...uuuununununu... [2020-12-03T02:53:41.117Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T02:53:42.044Z] provisioning config files... [2020-12-03T02:53:42.058Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/240@tmp/config7376064248617692168tmp [Pipeline] { [Pipeline] echo [2020-12-03T02:53:42.142Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:53:42.447Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T02:53:42.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T02:53:42.551Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:53:42.856Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T02:53:42.866Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:53:43.166Z] ---> sudo-logs.sh [2020-12-03T02:53:43.166Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T02:53:43.177Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:53:43.472Z] ---> job-cost.sh [2020-12-03T02:53:43.472Z] lf-activate-venv: SKIPPING [2020-12-03T02:53:43.472Z] INFO: No Stack... [2020-12-03T02:53:45.396Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T02:53:45.659Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T02:53:45.673Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T02:53:45.975Z] ---> logs-deploy.sh [2020-12-03T02:53:45.975Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/240 [2020-12-03T02:53:45.975Z] INFO: archiving workspace using pattern(s): [2020-12-03T02:53:47.368Z] Archives upload complete. [2020-12-03T02:53:47.368Z] INFO: archiving logs to Nexus