Started by upstream project "edgexfoundry/cd-management/release" build number 49 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 12a188d7528ee379d18cf3e1ac715e90dfef7258 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25604’ Running on prd-centos7-docker-4c-2g-25607 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 12a188d7528ee379d18cf3e1ac715e90dfef7258 (hanoi) > 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/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12a188d7528ee379d18cf3e1ac715e90dfef7258 # timeout=10 Commit message: "fix(snap): fix redis snapshots (#3102)" > git rev-list --no-walk 12a188d7528ee379d18cf3e1ac715e90dfef7258 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T19:50:15.952Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T19:50:16.183Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T19:50:16.291Z] ========================================================= [2021-02-08T19:50:16.291Z] EdgeX Global Pipelines Version Info [2021-02-08T19:50:16.291Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-08T19:50:17.826Z] ------------------- [2021-02-08T19:50:17.826Z] stable info: [2021-02-08T19:50:17.826Z] ------------------- [2021-02-08T19:50:17.826Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T19:50:17.826Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T19:50:17.826Z] Message: update stable to v1.0.179 [2021-02-08T19:50:18.774Z] ------------------- [2021-02-08T19:50:18.774Z] experimental info: [2021-02-08T19:50:18.774Z] ------------------- [2021-02-08T19:50:18.774Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T19:50:18.774Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T19:50:18.774Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T19:50:19.042Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-08T19:50:19.173Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-08T19:50:19.267Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T19:50:19.361Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T19:50:19.447Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T19:50:19.536Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T19:50:19.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T19:50:19.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-08T19:50:19.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-08T19:50:19.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-08T19:50:20.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T19:50:20.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T19:50:20.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T19:50:20.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T19:50:20.466Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T19:50:20.561Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T19:50:20.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T19:50:20.891Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T19:50:20.974Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-08T19:50:21.064Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-08T19:50:21.155Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-08T19:50:21.254Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T19:50:21.364Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T19:50:21.465Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-02-08T19:50:21.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-02-08T19:50:21.665Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-02-08T19:50:21.761Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] echo [2021-02-08T19:50:21.890Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12a188d [Pipeline] echo [2021-02-08T19:50:21.996Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T19:50:22.166Z] provisioning config files... [2021-02-08T19:50:22.202Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1777002504055647252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T19:50:22.623Z] ---> docker-login.sh [2021-02-08T19:50:22.623Z] nexus3.edgexfoundry.org:10001 [2021-02-08T19:50:22.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:50:23.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:50:23.158Z] Configure a credential helper to remove this warning. See [2021-02-08T19:50:23.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:50:23.158Z] [2021-02-08T19:50:23.158Z] Login Succeeded [2021-02-08T19:50:23.158Z] nexus3.edgexfoundry.org:10002 [2021-02-08T19:50:23.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:50:23.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:50:23.421Z] Configure a credential helper to remove this warning. See [2021-02-08T19:50:23.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:50:23.421Z] [2021-02-08T19:50:23.421Z] Login Succeeded [2021-02-08T19:50:23.421Z] nexus3.edgexfoundry.org:10003 [2021-02-08T19:50:23.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:50:23.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:50:23.421Z] Configure a credential helper to remove this warning. See [2021-02-08T19:50:23.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:50:23.421Z] [2021-02-08T19:50:23.421Z] Login Succeeded [2021-02-08T19:50:23.421Z] nexus3.edgexfoundry.org:10004 [2021-02-08T19:50:23.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:50:23.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:50:23.685Z] Configure a credential helper to remove this warning. See [2021-02-08T19:50:23.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:50:23.685Z] [2021-02-08T19:50:23.685Z] Login Succeeded [2021-02-08T19:50:23.685Z] docker.io [2021-02-08T19:50:23.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:50:23.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:50:23.951Z] Configure a credential helper to remove this warning. See [2021-02-08T19:50:23.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:50:23.951Z] [2021-02-08T19:50:23.951Z] Login Succeeded [2021-02-08T19:50:23.951Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T19:50:23.962Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T19:50:24.525Z] ++ 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 [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/core-command/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/core-data/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/support-logging/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo support-logging,cmd/support-logging/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-08T19:50:24.526Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T19:50:24.526Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-08T19:50:24.526Z] ++ cut -d/ -f2 [2021-02-08T19:50:24.526Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-08T19:50:24.617Z] 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 [2021-02-08T19:50:25.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T19:50:25.596Z] [2021-02-08T19:50:25.596Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:50:25.949Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T19:50:26.898Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T19:50:26.898Z] 31603596830f: Pulling fs layer [2021-02-08T19:50:26.898Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T19:50:26.898Z] 6ca5941a6612: Pulling fs layer [2021-02-08T19:50:26.898Z] ecc8261a40a4: Pulling fs layer [2021-02-08T19:50:26.898Z] ecc8261a40a4: Waiting [2021-02-08T19:50:26.898Z] 2a8b12db71e7: Verifying Checksum [2021-02-08T19:50:26.898Z] 2a8b12db71e7: Download complete [2021-02-08T19:50:27.168Z] 31603596830f: Verifying Checksum [2021-02-08T19:50:27.168Z] 31603596830f: Download complete [2021-02-08T19:50:27.432Z] ecc8261a40a4: Verifying Checksum [2021-02-08T19:50:27.432Z] ecc8261a40a4: Download complete [2021-02-08T19:50:27.432Z] 6ca5941a6612: Verifying Checksum [2021-02-08T19:50:27.432Z] 6ca5941a6612: Download complete [2021-02-08T19:50:27.432Z] 31603596830f: Pull complete [2021-02-08T19:50:27.702Z] 2a8b12db71e7: Pull complete [2021-02-08T19:50:28.654Z] 6ca5941a6612: Pull complete [2021-02-08T19:50:29.231Z] ecc8261a40a4: Pull complete [2021-02-08T19:50:29.231Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T19:50:29.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T19:50:29.231Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T19:50:29.344Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T19:50:29.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 [2021-02-08T19:50:31.870Z] $ docker top 1de6c62f4094fd27aa512cf4cb54699f119be9945164fe4b58dfab79f0658904 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T19:50:32.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T19:50:32.355Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T19:50:32.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T19:50:32.625Z] $ docker exec 1de6c62f4094fd27aa512cf4cb54699f119be9945164fe4b58dfab79f0658904 ssh-agent [2021-02-08T19:50:32.799Z] SSH_AUTH_SOCK=/tmp/ssh-0NaJB47w8pKD/agent.11 [2021-02-08T19:50:32.799Z] SSH_AGENT_PID=16 [2021-02-08T19:50:32.818Z] Running ssh-add (command line suppressed) [2021-02-08T19:50:32.946Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_2796878060372181755.key (/w/workspace/edgex-go/6@tmp/private_key_2796878060372181755.key) [2021-02-08T19:50:32.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T19:50:33.371Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T19:50:33.393Z] $ docker exec --env ******** --env ******** 1de6c62f4094fd27aa512cf4cb54699f119be9945164fe4b58dfab79f0658904 ssh-agent -k [2021-02-08T19:50:33.509Z] unset SSH_AUTH_SOCK; [2021-02-08T19:50:33.509Z] unset SSH_AGENT_PID; [2021-02-08T19:50:33.510Z] echo Agent pid 16 killed; [2021-02-08T19:50:33.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-02-08T19:50:33.691Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v0.0.1-dev.1|v1.3.1' [Pipeline] sshagent [2021-02-08T19:50:33.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T19:50:33.798Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T19:50:33.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T19:50:33.977Z] $ docker exec 1de6c62f4094fd27aa512cf4cb54699f119be9945164fe4b58dfab79f0658904 ssh-agent [2021-02-08T19:50:34.145Z] SSH_AUTH_SOCK=/tmp/ssh-6nvj1dQnDwt2/agent.45 [2021-02-08T19:50:34.145Z] SSH_AGENT_PID=50 [2021-02-08T19:50:34.152Z] Running ssh-add (command line suppressed) [2021-02-08T19:50:34.275Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_2703330712329946859.key (/w/workspace/edgex-go/6@tmp/private_key_2703330712329946859.key) [2021-02-08T19:50:34.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T19:50:34.670Z] + git semver init [2021-02-08T19:50:34.670Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T19:50:34.670Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-08T19:50:34.670Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-08T19:50:34.670Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T19:50:34.670Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T19:50:34.670Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T19:50:34.670Z] # $SEMVER_BRANCH = hanoi [2021-02-08T19:50:34.670Z] # $SEMVER_TEMP = /tmp/semver-092831656 [2021-02-08T19:50:34.670Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-08T19:51:06.840Z] # '/tmp/semver-092831656' -> '/w/workspace/edgex-go/6/.semver' [2021-02-08T19:51:06.840Z] # -> Force: false [2021-02-08T19:51:06.840Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-08T19:51:06.855Z] $ docker exec --env ******** --env ******** 1de6c62f4094fd27aa512cf4cb54699f119be9945164fe4b58dfab79f0658904 ssh-agent -k [2021-02-08T19:51:07.167Z] unset SSH_AUTH_SOCK; [2021-02-08T19:51:07.167Z] unset SSH_AGENT_PID; [2021-02-08T19:51:07.167Z] echo Agent pid 50 killed; [2021-02-08T19:51:07.258Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T19:51:07.746Z] + git semver [Pipeline] } [2021-02-08T19:51:07.765Z] $ docker stop --time=1 1de6c62f4094fd27aa512cf4cb54699f119be9945164fe4b58dfab79f0658904 [2021-02-08T19:51:09.479Z] $ docker rm -f 1de6c62f4094fd27aa512cf4cb54699f119be9945164fe4b58dfab79f0658904 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T19:51:10.049Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T19:51:10.674Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T19:51:10.677Z] [edgeXSemver]: initialized semver on version 1.3.1 [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 [2021-02-08T19:51:11.617Z] + git checkout 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:51:12.565Z] HEAD is now at 12a188d7 fix(snap): fix redis snapshots (#3102) [Pipeline] sh [2021-02-08T19:51:12.880Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T19:51:13.180Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T19:51:13.484Z] + sudo service docker restart [2021-02-08T19:51:13.484Z] + true [2021-02-08T19:51:13.484Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-08T19:51:14.078Z] ========================================================= [2021-02-08T19:51:14.078Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T19:51:14.078Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:51:14.436Z] + 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 . [2021-02-08T19:51:18.662Z] Sending build context to Docker daemon 327.7MB [2021-02-08T19:51:18.662Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-08T19:51:18.662Z] Step 2/7 : FROM ${BASE} [2021-02-08T19:51:18.662Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T19:51:18.662Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T19:51:18.662Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T19:51:18.662Z] de9db76c5a1d: Pulling fs layer [2021-02-08T19:51:18.662Z] bca2f99d35d6: Pulling fs layer [2021-02-08T19:51:18.662Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T19:51:18.662Z] 7c6f9722023f: Pulling fs layer [2021-02-08T19:51:18.662Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T19:51:18.662Z] bca2f99d35d6: Waiting [2021-02-08T19:51:18.662Z] 93359f2a8cfa: Waiting [2021-02-08T19:51:18.662Z] 7c6f9722023f: Waiting [2021-02-08T19:51:18.662Z] a35cf1a2eb13: Waiting [2021-02-08T19:51:18.662Z] de9db76c5a1d: Verifying Checksum [2021-02-08T19:51:18.662Z] de9db76c5a1d: Download complete [2021-02-08T19:51:18.662Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T19:51:18.662Z] 0ef7d3d256c8: Download complete [2021-02-08T19:51:18.662Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T19:51:18.662Z] 93359f2a8cfa: Download complete [2021-02-08T19:51:18.662Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T19:51:18.662Z] 188c0c94c7c5: Download complete [2021-02-08T19:51:18.662Z] 7c6f9722023f: Verifying Checksum [2021-02-08T19:51:18.662Z] 7c6f9722023f: Download complete [2021-02-08T19:51:18.662Z] 188c0c94c7c5: Pull complete [2021-02-08T19:51:18.933Z] 0ef7d3d256c8: Pull complete [2021-02-08T19:51:18.933Z] de9db76c5a1d: Pull complete [2021-02-08T19:51:20.896Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T19:51:20.896Z] a35cf1a2eb13: Download complete [2021-02-08T19:51:20.896Z] bca2f99d35d6: Verifying Checksum [2021-02-08T19:51:20.896Z] bca2f99d35d6: Download complete [2021-02-08T19:51:26.156Z] Still waiting to schedule task [2021-02-08T19:51:26.156Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-08T19:51:26.221Z] bca2f99d35d6: Pull complete [2021-02-08T19:51:26.221Z] 93359f2a8cfa: Pull complete [2021-02-08T19:51:26.221Z] 7c6f9722023f: Pull complete [2021-02-08T19:51:31.534Z] a35cf1a2eb13: Pull complete [2021-02-08T19:51:31.534Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T19:51:31.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T19:51:31.534Z] ---> a62c8e92a672 [2021-02-08T19:51:31.534Z] 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 [2021-02-08T19:51:31.534Z] ---> Running in 7be42f6d773e [2021-02-08T19:51:31.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:51:32.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:51:32.378Z] (1/12) Installing libmagic (5.38-r0) [2021-02-08T19:51:32.954Z] (2/12) Installing file (5.38-r0) [2021-02-08T19:51:33.217Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T19:51:33.217Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T19:51:38.524Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T19:51:38.524Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T19:51:38.524Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T19:51:38.524Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T19:51:38.788Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T19:51:38.788Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T19:51:38.788Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T19:51:39.050Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T19:51:39.050Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T19:51:39.050Z] OK: 233 MiB in 51 packages [2021-02-08T19:51:43.297Z] Removing intermediate container 7be42f6d773e [2021-02-08T19:51:43.297Z] ---> 1a4cca43c543 [2021-02-08T19:51:43.297Z] Step 4/7 : WORKDIR /edgex-go [2021-02-08T19:51:43.298Z] ---> Running in 1867ae1a693d [2021-02-08T19:51:43.298Z] Removing intermediate container 1867ae1a693d [2021-02-08T19:51:43.298Z] ---> 5f8668e5dda0 [2021-02-08T19:51:43.298Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-08T19:51:43.563Z] latest: Pulling from library/docker [2021-02-08T19:51:43.563Z] 4c0d98bf9879: Pulling fs layer [2021-02-08T19:51:43.563Z] e2f804d31884: Pulling fs layer [2021-02-08T19:51:43.563Z] 1a73bd8bacd2: Pulling fs layer [2021-02-08T19:51:43.563Z] b102489fa576: Pulling fs layer [2021-02-08T19:51:43.563Z] db0085121e3c: Pulling fs layer [2021-02-08T19:51:43.563Z] 9b35ed1592a3: Pulling fs layer [2021-02-08T19:51:43.563Z] 88fabd309798: Pulling fs layer [2021-02-08T19:51:43.563Z] db0085121e3c: Waiting [2021-02-08T19:51:43.563Z] 9b35ed1592a3: Waiting [2021-02-08T19:51:43.563Z] 88fabd309798: Waiting [2021-02-08T19:51:43.563Z] b102489fa576: Waiting [2021-02-08T19:51:43.825Z] 1a73bd8bacd2: Verifying Checksum [2021-02-08T19:51:43.825Z] 1a73bd8bacd2: Download complete [2021-02-08T19:51:43.825Z] 4c0d98bf9879: Verifying Checksum [2021-02-08T19:51:43.825Z] 4c0d98bf9879: Download complete [2021-02-08T19:51:43.826Z] e2f804d31884: Verifying Checksum [2021-02-08T19:51:43.826Z] e2f804d31884: Download complete [2021-02-08T19:51:44.092Z] 9b35ed1592a3: Verifying Checksum [2021-02-08T19:51:44.092Z] 9b35ed1592a3: Download complete [2021-02-08T19:51:44.092Z] db0085121e3c: Verifying Checksum [2021-02-08T19:51:44.092Z] db0085121e3c: Download complete [2021-02-08T19:51:44.092Z] 88fabd309798: Verifying Checksum [2021-02-08T19:51:44.092Z] 88fabd309798: Download complete [2021-02-08T19:51:44.092Z] 4c0d98bf9879: Pull complete [2021-02-08T19:51:44.356Z] e2f804d31884: Pull complete [2021-02-08T19:51:44.623Z] 1a73bd8bacd2: Pull complete [2021-02-08T19:51:44.886Z] b102489fa576: Verifying Checksum [2021-02-08T19:51:44.886Z] b102489fa576: Download complete [2021-02-08T19:51:48.217Z] b102489fa576: Pull complete [2021-02-08T19:51:48.217Z] db0085121e3c: Pull complete [2021-02-08T19:51:48.217Z] 9b35ed1592a3: Pull complete [2021-02-08T19:51:48.217Z] 88fabd309798: Pull complete [2021-02-08T19:51:48.217Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-08T19:51:48.217Z] Status: Downloaded newer image for docker:latest [2021-02-08T19:51:49.644Z] ---> e3294bc85bd8 [2021-02-08T19:51:49.644Z] Step 6/7 : COPY go.mod . [2021-02-08T19:51:49.644Z] ---> 317faad4decc [2021-02-08T19:51:49.644Z] Step 7/7 : RUN go mod download [2021-02-08T19:51:49.644Z] ---> Running in 82d01b3620a1 [2021-02-08T19:52:11.702Z] Removing intermediate container 82d01b3620a1 [2021-02-08T19:52:11.702Z] ---> 55dbe90e3e00 [2021-02-08T19:52:11.702Z] Successfully built 55dbe90e3e00 [2021-02-08T19:52:11.702Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:52:12.030Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T19:52:12.030Z] . [Pipeline] withDockerContainer [2021-02-08T19:52:12.149Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T19:52:12.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T19:52:13.031Z] $ docker top 967621cfb4da941eff1e4def535b0976cef14fc4798080270cc1b741dd0d1e29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T19:52:13.577Z] + go version [2021-02-08T19:52:13.578Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T19:52:13.618Z] $ docker stop --time=1 967621cfb4da941eff1e4def535b0976cef14fc4798080270cc1b741dd0d1e29 [2021-02-08T19:52:15.045Z] $ docker rm -f 967621cfb4da941eff1e4def535b0976cef14fc4798080270cc1b741dd0d1e29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:52:15.896Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T19:52:15.896Z] . [Pipeline] withDockerContainer [2021-02-08T19:52:16.058Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T19:52:16.115Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T19:52:17.307Z] $ docker top 0fa238caa15afb89c6e5da73dfd82dd5ada828c1d5654b23c4e41c74a4c35910 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T19:52:17.534Z] ========================================================= [2021-02-08T19:52:17.534Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-08T19:52:17.534Z] ========================================================= [Pipeline] sh [2021-02-08T19:52:17.828Z] + make test [2021-02-08T19:52:17.829Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-08T19:52:26.032Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-08T19:52:44.282Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-08T19:52:48.544Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-08T19:52:48.544Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-08T19:52:48.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-08T19:52:48.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-08T19:52:48.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-08T19:52:50.526Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.045s [2021-02-08T19:52:50.526Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-08T19:52:50.526Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2021-02-08T19:52:50.802Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-08T19:52:51.777Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-08T19:52:51.777Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-08T19:52:51.777Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-08T19:52:51.777Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-08T19:52:55.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2021-02-08T19:52:55.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-08T19:52:55.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-08T19:52:55.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-08T19:52:55.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-08T19:52:55.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-08T19:52:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-08T19:52:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-08T19:52:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-08T19:52:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.071s coverage: 64.9% of statements [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-08T19:52:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.394s coverage: 84.5% of statements [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-08T19:52:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-08T19:53:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.442s coverage: 28.6% of statements [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-08T19:53:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-08T19:53:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-08T19:53:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements [2021-02-08T19:53:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-08T19:53:00.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2021-02-08T19:53:00.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-08T19:53:01.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-02-08T19:53:01.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-08T19:53:01.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-08T19:53:01.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-08T19:53:01.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-08T19:53:03.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.311s coverage: 95.7% of statements [2021-02-08T19:53:03.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-08T19:53:03.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T19:53:03.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-08T19:53:03.016Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-08T19:53:03.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-08T19:53:03.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-08T19:53:03.017Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-08T19:53:03.017Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.0% of statements [no tests to run] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-08T19:53:03.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-08T19:53:03.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-08T19:53:03.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-02-08T19:53:03.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-02-08T19:53:03.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-08T19:53:03.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-02-08T19:53:03.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-02-08T19:53:04.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.384s coverage: 55.9% of statements [2021-02-08T19:53:04.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-08T19:53:04.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-08T19:53:04.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-08T19:53:04.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-08T19:53:04.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-08T19:53:04.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-02-08T19:53:13.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.086s coverage: 86.3% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.206s coverage: 72.2% of statements [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.422s coverage: 72.1% of statements [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 36.5% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.1% of statements [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.049s coverage: 100.0% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.060s coverage: 83.8% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.1% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.053s coverage: 100.0% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.085s coverage: 100.0% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-08T19:53:13.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-02-08T19:53:13.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-08T19:53:13.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 29.1% of statements [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-08T19:53:13.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-08T19:53:13.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-08T19:53:13.495Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-08T19:53:13.495Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-08T19:53:13.495Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-08T19:53:13.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-02-08T19:53:13.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-08T19:53:13.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-08T19:53:13.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-08T19:53:14.041Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-08T19:53:14.620Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-08T19:53:14.883Z] GO111MODULE=on go vet ./... [2021-02-08T19:53:41.646Z] gofmt -l . [2021-02-08T19:53:41.646Z] [ "`gofmt -l .`" = "" ] [2021-02-08T19:53:41.646Z] ./bin/test-go-mod-tidy.sh [2021-02-08T19:53:41.646Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-08T19:53:41.965Z] + ls -al . [2021-02-08T19:53:41.965Z] total 636 [2021-02-08T19:53:41.965Z] drwxrwxr-x 10 1001 1001 4096 Feb 8 19:53 . [2021-02-08T19:53:41.965Z] drwxr-xr-x 4 root root 28 Feb 8 19:52 .. [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 11 Feb 8 19:50 .dockerignore [2021-02-08T19:53:41.965Z] drwxrwxr-x 8 1001 1001 162 Feb 8 19:51 .git [2021-02-08T19:53:41.965Z] drwxrwxr-x 3 1001 1001 125 Feb 8 19:50 .github [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 944 Feb 8 19:50 .gitignore [2021-02-08T19:53:41.965Z] drwx------ 3 1001 1001 45 Feb 8 19:51 .semver [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 166 Feb 8 19:50 .sonarcloud.properties [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 3804 Feb 8 19:50 CONTRIBUTING.md [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 1035 Feb 8 19:50 Dockerfile.build [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 863 Feb 8 19:50 Jenkinsfile [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 10775 Feb 8 19:50 LICENSE [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 6581 Feb 8 19:50 Makefile [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 6447 Feb 8 19:50 README.md [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 259 Feb 8 19:50 SECURITY.md [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 5 Feb 8 19:51 VERSION [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 4131 Feb 8 19:50 ZMQWindows.md [2021-02-08T19:53:41.965Z] drwxrwxr-x 2 1001 1001 117 Feb 8 19:50 bin [2021-02-08T19:53:41.965Z] drwxrwxr-x 15 1001 1001 4096 Feb 8 19:50 cmd [2021-02-08T19:53:41.965Z] -rw-r--r-- 1 root root 541382 Feb 8 19:53 coverage.out [2021-02-08T19:53:41.965Z] -rw-r--r-- 1 root root 1041 Feb 8 19:53 go.mod [2021-02-08T19:53:41.965Z] -rw-r--r-- 1 root root 18582 Feb 8 19:53 go.sum [2021-02-08T19:53:41.965Z] drwxrwxr-x 8 1001 1001 127 Feb 8 19:50 internal [2021-02-08T19:53:41.965Z] drwxrwxr-x 4 1001 1001 26 Feb 8 19:50 openapi [2021-02-08T19:53:41.965Z] drwxrwxr-x 4 1001 1001 71 Feb 8 19:50 snap [2021-02-08T19:53:41.965Z] -rw-rw-r-- 1 1001 1001 168 Feb 8 19:50 version.go [Pipeline] sh [2021-02-08T19:53:42.281Z] + '[' -e coverage.out ] [2021-02-08T19:53:42.281Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-08T19:53:42.475Z] Stashed 1 file(s) [Pipeline] sh [2021-02-08T19:53:42.774Z] + make build [2021-02-08T19:53:42.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-08T19:53:52.909Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-data/core-data ./cmd/core-data [2021-02-08T19:53:55.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-command/core-command ./cmd/core-command [2021-02-08T19:53:56.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-08T19:53:58.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-08T19:53:59.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-08T19:53:59.938Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25611 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws [2021-02-08T19:54:00.046Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [2021-02-08T19:54:00.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] checkout [2021-02-08T19:54:01.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-08T19:54:03.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-08T19:54:04.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-08T19:54:05.385Z] using credential edgex-jenkins-ssh [2021-02-08T19:54:05.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-08T19:54:05.554Z] Cloning the remote Git repository [2021-02-08T19:54:05.624Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-08T19:54:05.751Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-08T19:54:05.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T19:54:05.848Z] > git --version # timeout=10 [2021-02-08T19:54:05.875Z] > git --version # 'git version 2.17.1' [2021-02-08T19:54:05.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T19:54:05.962Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T19:54:06.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-08T19:54:07.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2021-02-08T19:54:08.765Z] $ docker stop --time=1 0fa238caa15afb89c6e5da73dfd82dd5ada828c1d5654b23c4e41c74a4c35910 [2021-02-08T19:54:10.437Z] $ docker rm -f 0fa238caa15afb89c6e5da73dfd82dd5ada828c1d5654b23c4e41c74a4c35910 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:54:12.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T19:54:12.195Z] [2021-02-08T19:54:12.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:54:12.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T19:54:12.559Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-08T19:54:12.559Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-08T19:54:12.559Z] ca9280d653b3: Pulling fs layer [2021-02-08T19:54:12.559Z] 7e9c9ca2126c: Pulling fs layer [2021-02-08T19:54:12.850Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-08T19:54:12.850Z] cbdbe7a5bc2a: Download complete [2021-02-08T19:54:13.116Z] ca9280d653b3: Verifying Checksum [2021-02-08T19:54:13.116Z] ca9280d653b3: Download complete [2021-02-08T19:54:13.116Z] cbdbe7a5bc2a: Pull complete [2021-02-08T19:54:14.078Z] ca9280d653b3: Pull complete [2021-02-08T19:54:14.343Z] 7e9c9ca2126c: Download complete [2021-02-08T19:54:20.976Z] 7e9c9ca2126c: Pull complete [2021-02-08T19:54:20.976Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-08T19:54:20.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T19:54:20.976Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-08T19:54:21.171Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T19:54:21.223Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-08T19:54:24.248Z] $ docker top a4ce7aac14c5f2f2fd3f85cb87a4ea3d603b71ba621d2bb9e50431131b51b6c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T19:54:24.785Z] + + docker-compose build --help [2021-02-08T19:54:24.785Z] grep parallel [2021-02-08T19:54:25.745Z] --parallel Build images in parallel. [Pipeline] } [2021-02-08T19:54:25.766Z] $ docker stop --time=1 a4ce7aac14c5f2f2fd3f85cb87a4ea3d603b71ba621d2bb9e50431131b51b6c2 [2021-02-08T19:54:26.102Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T19:54:26.129Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T19:54:26.156Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T19:54:26.250Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T19:54:26.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T19:54:26.265Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-08T19:54:26.850Z] Checking out Revision 12a188d7528ee379d18cf3e1ac715e90dfef7258 (hanoi) [2021-02-08T19:54:27.115Z] $ docker rm -f a4ce7aac14c5f2f2fd3f85cb87a4ea3d603b71ba621d2bb9e50431131b51b6c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:54:27.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T19:54:27.790Z] . [Pipeline] withDockerContainer [2021-02-08T19:54:27.908Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T19:54:27.966Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-08T19:54:28.733Z] $ docker top 6ce68f9dab6e21cc1d4da297fdddbae9d51ef3eb242f34e0b249f2b80381e8b1 -eo pid,comm [2021-02-08T19:54:26.874Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T19:54:26.886Z] > git checkout -f 12a188d7528ee379d18cf3e1ac715e90dfef7258 # timeout=10 [Pipeline] { [Pipeline] sh [2021-02-08T19:54:29.313Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-08T19:54:30.274Z] Building docker-core-command-go ... [2021-02-08T19:54:30.274Z] Building docker-core-data-go ... [2021-02-08T19:54:30.274Z] Building docker-core-metadata-go ... [2021-02-08T19:54:30.274Z] Building docker-security-bootstrap-redis-go ... [2021-02-08T19:54:30.274Z] Building docker-security-proxy-setup-go ... [2021-02-08T19:54:30.274Z] Building docker-security-secrets-setup-go ... [2021-02-08T19:54:30.274Z] Building docker-security-secretstore-setup-go ... [2021-02-08T19:54:30.274Z] Building docker-support-logging-go ... [2021-02-08T19:54:30.274Z] Building docker-support-notifications-go ... [2021-02-08T19:54:30.274Z] Building docker-support-scheduler-go ... [2021-02-08T19:54:30.274Z] Building docker-sys-mgmt-agent-go ... [2021-02-08T19:54:30.274Z] Building docker-core-data-go [2021-02-08T19:54:30.274Z] Building docker-core-command-go [2021-02-08T19:54:30.274Z] Building docker-security-bootstrap-redis-go [2021-02-08T19:54:30.274Z] Building docker-support-scheduler-go [2021-02-08T19:54:30.274Z] Building docker-sys-mgmt-agent-go [2021-02-08T19:54:31.565Z] Commit message: "fix(snap): fix redis snapshots (#3102)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T19:54:33.494Z] + git checkout 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:54:33.494Z] HEAD is now at 12a188d7 fix(snap): fix redis snapshots (#3102) [Pipeline] sh [2021-02-08T19:54:33.965Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T19:54:34.315Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T19:54:34.672Z] + sudo service docker restart [2021-02-08T19:54:34.672Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T19:54:36.775Z] provisioning config files... [2021-02-08T19:54:36.828Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config950473849634689594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T19:54:37.276Z] ---> docker-login.sh [2021-02-08T19:54:37.276Z] nexus3.edgexfoundry.org:10001 [2021-02-08T19:54:38.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:54:38.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:54:38.611Z] Configure a credential helper to remove this warning. See [2021-02-08T19:54:38.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:54:38.611Z] [2021-02-08T19:54:38.611Z] Login Succeeded [2021-02-08T19:54:38.611Z] nexus3.edgexfoundry.org:10002 [2021-02-08T19:54:38.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:54:39.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:54:39.189Z] Configure a credential helper to remove this warning. See [2021-02-08T19:54:39.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:54:39.189Z] [2021-02-08T19:54:39.189Z] Login Succeeded [2021-02-08T19:54:39.189Z] nexus3.edgexfoundry.org:10003 [2021-02-08T19:54:39.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:54:39.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:54:39.745Z] Configure a credential helper to remove this warning. See [2021-02-08T19:54:39.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:54:39.745Z] [2021-02-08T19:54:39.745Z] Login Succeeded [2021-02-08T19:54:39.745Z] nexus3.edgexfoundry.org:10004 [2021-02-08T19:54:40.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:54:40.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:54:40.022Z] Configure a credential helper to remove this warning. See [2021-02-08T19:54:40.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:54:40.022Z] [2021-02-08T19:54:40.022Z] Login Succeeded [2021-02-08T19:54:40.022Z] docker.io [2021-02-08T19:54:40.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T19:54:40.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T19:54:40.913Z] Configure a credential helper to remove this warning. See [2021-02-08T19:54:40.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T19:54:40.913Z] [2021-02-08T19:54:40.913Z] Login Succeeded [2021-02-08T19:54:40.913Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T19:54:40.938Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-08T19:54:41.360Z] ========================================================= [2021-02-08T19:54:41.360Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T19:54:41.360Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:54:41.765Z] + 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 . [2021-02-08T19:54:44.429Z] Sending build context to Docker daemon 166.2MB [2021-02-08T19:54:44.429Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-08T19:54:44.429Z] Step 2/7 : FROM ${BASE} [2021-02-08T19:54:44.429Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T19:54:44.429Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T19:54:44.429Z] a4357932f1b6: Pulling fs layer [2021-02-08T19:54:44.429Z] 18c013af1878: Pulling fs layer [2021-02-08T19:54:44.429Z] 00ac8860ef70: Pulling fs layer [2021-02-08T19:54:44.429Z] 63d7cb157983: Pulling fs layer [2021-02-08T19:54:44.429Z] b116817d02f9: Pulling fs layer [2021-02-08T19:54:44.429Z] 745a02a5169b: Pulling fs layer [2021-02-08T19:54:44.429Z] 00ac8860ef70: Waiting [2021-02-08T19:54:44.429Z] 63d7cb157983: Waiting [2021-02-08T19:54:44.429Z] b116817d02f9: Waiting [2021-02-08T19:54:44.429Z] 745a02a5169b: Waiting [2021-02-08T19:54:44.429Z] 18c013af1878: Verifying Checksum [2021-02-08T19:54:44.429Z] 18c013af1878: Download complete [2021-02-08T19:54:44.429Z] a4357932f1b6: Verifying Checksum [2021-02-08T19:54:44.429Z] a4357932f1b6: Download complete [2021-02-08T19:54:44.429Z] 63d7cb157983: Verifying Checksum [2021-02-08T19:54:44.429Z] 63d7cb157983: Download complete [2021-02-08T19:54:44.429Z] b116817d02f9: Verifying Checksum [2021-02-08T19:54:44.429Z] b116817d02f9: Download complete [2021-02-08T19:54:44.429Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T19:54:44.429Z] 5f621e34cdf4: Download complete [2021-02-08T19:54:45.046Z] 5f621e34cdf4: Pull complete [2021-02-08T19:54:45.652Z] a4357932f1b6: Pull complete [2021-02-08T19:54:45.926Z] 18c013af1878: Pull complete [2021-02-08T19:54:46.522Z] 745a02a5169b: Download complete [2021-02-08T19:54:47.960Z] 00ac8860ef70: Verifying Checksum [2021-02-08T19:54:47.960Z] 00ac8860ef70: Download complete [2021-02-08T19:54:58.131Z] 00ac8860ef70: Pull complete [2021-02-08T19:54:58.131Z] 63d7cb157983: Pull complete [2021-02-08T19:54:58.131Z] b116817d02f9: Pull complete [2021-02-08T19:55:02.505Z] 745a02a5169b: Pull complete [2021-02-08T19:55:02.505Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T19:55:02.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T19:55:02.505Z] ---> b7e6874047d6 [2021-02-08T19:55:02.505Z] 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 [2021-02-08T19:55:02.574Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:55:02.574Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:55:02.574Z] ---> 55dbe90e3e00 [2021-02-08T19:55:02.574Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T19:55:02.574Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:55:02.574Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:55:02.574Z] ---> 55dbe90e3e00 [2021-02-08T19:55:02.574Z] Step 3/27 : WORKDIR /edgex-go [2021-02-08T19:55:02.574Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:55:02.574Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:55:02.574Z] ---> 55dbe90e3e00 [2021-02-08T19:55:02.574Z] Step 3/21 : WORKDIR /edgex-go [2021-02-08T19:55:02.574Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:55:02.574Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:55:02.574Z] ---> 55dbe90e3e00 [2021-02-08T19:55:02.574Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T19:55:02.574Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:55:02.574Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:55:02.574Z] ---> 55dbe90e3e00 [2021-02-08T19:55:02.574Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T19:55:03.160Z] ---> Running in 46bff9db80a2 [2021-02-08T19:55:03.160Z] ---> Running in 9c7e535f478d [2021-02-08T19:55:03.160Z] ---> Running in a38186eff4ec [2021-02-08T19:55:03.160Z] ---> Running in 2885c9e63c13 [2021-02-08T19:55:03.160Z] ---> Running in f9526c357740 [2021-02-08T19:55:03.426Z] Removing intermediate container 46bff9db80a2 [2021-02-08T19:55:03.426Z] ---> ea7e537c7794 [2021-02-08T19:55:03.426Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:55:03.426Z] Removing intermediate container a38186eff4ec [2021-02-08T19:55:03.426Z] ---> a272bc7fb210 [2021-02-08T19:55:03.426Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:55:03.699Z] Removing intermediate container f9526c357740 [2021-02-08T19:55:03.699Z] ---> e11b5075e083 [2021-02-08T19:55:03.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:55:03.699Z] Removing intermediate container 9c7e535f478d [2021-02-08T19:55:03.699Z] ---> 3708d6941356 [2021-02-08T19:55:03.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:55:03.700Z] Removing intermediate container 2885c9e63c13 [2021-02-08T19:55:03.700Z] ---> d7ee55adf0ec [2021-02-08T19:55:03.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:55:03.700Z] ---> Running in 90be1cac78b2 [2021-02-08T19:55:03.700Z] ---> Running in eabea37ca4f6 [2021-02-08T19:55:03.700Z] ---> Running in 9676a8b9b39f [2021-02-08T19:55:03.700Z] ---> Running in 43f9f25a78ed [2021-02-08T19:55:03.965Z] ---> Running in 2072493aa152 [2021-02-08T19:55:05.889Z] ---> Running in 10025f2774cb [2021-02-08T19:55:05.912Z] Removing intermediate container 90be1cac78b2 [2021-02-08T19:55:05.912Z] ---> 699e63fbd978 [2021-02-08T19:55:05.912Z] Step 5/21 : RUN apk update && apk add make git [2021-02-08T19:55:05.912Z] Removing intermediate container eabea37ca4f6 [2021-02-08T19:55:05.912Z] ---> 6fef64459f8e [2021-02-08T19:55:05.912Z] Step 5/27 : RUN apk update && apk add make bash git [2021-02-08T19:55:05.912Z] Removing intermediate container 43f9f25a78ed [2021-02-08T19:55:05.912Z] ---> 48fed377a615 [2021-02-08T19:55:05.912Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-08T19:55:06.175Z] ---> Running in 9f9798fb9c2e [2021-02-08T19:55:06.176Z] ---> Running in c6e22d40261f [2021-02-08T19:55:06.176Z] Removing intermediate container 2072493aa152 [2021-02-08T19:55:06.176Z] ---> e96f3c1f180e [2021-02-08T19:55:06.176Z] Step 5/22 : RUN apk update && apk add make git [2021-02-08T19:55:06.176Z] ---> Running in 397a921a3947 [2021-02-08T19:55:06.176Z] Removing intermediate container 9676a8b9b39f [2021-02-08T19:55:06.176Z] ---> fbb68d092ef4 [2021-02-08T19:55:06.176Z] Step 5/22 : RUN apk update && apk add make git [2021-02-08T19:55:06.438Z] ---> Running in 7b274e6463b1 [2021-02-08T19:55:06.438Z] ---> Running in 0cc133364e28 [2021-02-08T19:55:06.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:55:07.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:07.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:07.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:07.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:07.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:07.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:07.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:55:08.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:08.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:08.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:08.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:55:08.840Z] (1/12) Installing libmagic (5.38-r0) [2021-02-08T19:55:08.921Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:55:08.922Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:55:08.922Z] OK: 12752 distinct packages available [2021-02-08T19:55:08.922Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:55:08.922Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:55:08.922Z] OK: 12752 distinct packages available [2021-02-08T19:55:08.922Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:55:08.922Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:55:08.922Z] OK: 12752 distinct packages available [2021-02-08T19:55:09.113Z] (2/12) Installing file (5.38-r0) [2021-02-08T19:55:09.194Z] OK: 233 MiB in 51 packages [2021-02-08T19:55:09.194Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:55:09.194Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:55:09.194Z] OK: 12752 distinct packages available [2021-02-08T19:55:09.194Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:55:09.194Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:55:09.194Z] OK: 12752 distinct packages available [2021-02-08T19:55:09.195Z] OK: 233 MiB in 51 packages [2021-02-08T19:55:09.195Z] OK: 233 MiB in 51 packages [2021-02-08T19:55:09.387Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T19:55:09.387Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T19:55:09.457Z] OK: 233 MiB in 51 packages [2021-02-08T19:55:09.457Z] OK: 233 MiB in 51 packages [2021-02-08T19:55:10.037Z] Removing intermediate container c6e22d40261f [2021-02-08T19:55:10.037Z] ---> 6060f0972653 [2021-02-08T19:55:10.037Z] Step 6/21 : COPY go.mod . [2021-02-08T19:55:10.300Z] Removing intermediate container 397a921a3947 [2021-02-08T19:55:10.300Z] ---> 0b80d66a4a0f [2021-02-08T19:55:10.300Z] Step 6/23 : COPY go.mod . [2021-02-08T19:55:10.300Z] Removing intermediate container 9f9798fb9c2e [2021-02-08T19:55:10.300Z] ---> c78be8fdd862 [2021-02-08T19:55:10.300Z] Step 6/27 : COPY go.mod . [2021-02-08T19:55:10.575Z] Removing intermediate container 0cc133364e28 [2021-02-08T19:55:10.575Z] ---> 0e2f9bbf5933 [2021-02-08T19:55:10.575Z] Step 6/22 : COPY go.mod . [2021-02-08T19:55:10.575Z] ---> 4d3d0b454e8c [2021-02-08T19:55:10.575Z] Step 7/21 : RUN go mod download [2021-02-08T19:55:10.575Z] Removing intermediate container 7b274e6463b1 [2021-02-08T19:55:10.575Z] ---> 2ce3b779d01b [2021-02-08T19:55:10.575Z] Step 6/22 : COPY go.mod . [2021-02-08T19:55:10.576Z] ---> Running in ec755fd40865 [2021-02-08T19:55:10.838Z] ---> 4dd06411e81e [2021-02-08T19:55:10.838Z] Step 7/27 : RUN go mod download [2021-02-08T19:55:11.102Z] ---> 3c4a1b8e5042 [2021-02-08T19:55:11.102Z] Step 7/22 : RUN go mod download [2021-02-08T19:55:11.102Z] ---> Running in d538c2de8fac [2021-02-08T19:55:11.102Z] ---> 481816b344eb [2021-02-08T19:55:11.102Z] Step 7/23 : RUN go mod download [2021-02-08T19:55:11.102Z] ---> 78c7c87c779e [2021-02-08T19:55:11.102Z] Step 7/22 : RUN go mod download [2021-02-08T19:55:11.368Z] ---> Running in c122ee508f08 [2021-02-08T19:55:11.368Z] ---> Running in d717add4f778 [2021-02-08T19:55:11.368Z] ---> Running in 74fec7a84276 [2021-02-08T19:55:12.771Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T19:55:12.772Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T19:55:13.044Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T19:55:13.044Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T19:55:13.044Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T19:55:13.318Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T19:55:13.318Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T19:55:13.324Z] Removing intermediate container d538c2de8fac [2021-02-08T19:55:13.324Z] ---> d116aabe2bf0 [2021-02-08T19:55:13.324Z] Step 8/27 : COPY . . [2021-02-08T19:55:13.324Z] Removing intermediate container ec755fd40865 [2021-02-08T19:55:13.324Z] ---> c5091eb8a7e5 [2021-02-08T19:55:13.324Z] Step 8/21 : COPY . . [2021-02-08T19:55:13.590Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T19:55:13.590Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T19:55:13.590Z] OK: 217 MiB in 51 packages [2021-02-08T19:55:16.681Z] Removing intermediate container c122ee508f08 [2021-02-08T19:55:16.681Z] ---> 40c9b368fe1b [2021-02-08T19:55:16.681Z] Step 8/22 : COPY . . [2021-02-08T19:55:17.899Z] Removing intermediate container 10025f2774cb [2021-02-08T19:55:17.899Z] ---> c878f7ac67cf [2021-02-08T19:55:17.899Z] Step 4/7 : WORKDIR /edgex-go [2021-02-08T19:55:18.096Z] Removing intermediate container 74fec7a84276 [2021-02-08T19:55:18.096Z] ---> 3c8210228af6 [2021-02-08T19:55:18.096Z] Step 8/23 : COPY . . [2021-02-08T19:55:18.172Z] ---> Running in 9e5eb7534588 [2021-02-08T19:55:18.446Z] Removing intermediate container 9e5eb7534588 [2021-02-08T19:55:18.446Z] ---> 051a1e3952ee [2021-02-08T19:55:18.446Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-08T19:55:19.040Z] latest: Pulling from library/docker [2021-02-08T19:55:19.315Z] 2914792bc417: Pulling fs layer [2021-02-08T19:55:19.315Z] 756c677dae0e: Pulling fs layer [2021-02-08T19:55:19.315Z] 318712088e33: Pulling fs layer [2021-02-08T19:55:19.315Z] be4ea4215e87: Pulling fs layer [2021-02-08T19:55:19.315Z] 0afbccbf4e53: Pulling fs layer [2021-02-08T19:55:19.315Z] 3b11151c2bc8: Pulling fs layer [2021-02-08T19:55:19.315Z] 46a6a033d54e: Pulling fs layer [2021-02-08T19:55:19.315Z] 0afbccbf4e53: Waiting [2021-02-08T19:55:19.315Z] 46a6a033d54e: Waiting [2021-02-08T19:55:19.315Z] 3b11151c2bc8: Waiting [2021-02-08T19:55:19.315Z] be4ea4215e87: Waiting [2021-02-08T19:55:19.315Z] 318712088e33: Verifying Checksum [2021-02-08T19:55:19.315Z] 318712088e33: Download complete [2021-02-08T19:55:19.315Z] 2914792bc417: Verifying Checksum [2021-02-08T19:55:19.315Z] 2914792bc417: Download complete [2021-02-08T19:55:19.315Z] 756c677dae0e: Verifying Checksum [2021-02-08T19:55:19.315Z] 756c677dae0e: Download complete [2021-02-08T19:55:19.607Z] 0afbccbf4e53: Download complete [2021-02-08T19:55:19.607Z] 3b11151c2bc8: Verifying Checksum [2021-02-08T19:55:19.607Z] 3b11151c2bc8: Download complete [2021-02-08T19:55:19.607Z] 46a6a033d54e: Verifying Checksum [2021-02-08T19:55:19.607Z] 46a6a033d54e: Download complete [2021-02-08T19:55:20.210Z] 2914792bc417: Pull complete [2021-02-08T19:55:20.826Z] 756c677dae0e: Pull complete [2021-02-08T19:55:21.098Z] be4ea4215e87: Verifying Checksum [2021-02-08T19:55:21.098Z] be4ea4215e87: Download complete [2021-02-08T19:55:21.371Z] 318712088e33: Pull complete [2021-02-08T19:55:22.573Z] Removing intermediate container d717add4f778 [2021-02-08T19:55:22.573Z] ---> 290c3c4d72d8 [2021-02-08T19:55:22.573Z] Step 8/22 : COPY . . [2021-02-08T19:55:25.689Z] be4ea4215e87: Pull complete [2021-02-08T19:55:25.689Z] 0afbccbf4e53: Pull complete [2021-02-08T19:55:25.689Z] 3b11151c2bc8: Pull complete [2021-02-08T19:55:25.966Z] 46a6a033d54e: Pull complete [2021-02-08T19:55:25.966Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-08T19:55:26.253Z] Status: Downloaded newer image for docker:latest [2021-02-08T19:55:29.636Z] ---> 46457605b894 [2021-02-08T19:55:29.636Z] Step 6/7 : COPY go.mod . [2021-02-08T19:55:30.231Z] ---> de491c8fecb8 [2021-02-08T19:55:30.231Z] Step 7/7 : RUN go mod download [2021-02-08T19:55:30.506Z] ---> Running in 136407e9a6e2 [2021-02-08T19:55:57.281Z] Removing intermediate container 136407e9a6e2 [2021-02-08T19:55:57.281Z] ---> d5bc97a420a2 [2021-02-08T19:55:57.281Z] Successfully built d5bc97a420a2 [2021-02-08T19:55:57.281Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:55:57.619Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T19:55:57.619Z] . [Pipeline] withDockerContainer [2021-02-08T19:55:57.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-25611 does not seem to be running inside a container [2021-02-08T19:55:57.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T19:55:59.416Z] $ docker top e40a76820ab6e1d430d163c6a3dae4a0f7759d66b97abb504825c73c41c10fd9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T19:56:00.427Z] + go version [2021-02-08T19:56:00.427Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T19:56:00.453Z] $ docker stop --time=1 e40a76820ab6e1d430d163c6a3dae4a0f7759d66b97abb504825c73c41c10fd9 [2021-02-08T19:56:01.529Z] ---> c8d9c1037331 [2021-02-08T19:56:01.529Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-02-08T19:56:01.529Z] ---> 1ac07cc38db2 [2021-02-08T19:56:01.529Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-08T19:56:01.529Z] ---> Running in 9b2e0a01bb38 [2021-02-08T19:56:01.529Z] ---> 37671b8a21ea [2021-02-08T19:56:01.529Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-08T19:56:01.529Z] ---> 130fd07ad4be [2021-02-08T19:56:01.529Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-02-08T19:56:01.529Z] ---> 874720a36c02 [2021-02-08T19:56:01.529Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-08T19:56:01.529Z] ---> Running in 73e0f11be08a [2021-02-08T19:56:01.529Z] ---> Running in a077b4f7d662 [2021-02-08T19:56:01.529Z] ---> Running in b984981b5daa [2021-02-08T19:56:01.529Z] ---> Running in 72fd71d72a59 [2021-02-08T19:56:01.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-08T19:56:01.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-08T19:56:01.529Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-data/core-data ./cmd/core-data [2021-02-08T19:56:01.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-command/core-command ./cmd/core-command [2021-02-08T19:56:01.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-08T19:56:02.474Z] $ docker rm -f e40a76820ab6e1d430d163c6a3dae4a0f7759d66b97abb504825c73c41c10fd9 [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 [2021-02-08T19:56:03.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T19:56:03.774Z] [2021-02-08T19:56:03.774Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:56:04.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T19:56:04.155Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-08T19:56:04.155Z] 29e5d40040c1: Pulling fs layer [2021-02-08T19:56:04.155Z] 1ce36da41761: Pulling fs layer [2021-02-08T19:56:04.155Z] 25b303627fd3: Pulling fs layer [2021-02-08T19:56:04.428Z] 29e5d40040c1: Download complete [2021-02-08T19:56:05.029Z] 1ce36da41761: Verifying Checksum [2021-02-08T19:56:05.029Z] 29e5d40040c1: Pull complete [2021-02-08T19:56:06.476Z] 1ce36da41761: Pull complete [2021-02-08T19:56:06.476Z] 25b303627fd3: Download complete [2021-02-08T19:56:16.638Z] 25b303627fd3: Pull complete [2021-02-08T19:56:16.638Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-08T19:56:16.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T19:56:16.638Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-08T19:56:16.910Z] prd-ubuntu18.04-docker-arm64-4c-16g-25611 does not seem to be running inside a container [2021-02-08T19:56:17.040Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-08T19:56:20.523Z] $ docker top effdf00855a6a68b1d56f172c27e97044675c061e77ae04e9af74707c1f552a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T19:56:21.599Z] + grep parallel [2021-02-08T19:56:21.599Z] + docker-compose build --help [2021-02-08T19:56:25.976Z] --parallel Build images in parallel. [Pipeline] } [2021-02-08T19:56:26.011Z] $ docker stop --time=1 effdf00855a6a68b1d56f172c27e97044675c061e77ae04e9af74707c1f552a3 [2021-02-08T19:56:27.958Z] $ docker rm -f effdf00855a6a68b1d56f172c27e97044675c061e77ae04e9af74707c1f552a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T19:56:28.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T19:56:28.782Z] . [Pipeline] withDockerContainer [2021-02-08T19:56:29.045Z] prd-ubuntu18.04-docker-arm64-4c-16g-25611 does not seem to be running inside a container [2021-02-08T19:56:29.126Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-08T19:56:30.743Z] $ docker top 4d8ee768a90c6efc1507d56eb85c1222b8165393e6de49a6be613f8747d8f7d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T19:56:31.781Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-08T19:56:33.858Z] Removing intermediate container 73e0f11be08a [2021-02-08T19:56:33.858Z] ---> 5080cd85d1a3 [2021-02-08T19:56:33.858Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-08T19:56:33.858Z] Removing intermediate container 72fd71d72a59 [2021-02-08T19:56:33.858Z] ---> a0e9e82b6806 [2021-02-08T19:56:33.858Z] [2021-02-08T19:56:33.858Z] Step 10/22 : FROM alpine:3.10 [2021-02-08T19:56:34.129Z] ---> Running in 8505249b8edb [2021-02-08T19:56:34.129Z] 3.10: Pulling from library/alpine [2021-02-08T19:56:35.117Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-02-08T19:56:35.117Z] Status: Downloaded newer image for alpine:3.10 [2021-02-08T19:56:35.117Z] ---> be4e4bea2c2e [2021-02-08T19:56:35.117Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-08T19:56:35.162Z] Building docker-core-command-go ... [2021-02-08T19:56:35.162Z] Building docker-core-data-go ... [2021-02-08T19:56:35.162Z] Building docker-core-metadata-go ... [2021-02-08T19:56:35.162Z] Building docker-security-bootstrap-redis-go ... [2021-02-08T19:56:35.162Z] Building docker-security-proxy-setup-go ... [2021-02-08T19:56:35.162Z] Building docker-security-secrets-setup-go ... [2021-02-08T19:56:35.162Z] Building docker-security-secretstore-setup-go ... [2021-02-08T19:56:35.162Z] Building docker-support-logging-go ... [2021-02-08T19:56:35.162Z] Building docker-support-notifications-go ... [2021-02-08T19:56:35.162Z] Building docker-support-scheduler-go ... [2021-02-08T19:56:35.162Z] Building docker-sys-mgmt-agent-go ... [2021-02-08T19:56:35.162Z] Building docker-core-data-go [2021-02-08T19:56:35.162Z] Building docker-security-bootstrap-redis-go [2021-02-08T19:56:35.162Z] Building docker-support-scheduler-go [2021-02-08T19:56:35.162Z] Building docker-sys-mgmt-agent-go [2021-02-08T19:56:35.162Z] Building docker-security-secretstore-setup-go [2021-02-08T19:56:35.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-08T19:56:36.842Z] ---> Running in 473fd6564e28 [2021-02-08T19:56:37.808Z] Removing intermediate container b984981b5daa [2021-02-08T19:56:37.808Z] ---> e9d49206fc51 [2021-02-08T19:56:37.808Z] [2021-02-08T19:56:37.808Z] Step 10/22 : FROM scratch [2021-02-08T19:56:37.808Z] ---> [2021-02-08T19:56:37.808Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T19:56:38.394Z] ---> Running in 52f4a0a0d61a [2021-02-08T19:56:38.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:38.677Z] Removing intermediate container 9b2e0a01bb38 [2021-02-08T19:56:38.677Z] ---> 6bdd33d981b6 [2021-02-08T19:56:38.677Z] [2021-02-08T19:56:38.677Z] Step 10/21 : FROM scratch [2021-02-08T19:56:38.677Z] ---> [2021-02-08T19:56:38.677Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T19:56:38.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:38.677Z] Removing intermediate container 52f4a0a0d61a [2021-02-08T19:56:38.677Z] ---> f38f9cb73f2c [2021-02-08T19:56:38.677Z] Step 12/22 : ENV APP_PORT=48082 [2021-02-08T19:56:38.677Z] ---> Running in 95c5f0264dad [2021-02-08T19:56:38.677Z] v3.10.5-185-g26c0c82478 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-08T19:56:38.677Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-08T19:56:38.677Z] OK: 10350 distinct packages available [2021-02-08T19:56:38.952Z] ---> Running in 18ff55e7e35a [2021-02-08T19:56:38.952Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-08T19:56:38.952Z] Removing intermediate container 95c5f0264dad [2021-02-08T19:56:38.952Z] ---> 5afdc4491165 [2021-02-08T19:56:38.952Z] Step 12/21 : ENV APP_PORT=48085 [2021-02-08T19:56:38.952Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-08T19:56:38.952Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-08T19:56:38.952Z] (4/5) Installing curl (7.66.0-r3) [2021-02-08T19:56:38.952Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-08T19:56:38.952Z] Executing busybox-1.30.1-r3.trigger [2021-02-08T19:56:38.952Z] Executing ca-certificates-20191127-r2.trigger [2021-02-08T19:56:39.214Z] OK: 7 MiB in 19 packages [2021-02-08T19:56:39.477Z] ---> Running in 7a4d3c3f86b2 [2021-02-08T19:56:39.744Z] Removing intermediate container 18ff55e7e35a [2021-02-08T19:56:39.744Z] ---> 1c2cf78540d9 [2021-02-08T19:56:39.744Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-08T19:56:39.744Z] Removing intermediate container 8505249b8edb [2021-02-08T19:56:39.744Z] ---> ce77456e8659 [2021-02-08T19:56:39.744Z] [2021-02-08T19:56:39.744Z] Step 11/27 : FROM docker:latest [2021-02-08T19:56:39.744Z] ---> 6e081696197d [2021-02-08T19:56:39.744Z] Step 12/27 : RUN apk add --no-cache bash [2021-02-08T19:56:39.744Z] ---> Running in 0616846d4e97 [2021-02-08T19:56:40.014Z] Removing intermediate container 7a4d3c3f86b2 [2021-02-08T19:56:40.014Z] ---> ff3ad5826b2b [2021-02-08T19:56:40.014Z] Step 13/21 : EXPOSE $APP_PORT [2021-02-08T19:56:40.014Z] ---> Running in 5345de5e1939 [2021-02-08T19:56:40.588Z] ---> Running in 8d4101e69ba3 [2021-02-08T19:56:40.589Z] Removing intermediate container 0616846d4e97 [2021-02-08T19:56:40.589Z] ---> 90992df9c9a7 [2021-02-08T19:56:40.589Z] Step 14/22 : WORKDIR / [2021-02-08T19:56:41.985Z] Removing intermediate container 473fd6564e28 [2021-02-08T19:56:41.985Z] ---> d2f036fe4a3c [2021-02-08T19:56:41.985Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-02-08T19:56:41.985Z] ---> Running in 881b4a30f8f6 [2021-02-08T19:56:41.985Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:41.985Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:42.250Z] Removing intermediate container 8d4101e69ba3 [2021-02-08T19:56:42.250Z] ---> a6bf3e593066 [2021-02-08T19:56:42.250Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-02-08T19:56:42.514Z] (1/2) Installing readline (8.1.0-r0) [2021-02-08T19:56:42.514Z] (2/2) Installing bash (5.1.0-r0) [2021-02-08T19:56:42.514Z] Executing bash-5.1.0-r0.post-install [2021-02-08T19:56:42.514Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T19:56:42.777Z] OK: 13 MiB in 22 packages [2021-02-08T19:56:43.352Z] ---> Running in db5a0debe8cf [2021-02-08T19:56:44.306Z] ---> 9a6720cd39c6 [2021-02-08T19:56:44.306Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-08T19:56:44.306Z] Removing intermediate container 881b4a30f8f6 [2021-02-08T19:56:44.306Z] ---> 2c4f3cc53478 [2021-02-08T19:56:44.306Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-02-08T19:56:44.306Z] Removing intermediate container db5a0debe8cf [2021-02-08T19:56:44.306Z] ---> 905de7beda29 [2021-02-08T19:56:44.306Z] Step 13/22 : WORKDIR / [2021-02-08T19:56:44.306Z] Removing intermediate container a077b4f7d662 [2021-02-08T19:56:44.306Z] ---> 92939e2aa2ca [2021-02-08T19:56:44.306Z] [2021-02-08T19:56:44.306Z] Step 10/23 : FROM alpine [2021-02-08T19:56:44.306Z] ---> Running in 567649d808b3 [2021-02-08T19:56:44.603Z] latest: Pulling from library/alpine [2021-02-08T19:56:44.603Z] Removing intermediate container 5345de5e1939 [2021-02-08T19:56:44.603Z] ---> 9b4af6323d31 [2021-02-08T19:56:44.603Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-02-08T19:56:44.603Z] ---> 7b5e95f3f68b [2021-02-08T19:56:44.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-08T19:56:44.603Z] ---> Running in 17a608323dc4 [2021-02-08T19:56:44.866Z] Removing intermediate container 567649d808b3 [2021-02-08T19:56:44.866Z] ---> 622f9264f6cd [2021-02-08T19:56:44.866Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-02-08T19:56:45.128Z] ---> 5a61ca2996f7 [2021-02-08T19:56:45.128Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-08T19:56:45.128Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-08T19:56:45.128Z] Status: Downloaded newer image for alpine:latest [2021-02-08T19:56:45.128Z] ---> e50c909a8df2 [2021-02-08T19:56:45.128Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T19:56:45.394Z] ---> Running in d1ec5a7dbfbb [2021-02-08T19:56:45.394Z] ---> f798790265f1 [2021-02-08T19:56:45.394Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-08T19:56:45.394Z] ---> cccdfdebb398 [2021-02-08T19:56:45.394Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-02-08T19:56:45.394Z] ---> c169bf5d770b [2021-02-08T19:56:45.394Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-02-08T19:56:45.658Z] ---> Running in 03ddac1b85bd [2021-02-08T19:56:45.658Z] Removing intermediate container d1ec5a7dbfbb [2021-02-08T19:56:45.658Z] ---> ee8e2faf7ef1 [2021-02-08T19:56:45.658Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-08T19:56:45.924Z] ---> 4bc60f956cc9 [2021-02-08T19:56:45.924Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-02-08T19:56:45.924Z] ---> Running in 6d901979eb3b [2021-02-08T19:56:46.196Z] Removing intermediate container 03ddac1b85bd [2021-02-08T19:56:46.196Z] ---> 9066685ed654 [2021-02-08T19:56:46.196Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T19:56:46.196Z] ---> Running in 29efe074e959 [2021-02-08T19:56:46.196Z] ---> 6785f53bd932 [2021-02-08T19:56:46.196Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-02-08T19:56:46.196Z] ---> Running in 2eac8c19b005 [2021-02-08T19:56:46.460Z] Removing intermediate container 6d901979eb3b [2021-02-08T19:56:46.460Z] ---> 97b35bc830ee [2021-02-08T19:56:46.460Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-08T19:56:46.460Z] Removing intermediate container 29efe074e959 [2021-02-08T19:56:46.460Z] ---> 6878a3a04e48 [2021-02-08T19:56:46.460Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T19:56:47.035Z] ---> Running in 310bb579ff8b [2021-02-08T19:56:47.305Z] Removing intermediate container 17a608323dc4 [2021-02-08T19:56:47.305Z] ---> 2ae0e631d2af [2021-02-08T19:56:47.305Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-08T19:56:47.305Z] ---> Running in 9d55f9df22f6 [2021-02-08T19:56:47.305Z] Removing intermediate container 2eac8c19b005 [2021-02-08T19:56:47.305Z] ---> 557bc63b4808 [2021-02-08T19:56:47.305Z] Step 19/21 : LABEL arch=x86_64 [2021-02-08T19:56:47.305Z] ---> f45089d58f93 [2021-02-08T19:56:47.305Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-02-08T19:56:47.305Z] ---> Running in 4917dbbed7c2 [2021-02-08T19:56:47.567Z] ---> Running in 5bdce87f308c [2021-02-08T19:56:47.567Z] Removing intermediate container 310bb579ff8b [2021-02-08T19:56:47.567Z] ---> 81a1e424aaee [2021-02-08T19:56:47.567Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:56:47.567Z] Removing intermediate container 9d55f9df22f6 [2021-02-08T19:56:47.567Z] ---> f9ae8b59a20f [2021-02-08T19:56:47.567Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T19:56:47.830Z] ---> Running in 970a42f60978 [2021-02-08T19:56:47.830Z] ---> Running in 7a4e4a418532 [2021-02-08T19:56:47.830Z] ---> d9d5cb893730 [2021-02-08T19:56:47.830Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-02-08T19:56:48.093Z] Removing intermediate container 4917dbbed7c2 [2021-02-08T19:56:48.094Z] ---> 98b096ea02f6 [2021-02-08T19:56:48.094Z] Step 15/27 : ENV APP_PORT=48090 [2021-02-08T19:56:48.094Z] Removing intermediate container 5bdce87f308c [2021-02-08T19:56:48.094Z] ---> 1eaedd1f73bd [2021-02-08T19:56:48.094Z] Step 20/21 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:56:48.094Z] ---> Running in 7c15a3ca8d94 [2021-02-08T19:56:48.356Z] ---> Running in 92b1ddb79eee [2021-02-08T19:56:48.356Z] ---> Running in b77426564abe [2021-02-08T19:56:48.356Z] Removing intermediate container 7a4e4a418532 [2021-02-08T19:56:48.356Z] ---> 18d2aa8d84e7 [2021-02-08T19:56:48.356Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:56:48.623Z] ---> Running in c6a2535dd1e6 [2021-02-08T19:56:48.623Z] Removing intermediate container 92b1ddb79eee [2021-02-08T19:56:48.623Z] ---> 16969704f6cd [2021-02-08T19:56:48.623Z] Step 16/27 : EXPOSE $APP_PORT [2021-02-08T19:56:48.892Z] Removing intermediate container b77426564abe [2021-02-08T19:56:48.892Z] ---> 0757484857d6 [2021-02-08T19:56:48.892Z] Step 21/21 : LABEL version=1.3.1 [2021-02-08T19:56:48.892Z] ---> Running in 2138d349d2bd [2021-02-08T19:56:48.892Z] ---> Running in 936359d43309 [2021-02-08T19:56:49.155Z] Removing intermediate container c6a2535dd1e6 [2021-02-08T19:56:49.155Z] ---> e82e94ddab8a [2021-02-08T19:56:49.155Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T19:56:49.155Z] Removing intermediate container 2138d349d2bd [2021-02-08T19:56:49.155Z] ---> fc93426b9d98 [2021-02-08T19:56:49.155Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-08T19:56:49.422Z] ---> Running in bc6b274ede38 [2021-02-08T19:56:49.422Z] Removing intermediate container 936359d43309 [2021-02-08T19:56:49.422Z] ---> 89f04f7a2928 [2021-02-08T19:56:49.422Z] [2021-02-08T19:56:50.000Z] Removing intermediate container 970a42f60978 [2021-02-08T19:56:50.000Z] ---> 297349f6175d [2021-02-08T19:56:50.000Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-02-08T19:56:50.000Z] Successfully built 89f04f7a2928 [2021-02-08T19:56:50.000Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-08T19:56:50.000Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-08T19:56:50.000Z] Removing intermediate container bc6b274ede38 [2021-02-08T19:56:50.000Z] ---> 14e3eeb16d55 [2021-02-08T19:56:50.000Z] [2021-02-08T19:56:50.267Z] ---> Running in 77738b859158 [2021-02-08T19:56:50.267Z] ---> f99eb5a63a0a [2021-02-08T19:56:50.267Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-08T19:56:50.267Z] Successfully built 14e3eeb16d55 [2021-02-08T19:56:50.267Z] Removing intermediate container 7c15a3ca8d94 [2021-02-08T19:56:50.267Z] ---> 896eed0f79c9 [2021-02-08T19:56:50.267Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-08T19:56:50.267Z] Successfully tagged docker-core-command-go:latest [2021-02-08T19:56:50.267Z] Building docker-support-logging-go [2021-02-08T19:56:50.533Z]  Building docker-core-command-go ... done  ---> Running in f8e0bb959f8b [2021-02-08T19:56:50.533Z] ---> 8055a0b40437 [2021-02-08T19:56:50.533Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-08T19:56:50.805Z] Removing intermediate container f8e0bb959f8b [2021-02-08T19:56:50.805Z] ---> 4dde5cd8f03f [2021-02-08T19:56:50.805Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T19:56:51.070Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:51.335Z] ---> Running in a3f5f9c3dc2b [2021-02-08T19:56:51.335Z] ---> 4a5e598a6753 [2021-02-08T19:56:51.335Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-02-08T19:56:52.740Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:52.740Z] Removing intermediate container a3f5f9c3dc2b [2021-02-08T19:56:52.740Z] ---> 4944476bc9b0 [2021-02-08T19:56:52.740Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 ---> Running in 28304311fa77 [2021-02-08T19:56:52.740Z] [2021-02-08T19:56:53.005Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-02-08T19:56:53.005Z] (2/5) Installing libsodium (1.0.18-r0) [2021-02-08T19:56:53.270Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-08T19:56:53.270Z] (4/5) Installing libzmq (4.3.3-r1) [2021-02-08T19:56:53.853Z] (5/5) Installing zeromq (4.3.3-r1) [2021-02-08T19:56:53.854Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T19:56:54.115Z] OK: 8 MiB in 19 packages [2021-02-08T19:56:55.067Z] ---> Running in 39be94e31d81 [2021-02-08T19:56:57.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:57.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:56:57.911Z] Removing intermediate container 39be94e31d81 [2021-02-08T19:56:57.911Z] ---> b915ea43932b [2021-02-08T19:56:57.911Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T19:56:58.179Z] (1/32) Installing libbz2 (1.0.8-r1) [2021-02-08T19:56:58.179Z] ---> Running in 04ff65a7c12e [2021-02-08T19:56:58.179Z] (2/32) Installing expat (2.2.10-r1) [2021-02-08T19:56:58.179Z] (3/32) Installing libffi (3.3-r2) [2021-02-08T19:56:58.442Z] (4/32) Installing gdbm (1.19-r0) [2021-02-08T19:56:58.442Z] (5/32) Installing xz-libs (5.2.5-r0) [2021-02-08T19:56:58.442Z] (6/32) Installing sqlite-libs (3.34.1-r0) [2021-02-08T19:56:58.442Z] (7/32) Installing python3 (3.8.7-r0) [2021-02-08T19:56:58.707Z] Removing intermediate container 04ff65a7c12e [2021-02-08T19:56:58.707Z] ---> e83c92ea894d [2021-02-08T19:56:58.707Z] [2021-02-08T19:56:58.979Z] Removing intermediate container 77738b859158 [2021-02-08T19:56:58.979Z] ---> c3ccf7458a13 [2021-02-08T19:56:58.979Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-02-08T19:56:58.979Z] Successfully built e83c92ea894d [2021-02-08T19:56:59.945Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-02-08T19:56:59.945Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2021-02-08T19:57:12.252Z] (8/32) Installing py3-appdirs (1.4.4-r1) [2021-02-08T19:57:12.252Z] (9/32) Installing py3-ordered-set (4.0.2-r0) [2021-02-08T19:57:12.252Z] (10/32) Installing py3-parsing (2.4.7-r1) [2021-02-08T19:57:12.252Z] (11/32) Installing py3-six (1.15.0-r0) [2021-02-08T19:57:12.252Z] (12/32) Installing py3-packaging (20.9-r0) [2021-02-08T19:57:12.252Z] (13/32) Installing py3-setuptools (51.3.3-r0) [2021-02-08T19:57:12.252Z] (14/32) Installing py3-chardet (4.0.0-r0) [2021-02-08T19:57:12.515Z] (15/32) Installing py3-idna (3.1-r0) [2021-02-08T19:57:13.092Z] (16/32) Installing py3-urllib3 (1.26.2-r1) [2021-02-08T19:57:14.488Z] (17/32) Installing py3-requests (2.25.1-r1) [2021-02-08T19:57:15.064Z] (18/32) Installing py3-msgpack (1.0.2-r0) [2021-02-08T19:57:15.640Z] (19/32) Installing py3-lockfile (0.12.2-r3) [2021-02-08T19:57:17.047Z] (20/32) Installing py3-cachecontrol (0.12.6-r0) [2021-02-08T19:57:17.316Z] (21/32) Installing py3-colorama (0.4.4-r0) [2021-02-08T19:57:17.593Z] (22/32) Installing py3-contextlib2 (0.6.0-r0) [2021-02-08T19:57:17.594Z] ---> 64caab47ad82 [2021-02-08T19:57:17.594Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-08T19:57:17.594Z] (23/32) Installing py3-distlib (0.3.1-r1) [2021-02-08T19:57:17.594Z] (24/32) Installing py3-distro (1.5.0-r1) [2021-02-08T19:57:17.866Z] (25/32) Installing py3-webencodings (0.5.1-r3) [2021-02-08T19:57:17.866Z] (26/32) Installing py3-html5lib (1.1-r0) [2021-02-08T19:57:18.458Z] (27/32) Installing py3-pytoml (0.1.21-r0) [2021-02-08T19:57:19.037Z] (28/32) Installing py3-pep517 (0.9.1-r0) [2021-02-08T19:57:19.037Z] (29/32) Installing py3-progress (1.5-r0) [2021-02-08T19:57:19.302Z] (30/32) Installing py3-retrying (1.3.3-r0) [2021-02-08T19:57:19.882Z] (31/32) Installing py3-toml (0.10.2-r0) [2021-02-08T19:57:20.154Z] (32/32) Installing py3-pip (20.3.4-r0) [2021-02-08T19:57:22.123Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:22.124Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:57:22.124Z] ---> d5bc97a420a2 [2021-02-08T19:57:22.124Z] Step 3/21 : WORKDIR /edgex-go [2021-02-08T19:57:22.124Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:22.124Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:57:22.124Z] ---> d5bc97a420a2 [2021-02-08T19:57:22.124Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T19:57:22.124Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:22.124Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:57:22.124Z] ---> d5bc97a420a2 [2021-02-08T19:57:22.124Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T19:57:22.124Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:22.124Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:57:22.124Z] ---> d5bc97a420a2 [2021-02-08T19:57:22.124Z] Step 3/27 : WORKDIR /edgex-go [2021-02-08T19:57:22.124Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:22.124Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:57:22.124Z] ---> d5bc97a420a2 [2021-02-08T19:57:22.124Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T19:57:24.445Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:24.445Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:57:24.445Z] ---> 55dbe90e3e00 [2021-02-08T19:57:24.445Z] Step 3/20 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:24.445Z] [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> d7ee55adf0ec [2021-02-08T19:57:24.445Z] [2021-02-08T19:57:24.445Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 55dbe90e3e00 [2021-02-08T19:57:24.445Z] [2021-02-08T19:57:24.445Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] ---> d7ee55adf0ec [2021-02-08T19:57:24.445Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] ---> e96f3c1f180e [2021-02-08T19:57:24.445Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] ---> e96f3c1f180e [2021-02-08T19:57:24.445Z] Step 5/20 : RUN apk update && apk add make git [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] ---> 2ce3b779d01b [2021-02-08T19:57:24.445Z] Step 6/20 : COPY go.mod . [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] ---> 78c7c87c779e [2021-02-08T19:57:24.445Z] Step 7/20 : RUN go mod download [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] ---> 290c3c4d72d8 [2021-02-08T19:57:24.445Z] Step 8/20 : COPY . . [2021-02-08T19:57:24.445Z] ---> Using cache [2021-02-08T19:57:24.445Z] ---> 874720a36c02 [2021-02-08T19:57:24.445Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-02-08T19:57:25.032Z] ---> 59e54c32a828 [2021-02-08T19:57:25.032Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-08T19:57:25.309Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T19:57:25.309Z] OK: 80 MiB in 54 packages [2021-02-08T19:57:25.517Z] ---> Running in 544a43543751 [2021-02-08T19:57:25.517Z] ---> Running in 2b3ff1835c86 [2021-02-08T19:57:25.517Z] ---> Running in eb50f3cebb96 [2021-02-08T19:57:25.517Z] ---> Running in 0b9bc79b7aed [2021-02-08T19:57:25.517Z] ---> Running in 3fe772029e56 [2021-02-08T19:57:25.580Z] ---> Running in 4d397924aaef [2021-02-08T19:57:25.580Z] ---> Running in 7c3f5b72246b [2021-02-08T19:57:25.793Z] Removing intermediate container 0b9bc79b7aed [2021-02-08T19:57:25.794Z] Removing intermediate container 2b3ff1835c86 [2021-02-08T19:57:25.794Z] ---> 30f61ff7cf07 [2021-02-08T19:57:25.794Z] ---> c17294a7277e [2021-02-08T19:57:25.794Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:57:25.794Z] [2021-02-08T19:57:25.794Z] Removing intermediate container 3fe772029e56 [2021-02-08T19:57:25.794Z] ---> 3184530ab804 [2021-02-08T19:57:25.794Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:57:25.794Z] Removing intermediate container 544a43543751 [2021-02-08T19:57:25.794Z] ---> 743b343c4054 [2021-02-08T19:57:25.794Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:57:25.794Z] Removing intermediate container eb50f3cebb96 [2021-02-08T19:57:25.794Z] ---> 16390b2bd613 [2021-02-08T19:57:25.794Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:57:26.069Z] ---> Running in 74811f073886 [2021-02-08T19:57:26.069Z] ---> Running in f4ea4d016ee4 [2021-02-08T19:57:26.069Z] ---> Running in 457a72b43047 [2021-02-08T19:57:26.069Z] ---> Running in 45a9deac2127 [2021-02-08T19:57:26.069Z] ---> Running in 53f2342f5cc3 [2021-02-08T19:57:26.173Z] ---> e1d9be2b2f10 [2021-02-08T19:57:26.173Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-08T19:57:26.768Z] ---> Running in 60c177b77031 [2021-02-08T19:57:28.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-08T19:57:28.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:57:28.466Z] Removing intermediate container 60c177b77031 [2021-02-08T19:57:28.466Z] ---> 6a3ec1bb8a64 [2021-02-08T19:57:28.466Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T19:57:29.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:57:29.342Z] ---> Running in a92afa722b4c [2021-02-08T19:57:29.503Z] Removing intermediate container f4ea4d016ee4 [2021-02-08T19:57:29.503Z] ---> 98761fdc163f [2021-02-08T19:57:29.503Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-08T19:57:29.623Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:57:29.623Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:57:29.623Z] OK: 12752 distinct packages available [2021-02-08T19:57:29.774Z] ---> Running in bfc1d21a21fb [2021-02-08T19:57:30.032Z] Removing intermediate container a92afa722b4c [2021-02-08T19:57:30.032Z] ---> 827ff242e660 [2021-02-08T19:57:30.032Z] Step 21/23 : LABEL arch=x86_64 [2021-02-08T19:57:30.032Z] OK: 233 MiB in 51 packages [2021-02-08T19:57:30.048Z] Removing intermediate container 45a9deac2127 [2021-02-08T19:57:30.048Z] ---> 7ca37f9c921e [2021-02-08T19:57:30.048Z] Step 5/27 : RUN apk update && apk add make bash git [2021-02-08T19:57:30.334Z] Removing intermediate container 74811f073886 [2021-02-08T19:57:30.334Z] ---> 48d7423f23c2 [2021-02-08T19:57:30.334Z] Step 5/21 : RUN apk update && apk add make git [2021-02-08T19:57:30.334Z] ---> Running in 7c844511960c [2021-02-08T19:57:30.334Z] Removing intermediate container 457a72b43047 [2021-02-08T19:57:30.334Z] ---> 73671828a470 [2021-02-08T19:57:30.334Z] Step 5/22 : RUN apk update && apk add make git [2021-02-08T19:57:30.426Z] ---> Running in 586907cec33f [2021-02-08T19:57:30.426Z] OK: 233 MiB in 51 packages [2021-02-08T19:57:30.608Z] Removing intermediate container 53f2342f5cc3 [2021-02-08T19:57:30.608Z] ---> a9ad43fcdc76 [2021-02-08T19:57:30.608Z] Step 5/24 : RUN apk update && apk add make git [2021-02-08T19:57:30.608Z] ---> Running in 9e87727e9ade [2021-02-08T19:57:30.608Z] ---> Running in 7a490b2083dc [2021-02-08T19:57:30.882Z] ---> Running in c48fdaadb39e [2021-02-08T19:57:31.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:32.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:32.100Z] Removing intermediate container 586907cec33f [2021-02-08T19:57:32.100Z] ---> 13b5938e71dc [2021-02-08T19:57:32.100Z] Step 22/23 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:57:32.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:32.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:32.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:32.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:32.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:33.197Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:57:33.197Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:57:33.197Z] OK: 12622 distinct packages available [2021-02-08T19:57:33.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:33.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:33.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:57:33.527Z] ---> Running in c71c897ad2e4 [2021-02-08T19:57:33.746Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:57:33.746Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:57:33.746Z] OK: 12622 distinct packages available [2021-02-08T19:57:33.746Z] OK: 217 MiB in 51 packages [2021-02-08T19:57:34.345Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:57:34.345Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:57:34.345Z] OK: 12622 distinct packages available [2021-02-08T19:57:34.345Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:57:34.345Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:57:34.345Z] OK: 12622 distinct packages available [2021-02-08T19:57:34.524Z] Removing intermediate container 4d397924aaef [2021-02-08T19:57:34.524Z] ---> 848878dced4a [2021-02-08T19:57:34.524Z] Step 6/22 : COPY go.mod . [2021-02-08T19:57:34.622Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:57:34.623Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:57:34.623Z] OK: 12622 distinct packages available [2021-02-08T19:57:34.623Z] OK: 217 MiB in 51 packages [2021-02-08T19:57:34.811Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:34.811Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-02-08T19:57:34.811Z] ---> 55dbe90e3e00 [2021-02-08T19:57:34.811Z] Step 3/29 : WORKDIR /edgex-go [2021-02-08T19:57:34.811Z] ---> Using cache [2021-02-08T19:57:34.811Z] ---> d7ee55adf0ec [2021-02-08T19:57:34.811Z] Step 4/29 : RUN apk update && apk add make git [2021-02-08T19:57:35.224Z] OK: 217 MiB in 51 packages [2021-02-08T19:57:35.436Z] Removing intermediate container c71c897ad2e4 [2021-02-08T19:57:35.437Z] ---> 59017208e6d8 [2021-02-08T19:57:35.437Z] Step 23/23 : LABEL version=1.3.1 [2021-02-08T19:57:35.499Z] OK: 217 MiB in 51 packages [2021-02-08T19:57:35.500Z] OK: 217 MiB in 51 packages [2021-02-08T19:57:35.774Z] Removing intermediate container bfc1d21a21fb [2021-02-08T19:57:35.774Z] ---> aa06693f5cfa [2021-02-08T19:57:35.774Z] Step 6/23 : COPY go.mod . [2021-02-08T19:57:36.399Z] ---> Running in 5b91e99312d8 [2021-02-08T19:57:36.400Z] ---> 0b46d23dbaac [2021-02-08T19:57:36.400Z] Step 7/22 : RUN go mod download [2021-02-08T19:57:36.664Z] ---> Running in 4f0280e96f60 [2021-02-08T19:57:36.771Z] Removing intermediate container 7c844511960c [2021-02-08T19:57:36.771Z] ---> d105133d84b3 [2021-02-08T19:57:36.771Z] Step 6/27 : COPY go.mod . [2021-02-08T19:57:36.771Z] Removing intermediate container c48fdaadb39e [2021-02-08T19:57:36.771Z] ---> 54b6a62c83ee [2021-02-08T19:57:36.771Z] Step 6/24 : COPY go.mod . [2021-02-08T19:57:36.939Z] ---> Running in e84366355029 [2021-02-08T19:57:37.046Z] ---> 2b937c584bd9 [2021-02-08T19:57:37.046Z] Step 7/23 : RUN go mod download [2021-02-08T19:57:37.326Z] Removing intermediate container 9e87727e9ade [2021-02-08T19:57:37.327Z] ---> 93ac6d5d0584 [2021-02-08T19:57:37.327Z] Step 6/22 : COPY go.mod . [2021-02-08T19:57:37.327Z] ---> Running in 775bd74fba69 [2021-02-08T19:57:37.536Z] Removing intermediate container 4f0280e96f60 [2021-02-08T19:57:37.536Z] ---> c0c449de3d12 [2021-02-08T19:57:37.536Z] [2021-02-08T19:57:37.596Z] Removing intermediate container 7a490b2083dc [2021-02-08T19:57:37.596Z] ---> b0cacc6f3bd2 [2021-02-08T19:57:37.596Z] Step 6/21 : COPY go.mod . [2021-02-08T19:57:37.808Z] Successfully built c0c449de3d12 [2021-02-08T19:57:37.870Z] ---> 62ddf2f9111f [2021-02-08T19:57:37.870Z] Step 7/27 : RUN go mod download [2021-02-08T19:57:37.870Z] ---> 8d77a7a27ef8 [2021-02-08T19:57:37.870Z] Step 7/24 : RUN go mod download [2021-02-08T19:57:37.870Z] ---> Running in 203577c846fc [2021-02-08T19:57:38.073Z] Successfully tagged docker-core-data-go:latest [2021-02-08T19:57:38.073Z] Building docker-support-notifications-go [2021-02-08T19:57:38.073Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:57:38.143Z] ---> Running in 727c879b4e8b [2021-02-08T19:57:38.414Z] ---> e0ccb2c5965a [2021-02-08T19:57:38.414Z] Step 7/22 : RUN go mod download [2021-02-08T19:57:38.690Z] ---> Running in f018708b6e0f [2021-02-08T19:57:38.690Z] ---> 76e28a8df568 [2021-02-08T19:57:38.690Z] Step 7/21 : RUN go mod download [2021-02-08T19:57:38.969Z] ---> Running in 100e462813cc [2021-02-08T19:57:39.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:57:39.619Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:57:39.619Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:57:39.619Z] OK: 12752 distinct packages available [2021-02-08T19:57:39.881Z] OK: 233 MiB in 51 packages [2021-02-08T19:57:41.578Z] Removing intermediate container 775bd74fba69 [2021-02-08T19:57:41.578Z] ---> 159d506a091d [2021-02-08T19:57:41.578Z] Step 8/23 : COPY . . [2021-02-08T19:57:42.176Z] Removing intermediate container 203577c846fc [2021-02-08T19:57:42.176Z] ---> f3a9b309b973 [2021-02-08T19:57:42.176Z] Step 8/27 : COPY . . [2021-02-08T19:57:42.786Z] Removing intermediate container 727c879b4e8b [2021-02-08T19:57:42.786Z] ---> 211c49ac506e [2021-02-08T19:57:42.786Z] Step 8/24 : COPY . . [2021-02-08T19:57:43.766Z] Removing intermediate container f018708b6e0f [2021-02-08T19:57:43.766Z] ---> b27a71ad697a [2021-02-08T19:57:43.766Z] Step 8/22 : COPY . . [2021-02-08T19:57:43.766Z] Removing intermediate container 100e462813cc [2021-02-08T19:57:43.766Z] ---> ccf5ad5baa41 [2021-02-08T19:57:43.766Z] Step 8/21 : COPY . . [2021-02-08T19:57:48.091Z] Removing intermediate container e84366355029 [2021-02-08T19:57:48.091Z] ---> e07bf7a75c02 [2021-02-08T19:57:48.091Z] Step 8/22 : COPY . . [2021-02-08T19:57:48.679Z] Removing intermediate container 5b91e99312d8 [2021-02-08T19:57:48.679Z] ---> da51fe2356b6 [2021-02-08T19:57:48.679Z] Step 5/29 : COPY go.mod . [2021-02-08T19:57:52.944Z] ---> f4fad6840c9f [2021-02-08T19:57:52.944Z] Step 6/29 : RUN go mod download [2021-02-08T19:57:55.532Z] Removing intermediate container 28304311fa77 [2021-02-08T19:57:55.532Z] ---> 3106bee7cae0 [2021-02-08T19:57:55.532Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-02-08T19:57:55.796Z] ---> Running in 27652d8ae295 [2021-02-08T19:57:58.395Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:57:58.395Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:57:58.395Z] ---> 55dbe90e3e00 [2021-02-08T19:57:58.395Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T19:57:58.395Z] ---> Using cache [2021-02-08T19:57:58.395Z] ---> d7ee55adf0ec [2021-02-08T19:57:58.395Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:57:58.395Z] ---> Using cache [2021-02-08T19:57:58.395Z] ---> e96f3c1f180e [2021-02-08T19:57:58.395Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-02-08T19:58:01.727Z] ---> Running in 70dc44df7256 [2021-02-08T19:58:01.727Z] ---> Running in a639a1615042 [2021-02-08T19:58:01.727Z] Removing intermediate container 7c3f5b72246b [2021-02-08T19:58:01.727Z] ---> b896a51c0de5 [2021-02-08T19:58:01.727Z] [2021-02-08T19:58:01.727Z] Step 10/20 : FROM alpine [2021-02-08T19:58:01.727Z] ---> e50c909a8df2 [2021-02-08T19:58:01.727Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-02-08T19:58:01.727Z] ---> Running in 7e527168208a [2021-02-08T19:58:02.103Z] ---> 6495ea31413a [2021-02-08T19:58:02.103Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-08T19:58:02.103Z] ---> 8272cd288243 [2021-02-08T19:58:02.103Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-08T19:58:02.103Z] ---> 926a5e2fac1e [2021-02-08T19:58:02.103Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-08T19:58:02.103Z] ---> 35301e944993 [2021-02-08T19:58:02.103Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-08T19:58:02.103Z] ---> c53db4e08cc6 [2021-02-08T19:58:02.103Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-02-08T19:58:02.103Z] ---> Running in e823d62d56ce [2021-02-08T19:58:02.103Z] ---> Running in 6d06e2a65b90 [2021-02-08T19:58:02.103Z] ---> Running in e1e802d29161 [2021-02-08T19:58:02.103Z] ---> Running in 66e3cb19e6b9 [2021-02-08T19:58:02.103Z] ---> Running in e9a2b550aa1e [2021-02-08T19:58:03.540Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-data/core-data ./cmd/core-data [2021-02-08T19:58:03.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-08T19:58:03.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-08T19:58:04.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-08T19:58:04.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-08T19:58:04.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:58:04.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:58:04.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:58:04.565Z] v3.13.1-72-gf690a52a0e [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-08T19:58:04.565Z] v3.13.1-75-gdb9e4d32f1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-08T19:58:04.565Z] OK: 13878 distinct packages available [2021-02-08T19:58:04.565Z] Removing intermediate container 27652d8ae295 [2021-02-08T19:58:04.565Z] ---> 23201ce9a38c [2021-02-08T19:58:04.565Z] Step 7/29 : COPY . . [2021-02-08T19:58:04.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:58:04.832Z] (1/5) Installing ca-certificates (20191127-r5) [2021-02-08T19:58:05.101Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-02-08T19:58:05.375Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-02-08T19:58:05.375Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T19:58:05.375Z] v3.12.3-90-g90432480fc [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T19:58:05.375Z] OK: 12752 distinct packages available [2021-02-08T19:58:05.375Z] (4/5) Installing libcurl (7.74.0-r0) [2021-02-08T19:58:05.641Z] (5/5) Installing curl (7.74.0-r0) [2021-02-08T19:58:05.641Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T19:58:05.641Z] OK: 233 MiB in 51 packages [2021-02-08T19:58:05.911Z] Executing ca-certificates-20191127-r5.trigger [2021-02-08T19:58:05.912Z] OK: 8 MiB in 19 packages [2021-02-08T19:58:15.988Z] Removing intermediate container a639a1615042 [2021-02-08T19:58:15.988Z] ---> 3e3d7405036e [2021-02-08T19:58:15.988Z] Step 6/24 : COPY go.mod . [2021-02-08T19:58:15.988Z] Removing intermediate container 7e527168208a [2021-02-08T19:58:15.988Z] ---> 935a4930d01c [2021-02-08T19:58:15.988Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T19:58:18.571Z] ---> 1f1ab438a5b9 [2021-02-08T19:58:18.571Z] Step 7/24 : RUN go mod download [2021-02-08T19:58:19.151Z] ---> Running in fc85e0b36395 [2021-02-08T19:58:19.727Z] Collecting docker-compose==1.23.2 [2021-02-08T19:58:19.993Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-08T19:58:20.583Z] ---> Running in ba2b8707ccf5 [2021-02-08T19:58:20.858Z] ---> 5c107ff35962 [2021-02-08T19:58:20.858Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-02-08T19:58:21.454Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-08T19:58:21.455Z] Removing intermediate container fc85e0b36395 [2021-02-08T19:58:21.455Z] ---> 66fd0080d034 [2021-02-08T19:58:21.455Z] Step 13/20 : WORKDIR /edgex [2021-02-08T19:58:21.455Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-08T19:58:21.455Z] ---> Running in 8b123995b8e2 [2021-02-08T19:58:21.724Z] Collecting PyYAML<4,>=3.10 [2021-02-08T19:58:21.987Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-08T19:58:22.569Z] ---> Running in 1ac6bf223974 [2021-02-08T19:58:23.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-08T19:58:24.272Z] Removing intermediate container 1ac6bf223974 [2021-02-08T19:58:24.272Z] ---> 4df2aa8fc0c5 [2021-02-08T19:58:24.272Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-08T19:58:25.703Z] Collecting docker<4.0,>=3.6.0 [2021-02-08T19:58:25.703Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-08T19:58:25.978Z] ---> afd6648ab166 [2021-02-08T19:58:25.979Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-08T19:58:25.979Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-08T19:58:26.589Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-08T19:58:26.854Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-08T19:58:27.124Z] Removing intermediate container ba2b8707ccf5 [2021-02-08T19:58:27.124Z] ---> 9d9a928f749a [2021-02-08T19:58:27.124Z] Step 8/24 : COPY . . [2021-02-08T19:58:28.123Z] Collecting jsonschema<3,>=2.5.1 [2021-02-08T19:58:28.123Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-08T19:58:29.092Z] ---> f868e1b88843 [2021-02-08T19:58:29.092Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-08T19:58:30.061Z] Collecting cached-property<2,>=1.2.0 [2021-02-08T19:58:30.061Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-08T19:58:31.496Z] ---> Running in a40ccb09cf02 [2021-02-08T19:58:31.496Z] Collecting docopt<0.7,>=0.6.1 [2021-02-08T19:58:31.496Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-08T19:58:31.774Z] ---> e720b4c41476 [2021-02-08T19:58:31.774Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-02-08T19:58:32.365Z] ---> Running in 2b6df3c16206 [2021-02-08T19:58:33.338Z] Removing intermediate container a40ccb09cf02 [2021-02-08T19:58:33.338Z] ---> f58f49cba425 [2021-02-08T19:58:33.338Z] Step 17/20 : CMD ["--init=true"] [2021-02-08T19:58:33.338Z] Collecting texttable<0.10,>=0.9.0 [2021-02-08T19:58:33.338Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-08T19:58:34.794Z] ---> Running in 9f29360633b2 [2021-02-08T19:58:34.794Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-08T19:58:34.794Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-08T19:58:36.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-08T19:58:36.790Z] Collecting docker-pycreds>=0.4.0 [2021-02-08T19:58:36.790Z] Removing intermediate container 9f29360633b2 [2021-02-08T19:58:36.791Z] ---> 40c6d992e225 [2021-02-08T19:58:36.791Z] Step 18/20 : LABEL arch=x86_64 [2021-02-08T19:58:36.791Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-08T19:58:39.236Z] Collecting idna<2.8,>=2.5 [2021-02-08T19:58:39.236Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-08T19:58:39.236Z] ---> Running in 1dcaa5c7ef3b [2021-02-08T19:58:39.236Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-08T19:58:39.639Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-08T19:58:39.639Z] Collecting chardet<3.1.0,>=3.0.2 [2021-02-08T19:58:40.146Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-02-08T19:58:40.746Z] Removing intermediate container 1dcaa5c7ef3b [2021-02-08T19:58:40.746Z] ---> 74754797b48d [2021-02-08T19:58:40.746Z] Step 19/20 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:58:40.746Z] Collecting certifi>=2017.4.17 [2021-02-08T19:58:41.013Z] Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) [2021-02-08T19:58:41.290Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-02-08T19:58:41.290Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-02-08T19:58:41.290Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-02-08T19:58:41.290Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-02-08T19:58:41.290Z] ---> Running in 3f4aba174033 [2021-02-08T19:58:41.586Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-02-08T19:58:41.586Z] Attempting uninstall: urllib3 [2021-02-08T19:58:41.586Z] Found existing installation: urllib3 1.26.2 [2021-02-08T19:58:41.586Z] Uninstalling urllib3-1.26.2: [2021-02-08T19:58:42.553Z] Successfully uninstalled urllib3-1.26.2 [2021-02-08T19:58:43.969Z] Removing intermediate container 3f4aba174033 [2021-02-08T19:58:43.969Z] ---> 499f8a84bbd2 [2021-02-08T19:58:43.969Z] Step 20/20 : LABEL version=1.3.1 [2021-02-08T19:58:44.549Z] Attempting uninstall: idna [2021-02-08T19:58:44.549Z] Found existing installation: idna 3.1 [2021-02-08T19:58:44.549Z] Uninstalling idna-3.1: [2021-02-08T19:58:44.549Z] Successfully uninstalled idna-3.1 [2021-02-08T19:58:45.138Z] Attempting uninstall: chardet [2021-02-08T19:58:45.138Z] Found existing installation: chardet 4.0.0 [2021-02-08T19:58:45.138Z] ---> Running in 4f294466f054 [2021-02-08T19:58:45.138Z] Uninstalling chardet-4.0.0: [2021-02-08T19:58:46.544Z] Successfully uninstalled chardet-4.0.0 [2021-02-08T19:58:47.956Z] Removing intermediate container 4f294466f054 [2021-02-08T19:58:47.956Z] ---> 263aa53293c4 [2021-02-08T19:58:47.956Z] [2021-02-08T19:58:48.910Z] Attempting uninstall: requests [2021-02-08T19:58:48.910Z] Found existing installation: requests 2.25.1 [2021-02-08T19:58:48.910Z] Uninstalling requests-2.25.1: [2021-02-08T19:58:48.910Z] Successfully built 263aa53293c4 [2021-02-08T19:58:48.910Z] Successfully uninstalled requests-2.25.1 [2021-02-08T19:58:49.189Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-08T19:58:49.189Z] Building docker-core-metadata-go [2021-02-08T19:58:51.114Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for texttable: started [2021-02-08T19:58:53.695Z] Removing intermediate container 8b123995b8e2 [2021-02-08T19:58:53.695Z] ---> a2b54cb51dd5 [2021-02-08T19:58:53.695Z] [2021-02-08T19:58:53.695Z] Step 10/22 : FROM scratch [2021-02-08T19:58:53.695Z] ---> [2021-02-08T19:58:53.695Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-08T19:58:53.695Z] ---> 05c2fde71152 [2021-02-08T19:58:53.695Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-02-08T19:58:54.657Z] ---> Running in 04904b9bb031 [2021-02-08T19:58:54.657Z] ---> Running in 558825a07608 [2021-02-08T19:58:56.073Z] Running setup.py install for texttable: finished with status 'done' [2021-02-08T19:58:56.073Z] Running setup.py install for PyYAML: started [2021-02-08T19:58:56.337Z] Removing intermediate container 558825a07608 [2021-02-08T19:58:56.337Z] ---> b7fd59e5e1d3 [2021-02-08T19:58:56.337Z] Step 12/22 : ENV APP_PORT=48061 [2021-02-08T19:58:56.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-08T19:58:56.607Z] ---> Running in 756a0bc26278 [2021-02-08T19:58:56.882Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-08T19:58:57.466Z] Running setup.py install for docopt: started [2021-02-08T19:58:58.415Z] Running setup.py install for docopt: finished with status 'done' [2021-02-08T19:58:58.415Z] Running setup.py install for dockerpty: started [2021-02-08T19:58:58.415Z] Removing intermediate container 756a0bc26278 [2021-02-08T19:58:58.415Z] ---> 8558b20ef4fd [2021-02-08T19:58:58.415Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-08T19:58:59.035Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-08T19:58:59.035Z] ---> Running in cf788e4a494f [2021-02-08T19:59:00.045Z] Removing intermediate container cf788e4a494f [2021-02-08T19:59:00.045Z] ---> f65309fe627b [2021-02-08T19:59:00.045Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-02-08T19:59:03.445Z] ---> 70121d004ccd [2021-02-08T19:59:03.445Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-02-08T19:59:03.730Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2020.12.5 chardet-3.0.4 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 [2021-02-08T19:59:05.183Z] Removing intermediate container 2b6df3c16206 [2021-02-08T19:59:05.183Z] ---> 5e613a27163c [2021-02-08T19:59:05.183Z] [2021-02-08T19:59:05.183Z] Step 9/29 : FROM alpine:latest [2021-02-08T19:59:05.183Z] ---> e50c909a8df2 [2021-02-08T19:59:05.183Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-02-08T19:59:05.183Z] ---> 397f545b25e9 [2021-02-08T19:59:05.183Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-02-08T19:59:07.172Z] ---> Running in 804bd5a359d9 [2021-02-08T19:59:07.452Z] ---> 572089473f60 [2021-02-08T19:59:07.452Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-02-08T19:59:07.736Z] Removing intermediate container 804bd5a359d9 [2021-02-08T19:59:07.736Z] ---> ced5d824718a [2021-02-08T19:59:07.736Z] Step 11/29 : USER root [2021-02-08T19:59:08.003Z] ---> Running in cf95d3f55c3a [2021-02-08T19:59:09.936Z] ---> 57fc02e27bea [2021-02-08T19:59:09.936Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-02-08T19:59:13.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:59:13.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:59:13.293Z] ---> 55dbe90e3e00 [2021-02-08T19:59:13.293Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T19:59:13.293Z] ---> Using cache [2021-02-08T19:59:13.293Z] ---> d7ee55adf0ec [2021-02-08T19:59:13.293Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:59:13.293Z] ---> Using cache [2021-02-08T19:59:13.293Z] ---> e96f3c1f180e [2021-02-08T19:59:13.293Z] Step 5/22 : RUN apk update && apk add make git [2021-02-08T19:59:13.293Z] ---> Using cache [2021-02-08T19:59:13.293Z] ---> 2ce3b779d01b [2021-02-08T19:59:13.293Z] Step 6/22 : COPY go.mod . [2021-02-08T19:59:13.293Z] ---> Using cache [2021-02-08T19:59:13.293Z] ---> 78c7c87c779e [2021-02-08T19:59:13.293Z] Step 7/22 : RUN go mod download [2021-02-08T19:59:13.293Z] ---> Using cache [2021-02-08T19:59:13.293Z] ---> 290c3c4d72d8 [2021-02-08T19:59:13.293Z] Step 8/22 : COPY . . [2021-02-08T19:59:13.293Z] ---> Using cache [2021-02-08T19:59:13.293Z] ---> 874720a36c02 [2021-02-08T19:59:13.293Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-02-08T19:59:14.266Z] ---> Running in 0cf4585ca045 [2021-02-08T19:59:14.266Z] Removing intermediate container cf95d3f55c3a [2021-02-08T19:59:14.266Z] ---> 2aa2395c8236 [2021-02-08T19:59:14.266Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-02-08T19:59:14.540Z] ---> Running in f37ff22c4047 [2021-02-08T19:59:14.810Z] ---> Running in 253b036b40cf [2021-02-08T19:59:14.810Z] Removing intermediate container 70dc44df7256 [2021-02-08T19:59:14.810Z] ---> c5fab897a1c3 [2021-02-08T19:59:14.810Z] Step 22/27 : RUN apk --no-cache add curl [2021-02-08T19:59:15.101Z] Removing intermediate container 0cf4585ca045 [2021-02-08T19:59:15.101Z] ---> 5118aa6f3e42 [2021-02-08T19:59:15.101Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T19:59:15.101Z] ---> Running in 321f7f4330c7 [2021-02-08T19:59:15.381Z] ---> Running in 987a8bafae39 [2021-02-08T19:59:15.654Z] Removing intermediate container 987a8bafae39 [2021-02-08T19:59:15.654Z] ---> d24e2314828b [2021-02-08T19:59:15.654Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T19:59:15.654Z] ---> Running in 5db5ceb399a6 [2021-02-08T19:59:15.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-08T19:59:15.928Z] Removing intermediate container 5db5ceb399a6 [2021-02-08T19:59:15.928Z] ---> 74d50b54b6cc [2021-02-08T19:59:15.928Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:59:15.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:59:15.928Z] ---> Running in 8a52e3efdd63 [2021-02-08T19:59:16.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-08T19:59:16.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:59:16.197Z] Removing intermediate container 8a52e3efdd63 [2021-02-08T19:59:16.197Z] ---> 2ce086c0d62a [2021-02-08T19:59:16.197Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T19:59:16.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-08T19:59:16.197Z] ---> Running in c7c422632a78 [2021-02-08T19:59:16.466Z] Removing intermediate container c7c422632a78 [2021-02-08T19:59:16.466Z] ---> a5a901df5269 [2021-02-08T19:59:16.466Z] [2021-02-08T19:59:16.736Z] (1/4) Installing brotli-libs (1.0.9-r3) [2021-02-08T19:59:16.736Z] v3.13.1-72-gf690a52a0e [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-08T19:59:16.736Z] v3.13.1-75-gdb9e4d32f1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-08T19:59:16.736Z] OK: 13878 distinct packages available [2021-02-08T19:59:16.736Z] (2/4) Installing nghttp2-libs (1.42.0-r1) [2021-02-08T19:59:16.736Z] (3/4) Installing libcurl (7.74.0-r0) [2021-02-08T19:59:16.736Z] (4/4) Installing curl (7.74.0-r0) [2021-02-08T19:59:16.736Z] Successfully built a5a901df5269 [2021-02-08T19:59:16.736Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T19:59:16.736Z] Successfully tagged docker-support-logging-go:latest [2021-02-08T19:59:16.736Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2021-02-08T19:59:16.736Z] OK: 82 MiB in 58 packages [2021-02-08T19:59:17.006Z] (1/2) Installing ca-certificates (20191127-r5) [2021-02-08T19:59:17.006Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-02-08T19:59:17.279Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T19:59:17.279Z] Executing ca-certificates-20191127-r5.trigger [2021-02-08T19:59:17.279Z] OK: 6 MiB in 16 packages [2021-02-08T19:59:18.289Z] Removing intermediate container 321f7f4330c7 [2021-02-08T19:59:18.289Z] ---> fe1608301a53 [2021-02-08T19:59:18.567Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-08T19:59:18.568Z] ---> Running in 504ec441f1a7 [2021-02-08T19:59:26.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-08T19:59:26.783Z] Removing intermediate container 504ec441f1a7 [2021-02-08T19:59:26.783Z] ---> 9ce2d12e5912 [2021-02-08T19:59:26.783Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T19:59:26.783Z] Removing intermediate container 253b036b40cf [2021-02-08T19:59:26.783Z] ---> c37e52a24a7e [2021-02-08T19:59:26.783Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-02-08T19:59:26.783Z] Removing intermediate container 04904b9bb031 [2021-02-08T19:59:26.783Z] ---> 64d77436d2f4 [2021-02-08T19:59:26.783Z] [2021-02-08T19:59:26.783Z] Step 10/24 : FROM scratch [2021-02-08T19:59:26.783Z] ---> [2021-02-08T19:59:26.783Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-08T19:59:26.783Z] ---> Using cache [2021-02-08T19:59:26.783Z] ---> b7fd59e5e1d3 [2021-02-08T19:59:26.783Z] Step 12/24 : ENV APP_PORT=48060 [2021-02-08T19:59:28.213Z] ---> Running in 55dc8a00dd6e [2021-02-08T19:59:28.213Z] ---> Running in acecadf6e064 [2021-02-08T19:59:28.213Z] ---> Running in efab0840d3b8 [2021-02-08T19:59:28.806Z] Removing intermediate container acecadf6e064 [2021-02-08T19:59:28.806Z] ---> 498e53b99b44 [2021-02-08T19:59:28.806Z] Step 25/27 : LABEL arch=x86_64 [2021-02-08T19:59:28.806Z] Removing intermediate container 55dc8a00dd6e [2021-02-08T19:59:28.806Z] ---> 3f0ebfb1fd4d [2021-02-08T19:59:28.806Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-08T19:59:28.806Z] Removing intermediate container efab0840d3b8 [2021-02-08T19:59:28.806Z] ---> bc459fd3d166 [2021-02-08T19:59:28.806Z] Step 14/29 : WORKDIR $BASE_DIR [2021-02-08T19:59:29.082Z] ---> Running in 64f556975307 [2021-02-08T19:59:29.082Z] ---> Running in c4d5355fae74 [2021-02-08T19:59:29.082Z] ---> Running in d2feb9047920 [2021-02-08T19:59:29.363Z] Removing intermediate container c4d5355fae74 [2021-02-08T19:59:29.363Z] ---> 304e3b06822a [2021-02-08T19:59:29.363Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-02-08T19:59:29.749Z] Removing intermediate container 64f556975307 [2021-02-08T19:59:29.749Z] ---> 75d3da3a815b [2021-02-08T19:59:29.749Z] Step 26/27 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:59:29.749Z] Removing intermediate container d2feb9047920 [2021-02-08T19:59:29.749Z] ---> e26aa224293f [2021-02-08T19:59:29.749Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-02-08T19:59:30.025Z] ---> Running in 66e3a1d53c91 [2021-02-08T19:59:30.025Z] ---> Running in ede8b5360d1d [2021-02-08T19:59:31.431Z] ---> 954997578699 [2021-02-08T19:59:31.431Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-02-08T19:59:31.431Z] Removing intermediate container 66e3a1d53c91 [2021-02-08T19:59:31.431Z] ---> 5d14f0bec59c [2021-02-08T19:59:31.431Z] Step 27/27 : LABEL version=1.3.1 [2021-02-08T19:59:33.399Z] ---> Running in 2752cfb480b2 [2021-02-08T19:59:34.382Z] ---> ef80abed63b8 [2021-02-08T19:59:34.382Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-02-08T19:59:36.306Z] Removing intermediate container e9a2b550aa1e [2021-02-08T19:59:36.306Z] ---> 4246dfc30627 [2021-02-08T19:59:36.306Z] [2021-02-08T19:59:36.306Z] Step 10/22 : FROM alpine:3.10 [2021-02-08T19:59:36.306Z] 3.10: Pulling from library/alpine [2021-02-08T19:59:36.356Z] Removing intermediate container 2752cfb480b2 [2021-02-08T19:59:36.356Z] ---> d7a7f19ec4c7 [2021-02-08T19:59:36.356Z] [2021-02-08T19:59:36.953Z] Successfully built d7a7f19ec4c7 [2021-02-08T19:59:38.088Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-08T19:59:38.088Z]  Building docker-sys-mgmt-agent-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T19:59:38.088Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T19:59:38.088Z] ---> 55dbe90e3e00 [2021-02-08T19:59:38.088Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T19:59:38.088Z] ---> Using cache [2021-02-08T19:59:38.088Z] ---> d7ee55adf0ec [2021-02-08T19:59:38.088Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T19:59:38.088Z] ---> Using cache [2021-02-08T19:59:38.088Z] ---> e96f3c1f180e [2021-02-08T19:59:38.088Z] Step 5/24 : RUN apk update && apk add make git [2021-02-08T19:59:38.088Z] ---> Using cache [2021-02-08T19:59:38.088Z] ---> 2ce3b779d01b [2021-02-08T19:59:38.088Z] Step 6/24 : COPY go.mod . [2021-02-08T19:59:38.088Z] ---> Using cache [2021-02-08T19:59:38.088Z] ---> 78c7c87c779e [2021-02-08T19:59:38.088Z] Step 7/24 : RUN go mod download [2021-02-08T19:59:38.088Z] ---> Using cache [2021-02-08T19:59:38.088Z] ---> 290c3c4d72d8 [2021-02-08T19:59:38.088Z] Step 8/24 : COPY . . [2021-02-08T19:59:38.088Z] ---> Using cache [2021-02-08T19:59:38.088Z] ---> 874720a36c02 [2021-02-08T19:59:38.088Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-08T19:59:38.958Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-02-08T19:59:38.959Z] Removing intermediate container 6d06e2a65b90 [2021-02-08T19:59:38.959Z] ---> 5b3d75a9f4b1 [2021-02-08T19:59:38.959Z] [2021-02-08T19:59:38.959Z] Step 10/24 : FROM alpine:3.10 [2021-02-08T19:59:38.959Z] Status: Downloaded newer image for alpine:3.10 [2021-02-08T19:59:38.959Z] ---> 536a684cf733 [2021-02-08T19:59:38.959Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-08T19:59:38.959Z] 3.10: Pulling from library/alpine [2021-02-08T19:59:38.959Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-02-08T19:59:38.959Z] Status: Image is up to date for alpine:3.10 [2021-02-08T19:59:38.959Z] ---> 536a684cf733 [2021-02-08T19:59:38.959Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-08T19:59:38.959Z] Removing intermediate container 66e3cb19e6b9 [2021-02-08T19:59:38.959Z] ---> 24766a4d03e1 [2021-02-08T19:59:38.959Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-08T19:59:39.033Z] Removing intermediate container ede8b5360d1d [2021-02-08T19:59:39.034Z] ---> d4d5545bc959 [2021-02-08T19:59:39.034Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-02-08T19:59:39.231Z] ---> Running in a7136f6b6dfc [2021-02-08T19:59:39.232Z] ---> Running in e28533ed0fde [2021-02-08T19:59:39.305Z] ---> 580250653fe4 [2021-02-08T19:59:39.305Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-02-08T19:59:39.305Z] ---> Running in 2a9f8cde6b56 [2021-02-08T19:59:39.509Z] ---> Running in 1815027142d9 [2021-02-08T19:59:39.887Z] ---> 219649d15e8e [2021-02-08T19:59:39.888Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-08T19:59:40.158Z] ---> 44b3be6a0810 [2021-02-08T19:59:40.158Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-02-08T19:59:40.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-08T19:59:40.936Z] ---> 63ace1e643f5 [2021-02-08T19:59:40.936Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-02-08T19:59:41.260Z] ---> cb3b7199ea8a [2021-02-08T19:59:41.260Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-08T19:59:41.260Z] ---> 3e625b81e0a7 [2021-02-08T19:59:41.260Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-02-08T19:59:41.559Z] ---> 6badb5501e84 [2021-02-08T19:59:41.559Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-02-08T19:59:41.559Z] ---> 601173eafe89 [2021-02-08T19:59:41.559Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-02-08T19:59:41.559Z] ---> Running in 92249829a9a3 [2021-02-08T19:59:42.069Z] ---> 96130fb9768e [2021-02-08T19:59:42.069Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-02-08T19:59:42.069Z] Removing intermediate container 92249829a9a3 [2021-02-08T19:59:42.069Z] ---> ee822cf234ac [2021-02-08T19:59:42.069Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T19:59:42.069Z] ---> Running in d6fc8126ca6b [2021-02-08T19:59:42.069Z] ---> Running in d0f00cded21f [2021-02-08T19:59:42.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:59:42.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:59:42.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:59:42.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-08T19:59:42.356Z] Removing intermediate container d6fc8126ca6b [2021-02-08T19:59:42.356Z] ---> 4cc38096746b [2021-02-08T19:59:42.356Z] Step 22/24 : LABEL arch=x86_64 [2021-02-08T19:59:42.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:59:42.632Z] ---> Running in e1e84fca3ddb [2021-02-08T19:59:42.725Z] v3.10.5-185-g26c0c82478 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-08T19:59:42.726Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-08T19:59:42.726Z] OK: 10171 distinct packages available [2021-02-08T19:59:42.909Z] Removing intermediate container e1e84fca3ddb [2021-02-08T19:59:42.909Z] ---> c30d3be54abd [2021-02-08T19:59:42.909Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:59:42.909Z] ---> Running in b5d94e83f162 [2021-02-08T19:59:43.004Z] v3.10.5-185-g26c0c82478 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-08T19:59:43.004Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-08T19:59:43.004Z] OK: 10171 distinct packages available [2021-02-08T19:59:43.284Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-08T19:59:43.284Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-08T19:59:43.284Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-08T19:59:43.284Z] (4/5) Installing curl (7.66.0-r3) [2021-02-08T19:59:43.284Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-08T19:59:43.505Z] Removing intermediate container b5d94e83f162 [2021-02-08T19:59:43.505Z] ---> 8d5bd01ecff2 [2021-02-08T19:59:43.505Z] Step 24/24 : LABEL version=1.3.1 [2021-02-08T19:59:43.505Z] ---> Running in 14f7c321dfc6 [2021-02-08T19:59:43.560Z] Executing busybox-1.30.1-r3.trigger [2021-02-08T19:59:43.560Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-08T19:59:43.560Z] Executing ca-certificates-20191127-r2.trigger [2021-02-08T19:59:43.560Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-08T19:59:43.560Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-08T19:59:43.560Z] (4/5) Installing curl (7.66.0-r3) [2021-02-08T19:59:43.560Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-08T19:59:43.560Z] Executing busybox-1.30.1-r3.trigger [2021-02-08T19:59:43.560Z] Executing ca-certificates-20191127-r2.trigger [2021-02-08T19:59:43.837Z] OK: 7 MiB in 19 packages [2021-02-08T19:59:44.104Z] Removing intermediate container 14f7c321dfc6 [2021-02-08T19:59:44.104Z] ---> 34ccb6cbe65f [2021-02-08T19:59:44.104Z] [2021-02-08T19:59:44.116Z] OK: 7 MiB in 19 packages [2021-02-08T19:59:44.383Z] Removing intermediate container d0f00cded21f [2021-02-08T19:59:44.384Z] ---> 4539ad2cec83 [2021-02-08T19:59:44.384Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T19:59:44.384Z] Successfully built 34ccb6cbe65f [2021-02-08T19:59:44.384Z] Successfully tagged docker-support-notifications-go:latest [2021-02-08T19:59:46.354Z]  Building docker-support-notifications-go ... done  ---> a9fa0ad6795f [2021-02-08T19:59:46.354Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-08T19:59:46.617Z] ---> Running in 1ada4d8f1412 [2021-02-08T19:59:47.571Z] Removing intermediate container a7136f6b6dfc [2021-02-08T19:59:47.571Z] ---> e30d0ed1459d [2021-02-08T19:59:47.571Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-02-08T19:59:47.571Z] Removing intermediate container e28533ed0fde [2021-02-08T19:59:47.571Z] ---> 71a4fe95ebe6 [2021-02-08T19:59:47.571Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T19:59:47.571Z] ---> Running in 11bcfd96ddcb [2021-02-08T19:59:47.585Z] Removing intermediate container f37ff22c4047 [2021-02-08T19:59:47.586Z] ---> 16cd61aae8a6 [2021-02-08T19:59:47.586Z] [2021-02-08T19:59:47.586Z] Step 10/22 : FROM scratch [2021-02-08T19:59:47.586Z] ---> [2021-02-08T19:59:47.586Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T19:59:47.586Z] ---> Using cache [2021-02-08T19:59:47.586Z] ---> 5afdc4491165 [2021-02-08T19:59:47.586Z] Step 12/22 : ENV APP_PORT=48081 [2021-02-08T19:59:47.847Z] ---> Running in 4cdbbab8b994 [2021-02-08T19:59:48.111Z] Removing intermediate container 4cdbbab8b994 [2021-02-08T19:59:48.111Z] ---> e730df20b020 [2021-02-08T19:59:48.111Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-08T19:59:48.111Z] ---> Running in d469fd04e8bc [2021-02-08T19:59:48.191Z] ---> Running in 805bb5088f7e [2021-02-08T19:59:48.383Z] Removing intermediate container d469fd04e8bc [2021-02-08T19:59:48.384Z] ---> 49cc2c5b9941 [2021-02-08T19:59:48.384Z] Step 14/22 : WORKDIR / [2021-02-08T19:59:48.384Z] ---> Running in 2cbf38bad855 [2021-02-08T19:59:48.470Z] Removing intermediate container 11bcfd96ddcb [2021-02-08T19:59:48.470Z] ---> 9a7d845d9a13 [2021-02-08T19:59:48.470Z] Step 13/22 : WORKDIR / [2021-02-08T19:59:48.661Z] Removing intermediate container 1ada4d8f1412 [2021-02-08T19:59:48.661Z] ---> 4dfa311f0d44 [2021-02-08T19:59:48.661Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-02-08T19:59:48.783Z] Removing intermediate container 1815027142d9 [2021-02-08T19:59:48.783Z] ---> 332aeefdc98a [2021-02-08T19:59:48.783Z] [2021-02-08T19:59:48.783Z] Step 11/27 : FROM docker:latest [2021-02-08T19:59:48.783Z] ---> c9ce399bb54c [2021-02-08T19:59:48.783Z] Step 12/27 : RUN apk add --no-cache bash [2021-02-08T19:59:48.783Z] ---> Running in 5724749d7656 [2021-02-08T19:59:48.944Z] ---> Running in 910b82a91b9e [2021-02-08T19:59:48.944Z] Removing intermediate container 2cbf38bad855 [2021-02-08T19:59:48.944Z] ---> 20140733ecd2 [2021-02-08T19:59:48.944Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-02-08T19:59:49.213Z] ---> 27605fcec6c0 [2021-02-08T19:59:49.213Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-08T19:59:49.407Z] ---> Running in ed7ed93279f8 [2021-02-08T19:59:49.408Z] Removing intermediate container 805bb5088f7e [2021-02-08T19:59:49.408Z] ---> ad264fd0e8df [2021-02-08T19:59:49.408Z] Step 13/24 : WORKDIR / [2021-02-08T19:59:50.015Z] ---> Running in bc4f8bf1a277 [2021-02-08T19:59:50.188Z] ---> c4aaebd52853 [2021-02-08T19:59:50.188Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-08T19:59:50.292Z] Removing intermediate container 5724749d7656 [2021-02-08T19:59:50.292Z] ---> 02e4299c59f2 [2021-02-08T19:59:50.292Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-02-08T19:59:50.766Z] ---> 5d150701ddf9 [2021-02-08T19:59:50.766Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-02-08T19:59:50.766Z] Removing intermediate container 910b82a91b9e [2021-02-08T19:59:50.766Z] ---> 06ed3b31d09f [2021-02-08T19:59:50.766Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T19:59:51.035Z] ---> Running in 1b04b818a390 [2021-02-08T19:59:51.035Z] ---> Running in 2112fab1c1c7 [2021-02-08T19:59:51.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-08T19:59:51.309Z] Removing intermediate container 1b04b818a390 [2021-02-08T19:59:51.309Z] ---> 06ec471fa8fc [2021-02-08T19:59:51.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T19:59:51.309Z] Removing intermediate container 2112fab1c1c7 [2021-02-08T19:59:51.309Z] ---> 7904d204f602 [2021-02-08T19:59:51.309Z] Step 26/29 : CMD [ "generate" ] [2021-02-08T19:59:51.309Z] ---> Running in af3c087e726f [2021-02-08T19:59:51.309Z] ---> Running in 544e869a4877 [2021-02-08T19:59:51.579Z] Removing intermediate container af3c087e726f [2021-02-08T19:59:51.579Z] ---> da324ba40abc [2021-02-08T19:59:51.579Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T19:59:51.579Z] Removing intermediate container 544e869a4877 [2021-02-08T19:59:51.579Z] ---> e751436dcaff [2021-02-08T19:59:51.579Z] Step 27/29 : LABEL arch=x86_64 [2021-02-08T19:59:51.579Z] ---> Running in 7c1c55c5c2d6 [2021-02-08T19:59:51.769Z] Removing intermediate container bc4f8bf1a277 [2021-02-08T19:59:51.769Z] ---> 4e36bf15c90a [2021-02-08T19:59:51.769Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-08T19:59:51.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-08T19:59:51.850Z] ---> Running in b716568af4a6 [2021-02-08T19:59:51.850Z] Removing intermediate container 7c1c55c5c2d6 [2021-02-08T19:59:51.850Z] ---> f0566302d78e [2021-02-08T19:59:51.850Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:59:51.850Z] ---> Running in b187f643e809 [2021-02-08T19:59:52.118Z] Removing intermediate container b716568af4a6 [2021-02-08T19:59:52.118Z] ---> 82a82e6d30cb [2021-02-08T19:59:52.118Z] Step 28/29 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:59:52.118Z] Removing intermediate container b187f643e809 [2021-02-08T19:59:52.118Z] ---> 387f1fd2ccef [2021-02-08T19:59:52.118Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T19:59:52.118Z] ---> Running in 62de80762450 [2021-02-08T19:59:52.381Z] ---> Running in f1f46b1c6ef4 [2021-02-08T19:59:52.381Z] Removing intermediate container 62de80762450 [2021-02-08T19:59:52.381Z] ---> 481bf5a3fe67 [2021-02-08T19:59:52.381Z] Step 29/29 : LABEL version=1.3.1 [2021-02-08T19:59:52.381Z] ---> Running in d00dbddb0985 [2021-02-08T19:59:52.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-08T19:59:52.395Z] ---> d97274575828 [2021-02-08T19:59:52.395Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-02-08T19:59:52.643Z] Removing intermediate container f1f46b1c6ef4 [2021-02-08T19:59:52.643Z] ---> 14e52a458eba [2021-02-08T19:59:52.643Z] [2021-02-08T19:59:53.218Z] Successfully built 14e52a458eba [2021-02-08T19:59:53.218Z] Successfully tagged docker-core-metadata-go:latest [2021-02-08T19:59:53.398Z] (1/2) Installing readline (8.1.0-r0) [2021-02-08T19:59:53.398Z] (2/2) Installing bash (5.1.0-r0) [2021-02-08T19:59:53.399Z] Executing bash-5.1.0-r0.post-install [2021-02-08T19:59:53.482Z]  Building docker-core-metadata-go ... done Removing intermediate container d00dbddb0985 [2021-02-08T19:59:53.482Z] ---> a9f855d65b68 [2021-02-08T19:59:53.482Z] [2021-02-08T19:59:53.681Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T19:59:53.681Z] OK: 12 MiB in 22 packages [2021-02-08T19:59:53.681Z] ---> 5dcb7682f17e [2021-02-08T19:59:53.681Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-08T19:59:53.747Z] Successfully built a9f855d65b68 [2021-02-08T19:59:53.747Z] Successfully tagged docker-security-secrets-setup-go:latest [2021-02-08T19:59:54.680Z] Removing intermediate container e1e802d29161 [2021-02-08T19:59:54.680Z] ---> d85367d1b162 [2021-02-08T19:59:54.680Z] [2021-02-08T19:59:54.680Z] Step 10/21 : FROM scratch [2021-02-08T19:59:54.680Z] ---> [2021-02-08T19:59:54.680Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T19:59:55.284Z] ---> 56d6dcc6ca11 [2021-02-08T19:59:55.284Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-08T19:59:55.284Z] ---> 1d3581328e03 [2021-02-08T19:59:55.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-02-08T19:59:55.284Z] ---> Running in 263722e8411f [2021-02-08T19:59:55.581Z] Removing intermediate container ed7ed93279f8 [2021-02-08T19:59:55.581Z] ---> ede1ad402bef [2021-02-08T19:59:55.581Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-02-08T19:59:55.669Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 2a9f8cde6b56 [2021-02-08T19:59:55.669Z] ---> f942fe6a68aa [2021-02-08T19:59:55.669Z] [2021-02-08T19:59:55.669Z] Step 10/24 : FROM alpine:3.10 [2021-02-08T19:59:55.669Z] ---> be4e4bea2c2e [2021-02-08T19:59:55.669Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-08T19:59:55.669Z] ---> Using cache [2021-02-08T19:59:55.669Z] ---> d2f036fe4a3c [2021-02-08T19:59:55.669Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T19:59:55.669Z] ---> Running in b99b1923cc2f [2021-02-08T19:59:55.669Z] Removing intermediate container b99b1923cc2f [2021-02-08T19:59:55.669Z] ---> 09d8b7f0ac0f [2021-02-08T19:59:55.669Z] Step 13/24 : WORKDIR / [2021-02-08T19:59:55.669Z] ---> Running in c26d9f188388 [2021-02-08T19:59:55.931Z] Removing intermediate container c26d9f188388 [2021-02-08T19:59:55.931Z] ---> 71bf0391147d [2021-02-08T19:59:55.931Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-08T19:59:56.183Z] ---> Running in cdc86001f246 [2021-02-08T19:59:56.183Z] Removing intermediate container 263722e8411f [2021-02-08T19:59:56.183Z] ---> 83accd0ae7fc [2021-02-08T19:59:56.183Z] Step 12/21 : ENV APP_PORT=48085 [2021-02-08T19:59:56.193Z] ---> ab9619631138 [2021-02-08T19:59:56.193Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-08T19:59:56.193Z] ---> 51747fdd0a4c [2021-02-08T19:59:56.193Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-08T19:59:56.455Z] ---> 159815857db7 [2021-02-08T19:59:56.455Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-08T19:59:56.455Z] ---> Running in 63a03ad627d5 [2021-02-08T19:59:56.455Z] ---> 321682a6d9b3 [2021-02-08T19:59:56.455Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-08T19:59:56.732Z] ---> 5dd6b5cb731d [2021-02-08T19:59:56.732Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-02-08T19:59:57.007Z] Removing intermediate container 63a03ad627d5 [2021-02-08T19:59:57.007Z] ---> 81d0b3a9bcfa [2021-02-08T19:59:57.007Z] Step 13/21 : EXPOSE $APP_PORT [2021-02-08T19:59:57.029Z] ---> 969b03849f99 [2021-02-08T19:59:57.029Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-08T19:59:57.280Z] ---> Running in ec18fa8bb431 [2021-02-08T19:59:57.603Z] ---> 87cd8acd114c [2021-02-08T19:59:57.603Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T19:59:57.866Z] ---> 19735aa56c88 [2021-02-08T19:59:57.866Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-08T19:59:57.866Z] ---> Running in 7db599377442 [2021-02-08T19:59:57.885Z] ---> 2b8d902d541c [2021-02-08T19:59:57.885Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-02-08T19:59:58.489Z] Removing intermediate container ec18fa8bb431 [2021-02-08T19:59:58.489Z] ---> 4ba5b43cc726 [2021-02-08T19:59:58.489Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-02-08T19:59:58.489Z] ---> Running in a47e0bf03c1d [2021-02-08T19:59:58.763Z] ---> 3d07ccfac7ae [2021-02-08T19:59:58.763Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-08T19:59:58.818Z] Removing intermediate container 7db599377442 [2021-02-08T19:59:58.818Z] ---> 019ef7bdb3ab [2021-02-08T19:59:58.818Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T19:59:58.818Z] ---> Running in a0d783b629df [2021-02-08T19:59:59.079Z] Removing intermediate container a0d783b629df [2021-02-08T19:59:59.079Z] ---> 148ee5bdce64 [2021-02-08T19:59:59.079Z] Step 22/24 : LABEL arch=x86_64 [2021-02-08T19:59:59.079Z] ---> Running in 17e1722953e8 [2021-02-08T19:59:59.079Z] Removing intermediate container 17e1722953e8 [2021-02-08T19:59:59.079Z] ---> d58a3a58d2a3 [2021-02-08T19:59:59.079Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T19:59:59.341Z] ---> Running in a82e80531426 [2021-02-08T19:59:59.341Z] Removing intermediate container a82e80531426 [2021-02-08T19:59:59.341Z] ---> 066b36a196fc [2021-02-08T19:59:59.341Z] Step 24/24 : LABEL version=1.3.1 [2021-02-08T19:59:59.364Z] ---> 1c7ec604234d [2021-02-08T19:59:59.364Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-08T19:59:59.603Z] ---> Running in fdf9c9f44ea4 [2021-02-08T19:59:59.603Z] Removing intermediate container fdf9c9f44ea4 [2021-02-08T19:59:59.603Z] ---> 55debebdc8e6 [2021-02-08T19:59:59.603Z] [2021-02-08T19:59:59.638Z] Removing intermediate container cdc86001f246 [2021-02-08T19:59:59.638Z] ---> cb625c606088 [2021-02-08T19:59:59.638Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-08T19:59:59.866Z] Successfully built 55debebdc8e6 [2021-02-08T19:59:59.866Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-08T19:59:59.914Z] ---> Running in cbc495ca30b5 [2021-02-08T20:00:00.141Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-02-08T20:00:00.166Z] $ docker stop --time=1 6ce68f9dab6e21cc1d4da297fdddbae9d51ef3eb242f34e0b249f2b80381e8b1 [2021-02-08T20:00:01.359Z] ---> 80eb0db43f8a [2021-02-08T20:00:01.359Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T20:00:01.359Z] Removing intermediate container cbc495ca30b5 [2021-02-08T20:00:01.359Z] ---> 7b6425848238 [2021-02-08T20:00:01.359Z] Step 15/27 : ENV APP_PORT=48090 [2021-02-08T20:00:01.359Z] ---> Running in d23c52bcbb2e [2021-02-08T20:00:01.640Z] ---> 79ef26e47e6f [2021-02-08T20:00:01.640Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-08T20:00:01.890Z] $ docker rm -f 6ce68f9dab6e21cc1d4da297fdddbae9d51ef3eb242f34e0b249f2b80381e8b1 [Pipeline] // withDockerContainer [2021-02-08T20:00:02.257Z] Removing intermediate container a47e0bf03c1d [2021-02-08T20:00:02.257Z] ---> 5dcff011ceba [2021-02-08T20:00:02.257Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] sh [2021-02-08T20:00:02.539Z] Removing intermediate container d23c52bcbb2e [2021-02-08T20:00:02.539Z] ---> 55d13422ee95 [2021-02-08T20:00:02.539Z] Step 16/27 : EXPOSE $APP_PORT [2021-02-08T20:00:02.539Z] ---> 48e45dcfbf47 [2021-02-08T20:00:02.539Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-08T20:00:02.539Z] ---> Running in 3564738cf356 [2021-02-08T20:00:02.584Z] + docker images [2021-02-08T20:00:02.584Z] + grep docker [2021-02-08T20:00:02.584Z] docker-security-secretstore-setup-go latest 55debebdc8e6 3 seconds ago 24.7MB [2021-02-08T20:00:02.584Z] docker-core-metadata-go latest 14e52a458eba 10 seconds ago 14.5MB [2021-02-08T20:00:02.584Z] docker-security-secrets-setup-go latest a9f855d65b68 10 seconds ago 24MB [2021-02-08T20:00:02.584Z] docker-support-notifications-go latest 34ccb6cbe65f 19 seconds ago 13.6MB [2021-02-08T20:00:02.584Z] docker-sys-mgmt-agent-go latest d7a7f19ec4c7 28 seconds ago 326MB [2021-02-08T20:00:02.584Z] docker-support-logging-go latest a5a901df5269 46 seconds ago 11.1MB [2021-02-08T20:00:02.584Z] docker-security-proxy-setup-go latest 263aa53293c4 About a minute ago 16.7MB [2021-02-08T20:00:02.584Z] docker-core-data-go latest c0c449de3d12 2 minutes ago 23.8MB [2021-02-08T20:00:02.584Z] docker-security-bootstrap-redis-go latest e83c92ea894d 3 minutes ago 15.8MB [2021-02-08T20:00:02.584Z] docker-support-scheduler-go latest 89f04f7a2928 3 minutes ago 12.3MB [2021-02-08T20:00:02.584Z] docker-core-command-go latest 14e3eeb16d55 3 minutes ago 12.2MB [2021-02-08T20:00:02.584Z] docker latest 6e081696197d 6 days ago 241MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-08T20:00:02.817Z] ---> b0436a41d13f [2021-02-08T20:00:02.817Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-02-08T20:00:02.817Z] ---> Running in 1b7092235ba1 [2021-02-08T20:00:02.817Z] ---> Running in 39289ce48cbb [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-08T20:00:03.097Z] ---> Running in b8124b86be72 [Pipeline] wrap [2021-02-08T20:00:03.136Z] provisioning config files... [2021-02-08T20:00:03.383Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config3937699412937146935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:00:03.714Z] Removing intermediate container 3564738cf356 [2021-02-08T20:00:03.714Z] ---> 55be02b2cd70 [2021-02-08T20:00:03.714Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T20:00:03.714Z] Removing intermediate container 1b7092235ba1 [2021-02-08T20:00:03.714Z] ---> 483ce2232f17 [2021-02-08T20:00:03.714Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-08T20:00:03.908Z] ---> docker-login.sh [2021-02-08T20:00:03.908Z] nexus3.edgexfoundry.org:10001 [2021-02-08T20:00:03.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:00:04.012Z] ---> Running in 1b830a77d373 [2021-02-08T20:00:04.012Z] Removing intermediate container b8124b86be72 [2021-02-08T20:00:04.012Z] ---> ea30cc8e6c60 [2021-02-08T20:00:04.012Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T20:00:04.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:00:04.171Z] Configure a credential helper to remove this warning. See [2021-02-08T20:00:04.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:00:04.171Z] [2021-02-08T20:00:04.171Z] Login Succeeded [2021-02-08T20:00:04.171Z] nexus3.edgexfoundry.org:10002 [2021-02-08T20:00:04.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:00:04.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:00:04.171Z] Configure a credential helper to remove this warning. See [2021-02-08T20:00:04.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:00:04.171Z] [2021-02-08T20:00:04.171Z] Login Succeeded [2021-02-08T20:00:04.171Z] nexus3.edgexfoundry.org:10003 [2021-02-08T20:00:04.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:00:04.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:00:04.433Z] Configure a credential helper to remove this warning. See [2021-02-08T20:00:04.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:00:04.433Z] [2021-02-08T20:00:04.433Z] Login Succeeded [2021-02-08T20:00:04.433Z] nexus3.edgexfoundry.org:10004 [2021-02-08T20:00:04.612Z] ---> Running in 25ede814acef [2021-02-08T20:00:04.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:00:04.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:00:04.698Z] Configure a credential helper to remove this warning. See [2021-02-08T20:00:04.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:00:04.698Z] [2021-02-08T20:00:04.698Z] Login Succeeded [2021-02-08T20:00:04.698Z] docker.io [2021-02-08T20:00:04.886Z] Removing intermediate container 1b830a77d373 [2021-02-08T20:00:04.886Z] ---> 2c451c0d18c3 [2021-02-08T20:00:04.886Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:04.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:00:05.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:00:05.222Z] Configure a credential helper to remove this warning. See [2021-02-08T20:00:05.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:00:05.222Z] [2021-02-08T20:00:05.222Z] Login Succeeded [2021-02-08T20:00:05.222Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T20:00:05.232Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:05.467Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-08T20:00:05.467Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:05.467Z] 1.3.1 [2021-02-08T20:00:05.467Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:05.467Z] hanoi [2021-02-08T20:00:05.467Z] ===================================================== [2021-02-08T20:00:05.488Z] ---> Running in 956db35f038a [2021-02-08T20:00:05.488Z] Removing intermediate container 25ede814acef [2021-02-08T20:00:05.488Z] ---> 2b0472e36695 [2021-02-08T20:00:05.488Z] Step 19/21 : LABEL arch=arm64 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:05.765Z] ---> 28f7e3afe288 [2021-02-08T20:00:05.765Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-08T20:00:05.765Z] ---> Running in e7c579cb0ac3 [2021-02-08T20:00:05.986Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:06.040Z] Removing intermediate container 956db35f038a [2021-02-08T20:00:06.040Z] ---> 0c03c4cdf7d8 [2021-02-08T20:00:06.040Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T20:00:06.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:06.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T20:00:06.290Z] 2d1504574f84: Preparing [2021-02-08T20:00:06.290Z] e497052a951d: Preparing [2021-02-08T20:00:06.290Z] 19a21da47130: Preparing [2021-02-08T20:00:06.316Z] ---> Running in cc88ad64cd75 [2021-02-08T20:00:06.316Z] Removing intermediate container 39289ce48cbb [2021-02-08T20:00:06.316Z] ---> db68d2be7d67 [2021-02-08T20:00:06.316Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T20:00:06.553Z] 19a21da47130: Pushed [2021-02-08T20:00:06.553Z] 2d1504574f84: Pushed [2021-02-08T20:00:06.592Z] Removing intermediate container e7c579cb0ac3 [2021-02-08T20:00:06.592Z] ---> d0348fe673fa [2021-02-08T20:00:06.592Z] Step 20/21 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:06.865Z] ---> Running in 13f80a20462a [2021-02-08T20:00:06.866Z] ---> Running in 0102c79d3ac5 [2021-02-08T20:00:06.866Z] ---> 026102183961 [2021-02-08T20:00:06.866Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-08T20:00:07.142Z] Removing intermediate container cc88ad64cd75 [2021-02-08T20:00:07.142Z] ---> d0dfcbe7a162 [2021-02-08T20:00:07.142Z] [2021-02-08T20:00:07.417Z] Removing intermediate container 13f80a20462a [2021-02-08T20:00:07.417Z] ---> 1b4e9905daf1 [2021-02-08T20:00:07.417Z] Step 22/24 : LABEL arch=arm64 [2021-02-08T20:00:07.417Z] Successfully built d0dfcbe7a162 [2021-02-08T20:00:07.502Z] e497052a951d: Pushed [2021-02-08T20:00:07.689Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-02-08T20:00:07.689Z] Building docker-security-proxy-setup-go [2021-02-08T20:00:07.689Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 0102c79d3ac5 [2021-02-08T20:00:07.689Z] ---> 5daa0d7aa0c5 [2021-02-08T20:00:07.689Z] Step 21/21 : LABEL version=1.3.1 [2021-02-08T20:00:07.689Z] ---> Running in a8d009f75b27 [2021-02-08T20:00:07.763Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:365e7ccdb97c956a2765ff18d2ec7867c638c90882851a98bcad2e26246b55ed size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:07.963Z] ---> Running in 25f22d4a1501 [2021-02-08T20:00:08.082Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:08.244Z] ---> 85968a6ddcee [2021-02-08T20:00:08.244Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-02-08T20:00:08.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1 [2021-02-08T20:00:08.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T20:00:08.386Z] 2d1504574f84: Preparing [2021-02-08T20:00:08.387Z] e497052a951d: Preparing [2021-02-08T20:00:08.387Z] 19a21da47130: Preparing [2021-02-08T20:00:08.387Z] e497052a951d: Layer already exists [2021-02-08T20:00:08.387Z] 2d1504574f84: Layer already exists [2021-02-08T20:00:08.387Z] 19a21da47130: Layer already exists [2021-02-08T20:00:08.387Z] 1.3.1: digest: sha256:365e7ccdb97c956a2765ff18d2ec7867c638c90882851a98bcad2e26246b55ed size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:08.533Z] Removing intermediate container a8d009f75b27 [2021-02-08T20:00:08.534Z] ---> d0b1f6b69f81 [2021-02-08T20:00:08.534Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:08.534Z] ---> Running in e68fab84b58b [2021-02-08T20:00:08.701Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:08.814Z] ---> Running in 620f8e29f413 [2021-02-08T20:00:08.815Z] Removing intermediate container 25f22d4a1501 [2021-02-08T20:00:08.815Z] ---> d04ef5b73e41 [2021-02-08T20:00:08.815Z] [2021-02-08T20:00:09.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:09.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T20:00:09.009Z] 2d1504574f84: Preparing [2021-02-08T20:00:09.009Z] e497052a951d: Preparing [2021-02-08T20:00:09.009Z] 19a21da47130: Preparing [2021-02-08T20:00:09.009Z] e497052a951d: Layer already exists [2021-02-08T20:00:09.009Z] 19a21da47130: Layer already exists [2021-02-08T20:00:09.009Z] 2d1504574f84: Layer already exists [2021-02-08T20:00:09.009Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:365e7ccdb97c956a2765ff18d2ec7867c638c90882851a98bcad2e26246b55ed size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:09.321Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:09.424Z] Successfully built d04ef5b73e41 [2021-02-08T20:00:09.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [2021-02-08T20:00:09.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T20:00:09.630Z] 2d1504574f84: Preparing [2021-02-08T20:00:09.630Z] e497052a951d: Preparing [2021-02-08T20:00:09.630Z] 19a21da47130: Preparing [2021-02-08T20:00:09.630Z] 2d1504574f84: Layer already exists [2021-02-08T20:00:09.630Z] 19a21da47130: Layer already exists [2021-02-08T20:00:09.630Z] e497052a951d: Layer already exists [2021-02-08T20:00:09.630Z] hanoi: digest: sha256:365e7ccdb97c956a2765ff18d2ec7867c638c90882851a98bcad2e26246b55ed size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-08T20:00:09.711Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-08T20:00:09.711Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2021-02-08T20:00:09.711Z] Removing intermediate container 620f8e29f413 [2021-02-08T20:00:09.711Z] ---> 851e5d31e024 [2021-02-08T20:00:09.711Z] Step 24/24 : LABEL version=1.3.1 [Pipeline] } [2021-02-08T20:00:10.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:10.157Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:10.223Z] taggedImages: [2021-02-08T20:00:10.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:10.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1 [2021-02-08T20:00:10.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:10.223Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [2021-02-08T20:00:10.279Z] ---> Running in 5f7e32fd7c77 [2021-02-08T20:00:10.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-02-08T20:00:10.333Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-08T20:00:10.333Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:10.333Z] 1.3.1 [2021-02-08T20:00:10.333Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:10.333Z] hanoi [2021-02-08T20:00:10.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:10.880Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:11.279Z] (1/32) Installing libbz2 (1.0.8-r1) [2021-02-08T20:00:11.279Z] Removing intermediate container 5f7e32fd7c77 [2021-02-08T20:00:11.279Z] ---> 21ce95a2544b [2021-02-08T20:00:11.279Z] [2021-02-08T20:00:11.279Z] (2/32) Installing expat (2.2.10-r1) [2021-02-08T20:00:11.279Z] (3/32) Installing libffi (3.3-r2) [2021-02-08T20:00:11.279Z] (4/32) Installing gdbm (1.19-r0) [2021-02-08T20:00:11.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:11.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T20:00:11.298Z] 6e5d0da22c6d: Preparing [2021-02-08T20:00:11.298Z] f35bc5aedc9c: Preparing [2021-02-08T20:00:11.298Z] 1abe9036e2d0: Preparing [2021-02-08T20:00:11.298Z] e2f2fe9e1267: Preparing [2021-02-08T20:00:11.298Z] 08f3e8991d3a: Preparing [2021-02-08T20:00:11.298Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:11.298Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:11.298Z] 1abe9036e2d0: Pushed [2021-02-08T20:00:11.298Z] 08f3e8991d3a: Pushed [2021-02-08T20:00:11.298Z] 6e5d0da22c6d: Pushed [2021-02-08T20:00:11.556Z] (5/32) Installing xz-libs (5.2.5-r0) [2021-02-08T20:00:11.556Z] (6/32) Installing sqlite-libs (3.34.1-r0) [2021-02-08T20:00:11.556Z] Successfully built 21ce95a2544b [2021-02-08T20:00:11.556Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-08T20:00:11.556Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-08T20:00:11.556Z] (7/32) Installing python3 (3.8.7-r0) [2021-02-08T20:00:11.614Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:11.614Z] e2f2fe9e1267: Pushed [2021-02-08T20:00:12.574Z] f35bc5aedc9c: Pushed [2021-02-08T20:00:12.837Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:32d80588317cc57ba0158cbc82af98015b076652420f942a219335a017ee52b9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:13.150Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:13.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1 [2021-02-08T20:00:13.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T20:00:13.460Z] 6e5d0da22c6d: Preparing [2021-02-08T20:00:13.460Z] f35bc5aedc9c: Preparing [2021-02-08T20:00:13.460Z] 1abe9036e2d0: Preparing [2021-02-08T20:00:13.460Z] e2f2fe9e1267: Preparing [2021-02-08T20:00:13.460Z] 08f3e8991d3a: Preparing [2021-02-08T20:00:13.460Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:13.460Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:13.460Z] f35bc5aedc9c: Layer already exists [2021-02-08T20:00:13.460Z] 08f3e8991d3a: Layer already exists [2021-02-08T20:00:13.460Z] e2f2fe9e1267: Layer already exists [2021-02-08T20:00:13.460Z] 6e5d0da22c6d: Layer already exists [2021-02-08T20:00:13.460Z] 1abe9036e2d0: Layer already exists [2021-02-08T20:00:13.460Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:13.460Z] 1.3.1: digest: sha256:32d80588317cc57ba0158cbc82af98015b076652420f942a219335a017ee52b9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:13.539Z] (8/32) Installing py3-appdirs (1.4.4-r1) [2021-02-08T20:00:13.770Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:13.812Z] (9/32) Installing py3-ordered-set (4.0.2-r0) [2021-02-08T20:00:13.812Z] (10/32) Installing py3-parsing (2.4.7-r1) [2021-02-08T20:00:13.812Z] (11/32) Installing py3-six (1.15.0-r0) [2021-02-08T20:00:13.812Z] (12/32) Installing py3-packaging (20.9-r0) [2021-02-08T20:00:14.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:14.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T20:00:14.074Z] 6e5d0da22c6d: Preparing [2021-02-08T20:00:14.074Z] f35bc5aedc9c: Preparing [2021-02-08T20:00:14.074Z] 1abe9036e2d0: Preparing [2021-02-08T20:00:14.074Z] e2f2fe9e1267: Preparing [2021-02-08T20:00:14.074Z] 08f3e8991d3a: Preparing [2021-02-08T20:00:14.074Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:14.074Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:14.074Z] f35bc5aedc9c: Layer already exists [2021-02-08T20:00:14.074Z] 6e5d0da22c6d: Layer already exists [2021-02-08T20:00:14.074Z] 08f3e8991d3a: Layer already exists [2021-02-08T20:00:14.074Z] 1abe9036e2d0: Layer already exists [2021-02-08T20:00:14.074Z] e2f2fe9e1267: Layer already exists [2021-02-08T20:00:14.074Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:14.074Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:32d80588317cc57ba0158cbc82af98015b076652420f942a219335a017ee52b9 size: 1572 [2021-02-08T20:00:14.091Z] (13/32) Installing py3-setuptools (51.3.3-r0) [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:14.369Z] (14/32) Installing py3-chardet (4.0.0-r0) [2021-02-08T20:00:14.391Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:14.643Z] (15/32) Installing py3-idna (3.1-r0) [2021-02-08T20:00:14.643Z] (16/32) Installing py3-urllib3 (1.26.2-r1) [2021-02-08T20:00:14.643Z] (17/32) Installing py3-requests (2.25.1-r1) [2021-02-08T20:00:14.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [2021-02-08T20:00:14.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T20:00:14.717Z] 6e5d0da22c6d: Preparing [2021-02-08T20:00:14.717Z] f35bc5aedc9c: Preparing [2021-02-08T20:00:14.717Z] 1abe9036e2d0: Preparing [2021-02-08T20:00:14.717Z] e2f2fe9e1267: Preparing [2021-02-08T20:00:14.717Z] 08f3e8991d3a: Preparing [2021-02-08T20:00:14.717Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:14.717Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:14.717Z] 1abe9036e2d0: Layer already exists [2021-02-08T20:00:14.717Z] 08f3e8991d3a: Layer already exists [2021-02-08T20:00:14.717Z] e2f2fe9e1267: Layer already exists [2021-02-08T20:00:14.717Z] 6e5d0da22c6d: Layer already exists [2021-02-08T20:00:14.717Z] f35bc5aedc9c: Layer already exists [2021-02-08T20:00:14.717Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:14.717Z] hanoi: digest: sha256:32d80588317cc57ba0158cbc82af98015b076652420f942a219335a017ee52b9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-08T20:00:14.923Z] (18/32) Installing py3-msgpack (1.0.2-r0) [2021-02-08T20:00:14.923Z] (19/32) Installing py3-lockfile (0.12.2-r3) [2021-02-08T20:00:14.923Z] (20/32) Installing py3-cachecontrol (0.12.6-r0) [Pipeline] echo [2021-02-08T20:00:15.072Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:15.120Z] taggedImages: [2021-02-08T20:00:15.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:15.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1 [2021-02-08T20:00:15.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:15.120Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] echo [2021-02-08T20:00:15.189Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-08T20:00:15.189Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:15.189Z] 1.3.1 [2021-02-08T20:00:15.189Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:15.189Z] hanoi [2021-02-08T20:00:15.189Z] ===================================================== [2021-02-08T20:00:15.200Z] (21/32) Installing py3-colorama (0.4.4-r0) [2021-02-08T20:00:15.200Z] (22/32) Installing py3-contextlib2 (0.6.0-r0) [2021-02-08T20:00:15.200Z] Removing intermediate container e823d62d56ce [2021-02-08T20:00:15.200Z] ---> 7a4e3c3405f2 [2021-02-08T20:00:15.200Z] [2021-02-08T20:00:15.200Z] (23/32) Installing py3-distlib (0.3.1-r1) [2021-02-08T20:00:15.200Z] Step 10/23 : FROM alpine [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:15.475Z] latest: Pulling from library/alpine [2021-02-08T20:00:15.475Z] (24/32) Installing py3-distro (1.5.0-r1) [2021-02-08T20:00:15.475Z] (25/32) Installing py3-webencodings (0.5.1-r3) [2021-02-08T20:00:15.475Z] (26/32) Installing py3-html5lib (1.1-r0) [2021-02-08T20:00:15.723Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:15.745Z] (27/32) Installing py3-pytoml (0.1.21-r0) [2021-02-08T20:00:15.745Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-08T20:00:15.745Z] Status: Downloaded newer image for alpine:latest [2021-02-08T20:00:15.745Z] ---> 85b71a783ad3 [2021-02-08T20:00:15.745Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T20:00:15.745Z] (28/32) Installing py3-pep517 (0.9.1-r0) [2021-02-08T20:00:15.745Z] (29/32) Installing py3-progress (1.5-r0) [2021-02-08T20:00:16.019Z] (30/32) Installing py3-retrying (1.3.3-r0) [2021-02-08T20:00:16.019Z] (31/32) Installing py3-toml (0.10.2-r0) [2021-02-08T20:00:16.019Z] (32/32) Installing py3-pip (20.3.4-r0) [2021-02-08T20:00:16.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:16.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T20:00:16.023Z] 90f521cfd518: Preparing [2021-02-08T20:00:16.023Z] 7ce0598611e5: Preparing [2021-02-08T20:00:16.023Z] 0421620524a2: Preparing [2021-02-08T20:00:16.285Z] 0421620524a2: Pushed [2021-02-08T20:00:16.285Z] 90f521cfd518: Pushed [2021-02-08T20:00:16.615Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T20:00:16.615Z] OK: 80 MiB in 54 packages [2021-02-08T20:00:16.890Z] ---> Running in 4bb88aadf549 [2021-02-08T20:00:17.674Z] 7ce0598611e5: Pushed [2021-02-08T20:00:17.674Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:3f87c7c8f90afd97dbdc9f1b494e77d9f660ac83ada0b55c3c45853cc0a232be size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:17.984Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:18.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1 [2021-02-08T20:00:18.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T20:00:18.286Z] 90f521cfd518: Preparing [2021-02-08T20:00:18.286Z] 7ce0598611e5: Preparing [2021-02-08T20:00:18.286Z] 0421620524a2: Preparing [2021-02-08T20:00:18.286Z] 90f521cfd518: Layer already exists [2021-02-08T20:00:18.286Z] 0421620524a2: Layer already exists [2021-02-08T20:00:18.286Z] 7ce0598611e5: Layer already exists [2021-02-08T20:00:18.286Z] 1.3.1: digest: sha256:3f87c7c8f90afd97dbdc9f1b494e77d9f660ac83ada0b55c3c45853cc0a232be size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:18.327Z] Removing intermediate container 4bb88aadf549 [2021-02-08T20:00:18.327Z] ---> 29d40f003bdd [2021-02-08T20:00:18.327Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-08T20:00:18.595Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:18.601Z] ---> Running in ef191a30676a [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:18.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:18.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T20:00:18.896Z] 90f521cfd518: Preparing [2021-02-08T20:00:18.896Z] 7ce0598611e5: Preparing [2021-02-08T20:00:18.896Z] 0421620524a2: Preparing [2021-02-08T20:00:18.896Z] 0421620524a2: Layer already exists [2021-02-08T20:00:18.896Z] 90f521cfd518: Layer already exists [2021-02-08T20:00:18.896Z] 7ce0598611e5: Layer already exists [2021-02-08T20:00:18.896Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:3f87c7c8f90afd97dbdc9f1b494e77d9f660ac83ada0b55c3c45853cc0a232be size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:19.278Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:19.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [2021-02-08T20:00:19.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T20:00:19.578Z] 90f521cfd518: Preparing [2021-02-08T20:00:19.578Z] 7ce0598611e5: Preparing [2021-02-08T20:00:19.578Z] 0421620524a2: Preparing [2021-02-08T20:00:19.578Z] 0421620524a2: Layer already exists [2021-02-08T20:00:19.578Z] 90f521cfd518: Layer already exists [2021-02-08T20:00:19.578Z] 7ce0598611e5: Layer already exists [2021-02-08T20:00:19.578Z] hanoi: digest: sha256:3f87c7c8f90afd97dbdc9f1b494e77d9f660ac83ada0b55c3c45853cc0a232be size: 943 [2021-02-08T20:00:19.581Z] Removing intermediate container ef191a30676a [2021-02-08T20:00:19.581Z] ---> 72f5f3e21833 [2021-02-08T20:00:19.581Z] Step 13/23 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:19.767Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:19.812Z] taggedImages: [2021-02-08T20:00:19.812Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:19.812Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1 [2021-02-08T20:00:19.812Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:19.812Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [2021-02-08T20:00:19.857Z] ---> Running in f824d03ea7c4 [Pipeline] echo [2021-02-08T20:00:21.336Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-02-08T20:00:21.337Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:21.337Z] 1.3.1 [2021-02-08T20:00:21.337Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:21.337Z] hanoi [2021-02-08T20:00:21.337Z] ===================================================== [2021-02-08T20:00:21.350Z] Removing intermediate container f824d03ea7c4 [2021-02-08T20:00:21.351Z] ---> 7a46b9ace343 [2021-02-08T20:00:21.351Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T20:00:21.351Z] ---> Running in dbb1a6d15345 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:21.893Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:22.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:22.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-08T20:00:22.197Z] e087bae9983b: Preparing [2021-02-08T20:00:22.197Z] 5237b95f50ed: Preparing [2021-02-08T20:00:22.197Z] ca19941946f3: Preparing [2021-02-08T20:00:22.197Z] e1854148a800: Preparing [2021-02-08T20:00:22.197Z] 92d9124e4c2c: Preparing [2021-02-08T20:00:22.197Z] 3fdb8b936207: Preparing [2021-02-08T20:00:22.197Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:22.197Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:22.197Z] 3fdb8b936207: Waiting [2021-02-08T20:00:22.459Z] 92d9124e4c2c: Pushed [2021-02-08T20:00:22.459Z] 5237b95f50ed: Pushed [2021-02-08T20:00:22.459Z] e087bae9983b: Pushed [2021-02-08T20:00:22.459Z] ca19941946f3: Pushed [2021-02-08T20:00:22.459Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:23.036Z] 3fdb8b936207: Pushed [2021-02-08T20:00:23.299Z] e1854148a800: Pushed [2021-02-08T20:00:23.299Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:a825d32efd3fd90016f2ad1c99250a82cfddc99af0e58ebfb37090736173fd25 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:23.621Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:23.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1 [2021-02-08T20:00:23.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-08T20:00:23.930Z] e087bae9983b: Preparing [2021-02-08T20:00:23.930Z] 5237b95f50ed: Preparing [2021-02-08T20:00:23.930Z] ca19941946f3: Preparing [2021-02-08T20:00:23.930Z] e1854148a800: Preparing [2021-02-08T20:00:23.930Z] 92d9124e4c2c: Preparing [2021-02-08T20:00:23.930Z] 3fdb8b936207: Preparing [2021-02-08T20:00:23.930Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:23.930Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:23.930Z] 3fdb8b936207: Waiting [2021-02-08T20:00:23.930Z] e087bae9983b: Layer already exists [2021-02-08T20:00:23.930Z] 5237b95f50ed: Layer already exists [2021-02-08T20:00:23.930Z] 92d9124e4c2c: Layer already exists [2021-02-08T20:00:23.930Z] ca19941946f3: Layer already exists [2021-02-08T20:00:23.930Z] e1854148a800: Layer already exists [2021-02-08T20:00:23.930Z] 3fdb8b936207: Layer already exists [2021-02-08T20:00:23.930Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:23.931Z] 1.3.1: digest: sha256:a825d32efd3fd90016f2ad1c99250a82cfddc99af0e58ebfb37090736173fd25 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:24.239Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:24.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:24.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-08T20:00:24.543Z] e087bae9983b: Preparing [2021-02-08T20:00:24.543Z] 5237b95f50ed: Preparing [2021-02-08T20:00:24.543Z] ca19941946f3: Preparing [2021-02-08T20:00:24.543Z] e1854148a800: Preparing [2021-02-08T20:00:24.543Z] 92d9124e4c2c: Preparing [2021-02-08T20:00:24.543Z] 3fdb8b936207: Preparing [2021-02-08T20:00:24.543Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:24.543Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:24.543Z] 3fdb8b936207: Waiting [2021-02-08T20:00:24.543Z] e087bae9983b: Layer already exists [2021-02-08T20:00:24.543Z] e1854148a800: Layer already exists [2021-02-08T20:00:24.543Z] 92d9124e4c2c: Layer already exists [2021-02-08T20:00:24.543Z] 5237b95f50ed: Layer already exists [2021-02-08T20:00:24.543Z] ca19941946f3: Layer already exists [2021-02-08T20:00:24.543Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:24.543Z] 3fdb8b936207: Layer already exists [2021-02-08T20:00:24.543Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:a825d32efd3fd90016f2ad1c99250a82cfddc99af0e58ebfb37090736173fd25 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:24.851Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:25.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [2021-02-08T20:00:25.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-08T20:00:25.154Z] e087bae9983b: Preparing [2021-02-08T20:00:25.154Z] 5237b95f50ed: Preparing [2021-02-08T20:00:25.154Z] ca19941946f3: Preparing [2021-02-08T20:00:25.154Z] e1854148a800: Preparing [2021-02-08T20:00:25.154Z] 92d9124e4c2c: Preparing [2021-02-08T20:00:25.154Z] 3fdb8b936207: Preparing [2021-02-08T20:00:25.154Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:25.154Z] 3fdb8b936207: Waiting [2021-02-08T20:00:25.154Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:25.154Z] e1854148a800: Layer already exists [2021-02-08T20:00:25.154Z] 5237b95f50ed: Layer already exists [2021-02-08T20:00:25.154Z] 92d9124e4c2c: Layer already exists [2021-02-08T20:00:25.154Z] e087bae9983b: Layer already exists [2021-02-08T20:00:25.154Z] ca19941946f3: Layer already exists [2021-02-08T20:00:25.154Z] 3fdb8b936207: Layer already exists [2021-02-08T20:00:25.154Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:25.154Z] hanoi: digest: sha256:a825d32efd3fd90016f2ad1c99250a82cfddc99af0e58ebfb37090736173fd25 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:25.394Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:25.440Z] taggedImages: [2021-02-08T20:00:25.440Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:25.440Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1 [2021-02-08T20:00:25.440Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:25.440Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] echo [2021-02-08T20:00:25.504Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-08T20:00:25.504Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:25.504Z] 1.3.1 [2021-02-08T20:00:25.504Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:25.504Z] hanoi [2021-02-08T20:00:25.504Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-08T20:00:25.679Z] Removing intermediate container dbb1a6d15345 [2021-02-08T20:00:25.679Z] ---> 0efefc848ecb [2021-02-08T20:00:25.679Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-02-08T20:00:25.679Z] ---> Running in 8fbf06242d8a [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:25.988Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:26.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:26.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T20:00:26.310Z] a15f6fdd39d0: Preparing [2021-02-08T20:00:26.310Z] 03799f6eef02: Preparing [2021-02-08T20:00:26.310Z] 95e67621e8ec: Preparing [2021-02-08T20:00:26.310Z] f334cd04238e: Preparing [2021-02-08T20:00:26.310Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:26.310Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:26.310Z] 95e67621e8ec: Pushed [2021-02-08T20:00:26.574Z] 03799f6eef02: Pushed [2021-02-08T20:00:26.665Z] Removing intermediate container e68fab84b58b [2021-02-08T20:00:26.665Z] ---> f6e916a9f1cb [2021-02-08T20:00:26.665Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-02-08T20:00:26.836Z] f334cd04238e: Pushed [2021-02-08T20:00:27.411Z] a15f6fdd39d0: Pushed [2021-02-08T20:00:27.411Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:fd311d8173541196c348f861b37dc452c4f05dae77073d9cd8228e1cbb3c312a size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:27.657Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-08T20:00:27.657Z] ---> Running in e61be710f3e6 [2021-02-08T20:00:27.720Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:28.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1 [2021-02-08T20:00:28.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T20:00:28.122Z] a15f6fdd39d0: Preparing [2021-02-08T20:00:28.122Z] 03799f6eef02: Preparing [2021-02-08T20:00:28.122Z] 95e67621e8ec: Preparing [2021-02-08T20:00:28.122Z] f334cd04238e: Preparing [2021-02-08T20:00:28.122Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:28.122Z] f334cd04238e: Layer already exists [2021-02-08T20:00:28.122Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:28.122Z] 95e67621e8ec: Layer already exists [2021-02-08T20:00:28.122Z] 03799f6eef02: Layer already exists [2021-02-08T20:00:28.122Z] a15f6fdd39d0: Layer already exists [2021-02-08T20:00:28.122Z] 1.3.1: digest: sha256:fd311d8173541196c348f861b37dc452c4f05dae77073d9cd8228e1cbb3c312a size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:28.488Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:28.643Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-08T20:00:28.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:28.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T20:00:28.788Z] a15f6fdd39d0: Preparing [2021-02-08T20:00:28.788Z] 03799f6eef02: Preparing [2021-02-08T20:00:28.788Z] 95e67621e8ec: Preparing [2021-02-08T20:00:28.788Z] f334cd04238e: Preparing [2021-02-08T20:00:28.788Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:28.788Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:28.788Z] f334cd04238e: Layer already exists [2021-02-08T20:00:28.788Z] a15f6fdd39d0: Layer already exists [2021-02-08T20:00:28.788Z] 03799f6eef02: Layer already exists [2021-02-08T20:00:28.788Z] 95e67621e8ec: Layer already exists [2021-02-08T20:00:28.788Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:fd311d8173541196c348f861b37dc452c4f05dae77073d9cd8228e1cbb3c312a size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:29.096Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:29.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [2021-02-08T20:00:29.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T20:00:29.398Z] a15f6fdd39d0: Preparing [2021-02-08T20:00:29.398Z] 03799f6eef02: Preparing [2021-02-08T20:00:29.398Z] 95e67621e8ec: Preparing [2021-02-08T20:00:29.398Z] f334cd04238e: Preparing [2021-02-08T20:00:29.398Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:29.398Z] 03799f6eef02: Layer already exists [2021-02-08T20:00:29.398Z] a15f6fdd39d0: Layer already exists [2021-02-08T20:00:29.398Z] f334cd04238e: Layer already exists [2021-02-08T20:00:29.398Z] 95e67621e8ec: Layer already exists [2021-02-08T20:00:29.398Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:29.398Z] hanoi: digest: sha256:fd311d8173541196c348f861b37dc452c4f05dae77073d9cd8228e1cbb3c312a size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:29.621Z] ===================================================== [2021-02-08T20:00:29.642Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-02-08T20:00:29.642Z] (2/5) Installing libsodium (1.0.18-r0) [2021-02-08T20:00:29.642Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [Pipeline] echo [2021-02-08T20:00:29.686Z] taggedImages: [2021-02-08T20:00:29.686Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:29.686Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1 [2021-02-08T20:00:29.686Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:29.686Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] echo [2021-02-08T20:00:29.779Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2021-02-08T20:00:29.779Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:29.779Z] 1.3.1 [2021-02-08T20:00:29.779Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:29.779Z] hanoi [2021-02-08T20:00:29.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-08T20:00:29.927Z] (4/5) Installing libzmq (4.3.3-r1) [2021-02-08T20:00:29.927Z] (5/5) Installing zeromq (4.3.3-r1) [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:30.204Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T20:00:30.204Z] OK: 8 MiB in 19 packages [2021-02-08T20:00:30.290Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:30.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:30.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-08T20:00:30.592Z] 992f5fc84630: Preparing [2021-02-08T20:00:30.592Z] 7f3348a459d8: Preparing [2021-02-08T20:00:30.592Z] e379226cc002: Preparing [2021-02-08T20:00:30.592Z] d5089096ee7e: Preparing [2021-02-08T20:00:30.592Z] d5089096ee7e: Preparing [2021-02-08T20:00:30.592Z] 087e70177d35: Preparing [2021-02-08T20:00:30.592Z] 98831626ab67: Preparing [2021-02-08T20:00:30.592Z] fc20e7e836fc: Preparing [2021-02-08T20:00:30.592Z] 992f5fc84630: Preparing [2021-02-08T20:00:30.592Z] effa811eb8cd: Preparing [2021-02-08T20:00:30.592Z] d175de6c5a5d: Preparing [2021-02-08T20:00:30.592Z] 7708b5444118: Preparing [2021-02-08T20:00:30.592Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:30.592Z] effa811eb8cd: Waiting [2021-02-08T20:00:30.592Z] d175de6c5a5d: Waiting [2021-02-08T20:00:30.592Z] 98831626ab67: Waiting [2021-02-08T20:00:30.592Z] 7708b5444118: Waiting [2021-02-08T20:00:30.592Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:30.592Z] fc20e7e836fc: Waiting [2021-02-08T20:00:30.592Z] e379226cc002: Pushed [2021-02-08T20:00:30.857Z] 087e70177d35: Pushed [2021-02-08T20:00:30.857Z] 7f3348a459d8: Pushed [2021-02-08T20:00:30.857Z] d5089096ee7e: Pushed [2021-02-08T20:00:30.857Z] 98831626ab67: Pushed [2021-02-08T20:00:30.857Z] fc20e7e836fc: Pushed [2021-02-08T20:00:30.857Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:30.857Z] d175de6c5a5d: Pushed [2021-02-08T20:00:30.857Z] effa811eb8cd: Pushed [2021-02-08T20:00:31.213Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T20:00:31.213Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-02-08T20:00:31.213Z] ---> d5bc97a420a2 [2021-02-08T20:00:31.213Z] Step 3/20 : WORKDIR /edgex-go [2021-02-08T20:00:31.213Z] ---> Using cache [2021-02-08T20:00:31.213Z] ---> 16390b2bd613 [2021-02-08T20:00:31.213Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T20:00:31.213Z] ---> Using cache [2021-02-08T20:00:31.213Z] ---> a9ad43fcdc76 [2021-02-08T20:00:31.213Z] Step 5/20 : RUN apk update && apk add make git [2021-02-08T20:00:31.213Z] ---> Using cache [2021-02-08T20:00:31.213Z] ---> 54b6a62c83ee [2021-02-08T20:00:31.213Z] Step 6/20 : COPY go.mod . [2021-02-08T20:00:31.213Z] ---> Using cache [2021-02-08T20:00:31.213Z] ---> 8d77a7a27ef8 [2021-02-08T20:00:31.213Z] Step 7/20 : RUN go mod download [2021-02-08T20:00:31.213Z] ---> Using cache [2021-02-08T20:00:31.213Z] ---> 211c49ac506e [2021-02-08T20:00:31.213Z] Step 8/20 : COPY . . [2021-02-08T20:00:31.431Z] 7708b5444118: Pushed [2021-02-08T20:00:31.486Z] ---> Using cache [2021-02-08T20:00:31.486Z] ---> 8272cd288243 [2021-02-08T20:00:31.486Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-02-08T20:00:31.694Z] 992f5fc84630: Pushed [2021-02-08T20:00:31.694Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:ac02a88c22d7ff83d20c3e0e8ccc7468e18fbe173b717f6530569d94947a4e53 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:32.001Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:32.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1 [2021-02-08T20:00:32.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-08T20:00:32.301Z] 992f5fc84630: Preparing [2021-02-08T20:00:32.301Z] 7f3348a459d8: Preparing [2021-02-08T20:00:32.301Z] e379226cc002: Preparing [2021-02-08T20:00:32.301Z] d5089096ee7e: Preparing [2021-02-08T20:00:32.301Z] d5089096ee7e: Preparing [2021-02-08T20:00:32.301Z] 087e70177d35: Preparing [2021-02-08T20:00:32.301Z] 98831626ab67: Preparing [2021-02-08T20:00:32.301Z] fc20e7e836fc: Preparing [2021-02-08T20:00:32.301Z] 992f5fc84630: Preparing [2021-02-08T20:00:32.301Z] effa811eb8cd: Preparing [2021-02-08T20:00:32.301Z] d175de6c5a5d: Preparing [2021-02-08T20:00:32.301Z] 7708b5444118: Preparing [2021-02-08T20:00:32.301Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:32.301Z] 98831626ab67: Waiting [2021-02-08T20:00:32.301Z] effa811eb8cd: Waiting [2021-02-08T20:00:32.301Z] fc20e7e836fc: Waiting [2021-02-08T20:00:32.301Z] d175de6c5a5d: Waiting [2021-02-08T20:00:32.301Z] 7708b5444118: Waiting [2021-02-08T20:00:32.301Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:32.301Z] 087e70177d35: Layer already exists [2021-02-08T20:00:32.301Z] 7f3348a459d8: Layer already exists [2021-02-08T20:00:32.301Z] e379226cc002: Layer already exists [2021-02-08T20:00:32.301Z] d5089096ee7e: Layer already exists [2021-02-08T20:00:32.301Z] 992f5fc84630: Layer already exists [2021-02-08T20:00:32.301Z] 98831626ab67: Layer already exists [2021-02-08T20:00:32.301Z] fc20e7e836fc: Layer already exists [2021-02-08T20:00:32.301Z] effa811eb8cd: Layer already exists [2021-02-08T20:00:32.301Z] d175de6c5a5d: Layer already exists [2021-02-08T20:00:32.301Z] 7708b5444118: Layer already exists [2021-02-08T20:00:32.301Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:32.301Z] 1.3.1: digest: sha256:ac02a88c22d7ff83d20c3e0e8ccc7468e18fbe173b717f6530569d94947a4e53 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:32.606Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:32.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:32.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-08T20:00:32.903Z] 992f5fc84630: Preparing [2021-02-08T20:00:32.903Z] 7f3348a459d8: Preparing [2021-02-08T20:00:32.903Z] e379226cc002: Preparing [2021-02-08T20:00:32.903Z] d5089096ee7e: Preparing [2021-02-08T20:00:32.903Z] d5089096ee7e: Preparing [2021-02-08T20:00:32.903Z] 087e70177d35: Preparing [2021-02-08T20:00:32.903Z] 98831626ab67: Preparing [2021-02-08T20:00:32.903Z] fc20e7e836fc: Preparing [2021-02-08T20:00:32.903Z] 992f5fc84630: Preparing [2021-02-08T20:00:32.903Z] effa811eb8cd: Preparing [2021-02-08T20:00:32.903Z] d175de6c5a5d: Preparing [2021-02-08T20:00:32.903Z] 7708b5444118: Preparing [2021-02-08T20:00:32.903Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:32.903Z] 98831626ab67: Waiting [2021-02-08T20:00:32.903Z] fc20e7e836fc: Waiting [2021-02-08T20:00:32.903Z] effa811eb8cd: Waiting [2021-02-08T20:00:32.903Z] d175de6c5a5d: Waiting [2021-02-08T20:00:32.903Z] 7708b5444118: Waiting [2021-02-08T20:00:32.903Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:32.903Z] d5089096ee7e: Layer already exists [2021-02-08T20:00:32.903Z] e379226cc002: Layer already exists [2021-02-08T20:00:32.903Z] 087e70177d35: Layer already exists [2021-02-08T20:00:32.903Z] 7f3348a459d8: Layer already exists [2021-02-08T20:00:32.903Z] 992f5fc84630: Layer already exists [2021-02-08T20:00:32.903Z] d175de6c5a5d: Layer already exists [2021-02-08T20:00:32.903Z] effa811eb8cd: Layer already exists [2021-02-08T20:00:32.903Z] 98831626ab67: Layer already exists [2021-02-08T20:00:32.903Z] fc20e7e836fc: Layer already exists [2021-02-08T20:00:32.903Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:32.903Z] 7708b5444118: Layer already exists [2021-02-08T20:00:32.903Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:ac02a88c22d7ff83d20c3e0e8ccc7468e18fbe173b717f6530569d94947a4e53 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:33.220Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [2021-02-08T20:00:33.466Z] ---> Running in 760f9674249e [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:33.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [2021-02-08T20:00:33.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-08T20:00:33.779Z] 992f5fc84630: Preparing [2021-02-08T20:00:33.779Z] 7f3348a459d8: Preparing [2021-02-08T20:00:33.779Z] e379226cc002: Preparing [2021-02-08T20:00:33.779Z] d5089096ee7e: Preparing [2021-02-08T20:00:33.779Z] d5089096ee7e: Preparing [2021-02-08T20:00:33.779Z] 087e70177d35: Preparing [2021-02-08T20:00:33.779Z] 98831626ab67: Preparing [2021-02-08T20:00:33.779Z] fc20e7e836fc: Preparing [2021-02-08T20:00:33.779Z] 992f5fc84630: Preparing [2021-02-08T20:00:33.779Z] effa811eb8cd: Preparing [2021-02-08T20:00:33.779Z] d175de6c5a5d: Preparing [2021-02-08T20:00:33.779Z] 7708b5444118: Preparing [2021-02-08T20:00:33.779Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:33.779Z] 98831626ab67: Waiting [2021-02-08T20:00:33.779Z] fc20e7e836fc: Waiting [2021-02-08T20:00:33.779Z] effa811eb8cd: Waiting [2021-02-08T20:00:33.779Z] d175de6c5a5d: Waiting [2021-02-08T20:00:33.779Z] 7708b5444118: Waiting [2021-02-08T20:00:33.779Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:33.779Z] 087e70177d35: Layer already exists [2021-02-08T20:00:33.779Z] 992f5fc84630: Layer already exists [2021-02-08T20:00:33.779Z] e379226cc002: Layer already exists [2021-02-08T20:00:33.779Z] 7f3348a459d8: Layer already exists [2021-02-08T20:00:33.779Z] d5089096ee7e: Layer already exists [2021-02-08T20:00:33.779Z] effa811eb8cd: Layer already exists [2021-02-08T20:00:33.779Z] fc20e7e836fc: Layer already exists [2021-02-08T20:00:33.779Z] 7708b5444118: Layer already exists [2021-02-08T20:00:33.779Z] 98831626ab67: Layer already exists [2021-02-08T20:00:33.779Z] d175de6c5a5d: Layer already exists [2021-02-08T20:00:33.779Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:33.779Z] hanoi: digest: sha256:ac02a88c22d7ff83d20c3e0e8ccc7468e18fbe173b717f6530569d94947a4e53 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:33.977Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:34.047Z] taggedImages: [2021-02-08T20:00:34.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:34.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1 [2021-02-08T20:00:34.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:34.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] echo [2021-02-08T20:00:34.108Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-08T20:00:34.108Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:34.108Z] 1.3.1 [2021-02-08T20:00:34.108Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:34.108Z] hanoi [2021-02-08T20:00:34.108Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:34.461Z] Removing intermediate container 8fbf06242d8a [2021-02-08T20:00:34.462Z] ---> db28ea2542b0 [2021-02-08T20:00:34.462Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-02-08T20:00:34.600Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:34.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:34.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T20:00:34.895Z] 7f5c9c26d43f: Preparing [2021-02-08T20:00:34.895Z] 62fdaed5b1e9: Preparing [2021-02-08T20:00:34.895Z] a18650c9baf2: Preparing [2021-02-08T20:00:34.895Z] a292ffb24002: Preparing [2021-02-08T20:00:34.895Z] f3f481951817: Preparing [2021-02-08T20:00:34.895Z] 2eb22f4b17d7: Preparing [2021-02-08T20:00:34.895Z] ffd1e6e233bd: Preparing [2021-02-08T20:00:34.895Z] 3fdb8b936207: Preparing [2021-02-08T20:00:34.895Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:34.895Z] 2eb22f4b17d7: Waiting [2021-02-08T20:00:34.895Z] ffd1e6e233bd: Waiting [2021-02-08T20:00:34.895Z] 3fdb8b936207: Waiting [2021-02-08T20:00:34.895Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:35.073Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T20:00:35.073Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-02-08T20:00:35.073Z] ---> d5bc97a420a2 [2021-02-08T20:00:35.073Z] Step 3/29 : WORKDIR /edgex-go [2021-02-08T20:00:35.073Z] ---> Using cache [2021-02-08T20:00:35.073Z] ---> 16390b2bd613 [2021-02-08T20:00:35.073Z] Step 4/29 : RUN apk update && apk add make git [2021-02-08T20:00:35.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-08T20:00:35.157Z] 7f5c9c26d43f: Pushed [2021-02-08T20:00:35.157Z] f3f481951817: Pushed [2021-02-08T20:00:35.157Z] 62fdaed5b1e9: Pushed [2021-02-08T20:00:35.157Z] 3fdb8b936207: Layer already exists [2021-02-08T20:00:35.157Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:35.157Z] 2eb22f4b17d7: Pushed [2021-02-08T20:00:35.157Z] ffd1e6e233bd: Pushed [2021-02-08T20:00:35.674Z] ---> Running in dcd7b67a5e1b [2021-02-08T20:00:35.949Z] ---> e04fcc2f7280 [2021-02-08T20:00:35.949Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-08T20:00:36.103Z] a18650c9baf2: Pushed [2021-02-08T20:00:36.103Z] a292ffb24002: Pushed [2021-02-08T20:00:36.103Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:3d1cac7486dc2e41b5f16fb19910e2182d349cc9a2b8761e18029b7481f95b32 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:36.409Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:36.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1 [2021-02-08T20:00:36.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T20:00:36.705Z] 7f5c9c26d43f: Preparing [2021-02-08T20:00:36.705Z] 62fdaed5b1e9: Preparing [2021-02-08T20:00:36.705Z] a18650c9baf2: Preparing [2021-02-08T20:00:36.705Z] a292ffb24002: Preparing [2021-02-08T20:00:36.705Z] f3f481951817: Preparing [2021-02-08T20:00:36.705Z] 2eb22f4b17d7: Preparing [2021-02-08T20:00:36.705Z] ffd1e6e233bd: Preparing [2021-02-08T20:00:36.705Z] 3fdb8b936207: Preparing [2021-02-08T20:00:36.706Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:36.706Z] ffd1e6e233bd: Waiting [2021-02-08T20:00:36.706Z] 3fdb8b936207: Waiting [2021-02-08T20:00:36.706Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:36.706Z] 2eb22f4b17d7: Waiting [2021-02-08T20:00:36.706Z] f3f481951817: Layer already exists [2021-02-08T20:00:36.706Z] 62fdaed5b1e9: Layer already exists [2021-02-08T20:00:36.706Z] 7f5c9c26d43f: Layer already exists [2021-02-08T20:00:36.706Z] a292ffb24002: Layer already exists [2021-02-08T20:00:36.706Z] a18650c9baf2: Layer already exists [2021-02-08T20:00:36.706Z] ffd1e6e233bd: Layer already exists [2021-02-08T20:00:36.706Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:36.706Z] 3fdb8b936207: Layer already exists [2021-02-08T20:00:36.706Z] 2eb22f4b17d7: Layer already exists [2021-02-08T20:00:36.706Z] 1.3.1: digest: sha256:3d1cac7486dc2e41b5f16fb19910e2182d349cc9a2b8761e18029b7481f95b32 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:36.934Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T20:00:36.934Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T20:00:36.934Z] ---> d5bc97a420a2 [2021-02-08T20:00:36.934Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T20:00:36.934Z] ---> Using cache [2021-02-08T20:00:36.934Z] ---> 16390b2bd613 [2021-02-08T20:00:36.934Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T20:00:36.934Z] ---> Using cache [2021-02-08T20:00:36.934Z] ---> a9ad43fcdc76 [2021-02-08T20:00:36.934Z] Step 5/22 : RUN apk update && apk add make git [2021-02-08T20:00:36.934Z] ---> Using cache [2021-02-08T20:00:36.934Z] ---> 54b6a62c83ee [2021-02-08T20:00:36.934Z] Step 6/22 : COPY go.mod . [2021-02-08T20:00:36.934Z] ---> Using cache [2021-02-08T20:00:36.934Z] ---> 8d77a7a27ef8 [2021-02-08T20:00:36.934Z] Step 7/22 : RUN go mod download [2021-02-08T20:00:36.934Z] ---> Using cache [2021-02-08T20:00:36.934Z] ---> 211c49ac506e [2021-02-08T20:00:36.934Z] Step 8/22 : COPY . . [2021-02-08T20:00:37.014Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:37.209Z] ---> Using cache [2021-02-08T20:00:37.209Z] ---> 8272cd288243 [2021-02-08T20:00:37.209Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-02-08T20:00:37.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:37.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T20:00:37.313Z] 7f5c9c26d43f: Preparing [2021-02-08T20:00:37.313Z] 62fdaed5b1e9: Preparing [2021-02-08T20:00:37.313Z] a18650c9baf2: Preparing [2021-02-08T20:00:37.313Z] a292ffb24002: Preparing [2021-02-08T20:00:37.313Z] f3f481951817: Preparing [2021-02-08T20:00:37.313Z] 2eb22f4b17d7: Preparing [2021-02-08T20:00:37.313Z] ffd1e6e233bd: Preparing [2021-02-08T20:00:37.313Z] 3fdb8b936207: Preparing [2021-02-08T20:00:37.313Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:37.313Z] 2eb22f4b17d7: Waiting [2021-02-08T20:00:37.313Z] ffd1e6e233bd: Waiting [2021-02-08T20:00:37.313Z] 3fdb8b936207: Waiting [2021-02-08T20:00:37.313Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:37.313Z] 62fdaed5b1e9: Layer already exists [2021-02-08T20:00:37.313Z] a18650c9baf2: Layer already exists [2021-02-08T20:00:37.313Z] 7f5c9c26d43f: Layer already exists [2021-02-08T20:00:37.313Z] a292ffb24002: Layer already exists [2021-02-08T20:00:37.313Z] f3f481951817: Layer already exists [2021-02-08T20:00:37.313Z] 2eb22f4b17d7: Layer already exists [2021-02-08T20:00:37.313Z] ffd1e6e233bd: Layer already exists [2021-02-08T20:00:37.313Z] 3fdb8b936207: Layer already exists [2021-02-08T20:00:37.313Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:37.313Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:3d1cac7486dc2e41b5f16fb19910e2182d349cc9a2b8761e18029b7481f95b32 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:37.491Z] Collecting docker-compose==1.23.2 [2021-02-08T20:00:37.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T20:00:37.491Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-08T20:00:37.491Z] ---> Running in 70d89ae44b7e [2021-02-08T20:00:37.621Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:37.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [2021-02-08T20:00:37.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T20:00:37.931Z] 7f5c9c26d43f: Preparing [2021-02-08T20:00:37.931Z] 62fdaed5b1e9: Preparing [2021-02-08T20:00:37.931Z] a18650c9baf2: Preparing [2021-02-08T20:00:37.931Z] a292ffb24002: Preparing [2021-02-08T20:00:37.931Z] f3f481951817: Preparing [2021-02-08T20:00:37.931Z] 2eb22f4b17d7: Preparing [2021-02-08T20:00:37.931Z] ffd1e6e233bd: Preparing [2021-02-08T20:00:37.931Z] 3fdb8b936207: Preparing [2021-02-08T20:00:37.931Z] 1b3ee35aacca: Preparing [2021-02-08T20:00:37.931Z] ffd1e6e233bd: Waiting [2021-02-08T20:00:37.931Z] 3fdb8b936207: Waiting [2021-02-08T20:00:37.931Z] 1b3ee35aacca: Waiting [2021-02-08T20:00:37.931Z] 2eb22f4b17d7: Waiting [2021-02-08T20:00:37.931Z] 7f5c9c26d43f: Layer already exists [2021-02-08T20:00:37.931Z] a292ffb24002: Layer already exists [2021-02-08T20:00:37.931Z] 62fdaed5b1e9: Layer already exists [2021-02-08T20:00:37.931Z] f3f481951817: Layer already exists [2021-02-08T20:00:37.931Z] a18650c9baf2: Layer already exists [2021-02-08T20:00:37.931Z] 2eb22f4b17d7: Layer already exists [2021-02-08T20:00:37.931Z] ffd1e6e233bd: Layer already exists [2021-02-08T20:00:37.931Z] 3fdb8b936207: Layer already exists [2021-02-08T20:00:37.931Z] 1b3ee35aacca: Layer already exists [2021-02-08T20:00:37.931Z] hanoi: digest: sha256:3d1cac7486dc2e41b5f16fb19910e2182d349cc9a2b8761e18029b7481f95b32 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:38.189Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:38.239Z] taggedImages: [2021-02-08T20:00:38.239Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:38.239Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1 [2021-02-08T20:00:38.239Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:38.239Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] echo [2021-02-08T20:00:38.308Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2021-02-08T20:00:38.308Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:38.308Z] 1.3.1 [2021-02-08T20:00:38.308Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:38.308Z] hanoi [2021-02-08T20:00:38.308Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [2021-02-08T20:00:38.500Z] Collecting jsonschema<3,>=2.5.1 [2021-02-08T20:00:38.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T20:00:38.500Z] ---> 764974c50cd2 [2021-02-08T20:00:38.500Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-08T20:00:38.500Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] sh [2021-02-08T20:00:38.788Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:38.877Z] Collecting cached-property<2,>=1.2.0 [2021-02-08T20:00:38.877Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-08T20:00:39.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:39.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-08T20:00:39.085Z] 2e95319550cb: Preparing [2021-02-08T20:00:39.085Z] 2786d0a9f394: Preparing [2021-02-08T20:00:39.085Z] 194fdcbe8733: Preparing [2021-02-08T20:00:39.085Z] 7b8374687cfe: Preparing [2021-02-08T20:00:39.348Z] 194fdcbe8733: Pushed [2021-02-08T20:00:39.348Z] 2e95319550cb: Pushed [2021-02-08T20:00:39.348Z] 7b8374687cfe: Pushed [2021-02-08T20:00:39.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-command/core-command ./cmd/core-command [2021-02-08T20:00:39.643Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T20:00:39.643Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T20:00:39.643Z] OK: 12622 distinct packages available [2021-02-08T20:00:39.643Z] ---> 4d19e975a9ea [2021-02-08T20:00:39.643Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-08T20:00:39.962Z] ---> Running in e6d485ad9193 [2021-02-08T20:00:40.299Z] 2786d0a9f394: Pushed [2021-02-08T20:00:40.299Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:32b195ea58e99bcac0b5050dffc4b57b90e39cf21de3200234afcf29b9b31792 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:40.607Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:40.686Z] Removing intermediate container e6d485ad9193 [2021-02-08T20:00:40.686Z] ---> ac65e099489c [2021-02-08T20:00:40.686Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T20:00:40.686Z] ---> Running in 56371b40c464 [2021-02-08T20:00:40.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1 [2021-02-08T20:00:40.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-08T20:00:40.907Z] 2e95319550cb: Preparing [2021-02-08T20:00:40.907Z] 2786d0a9f394: Preparing [2021-02-08T20:00:40.907Z] 194fdcbe8733: Preparing [2021-02-08T20:00:40.907Z] 7b8374687cfe: Preparing [2021-02-08T20:00:40.907Z] 7b8374687cfe: Layer already exists [2021-02-08T20:00:40.907Z] 2e95319550cb: Layer already exists [2021-02-08T20:00:40.907Z] 194fdcbe8733: Layer already exists [2021-02-08T20:00:40.907Z] 2786d0a9f394: Layer already exists [2021-02-08T20:00:40.907Z] 1.3.1: digest: sha256:32b195ea58e99bcac0b5050dffc4b57b90e39cf21de3200234afcf29b9b31792 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:40.985Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-08T20:00:41.215Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:41.282Z] OK: 217 MiB in 51 packages [2021-02-08T20:00:41.282Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-08T20:00:41.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:41.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-08T20:00:41.514Z] 2e95319550cb: Preparing [2021-02-08T20:00:41.514Z] 2786d0a9f394: Preparing [2021-02-08T20:00:41.514Z] 194fdcbe8733: Preparing [2021-02-08T20:00:41.514Z] 7b8374687cfe: Preparing [2021-02-08T20:00:41.514Z] 2786d0a9f394: Layer already exists [2021-02-08T20:00:41.514Z] 2e95319550cb: Layer already exists [2021-02-08T20:00:41.514Z] 7b8374687cfe: Layer already exists [2021-02-08T20:00:41.514Z] 194fdcbe8733: Layer already exists [2021-02-08T20:00:41.514Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:32b195ea58e99bcac0b5050dffc4b57b90e39cf21de3200234afcf29b9b31792 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:41.607Z] Removing intermediate container 56371b40c464 [2021-02-08T20:00:41.608Z] ---> e19e80ff5459 [2021-02-08T20:00:41.608Z] Step 21/23 : LABEL arch=arm64 [2021-02-08T20:00:41.892Z] ---> Running in b18281674b91 [2021-02-08T20:00:41.892Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-08T20:00:41.948Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:42.214Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-08T20:00:42.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [2021-02-08T20:00:42.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-08T20:00:42.273Z] 2e95319550cb: Preparing [2021-02-08T20:00:42.273Z] 2786d0a9f394: Preparing [2021-02-08T20:00:42.273Z] 194fdcbe8733: Preparing [2021-02-08T20:00:42.273Z] 7b8374687cfe: Preparing [2021-02-08T20:00:42.273Z] 2786d0a9f394: Layer already exists [2021-02-08T20:00:42.273Z] 194fdcbe8733: Layer already exists [2021-02-08T20:00:42.273Z] 7b8374687cfe: Layer already exists [2021-02-08T20:00:42.273Z] 2e95319550cb: Layer already exists [2021-02-08T20:00:42.273Z] hanoi: digest: sha256:32b195ea58e99bcac0b5050dffc4b57b90e39cf21de3200234afcf29b9b31792 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:42.466Z] ===================================================== [2021-02-08T20:00:42.508Z] Removing intermediate container b18281674b91 [2021-02-08T20:00:42.508Z] ---> 49339b485578 [2021-02-08T20:00:42.508Z] Step 22/23 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] echo [2021-02-08T20:00:42.514Z] taggedImages: [2021-02-08T20:00:42.514Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:42.514Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1 [2021-02-08T20:00:42.514Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:42.514Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] echo [2021-02-08T20:00:42.668Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-08T20:00:42.668Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:42.668Z] 1.3.1 [2021-02-08T20:00:42.668Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:42.668Z] hanoi [2021-02-08T20:00:42.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-08T20:00:42.781Z] ---> Running in 6c0c0436acde [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:43.055Z] Removing intermediate container dcd7b67a5e1b [2021-02-08T20:00:43.056Z] ---> 75906e884a62 [2021-02-08T20:00:43.056Z] Step 5/29 : COPY go.mod . [2021-02-08T20:00:43.169Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:43.330Z] Removing intermediate container 6c0c0436acde [2021-02-08T20:00:43.330Z] ---> 9f34665fb75f [2021-02-08T20:00:43.330Z] Step 23/23 : LABEL version=1.3.1 [2021-02-08T20:00:43.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:43.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T20:00:43.467Z] c90a9783d8f8: Preparing [2021-02-08T20:00:43.467Z] f224c8019861: Preparing [2021-02-08T20:00:43.467Z] a199679896e6: Preparing [2021-02-08T20:00:43.467Z] 129c116e5f1b: Preparing [2021-02-08T20:00:43.467Z] efc7a09150a5: Preparing [2021-02-08T20:00:43.467Z] daaa5875cb8b: Preparing [2021-02-08T20:00:43.467Z] daaa5875cb8b: Waiting [2021-02-08T20:00:43.606Z] Collecting PyYAML<4,>=3.10 [2021-02-08T20:00:43.606Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-08T20:00:43.606Z] ---> Running in 213f4d5f004a [2021-02-08T20:00:43.728Z] a199679896e6: Pushed [2021-02-08T20:00:43.728Z] efc7a09150a5: Pushed [2021-02-08T20:00:43.728Z] c90a9783d8f8: Pushed [2021-02-08T20:00:43.728Z] 129c116e5f1b: Pushed [2021-02-08T20:00:43.993Z] daaa5875cb8b: Pushed [2021-02-08T20:00:44.221Z] Removing intermediate container 213f4d5f004a [2021-02-08T20:00:44.221Z] ---> 19def3d73474 [2021-02-08T20:00:44.221Z] [2021-02-08T20:00:44.221Z] ---> afa102ffc852 [2021-02-08T20:00:44.499Z] Step 6/29 : RUN go mod download [2021-02-08T20:00:44.779Z] Successfully built 19def3d73474 [2021-02-08T20:00:44.779Z] ---> Running in 5a42d1b9b303 [2021-02-08T20:00:44.779Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-08T20:00:44.779Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2021-02-08T20:00:44.940Z] f224c8019861: Pushed [2021-02-08T20:00:44.940Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:a70b0c17619aef56013c0239e31bfa746a0f8cc759fd94c89afa34ad5c7a18c5 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:45.245Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:45.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1 [2021-02-08T20:00:45.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T20:00:45.545Z] c90a9783d8f8: Preparing [2021-02-08T20:00:45.545Z] f224c8019861: Preparing [2021-02-08T20:00:45.545Z] a199679896e6: Preparing [2021-02-08T20:00:45.545Z] 129c116e5f1b: Preparing [2021-02-08T20:00:45.545Z] efc7a09150a5: Preparing [2021-02-08T20:00:45.545Z] daaa5875cb8b: Preparing [2021-02-08T20:00:45.545Z] daaa5875cb8b: Waiting [2021-02-08T20:00:45.545Z] c90a9783d8f8: Layer already exists [2021-02-08T20:00:45.545Z] 129c116e5f1b: Layer already exists [2021-02-08T20:00:45.545Z] a199679896e6: Layer already exists [2021-02-08T20:00:45.545Z] f224c8019861: Layer already exists [2021-02-08T20:00:45.545Z] efc7a09150a5: Layer already exists [2021-02-08T20:00:45.545Z] daaa5875cb8b: Layer already exists [2021-02-08T20:00:45.545Z] 1.3.1: digest: sha256:a70b0c17619aef56013c0239e31bfa746a0f8cc759fd94c89afa34ad5c7a18c5 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:45.848Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:46.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:46.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T20:00:46.143Z] c90a9783d8f8: Preparing [2021-02-08T20:00:46.143Z] f224c8019861: Preparing [2021-02-08T20:00:46.143Z] a199679896e6: Preparing [2021-02-08T20:00:46.143Z] 129c116e5f1b: Preparing [2021-02-08T20:00:46.143Z] efc7a09150a5: Preparing [2021-02-08T20:00:46.143Z] daaa5875cb8b: Preparing [2021-02-08T20:00:46.143Z] daaa5875cb8b: Waiting [2021-02-08T20:00:46.143Z] c90a9783d8f8: Layer already exists [2021-02-08T20:00:46.143Z] 129c116e5f1b: Layer already exists [2021-02-08T20:00:46.143Z] a199679896e6: Layer already exists [2021-02-08T20:00:46.143Z] efc7a09150a5: Layer already exists [2021-02-08T20:00:46.143Z] f224c8019861: Layer already exists [2021-02-08T20:00:46.143Z] daaa5875cb8b: Layer already exists [2021-02-08T20:00:46.143Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:a70b0c17619aef56013c0239e31bfa746a0f8cc759fd94c89afa34ad5c7a18c5 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:46.445Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:46.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [2021-02-08T20:00:46.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T20:00:46.747Z] c90a9783d8f8: Preparing [2021-02-08T20:00:46.747Z] f224c8019861: Preparing [2021-02-08T20:00:46.747Z] a199679896e6: Preparing [2021-02-08T20:00:46.747Z] 129c116e5f1b: Preparing [2021-02-08T20:00:46.747Z] efc7a09150a5: Preparing [2021-02-08T20:00:46.747Z] daaa5875cb8b: Preparing [2021-02-08T20:00:46.747Z] daaa5875cb8b: Waiting [2021-02-08T20:00:46.747Z] c90a9783d8f8: Layer already exists [2021-02-08T20:00:46.747Z] efc7a09150a5: Layer already exists [2021-02-08T20:00:46.747Z] 129c116e5f1b: Layer already exists [2021-02-08T20:00:46.747Z] a199679896e6: Layer already exists [2021-02-08T20:00:46.747Z] f224c8019861: Layer already exists [2021-02-08T20:00:46.747Z] daaa5875cb8b: Layer already exists [2021-02-08T20:00:47.323Z] hanoi: digest: sha256:a70b0c17619aef56013c0239e31bfa746a0f8cc759fd94c89afa34ad5c7a18c5 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:47.515Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:47.570Z] taggedImages: [2021-02-08T20:00:47.570Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:47.570Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1 [2021-02-08T20:00:47.570Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:47.570Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] echo [2021-02-08T20:00:47.641Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-08T20:00:47.642Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:47.642Z] 1.3.1 [2021-02-08T20:00:47.642Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:47.642Z] hanoi [2021-02-08T20:00:47.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:48.158Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:48.228Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-08T20:00:48.228Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-08T20:00:48.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:48.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T20:00:48.494Z] b5f00b6666ab: Preparing [2021-02-08T20:00:48.494Z] 3f60f8fa8fe5: Preparing [2021-02-08T20:00:48.494Z] c4e4ee98ff77: Preparing [2021-02-08T20:00:48.494Z] c4e4ee98ff77: Pushed [2021-02-08T20:00:48.494Z] b5f00b6666ab: Pushed [2021-02-08T20:00:49.885Z] 3f60f8fa8fe5: Pushed [2021-02-08T20:00:49.885Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:6eaad750e5caa444abce1cde849d26f9b1d45c87f209ffe65f616236497003f0 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:50.192Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:50.233Z] Removing intermediate container 5a42d1b9b303 [2021-02-08T20:00:50.233Z] ---> 97031e5513e2 [2021-02-08T20:00:50.233Z] Step 7/29 : COPY . . [2021-02-08T20:00:50.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1 [2021-02-08T20:00:50.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T20:00:50.487Z] b5f00b6666ab: Preparing [2021-02-08T20:00:50.487Z] 3f60f8fa8fe5: Preparing [2021-02-08T20:00:50.487Z] c4e4ee98ff77: Preparing [2021-02-08T20:00:50.487Z] c4e4ee98ff77: Layer already exists [2021-02-08T20:00:50.487Z] b5f00b6666ab: Layer already exists [2021-02-08T20:00:50.487Z] 3f60f8fa8fe5: Layer already exists [2021-02-08T20:00:50.487Z] 1.3.1: digest: sha256:6eaad750e5caa444abce1cde849d26f9b1d45c87f209ffe65f616236497003f0 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:50.792Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:51.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:51.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T20:00:51.090Z] b5f00b6666ab: Preparing [2021-02-08T20:00:51.090Z] 3f60f8fa8fe5: Preparing [2021-02-08T20:00:51.090Z] c4e4ee98ff77: Preparing [2021-02-08T20:00:51.090Z] 3f60f8fa8fe5: Layer already exists [2021-02-08T20:00:51.090Z] c4e4ee98ff77: Layer already exists [2021-02-08T20:00:51.090Z] b5f00b6666ab: Layer already exists [2021-02-08T20:00:51.090Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:6eaad750e5caa444abce1cde849d26f9b1d45c87f209ffe65f616236497003f0 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:51.398Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:51.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [2021-02-08T20:00:51.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T20:00:51.698Z] b5f00b6666ab: Preparing [2021-02-08T20:00:51.698Z] 3f60f8fa8fe5: Preparing [2021-02-08T20:00:51.698Z] c4e4ee98ff77: Preparing [2021-02-08T20:00:51.698Z] 3f60f8fa8fe5: Layer already exists [2021-02-08T20:00:51.698Z] c4e4ee98ff77: Layer already exists [2021-02-08T20:00:51.698Z] b5f00b6666ab: Layer already exists [2021-02-08T20:00:51.960Z] hanoi: digest: sha256:6eaad750e5caa444abce1cde849d26f9b1d45c87f209ffe65f616236497003f0 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:00:52.148Z] ===================================================== [Pipeline] echo [2021-02-08T20:00:52.195Z] taggedImages: [2021-02-08T20:00:52.195Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:52.195Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1 [2021-02-08T20:00:52.195Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:52.195Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] echo [2021-02-08T20:00:52.265Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-08T20:00:52.265Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:52.265Z] 1.3.1 [2021-02-08T20:00:52.265Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:00:52.265Z] hanoi [2021-02-08T20:00:52.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:52.751Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:00:52.896Z] Collecting docker<4.0,>=3.6.0 [2021-02-08T20:00:52.896Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-08T20:00:52.896Z] Collecting texttable<0.10,>=0.9.0 [2021-02-08T20:00:53.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:00:53.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T20:00:53.064Z] 15569ec4a30f: Preparing [2021-02-08T20:00:53.064Z] 3f449da1ba1c: Preparing [2021-02-08T20:00:53.064Z] 716661c91a93: Preparing [2021-02-08T20:00:53.064Z] d30fff5a52f8: Preparing [2021-02-08T20:00:53.064Z] 0aae00506c5f: Preparing [2021-02-08T20:00:53.064Z] 05af9ecf374c: Preparing [2021-02-08T20:00:53.064Z] 8eaaef737ae8: Preparing [2021-02-08T20:00:53.064Z] 7115cfc5cd71: Preparing [2021-02-08T20:00:53.064Z] f79287729399: Preparing [2021-02-08T20:00:53.064Z] 7ef6e2d83150: Preparing [2021-02-08T20:00:53.064Z] 96398d4a2328: Preparing [2021-02-08T20:00:53.064Z] 48ad9ebc910a: Preparing [2021-02-08T20:00:53.064Z] 80ff4ab2dee4: Preparing [2021-02-08T20:00:53.064Z] 1119ff37d4a9: Preparing [2021-02-08T20:00:53.064Z] 96398d4a2328: Waiting [2021-02-08T20:00:53.064Z] 48ad9ebc910a: Waiting [2021-02-08T20:00:53.064Z] 80ff4ab2dee4: Waiting [2021-02-08T20:00:53.064Z] 7115cfc5cd71: Waiting [2021-02-08T20:00:53.064Z] 1119ff37d4a9: Waiting [2021-02-08T20:00:53.064Z] f79287729399: Waiting [2021-02-08T20:00:53.064Z] 7ef6e2d83150: Waiting [2021-02-08T20:00:53.064Z] 05af9ecf374c: Waiting [2021-02-08T20:00:53.064Z] 8eaaef737ae8: Waiting [2021-02-08T20:00:53.177Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-08T20:00:53.330Z] 0aae00506c5f: Pushed [2021-02-08T20:00:53.330Z] 15569ec4a30f: Pushed [2021-02-08T20:00:53.330Z] d30fff5a52f8: Pushed [2021-02-08T20:00:53.596Z] 7115cfc5cd71: Layer already exists [2021-02-08T20:00:53.596Z] f79287729399: Layer already exists [2021-02-08T20:00:53.596Z] 7ef6e2d83150: Layer already exists [2021-02-08T20:00:53.596Z] 96398d4a2328: Layer already exists [2021-02-08T20:00:53.596Z] 48ad9ebc910a: Layer already exists [2021-02-08T20:00:53.596Z] 80ff4ab2dee4: Layer already exists [2021-02-08T20:00:53.859Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:00:53.859Z] 8eaaef737ae8: Pushed [2021-02-08T20:00:54.435Z] 05af9ecf374c: Pushed [2021-02-08T20:00:55.379Z] 3f449da1ba1c: Pushed [2021-02-08T20:00:55.821Z] Collecting docopt<0.7,>=0.6.1 [2021-02-08T20:00:55.821Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-08T20:00:58.526Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-08T20:00:59.144Z] Collecting docker-pycreds>=0.4.0 [2021-02-08T20:00:59.423Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-08T20:01:00.417Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-08T20:01:00.701Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-08T20:01:00.984Z] Collecting idna<2.8,>=2.5 [2021-02-08T20:01:00.984Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-08T20:01:01.593Z] Collecting certifi>=2017.4.17 [2021-02-08T20:01:01.888Z] Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) [2021-02-08T20:01:02.176Z] Collecting chardet<3.1.0,>=3.0.2 [2021-02-08T20:01:02.176Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-02-08T20:01:02.458Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T20:01:02.458Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T20:01:02.458Z] ---> d5bc97a420a2 [2021-02-08T20:01:02.458Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T20:01:02.458Z] ---> Using cache [2021-02-08T20:01:02.458Z] ---> 16390b2bd613 [2021-02-08T20:01:02.458Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T20:01:02.458Z] ---> Using cache [2021-02-08T20:01:02.458Z] ---> a9ad43fcdc76 [2021-02-08T20:01:02.458Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-02-08T20:01:03.472Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-02-08T20:01:03.472Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-02-08T20:01:03.472Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-02-08T20:01:03.472Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-02-08T20:01:03.561Z] 716661c91a93: Pushed [2021-02-08T20:01:03.561Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:18cd168b78e9ea65d5cd1dc202547429f3bfc09f285116e8249d99f1c4ed6ab5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:01:03.866Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:01:04.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1 [2021-02-08T20:01:04.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T20:01:04.166Z] 15569ec4a30f: Preparing [2021-02-08T20:01:04.166Z] 3f449da1ba1c: Preparing [2021-02-08T20:01:04.166Z] 716661c91a93: Preparing [2021-02-08T20:01:04.166Z] d30fff5a52f8: Preparing [2021-02-08T20:01:04.166Z] 0aae00506c5f: Preparing [2021-02-08T20:01:04.166Z] 05af9ecf374c: Preparing [2021-02-08T20:01:04.166Z] 8eaaef737ae8: Preparing [2021-02-08T20:01:04.166Z] 7115cfc5cd71: Preparing [2021-02-08T20:01:04.166Z] f79287729399: Preparing [2021-02-08T20:01:04.166Z] 7ef6e2d83150: Preparing [2021-02-08T20:01:04.166Z] 96398d4a2328: Preparing [2021-02-08T20:01:04.166Z] 48ad9ebc910a: Preparing [2021-02-08T20:01:04.166Z] 80ff4ab2dee4: Preparing [2021-02-08T20:01:04.166Z] 1119ff37d4a9: Preparing [2021-02-08T20:01:04.166Z] f79287729399: Waiting [2021-02-08T20:01:04.166Z] 7ef6e2d83150: Waiting [2021-02-08T20:01:04.166Z] 96398d4a2328: Waiting [2021-02-08T20:01:04.166Z] 48ad9ebc910a: Waiting [2021-02-08T20:01:04.166Z] 80ff4ab2dee4: Waiting [2021-02-08T20:01:04.166Z] 1119ff37d4a9: Waiting [2021-02-08T20:01:04.166Z] 05af9ecf374c: Waiting [2021-02-08T20:01:04.166Z] 8eaaef737ae8: Waiting [2021-02-08T20:01:04.166Z] 7115cfc5cd71: Waiting [2021-02-08T20:01:04.166Z] 15569ec4a30f: Layer already exists [2021-02-08T20:01:04.166Z] 3f449da1ba1c: Layer already exists [2021-02-08T20:01:04.166Z] d30fff5a52f8: Layer already exists [2021-02-08T20:01:04.166Z] 0aae00506c5f: Layer already exists [2021-02-08T20:01:04.166Z] 716661c91a93: Layer already exists [2021-02-08T20:01:04.166Z] 05af9ecf374c: Layer already exists [2021-02-08T20:01:04.166Z] 8eaaef737ae8: Layer already exists [2021-02-08T20:01:04.166Z] 7115cfc5cd71: Layer already exists [2021-02-08T20:01:04.166Z] f79287729399: Layer already exists [2021-02-08T20:01:04.166Z] 7ef6e2d83150: Layer already exists [2021-02-08T20:01:04.166Z] 96398d4a2328: Layer already exists [2021-02-08T20:01:04.166Z] 48ad9ebc910a: Layer already exists [2021-02-08T20:01:04.166Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:01:04.166Z] 80ff4ab2dee4: Layer already exists [2021-02-08T20:01:04.166Z] 1.3.1: digest: sha256:18cd168b78e9ea65d5cd1dc202547429f3bfc09f285116e8249d99f1c4ed6ab5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:01:04.473Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-02-08T20:01:04.473Z] Attempting uninstall: urllib3 [2021-02-08T20:01:04.473Z] Found existing installation: urllib3 1.26.2 [2021-02-08T20:01:04.473Z] Uninstalling urllib3-1.26.2: [2021-02-08T20:01:04.581Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:01:04.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:01:04.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T20:01:04.903Z] 15569ec4a30f: Preparing [2021-02-08T20:01:04.903Z] 3f449da1ba1c: Preparing [2021-02-08T20:01:04.903Z] 716661c91a93: Preparing [2021-02-08T20:01:04.903Z] d30fff5a52f8: Preparing [2021-02-08T20:01:04.903Z] 0aae00506c5f: Preparing [2021-02-08T20:01:04.903Z] 05af9ecf374c: Preparing [2021-02-08T20:01:04.903Z] 8eaaef737ae8: Preparing [2021-02-08T20:01:04.903Z] 7115cfc5cd71: Preparing [2021-02-08T20:01:04.903Z] f79287729399: Preparing [2021-02-08T20:01:04.903Z] 7ef6e2d83150: Preparing [2021-02-08T20:01:04.903Z] 96398d4a2328: Preparing [2021-02-08T20:01:04.903Z] 48ad9ebc910a: Preparing [2021-02-08T20:01:04.903Z] 80ff4ab2dee4: Preparing [2021-02-08T20:01:04.903Z] 1119ff37d4a9: Preparing [2021-02-08T20:01:04.903Z] f79287729399: Waiting [2021-02-08T20:01:04.903Z] 48ad9ebc910a: Waiting [2021-02-08T20:01:04.903Z] 80ff4ab2dee4: Waiting [2021-02-08T20:01:04.903Z] 1119ff37d4a9: Waiting [2021-02-08T20:01:04.903Z] 7ef6e2d83150: Waiting [2021-02-08T20:01:04.903Z] 96398d4a2328: Waiting [2021-02-08T20:01:04.903Z] 05af9ecf374c: Waiting [2021-02-08T20:01:04.903Z] 8eaaef737ae8: Waiting [2021-02-08T20:01:04.903Z] 7115cfc5cd71: Waiting [2021-02-08T20:01:04.903Z] 15569ec4a30f: Layer already exists [2021-02-08T20:01:04.903Z] 3f449da1ba1c: Layer already exists [2021-02-08T20:01:04.903Z] 716661c91a93: Layer already exists [2021-02-08T20:01:04.903Z] 0aae00506c5f: Layer already exists [2021-02-08T20:01:04.903Z] d30fff5a52f8: Layer already exists [2021-02-08T20:01:04.903Z] 8eaaef737ae8: Layer already exists [2021-02-08T20:01:04.903Z] 05af9ecf374c: Layer already exists [2021-02-08T20:01:04.903Z] 7ef6e2d83150: Layer already exists [2021-02-08T20:01:04.903Z] f79287729399: Layer already exists [2021-02-08T20:01:04.903Z] 96398d4a2328: Layer already exists [2021-02-08T20:01:04.903Z] 48ad9ebc910a: Layer already exists [2021-02-08T20:01:04.903Z] 7115cfc5cd71: Layer already exists [2021-02-08T20:01:04.903Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:01:04.903Z] 80ff4ab2dee4: Layer already exists [2021-02-08T20:01:04.903Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:18cd168b78e9ea65d5cd1dc202547429f3bfc09f285116e8249d99f1c4ed6ab5 size: 3253 [2021-02-08T20:01:05.082Z] Successfully uninstalled urllib3-1.26.2 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:01:05.365Z] ---> Running in adc15d1657ed [2021-02-08T20:01:05.365Z] Attempting uninstall: idna [2021-02-08T20:01:05.365Z] Found existing installation: idna 3.1 [2021-02-08T20:01:05.365Z] Uninstalling idna-3.1: [2021-02-08T20:01:05.466Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:01:05.647Z] Successfully uninstalled idna-3.1 [2021-02-08T20:01:05.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [2021-02-08T20:01:05.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T20:01:05.763Z] 15569ec4a30f: Preparing [2021-02-08T20:01:05.763Z] 3f449da1ba1c: Preparing [2021-02-08T20:01:05.763Z] 716661c91a93: Preparing [2021-02-08T20:01:05.763Z] d30fff5a52f8: Preparing [2021-02-08T20:01:05.763Z] 0aae00506c5f: Preparing [2021-02-08T20:01:05.763Z] 05af9ecf374c: Preparing [2021-02-08T20:01:05.763Z] 8eaaef737ae8: Preparing [2021-02-08T20:01:05.763Z] 7115cfc5cd71: Preparing [2021-02-08T20:01:05.763Z] f79287729399: Preparing [2021-02-08T20:01:05.763Z] 7ef6e2d83150: Preparing [2021-02-08T20:01:05.763Z] 96398d4a2328: Preparing [2021-02-08T20:01:05.763Z] 48ad9ebc910a: Preparing [2021-02-08T20:01:05.763Z] 80ff4ab2dee4: Preparing [2021-02-08T20:01:05.763Z] 1119ff37d4a9: Preparing [2021-02-08T20:01:05.763Z] f79287729399: Waiting [2021-02-08T20:01:05.763Z] 7ef6e2d83150: Waiting [2021-02-08T20:01:05.763Z] 96398d4a2328: Waiting [2021-02-08T20:01:05.763Z] 48ad9ebc910a: Waiting [2021-02-08T20:01:05.763Z] 80ff4ab2dee4: Waiting [2021-02-08T20:01:05.763Z] 1119ff37d4a9: Waiting [2021-02-08T20:01:05.763Z] 05af9ecf374c: Waiting [2021-02-08T20:01:05.763Z] 8eaaef737ae8: Waiting [2021-02-08T20:01:05.763Z] 7115cfc5cd71: Waiting [2021-02-08T20:01:05.763Z] d30fff5a52f8: Layer already exists [2021-02-08T20:01:05.763Z] 716661c91a93: Layer already exists [2021-02-08T20:01:05.763Z] 3f449da1ba1c: Layer already exists [2021-02-08T20:01:05.763Z] 15569ec4a30f: Layer already exists [2021-02-08T20:01:05.763Z] 0aae00506c5f: Layer already exists [2021-02-08T20:01:05.763Z] 05af9ecf374c: Layer already exists [2021-02-08T20:01:05.763Z] 8eaaef737ae8: Layer already exists [2021-02-08T20:01:05.763Z] f79287729399: Layer already exists [2021-02-08T20:01:05.763Z] 7115cfc5cd71: Layer already exists [2021-02-08T20:01:05.763Z] 7ef6e2d83150: Layer already exists [2021-02-08T20:01:05.763Z] 96398d4a2328: Layer already exists [2021-02-08T20:01:05.763Z] 48ad9ebc910a: Layer already exists [2021-02-08T20:01:05.763Z] 1119ff37d4a9: Layer already exists [2021-02-08T20:01:05.763Z] 80ff4ab2dee4: Layer already exists [2021-02-08T20:01:05.763Z] hanoi: digest: sha256:18cd168b78e9ea65d5cd1dc202547429f3bfc09f285116e8249d99f1c4ed6ab5 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-08T20:01:05.941Z] ---> acaf5f7cd789 [2021-02-08T20:01:05.941Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [Pipeline] echo [2021-02-08T20:01:05.966Z] ===================================================== [Pipeline] echo [2021-02-08T20:01:06.016Z] taggedImages: [2021-02-08T20:01:06.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:01:06.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1 [2021-02-08T20:01:06.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:01:06.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-08T20:01:06.231Z] ---> Running in 303593f98820 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-02-08T20:01:06.507Z] Attempting uninstall: chardet [2021-02-08T20:01:06.507Z] Found existing installation: chardet 4.0.0 [2021-02-08T20:01:06.507Z] Uninstalling chardet-4.0.0: [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-08T20:01:07.107Z] Successfully uninstalled chardet-4.0.0 [2021-02-08T20:01:07.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T20:01:08.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-08T20:01:08.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T20:01:08.677Z] Attempting uninstall: requests [2021-02-08T20:01:08.677Z] Found existing installation: requests 2.25.1 [2021-02-08T20:01:08.677Z] Uninstalling requests-2.25.1: [2021-02-08T20:01:08.953Z] Successfully uninstalled requests-2.25.1 [2021-02-08T20:01:09.550Z] Running setup.py install for texttable: started [2021-02-08T20:01:09.550Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T20:01:09.550Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T20:01:09.550Z] OK: 12622 distinct packages available [2021-02-08T20:01:10.544Z] OK: 217 MiB in 51 packages [2021-02-08T20:01:11.537Z] OK: 217 MiB in 51 packages [2021-02-08T20:01:12.162Z] Running setup.py install for texttable: finished with status 'done' [2021-02-08T20:01:12.162Z] Running setup.py install for PyYAML: started [2021-02-08T20:01:13.155Z] Removing intermediate container adc15d1657ed [2021-02-08T20:01:13.155Z] ---> 364da15e3a10 [2021-02-08T20:01:13.155Z] Step 6/22 : COPY go.mod . [2021-02-08T20:01:14.149Z] ---> 4c0785be943c [2021-02-08T20:01:14.150Z] Step 7/22 : RUN go mod download [2021-02-08T20:01:14.420Z] ---> Running in e9961fe5e2ec [2021-02-08T20:01:15.861Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-08T20:01:16.138Z] Running setup.py install for docopt: started [2021-02-08T20:01:18.792Z] Removing intermediate container e9961fe5e2ec [2021-02-08T20:01:18.792Z] ---> ad9bf32d94ea [2021-02-08T20:01:18.792Z] Step 8/22 : COPY . . [2021-02-08T20:01:19.086Z] Running setup.py install for docopt: finished with status 'done' [2021-02-08T20:01:19.365Z] Running setup.py install for dockerpty: started [2021-02-08T20:01:22.776Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-08T20:01:24.789Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2020.12.5 chardet-3.0.4 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 [2021-02-08T20:01:31.563Z] ---> c3439784b6ed [2021-02-08T20:01:31.563Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-02-08T20:01:31.853Z] ---> Running in 73debe02522c [2021-02-08T20:01:33.881Z] Removing intermediate container e61be710f3e6 [2021-02-08T20:01:33.882Z] ---> 6115293983ee [2021-02-08T20:01:33.882Z] Step 22/27 : RUN apk --no-cache add curl [2021-02-08T20:01:34.155Z] ---> Running in eb57f3f534bc [2021-02-08T20:01:34.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-08T20:01:36.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-08T20:01:36.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-08T20:01:37.444Z] (1/4) Installing brotli-libs (1.0.9-r3) [2021-02-08T20:01:37.444Z] (2/4) Installing nghttp2-libs (1.42.0-r1) [2021-02-08T20:01:37.444Z] (3/4) Installing libcurl (7.74.0-r0) [2021-02-08T20:01:37.444Z] (4/4) Installing curl (7.74.0-r0) [2021-02-08T20:01:37.722Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T20:01:37.722Z] OK: 81 MiB in 58 packages [2021-02-08T20:01:39.723Z] Removing intermediate container eb57f3f534bc [2021-02-08T20:01:39.723Z] ---> f904d2a6d218 [2021-02-08T20:01:39.723Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-08T20:01:39.723Z] ---> Running in 5a6ce28dc14c [2021-02-08T20:01:40.324Z] Removing intermediate container 5a6ce28dc14c [2021-02-08T20:01:40.324Z] ---> c1e5a2518074 [2021-02-08T20:01:40.325Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T20:01:40.601Z] ---> Running in 6a0ea2e1d8fb [2021-02-08T20:01:41.205Z] Removing intermediate container 6a0ea2e1d8fb [2021-02-08T20:01:41.205Z] ---> 8640e5ed9142 [2021-02-08T20:01:41.205Z] Step 25/27 : LABEL arch=arm64 [2021-02-08T20:01:41.481Z] ---> Running in 5f2094adaf9f [2021-02-08T20:01:42.110Z] Removing intermediate container 5f2094adaf9f [2021-02-08T20:01:42.110Z] ---> 148a56eeaf49 [2021-02-08T20:01:42.110Z] Step 26/27 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:01:42.387Z] ---> Running in 57ac4fa6858c [2021-02-08T20:01:42.993Z] Removing intermediate container 57ac4fa6858c [2021-02-08T20:01:42.993Z] ---> 897947dd46a5 [2021-02-08T20:01:42.993Z] Step 27/27 : LABEL version=1.3.1 [2021-02-08T20:01:42.993Z] ---> Running in ac074c077f3c [2021-02-08T20:01:43.596Z] Removing intermediate container ac074c077f3c [2021-02-08T20:01:43.596Z] ---> 28323ab7b7c8 [2021-02-08T20:01:43.596Z] [2021-02-08T20:01:44.201Z] Successfully built 28323ab7b7c8 [2021-02-08T20:01:44.201Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-08T20:01:44.201Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2021-02-08T20:01:59.478Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T20:01:59.478Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T20:01:59.478Z] ---> d5bc97a420a2 [2021-02-08T20:01:59.478Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T20:01:59.478Z] ---> Using cache [2021-02-08T20:01:59.478Z] ---> 16390b2bd613 [2021-02-08T20:01:59.478Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T20:01:59.478Z] ---> Using cache [2021-02-08T20:01:59.478Z] ---> a9ad43fcdc76 [2021-02-08T20:01:59.478Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-02-08T20:02:00.462Z] ---> Running in 6e111d0dde96 [2021-02-08T20:02:00.744Z] Removing intermediate container 760f9674249e [2021-02-08T20:02:00.744Z] ---> e820810f6cc3 [2021-02-08T20:02:00.744Z] [2021-02-08T20:02:00.744Z] Step 10/20 : FROM alpine [2021-02-08T20:02:00.744Z] ---> 85b71a783ad3 [2021-02-08T20:02:00.744Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-02-08T20:02:01.023Z] ---> Running in b77f33c040ba [2021-02-08T20:02:03.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T20:02:03.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-08T20:02:03.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T20:02:03.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-08T20:02:05.066Z] v3.13.1-72-gf690a52a0e [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-08T20:02:05.066Z] v3.13.1-75-gdb9e4d32f1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-08T20:02:05.066Z] OK: 13724 distinct packages available [2021-02-08T20:02:05.066Z] v3.12.3-92-g1b6c7c3019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-08T20:02:05.066Z] v3.12.3-91-g7b5da20b9f [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-08T20:02:05.066Z] OK: 12622 distinct packages available [2021-02-08T20:02:05.666Z] (1/5) Installing ca-certificates (20191127-r5) [2021-02-08T20:02:05.945Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-02-08T20:02:06.223Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-02-08T20:02:06.223Z] OK: 217 MiB in 51 packages [2021-02-08T20:02:06.223Z] (4/5) Installing libcurl (7.74.0-r0) [2021-02-08T20:02:06.223Z] (5/5) Installing curl (7.74.0-r0) [2021-02-08T20:02:06.499Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T20:02:06.499Z] Executing ca-certificates-20191127-r5.trigger [2021-02-08T20:02:07.108Z] OK: 8 MiB in 19 packages [2021-02-08T20:02:08.568Z] Removing intermediate container 6e111d0dde96 [2021-02-08T20:02:08.568Z] ---> 68a56f18b694 [2021-02-08T20:02:08.568Z] Step 6/24 : COPY go.mod . [2021-02-08T20:02:10.038Z] ---> 8514c291127a [2021-02-08T20:02:10.314Z] Step 7/24 : RUN go mod download [2021-02-08T20:02:10.314Z] Removing intermediate container b77f33c040ba [2021-02-08T20:02:10.314Z] ---> 14eb942731e7 [2021-02-08T20:02:10.314Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T20:02:10.603Z] ---> Running in bfdaaf51435d [2021-02-08T20:02:10.603Z] ---> Running in bbaf8e4eb2a5 [2021-02-08T20:02:11.606Z] Removing intermediate container bbaf8e4eb2a5 [2021-02-08T20:02:11.606Z] ---> 0f0e00eaf234 [2021-02-08T20:02:11.606Z] Step 13/20 : WORKDIR /edgex [2021-02-08T20:02:11.606Z] ---> Running in 5e15c09628c3 [2021-02-08T20:02:12.600Z] Removing intermediate container 5e15c09628c3 [2021-02-08T20:02:12.600Z] ---> dd2ead7727bb [2021-02-08T20:02:12.600Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-08T20:02:14.064Z] ---> eaf9acebc087 [2021-02-08T20:02:14.064Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-08T20:02:16.082Z] ---> 05feb37fd51e [2021-02-08T20:02:16.082Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-08T20:02:16.082Z] Removing intermediate container bfdaaf51435d [2021-02-08T20:02:16.082Z] ---> 4227b2cbb54b [2021-02-08T20:02:16.082Z] Step 8/24 : COPY . . [2021-02-08T20:02:16.082Z] ---> Running in 2b76a611577b [2021-02-08T20:02:17.081Z] Removing intermediate container 2b76a611577b [2021-02-08T20:02:17.081Z] ---> fd5874531199 [2021-02-08T20:02:17.081Z] Step 17/20 : CMD ["--init=true"] [2021-02-08T20:02:17.371Z] ---> Running in ce2c61a2a6e4 [2021-02-08T20:02:17.987Z] Removing intermediate container ce2c61a2a6e4 [2021-02-08T20:02:17.987Z] ---> dfd3071b7a1f [2021-02-08T20:02:17.987Z] Step 18/20 : LABEL arch=arm64 [2021-02-08T20:02:18.608Z] ---> Running in 1219d4829fa3 [2021-02-08T20:02:19.624Z] Removing intermediate container 1219d4829fa3 [2021-02-08T20:02:19.624Z] ---> acfe435164d0 [2021-02-08T20:02:19.624Z] Step 19/20 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:02:20.626Z] ---> Running in 5dd081ec5ccb [2021-02-08T20:02:21.617Z] Removing intermediate container 5dd081ec5ccb [2021-02-08T20:02:21.617Z] ---> f5f42b5ada34 [2021-02-08T20:02:21.617Z] Step 20/20 : LABEL version=1.3.1 [2021-02-08T20:02:21.897Z] ---> Running in ff511b92037d [2021-02-08T20:02:22.890Z] Removing intermediate container ff511b92037d [2021-02-08T20:02:22.890Z] ---> 72bc587d2c05 [2021-02-08T20:02:22.890Z] [2021-02-08T20:02:23.494Z] Successfully built 72bc587d2c05 [2021-02-08T20:02:23.494Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-08T20:02:23.494Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-02-08T20:02:33.677Z] ---> 3b97636ca3df [2021-02-08T20:02:33.677Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-02-08T20:02:33.677Z] Removing intermediate container 303593f98820 [2021-02-08T20:02:33.677Z] ---> 8c63edb102e1 [2021-02-08T20:02:33.677Z] [2021-02-08T20:02:33.677Z] Step 9/29 : FROM alpine:latest [2021-02-08T20:02:33.677Z] ---> 85b71a783ad3 [2021-02-08T20:02:33.677Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-02-08T20:02:33.677Z] ---> Running in 50952dcbb830 [2021-02-08T20:02:33.677Z] ---> Running in e25dd88d0c59 [2021-02-08T20:02:33.677Z] Removing intermediate container 70d89ae44b7e [2021-02-08T20:02:33.677Z] ---> aa8f1f9a2967 [2021-02-08T20:02:33.677Z] [2021-02-08T20:02:33.677Z] Step 10/22 : FROM scratch [2021-02-08T20:02:33.677Z] ---> [2021-02-08T20:02:33.677Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T20:02:33.955Z] ---> Using cache [2021-02-08T20:02:33.955Z] ---> 83accd0ae7fc [2021-02-08T20:02:33.955Z] Step 12/22 : ENV APP_PORT=48082 [2021-02-08T20:02:34.573Z] Removing intermediate container 50952dcbb830 [2021-02-08T20:02:34.573Z] ---> 3ae0bc38b000 [2021-02-08T20:02:34.573Z] Step 11/29 : USER root [2021-02-08T20:02:34.573Z] ---> Running in f442df05bd2d [2021-02-08T20:02:34.573Z] ---> Running in fd7b80260134 [2021-02-08T20:02:34.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-08T20:02:35.868Z] Removing intermediate container fd7b80260134 [2021-02-08T20:02:35.868Z] ---> 265950b5d2d8 [2021-02-08T20:02:35.868Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-02-08T20:02:35.868Z] Removing intermediate container f442df05bd2d [2021-02-08T20:02:35.868Z] ---> 5bf734a35ddc [2021-02-08T20:02:35.868Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-08T20:02:35.868Z] ---> Running in ab6787bc540b [2021-02-08T20:02:36.144Z] ---> Running in 16ba71616416 [2021-02-08T20:02:37.139Z] Removing intermediate container ab6787bc540b [2021-02-08T20:02:37.139Z] ---> 250feb6731ab [2021-02-08T20:02:37.139Z] Step 14/22 : WORKDIR / [2021-02-08T20:02:37.416Z] ---> Running in 9c5fd78c2248 [2021-02-08T20:02:38.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-08T20:02:38.403Z] Removing intermediate container 9c5fd78c2248 [2021-02-08T20:02:38.403Z] ---> 667d8b07ba54 [2021-02-08T20:02:38.403Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-02-08T20:02:38.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-08T20:02:39.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-08T20:02:39.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T20:02:39.676Z] ---> d5bc97a420a2 [2021-02-08T20:02:39.676Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T20:02:39.676Z] ---> Using cache [2021-02-08T20:02:39.676Z] ---> 16390b2bd613 [2021-02-08T20:02:39.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T20:02:39.676Z] ---> Using cache [2021-02-08T20:02:39.676Z] ---> a9ad43fcdc76 [2021-02-08T20:02:39.676Z] Step 5/22 : RUN apk update && apk add make git [2021-02-08T20:02:39.676Z] ---> Using cache [2021-02-08T20:02:39.676Z] ---> 54b6a62c83ee [2021-02-08T20:02:39.676Z] Step 6/22 : COPY go.mod . [2021-02-08T20:02:39.676Z] ---> Using cache [2021-02-08T20:02:39.676Z] ---> 8d77a7a27ef8 [2021-02-08T20:02:39.676Z] v3.13.1-72-gf690a52a0e [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-08T20:02:39.676Z] v3.13.1-75-gdb9e4d32f1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-08T20:02:39.676Z] OK: 13724 distinct packages available [2021-02-08T20:02:39.676Z] Step 7/22 : RUN go mod download [2021-02-08T20:02:39.676Z] ---> Using cache [2021-02-08T20:02:39.676Z] ---> 211c49ac506e [2021-02-08T20:02:39.676Z] Step 8/22 : COPY . . [2021-02-08T20:02:39.676Z] ---> Using cache [2021-02-08T20:02:39.973Z] ---> 8272cd288243 [2021-02-08T20:02:39.973Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-02-08T20:02:39.973Z] ---> ef9028a1a1a7 [2021-02-08T20:02:39.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-08T20:02:39.973Z] ---> Running in da085b18f807 [2021-02-08T20:02:40.595Z] (1/2) Installing ca-certificates (20191127-r5) [2021-02-08T20:02:40.878Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-02-08T20:02:40.878Z] Executing busybox-1.32.1-r2.trigger [2021-02-08T20:02:40.878Z] Executing ca-certificates-20191127-r5.trigger [2021-02-08T20:02:41.485Z] OK: 6 MiB in 16 packages [2021-02-08T20:02:42.492Z] ---> 3b89c7c1d431 [2021-02-08T20:02:42.492Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-08T20:02:42.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-08T20:02:44.228Z] Removing intermediate container 16ba71616416 [2021-02-08T20:02:44.228Z] ---> 00448e589d26 [2021-02-08T20:02:44.228Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-02-08T20:02:44.513Z] ---> 4d694c3b5c41 [2021-02-08T20:02:44.513Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-02-08T20:02:44.513Z] ---> Running in a5d42b3c248e [2021-02-08T20:02:44.792Z] ---> Running in 68f0d45d73b8 [2021-02-08T20:02:45.399Z] Removing intermediate container a5d42b3c248e [2021-02-08T20:02:45.399Z] ---> b9aaf65d21ef [2021-02-08T20:02:45.399Z] Step 14/29 : WORKDIR $BASE_DIR [2021-02-08T20:02:45.399Z] Removing intermediate container 68f0d45d73b8 [2021-02-08T20:02:45.399Z] ---> ea2cdd1a28c0 [2021-02-08T20:02:45.399Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T20:02:45.684Z] ---> Running in ca67724eeb4c [2021-02-08T20:02:45.684Z] ---> Running in 4bbf0c3b25aa [2021-02-08T20:02:46.296Z] Removing intermediate container ca67724eeb4c [2021-02-08T20:02:46.296Z] ---> 67be35ea483d [2021-02-08T20:02:46.296Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-02-08T20:02:46.579Z] Removing intermediate container 4bbf0c3b25aa [2021-02-08T20:02:46.579Z] ---> ee3098c70574 [2021-02-08T20:02:46.579Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T20:02:46.579Z] ---> Running in c330efe30b7f [2021-02-08T20:02:46.872Z] ---> Running in 5e98bfe5b0ba [2021-02-08T20:02:47.482Z] Removing intermediate container 5e98bfe5b0ba [2021-02-08T20:02:47.482Z] ---> 47b5d7082fc6 [2021-02-08T20:02:47.482Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:02:47.758Z] ---> Running in 987a80e7eb7a [2021-02-08T20:02:48.753Z] Removing intermediate container 987a80e7eb7a [2021-02-08T20:02:48.753Z] ---> ad342cc47b10 [2021-02-08T20:02:48.753Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T20:02:48.753Z] ---> Running in cde6826ef82f [2021-02-08T20:02:49.751Z] Removing intermediate container cde6826ef82f [2021-02-08T20:02:49.751Z] ---> 81638cfaf369 [2021-02-08T20:02:49.751Z] [2021-02-08T20:02:50.026Z] Successfully built 81638cfaf369 [2021-02-08T20:02:50.305Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-08T20:02:50.906Z]  Building docker-core-command-go ... done Removing intermediate container c330efe30b7f [2021-02-08T20:02:50.906Z] ---> 96153a75eff5 [2021-02-08T20:02:50.906Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-02-08T20:02:52.900Z] ---> 305e5a1f0539 [2021-02-08T20:02:52.900Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-02-08T20:02:54.902Z] ---> 661456151b3b [2021-02-08T20:02:54.902Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-02-08T20:02:55.905Z] Removing intermediate container 73debe02522c [2021-02-08T20:02:55.905Z] ---> 399a15d54dff [2021-02-08T20:02:55.905Z] [2021-02-08T20:02:55.905Z] Step 10/22 : FROM scratch [2021-02-08T20:02:55.905Z] ---> [2021-02-08T20:02:55.905Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-08T20:02:56.198Z] ---> Running in f755a0bf9c54 [2021-02-08T20:02:56.483Z] ---> e61a7f87c592 [2021-02-08T20:02:56.483Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-02-08T20:02:57.098Z] Removing intermediate container f755a0bf9c54 [2021-02-08T20:02:57.098Z] ---> 87663917871c [2021-02-08T20:02:57.098Z] Step 12/22 : ENV APP_PORT=48061 [2021-02-08T20:02:57.098Z] ---> Running in 12e3b6cc6475 [2021-02-08T20:02:57.701Z] ---> 3535fd062ef2 [2021-02-08T20:02:57.701Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-02-08T20:02:57.973Z] Removing intermediate container 12e3b6cc6475 [2021-02-08T20:02:57.973Z] ---> 8b6368eb7476 [2021-02-08T20:02:57.973Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-08T20:02:58.246Z] ---> Running in c5ab782efc5f [2021-02-08T20:02:58.843Z] ---> 1a585d861d9e [2021-02-08T20:02:58.843Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-02-08T20:02:59.123Z] ---> Running in 0c98b9c60980 [2021-02-08T20:02:59.123Z] Removing intermediate container c5ab782efc5f [2021-02-08T20:02:59.123Z] ---> 94c384ce0744 [2021-02-08T20:02:59.123Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-02-08T20:03:00.584Z] ---> ad087ab0df50 [2021-02-08T20:03:00.584Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-02-08T20:03:02.032Z] ---> 436dcaccc234 [2021-02-08T20:03:02.032Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-02-08T20:03:03.160Z] Removing intermediate container 0c98b9c60980 [2021-02-08T20:03:03.160Z] ---> bd926bcf590c [2021-02-08T20:03:03.160Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T20:03:04.236Z] ---> 7f288112ffca [2021-02-08T20:03:04.236Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-02-08T20:03:04.863Z] ---> 0b97355cf8b4 [2021-02-08T20:03:04.863Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-08T20:03:05.148Z] ---> Running in dda32b228fa2 [2021-02-08T20:03:05.773Z] ---> fee3aa1bbae8 [2021-02-08T20:03:05.773Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-02-08T20:03:06.046Z] ---> Running in 13733e80d573 [2021-02-08T20:03:07.026Z] Removing intermediate container 13733e80d573 [2021-02-08T20:03:07.026Z] ---> ae4192116caa [2021-02-08T20:03:07.026Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T20:03:07.026Z] ---> Running in 78fa8a307a41 [2021-02-08T20:03:08.011Z] Removing intermediate container 78fa8a307a41 [2021-02-08T20:03:08.011Z] ---> 811b04a1bd18 [2021-02-08T20:03:08.011Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T20:03:08.011Z] ---> Running in e8841d8f4821 [2021-02-08T20:03:08.998Z] Removing intermediate container e8841d8f4821 [2021-02-08T20:03:08.998Z] ---> ca7650f92549 [2021-02-08T20:03:08.998Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:03:08.998Z] Removing intermediate container dda32b228fa2 [2021-02-08T20:03:08.998Z] ---> bbcd22c0a6b1 [2021-02-08T20:03:08.998Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-02-08T20:03:08.998Z] ---> Running in 72dbbfdc5533 [2021-02-08T20:03:08.998Z] ---> Running in 3e8aeeb4cf50 [2021-02-08T20:03:09.986Z] Removing intermediate container 72dbbfdc5533 [2021-02-08T20:03:09.986Z] ---> 3916a1f6b675 [2021-02-08T20:03:09.986Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T20:03:09.986Z] ---> Running in 6b4f6fa9b6b2 [2021-02-08T20:03:10.970Z] Removing intermediate container 6b4f6fa9b6b2 [2021-02-08T20:03:10.970Z] ---> 76bc136ab6d2 [2021-02-08T20:03:10.970Z] [2021-02-08T20:03:11.570Z] Successfully built 76bc136ab6d2 [2021-02-08T20:03:11.570Z] Successfully tagged docker-support-logging-go-arm64:latest [2021-02-08T20:03:13.013Z]  Building docker-support-logging-go ... done Removing intermediate container 3e8aeeb4cf50 [2021-02-08T20:03:13.013Z] ---> a73c1e1538f4 [2021-02-08T20:03:13.013Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T20:03:13.013Z] ---> Running in de26b035f3f9 [2021-02-08T20:03:13.996Z] Removing intermediate container de26b035f3f9 [2021-02-08T20:03:13.996Z] ---> f1d5c3908a05 [2021-02-08T20:03:13.996Z] Step 26/29 : CMD [ "generate" ] [2021-02-08T20:03:13.996Z] ---> Running in 76b4847d32db [2021-02-08T20:03:14.983Z] Removing intermediate container 76b4847d32db [2021-02-08T20:03:14.983Z] ---> 5249bb8e7a01 [2021-02-08T20:03:14.983Z] Step 27/29 : LABEL arch=arm64 [2021-02-08T20:03:14.983Z] ---> Running in 4fe577b577d0 [2021-02-08T20:03:15.594Z] Removing intermediate container 4fe577b577d0 [2021-02-08T20:03:15.594Z] ---> d5671721d6f4 [2021-02-08T20:03:15.594Z] Step 28/29 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:03:15.871Z] ---> Running in 55fb4b85cfc3 [2021-02-08T20:03:16.472Z] Removing intermediate container 55fb4b85cfc3 [2021-02-08T20:03:16.472Z] ---> 399c4152fe30 [2021-02-08T20:03:16.472Z] Step 29/29 : LABEL version=1.3.1 [2021-02-08T20:03:16.747Z] ---> Running in 37b5ed136ebf [2021-02-08T20:03:17.360Z] Removing intermediate container 37b5ed136ebf [2021-02-08T20:03:17.360Z] ---> 5a7b50a61b81 [2021-02-08T20:03:17.360Z] [2021-02-08T20:03:17.637Z] Successfully built 5a7b50a61b81 [2021-02-08T20:03:17.637Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2021-02-08T20:03:44.447Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container e25dd88d0c59 [2021-02-08T20:03:44.447Z] ---> 9e268d3a945d [2021-02-08T20:03:44.447Z] [2021-02-08T20:03:44.447Z] Step 10/24 : FROM scratch [2021-02-08T20:03:44.447Z] ---> [2021-02-08T20:03:44.447Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-08T20:03:44.447Z] ---> Using cache [2021-02-08T20:03:44.447Z] ---> 87663917871c [2021-02-08T20:03:44.447Z] Step 12/24 : ENV APP_PORT=48060 [2021-02-08T20:03:44.447Z] ---> Running in 36174a687245 [2021-02-08T20:03:44.447Z] Removing intermediate container 36174a687245 [2021-02-08T20:03:44.447Z] ---> e97b0a3b421f [2021-02-08T20:03:44.447Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-08T20:03:44.447Z] ---> Running in 8eaf4e1c0829 [2021-02-08T20:03:44.447Z] Removing intermediate container 8eaf4e1c0829 [2021-02-08T20:03:44.447Z] ---> 7b6d1533539c [2021-02-08T20:03:44.447Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-02-08T20:03:44.718Z] ---> 4055c420ee8b [2021-02-08T20:03:44.718Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-02-08T20:03:46.158Z] ---> 838753aeba34 [2021-02-08T20:03:46.158Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-02-08T20:03:47.607Z] ---> 2c1da4e00582 [2021-02-08T20:03:47.607Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-02-08T20:03:49.046Z] ---> 5b1037512ef2 [2021-02-08T20:03:49.046Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-08T20:03:50.474Z] ---> 838f7a661c6e [2021-02-08T20:03:50.474Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-08T20:03:50.474Z] Removing intermediate container da085b18f807 [2021-02-08T20:03:50.474Z] ---> b5a63c66f86b [2021-02-08T20:03:50.474Z] [2021-02-08T20:03:50.474Z] Step 10/22 : FROM scratch [2021-02-08T20:03:50.474Z] ---> [2021-02-08T20:03:50.474Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T20:03:50.474Z] ---> Using cache [2021-02-08T20:03:50.474Z] ---> 83accd0ae7fc [2021-02-08T20:03:50.474Z] Step 12/22 : ENV APP_PORT=48081 [2021-02-08T20:03:50.752Z] ---> Running in 06fd86bdb09c [2021-02-08T20:03:51.347Z] ---> db10de3009b7 [2021-02-08T20:03:51.347Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-02-08T20:03:51.347Z] Removing intermediate container 06fd86bdb09c [2021-02-08T20:03:51.347Z] ---> e31465f54400 [2021-02-08T20:03:51.347Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-08T20:03:51.347Z] ---> Running in d75978e1907b [2021-02-08T20:03:51.347Z] ---> Running in 69dd344733ac [2021-02-08T20:03:51.941Z] Removing intermediate container d75978e1907b [2021-02-08T20:03:51.941Z] Removing intermediate container 69dd344733ac [2021-02-08T20:03:51.941Z] ---> b7c37561e80d [2021-02-08T20:03:51.941Z] ---> 82066507f30b [2021-02-08T20:03:51.941Z] Step 14/22 : WORKDIR /Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T20:03:51.941Z] [2021-02-08T20:03:51.941Z] ---> Running in da99f1f5aded [2021-02-08T20:03:51.941Z] ---> Running in ba2bc4ea529c [2021-02-08T20:03:52.541Z] Removing intermediate container da99f1f5aded [2021-02-08T20:03:52.541Z] ---> a29f5c25f310 [2021-02-08T20:03:52.541Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-02-08T20:03:52.541Z] Removing intermediate container ba2bc4ea529c [2021-02-08T20:03:52.541Z] ---> c79ff708b997 [2021-02-08T20:03:52.541Z] Step 22/24 : LABEL arch=arm64 [2021-02-08T20:03:52.816Z] ---> Running in 2943abaad791 [2021-02-08T20:03:53.410Z] ---> f300d44bad98 [2021-02-08T20:03:53.410Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-08T20:03:53.410Z] Removing intermediate container 2943abaad791 [2021-02-08T20:03:53.410Z] ---> e811d4a14082 [2021-02-08T20:03:53.410Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:03:53.410Z] ---> Running in 681231bc9b66 [2021-02-08T20:03:54.004Z] Removing intermediate container 681231bc9b66 [2021-02-08T20:03:54.004Z] ---> 1bce496e8361 [2021-02-08T20:03:54.004Z] Step 24/24 : LABEL version=1.3.1 [2021-02-08T20:03:54.606Z] ---> Running in bc8327095b2f [2021-02-08T20:03:54.606Z] ---> 723d059b985b [2021-02-08T20:03:54.606Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-08T20:03:54.878Z] Removing intermediate container bc8327095b2f [2021-02-08T20:03:54.878Z] ---> c3e1f24c6d62 [2021-02-08T20:03:54.878Z] [2021-02-08T20:03:55.150Z] Successfully built c3e1f24c6d62 [2021-02-08T20:03:55.422Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-08T20:03:55.422Z]  Building docker-support-notifications-go ... done  ---> 94c5f65f2e81 [2021-02-08T20:03:55.422Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-02-08T20:03:55.695Z] ---> Running in 0ebf2c0fa67f [2021-02-08T20:03:55.969Z] Removing intermediate container 0ebf2c0fa67f [2021-02-08T20:03:55.969Z] ---> cf8748bdbb8f [2021-02-08T20:03:55.969Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T20:03:56.242Z] ---> Running in 51aecdbd2f07 [2021-02-08T20:03:56.515Z] Removing intermediate container 51aecdbd2f07 [2021-02-08T20:03:56.515Z] ---> c19f693fd36d [2021-02-08T20:03:56.515Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T20:03:56.791Z] ---> Running in ea3b596aa8be [2021-02-08T20:03:57.070Z] Removing intermediate container ea3b596aa8be [2021-02-08T20:03:57.070Z] ---> 120f38c8f2bd [2021-02-08T20:03:57.070Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:03:57.351Z] ---> Running in e0fd23a48e31 [2021-02-08T20:03:57.646Z] Removing intermediate container e0fd23a48e31 [2021-02-08T20:03:57.646Z] ---> 38dd6414452f [2021-02-08T20:03:57.646Z] Step 22/22 : LABEL version=1.3.1 [2021-02-08T20:03:57.929Z] ---> Running in cd86cdab95cb [2021-02-08T20:03:58.547Z] Removing intermediate container cd86cdab95cb [2021-02-08T20:03:58.547Z] ---> f4b29cf8d0a5 [2021-02-08T20:03:58.547Z] [2021-02-08T20:03:58.547Z] Successfully built f4b29cf8d0a5 [2021-02-08T20:03:58.547Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-08T20:03:59.161Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-08T20:03:59.167Z] $ docker stop --time=1 4d8ee768a90c6efc1507d56eb85c1222b8165393e6de49a6be613f8747d8f7d2 [2021-02-08T20:04:01.076Z] $ docker rm -f 4d8ee768a90c6efc1507d56eb85c1222b8165393e6de49a6be613f8747d8f7d2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T20:04:01.748Z] + docker images [2021-02-08T20:04:01.749Z] + grep docker [2021-02-08T20:04:02.029Z] docker-core-metadata-go-arm64 latest f4b29cf8d0a5 3 seconds ago 13.6MB [2021-02-08T20:04:02.029Z] docker-support-notifications-go-arm64 latest c3e1f24c6d62 7 seconds ago 12.9MB [2021-02-08T20:04:02.029Z] docker-security-secrets-setup-go-arm64 latest 5a7b50a61b81 44 seconds ago 22.7MB [2021-02-08T20:04:02.029Z] docker-support-logging-go-arm64 latest 76bc136ab6d2 51 seconds ago 10.6MB [2021-02-08T20:04:02.029Z] docker-core-command-go-arm64 latest 81638cfaf369 About a minute ago 11.3MB [2021-02-08T20:04:02.029Z] docker-security-proxy-setup-go-arm64 latest 72bc587d2c05 About a minute ago 15.9MB [2021-02-08T20:04:02.029Z] docker-sys-mgmt-agent-go-arm64 latest 28323ab7b7c8 2 minutes ago 313MB [2021-02-08T20:04:02.029Z] docker-core-data-go-arm64 latest 19def3d73474 3 minutes ago 22.4MB [2021-02-08T20:04:02.029Z] docker-security-secretstore-setup-go-arm64 latest 21ce95a2544b 3 minutes ago 23.5MB [2021-02-08T20:04:02.029Z] docker-support-scheduler-go-arm64 latest d04ef5b73e41 3 minutes ago 11.5MB [2021-02-08T20:04:02.029Z] docker-security-bootstrap-redis-go-arm64 latest d0dfcbe7a162 3 minutes ago 15.2MB [2021-02-08T20:04:02.029Z] docker latest c9ce399bb54c 6 days ago 229MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T20:04:02.619Z] provisioning config files... [2021-02-08T20:04:02.669Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6252093269921519480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:04:03.069Z] ---> docker-login.sh [2021-02-08T20:04:03.069Z] nexus3.edgexfoundry.org:10001 [2021-02-08T20:04:03.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:04:03.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:04:03.616Z] Configure a credential helper to remove this warning. See [2021-02-08T20:04:03.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:04:03.616Z] [2021-02-08T20:04:03.616Z] Login Succeeded [2021-02-08T20:04:03.616Z] nexus3.edgexfoundry.org:10002 [2021-02-08T20:04:03.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:04:04.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:04:04.158Z] Configure a credential helper to remove this warning. See [2021-02-08T20:04:04.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:04:04.158Z] [2021-02-08T20:04:04.158Z] Login Succeeded [2021-02-08T20:04:04.158Z] nexus3.edgexfoundry.org:10003 [2021-02-08T20:04:04.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:04:04.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:04:04.704Z] Configure a credential helper to remove this warning. See [2021-02-08T20:04:04.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:04:04.704Z] [2021-02-08T20:04:04.704Z] Login Succeeded [2021-02-08T20:04:04.704Z] nexus3.edgexfoundry.org:10004 [2021-02-08T20:04:04.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:04:05.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:04:05.246Z] Configure a credential helper to remove this warning. See [2021-02-08T20:04:05.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:04:05.246Z] [2021-02-08T20:04:05.246Z] Login Succeeded [2021-02-08T20:04:05.246Z] docker.io [2021-02-08T20:04:05.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T20:04:05.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T20:04:05.789Z] Configure a credential helper to remove this warning. See [2021-02-08T20:04:05.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T20:04:05.789Z] [2021-02-08T20:04:05.789Z] Login Succeeded [2021-02-08T20:04:05.789Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T20:04:05.807Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:06.086Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-08T20:04:06.086Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:06.086Z] 1.3.1 [2021-02-08T20:04:06.086Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:06.086Z] hanoi [2021-02-08T20:04:06.086Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:06.673Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:07.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:07.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T20:04:07.016Z] fba60ab580a9: Preparing [2021-02-08T20:04:07.016Z] 6ee4300f24d8: Preparing [2021-02-08T20:04:07.016Z] 5fb833cde43a: Preparing [2021-02-08T20:04:07.289Z] 5fb833cde43a: Pushed [2021-02-08T20:04:07.289Z] fba60ab580a9: Pushed [2021-02-08T20:04:09.904Z] 6ee4300f24d8: Pushed [2021-02-08T20:04:10.173Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:e717976977a432164493c0a029ed228426b7794f6816369b3d6c8a79346f6622 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:10.508Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:10.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1 [2021-02-08T20:04:10.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T20:04:10.878Z] fba60ab580a9: Preparing [2021-02-08T20:04:10.878Z] 6ee4300f24d8: Preparing [2021-02-08T20:04:10.878Z] 5fb833cde43a: Preparing [2021-02-08T20:04:11.151Z] fba60ab580a9: Layer already exists [2021-02-08T20:04:11.151Z] 5fb833cde43a: Layer already exists [2021-02-08T20:04:11.151Z] 6ee4300f24d8: Layer already exists [2021-02-08T20:04:11.151Z] 1.3.1: digest: sha256:e717976977a432164493c0a029ed228426b7794f6816369b3d6c8a79346f6622 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:11.527Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:11.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:11.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T20:04:11.875Z] fba60ab580a9: Preparing [2021-02-08T20:04:11.875Z] 6ee4300f24d8: Preparing [2021-02-08T20:04:11.875Z] 5fb833cde43a: Preparing [2021-02-08T20:04:11.875Z] 6ee4300f24d8: Layer already exists [2021-02-08T20:04:11.875Z] 5fb833cde43a: Layer already exists [2021-02-08T20:04:11.875Z] fba60ab580a9: Layer already exists [2021-02-08T20:04:12.146Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:e717976977a432164493c0a029ed228426b7794f6816369b3d6c8a79346f6622 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:12.498Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:12.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [2021-02-08T20:04:12.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T20:04:12.826Z] fba60ab580a9: Preparing [2021-02-08T20:04:12.826Z] 6ee4300f24d8: Preparing [2021-02-08T20:04:12.826Z] 5fb833cde43a: Preparing [2021-02-08T20:04:12.826Z] 6ee4300f24d8: Layer already exists [2021-02-08T20:04:12.826Z] fba60ab580a9: Layer already exists [2021-02-08T20:04:12.826Z] 5fb833cde43a: Layer already exists [2021-02-08T20:04:13.095Z] hanoi: digest: sha256:e717976977a432164493c0a029ed228426b7794f6816369b3d6c8a79346f6622 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:13.292Z] ===================================================== [Pipeline] echo [2021-02-08T20:04:13.356Z] taggedImages: [2021-02-08T20:04:13.356Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:13.356Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1 [2021-02-08T20:04:13.356Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:13.356Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:04:13.422Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-08T20:04:13.422Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:13.422Z] 1.3.1 [2021-02-08T20:04:13.422Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:13.422Z] hanoi [2021-02-08T20:04:13.422Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:13.966Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:14.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:14.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T20:04:14.330Z] 13f39aa4c251: Preparing [2021-02-08T20:04:14.330Z] 51754bb8cd78: Preparing [2021-02-08T20:04:14.330Z] 6357bd92b8b1: Preparing [2021-02-08T20:04:14.330Z] 1bb5318e183a: Preparing [2021-02-08T20:04:14.330Z] f843a0a0e436: Preparing [2021-02-08T20:04:14.330Z] bc1660ee1254: Preparing [2021-02-08T20:04:14.330Z] bc1660ee1254: Waiting [2021-02-08T20:04:14.607Z] 13f39aa4c251: Pushed [2021-02-08T20:04:14.607Z] f843a0a0e436: Pushed [2021-02-08T20:04:14.607Z] 6357bd92b8b1: Pushed [2021-02-08T20:04:14.607Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:15.205Z] 1bb5318e183a: Pushed [2021-02-08T20:04:18.578Z] 51754bb8cd78: Pushed [2021-02-08T20:04:18.578Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:771b2dbc95196ee032951db78d1150e80a504ca00130553274d74daa31fc994e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:18.918Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:19.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1 [2021-02-08T20:04:19.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T20:04:19.261Z] 13f39aa4c251: Preparing [2021-02-08T20:04:19.261Z] 51754bb8cd78: Preparing [2021-02-08T20:04:19.261Z] 6357bd92b8b1: Preparing [2021-02-08T20:04:19.261Z] 1bb5318e183a: Preparing [2021-02-08T20:04:19.261Z] f843a0a0e436: Preparing [2021-02-08T20:04:19.261Z] bc1660ee1254: Preparing [2021-02-08T20:04:19.261Z] bc1660ee1254: Waiting [2021-02-08T20:04:19.261Z] 1bb5318e183a: Layer already exists [2021-02-08T20:04:19.261Z] 6357bd92b8b1: Layer already exists [2021-02-08T20:04:19.261Z] 13f39aa4c251: Layer already exists [2021-02-08T20:04:19.532Z] f843a0a0e436: Layer already exists [2021-02-08T20:04:19.532Z] 51754bb8cd78: Layer already exists [2021-02-08T20:04:19.532Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:19.532Z] 1.3.1: digest: sha256:771b2dbc95196ee032951db78d1150e80a504ca00130553274d74daa31fc994e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:19.867Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:20.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:20.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T20:04:20.203Z] 13f39aa4c251: Preparing [2021-02-08T20:04:20.203Z] 51754bb8cd78: Preparing [2021-02-08T20:04:20.203Z] 6357bd92b8b1: Preparing [2021-02-08T20:04:20.203Z] 1bb5318e183a: Preparing [2021-02-08T20:04:20.203Z] f843a0a0e436: Preparing [2021-02-08T20:04:20.203Z] bc1660ee1254: Preparing [2021-02-08T20:04:20.203Z] bc1660ee1254: Waiting [2021-02-08T20:04:20.473Z] 13f39aa4c251: Layer already exists [2021-02-08T20:04:20.473Z] 51754bb8cd78: Layer already exists [2021-02-08T20:04:20.473Z] f843a0a0e436: Layer already exists [2021-02-08T20:04:20.473Z] 1bb5318e183a: Layer already exists [2021-02-08T20:04:20.473Z] 6357bd92b8b1: Layer already exists [2021-02-08T20:04:20.473Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:20.473Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:771b2dbc95196ee032951db78d1150e80a504ca00130553274d74daa31fc994e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:20.815Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:21.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [2021-02-08T20:04:21.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T20:04:21.154Z] 13f39aa4c251: Preparing [2021-02-08T20:04:21.154Z] 51754bb8cd78: Preparing [2021-02-08T20:04:21.154Z] 6357bd92b8b1: Preparing [2021-02-08T20:04:21.154Z] 1bb5318e183a: Preparing [2021-02-08T20:04:21.154Z] f843a0a0e436: Preparing [2021-02-08T20:04:21.154Z] bc1660ee1254: Preparing [2021-02-08T20:04:21.154Z] bc1660ee1254: Waiting [2021-02-08T20:04:21.154Z] 1bb5318e183a: Layer already exists [2021-02-08T20:04:21.154Z] 51754bb8cd78: Layer already exists [2021-02-08T20:04:21.154Z] 6357bd92b8b1: Layer already exists [2021-02-08T20:04:21.154Z] 13f39aa4c251: Layer already exists [2021-02-08T20:04:21.154Z] f843a0a0e436: Layer already exists [2021-02-08T20:04:21.423Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:21.423Z] hanoi: digest: sha256:771b2dbc95196ee032951db78d1150e80a504ca00130553274d74daa31fc994e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:21.688Z] ===================================================== [Pipeline] echo [2021-02-08T20:04:21.737Z] taggedImages: [2021-02-08T20:04:21.737Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:21.737Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1 [2021-02-08T20:04:21.737Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:21.737Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:04:21.803Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-08T20:04:21.803Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:21.803Z] 1.3.1 [2021-02-08T20:04:21.803Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:21.803Z] hanoi [2021-02-08T20:04:21.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:22.315Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:22.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:22.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T20:04:22.647Z] 5f3cb2befdea: Preparing [2021-02-08T20:04:22.647Z] fe57360e230b: Preparing [2021-02-08T20:04:22.647Z] 55d02539eba9: Preparing [2021-02-08T20:04:22.918Z] 55d02539eba9: Pushed [2021-02-08T20:04:22.918Z] 5f3cb2befdea: Pushed [2021-02-08T20:04:26.290Z] fe57360e230b: Pushed [2021-02-08T20:04:26.291Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:db7380fc32c36b91151aa8eede521c67065de07652659917501105fc4912ce3c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:26.629Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:26.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1 [2021-02-08T20:04:26.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T20:04:26.970Z] 5f3cb2befdea: Preparing [2021-02-08T20:04:26.970Z] fe57360e230b: Preparing [2021-02-08T20:04:26.970Z] 55d02539eba9: Preparing [2021-02-08T20:04:26.970Z] fe57360e230b: Layer already exists [2021-02-08T20:04:26.970Z] 5f3cb2befdea: Layer already exists [2021-02-08T20:04:26.970Z] 55d02539eba9: Layer already exists [2021-02-08T20:04:27.242Z] 1.3.1: digest: sha256:db7380fc32c36b91151aa8eede521c67065de07652659917501105fc4912ce3c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:27.579Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:27.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:27.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T20:04:27.909Z] 5f3cb2befdea: Preparing [2021-02-08T20:04:27.909Z] fe57360e230b: Preparing [2021-02-08T20:04:27.909Z] 55d02539eba9: Preparing [2021-02-08T20:04:28.182Z] 5f3cb2befdea: Layer already exists [2021-02-08T20:04:28.182Z] fe57360e230b: Layer already exists [2021-02-08T20:04:28.182Z] 55d02539eba9: Layer already exists [2021-02-08T20:04:28.182Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:db7380fc32c36b91151aa8eede521c67065de07652659917501105fc4912ce3c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:28.525Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:28.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [2021-02-08T20:04:28.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T20:04:28.859Z] 5f3cb2befdea: Preparing [2021-02-08T20:04:28.859Z] fe57360e230b: Preparing [2021-02-08T20:04:28.859Z] 55d02539eba9: Preparing [2021-02-08T20:04:28.859Z] 55d02539eba9: Layer already exists [2021-02-08T20:04:28.859Z] 5f3cb2befdea: Layer already exists [2021-02-08T20:04:28.859Z] fe57360e230b: Layer already exists [2021-02-08T20:04:29.129Z] hanoi: digest: sha256:db7380fc32c36b91151aa8eede521c67065de07652659917501105fc4912ce3c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:29.322Z] ===================================================== [Pipeline] echo [2021-02-08T20:04:29.375Z] taggedImages: [2021-02-08T20:04:29.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:29.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1 [2021-02-08T20:04:29.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:29.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:04:29.443Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-02-08T20:04:29.443Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:29.443Z] 1.3.1 [2021-02-08T20:04:29.443Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:29.443Z] hanoi [2021-02-08T20:04:29.443Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:29.946Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:30.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:30.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-08T20:04:30.296Z] 8b8ce5bf8961: Preparing [2021-02-08T20:04:30.296Z] a3eab1fb6606: Preparing [2021-02-08T20:04:30.296Z] 0cbf6089a20f: Preparing [2021-02-08T20:04:30.296Z] 4cd8eb74768d: Preparing [2021-02-08T20:04:30.296Z] 3ff4d69f896c: Preparing [2021-02-08T20:04:30.296Z] 843c5a0904ce: Preparing [2021-02-08T20:04:30.296Z] 66b385cf80cf: Preparing [2021-02-08T20:04:30.296Z] 843c5a0904ce: Waiting [2021-02-08T20:04:30.296Z] 66b385cf80cf: Waiting [2021-02-08T20:04:30.591Z] 0cbf6089a20f: Pushed [2021-02-08T20:04:30.591Z] 3ff4d69f896c: Pushed [2021-02-08T20:04:30.591Z] 8b8ce5bf8961: Pushed [2021-02-08T20:04:30.591Z] a3eab1fb6606: Pushed [2021-02-08T20:04:30.862Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:31.130Z] 843c5a0904ce: Pushed [2021-02-08T20:04:32.560Z] 4cd8eb74768d: Pushed [2021-02-08T20:04:32.840Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:70d300c7edc2a3c470942d9d853492ce703c199c83d246a1fae02e215b0cec1f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:33.198Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:33.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1 [2021-02-08T20:04:33.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-08T20:04:33.554Z] 8b8ce5bf8961: Preparing [2021-02-08T20:04:33.554Z] a3eab1fb6606: Preparing [2021-02-08T20:04:33.554Z] 0cbf6089a20f: Preparing [2021-02-08T20:04:33.554Z] 4cd8eb74768d: Preparing [2021-02-08T20:04:33.554Z] 3ff4d69f896c: Preparing [2021-02-08T20:04:33.554Z] 843c5a0904ce: Preparing [2021-02-08T20:04:33.554Z] 66b385cf80cf: Preparing [2021-02-08T20:04:33.554Z] 66b385cf80cf: Waiting [2021-02-08T20:04:33.554Z] 843c5a0904ce: Waiting [2021-02-08T20:04:33.834Z] 4cd8eb74768d: Layer already exists [2021-02-08T20:04:33.834Z] 3ff4d69f896c: Layer already exists [2021-02-08T20:04:33.834Z] a3eab1fb6606: Layer already exists [2021-02-08T20:04:33.834Z] 8b8ce5bf8961: Layer already exists [2021-02-08T20:04:33.834Z] 0cbf6089a20f: Layer already exists [2021-02-08T20:04:33.834Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:33.834Z] 843c5a0904ce: Layer already exists [2021-02-08T20:04:33.834Z] 1.3.1: digest: sha256:70d300c7edc2a3c470942d9d853492ce703c199c83d246a1fae02e215b0cec1f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:34.182Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:34.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:34.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-08T20:04:34.540Z] 8b8ce5bf8961: Preparing [2021-02-08T20:04:34.540Z] a3eab1fb6606: Preparing [2021-02-08T20:04:34.540Z] 0cbf6089a20f: Preparing [2021-02-08T20:04:34.540Z] 4cd8eb74768d: Preparing [2021-02-08T20:04:34.540Z] 3ff4d69f896c: Preparing [2021-02-08T20:04:34.540Z] 843c5a0904ce: Preparing [2021-02-08T20:04:34.540Z] 66b385cf80cf: Preparing [2021-02-08T20:04:34.540Z] 843c5a0904ce: Waiting [2021-02-08T20:04:34.540Z] 66b385cf80cf: Waiting [2021-02-08T20:04:34.540Z] 0cbf6089a20f: Layer already exists [2021-02-08T20:04:34.540Z] a3eab1fb6606: Layer already exists [2021-02-08T20:04:34.540Z] 4cd8eb74768d: Layer already exists [2021-02-08T20:04:34.540Z] 3ff4d69f896c: Layer already exists [2021-02-08T20:04:34.817Z] 8b8ce5bf8961: Layer already exists [2021-02-08T20:04:34.817Z] 843c5a0904ce: Layer already exists [2021-02-08T20:04:34.817Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:34.817Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:70d300c7edc2a3c470942d9d853492ce703c199c83d246a1fae02e215b0cec1f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:35.173Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:35.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [2021-02-08T20:04:35.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-08T20:04:35.510Z] 8b8ce5bf8961: Preparing [2021-02-08T20:04:35.510Z] a3eab1fb6606: Preparing [2021-02-08T20:04:35.510Z] 0cbf6089a20f: Preparing [2021-02-08T20:04:35.510Z] 4cd8eb74768d: Preparing [2021-02-08T20:04:35.510Z] 3ff4d69f896c: Preparing [2021-02-08T20:04:35.510Z] 843c5a0904ce: Preparing [2021-02-08T20:04:35.510Z] 66b385cf80cf: Preparing [2021-02-08T20:04:35.510Z] 843c5a0904ce: Waiting [2021-02-08T20:04:35.510Z] 66b385cf80cf: Waiting [2021-02-08T20:04:35.510Z] 0cbf6089a20f: Layer already exists [2021-02-08T20:04:35.779Z] a3eab1fb6606: Layer already exists [2021-02-08T20:04:35.779Z] 8b8ce5bf8961: Layer already exists [2021-02-08T20:04:35.779Z] 3ff4d69f896c: Layer already exists [2021-02-08T20:04:35.779Z] 4cd8eb74768d: Layer already exists [2021-02-08T20:04:35.779Z] 843c5a0904ce: Layer already exists [2021-02-08T20:04:35.779Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:35.779Z] hanoi: digest: sha256:70d300c7edc2a3c470942d9d853492ce703c199c83d246a1fae02e215b0cec1f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:35.991Z] ===================================================== [Pipeline] echo [2021-02-08T20:04:36.040Z] taggedImages: [2021-02-08T20:04:36.040Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:36.040Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1 [2021-02-08T20:04:36.040Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:36.040Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:04:36.111Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-08T20:04:36.112Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:36.112Z] 1.3.1 [2021-02-08T20:04:36.112Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:36.112Z] hanoi [2021-02-08T20:04:36.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:36.624Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:36.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:36.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T20:04:36.971Z] 363c2ad4ddab: Preparing [2021-02-08T20:04:36.971Z] 2fca0e63de44: Preparing [2021-02-08T20:04:36.971Z] 0e932bf745ae: Preparing [2021-02-08T20:04:36.971Z] 573eece6ee06: Preparing [2021-02-08T20:04:36.971Z] bc1660ee1254: Preparing [2021-02-08T20:04:36.971Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:37.243Z] 2fca0e63de44: Pushed [2021-02-08T20:04:37.244Z] 0e932bf745ae: Pushed [2021-02-08T20:04:37.835Z] 573eece6ee06: Pushed [2021-02-08T20:04:39.258Z] 363c2ad4ddab: Pushed [2021-02-08T20:04:39.529Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:7b356a8a4fc73ac6759265272792d4c10fbc4278264a178802fb8d33070ab8ac size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:39.870Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:40.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1 [2021-02-08T20:04:40.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T20:04:40.253Z] 363c2ad4ddab: Preparing [2021-02-08T20:04:40.253Z] 2fca0e63de44: Preparing [2021-02-08T20:04:40.253Z] 0e932bf745ae: Preparing [2021-02-08T20:04:40.253Z] 573eece6ee06: Preparing [2021-02-08T20:04:40.253Z] bc1660ee1254: Preparing [2021-02-08T20:04:40.253Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:40.253Z] 573eece6ee06: Layer already exists [2021-02-08T20:04:40.253Z] 0e932bf745ae: Layer already exists [2021-02-08T20:04:40.253Z] 2fca0e63de44: Layer already exists [2021-02-08T20:04:40.253Z] 363c2ad4ddab: Layer already exists [2021-02-08T20:04:40.522Z] 1.3.1: digest: sha256:7b356a8a4fc73ac6759265272792d4c10fbc4278264a178802fb8d33070ab8ac size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:40.867Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:41.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:41.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T20:04:41.230Z] 363c2ad4ddab: Preparing [2021-02-08T20:04:41.230Z] 2fca0e63de44: Preparing [2021-02-08T20:04:41.230Z] 0e932bf745ae: Preparing [2021-02-08T20:04:41.230Z] 573eece6ee06: Preparing [2021-02-08T20:04:41.230Z] bc1660ee1254: Preparing [2021-02-08T20:04:41.230Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:41.230Z] 363c2ad4ddab: Layer already exists [2021-02-08T20:04:41.230Z] 2fca0e63de44: Layer already exists [2021-02-08T20:04:41.230Z] 573eece6ee06: Layer already exists [2021-02-08T20:04:41.230Z] 0e932bf745ae: Layer already exists [2021-02-08T20:04:41.503Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:7b356a8a4fc73ac6759265272792d4c10fbc4278264a178802fb8d33070ab8ac size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:41.839Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:42.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [2021-02-08T20:04:42.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T20:04:42.205Z] 363c2ad4ddab: Preparing [2021-02-08T20:04:42.205Z] 2fca0e63de44: Preparing [2021-02-08T20:04:42.205Z] 0e932bf745ae: Preparing [2021-02-08T20:04:42.205Z] 573eece6ee06: Preparing [2021-02-08T20:04:42.205Z] bc1660ee1254: Preparing [2021-02-08T20:04:42.205Z] 2fca0e63de44: Layer already exists [2021-02-08T20:04:42.205Z] 0e932bf745ae: Layer already exists [2021-02-08T20:04:42.205Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:42.205Z] 573eece6ee06: Layer already exists [2021-02-08T20:04:42.205Z] 363c2ad4ddab: Layer already exists [2021-02-08T20:04:42.473Z] hanoi: digest: sha256:7b356a8a4fc73ac6759265272792d4c10fbc4278264a178802fb8d33070ab8ac size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:42.718Z] ===================================================== [Pipeline] echo [2021-02-08T20:04:42.769Z] taggedImages: [2021-02-08T20:04:42.769Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:42.769Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1 [2021-02-08T20:04:42.769Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:42.769Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:04:42.839Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2021-02-08T20:04:42.839Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:42.839Z] 1.3.1 [2021-02-08T20:04:42.839Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:42.839Z] hanoi [2021-02-08T20:04:42.839Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:43.409Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:43.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:43.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-08T20:04:43.743Z] aa7af34febba: Preparing [2021-02-08T20:04:43.743Z] 758c57c83de9: Preparing [2021-02-08T20:04:43.743Z] 7576fbcfd348: Preparing [2021-02-08T20:04:43.743Z] 82c77b158eba: Preparing [2021-02-08T20:04:43.743Z] 82c77b158eba: Preparing [2021-02-08T20:04:43.743Z] c4ffe6736ab1: Preparing [2021-02-08T20:04:43.743Z] a27e1536efa8: Preparing [2021-02-08T20:04:43.743Z] 036114dacfc8: Preparing [2021-02-08T20:04:43.743Z] aa7af34febba: Preparing [2021-02-08T20:04:43.743Z] 7d68d9259df3: Preparing [2021-02-08T20:04:43.743Z] fc05c96840aa: Preparing [2021-02-08T20:04:43.743Z] dcceff4cdd74: Preparing [2021-02-08T20:04:43.743Z] bc1660ee1254: Preparing [2021-02-08T20:04:43.743Z] 036114dacfc8: Waiting [2021-02-08T20:04:43.743Z] 7d68d9259df3: Waiting [2021-02-08T20:04:43.743Z] fc05c96840aa: Waiting [2021-02-08T20:04:43.743Z] dcceff4cdd74: Waiting [2021-02-08T20:04:43.743Z] a27e1536efa8: Waiting [2021-02-08T20:04:44.020Z] 82c77b158eba: Pushed [2021-02-08T20:04:44.298Z] 7576fbcfd348: Pushed [2021-02-08T20:04:44.298Z] c4ffe6736ab1: Pushed [2021-02-08T20:04:44.298Z] 758c57c83de9: Pushed [2021-02-08T20:04:44.298Z] a27e1536efa8: Pushed [2021-02-08T20:04:44.298Z] 036114dacfc8: Pushed [2021-02-08T20:04:44.571Z] fc05c96840aa: Pushed [2021-02-08T20:04:44.571Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:44.571Z] 7d68d9259df3: Pushed [2021-02-08T20:04:44.861Z] dcceff4cdd74: Pushed [2021-02-08T20:04:46.280Z] aa7af34febba: Pushed [2021-02-08T20:04:46.280Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:b470bd596d6a77c8fc8c229da78c0b98e1b4b1a87dfac7e9d654bc19e034e08f size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:46.614Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:46.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1 [2021-02-08T20:04:46.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-08T20:04:46.945Z] aa7af34febba: Preparing [2021-02-08T20:04:46.945Z] 758c57c83de9: Preparing [2021-02-08T20:04:46.945Z] 7576fbcfd348: Preparing [2021-02-08T20:04:46.945Z] 82c77b158eba: Preparing [2021-02-08T20:04:46.945Z] 82c77b158eba: Preparing [2021-02-08T20:04:46.945Z] c4ffe6736ab1: Preparing [2021-02-08T20:04:46.945Z] a27e1536efa8: Preparing [2021-02-08T20:04:46.945Z] 036114dacfc8: Preparing [2021-02-08T20:04:46.945Z] aa7af34febba: Preparing [2021-02-08T20:04:46.945Z] 7d68d9259df3: Preparing [2021-02-08T20:04:46.945Z] fc05c96840aa: Preparing [2021-02-08T20:04:46.945Z] dcceff4cdd74: Preparing [2021-02-08T20:04:46.945Z] bc1660ee1254: Preparing [2021-02-08T20:04:46.945Z] 7d68d9259df3: Waiting [2021-02-08T20:04:46.945Z] dcceff4cdd74: Waiting [2021-02-08T20:04:46.945Z] bc1660ee1254: Waiting [2021-02-08T20:04:46.945Z] fc05c96840aa: Waiting [2021-02-08T20:04:46.945Z] a27e1536efa8: Waiting [2021-02-08T20:04:46.945Z] 036114dacfc8: Waiting [2021-02-08T20:04:46.945Z] aa7af34febba: Layer already exists [2021-02-08T20:04:46.945Z] c4ffe6736ab1: Layer already exists [2021-02-08T20:04:46.945Z] 758c57c83de9: Layer already exists [2021-02-08T20:04:46.945Z] 7576fbcfd348: Layer already exists [2021-02-08T20:04:47.215Z] 82c77b158eba: Layer already exists [2021-02-08T20:04:47.215Z] 036114dacfc8: Layer already exists [2021-02-08T20:04:47.215Z] 7d68d9259df3: Layer already exists [2021-02-08T20:04:47.215Z] fc05c96840aa: Layer already exists [2021-02-08T20:04:47.215Z] a27e1536efa8: Layer already exists [2021-02-08T20:04:47.215Z] dcceff4cdd74: Layer already exists [2021-02-08T20:04:47.215Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:47.215Z] 1.3.1: digest: sha256:b470bd596d6a77c8fc8c229da78c0b98e1b4b1a87dfac7e9d654bc19e034e08f size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:47.554Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:47.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:47.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-08T20:04:47.890Z] aa7af34febba: Preparing [2021-02-08T20:04:47.890Z] 758c57c83de9: Preparing [2021-02-08T20:04:47.890Z] 7576fbcfd348: Preparing [2021-02-08T20:04:47.890Z] 82c77b158eba: Preparing [2021-02-08T20:04:47.890Z] 82c77b158eba: Preparing [2021-02-08T20:04:47.890Z] c4ffe6736ab1: Preparing [2021-02-08T20:04:47.890Z] a27e1536efa8: Preparing [2021-02-08T20:04:47.890Z] 036114dacfc8: Preparing [2021-02-08T20:04:47.890Z] aa7af34febba: Preparing [2021-02-08T20:04:47.890Z] 7d68d9259df3: Preparing [2021-02-08T20:04:47.890Z] fc05c96840aa: Preparing [2021-02-08T20:04:47.890Z] dcceff4cdd74: Preparing [2021-02-08T20:04:47.890Z] bc1660ee1254: Preparing [2021-02-08T20:04:47.890Z] 7d68d9259df3: Waiting [2021-02-08T20:04:47.890Z] fc05c96840aa: Waiting [2021-02-08T20:04:47.890Z] dcceff4cdd74: Waiting [2021-02-08T20:04:47.890Z] bc1660ee1254: Waiting [2021-02-08T20:04:47.890Z] 036114dacfc8: Waiting [2021-02-08T20:04:47.890Z] a27e1536efa8: Waiting [2021-02-08T20:04:47.890Z] aa7af34febba: Layer already exists [2021-02-08T20:04:47.890Z] 7576fbcfd348: Layer already exists [2021-02-08T20:04:47.890Z] c4ffe6736ab1: Layer already exists [2021-02-08T20:04:47.890Z] 758c57c83de9: Layer already exists [2021-02-08T20:04:47.890Z] 82c77b158eba: Layer already exists [2021-02-08T20:04:48.162Z] a27e1536efa8: Layer already exists [2021-02-08T20:04:48.162Z] 036114dacfc8: Layer already exists [2021-02-08T20:04:48.162Z] 7d68d9259df3: Layer already exists [2021-02-08T20:04:48.162Z] fc05c96840aa: Layer already exists [2021-02-08T20:04:48.162Z] dcceff4cdd74: Layer already exists [2021-02-08T20:04:48.162Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:48.162Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:b470bd596d6a77c8fc8c229da78c0b98e1b4b1a87dfac7e9d654bc19e034e08f size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:48.501Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:48.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [2021-02-08T20:04:48.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-08T20:04:48.831Z] aa7af34febba: Preparing [2021-02-08T20:04:48.831Z] 758c57c83de9: Preparing [2021-02-08T20:04:48.831Z] 7576fbcfd348: Preparing [2021-02-08T20:04:48.831Z] 82c77b158eba: Preparing [2021-02-08T20:04:48.831Z] 82c77b158eba: Preparing [2021-02-08T20:04:48.831Z] c4ffe6736ab1: Preparing [2021-02-08T20:04:48.831Z] a27e1536efa8: Preparing [2021-02-08T20:04:48.831Z] 036114dacfc8: Preparing [2021-02-08T20:04:48.831Z] aa7af34febba: Preparing [2021-02-08T20:04:48.831Z] 7d68d9259df3: Preparing [2021-02-08T20:04:48.831Z] fc05c96840aa: Preparing [2021-02-08T20:04:48.831Z] dcceff4cdd74: Preparing [2021-02-08T20:04:48.831Z] bc1660ee1254: Preparing [2021-02-08T20:04:48.831Z] a27e1536efa8: Waiting [2021-02-08T20:04:48.831Z] 036114dacfc8: Waiting [2021-02-08T20:04:48.831Z] 7d68d9259df3: Waiting [2021-02-08T20:04:48.831Z] fc05c96840aa: Waiting [2021-02-08T20:04:48.831Z] dcceff4cdd74: Waiting [2021-02-08T20:04:48.831Z] bc1660ee1254: Waiting [2021-02-08T20:04:48.831Z] 7576fbcfd348: Layer already exists [2021-02-08T20:04:48.831Z] c4ffe6736ab1: Layer already exists [2021-02-08T20:04:48.831Z] 758c57c83de9: Layer already exists [2021-02-08T20:04:48.831Z] aa7af34febba: Layer already exists [2021-02-08T20:04:48.831Z] 82c77b158eba: Layer already exists [2021-02-08T20:04:49.101Z] a27e1536efa8: Layer already exists [2021-02-08T20:04:49.101Z] dcceff4cdd74: Layer already exists [2021-02-08T20:04:49.101Z] 7d68d9259df3: Layer already exists [2021-02-08T20:04:49.101Z] fc05c96840aa: Layer already exists [2021-02-08T20:04:49.101Z] 036114dacfc8: Layer already exists [2021-02-08T20:04:49.101Z] bc1660ee1254: Layer already exists [2021-02-08T20:04:49.101Z] hanoi: digest: sha256:b470bd596d6a77c8fc8c229da78c0b98e1b4b1a87dfac7e9d654bc19e034e08f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:49.290Z] ===================================================== [Pipeline] echo [2021-02-08T20:04:49.340Z] taggedImages: [2021-02-08T20:04:49.340Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:49.340Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1 [2021-02-08T20:04:49.340Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:49.340Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:04:49.452Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-08T20:04:49.452Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:49.452Z] 1.3.1 [2021-02-08T20:04:49.452Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:49.452Z] hanoi [2021-02-08T20:04:49.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:49.938Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:50.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:50.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T20:04:50.269Z] d589d49612f9: Preparing [2021-02-08T20:04:50.269Z] 9b8bf84578c3: Preparing [2021-02-08T20:04:50.269Z] 4936ccd238a9: Preparing [2021-02-08T20:04:50.269Z] bd2ee8c06207: Preparing [2021-02-08T20:04:50.269Z] a49871482204: Preparing [2021-02-08T20:04:50.269Z] 998645bf3deb: Preparing [2021-02-08T20:04:50.269Z] cbaa6d003365: Preparing [2021-02-08T20:04:50.269Z] 35f1e1cba9c8: Preparing [2021-02-08T20:04:50.269Z] 66b385cf80cf: Preparing [2021-02-08T20:04:50.269Z] 998645bf3deb: Waiting [2021-02-08T20:04:50.269Z] cbaa6d003365: Waiting [2021-02-08T20:04:50.269Z] 35f1e1cba9c8: Waiting [2021-02-08T20:04:50.269Z] 66b385cf80cf: Waiting [2021-02-08T20:04:50.538Z] a49871482204: Pushed [2021-02-08T20:04:50.538Z] 9b8bf84578c3: Pushed [2021-02-08T20:04:50.538Z] d589d49612f9: Pushed [2021-02-08T20:04:50.806Z] 998645bf3deb: Pushed [2021-02-08T20:04:50.806Z] cbaa6d003365: Pushed [2021-02-08T20:04:50.806Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:51.076Z] 35f1e1cba9c8: Pushed [2021-02-08T20:04:52.503Z] bd2ee8c06207: Pushed [2021-02-08T20:04:52.775Z] 4936ccd238a9: Pushed [2021-02-08T20:04:52.775Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:0d953454367b56451142cfab0ee674f6cd972c91aabf0bb4b512236c5269dcad size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:53.114Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:53.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1 [2021-02-08T20:04:53.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T20:04:53.449Z] d589d49612f9: Preparing [2021-02-08T20:04:53.449Z] 9b8bf84578c3: Preparing [2021-02-08T20:04:53.449Z] 4936ccd238a9: Preparing [2021-02-08T20:04:53.449Z] bd2ee8c06207: Preparing [2021-02-08T20:04:53.449Z] a49871482204: Preparing [2021-02-08T20:04:53.449Z] 998645bf3deb: Preparing [2021-02-08T20:04:53.449Z] cbaa6d003365: Preparing [2021-02-08T20:04:53.449Z] 35f1e1cba9c8: Preparing [2021-02-08T20:04:53.449Z] 66b385cf80cf: Preparing [2021-02-08T20:04:53.449Z] cbaa6d003365: Waiting [2021-02-08T20:04:53.449Z] 35f1e1cba9c8: Waiting [2021-02-08T20:04:53.449Z] 998645bf3deb: Waiting [2021-02-08T20:04:53.449Z] 66b385cf80cf: Waiting [2021-02-08T20:04:53.449Z] 9b8bf84578c3: Layer already exists [2021-02-08T20:04:53.449Z] a49871482204: Layer already exists [2021-02-08T20:04:53.449Z] d589d49612f9: Layer already exists [2021-02-08T20:04:53.449Z] 4936ccd238a9: Layer already exists [2021-02-08T20:04:53.449Z] bd2ee8c06207: Layer already exists [2021-02-08T20:04:53.450Z] 998645bf3deb: Layer already exists [2021-02-08T20:04:53.450Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:53.450Z] cbaa6d003365: Layer already exists [2021-02-08T20:04:53.450Z] 35f1e1cba9c8: Layer already exists [2021-02-08T20:04:53.721Z] 1.3.1: digest: sha256:0d953454367b56451142cfab0ee674f6cd972c91aabf0bb4b512236c5269dcad size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:54.063Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:54.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:54.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T20:04:54.392Z] d589d49612f9: Preparing [2021-02-08T20:04:54.392Z] 9b8bf84578c3: Preparing [2021-02-08T20:04:54.392Z] 4936ccd238a9: Preparing [2021-02-08T20:04:54.392Z] bd2ee8c06207: Preparing [2021-02-08T20:04:54.392Z] a49871482204: Preparing [2021-02-08T20:04:54.392Z] 998645bf3deb: Preparing [2021-02-08T20:04:54.392Z] cbaa6d003365: Preparing [2021-02-08T20:04:54.392Z] 35f1e1cba9c8: Preparing [2021-02-08T20:04:54.392Z] 66b385cf80cf: Preparing [2021-02-08T20:04:54.392Z] 998645bf3deb: Waiting [2021-02-08T20:04:54.392Z] cbaa6d003365: Waiting [2021-02-08T20:04:54.392Z] 35f1e1cba9c8: Waiting [2021-02-08T20:04:54.392Z] 66b385cf80cf: Waiting [2021-02-08T20:04:54.392Z] bd2ee8c06207: Layer already exists [2021-02-08T20:04:54.392Z] 9b8bf84578c3: Layer already exists [2021-02-08T20:04:54.392Z] a49871482204: Layer already exists [2021-02-08T20:04:54.392Z] 4936ccd238a9: Layer already exists [2021-02-08T20:04:54.392Z] d589d49612f9: Layer already exists [2021-02-08T20:04:54.392Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:54.392Z] cbaa6d003365: Layer already exists [2021-02-08T20:04:54.392Z] 35f1e1cba9c8: Layer already exists [2021-02-08T20:04:54.392Z] 998645bf3deb: Layer already exists [2021-02-08T20:04:54.663Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:0d953454367b56451142cfab0ee674f6cd972c91aabf0bb4b512236c5269dcad size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:55.104Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:55.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [2021-02-08T20:04:55.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T20:04:55.482Z] d589d49612f9: Preparing [2021-02-08T20:04:55.482Z] 9b8bf84578c3: Preparing [2021-02-08T20:04:55.482Z] 4936ccd238a9: Preparing [2021-02-08T20:04:55.482Z] bd2ee8c06207: Preparing [2021-02-08T20:04:55.482Z] a49871482204: Preparing [2021-02-08T20:04:55.482Z] 998645bf3deb: Preparing [2021-02-08T20:04:55.482Z] cbaa6d003365: Preparing [2021-02-08T20:04:55.482Z] 35f1e1cba9c8: Preparing [2021-02-08T20:04:55.482Z] 66b385cf80cf: Preparing [2021-02-08T20:04:55.482Z] cbaa6d003365: Waiting [2021-02-08T20:04:55.482Z] 66b385cf80cf: Waiting [2021-02-08T20:04:55.482Z] 35f1e1cba9c8: Waiting [2021-02-08T20:04:55.482Z] 998645bf3deb: Waiting [2021-02-08T20:04:55.482Z] 4936ccd238a9: Layer already exists [2021-02-08T20:04:55.482Z] 9b8bf84578c3: Layer already exists [2021-02-08T20:04:55.482Z] d589d49612f9: Layer already exists [2021-02-08T20:04:55.482Z] a49871482204: Layer already exists [2021-02-08T20:04:55.482Z] bd2ee8c06207: Layer already exists [2021-02-08T20:04:55.482Z] cbaa6d003365: Layer already exists [2021-02-08T20:04:55.482Z] 998645bf3deb: Layer already exists [2021-02-08T20:04:55.482Z] 35f1e1cba9c8: Layer already exists [2021-02-08T20:04:55.482Z] 66b385cf80cf: Layer already exists [2021-02-08T20:04:55.755Z] hanoi: digest: sha256:0d953454367b56451142cfab0ee674f6cd972c91aabf0bb4b512236c5269dcad size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:04:55.974Z] ===================================================== [Pipeline] echo [2021-02-08T20:04:56.024Z] taggedImages: [2021-02-08T20:04:56.024Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:56.024Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1 [2021-02-08T20:04:56.024Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:56.024Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:04:56.081Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2021-02-08T20:04:56.081Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:56.081Z] 1.3.1 [2021-02-08T20:04:56.081Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:04:56.081Z] hanoi [2021-02-08T20:04:56.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:56.626Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:04:56.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:04:56.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-08T20:04:56.961Z] d5f366dd3977: Preparing [2021-02-08T20:04:56.961Z] ef76bcf943ee: Preparing [2021-02-08T20:04:56.961Z] 4c076415befd: Preparing [2021-02-08T20:04:56.961Z] f3390bda726a: Preparing [2021-02-08T20:04:57.237Z] 4c076415befd: Pushed [2021-02-08T20:04:57.237Z] d5f366dd3977: Pushed [2021-02-08T20:04:57.507Z] f3390bda726a: Pushed [2021-02-08T20:05:00.117Z] ef76bcf943ee: Pushed [2021-02-08T20:05:00.118Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:cfceb6096fafd83081706af020d74aee25a0d160f49319a70b03c27f01f74ae0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:00.454Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:00.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1 [2021-02-08T20:05:00.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-08T20:05:00.788Z] d5f366dd3977: Preparing [2021-02-08T20:05:00.788Z] ef76bcf943ee: Preparing [2021-02-08T20:05:00.788Z] 4c076415befd: Preparing [2021-02-08T20:05:00.788Z] f3390bda726a: Preparing [2021-02-08T20:05:00.788Z] f3390bda726a: Layer already exists [2021-02-08T20:05:00.788Z] 4c076415befd: Layer already exists [2021-02-08T20:05:00.788Z] ef76bcf943ee: Layer already exists [2021-02-08T20:05:00.788Z] d5f366dd3977: Layer already exists [2021-02-08T20:05:01.057Z] 1.3.1: digest: sha256:cfceb6096fafd83081706af020d74aee25a0d160f49319a70b03c27f01f74ae0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:01.396Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:01.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:01.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-08T20:05:01.733Z] d5f366dd3977: Preparing [2021-02-08T20:05:01.733Z] ef76bcf943ee: Preparing [2021-02-08T20:05:01.733Z] 4c076415befd: Preparing [2021-02-08T20:05:01.733Z] f3390bda726a: Preparing [2021-02-08T20:05:01.733Z] 4c076415befd: Layer already exists [2021-02-08T20:05:01.733Z] f3390bda726a: Layer already exists [2021-02-08T20:05:01.733Z] d5f366dd3977: Layer already exists [2021-02-08T20:05:01.733Z] ef76bcf943ee: Layer already exists [2021-02-08T20:05:02.004Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:cfceb6096fafd83081706af020d74aee25a0d160f49319a70b03c27f01f74ae0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:02.358Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:02.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [2021-02-08T20:05:02.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-08T20:05:02.689Z] d5f366dd3977: Preparing [2021-02-08T20:05:02.689Z] ef76bcf943ee: Preparing [2021-02-08T20:05:02.689Z] 4c076415befd: Preparing [2021-02-08T20:05:02.690Z] f3390bda726a: Preparing [2021-02-08T20:05:02.690Z] ef76bcf943ee: Layer already exists [2021-02-08T20:05:02.690Z] f3390bda726a: Layer already exists [2021-02-08T20:05:02.690Z] 4c076415befd: Layer already exists [2021-02-08T20:05:02.690Z] d5f366dd3977: Layer already exists [2021-02-08T20:05:02.959Z] hanoi: digest: sha256:cfceb6096fafd83081706af020d74aee25a0d160f49319a70b03c27f01f74ae0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:05:03.225Z] ===================================================== [Pipeline] echo [2021-02-08T20:05:03.272Z] taggedImages: [2021-02-08T20:05:03.272Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:03.272Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1 [2021-02-08T20:05:03.272Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:03.272Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:05:03.371Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-08T20:05:03.371Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:03.371Z] 1.3.1 [2021-02-08T20:05:03.371Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:03.371Z] hanoi [2021-02-08T20:05:03.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:03.955Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:04.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:04.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T20:05:04.329Z] 4ecec317dbd5: Preparing [2021-02-08T20:05:04.329Z] cb327904a242: Preparing [2021-02-08T20:05:04.329Z] 6282f5538faf: Preparing [2021-02-08T20:05:04.329Z] 7c815c912895: Preparing [2021-02-08T20:05:04.329Z] dd8297c691c6: Preparing [2021-02-08T20:05:04.329Z] 4924800c5db4: Preparing [2021-02-08T20:05:04.329Z] 4924800c5db4: Waiting [2021-02-08T20:05:04.604Z] 6282f5538faf: Pushed [2021-02-08T20:05:04.604Z] 4ecec317dbd5: Pushed [2021-02-08T20:05:04.874Z] 7c815c912895: Pushed [2021-02-08T20:05:04.874Z] dd8297c691c6: Pushed [2021-02-08T20:05:05.142Z] 4924800c5db4: Pushed [2021-02-08T20:05:07.107Z] cb327904a242: Pushed [2021-02-08T20:05:07.384Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:8294981658e8639a1ec92b7cddc3bf744b6d67b472a454dea3ddb97837f47352 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:07.726Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:08.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1 [2021-02-08T20:05:08.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T20:05:08.063Z] 4ecec317dbd5: Preparing [2021-02-08T20:05:08.063Z] cb327904a242: Preparing [2021-02-08T20:05:08.063Z] 6282f5538faf: Preparing [2021-02-08T20:05:08.063Z] 7c815c912895: Preparing [2021-02-08T20:05:08.063Z] dd8297c691c6: Preparing [2021-02-08T20:05:08.063Z] 4924800c5db4: Preparing [2021-02-08T20:05:08.063Z] 4924800c5db4: Waiting [2021-02-08T20:05:08.335Z] cb327904a242: Layer already exists [2021-02-08T20:05:08.335Z] 7c815c912895: Layer already exists [2021-02-08T20:05:08.335Z] dd8297c691c6: Layer already exists [2021-02-08T20:05:08.335Z] 4ecec317dbd5: Layer already exists [2021-02-08T20:05:08.335Z] 6282f5538faf: Layer already exists [2021-02-08T20:05:08.335Z] 4924800c5db4: Layer already exists [2021-02-08T20:05:08.335Z] 1.3.1: digest: sha256:8294981658e8639a1ec92b7cddc3bf744b6d67b472a454dea3ddb97837f47352 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:08.680Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:09.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:09.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T20:05:09.018Z] 4ecec317dbd5: Preparing [2021-02-08T20:05:09.018Z] cb327904a242: Preparing [2021-02-08T20:05:09.018Z] 6282f5538faf: Preparing [2021-02-08T20:05:09.018Z] 7c815c912895: Preparing [2021-02-08T20:05:09.018Z] dd8297c691c6: Preparing [2021-02-08T20:05:09.018Z] 4924800c5db4: Preparing [2021-02-08T20:05:09.018Z] 4924800c5db4: Waiting [2021-02-08T20:05:09.289Z] 4ecec317dbd5: Layer already exists [2021-02-08T20:05:09.289Z] dd8297c691c6: Layer already exists [2021-02-08T20:05:09.289Z] 7c815c912895: Layer already exists [2021-02-08T20:05:09.289Z] 6282f5538faf: Layer already exists [2021-02-08T20:05:09.289Z] cb327904a242: Layer already exists [2021-02-08T20:05:09.289Z] 4924800c5db4: Layer already exists [2021-02-08T20:05:09.289Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:8294981658e8639a1ec92b7cddc3bf744b6d67b472a454dea3ddb97837f47352 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:09.629Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:09.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [2021-02-08T20:05:09.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T20:05:09.966Z] 4ecec317dbd5: Preparing [2021-02-08T20:05:09.966Z] cb327904a242: Preparing [2021-02-08T20:05:09.966Z] 6282f5538faf: Preparing [2021-02-08T20:05:09.966Z] 7c815c912895: Preparing [2021-02-08T20:05:09.966Z] dd8297c691c6: Preparing [2021-02-08T20:05:09.966Z] 4924800c5db4: Preparing [2021-02-08T20:05:09.966Z] 4924800c5db4: Waiting [2021-02-08T20:05:09.966Z] 6282f5538faf: Layer already exists [2021-02-08T20:05:09.966Z] 7c815c912895: Layer already exists [2021-02-08T20:05:09.966Z] cb327904a242: Layer already exists [2021-02-08T20:05:09.966Z] dd8297c691c6: Layer already exists [2021-02-08T20:05:09.966Z] 4ecec317dbd5: Layer already exists [2021-02-08T20:05:10.238Z] 4924800c5db4: Layer already exists [2021-02-08T20:05:10.238Z] hanoi: digest: sha256:8294981658e8639a1ec92b7cddc3bf744b6d67b472a454dea3ddb97837f47352 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:05:10.456Z] ===================================================== [Pipeline] echo [2021-02-08T20:05:10.502Z] taggedImages: [2021-02-08T20:05:10.502Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:10.502Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1 [2021-02-08T20:05:10.502Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:10.502Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:05:10.574Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-08T20:05:10.574Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:10.574Z] 1.3.1 [2021-02-08T20:05:10.574Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:10.574Z] hanoi [2021-02-08T20:05:10.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:11.142Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:11.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:11.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T20:05:11.489Z] 5f5a76c03266: Preparing [2021-02-08T20:05:11.489Z] 6cf3ce4fe8a8: Preparing [2021-02-08T20:05:11.489Z] c204db363bcf: Preparing [2021-02-08T20:05:11.758Z] c204db363bcf: Pushed [2021-02-08T20:05:11.758Z] 5f5a76c03266: Pushed [2021-02-08T20:05:14.358Z] 6cf3ce4fe8a8: Pushed [2021-02-08T20:05:14.627Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:8a437d87c390183fac7f20512b6a9e8b9820ce85a4332090366d960ec9c5edd6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:14.990Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:15.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1 [2021-02-08T20:05:15.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T20:05:15.316Z] 5f5a76c03266: Preparing [2021-02-08T20:05:15.316Z] 6cf3ce4fe8a8: Preparing [2021-02-08T20:05:15.316Z] c204db363bcf: Preparing [2021-02-08T20:05:15.316Z] 6cf3ce4fe8a8: Layer already exists [2021-02-08T20:05:15.316Z] c204db363bcf: Layer already exists [2021-02-08T20:05:15.316Z] 5f5a76c03266: Layer already exists [2021-02-08T20:05:15.584Z] 1.3.1: digest: sha256:8a437d87c390183fac7f20512b6a9e8b9820ce85a4332090366d960ec9c5edd6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:15.918Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:16.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:16.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T20:05:16.246Z] 5f5a76c03266: Preparing [2021-02-08T20:05:16.246Z] 6cf3ce4fe8a8: Preparing [2021-02-08T20:05:16.246Z] c204db363bcf: Preparing [2021-02-08T20:05:16.246Z] 6cf3ce4fe8a8: Layer already exists [2021-02-08T20:05:16.246Z] 5f5a76c03266: Layer already exists [2021-02-08T20:05:16.246Z] c204db363bcf: Layer already exists [2021-02-08T20:05:16.516Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:8a437d87c390183fac7f20512b6a9e8b9820ce85a4332090366d960ec9c5edd6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:16.853Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:17.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [2021-02-08T20:05:17.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T20:05:17.209Z] 5f5a76c03266: Preparing [2021-02-08T20:05:17.209Z] 6cf3ce4fe8a8: Preparing [2021-02-08T20:05:17.209Z] c204db363bcf: Preparing [2021-02-08T20:05:17.482Z] 6cf3ce4fe8a8: Layer already exists [2021-02-08T20:05:17.482Z] c204db363bcf: Layer already exists [2021-02-08T20:05:17.482Z] 5f5a76c03266: Layer already exists [2021-02-08T20:05:17.482Z] hanoi: digest: sha256:8a437d87c390183fac7f20512b6a9e8b9820ce85a4332090366d960ec9c5edd6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:05:17.701Z] ===================================================== [Pipeline] echo [2021-02-08T20:05:17.747Z] taggedImages: [2021-02-08T20:05:17.747Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:17.747Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1 [2021-02-08T20:05:17.747Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:17.747Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] echo [2021-02-08T20:05:17.828Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-08T20:05:17.828Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:17.828Z] 1.3.1 [2021-02-08T20:05:17.828Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:17.828Z] hanoi [2021-02-08T20:05:17.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:18.359Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:18.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:18.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T20:05:18.689Z] 79c696f873b9: Preparing [2021-02-08T20:05:18.689Z] b51d1b7aca51: Preparing [2021-02-08T20:05:18.689Z] 234121a99947: Preparing [2021-02-08T20:05:18.689Z] 6c0e59b09ce1: Preparing [2021-02-08T20:05:18.689Z] 9c3e809732c6: Preparing [2021-02-08T20:05:18.689Z] 1fcf664bca1a: Preparing [2021-02-08T20:05:18.689Z] 1fcf664bca1a: Waiting [2021-02-08T20:05:18.689Z] a69b6123ccc7: Preparing [2021-02-08T20:05:18.689Z] 13b399bc97cd: Preparing [2021-02-08T20:05:18.689Z] a69b6123ccc7: Waiting [2021-02-08T20:05:18.689Z] f054b505045d: Preparing [2021-02-08T20:05:18.689Z] 13b399bc97cd: Waiting [2021-02-08T20:05:18.689Z] 489fb406670d: Preparing [2021-02-08T20:05:18.689Z] f054b505045d: Waiting [2021-02-08T20:05:18.689Z] 35c10a7adabd: Preparing [2021-02-08T20:05:18.689Z] 3f27cbc66635: Preparing [2021-02-08T20:05:18.689Z] 489fb406670d: Waiting [2021-02-08T20:05:18.689Z] 88542b7f2918: Preparing [2021-02-08T20:05:18.689Z] 35c10a7adabd: Waiting [2021-02-08T20:05:18.689Z] bc1660ee1254: Preparing [2021-02-08T20:05:18.689Z] 3f27cbc66635: Waiting [2021-02-08T20:05:18.689Z] 88542b7f2918: Waiting [2021-02-08T20:05:18.689Z] bc1660ee1254: Waiting [2021-02-08T20:05:19.284Z] 9c3e809732c6: Pushed [2021-02-08T20:05:19.555Z] 79c696f873b9: Pushed [2021-02-08T20:05:19.828Z] 6c0e59b09ce1: Pushed [2021-02-08T20:05:20.103Z] 13b399bc97cd: Layer already exists [2021-02-08T20:05:20.103Z] f054b505045d: Layer already exists [2021-02-08T20:05:20.103Z] 489fb406670d: Layer already exists [2021-02-08T20:05:20.103Z] 35c10a7adabd: Layer already exists [2021-02-08T20:05:20.103Z] a69b6123ccc7: Pushed [2021-02-08T20:05:20.377Z] 3f27cbc66635: Layer already exists [2021-02-08T20:05:20.377Z] 88542b7f2918: Layer already exists [2021-02-08T20:05:20.377Z] bc1660ee1254: Layer already exists [2021-02-08T20:05:21.808Z] b51d1b7aca51: Pushed [2021-02-08T20:05:21.808Z] 1fcf664bca1a: Pushed [2021-02-08T20:05:34.164Z] 234121a99947: Pushed [2021-02-08T20:05:34.164Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:803c03aa5ad1c03e3cd78854824eb7510ff0c5859e52c42adfb16a9650cf43d2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:34.507Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:34.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1 [2021-02-08T20:05:34.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T20:05:34.843Z] 79c696f873b9: Preparing [2021-02-08T20:05:34.843Z] b51d1b7aca51: Preparing [2021-02-08T20:05:34.843Z] 234121a99947: Preparing [2021-02-08T20:05:34.843Z] 6c0e59b09ce1: Preparing [2021-02-08T20:05:34.843Z] 9c3e809732c6: Preparing [2021-02-08T20:05:34.843Z] 1fcf664bca1a: Preparing [2021-02-08T20:05:34.843Z] a69b6123ccc7: Preparing [2021-02-08T20:05:34.843Z] 13b399bc97cd: Preparing [2021-02-08T20:05:34.843Z] f054b505045d: Preparing [2021-02-08T20:05:34.843Z] 489fb406670d: Preparing [2021-02-08T20:05:34.843Z] 35c10a7adabd: Preparing [2021-02-08T20:05:34.843Z] 3f27cbc66635: Preparing [2021-02-08T20:05:34.843Z] 88542b7f2918: Preparing [2021-02-08T20:05:34.843Z] bc1660ee1254: Preparing [2021-02-08T20:05:34.843Z] 1fcf664bca1a: Waiting [2021-02-08T20:05:34.843Z] a69b6123ccc7: Waiting [2021-02-08T20:05:34.843Z] f054b505045d: Waiting [2021-02-08T20:05:34.843Z] 489fb406670d: Waiting [2021-02-08T20:05:34.843Z] 35c10a7adabd: Waiting [2021-02-08T20:05:34.843Z] 13b399bc97cd: Waiting [2021-02-08T20:05:34.843Z] 3f27cbc66635: Waiting [2021-02-08T20:05:34.843Z] 88542b7f2918: Waiting [2021-02-08T20:05:34.843Z] bc1660ee1254: Waiting [2021-02-08T20:05:34.843Z] 79c696f873b9: Layer already exists [2021-02-08T20:05:34.843Z] 9c3e809732c6: Layer already exists [2021-02-08T20:05:34.843Z] 234121a99947: Layer already exists [2021-02-08T20:05:34.843Z] 6c0e59b09ce1: Layer already exists [2021-02-08T20:05:34.843Z] b51d1b7aca51: Layer already exists [2021-02-08T20:05:35.114Z] a69b6123ccc7: Layer already exists [2021-02-08T20:05:35.114Z] 1fcf664bca1a: Layer already exists [2021-02-08T20:05:35.114Z] f054b505045d: Layer already exists [2021-02-08T20:05:35.114Z] 13b399bc97cd: Layer already exists [2021-02-08T20:05:35.114Z] 489fb406670d: Layer already exists [2021-02-08T20:05:35.114Z] 3f27cbc66635: Layer already exists [2021-02-08T20:05:35.114Z] bc1660ee1254: Layer already exists [2021-02-08T20:05:35.114Z] 35c10a7adabd: Layer already exists [2021-02-08T20:05:35.114Z] 88542b7f2918: Layer already exists [2021-02-08T20:05:35.114Z] 1.3.1: digest: sha256:803c03aa5ad1c03e3cd78854824eb7510ff0c5859e52c42adfb16a9650cf43d2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:35.451Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:35.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:35.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T20:05:35.785Z] 79c696f873b9: Preparing [2021-02-08T20:05:35.785Z] b51d1b7aca51: Preparing [2021-02-08T20:05:35.785Z] 234121a99947: Preparing [2021-02-08T20:05:35.785Z] 6c0e59b09ce1: Preparing [2021-02-08T20:05:35.785Z] 9c3e809732c6: Preparing [2021-02-08T20:05:35.785Z] 1fcf664bca1a: Preparing [2021-02-08T20:05:35.785Z] a69b6123ccc7: Preparing [2021-02-08T20:05:35.785Z] 13b399bc97cd: Preparing [2021-02-08T20:05:35.785Z] f054b505045d: Preparing [2021-02-08T20:05:35.785Z] 489fb406670d: Preparing [2021-02-08T20:05:35.785Z] 35c10a7adabd: Preparing [2021-02-08T20:05:35.785Z] 3f27cbc66635: Preparing [2021-02-08T20:05:35.785Z] 88542b7f2918: Preparing [2021-02-08T20:05:35.785Z] bc1660ee1254: Preparing [2021-02-08T20:05:35.785Z] 1fcf664bca1a: Waiting [2021-02-08T20:05:35.785Z] 489fb406670d: Waiting [2021-02-08T20:05:35.785Z] 35c10a7adabd: Waiting [2021-02-08T20:05:35.785Z] 3f27cbc66635: Waiting [2021-02-08T20:05:35.785Z] 88542b7f2918: Waiting [2021-02-08T20:05:35.785Z] bc1660ee1254: Waiting [2021-02-08T20:05:35.785Z] a69b6123ccc7: Waiting [2021-02-08T20:05:35.785Z] 13b399bc97cd: Waiting [2021-02-08T20:05:35.785Z] f054b505045d: Waiting [2021-02-08T20:05:35.785Z] 79c696f873b9: Layer already exists [2021-02-08T20:05:35.785Z] 9c3e809732c6: Layer already exists [2021-02-08T20:05:35.785Z] b51d1b7aca51: Layer already exists [2021-02-08T20:05:35.785Z] 234121a99947: Layer already exists [2021-02-08T20:05:36.055Z] 6c0e59b09ce1: Layer already exists [2021-02-08T20:05:36.055Z] 13b399bc97cd: Layer already exists [2021-02-08T20:05:36.055Z] 489fb406670d: Layer already exists [2021-02-08T20:05:36.055Z] 1fcf664bca1a: Layer already exists [2021-02-08T20:05:36.055Z] f054b505045d: Layer already exists [2021-02-08T20:05:36.055Z] a69b6123ccc7: Layer already exists [2021-02-08T20:05:36.055Z] bc1660ee1254: Layer already exists [2021-02-08T20:05:36.055Z] 3f27cbc66635: Layer already exists [2021-02-08T20:05:36.055Z] 35c10a7adabd: Layer already exists [2021-02-08T20:05:36.055Z] 88542b7f2918: Layer already exists [2021-02-08T20:05:36.055Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1: digest: sha256:803c03aa5ad1c03e3cd78854824eb7510ff0c5859e52c42adfb16a9650cf43d2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:36.393Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:36.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [2021-02-08T20:05:36.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T20:05:36.725Z] 79c696f873b9: Preparing [2021-02-08T20:05:36.725Z] b51d1b7aca51: Preparing [2021-02-08T20:05:36.725Z] 234121a99947: Preparing [2021-02-08T20:05:36.725Z] 6c0e59b09ce1: Preparing [2021-02-08T20:05:36.725Z] 9c3e809732c6: Preparing [2021-02-08T20:05:36.725Z] 1fcf664bca1a: Preparing [2021-02-08T20:05:36.725Z] a69b6123ccc7: Preparing [2021-02-08T20:05:36.725Z] 13b399bc97cd: Preparing [2021-02-08T20:05:36.725Z] f054b505045d: Preparing [2021-02-08T20:05:36.725Z] 489fb406670d: Preparing [2021-02-08T20:05:36.725Z] 35c10a7adabd: Preparing [2021-02-08T20:05:36.725Z] 3f27cbc66635: Preparing [2021-02-08T20:05:36.725Z] 88542b7f2918: Preparing [2021-02-08T20:05:36.725Z] bc1660ee1254: Preparing [2021-02-08T20:05:36.725Z] 13b399bc97cd: Waiting [2021-02-08T20:05:36.725Z] f054b505045d: Waiting [2021-02-08T20:05:36.725Z] 489fb406670d: Waiting [2021-02-08T20:05:36.725Z] 35c10a7adabd: Waiting [2021-02-08T20:05:36.725Z] 3f27cbc66635: Waiting [2021-02-08T20:05:36.725Z] 88542b7f2918: Waiting [2021-02-08T20:05:36.725Z] 1fcf664bca1a: Waiting [2021-02-08T20:05:36.725Z] bc1660ee1254: Waiting [2021-02-08T20:05:36.725Z] a69b6123ccc7: Waiting [2021-02-08T20:05:36.725Z] 79c696f873b9: Layer already exists [2021-02-08T20:05:36.725Z] b51d1b7aca51: Layer already exists [2021-02-08T20:05:36.725Z] 6c0e59b09ce1: Layer already exists [2021-02-08T20:05:36.725Z] 9c3e809732c6: Layer already exists [2021-02-08T20:05:36.725Z] 234121a99947: Layer already exists [2021-02-08T20:05:36.725Z] 489fb406670d: Layer already exists [2021-02-08T20:05:36.725Z] 1fcf664bca1a: Layer already exists [2021-02-08T20:05:36.725Z] a69b6123ccc7: Layer already exists [2021-02-08T20:05:36.725Z] 13b399bc97cd: Layer already exists [2021-02-08T20:05:36.725Z] f054b505045d: Layer already exists [2021-02-08T20:05:36.995Z] 88542b7f2918: Layer already exists [2021-02-08T20:05:36.995Z] 35c10a7adabd: Layer already exists [2021-02-08T20:05:36.995Z] 3f27cbc66635: Layer already exists [2021-02-08T20:05:36.995Z] bc1660ee1254: Layer already exists [2021-02-08T20:05:36.995Z] hanoi: digest: sha256:803c03aa5ad1c03e3cd78854824eb7510ff0c5859e52c42adfb16a9650cf43d2 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T20:05:37.229Z] ===================================================== [Pipeline] echo [2021-02-08T20:05:37.276Z] taggedImages: [2021-02-08T20:05:37.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-08T20:05:37.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1 [2021-02-08T20:05:37.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-1.3.1 [2021-02-08T20:05:37.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [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 [2021-02-08T20:05:38.942Z] provisioning config files... [2021-02-08T20:05:38.954Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config840124716974583633tmp [Pipeline] { [Pipeline] sh [2021-02-08T20:05:39.351Z] + set +x [2021-02-08T20:05:39.351Z] + curl -s https://codecov.io/bash [2021-02-08T20:05:39.351Z] + bash -s -- [2021-02-08T20:05:39.926Z] [2021-02-08T20:05:39.926Z] _____ _ [2021-02-08T20:05:39.926Z] / ____| | | [2021-02-08T20:05:39.926Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T20:05:39.926Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T20:05:39.926Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T20:05:39.926Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T20:05:39.927Z] Bash-20210129-7c25fce [2021-02-08T20:05:39.927Z] [2021-02-08T20:05:39.927Z] [2021-02-08T20:05:39.927Z] ==> git version 2.24.3 found [2021-02-08T20:05:39.927Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-08T20:05:39.927Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T20:05:39.927Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T20:05:39.927Z] ==> Jenkins CI detected. [2021-02-08T20:05:39.927Z] project root: . [2021-02-08T20:05:39.927Z] --> token set from env [2021-02-08T20:05:39.927Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T20:05:39.927Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T20:05:39.927Z] ==> Python coveragepy not found [2021-02-08T20:05:39.927Z] ==> Searching for coverage reports in: [2021-02-08T20:05:39.927Z] + . [2021-02-08T20:05:39.927Z] -> Found 1 reports [2021-02-08T20:05:39.927Z] ==> Detecting git/mercurial file structure [2021-02-08T20:05:39.927Z] ==> Reading reports [2021-02-08T20:05:39.927Z] + ./coverage.out bytes=541382 [2021-02-08T20:05:39.927Z] ==> Appending adjustments [2021-02-08T20:05:39.927Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T20:05:43.243Z] + Found adjustments [2021-02-08T20:05:43.243Z] ==> Gzipping contents [2021-02-08T20:05:43.243Z] 84K /tmp/codecov.4ot4ql.gz [2021-02-08T20:05:43.243Z] ==> Uploading reports [2021-02-08T20:05:43.243Z] url: https://codecov.io [2021-02-08T20:05:43.243Z] query: branch=hanoi&commit=12a188d7528ee379d18cf3e1ac715e90dfef7258&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T20:05:43.243Z] -> Pinging Codecov [2021-02-08T20:05:43.243Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=12a188d7528ee379d18cf3e1ac715e90dfef7258&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T20:05:43.818Z] -> Uploading to [2021-02-08T20:05:43.818Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/00271124DB129430A58F1EEE437C3FCB/12a188d7528ee379d18cf3e1ac715e90dfef7258/501e191e-568c-46f0-b4b7-4b966c84de9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T200543Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c6d3d18307c7a24756ba7c3a68752346c85b4d0054cc817584e2a24702f6ce2e [2021-02-08T20:05:43.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:05:43.818Z] Dload Upload Total Spent Left Speed [2021-02-08T20:05:44.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85221 0 0 100 85221 0 176k --:--:-- --:--:-- --:--:-- 177k [2021-02-08T20:05:44.079Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] } [2021-02-08T20:05:44.090Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-08T20:05:44.541Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-08T20:05:44.627Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:44.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T20:05:44.978Z] [2021-02-08T20:05:44.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:05:45.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T20:05:45.336Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-08T20:05:45.336Z] 188c0c94c7c5: Already exists [2021-02-08T20:05:45.336Z] 0ef7d3d256c8: Already exists [2021-02-08T20:05:45.336Z] de9db76c5a1d: Already exists [2021-02-08T20:05:45.336Z] 0eba1c9be4d2: Pulling fs layer [2021-02-08T20:05:45.336Z] 0d57e429df01: Pulling fs layer [2021-02-08T20:05:45.336Z] 4e4be7b47b0d: Pulling fs layer [2021-02-08T20:05:45.336Z] e1f770b5df2f: Pulling fs layer [2021-02-08T20:05:45.336Z] 85a0685a4137: Pulling fs layer [2021-02-08T20:05:45.336Z] e1f770b5df2f: Waiting [2021-02-08T20:05:45.336Z] 85a0685a4137: Waiting [2021-02-08T20:05:45.336Z] 0d57e429df01: Verifying Checksum [2021-02-08T20:05:45.336Z] 0d57e429df01: Download complete [2021-02-08T20:05:45.336Z] 4e4be7b47b0d: Verifying Checksum [2021-02-08T20:05:45.336Z] 4e4be7b47b0d: Download complete [2021-02-08T20:05:47.940Z] e1f770b5df2f: Verifying Checksum [2021-02-08T20:05:47.940Z] e1f770b5df2f: Download complete [2021-02-08T20:05:49.904Z] 0eba1c9be4d2: Verifying Checksum [2021-02-08T20:05:49.904Z] 0eba1c9be4d2: Download complete [2021-02-08T20:05:49.904Z] 85a0685a4137: Verifying Checksum [2021-02-08T20:05:49.904Z] 85a0685a4137: Download complete [2021-02-08T20:05:56.550Z] 0eba1c9be4d2: Pull complete [2021-02-08T20:05:56.550Z] 0d57e429df01: Pull complete [2021-02-08T20:05:56.550Z] 4e4be7b47b0d: Pull complete [2021-02-08T20:06:00.788Z] e1f770b5df2f: Pull complete [2021-02-08T20:06:10.868Z] 85a0685a4137: Pull complete [2021-02-08T20:06:10.868Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-08T20:06:10.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T20:06:10.868Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-08T20:06:11.064Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T20:06:11.121Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-08T20:06:12.267Z] $ docker top c9b6a9d8abecd5e3f1f534066cd909e4e69ccb48ca8da4c1f6b5439773f196ff -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T20:06:12.537Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-08T20:06:12.837Z] + set -o pipefail [2021-02-08T20:06:12.837Z] + snyk monitor '--org=edgex-jenkins' [2021-02-08T20:06:22.878Z] [2021-02-08T20:06:22.878Z] Monitoring /w/workspace/edgex-go/6 (github.com/edgexfoundry/edgex-go)... [2021-02-08T20:06:22.878Z] [2021-02-08T20:06:22.878Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/6d90a67b-79b7-4a40-8b8e-7bad2b909367 [2021-02-08T20:06:22.878Z] [2021-02-08T20:06:22.878Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-08T20:06:22.878Z] [2021-02-08T20:06:22.878Z] [Pipeline] } [2021-02-08T20:06:22.895Z] $ docker stop --time=1 c9b6a9d8abecd5e3f1f534066cd909e4e69ccb48ca8da4c1f6b5439773f196ff [2021-02-08T20:06:26.099Z] $ docker rm -f c9b6a9d8abecd5e3f1f534066cd909e4e69ccb48ca8da4c1f6b5439773f196ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-08T20:06:27.463Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T20:06:27.526Z] provisioning config files... [2021-02-08T20:06:27.571Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/6@tmp/config6807138208321389178tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:06:27.979Z] --> edgex-publish-swagger.sh [2021-02-08T20:06:27.979Z] === Publish openapi/v1 API === [2021-02-08T20:06:27.979Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-08T20:06:27.979Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/6/openapi/v1/core-command.yaml] [2021-02-08T20:06:27.979Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:27.979Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:29.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8245 0:00:01 0:00:01 --:--:-- 8252 100 10522 0 0 100 10522 0 7399 0:00:01 0:00:01 --:--:-- 7404 [2021-02-08T20:06:29.371Z] [2021-02-08T20:06:29.371Z] [2021-02-08T20:06:29.371Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/6/openapi/v1/core-data.yaml] [2021-02-08T20:06:29.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:29.371Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:30.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26935 0:00:01 0:00:01 --:--:-- 26951 100 32557 0 0 100 32557 0 25750 0:00:01 0:00:01 --:--:-- 25757 [2021-02-08T20:06:30.790Z] [2021-02-08T20:06:30.790Z] [2021-02-08T20:06:30.790Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/6/openapi/v1/core-metadata.yaml] [2021-02-08T20:06:30.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:30.790Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:31.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65065 0:00:01 0:00:01 --:--:-- 65067 100 73721 0 0 100 73721 0 65055 0:00:01 0:00:01 --:--:-- 65067 [2021-02-08T20:06:31.736Z] [2021-02-08T20:06:31.736Z] [2021-02-08T20:06:31.736Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/6/openapi/v1/support-logging.yaml] [2021-02-08T20:06:31.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:31.736Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:33.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11414 0:00:01 0:00:01 --:--:-- 11422 100 13581 0 0 100 13581 0 11412 0:00:01 0:00:01 --:--:-- 11422 [2021-02-08T20:06:33.135Z] [2021-02-08T20:06:33.135Z] [2021-02-08T20:06:33.135Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/6/openapi/v1/support-notifications.yaml] [2021-02-08T20:06:33.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:33.135Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:34.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31976 0:00:01 0:00:01 --:--:-- 31981 100 38890 0 0 100 38890 0 29250 0:00:01 0:00:01 --:--:-- 29262 [2021-02-08T20:06:34.343Z] [2021-02-08T20:06:34.343Z] [2021-02-08T20:06:34.343Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/6/openapi/v1/support-scheduler.yaml] [2021-02-08T20:06:34.343Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:34.343Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:35.734Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12214 0:00:01 0:00:01 --:--:-- 12220 100 14249 0 0 100 14249 0 12213 0:00:01 0:00:01 --:--:-- 12220 [2021-02-08T20:06:35.734Z] [2021-02-08T20:06:35.734Z] [2021-02-08T20:06:35.734Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/6/openapi/v1/system-agent.yaml] [2021-02-08T20:06:35.734Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:35.734Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:36.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3385 0:00:01 0:00:01 --:--:-- 3385 100 4110 0 0 100 4110 0 3354 0:00:01 0:00:01 --:--:-- 3355 [2021-02-08T20:06:36.680Z] [2021-02-08T20:06:36.680Z] [2021-02-08T20:06:36.680Z] === Publish openapi/v2 API === [2021-02-08T20:06:36.680Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-08T20:06:36.680Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/6/openapi/v2/core-command.yaml] [2021-02-08T20:06:36.680Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:36.680Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:38.072Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 24305 0:00:01 0:00:01 --:--:-- 24309 100 29536 0 0 100 29536 0 23773 0:00:01 0:00:01 --:--:-- 23780 [2021-02-08T20:06:38.072Z] [2021-02-08T20:06:38.072Z] [2021-02-08T20:06:38.072Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/6/openapi/v2/core-data.yaml] [2021-02-08T20:06:38.072Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:38.072Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:39.730Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 54117 0:00:01 0:00:01 --:--:-- 54153 100 65634 0 0 100 65634 0 39258 0:00:01 0:00:01 --:--:-- 39278 [2021-02-08T20:06:39.730Z] [2021-02-08T20:06:39.730Z] [2021-02-08T20:06:39.730Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/6/openapi/v2/core-metadata.yaml] [2021-02-08T20:06:39.730Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:39.730Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:41.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 97k 0:00:01 0:00:01 --:--:-- 97k 100 119k 0 0 100 119k 0 88011 0:00:01 0:00:01 --:--:-- 87969 [2021-02-08T20:06:41.129Z] [2021-02-08T20:06:41.129Z] [2021-02-08T20:06:41.129Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/6/openapi/v2/support-logging.yaml] [2021-02-08T20:06:41.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:41.129Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:42.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20302 0:00:01 0:00:01 --:--:-- 20319 100 23692 0 0 100 23692 0 20297 0:00:01 0:00:01 --:--:-- 20301 [2021-02-08T20:06:42.088Z] [2021-02-08T20:06:42.088Z] [2021-02-08T20:06:42.088Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/6/openapi/v2/support-notifications.yaml] [2021-02-08T20:06:42.351Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:42.351Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:43.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53089 0:00:01 0:00:01 --:--:-- 53127 100 62691 0 0 100 62691 0 53079 0:00:01 0:00:01 --:--:-- 53127 [2021-02-08T20:06:43.297Z] [2021-02-08T20:06:43.297Z] [2021-02-08T20:06:43.297Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/6/openapi/v2/support-scheduler.yaml] [2021-02-08T20:06:43.297Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:43.297Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:44.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 46198 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38218 0:00:01 0:00:01 --:--:-- 38243 [2021-02-08T20:06:44.506Z] [2021-02-08T20:06:44.506Z] [2021-02-08T20:06:44.506Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/6/openapi/v2/system-agent.yaml] [2021-02-08T20:06:44.768Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T20:06:44.768Z] Dload Upload Total Spent Left Speed [2021-02-08T20:06:46.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19613 0:00:01 0:00:01 --:--:-- 19624 100 23726 0 0 100 23726 0 19092 0:00:01 0:00:01 --:--:-- 19103 [2021-02-08T20:06:46.159Z] [2021-02-08T20:06:46.159Z] [Pipeline] } [2021-02-08T20:06:46.170Z] 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 [2021-02-08T20:06:47.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T20:06:47.021Z] . [Pipeline] withDockerContainer [2021-02-08T20:06:47.136Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T20:06:47.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T20:06:48.042Z] $ docker top 886ee4bd96219950145781b0946f0e0724bc5b1aeedcafca06fa228d151d0b24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T20:06:48.315Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v0.0.1-dev.1|v1.3.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T20:06:48.706Z] + git semver [Pipeline] } [2021-02-08T20:06:48.984Z] $ docker stop --time=1 886ee4bd96219950145781b0946f0e0724bc5b1aeedcafca06fa228d151d0b24 [2021-02-08T20:06:50.371Z] $ docker rm -f 886ee4bd96219950145781b0946f0e0724bc5b1aeedcafca06fa228d151d0b24 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:06:51.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T20:06:51.079Z] [2021-02-08T20:06:51.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:06:51.458Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T20:06:51.458Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-08T20:06:51.458Z] ab5ef0e58194: Pulling fs layer [2021-02-08T20:06:51.458Z] 9712f1f96733: Pulling fs layer [2021-02-08T20:06:51.458Z] 63f879dbbcfc: Pulling fs layer [2021-02-08T20:06:51.458Z] 0d9ebad4ef96: Pulling fs layer [2021-02-08T20:06:51.458Z] e9a5061849ea: Pulling fs layer [2021-02-08T20:06:51.458Z] d747dcd14b5f: Pulling fs layer [2021-02-08T20:06:51.458Z] 2de7ff778b66: Pulling fs layer [2021-02-08T20:06:51.458Z] 0d9ebad4ef96: Waiting [2021-02-08T20:06:51.458Z] e9a5061849ea: Waiting [2021-02-08T20:06:51.458Z] d747dcd14b5f: Waiting [2021-02-08T20:06:51.458Z] 2de7ff778b66: Waiting [2021-02-08T20:06:51.458Z] 9712f1f96733: Verifying Checksum [2021-02-08T20:06:51.458Z] 9712f1f96733: Download complete [2021-02-08T20:06:52.859Z] 63f879dbbcfc: Verifying Checksum [2021-02-08T20:06:52.859Z] 63f879dbbcfc: Download complete [2021-02-08T20:06:53.127Z] e9a5061849ea: Verifying Checksum [2021-02-08T20:06:53.127Z] e9a5061849ea: Download complete [2021-02-08T20:06:53.127Z] d747dcd14b5f: Verifying Checksum [2021-02-08T20:06:53.127Z] d747dcd14b5f: Download complete [2021-02-08T20:06:53.390Z] 2de7ff778b66: Verifying Checksum [2021-02-08T20:06:53.390Z] 2de7ff778b66: Download complete [2021-02-08T20:06:53.969Z] ab5ef0e58194: Verifying Checksum [2021-02-08T20:06:53.969Z] ab5ef0e58194: Download complete [2021-02-08T20:06:53.969Z] 0d9ebad4ef96: Verifying Checksum [2021-02-08T20:06:53.969Z] 0d9ebad4ef96: Download complete [2021-02-08T20:06:59.287Z] ab5ef0e58194: Pull complete [2021-02-08T20:06:59.287Z] 9712f1f96733: Pull complete [2021-02-08T20:07:00.686Z] 63f879dbbcfc: Pull complete [2021-02-08T20:07:07.508Z] 0d9ebad4ef96: Pull complete [2021-02-08T20:07:10.064Z] e9a5061849ea: Pull complete [2021-02-08T20:07:10.065Z] d747dcd14b5f: Pull complete [2021-02-08T20:07:13.387Z] 2de7ff778b66: Pull complete [2021-02-08T20:07:13.387Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-08T20:07:13.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T20:07:13.387Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-08T20:07:13.625Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T20:07:13.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-08T20:07:16.787Z] $ docker top 8c1b8ee7b94b4dc982d41cd92971a448e13dcc37223dcb14312f5b901811f172 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-08T20:07:17.180Z] provisioning config files... [2021-02-08T20:07:17.191Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/6@tmp/config699832804982566750tmp [2021-02-08T20:07:17.210Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/6@tmp/config2754577120315187802tmp [2021-02-08T20:07:17.226Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/6@tmp/config453028001382474592tmp [Pipeline] { [Pipeline] echo [2021-02-08T20:07:17.302Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:07:17.609Z] ---> sigul-configuration.sh [2021-02-08T20:07:17.610Z] gpg: directory `/root/.gnupg' created [2021-02-08T20:07:17.610Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-08T20:07:17.610Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-08T20:07:17.610Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-08T20:07:17.610Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-08T20:07:17.610Z] gpg: CAST5 encrypted data [2021-02-08T20:07:17.871Z] gpg: encrypted with 1 passphrase [2021-02-08T20:07:17.871Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-08T20:07:18.197Z] + mkdir /home/jenkins [2021-02-08T20:07:18.197Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-08T20:07:18.501Z] + 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 [2021-02-08T20:07:18.514Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:07:18.815Z] ---> sigul-install.sh [2021-02-08T20:07:24.125Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-08T20:07:24.425Z] + git tag --list [2021-02-08T20:07:24.425Z] 0.6.0 [2021-02-08T20:07:24.425Z] 0.6.1 [2021-02-08T20:07:24.425Z] 0.7.0 [2021-02-08T20:07:24.425Z] 0.7.1 [2021-02-08T20:07:24.425Z] v0.0.0 [2021-02-08T20:07:24.425Z] v0.0.1-dev.1 [2021-02-08T20:07:24.425Z] v1.0.0 [2021-02-08T20:07:24.425Z] v1.0.1 [2021-02-08T20:07:24.425Z] v1.1.0 [2021-02-08T20:07:24.425Z] v1.2.0 [2021-02-08T20:07:24.425Z] v1.2.1 [2021-02-08T20:07:24.425Z] v1.2.2-dev.1 [2021-02-08T20:07:24.425Z] v1.2.2-dev.10 [2021-02-08T20:07:24.425Z] v1.2.2-dev.100 [2021-02-08T20:07:24.425Z] v1.2.2-dev.101 [2021-02-08T20:07:24.425Z] v1.2.2-dev.102 [2021-02-08T20:07:24.425Z] v1.2.2-dev.103 [2021-02-08T20:07:24.425Z] v1.2.2-dev.104 [2021-02-08T20:07:24.425Z] v1.2.2-dev.105 [2021-02-08T20:07:24.425Z] v1.2.2-dev.106 [2021-02-08T20:07:24.425Z] v1.2.2-dev.107 [2021-02-08T20:07:24.425Z] v1.2.2-dev.11 [2021-02-08T20:07:24.425Z] v1.2.2-dev.12 [2021-02-08T20:07:24.425Z] v1.2.2-dev.13 [2021-02-08T20:07:24.425Z] v1.2.2-dev.14 [2021-02-08T20:07:24.425Z] v1.2.2-dev.15 [2021-02-08T20:07:24.425Z] v1.2.2-dev.16 [2021-02-08T20:07:24.425Z] v1.2.2-dev.17 [2021-02-08T20:07:24.425Z] v1.2.2-dev.18 [2021-02-08T20:07:24.425Z] v1.2.2-dev.19 [2021-02-08T20:07:24.425Z] v1.2.2-dev.2 [2021-02-08T20:07:24.425Z] v1.2.2-dev.20 [2021-02-08T20:07:24.425Z] v1.2.2-dev.21 [2021-02-08T20:07:24.425Z] v1.2.2-dev.22 [2021-02-08T20:07:24.425Z] v1.2.2-dev.23 [2021-02-08T20:07:24.425Z] v1.2.2-dev.24 [2021-02-08T20:07:24.425Z] v1.2.2-dev.25 [2021-02-08T20:07:24.425Z] v1.2.2-dev.26 [2021-02-08T20:07:24.425Z] v1.2.2-dev.27 [2021-02-08T20:07:24.425Z] v1.2.2-dev.28 [2021-02-08T20:07:24.425Z] v1.2.2-dev.29 [2021-02-08T20:07:24.425Z] v1.2.2-dev.3 [2021-02-08T20:07:24.425Z] v1.2.2-dev.30 [2021-02-08T20:07:24.425Z] v1.2.2-dev.31 [2021-02-08T20:07:24.425Z] v1.2.2-dev.32 [2021-02-08T20:07:24.425Z] v1.2.2-dev.33 [2021-02-08T20:07:24.425Z] v1.2.2-dev.34 [2021-02-08T20:07:24.425Z] v1.2.2-dev.35 [2021-02-08T20:07:24.425Z] v1.2.2-dev.36 [2021-02-08T20:07:24.425Z] v1.2.2-dev.37 [2021-02-08T20:07:24.425Z] v1.2.2-dev.38 [2021-02-08T20:07:24.425Z] v1.2.2-dev.39 [2021-02-08T20:07:24.425Z] v1.2.2-dev.4 [2021-02-08T20:07:24.425Z] v1.2.2-dev.40 [2021-02-08T20:07:24.425Z] v1.2.2-dev.41 [2021-02-08T20:07:24.425Z] v1.2.2-dev.42 [2021-02-08T20:07:24.425Z] v1.2.2-dev.43 [2021-02-08T20:07:24.425Z] v1.2.2-dev.44 [2021-02-08T20:07:24.425Z] v1.2.2-dev.45 [2021-02-08T20:07:24.425Z] v1.2.2-dev.46 [2021-02-08T20:07:24.425Z] v1.2.2-dev.47 [2021-02-08T20:07:24.425Z] v1.2.2-dev.48 [2021-02-08T20:07:24.425Z] v1.2.2-dev.49 [2021-02-08T20:07:24.425Z] v1.2.2-dev.5 [2021-02-08T20:07:24.425Z] v1.2.2-dev.50 [2021-02-08T20:07:24.425Z] v1.2.2-dev.51 [2021-02-08T20:07:24.425Z] v1.2.2-dev.52 [2021-02-08T20:07:24.425Z] v1.2.2-dev.53 [2021-02-08T20:07:24.425Z] v1.2.2-dev.54 [2021-02-08T20:07:24.425Z] v1.2.2-dev.55 [2021-02-08T20:07:24.425Z] v1.2.2-dev.56 [2021-02-08T20:07:24.425Z] v1.2.2-dev.57 [2021-02-08T20:07:24.425Z] v1.2.2-dev.58 [2021-02-08T20:07:24.425Z] v1.2.2-dev.59 [2021-02-08T20:07:24.425Z] v1.2.2-dev.6 [2021-02-08T20:07:24.425Z] v1.2.2-dev.60 [2021-02-08T20:07:24.425Z] v1.2.2-dev.61 [2021-02-08T20:07:24.425Z] v1.2.2-dev.62 [2021-02-08T20:07:24.425Z] v1.2.2-dev.63 [2021-02-08T20:07:24.425Z] v1.2.2-dev.64 [2021-02-08T20:07:24.425Z] v1.2.2-dev.65 [2021-02-08T20:07:24.425Z] v1.2.2-dev.66 [2021-02-08T20:07:24.425Z] v1.2.2-dev.67 [2021-02-08T20:07:24.425Z] v1.2.2-dev.68 [2021-02-08T20:07:24.425Z] v1.2.2-dev.69 [2021-02-08T20:07:24.425Z] v1.2.2-dev.7 [2021-02-08T20:07:24.425Z] v1.2.2-dev.70 [2021-02-08T20:07:24.425Z] v1.2.2-dev.71 [2021-02-08T20:07:24.425Z] v1.2.2-dev.72 [2021-02-08T20:07:24.425Z] v1.2.2-dev.73 [2021-02-08T20:07:24.425Z] v1.2.2-dev.74 [2021-02-08T20:07:24.425Z] v1.2.2-dev.75 [2021-02-08T20:07:24.425Z] v1.2.2-dev.76 [2021-02-08T20:07:24.425Z] v1.2.2-dev.77 [2021-02-08T20:07:24.425Z] v1.2.2-dev.78 [2021-02-08T20:07:24.425Z] v1.2.2-dev.79 [2021-02-08T20:07:24.425Z] v1.2.2-dev.8 [2021-02-08T20:07:24.425Z] v1.2.2-dev.80 [2021-02-08T20:07:24.425Z] v1.2.2-dev.81 [2021-02-08T20:07:24.425Z] v1.2.2-dev.82 [2021-02-08T20:07:24.425Z] v1.2.2-dev.83 [2021-02-08T20:07:24.425Z] v1.2.2-dev.84 [2021-02-08T20:07:24.425Z] v1.2.2-dev.85 [2021-02-08T20:07:24.425Z] v1.2.2-dev.86 [2021-02-08T20:07:24.425Z] v1.2.2-dev.87 [2021-02-08T20:07:24.425Z] v1.2.2-dev.88 [2021-02-08T20:07:24.425Z] v1.2.2-dev.89 [2021-02-08T20:07:24.425Z] v1.2.2-dev.9 [2021-02-08T20:07:24.425Z] v1.2.2-dev.90 [2021-02-08T20:07:24.425Z] v1.2.2-dev.91 [2021-02-08T20:07:24.425Z] v1.2.2-dev.92 [2021-02-08T20:07:24.425Z] v1.2.2-dev.93 [2021-02-08T20:07:24.425Z] v1.2.2-dev.94 [2021-02-08T20:07:24.425Z] v1.2.2-dev.95 [2021-02-08T20:07:24.425Z] v1.2.2-dev.96 [2021-02-08T20:07:24.425Z] v1.2.2-dev.97 [2021-02-08T20:07:24.425Z] v1.2.2-dev.98 [2021-02-08T20:07:24.425Z] v1.2.2-dev.99 [2021-02-08T20:07:24.425Z] v1.3.0 [2021-02-08T20:07:24.425Z] v1.3.1 [2021-02-08T20:07:24.425Z] v1.3.1-dev.1 [2021-02-08T20:07:24.425Z] v1.3.1-dev.10 [2021-02-08T20:07:24.425Z] v1.3.1-dev.11 [2021-02-08T20:07:24.425Z] v1.3.1-dev.12 [2021-02-08T20:07:24.425Z] v1.3.1-dev.13 [2021-02-08T20:07:24.425Z] v1.3.1-dev.14 [2021-02-08T20:07:24.425Z] v1.3.1-dev.15 [2021-02-08T20:07:24.425Z] v1.3.1-dev.16 [2021-02-08T20:07:24.425Z] v1.3.1-dev.17 [2021-02-08T20:07:24.425Z] v1.3.1-dev.18 [2021-02-08T20:07:24.425Z] v1.3.1-dev.2 [2021-02-08T20:07:24.425Z] v1.3.1-dev.3 [2021-02-08T20:07:24.425Z] v1.3.1-dev.4 [2021-02-08T20:07:24.425Z] v1.3.1-dev.5 [2021-02-08T20:07:24.425Z] v1.3.1-dev.6 [2021-02-08T20:07:24.425Z] v1.3.1-dev.7 [2021-02-08T20:07:24.425Z] v1.3.1-dev.8 [2021-02-08T20:07:24.425Z] v1.3.1-dev.9 [2021-02-08T20:07:24.425Z] v2.0.0-dev.1 [2021-02-08T20:07:24.425Z] v2.0.0-dev.10 [2021-02-08T20:07:24.425Z] v2.0.0-dev.11 [2021-02-08T20:07:24.425Z] v2.0.0-dev.12 [2021-02-08T20:07:24.425Z] v2.0.0-dev.13 [2021-02-08T20:07:24.425Z] v2.0.0-dev.14 [2021-02-08T20:07:24.425Z] v2.0.0-dev.15 [2021-02-08T20:07:24.425Z] v2.0.0-dev.16 [2021-02-08T20:07:24.425Z] v2.0.0-dev.17 [2021-02-08T20:07:24.425Z] v2.0.0-dev.18 [2021-02-08T20:07:24.425Z] v2.0.0-dev.19 [2021-02-08T20:07:24.425Z] v2.0.0-dev.2 [2021-02-08T20:07:24.425Z] v2.0.0-dev.20 [2021-02-08T20:07:24.425Z] v2.0.0-dev.21 [2021-02-08T20:07:24.425Z] v2.0.0-dev.22 [2021-02-08T20:07:24.425Z] v2.0.0-dev.23 [2021-02-08T20:07:24.425Z] v2.0.0-dev.24 [2021-02-08T20:07:24.425Z] v2.0.0-dev.25 [2021-02-08T20:07:24.425Z] v2.0.0-dev.26 [2021-02-08T20:07:24.425Z] v2.0.0-dev.27 [2021-02-08T20:07:24.425Z] v2.0.0-dev.28 [2021-02-08T20:07:24.425Z] v2.0.0-dev.29 [2021-02-08T20:07:24.425Z] v2.0.0-dev.3 [2021-02-08T20:07:24.425Z] v2.0.0-dev.30 [2021-02-08T20:07:24.425Z] v2.0.0-dev.31 [2021-02-08T20:07:24.425Z] v2.0.0-dev.32 [2021-02-08T20:07:24.425Z] v2.0.0-dev.33 [2021-02-08T20:07:24.425Z] v2.0.0-dev.34 [2021-02-08T20:07:24.425Z] v2.0.0-dev.35 [2021-02-08T20:07:24.425Z] v2.0.0-dev.36 [2021-02-08T20:07:24.425Z] v2.0.0-dev.37 [2021-02-08T20:07:24.425Z] v2.0.0-dev.38 [2021-02-08T20:07:24.425Z] v2.0.0-dev.39 [2021-02-08T20:07:24.425Z] v2.0.0-dev.4 [2021-02-08T20:07:24.425Z] v2.0.0-dev.40 [2021-02-08T20:07:24.425Z] v2.0.0-dev.41 [2021-02-08T20:07:24.425Z] v2.0.0-dev.42 [2021-02-08T20:07:24.425Z] v2.0.0-dev.43 [2021-02-08T20:07:24.425Z] v2.0.0-dev.44 [2021-02-08T20:07:24.425Z] v2.0.0-dev.45 [2021-02-08T20:07:24.425Z] v2.0.0-dev.46 [2021-02-08T20:07:24.425Z] v2.0.0-dev.47 [2021-02-08T20:07:24.425Z] v2.0.0-dev.48 [2021-02-08T20:07:24.425Z] v2.0.0-dev.49 [2021-02-08T20:07:24.425Z] v2.0.0-dev.5 [2021-02-08T20:07:24.425Z] v2.0.0-dev.50 [2021-02-08T20:07:24.425Z] v2.0.0-dev.51 [2021-02-08T20:07:24.426Z] v2.0.0-dev.52 [2021-02-08T20:07:24.426Z] v2.0.0-dev.53 [2021-02-08T20:07:24.426Z] v2.0.0-dev.54 [2021-02-08T20:07:24.426Z] v2.0.0-dev.55 [2021-02-08T20:07:24.426Z] v2.0.0-dev.56 [2021-02-08T20:07:24.426Z] v2.0.0-dev.57 [2021-02-08T20:07:24.426Z] v2.0.0-dev.58 [2021-02-08T20:07:24.426Z] v2.0.0-dev.59 [2021-02-08T20:07:24.426Z] v2.0.0-dev.6 [2021-02-08T20:07:24.426Z] v2.0.0-dev.60 [2021-02-08T20:07:24.426Z] v2.0.0-dev.61 [2021-02-08T20:07:24.426Z] v2.0.0-dev.62 [2021-02-08T20:07:24.426Z] v2.0.0-dev.63 [2021-02-08T20:07:24.426Z] v2.0.0-dev.64 [2021-02-08T20:07:24.426Z] v2.0.0-dev.65 [2021-02-08T20:07:24.426Z] v2.0.0-dev.66 [2021-02-08T20:07:24.426Z] v2.0.0-dev.67 [2021-02-08T20:07:24.426Z] v2.0.0-dev.68 [2021-02-08T20:07:24.426Z] v2.0.0-dev.69 [2021-02-08T20:07:24.426Z] v2.0.0-dev.7 [2021-02-08T20:07:24.426Z] v2.0.0-dev.70 [2021-02-08T20:07:24.426Z] v2.0.0-dev.71 [2021-02-08T20:07:24.426Z] v2.0.0-dev.72 [2021-02-08T20:07:24.426Z] v2.0.0-dev.73 [2021-02-08T20:07:24.426Z] v2.0.0-dev.74 [2021-02-08T20:07:24.426Z] v2.0.0-dev.75 [2021-02-08T20:07:24.426Z] v2.0.0-dev.76 [2021-02-08T20:07:24.426Z] v2.0.0-dev.77 [2021-02-08T20:07:24.426Z] v2.0.0-dev.78 [2021-02-08T20:07:24.426Z] v2.0.0-dev.79 [2021-02-08T20:07:24.426Z] v2.0.0-dev.8 [2021-02-08T20:07:24.426Z] v2.0.0-dev.80 [2021-02-08T20:07:24.426Z] v2.0.0-dev.81 [2021-02-08T20:07:24.426Z] v2.0.0-dev.82 [2021-02-08T20:07:24.426Z] v2.0.0-dev.83 [2021-02-08T20:07:24.426Z] v2.0.0-dev.84 [2021-02-08T20:07:24.426Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-08T20:07:24.727Z] + lftools sign git-tag v1.3.1 [2021-02-08T20:07:25.673Z] Signing Git tag with Sigul... [2021-02-08T20:07:25.673Z] Signing v1.3.1 [Pipeline] echo [2021-02-08T20:07:27.074Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:07:27.371Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-08T20:07:27.380Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-08T20:07:27.473Z] $ docker stop --time=1 8c1b8ee7b94b4dc982d41cd92971a448e13dcc37223dcb14312f5b901811f172 [2021-02-08T20:07:29.504Z] $ docker rm -f 8c1b8ee7b94b4dc982d41cd92971a448e13dcc37223dcb14312f5b901811f172 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:07:30.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T20:07:30.293Z] . [Pipeline] withDockerContainer [2021-02-08T20:07:30.399Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T20:07:30.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T20:07:31.338Z] $ docker top 21932790ddcbbab8db749f4b1273457c34795bbd8f8a1168a02ecb54fb755200 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T20:07:31.689Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v0.0.1-dev.1|v1.3.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T20:07:32.081Z] + git semver [Pipeline] } [2021-02-08T20:07:32.097Z] $ docker stop --time=1 21932790ddcbbab8db749f4b1273457c34795bbd8f8a1168a02ecb54fb755200 [2021-02-08T20:07:33.480Z] $ docker rm -f 21932790ddcbbab8db749f4b1273457c34795bbd8f8a1168a02ecb54fb755200 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:07:34.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T20:07:34.014Z] . [Pipeline] withDockerContainer [2021-02-08T20:07:34.119Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T20:07:34.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T20:07:35.021Z] $ docker top 80176c372f122b303e2d1f7aa038d0699308561ff8b86bfa4f9919a382a0d9ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T20:07:35.300Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v0.0.1-dev.1|v1.3.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T20:07:35.674Z] + git semver [Pipeline] } [2021-02-08T20:07:35.690Z] $ docker stop --time=1 80176c372f122b303e2d1f7aa038d0699308561ff8b86bfa4f9919a382a0d9ce [2021-02-08T20:07:37.102Z] $ docker rm -f 80176c372f122b303e2d1f7aa038d0699308561ff8b86bfa4f9919a382a0d9ce [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 [2021-02-08T20:07:38.366Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:07:39.246Z] ---> package-listing.sh [2021-02-08T20:07:39.246Z] ++ facter osfamily [2021-02-08T20:07:39.246Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T20:07:39.246Z] + OS_FAMILY=redhat [2021-02-08T20:07:39.246Z] + workspace=/w/workspace/edgex-go/6 [2021-02-08T20:07:39.246Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T20:07:39.246Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T20:07:39.246Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T20:07:39.246Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T20:07:39.246Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-08T20:07:39.246Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T20:07:39.246Z] + case "${OS_FAMILY}" in [2021-02-08T20:07:39.246Z] + rpm -qa [2021-02-08T20:07:39.246Z] + sort [2021-02-08T20:07:44.548Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T20:07:44.548Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T20:07:44.548Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T20:07:44.548Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-08T20:07:44.548Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-08T20:07:44.548Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-08T20:07:44.562Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T20:07:44.857Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:07:45.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T20:07:45.160Z] [2021-02-08T20:07:45.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T20:07:45.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T20:07:45.501Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T20:07:45.501Z] df20fa9351a1: Pulling fs layer [2021-02-08T20:07:45.501Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T20:07:45.501Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T20:07:45.501Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T20:07:45.501Z] 93b61091891f: Pulling fs layer [2021-02-08T20:07:45.501Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T20:07:45.501Z] 5e14af77c1be: Pulling fs layer [2021-02-08T20:07:45.501Z] 01666e4c0597: Pulling fs layer [2021-02-08T20:07:45.501Z] aa168da1d23b: Pulling fs layer [2021-02-08T20:07:45.501Z] 46f8f816bc3b: Waiting [2021-02-08T20:07:45.501Z] 93b61091891f: Waiting [2021-02-08T20:07:45.501Z] 93b9cdb0e59b: Waiting [2021-02-08T20:07:45.501Z] 5e14af77c1be: Waiting [2021-02-08T20:07:45.501Z] 01666e4c0597: Waiting [2021-02-08T20:07:45.501Z] 36b3adc4ff6f: Download complete [2021-02-08T20:07:45.501Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T20:07:45.501Z] 46f8f816bc3b: Download complete [2021-02-08T20:07:45.501Z] df20fa9351a1: Verifying Checksum [2021-02-08T20:07:45.501Z] df20fa9351a1: Download complete [2021-02-08T20:07:45.501Z] 93b9cdb0e59b: Download complete [2021-02-08T20:07:45.501Z] 93b61091891f: Verifying Checksum [2021-02-08T20:07:45.501Z] 93b61091891f: Download complete [2021-02-08T20:07:45.501Z] 5e14af77c1be: Verifying Checksum [2021-02-08T20:07:45.501Z] 5e14af77c1be: Download complete [2021-02-08T20:07:45.764Z] 01666e4c0597: Verifying Checksum [2021-02-08T20:07:45.764Z] 01666e4c0597: Download complete [2021-02-08T20:07:46.036Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T20:07:46.036Z] 8ad3a11d3b57: Download complete [2021-02-08T20:07:46.036Z] df20fa9351a1: Pull complete [2021-02-08T20:07:46.300Z] 36b3adc4ff6f: Pull complete [2021-02-08T20:07:47.707Z] 8ad3a11d3b57: Pull complete [2021-02-08T20:07:47.707Z] aa168da1d23b: Verifying Checksum [2021-02-08T20:07:47.707Z] aa168da1d23b: Download complete [2021-02-08T20:07:47.969Z] 46f8f816bc3b: Pull complete [2021-02-08T20:07:48.560Z] 93b61091891f: Pull complete [2021-02-08T20:07:48.560Z] 93b9cdb0e59b: Pull complete [2021-02-08T20:07:48.822Z] 5e14af77c1be: Pull complete [2021-02-08T20:07:48.822Z] 01666e4c0597: Pull complete [2021-02-08T20:07:57.004Z] aa168da1d23b: Pull complete [2021-02-08T20:07:57.004Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T20:07:57.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T20:07:57.004Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T20:07:57.168Z] prd-centos7-docker-4c-2g-25607 does not seem to be running inside a container [2021-02-08T20:07:57.298Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-08T20:08:00.203Z] $ docker top dc21efa24df49abd9a8c6823b1418958051f8548fe480cd642135229f4055c81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T20:08:00.845Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T20:08:01.147Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T20:08:01.461Z] + ls /var/log/sa-host [2021-02-08T20:08:01.462Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T20:08:01.462Z] file_magic: OK [2021-02-08T20:08:01.462Z] HZ: Using current value: 100 [2021-02-08T20:08:01.462Z] file_header: OK [2021-02-08T20:08:01.462Z] 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 [2021-02-08T20:08:01.462Z] Statistics: [2021-02-08T20:08:01.462Z] 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... [2021-02-08T20:08:01.462Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T20:08:01.462Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T20:08:01.462Z] file_magic: OK [2021-02-08T20:08:01.462Z] HZ: Using current value: 100 [2021-02-08T20:08:01.462Z] file_header: OK [2021-02-08T20:08:01.462Z] 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 [2021-02-08T20:08:01.462Z] Statistics: [2021-02-08T20:08:01.462Z] Hnuu...uuuununununu... [2021-02-08T20:08:01.462Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T20:08:01.677Z] provisioning config files... [2021-02-08T20:08:01.693Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config2907928887441733535tmp [Pipeline] { [Pipeline] echo [2021-02-08T20:08:01.761Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:08:02.065Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T20:08:02.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T20:08:02.231Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:08:02.529Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T20:08:02.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:08:02.859Z] ---> sudo-logs.sh [2021-02-08T20:08:02.859Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T20:08:02.870Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:08:03.166Z] ---> job-cost.sh [2021-02-08T20:08:03.167Z] lf-activate-venv: SKIPPING [2021-02-08T20:08:03.167Z] INFO: No Stack... [2021-02-08T20:08:04.112Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T20:08:04.374Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T20:08:04.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T20:08:04.681Z] ---> logs-deploy.sh [2021-02-08T20:08:04.681Z] lf-activate-venv: SKIPPING [2021-02-08T20:08:04.681Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hanoi/6 [2021-02-08T20:08:04.681Z] INFO: archiving workspace using pattern(s): [2021-02-08T20:08:06.070Z] Archives upload complete. [2021-02-08T20:08:06.332Z] INFO: archiving logs to Nexus [2021-02-08T20:08:07.277Z] ---> uname -a: [2021-02-08T20:08:07.277Z] Linux prd-centos7-docker-4c-2g-25607.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] ---> lscpu: [2021-02-08T20:08:07.277Z] Architecture: x86_64 [2021-02-08T20:08:07.277Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-08T20:08:07.277Z] Byte Order: Little Endian [2021-02-08T20:08:07.277Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-08T20:08:07.277Z] CPU(s): 4 [2021-02-08T20:08:07.277Z] On-line CPU(s) list: 0-3 [2021-02-08T20:08:07.277Z] Thread(s) per core: 1 [2021-02-08T20:08:07.277Z] Core(s) per socket: 1 [2021-02-08T20:08:07.277Z] Socket(s): 4 [2021-02-08T20:08:07.277Z] NUMA node(s): 1 [2021-02-08T20:08:07.277Z] Vendor ID: GenuineIntel [2021-02-08T20:08:07.277Z] CPU family: 6 [2021-02-08T20:08:07.277Z] Model: 44 [2021-02-08T20:08:07.277Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-08T20:08:07.277Z] Stepping: 1 [2021-02-08T20:08:07.277Z] CPU MHz: 2933.442 [2021-02-08T20:08:07.277Z] BogoMIPS: 5866.88 [2021-02-08T20:08:07.277Z] Virtualization: VT-x [2021-02-08T20:08:07.277Z] Hypervisor vendor: KVM [2021-02-08T20:08:07.277Z] Virtualization type: full [2021-02-08T20:08:07.277Z] L1d cache: 128 KiB [2021-02-08T20:08:07.277Z] L1i cache: 128 KiB [2021-02-08T20:08:07.277Z] L2 cache: 16 MiB [2021-02-08T20:08:07.277Z] L3 cache: 64 MiB [2021-02-08T20:08:07.277Z] NUMA node0 CPU(s): 0-3 [2021-02-08T20:08:07.277Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-08T20:08:07.277Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-08T20:08:07.277Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-08T20:08:07.277Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-08T20:08:07.277Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-08T20:08:07.277Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-08T20:08:07.277Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-08T20:08:07.277Z] Vulnerability Srbds: Not affected [2021-02-08T20:08:07.277Z] Vulnerability Tsx async abort: Not affected [2021-02-08T20:08:07.277Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] ---> nproc: [2021-02-08T20:08:07.277Z] 4 [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] ---> df -h: [2021-02-08T20:08:07.277Z] Filesystem Size Used Available Use% Mounted on [2021-02-08T20:08:07.277Z] overlay 50.0G 14.1G 35.9G 28% / [2021-02-08T20:08:07.277Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-08T20:08:07.277Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-08T20:08:07.277Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /facter-os [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/resolv.conf [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hostname [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hosts [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/secure [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/auth.log [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /run/cloud-init/result.json [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/sa-host [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/6 [2021-02-08T20:08:07.277Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/6@tmp [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] ---> free -m: [2021-02-08T20:08:07.277Z] total used free shared buff/cache available [2021-02-08T20:08:07.277Z] Mem: 1837 739 162 0 935 1030 [2021-02-08T20:08:07.277Z] Swap: 1023 91 932 [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z] ---> ip addr: [2021-02-08T20:08:07.277Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-08T20:08:07.277Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-08T20:08:07.277Z] inet 127.0.0.1/8 scope host lo [2021-02-08T20:08:07.277Z] valid_lft forever preferred_lft forever [2021-02-08T20:08:07.277Z] inet6 ::1/128 scope host [2021-02-08T20:08:07.277Z] valid_lft forever preferred_lft forever [2021-02-08T20:08:07.277Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-08T20:08:07.277Z] link/ether fa:16:3e:ba:1d:8b brd ff:ff:ff:ff:ff:ff [2021-02-08T20:08:07.277Z] inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-08T20:08:07.277Z] valid_lft 85265sec preferred_lft 85265sec [2021-02-08T20:08:07.277Z] inet6 fe80::f816:3eff:feba:1d8b/64 scope link [2021-02-08T20:08:07.277Z] valid_lft forever preferred_lft forever [2021-02-08T20:08:07.277Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-08T20:08:07.277Z] link/ether 02:42:84:a9:ed:2b brd ff:ff:ff:ff:ff:ff [2021-02-08T20:08:07.277Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-08T20:08:07.277Z] valid_lft forever preferred_lft forever [2021-02-08T20:08:07.277Z] inet6 fe80::42:84ff:fea9:ed2b/64 scope link [2021-02-08T20:08:07.277Z] valid_lft forever preferred_lft forever [2021-02-08T20:08:07.277Z] [2021-02-08T20:08:07.277Z]