Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b46b7e8111e4043173f976c96fadf622ec12f3cd 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23925 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision b46b7e8111e4043173f976c96fadf622ec12f3cd (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 Commit message: "Merge pull request #3099 from weichou1229/issue-3098" > git rev-list --no-walk 9a6eedb96835a64d2bad9fe97e001e25d5234329 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T07:51:19.279Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T07:51:19.577Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T07:51:19.671Z] ========================================================= [2021-01-29T07:51:19.671Z] EdgeX Global Pipelines Version Info [2021-01-29T07:51:19.671Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:51:21.196Z] ------------------- [2021-01-29T07:51:21.196Z] stable info: [2021-01-29T07:51:21.196Z] ------------------- [2021-01-29T07:51:21.196Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T07:51:21.196Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T07:51:21.196Z] Message: update stable to v1.0.179 [2021-01-29T07:51:22.148Z] ------------------- [2021-01-29T07:51:22.148Z] experimental info: [2021-01-29T07:51:22.148Z] ------------------- [2021-01-29T07:51:22.148Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T07:51:22.148Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T07:51:22.148Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T07:51:22.430Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T07:51:22.519Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T07:51:22.606Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T07:51:22.721Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T07:51:22.843Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T07:51:22.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T07:51:23.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T07:51:23.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T07:51:23.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T07:51:23.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T07:51:23.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T07:51:23.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T07:51:23.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T07:51:23.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T07:51:23.732Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T07:51:23.817Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T07:51:23.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T07:51:23.986Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T07:51:24.068Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T07:51:24.217Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T07:51:24.302Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T07:51:24.383Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T07:51:24.501Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T07:51:24.588Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-01-29T07:51:24.674Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-01-29T07:51:24.758Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-01-29T07:51:24.838Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] echo [2021-01-29T07:51:24.927Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b46b7e8 [Pipeline] echo [2021-01-29T07:51:25.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T07:51:25.188Z] provisioning config files... [2021-01-29T07:51:25.225Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5899112632025893776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:51:25.582Z] ---> docker-login.sh [2021-01-29T07:51:25.582Z] nexus3.edgexfoundry.org:10001 [2021-01-29T07:51:25.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:51:26.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:51:26.108Z] Configure a credential helper to remove this warning. See [2021-01-29T07:51:26.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:51:26.108Z] [2021-01-29T07:51:26.108Z] Login Succeeded [2021-01-29T07:51:26.108Z] nexus3.edgexfoundry.org:10002 [2021-01-29T07:51:26.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:51:26.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:51:26.108Z] Configure a credential helper to remove this warning. See [2021-01-29T07:51:26.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:51:26.108Z] [2021-01-29T07:51:26.108Z] Login Succeeded [2021-01-29T07:51:26.108Z] nexus3.edgexfoundry.org:10003 [2021-01-29T07:51:26.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:51:26.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:51:26.371Z] Configure a credential helper to remove this warning. See [2021-01-29T07:51:26.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:51:26.371Z] [2021-01-29T07:51:26.371Z] Login Succeeded [2021-01-29T07:51:26.371Z] nexus3.edgexfoundry.org:10004 [2021-01-29T07:51:26.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:51:26.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:51:26.633Z] Configure a credential helper to remove this warning. See [2021-01-29T07:51:26.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:51:26.633Z] [2021-01-29T07:51:26.633Z] Login Succeeded [2021-01-29T07:51:26.633Z] docker.io [2021-01-29T07:51:26.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:51:26.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:51:26.898Z] Configure a credential helper to remove this warning. See [2021-01-29T07:51:26.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:51:26.898Z] [2021-01-29T07:51:26.898Z] Login Succeeded [2021-01-29T07:51:26.898Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T07:51:26.908Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T07:51:27.379Z] ++ 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-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/support-logging/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo support-logging,cmd/support-logging/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T07:51:27.379Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:51:27.379Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T07:51:27.379Z] ++ cut -d/ -f2 [2021-01-29T07:51:27.379Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T07:51:27.452Z] 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-01-29T07:51:28.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:51:28.375Z] [2021-01-29T07:51:28.375Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:51:28.726Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:51:28.726Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T07:51:28.726Z] 31603596830f: Pulling fs layer [2021-01-29T07:51:28.726Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T07:51:28.726Z] 6ca5941a6612: Pulling fs layer [2021-01-29T07:51:28.726Z] ecc8261a40a4: Pulling fs layer [2021-01-29T07:51:28.726Z] ecc8261a40a4: Waiting [2021-01-29T07:51:28.726Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T07:51:28.726Z] 2a8b12db71e7: Download complete [2021-01-29T07:51:28.726Z] 31603596830f: Verifying Checksum [2021-01-29T07:51:28.726Z] 31603596830f: Download complete [2021-01-29T07:51:28.990Z] ecc8261a40a4: Verifying Checksum [2021-01-29T07:51:28.990Z] ecc8261a40a4: Download complete [2021-01-29T07:51:28.990Z] 6ca5941a6612: Verifying Checksum [2021-01-29T07:51:28.990Z] 6ca5941a6612: Download complete [2021-01-29T07:51:29.258Z] 31603596830f: Pull complete [2021-01-29T07:51:29.258Z] 2a8b12db71e7: Pull complete [2021-01-29T07:51:30.211Z] 6ca5941a6612: Pull complete [2021-01-29T07:51:30.474Z] ecc8261a40a4: Pull complete [2021-01-29T07:51:30.474Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T07:51:30.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:51:30.474Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T07:51:30.595Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T07:51:30.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T07:51:33.271Z] $ docker top f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T07:51:33.579Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T07:51:33.579Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T07:51:33.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T07:51:33.810Z] $ docker exec f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent [2021-01-29T07:51:33.973Z] SSH_AUTH_SOCK=/tmp/ssh-8yIiJGLU7OSg/agent.12 [2021-01-29T07:51:33.973Z] SSH_AGENT_PID=17 [2021-01-29T07:51:33.983Z] Running ssh-add (command line suppressed) [2021-01-29T07:51:34.100Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8085526758402850073.key (/w/workspace/edgex-go/3@tmp/private_key_8085526758402850073.key) [2021-01-29T07:51:34.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T07:51:34.484Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T07:51:34.507Z] $ docker exec --env ******** --env ******** f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent -k [2021-01-29T07:51:34.617Z] unset SSH_AUTH_SOCK; [2021-01-29T07:51:34.618Z] unset SSH_AGENT_PID; [2021-01-29T07:51:34.618Z] echo Agent pid 17 killed; [2021-01-29T07:51:34.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T07:51:34.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T07:51:34.823Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T07:51:34.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T07:51:34.993Z] $ docker exec f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent [2021-01-29T07:51:35.164Z] SSH_AUTH_SOCK=/tmp/ssh-oYRJPwHS6sOz/agent.47 [2021-01-29T07:51:35.164Z] SSH_AGENT_PID=53 [2021-01-29T07:51:35.171Z] Running ssh-add (command line suppressed) [2021-01-29T07:51:35.288Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8047134051246549704.key (/w/workspace/edgex-go/3@tmp/private_key_8047134051246549704.key) [2021-01-29T07:51:35.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T07:51:35.674Z] + git semver init [2021-01-29T07:51:35.675Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T07:51:35.675Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-29T07:51:35.675Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-29T07:51:35.675Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T07:51:35.675Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T07:51:35.675Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T07:51:35.675Z] # $SEMVER_BRANCH = hanoi [2021-01-29T07:51:35.675Z] # $SEMVER_TEMP = /tmp/semver-804811819 [2021-01-29T07:51:35.675Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T07:51:53.857Z] # '/tmp/semver-804811819' -> '/w/workspace/edgex-go/3/.semver' [2021-01-29T07:51:53.858Z] # -> Force: false [2021-01-29T07:51:53.858Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-29T07:51:53.874Z] $ docker exec --env ******** --env ******** f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent -k [2021-01-29T07:51:54.118Z] unset SSH_AUTH_SOCK; [2021-01-29T07:51:54.118Z] unset SSH_AGENT_PID; [2021-01-29T07:51:54.118Z] echo Agent pid 53 killed; [2021-01-29T07:51:54.224Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T07:51:54.696Z] + git semver [Pipeline] } [2021-01-29T07:51:54.716Z] $ docker stop --time=1 f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca [2021-01-29T07:51:56.309Z] $ docker rm -f f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T07:51:56.851Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T07:51:57.433Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T07:51:57.436Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.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-01-29T07:51:58.337Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:51:58.642Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:51:58.946Z] + sudo service docker restart [2021-01-29T07:51:58.946Z] + true [2021-01-29T07:51:58.946Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T07:51:59.542Z] ========================================================= [2021-01-29T07:51:59.542Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T07:51:59.542Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:51:59.891Z] + 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-01-29T07:52:05.213Z] Sending build context to Docker daemon 327.4MB [2021-01-29T07:52:05.213Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-29T07:52:05.213Z] Step 2/7 : FROM ${BASE} [2021-01-29T07:52:05.213Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T07:52:05.213Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T07:52:05.213Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T07:52:05.213Z] de9db76c5a1d: Pulling fs layer [2021-01-29T07:52:05.213Z] bca2f99d35d6: Pulling fs layer [2021-01-29T07:52:05.213Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T07:52:05.213Z] 7c6f9722023f: Pulling fs layer [2021-01-29T07:52:05.213Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T07:52:05.213Z] 93359f2a8cfa: Waiting [2021-01-29T07:52:05.213Z] 7c6f9722023f: Waiting [2021-01-29T07:52:05.213Z] a35cf1a2eb13: Waiting [2021-01-29T07:52:05.213Z] bca2f99d35d6: Waiting [2021-01-29T07:52:05.213Z] de9db76c5a1d: Download complete [2021-01-29T07:52:05.213Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T07:52:05.213Z] 0ef7d3d256c8: Download complete [2021-01-29T07:52:05.213Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T07:52:05.213Z] 93359f2a8cfa: Download complete [2021-01-29T07:52:05.213Z] 7c6f9722023f: Verifying Checksum [2021-01-29T07:52:05.213Z] 7c6f9722023f: Download complete [2021-01-29T07:52:05.213Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T07:52:05.213Z] 188c0c94c7c5: Download complete [2021-01-29T07:52:05.213Z] 188c0c94c7c5: Pull complete [2021-01-29T07:52:05.213Z] 0ef7d3d256c8: Pull complete [2021-01-29T07:52:05.478Z] de9db76c5a1d: Pull complete [2021-01-29T07:52:06.898Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T07:52:06.898Z] a35cf1a2eb13: Download complete [2021-01-29T07:52:06.898Z] bca2f99d35d6: Verifying Checksum [2021-01-29T07:52:06.898Z] bca2f99d35d6: Download complete [2021-01-29T07:52:12.287Z] bca2f99d35d6: Pull complete [2021-01-29T07:52:12.288Z] 93359f2a8cfa: Pull complete [2021-01-29T07:52:12.288Z] 7c6f9722023f: Pull complete [2021-01-29T07:52:12.807Z] Still waiting to schedule task [2021-01-29T07:52:12.807Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-29T07:52:17.608Z] a35cf1a2eb13: Pull complete [2021-01-29T07:52:17.608Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T07:52:17.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T07:52:17.608Z] ---> a62c8e92a672 [2021-01-29T07:52:17.608Z] 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-01-29T07:52:17.872Z] ---> Running in c9cf91c40d4b [2021-01-29T07:52:18.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:52:19.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:52:19.972Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T07:52:20.236Z] (2/12) Installing file (5.38-r0) [2021-01-29T07:52:20.236Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T07:52:20.499Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T07:52:27.108Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T07:52:27.108Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T07:52:27.108Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T07:52:27.108Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T07:52:27.370Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T07:52:27.370Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T07:52:27.370Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T07:52:27.633Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T07:52:27.633Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:52:27.633Z] OK: 233 MiB in 51 packages [2021-01-29T07:52:31.871Z] Removing intermediate container c9cf91c40d4b [2021-01-29T07:52:31.871Z] ---> d1646ba80f2d [2021-01-29T07:52:31.871Z] Step 4/7 : WORKDIR /edgex-go [2021-01-29T07:52:31.871Z] ---> Running in cf48756102e2 [2021-01-29T07:52:31.871Z] Removing intermediate container cf48756102e2 [2021-01-29T07:52:31.871Z] ---> 321d6833b097 [2021-01-29T07:52:31.871Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-29T07:52:32.132Z] latest: Pulling from library/docker [2021-01-29T07:52:32.132Z] 801bfaa63ef2: Pulling fs layer [2021-01-29T07:52:32.132Z] 4f7dc993c79e: Pulling fs layer [2021-01-29T07:52:32.132Z] d39d95e4997f: Pulling fs layer [2021-01-29T07:52:32.132Z] ae283de69b7d: Pulling fs layer [2021-01-29T07:52:32.132Z] 1962c7344fe5: Pulling fs layer [2021-01-29T07:52:32.132Z] aa7a3367c785: Pulling fs layer [2021-01-29T07:52:32.132Z] 5e259227d438: Pulling fs layer [2021-01-29T07:52:32.132Z] 1962c7344fe5: Waiting [2021-01-29T07:52:32.132Z] 5e259227d438: Waiting [2021-01-29T07:52:32.132Z] aa7a3367c785: Waiting [2021-01-29T07:52:32.132Z] ae283de69b7d: Waiting [2021-01-29T07:52:32.401Z] d39d95e4997f: Verifying Checksum [2021-01-29T07:52:32.401Z] d39d95e4997f: Download complete [2021-01-29T07:52:32.401Z] 4f7dc993c79e: Download complete [2021-01-29T07:52:32.401Z] 801bfaa63ef2: Verifying Checksum [2021-01-29T07:52:32.401Z] 801bfaa63ef2: Download complete [2021-01-29T07:52:32.401Z] 1962c7344fe5: Verifying Checksum [2021-01-29T07:52:32.401Z] 1962c7344fe5: Download complete [2021-01-29T07:52:32.401Z] aa7a3367c785: Verifying Checksum [2021-01-29T07:52:32.401Z] aa7a3367c785: Download complete [2021-01-29T07:52:32.670Z] 5e259227d438: Verifying Checksum [2021-01-29T07:52:32.670Z] 5e259227d438: Download complete [2021-01-29T07:52:32.670Z] 801bfaa63ef2: Pull complete [2021-01-29T07:52:32.936Z] 4f7dc993c79e: Pull complete [2021-01-29T07:52:33.201Z] d39d95e4997f: Pull complete [2021-01-29T07:52:33.201Z] ae283de69b7d: Verifying Checksum [2021-01-29T07:52:33.201Z] ae283de69b7d: Download complete [2021-01-29T07:52:36.534Z] ae283de69b7d: Pull complete [2021-01-29T07:52:36.534Z] 1962c7344fe5: Pull complete [2021-01-29T07:52:36.534Z] aa7a3367c785: Pull complete [2021-01-29T07:52:36.534Z] 5e259227d438: Pull complete [2021-01-29T07:52:36.534Z] Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf [2021-01-29T07:52:36.534Z] Status: Downloaded newer image for docker:latest [2021-01-29T07:52:38.466Z] ---> 2079f4160e75 [2021-01-29T07:52:38.466Z] Step 6/7 : COPY go.mod . [2021-01-29T07:52:38.466Z] ---> c590d7a1cd22 [2021-01-29T07:52:38.466Z] Step 7/7 : RUN go mod download [2021-01-29T07:52:38.466Z] ---> Running in 9f2410090108 [2021-01-29T07:53:00.508Z] Removing intermediate container 9f2410090108 [2021-01-29T07:53:00.508Z] ---> 93cb41bdcba6 [2021-01-29T07:53:00.508Z] Successfully built 93cb41bdcba6 [2021-01-29T07:53:00.508Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:53:00.832Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T07:53:00.832Z] . [Pipeline] withDockerContainer [2021-01-29T07:53:00.939Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T07:53:00.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-01-29T07:53:01.980Z] $ docker top d9fbb0443943a3ac390cf71ebc7ca636ad4ff1c30c4774eb6f6f5bcdd7c8e6f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:53:02.550Z] + go version [2021-01-29T07:53:02.550Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T07:53:02.564Z] $ docker stop --time=1 d9fbb0443943a3ac390cf71ebc7ca636ad4ff1c30c4774eb6f6f5bcdd7c8e6f8 [2021-01-29T07:53:03.898Z] $ docker rm -f d9fbb0443943a3ac390cf71ebc7ca636ad4ff1c30c4774eb6f6f5bcdd7c8e6f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:53:04.708Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T07:53:04.709Z] . [Pipeline] withDockerContainer [2021-01-29T07:53:04.821Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T07:53:04.868Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-01-29T07:53:05.675Z] $ docker top 0d31bb9d278c07ef41ac0e504c3c9675887a02721d554fc634a80a5fd47e39de -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T07:53:05.906Z] ========================================================= [2021-01-29T07:53:05.907Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T07:53:05.907Z] ========================================================= [Pipeline] sh [2021-01-29T07:53:06.196Z] + make test [2021-01-29T07:53:06.196Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T07:53:14.641Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T07:53:32.874Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T07:53:38.226Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T07:53:38.226Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T07:53:38.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T07:53:38.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T07:53:38.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T07:53:40.202Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2021-01-29T07:53:40.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T07:53:40.202Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2021-01-29T07:53:40.202Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T07:53:40.789Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T07:53:40.789Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T07:53:40.789Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T07:53:40.789Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T07:53:44.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements [2021-01-29T07:53:44.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T07:53:44.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T07:53:44.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T07:53:44.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T07:53:44.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T07:53:48.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T07:53:48.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T07:53:48.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T07:53:48.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.073s coverage: 64.9% of statements [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T07:53:48.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.412s coverage: 84.5% of statements [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T07:53:48.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T07:53:50.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T07:53:50.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T07:53:50.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T07:53:50.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T07:53:50.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2021-01-29T07:53:50.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T07:53:50.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-29T07:53:50.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T07:53:50.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T07:53:50.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T07:53:50.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T07:53:52.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.327s coverage: 95.7% of statements [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T07:53:52.611Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T07:53:52.611Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.0% of statements [no tests to run] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T07:53:52.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T07:53:52.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T07:53:52.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-01-29T07:53:52.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-01-29T07:53:52.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-01-29T07:53:52.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-01-29T07:53:53.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-29T07:53:54.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.370s coverage: 55.9% of statements [2021-01-29T07:53:54.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T07:53:54.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T07:53:54.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T07:53:54.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T07:53:54.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T07:53:54.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.092s coverage: 86.3% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.088s coverage: 72.2% of statements [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.399s coverage: 72.1% of statements [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.037s coverage: 96.8% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 36.5% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.1% of statements [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.044s coverage: 42.9% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.031s coverage: 100.0% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.048s coverage: 83.8% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T07:54:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-29T07:54:00.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T07:54:02.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements [2021-01-29T07:54:02.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T07:54:02.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T07:54:02.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T07:54:02.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T07:54:02.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T07:54:02.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-29T07:54:02.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T07:54:02.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-29T07:54:02.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T07:54:02.787Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-29T07:54:02.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T07:54:02.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-01-29T07:54:02.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T07:54:02.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T07:54:02.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T07:54:02.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T07:54:02.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-01-29T07:54:02.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T07:54:02.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T07:54:02.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-29T07:54:02.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements [2021-01-29T07:54:03.051Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-29T07:54:03.634Z] GO111MODULE=on go vet ./... [2021-01-29T07:54:30.408Z] gofmt -l . [2021-01-29T07:54:30.408Z] [ "`gofmt -l .`" = "" ] [2021-01-29T07:54:30.408Z] ./bin/test-go-mod-tidy.sh [2021-01-29T07:54:30.408Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T07:54:30.724Z] + ls -al . [2021-01-29T07:54:30.724Z] total 636 [2021-01-29T07:54:30.724Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 07:54 . [2021-01-29T07:54:30.724Z] drwxr-xr-x 4 root root 28 Jan 29 07:53 .. [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 07:51 .dockerignore [2021-01-29T07:54:30.724Z] drwxrwxr-x 8 1001 1001 162 Jan 29 07:51 .git [2021-01-29T07:54:30.724Z] drwxrwxr-x 3 1001 1001 125 Jan 29 07:51 .github [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 944 Jan 29 07:51 .gitignore [2021-01-29T07:54:30.724Z] drwx------ 3 1001 1001 45 Jan 29 07:51 .semver [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 07:51 .sonarcloud.properties [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:51 CONTRIBUTING.md [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 1035 Jan 29 07:51 Dockerfile.build [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 07:51 Jenkinsfile [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:51 LICENSE [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 6581 Jan 29 07:51 Makefile [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 6447 Jan 29 07:51 README.md [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 259 Jan 29 07:51 SECURITY.md [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 07:51 VERSION [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:51 ZMQWindows.md [2021-01-29T07:54:30.724Z] drwxrwxr-x 2 1001 1001 117 Jan 29 07:51 bin [2021-01-29T07:54:30.724Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 07:51 cmd [2021-01-29T07:54:30.724Z] -rw-r--r-- 1 root root 541382 Jan 29 07:54 coverage.out [2021-01-29T07:54:30.724Z] -rw-r--r-- 1 root root 1041 Jan 29 07:54 go.mod [2021-01-29T07:54:30.724Z] -rw-r--r-- 1 root root 18582 Jan 29 07:54 go.sum [2021-01-29T07:54:30.724Z] drwxrwxr-x 8 1001 1001 127 Jan 29 07:51 internal [2021-01-29T07:54:30.724Z] drwxrwxr-x 4 1001 1001 26 Jan 29 07:51 openapi [2021-01-29T07:54:30.724Z] drwxrwxr-x 4 1001 1001 71 Jan 29 07:51 snap [2021-01-29T07:54:30.724Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 07:51 version.go [Pipeline] sh [2021-01-29T07:54:31.040Z] + '[' -e coverage.out ] [2021-01-29T07:54:31.040Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T07:54:31.282Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T07:54:31.587Z] + make build [2021-01-29T07:54:31.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T07:54:41.762Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T07:54:43.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T07:54:45.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-29T07:54:46.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T07:54:47.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T07:54:48.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T07:54:49.191Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23928 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws [2021-01-29T07:54:49.241Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-29T07:54:49.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T07:54:51.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-29T07:54:52.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T07:54:53.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T07:54:54.420Z] using credential edgex-jenkins-ssh [2021-01-29T07:54:54.479Z] Cloning the remote Git repository [2021-01-29T07:54:54.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T07:54:54.547Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:54:54.662Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-29T07:54:54.751Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:54:54.754Z] > git --version # timeout=10 [2021-01-29T07:54:54.770Z] > git --version # 'git version 2.17.1' [2021-01-29T07:54:54.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:54:54.830Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:54:56.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2021-01-29T07:54:56.717Z] $ docker stop --time=1 0d31bb9d278c07ef41ac0e504c3c9675887a02721d554fc634a80a5fd47e39de [2021-01-29T07:54:58.366Z] $ docker rm -f 0d31bb9d278c07ef41ac0e504c3c9675887a02721d554fc634a80a5fd47e39de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:55:01.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:55:01.494Z] [2021-01-29T07:55:01.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:55:01.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:55:01.839Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T07:55:01.839Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T07:55:01.839Z] ca9280d653b3: Pulling fs layer [2021-01-29T07:55:01.839Z] 7e9c9ca2126c: Pulling fs layer [2021-01-29T07:55:02.105Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-29T07:55:02.105Z] cbdbe7a5bc2a: Download complete [2021-01-29T07:55:02.375Z] cbdbe7a5bc2a: Pull complete [2021-01-29T07:55:02.640Z] ca9280d653b3: Verifying Checksum [2021-01-29T07:55:02.640Z] ca9280d653b3: Download complete [2021-01-29T07:55:03.599Z] 7e9c9ca2126c: Download complete [2021-01-29T07:55:03.599Z] ca9280d653b3: Pull complete [2021-01-29T07:55:11.829Z] 7e9c9ca2126c: Pull complete [2021-01-29T07:55:11.829Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T07:55:11.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:55:11.829Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T07:55:12.181Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T07:55:12.303Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T07:55:13.338Z] $ docker top 3049e4fa1f78bf12499dffa73ec361aaf369a1c64f376c55ecbfcff8e997d427 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:55:13.875Z] + docker-compose build --help [2021-01-29T07:55:13.876Z] + grep parallel [2021-01-29T07:55:14.822Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T07:55:14.838Z] $ docker stop --time=1 3049e4fa1f78bf12499dffa73ec361aaf369a1c64f376c55ecbfcff8e997d427 [2021-01-29T07:55:16.201Z] $ docker rm -f 3049e4fa1f78bf12499dffa73ec361aaf369a1c64f376c55ecbfcff8e997d427 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:55:16.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:55:16.832Z] . [Pipeline] withDockerContainer [2021-01-29T07:55:16.932Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T07:55:16.981Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose:latest cat [2021-01-29T07:55:17.680Z] $ docker top 90cde44052f2f7f1c61dd5e4cc5e5b12dc680e1354b5a496cd44f5640f3232b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:55:18.190Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T07:55:19.055Z] Checking out Revision b46b7e8111e4043173f976c96fadf622ec12f3cd (hanoi) [2021-01-29T07:55:19.135Z] Building docker-core-command-go ... [2021-01-29T07:55:19.135Z] Building docker-core-data-go ... [2021-01-29T07:55:19.135Z] Building docker-core-metadata-go ... [2021-01-29T07:55:19.135Z] Building docker-security-bootstrap-redis-go ... [2021-01-29T07:55:19.135Z] Building docker-security-proxy-setup-go ... [2021-01-29T07:55:19.135Z] Building docker-security-secrets-setup-go ... [2021-01-29T07:55:19.135Z] Building docker-security-secretstore-setup-go ... [2021-01-29T07:55:19.135Z] Building docker-support-logging-go ... [2021-01-29T07:55:19.135Z] Building docker-support-notifications-go ... [2021-01-29T07:55:19.135Z] Building docker-support-scheduler-go ... [2021-01-29T07:55:19.135Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T07:55:19.135Z] Building docker-security-proxy-setup-go [2021-01-29T07:55:19.135Z] Building docker-core-data-go [2021-01-29T07:55:19.135Z] Building docker-security-secretstore-setup-go [2021-01-29T07:55:19.135Z] Building docker-sys-mgmt-agent-go [2021-01-29T07:55:19.135Z] Building docker-security-bootstrap-redis-go [2021-01-29T07:55:18.335Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:55:18.350Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:55:18.376Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:55:18.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:55:18.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:55:18.424Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-29T07:55:19.075Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:55:19.096Z] > git checkout -f b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 [2021-01-29T07:55:23.769Z] Commit message: "Merge pull request #3099 from weichou1229/issue-3098" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T07:55:25.316Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:55:25.779Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:55:26.136Z] + sudo service docker restart [2021-01-29T07:55:26.136Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T07:55:28.838Z] provisioning config files... [2021-01-29T07:55:28.888Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3772293968969139099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:55:29.302Z] ---> docker-login.sh [2021-01-29T07:55:29.302Z] nexus3.edgexfoundry.org:10001 [2021-01-29T07:55:29.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:55:30.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:55:30.502Z] Configure a credential helper to remove this warning. See [2021-01-29T07:55:30.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:55:30.502Z] [2021-01-29T07:55:30.502Z] Login Succeeded [2021-01-29T07:55:30.502Z] nexus3.edgexfoundry.org:10002 [2021-01-29T07:55:30.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:55:31.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:55:31.054Z] Configure a credential helper to remove this warning. See [2021-01-29T07:55:31.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:55:31.054Z] [2021-01-29T07:55:31.054Z] Login Succeeded [2021-01-29T07:55:31.054Z] nexus3.edgexfoundry.org:10003 [2021-01-29T07:55:31.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:55:31.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:55:31.605Z] Configure a credential helper to remove this warning. See [2021-01-29T07:55:31.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:55:31.605Z] [2021-01-29T07:55:31.606Z] Login Succeeded [2021-01-29T07:55:31.606Z] nexus3.edgexfoundry.org:10004 [2021-01-29T07:55:31.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:55:32.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:55:32.161Z] Configure a credential helper to remove this warning. See [2021-01-29T07:55:32.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:55:32.161Z] [2021-01-29T07:55:32.161Z] Login Succeeded [2021-01-29T07:55:32.161Z] docker.io [2021-01-29T07:55:32.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:55:32.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:55:32.709Z] Configure a credential helper to remove this warning. See [2021-01-29T07:55:32.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:55:32.709Z] [2021-01-29T07:55:32.709Z] Login Succeeded [2021-01-29T07:55:32.709Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T07:55:32.727Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T07:55:33.196Z] ========================================================= [2021-01-29T07:55:33.197Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T07:55:33.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:55:33.588Z] + 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-01-29T07:55:36.251Z] Sending build context to Docker daemon 166.1MB [2021-01-29T07:55:36.251Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-29T07:55:36.251Z] Step 2/7 : FROM ${BASE} [2021-01-29T07:55:36.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T07:55:36.251Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T07:55:36.251Z] a4357932f1b6: Pulling fs layer [2021-01-29T07:55:36.251Z] 18c013af1878: Pulling fs layer [2021-01-29T07:55:36.251Z] 00ac8860ef70: Pulling fs layer [2021-01-29T07:55:36.251Z] 63d7cb157983: Pulling fs layer [2021-01-29T07:55:36.251Z] b116817d02f9: Pulling fs layer [2021-01-29T07:55:36.251Z] 745a02a5169b: Pulling fs layer [2021-01-29T07:55:36.251Z] 00ac8860ef70: Waiting [2021-01-29T07:55:36.251Z] 63d7cb157983: Waiting [2021-01-29T07:55:36.251Z] b116817d02f9: Waiting [2021-01-29T07:55:36.251Z] 745a02a5169b: Waiting [2021-01-29T07:55:36.251Z] 18c013af1878: Download complete [2021-01-29T07:55:36.251Z] a4357932f1b6: Download complete [2021-01-29T07:55:36.251Z] 63d7cb157983: Download complete [2021-01-29T07:55:36.251Z] b116817d02f9: Download complete [2021-01-29T07:55:36.251Z] 5f621e34cdf4: Download complete [2021-01-29T07:55:36.856Z] 5f621e34cdf4: Pull complete [2021-01-29T07:55:37.460Z] a4357932f1b6: Pull complete [2021-01-29T07:55:38.073Z] 18c013af1878: Pull complete [2021-01-29T07:55:39.055Z] 745a02a5169b: Verifying Checksum [2021-01-29T07:55:39.055Z] 745a02a5169b: Download complete [2021-01-29T07:55:40.053Z] 00ac8860ef70: Verifying Checksum [2021-01-29T07:55:40.053Z] 00ac8860ef70: Download complete [2021-01-29T07:55:50.241Z] 00ac8860ef70: Pull complete [2021-01-29T07:55:50.516Z] 63d7cb157983: Pull complete [2021-01-29T07:55:51.111Z] b116817d02f9: Pull complete [2021-01-29T07:55:51.414Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:55:51.414Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:55:51.414Z] ---> 93cb41bdcba6 [2021-01-29T07:55:51.414Z] Step 3/27 : WORKDIR /edgex-go [2021-01-29T07:55:51.414Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:55:51.414Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:55:51.414Z] ---> 93cb41bdcba6 [2021-01-29T07:55:51.414Z] Step 3/20 : WORKDIR /edgex-go [2021-01-29T07:55:51.414Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:55:51.414Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:55:51.414Z] ---> 93cb41bdcba6 [2021-01-29T07:55:51.414Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:55:51.414Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:55:51.414Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:55:51.414Z] ---> 93cb41bdcba6 [2021-01-29T07:55:51.414Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T07:55:51.677Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:55:51.677Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:55:51.677Z] ---> 93cb41bdcba6 [2021-01-29T07:55:51.677Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:55:52.285Z] ---> Running in 5ed8c02d4bc8 [2021-01-29T07:55:52.285Z] ---> Running in 38d2b32c30d3 [2021-01-29T07:55:52.285Z] ---> Running in 4302b3fb583a [2021-01-29T07:55:52.285Z] ---> Running in a984081f82cf [2021-01-29T07:55:52.285Z] ---> Running in 5ade6a3fc372 [2021-01-29T07:55:52.871Z] Removing intermediate container a984081f82cf [2021-01-29T07:55:52.871Z] ---> 58f51f487958 [2021-01-29T07:55:52.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 4302b3fb583a [2021-01-29T07:55:52.871Z] [2021-01-29T07:55:52.871Z] ---> bf2b314dadea [2021-01-29T07:55:52.871Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:55:52.871Z] Removing intermediate container 5ade6a3fc372 [2021-01-29T07:55:52.871Z] ---> 49095408cc6c [2021-01-29T07:55:52.871Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:55:52.871Z] Removing intermediate container 38d2b32c30d3 [2021-01-29T07:55:52.871Z] ---> a8730866c299 [2021-01-29T07:55:52.871Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:55:52.871Z] Removing intermediate container 5ed8c02d4bc8 [2021-01-29T07:55:52.871Z] ---> a7269c0df729 [2021-01-29T07:55:52.871Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:55:52.871Z] ---> Running in 4a2e3e3b4bc1 [2021-01-29T07:55:52.871Z] ---> Running in e628f73bbbc6 [2021-01-29T07:55:52.871Z] ---> Running in ec241091c48c [2021-01-29T07:55:52.871Z] ---> Running in 08076fdaec70 [2021-01-29T07:55:52.871Z] ---> Running in 18bb0c6b9e28 [2021-01-29T07:55:54.811Z] Removing intermediate container e628f73bbbc6 [2021-01-29T07:55:54.811Z] ---> 915282cec2fb [2021-01-29T07:55:54.811Z] Step 5/24 : RUN apk update && apk add make git [2021-01-29T07:55:55.075Z] Removing intermediate container ec241091c48c [2021-01-29T07:55:55.075Z] ---> 2fde9a6d71f0 [2021-01-29T07:55:55.075Z] Step 5/22 : RUN apk update && apk add make git [2021-01-29T07:55:55.075Z] Removing intermediate container 4a2e3e3b4bc1 [2021-01-29T07:55:55.075Z] ---> 8db1fb95e679 [2021-01-29T07:55:55.075Z] Step 5/20 : RUN apk update && apk add make git [2021-01-29T07:55:55.075Z] ---> Running in a7d467393f15 [2021-01-29T07:55:55.336Z] ---> Running in 0143bfbe1b6f [2021-01-29T07:55:55.336Z] Removing intermediate container 08076fdaec70 [2021-01-29T07:55:55.336Z] ---> 3383f0482516 [2021-01-29T07:55:55.336Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T07:55:55.336Z] Removing intermediate container 18bb0c6b9e28 [2021-01-29T07:55:55.337Z] ---> ae1dd9ae6056 [2021-01-29T07:55:55.337Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-29T07:55:55.337Z] ---> Running in eb238a326f77 [2021-01-29T07:55:55.456Z] 745a02a5169b: Pull complete [2021-01-29T07:55:55.456Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T07:55:55.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T07:55:55.456Z] ---> b7e6874047d6 [2021-01-29T07:55:55.456Z] 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-01-29T07:55:55.600Z] ---> Running in f95ccc248ed0 [2021-01-29T07:55:55.600Z] ---> Running in 0d72bb10f000 [2021-01-29T07:55:56.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:56.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:56.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:56.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:56.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:57.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:57.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:57.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:57.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:57.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:55:57.555Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:55:57.555Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:55:57.555Z] OK: 12752 distinct packages available [2021-01-29T07:55:57.555Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:55:57.555Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:55:57.555Z] OK: 12752 distinct packages available [2021-01-29T07:55:57.555Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:55:57.555Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:55:57.555Z] OK: 12752 distinct packages available [2021-01-29T07:55:57.819Z] OK: 233 MiB in 51 packages [2021-01-29T07:55:57.819Z] OK: 233 MiB in 51 packages [2021-01-29T07:55:57.819Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:55:57.819Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:55:57.819Z] OK: 12752 distinct packages available [2021-01-29T07:55:57.819Z] OK: 233 MiB in 51 packages [2021-01-29T07:55:58.083Z] OK: 233 MiB in 51 packages [2021-01-29T07:55:58.089Z] ---> Running in 204dea2a5baa [2021-01-29T07:55:58.346Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:55:58.346Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:55:58.346Z] OK: 12752 distinct packages available [2021-01-29T07:55:58.616Z] OK: 233 MiB in 51 packages [2021-01-29T07:55:58.888Z] Removing intermediate container a7d467393f15 [2021-01-29T07:55:58.888Z] ---> 68f40afa7895 [2021-01-29T07:55:58.888Z] Step 6/24 : COPY go.mod . [2021-01-29T07:55:58.888Z] Removing intermediate container 0143bfbe1b6f [2021-01-29T07:55:58.888Z] ---> 5e15937f28c3 [2021-01-29T07:55:58.888Z] Step 6/22 : COPY go.mod . [2021-01-29T07:55:58.888Z] Removing intermediate container eb238a326f77 [2021-01-29T07:55:58.888Z] ---> 907c49b71e8e [2021-01-29T07:55:58.888Z] Step 6/20 : COPY go.mod . [2021-01-29T07:55:59.156Z] Removing intermediate container f95ccc248ed0 [2021-01-29T07:55:59.156Z] ---> 0ffe741c1e2b [2021-01-29T07:55:59.156Z] Step 6/23 : COPY go.mod . [2021-01-29T07:55:59.156Z] ---> 84bda60d1c31 [2021-01-29T07:55:59.156Z] Step 7/22 : RUN go mod download [2021-01-29T07:55:59.419Z] ---> f6c958302ef8 [2021-01-29T07:55:59.419Z] Step 7/20 : RUN go mod download [2021-01-29T07:55:59.419Z] ---> 8c5ef65a76c3 [2021-01-29T07:55:59.419Z] Step 7/24 : RUN go mod download [2021-01-29T07:55:59.419Z] Removing intermediate container 0d72bb10f000 [2021-01-29T07:55:59.419Z] ---> 35f13955c5fa [2021-01-29T07:55:59.419Z] Step 6/27 : COPY go.mod . [2021-01-29T07:55:59.419Z] ---> Running in 01a80ccfd73f [2021-01-29T07:55:59.419Z] ---> 70ab2b98590d [2021-01-29T07:55:59.419Z] Step 7/23 : RUN go mod download [2021-01-29T07:55:59.419Z] ---> Running in 7e4c001b5578 [2021-01-29T07:55:59.419Z] ---> Running in b0cfa86788ea [2021-01-29T07:55:59.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:55:59.686Z] ---> Running in 3afdd9f48dbd [2021-01-29T07:55:59.952Z] ---> a31e4171bf92 [2021-01-29T07:55:59.952Z] Step 7/27 : RUN go mod download [2021-01-29T07:55:59.952Z] ---> Running in 6a5bcd3265ad [2021-01-29T07:56:00.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:56:01.470Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T07:56:01.470Z] (2/12) Installing file (5.38-r0) [2021-01-29T07:56:01.744Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T07:56:01.744Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T07:56:02.541Z] Removing intermediate container 01a80ccfd73f [2021-01-29T07:56:02.541Z] ---> 858ae6eebee0 [2021-01-29T07:56:02.541Z] Step 8/22 : COPY . . [2021-01-29T07:56:02.541Z] Removing intermediate container 7e4c001b5578 [2021-01-29T07:56:02.541Z] ---> 7e4a521042e4 [2021-01-29T07:56:02.541Z] Step 8/20 : COPY . . [2021-01-29T07:56:02.541Z] Removing intermediate container 6a5bcd3265ad [2021-01-29T07:56:02.541Z] ---> 2d30470a7adc [2021-01-29T07:56:02.541Z] Step 8/27 : COPY . . [2021-01-29T07:56:02.541Z] Removing intermediate container b0cfa86788ea [2021-01-29T07:56:02.541Z] ---> d9b7cf7f9be5 [2021-01-29T07:56:02.541Z] Step 8/24 : COPY . . [2021-01-29T07:56:02.541Z] Removing intermediate container 3afdd9f48dbd [2021-01-29T07:56:02.541Z] ---> 7f83e66bf84c [2021-01-29T07:56:02.541Z] Step 8/23 : COPY . . [2021-01-29T07:56:05.132Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T07:56:05.132Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T07:56:05.132Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T07:56:05.132Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T07:56:05.132Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T07:56:05.403Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T07:56:05.403Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T07:56:05.996Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T07:56:05.996Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:56:05.996Z] OK: 217 MiB in 51 packages [2021-01-29T07:56:10.298Z] Removing intermediate container 204dea2a5baa [2021-01-29T07:56:10.298Z] ---> 1c468f22361b [2021-01-29T07:56:10.298Z] Step 4/7 : WORKDIR /edgex-go [2021-01-29T07:56:10.298Z] ---> Running in 6da881982fb6 [2021-01-29T07:56:10.578Z] Removing intermediate container 6da881982fb6 [2021-01-29T07:56:10.578Z] ---> e0f630071c57 [2021-01-29T07:56:10.578Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-29T07:56:11.176Z] latest: Pulling from library/docker [2021-01-29T07:56:11.176Z] 159e5727ea61: Pulling fs layer [2021-01-29T07:56:11.176Z] 687389c36290: Pulling fs layer [2021-01-29T07:56:11.176Z] 94e28978939c: Pulling fs layer [2021-01-29T07:56:11.176Z] 81bd9c9fe1b1: Pulling fs layer [2021-01-29T07:56:11.176Z] 0c5a7137269a: Pulling fs layer [2021-01-29T07:56:11.176Z] 650eeba05d50: Pulling fs layer [2021-01-29T07:56:11.176Z] 283d3dba4d5b: Pulling fs layer [2021-01-29T07:56:11.176Z] 81bd9c9fe1b1: Waiting [2021-01-29T07:56:11.176Z] 0c5a7137269a: Waiting [2021-01-29T07:56:11.176Z] 650eeba05d50: Waiting [2021-01-29T07:56:11.176Z] 283d3dba4d5b: Waiting [2021-01-29T07:56:11.176Z] 94e28978939c: Verifying Checksum [2021-01-29T07:56:11.176Z] 94e28978939c: Download complete [2021-01-29T07:56:11.455Z] 159e5727ea61: Verifying Checksum [2021-01-29T07:56:11.455Z] 159e5727ea61: Download complete [2021-01-29T07:56:11.742Z] 0c5a7137269a: Download complete [2021-01-29T07:56:11.743Z] 687389c36290: Verifying Checksum [2021-01-29T07:56:11.743Z] 687389c36290: Download complete [2021-01-29T07:56:11.743Z] 283d3dba4d5b: Verifying Checksum [2021-01-29T07:56:11.743Z] 283d3dba4d5b: Download complete [2021-01-29T07:56:11.743Z] 650eeba05d50: Verifying Checksum [2021-01-29T07:56:11.743Z] 650eeba05d50: Download complete [2021-01-29T07:56:12.356Z] 159e5727ea61: Pull complete [2021-01-29T07:56:12.958Z] 687389c36290: Pull complete [2021-01-29T07:56:12.958Z] 81bd9c9fe1b1: Verifying Checksum [2021-01-29T07:56:12.958Z] 81bd9c9fe1b1: Download complete [2021-01-29T07:56:13.238Z] 94e28978939c: Pull complete [2021-01-29T07:56:17.567Z] 81bd9c9fe1b1: Pull complete [2021-01-29T07:56:17.567Z] 0c5a7137269a: Pull complete [2021-01-29T07:56:18.158Z] 650eeba05d50: Pull complete [2021-01-29T07:56:18.432Z] 283d3dba4d5b: Pull complete [2021-01-29T07:56:18.433Z] Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf [2021-01-29T07:56:18.433Z] Status: Downloaded newer image for docker:latest [2021-01-29T07:56:21.844Z] ---> 7625bf8e33f5 [2021-01-29T07:56:21.844Z] Step 6/7 : COPY go.mod . [2021-01-29T07:56:22.437Z] ---> 047c59b5d0cc [2021-01-29T07:56:22.437Z] Step 7/7 : RUN go mod download [2021-01-29T07:56:22.708Z] ---> Running in 925f03eb2a0b [2021-01-29T07:56:41.510Z] ---> 04e0b8be1634 [2021-01-29T07:56:41.510Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> bb5f58b78b79 [2021-01-29T07:56:41.510Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T07:56:41.510Z] [2021-01-29T07:56:41.510Z] ---> Running in bc6d68076383 [2021-01-29T07:56:41.510Z] ---> Running in 96cddf353c69 [2021-01-29T07:56:41.510Z] ---> 55d04a30e478 [2021-01-29T07:56:41.510Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T07:56:41.510Z] ---> adcd58d6ee7f [2021-01-29T07:56:41.510Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-29T07:56:41.510Z] ---> 7659d8b6b398 [2021-01-29T07:56:41.510Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-01-29T07:56:41.510Z] ---> Running in 3ecdc2c21964 [2021-01-29T07:56:41.510Z] ---> Running in 733b98d87862 [2021-01-29T07:56:41.510Z] ---> Running in 50eab5ab8369 [2021-01-29T07:56:41.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T07:56:41.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T07:56:41.510Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T07:56:41.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T07:56:41.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T07:56:49.493Z] Removing intermediate container 925f03eb2a0b [2021-01-29T07:56:49.493Z] ---> 39180d60d985 [2021-01-29T07:56:49.493Z] Successfully built 39180d60d985 [2021-01-29T07:56:49.493Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:56:49.834Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T07:56:49.834Z] . [Pipeline] withDockerContainer [2021-01-29T07:56:50.106Z] prd-ubuntu18.04-docker-arm64-4c-16g-23928 does not seem to be running inside a container [2021-01-29T07:56:50.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-01-29T07:56:51.715Z] $ docker top 78e4fa446afa36126e23f937aa597d2136183fab9c453b2efdbd3367a3dffe9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:56:52.756Z] + go version [2021-01-29T07:56:52.756Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T07:56:52.778Z] $ docker stop --time=1 78e4fa446afa36126e23f937aa597d2136183fab9c453b2efdbd3367a3dffe9b [2021-01-29T07:56:54.737Z] $ docker rm -f 78e4fa446afa36126e23f937aa597d2136183fab9c453b2efdbd3367a3dffe9b [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-01-29T07:56:55.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:56:55.899Z] [2021-01-29T07:56:55.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:56:56.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:56:56.289Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T07:56:56.289Z] 29e5d40040c1: Pulling fs layer [2021-01-29T07:56:56.289Z] 1ce36da41761: Pulling fs layer [2021-01-29T07:56:56.289Z] 25b303627fd3: Pulling fs layer [2021-01-29T07:56:56.888Z] 29e5d40040c1: Verifying Checksum [2021-01-29T07:56:56.888Z] 29e5d40040c1: Download complete [2021-01-29T07:56:57.489Z] 1ce36da41761: Verifying Checksum [2021-01-29T07:56:57.489Z] 1ce36da41761: Download complete [2021-01-29T07:56:57.761Z] 29e5d40040c1: Pull complete [2021-01-29T07:56:58.732Z] 1ce36da41761: Pull complete [2021-01-29T07:56:59.004Z] 25b303627fd3: Verifying Checksum [2021-01-29T07:56:59.004Z] 25b303627fd3: Download complete [2021-01-29T07:57:08.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T07:57:09.164Z] 25b303627fd3: Pull complete [2021-01-29T07:57:09.165Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T07:57:09.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:57:09.165Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T07:57:09.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-23928 does not seem to be running inside a container [2021-01-29T07:57:09.510Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose-arm64:latest cat [2021-01-29T07:57:12.446Z] $ docker top 04779f77a6a49e51371a480055face6d50ef0952ac4e72ba73a878da9561fddb -eo pid,comm [Pipeline] { [2021-01-29T07:57:12.763Z] Removing intermediate container 50eab5ab8369 [2021-01-29T07:57:12.763Z] ---> 393ff5fb1466 [2021-01-29T07:57:12.763Z] [2021-01-29T07:57:12.763Z] Step 10/20 : FROM alpine [2021-01-29T07:57:12.763Z] latest: Pulling from library/alpine [Pipeline] sh [2021-01-29T07:57:13.440Z] + docker-compose build --help [2021-01-29T07:57:13.440Z] + grep parallel [2021-01-29T07:57:13.762Z] Removing intermediate container 96cddf353c69 [2021-01-29T07:57:13.762Z] ---> 27b485c9c21d [2021-01-29T07:57:13.762Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T07:57:13.762Z] Removing intermediate container 733b98d87862 [2021-01-29T07:57:13.762Z] ---> 8f3dbb0451e6 [2021-01-29T07:57:13.762Z] [2021-01-29T07:57:13.762Z] Step 10/22 : FROM alpine:3.10 [2021-01-29T07:57:13.762Z] ---> Running in 5576e3853b43 [2021-01-29T07:57:13.762Z] 3.10: Pulling from library/alpine [2021-01-29T07:57:15.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T07:57:15.166Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-29T07:57:15.166Z] Status: Downloaded newer image for alpine:latest [2021-01-29T07:57:15.166Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-29T07:57:15.166Z] ---> 7731472c3f2a [2021-01-29T07:57:15.166Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-29T07:57:15.166Z] Status: Downloaded newer image for alpine:3.10 [2021-01-29T07:57:15.166Z] ---> be4e4bea2c2e [2021-01-29T07:57:15.166Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-29T07:57:16.124Z] ---> Running in f2fa3c350187 [2021-01-29T07:57:16.402Z] ---> Running in a69c1afd7fa5 [2021-01-29T07:57:16.402Z] Removing intermediate container bc6d68076383 [2021-01-29T07:57:16.402Z] ---> c91b4f75e8fa [2021-01-29T07:57:16.402Z] [2021-01-29T07:57:16.402Z] Step 10/24 : FROM alpine:3.10 [2021-01-29T07:57:16.402Z] ---> be4e4bea2c2e [2021-01-29T07:57:16.402Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-29T07:57:16.402Z] ---> Running in 903cfa31ac1c [2021-01-29T07:57:16.812Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T07:57:16.833Z] $ docker stop --time=1 04779f77a6a49e51371a480055face6d50ef0952ac4e72ba73a878da9561fddb [2021-01-29T07:57:17.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:17.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:17.370Z] Removing intermediate container 5576e3853b43 [2021-01-29T07:57:17.370Z] ---> ff67c5614d21 [2021-01-29T07:57:17.370Z] [2021-01-29T07:57:17.370Z] Step 11/27 : FROM docker:latest [2021-01-29T07:57:17.370Z] ---> 1b003a99702a [2021-01-29T07:57:17.370Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-29T07:57:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:17.647Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-29T07:57:17.647Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-29T07:57:17.647Z] OK: 10350 distinct packages available [2021-01-29T07:57:17.647Z] ---> Running in ac5fcfc7e156 [2021-01-29T07:57:17.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:17.647Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-29T07:57:17.647Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-29T07:57:17.647Z] OK: 10350 distinct packages available [2021-01-29T07:57:17.647Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-29T07:57:17.647Z] v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-29T07:57:17.647Z] v3.13.0-148-gf6ffc9ee66 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-29T07:57:17.647Z] OK: 13881 distinct packages available [2021-01-29T07:57:17.647Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-29T07:57:17.945Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-29T07:57:17.945Z] (4/5) Installing curl (7.66.0-r3) [2021-01-29T07:57:17.945Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T07:57:17.945Z] Executing busybox-1.30.1-r3.trigger [2021-01-29T07:57:17.945Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-29T07:57:17.945Z] Executing ca-certificates-20191127-r2.trigger [2021-01-29T07:57:17.945Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-29T07:57:17.945Z] OK: 7 MiB in 19 packages [2021-01-29T07:57:17.945Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-29T07:57:17.945Z] (4/5) Installing curl (7.66.0-r3) [2021-01-29T07:57:17.945Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T07:57:17.945Z] Executing busybox-1.30.1-r3.trigger [2021-01-29T07:57:17.945Z] Executing ca-certificates-20191127-r2.trigger [2021-01-29T07:57:17.945Z] OK: 7 MiB in 19 packages [2021-01-29T07:57:18.215Z] (1/5) Installing ca-certificates (20191127-r5) [2021-01-29T07:57:18.215Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-01-29T07:57:18.215Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-01-29T07:57:18.765Z] $ docker rm -f 04779f77a6a49e51371a480055face6d50ef0952ac4e72ba73a878da9561fddb [2021-01-29T07:57:18.789Z] (4/5) Installing libcurl (7.74.0-r0) [2021-01-29T07:57:18.790Z] (5/5) Installing curl (7.74.0-r0) [2021-01-29T07:57:18.790Z] Executing busybox-1.32.1-r0.trigger [2021-01-29T07:57:18.790Z] Executing ca-certificates-20191127-r5.trigger [2021-01-29T07:57:18.790Z] OK: 8 MiB in 19 packages [2021-01-29T07:57:19.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:19.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-01-29T07:57:19.314Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T07:57:19.314Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T07:57:19.314Z] Executing bash-5.0.17-r0.post-install [2021-01-29T07:57:19.314Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:57:19.314Z] OK: 12 MiB in 22 packages [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:57:19.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:57:19.704Z] . [Pipeline] withDockerContainer [2021-01-29T07:57:20.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-23928 does not seem to be running inside a container [2021-01-29T07:57:20.113Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-29T07:57:20.264Z] Removing intermediate container a69c1afd7fa5 [2021-01-29T07:57:20.264Z] ---> 7891a7f63656 [2021-01-29T07:57:20.264Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-29T07:57:20.531Z] ---> Running in de597e2fb781 [2021-01-29T07:57:20.531Z] Removing intermediate container 903cfa31ac1c [2021-01-29T07:57:20.531Z] ---> c0464abb14ac [2021-01-29T07:57:20.531Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:57:21.582Z] $ docker top 0d6e8d8223f9cd32cc91971a4dd281f785aeece4d43484ecfc4268088017e200 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:57:22.668Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T07:57:23.107Z] ---> Running in 23d721626269 [2021-01-29T07:57:23.683Z] Removing intermediate container ac5fcfc7e156 [2021-01-29T07:57:23.683Z] ---> 7ab572e6bf69 [2021-01-29T07:57:23.683Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-29T07:57:23.683Z] Removing intermediate container de597e2fb781 [2021-01-29T07:57:23.683Z] ---> 53cdfde30b69 [2021-01-29T07:57:23.683Z] Step 13/22 : WORKDIR / [2021-01-29T07:57:23.683Z] Removing intermediate container f2fa3c350187 [2021-01-29T07:57:23.683Z] ---> 886a4661df44 [2021-01-29T07:57:23.683Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:57:23.947Z] Removing intermediate container 3ecdc2c21964 [2021-01-29T07:57:23.947Z] ---> 7bd9df6b0da2 [2021-01-29T07:57:23.947Z] [2021-01-29T07:57:23.947Z] Step 10/23 : FROM alpine [2021-01-29T07:57:23.947Z] ---> 7731472c3f2a [2021-01-29T07:57:23.947Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T07:57:23.947Z] ---> Running in 3ed9f2a05185 [2021-01-29T07:57:23.947Z] Removing intermediate container 23d721626269 [2021-01-29T07:57:23.947Z] ---> 0e7d56811102 [2021-01-29T07:57:23.947Z] Step 13/24 : WORKDIR / [2021-01-29T07:57:23.947Z] ---> Running in 8645f68e9415 [2021-01-29T07:57:23.947Z] ---> Running in 87087f429770 [2021-01-29T07:57:24.211Z] ---> Running in d3709a4cf36e [2021-01-29T07:57:24.211Z] ---> Running in d2599ae14874 [2021-01-29T07:57:24.480Z] Removing intermediate container 8645f68e9415 [2021-01-29T07:57:24.480Z] ---> b5c17c7c6421 [2021-01-29T07:57:24.480Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-29T07:57:24.480Z] Removing intermediate container 87087f429770 [2021-01-29T07:57:24.480Z] ---> ac136c7d1689 [2021-01-29T07:57:24.480Z] Step 13/20 : WORKDIR /edgex [2021-01-29T07:57:24.480Z] Removing intermediate container d3709a4cf36e [2021-01-29T07:57:24.480Z] ---> e4b3f5603d2d [2021-01-29T07:57:24.480Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T07:57:24.480Z] Removing intermediate container d2599ae14874 [2021-01-29T07:57:24.480Z] ---> f650e687bd89 [2021-01-29T07:57:24.480Z] 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-01-29T07:57:24.746Z] ---> Running in 4f7f2a942b5c [2021-01-29T07:57:24.746Z] ---> Running in 25dd60da14a8 [2021-01-29T07:57:25.011Z] ---> c662ee9337f1 [2021-01-29T07:57:25.011Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-29T07:57:25.279Z] Removing intermediate container 25dd60da14a8 [2021-01-29T07:57:25.279Z] ---> bc7178fec8a3 [2021-01-29T07:57:25.279Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T07:57:25.279Z] ---> 27ff1a61f1ca [2021-01-29T07:57:25.279Z] 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-01-29T07:57:25.279Z] Removing intermediate container 4f7f2a942b5c [2021-01-29T07:57:25.279Z] ---> 05e1610bca0d [2021-01-29T07:57:25.279Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T07:57:25.279Z] ---> Running in ba4c41a86198 [2021-01-29T07:57:25.542Z] Removing intermediate container 3ed9f2a05185 [2021-01-29T07:57:25.542Z] ---> 7fdd9bb4593b [2021-01-29T07:57:25.542Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T07:57:25.542Z] ---> a64362416c5e [2021-01-29T07:57:25.542Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-29T07:57:25.804Z] ---> Running in abfdd69b745b [2021-01-29T07:57:25.804Z] ---> 54833bc2c074 [2021-01-29T07:57:25.804Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T07:57:25.804Z] ---> d2e2c932e095 [2021-01-29T07:57:25.804Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T07:57:25.804Z] Removing intermediate container ba4c41a86198 [2021-01-29T07:57:25.804Z] ---> 6fbd154f531f [2021-01-29T07:57:25.804Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:57:26.099Z] ---> 23d6bf743308 [2021-01-29T07:57:26.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-29T07:57:26.099Z] ---> Running in 969f966e49de [2021-01-29T07:57:26.099Z] Removing intermediate container abfdd69b745b [2021-01-29T07:57:26.099Z] ---> e0c231adcced [2021-01-29T07:57:26.099Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-29T07:57:26.402Z] ---> e4fafd7a4827 [2021-01-29T07:57:26.402Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T07:57:26.402Z] ---> Running in f590e169e0c7 [2021-01-29T07:57:26.698Z] ---> 896ed6cb203e [2021-01-29T07:57:26.698Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T07:57:26.698Z] ---> 773fa9a11aad [2021-01-29T07:57:26.698Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-29T07:57:26.959Z] Building docker-core-command-go ... [2021-01-29T07:57:26.959Z] Building docker-core-data-go ... [2021-01-29T07:57:26.959Z] Building docker-core-metadata-go ... [2021-01-29T07:57:26.959Z] Building docker-security-bootstrap-redis-go ... [2021-01-29T07:57:26.959Z] Building docker-security-proxy-setup-go ... [2021-01-29T07:57:26.959Z] Building docker-security-secrets-setup-go ... [2021-01-29T07:57:26.959Z] Building docker-security-secretstore-setup-go ... [2021-01-29T07:57:26.959Z] Building docker-support-logging-go ... [2021-01-29T07:57:26.959Z] Building docker-support-notifications-go ... [2021-01-29T07:57:26.959Z] Building docker-support-scheduler-go ... [2021-01-29T07:57:26.959Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T07:57:26.959Z] Building docker-security-bootstrap-redis-go [2021-01-29T07:57:26.959Z] Building docker-sys-mgmt-agent-go [2021-01-29T07:57:26.959Z] Building docker-core-data-go [2021-01-29T07:57:26.959Z] Building docker-support-notifications-go [2021-01-29T07:57:26.959Z] Building docker-security-proxy-setup-go [2021-01-29T07:57:27.016Z] Removing intermediate container f590e169e0c7 [2021-01-29T07:57:27.016Z] ---> 4b99e950f804 [2021-01-29T07:57:27.016Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-29T07:57:27.016Z] ---> Running in c67fe3f7847a [2021-01-29T07:57:27.016Z] ---> Running in d91941326d33 [2021-01-29T07:57:27.016Z] ---> 8962463873ea [2021-01-29T07:57:27.016Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T07:57:27.336Z] ---> Running in f6ef55449e5b [2021-01-29T07:57:27.336Z] Removing intermediate container c67fe3f7847a [2021-01-29T07:57:27.336Z] ---> 497997d27ce8 [2021-01-29T07:57:27.336Z] Step 17/20 : CMD ["--init=true"] [2021-01-29T07:57:27.601Z] ---> Running in a95d5a5258e7 [2021-01-29T07:57:27.601Z] Removing intermediate container f6ef55449e5b [2021-01-29T07:57:27.601Z] ---> bed2b437a584 [2021-01-29T07:57:27.601Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T07:57:27.877Z] ---> 42e1a80c49ba [2021-01-29T07:57:27.877Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T07:57:28.140Z] Removing intermediate container a95d5a5258e7 [2021-01-29T07:57:28.140Z] ---> f32f0c7a6ae1 [2021-01-29T07:57:28.140Z] Step 18/20 : LABEL arch=x86_64 [2021-01-29T07:57:28.715Z] Removing intermediate container 969f966e49de [2021-01-29T07:57:28.715Z] ---> 80e67274d0a6 [2021-01-29T07:57:28.715Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-29T07:57:28.980Z] ---> Running in 7191a300fee5 [2021-01-29T07:57:28.980Z] ---> Running in 1a54d9d87861 [2021-01-29T07:57:29.242Z] ---> 3149a95957ce [2021-01-29T07:57:29.242Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-29T07:57:29.242Z] ---> f581b08dba3a [2021-01-29T07:57:29.242Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T07:57:29.505Z] ---> Running in 44c8f120c49e [2021-01-29T07:57:29.505Z] Removing intermediate container 7191a300fee5 [2021-01-29T07:57:29.505Z] ---> 396bb639eb06 [2021-01-29T07:57:29.505Z] Step 19/20 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T07:57:29.770Z] Removing intermediate container d91941326d33 [2021-01-29T07:57:29.770Z] ---> be5f56f369de [2021-01-29T07:57:29.770Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T07:57:29.770Z] ---> 4bde4b945188 [2021-01-29T07:57:29.770Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T07:57:30.042Z] ---> Running in f5a27c19b574 [2021-01-29T07:57:30.042Z] ---> Running in 4efb69901d45 [2021-01-29T07:57:30.042Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:30.308Z] Removing intermediate container f5a27c19b574 [2021-01-29T07:57:30.308Z] ---> e7548cec701a [2021-01-29T07:57:30.308Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2021-01-29T07:57:30.308Z] Removing intermediate container 4efb69901d45 [2021-01-29T07:57:30.308Z] ---> 43e32c0d20c0 [2021-01-29T07:57:30.308Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T07:57:30.308Z] ---> 76692fa4e8de [2021-01-29T07:57:30.308Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-29T07:57:30.308Z] ---> Running in b1c74dd3e48f [2021-01-29T07:57:30.308Z] ---> Running in 9d65c523c649 [2021-01-29T07:57:30.308Z] ---> Running in 45aedf279f0e [2021-01-29T07:57:30.573Z] Removing intermediate container b1c74dd3e48f [2021-01-29T07:57:30.573Z] ---> cbc5287ea73f [2021-01-29T07:57:30.573Z] [2021-01-29T07:57:30.835Z] Removing intermediate container 9d65c523c649 [2021-01-29T07:57:30.835Z] ---> c4dd0e32af56 [2021-01-29T07:57:30.835Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T07:57:30.835Z] Successfully built cbc5287ea73f [2021-01-29T07:57:31.099Z] ---> Running in a96ddbbad872 [2021-01-29T07:57:31.099Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T07:57:31.099Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2021-01-29T07:57:31.365Z] Removing intermediate container 44c8f120c49e [2021-01-29T07:57:31.365Z] ---> 2747789f5e68 [2021-01-29T07:57:31.365Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T07:57:31.365Z] Removing intermediate container a96ddbbad872 [2021-01-29T07:57:31.365Z] ---> f18363a47b0e [2021-01-29T07:57:31.365Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T07:57:31.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:31.365Z] ---> Running in 69fc6b363471 [2021-01-29T07:57:31.365Z] ---> Running in 9e73ce95e235 [2021-01-29T07:57:31.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:31.365Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:57:31.629Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T07:57:31.629Z] Removing intermediate container 9e73ce95e235 [2021-01-29T07:57:31.629Z] ---> e3a9defd7861 [2021-01-29T07:57:31.629Z] [2021-01-29T07:57:31.629Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T07:57:31.629Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T07:57:31.629Z] Removing intermediate container 69fc6b363471 [2021-01-29T07:57:31.629Z] ---> dc308c6e6a2b [2021-01-29T07:57:31.629Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T07:57:31.629Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T07:57:31.895Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T07:57:31.895Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T07:57:31.895Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T07:57:31.895Z] ---> Running in 60e2d6c3e92c [2021-01-29T07:57:31.895Z] Successfully built e3a9defd7861 [2021-01-29T07:57:31.895Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-29T07:57:31.895Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-29T07:57:32.474Z] Removing intermediate container 60e2d6c3e92c [2021-01-29T07:57:32.474Z] ---> 39bd1f4c8960 [2021-01-29T07:57:32.474Z] Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T07:57:32.474Z] ---> Running in 2a2e7040098f [2021-01-29T07:57:34.402Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-01-29T07:57:34.402Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-29T07:57:34.402Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-29T07:57:34.980Z] (4/5) Installing libzmq (4.3.3-r1) [2021-01-29T07:57:36.378Z] (5/5) Installing zeromq (4.3.3-r1) [2021-01-29T07:57:36.641Z] Executing busybox-1.32.1-r0.trigger [2021-01-29T07:57:36.641Z] OK: 8 MiB in 19 packages [2021-01-29T07:57:41.963Z] Removing intermediate container 2a2e7040098f [2021-01-29T07:57:41.963Z] ---> 3dcfb025a223 [2021-01-29T07:57:41.963Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-29T07:57:42.226Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T07:57:42.226Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T07:57:42.226Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T07:57:42.226Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T07:57:42.226Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T07:57:42.226Z] ---> Running in 0374abcb6436 [2021-01-29T07:57:42.226Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T07:57:42.226Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T07:57:43.178Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T07:57:43.440Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T07:57:43.440Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T07:57:43.440Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T07:57:43.703Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T07:57:44.293Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T07:57:45.253Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T07:57:46.652Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T07:57:47.609Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T07:57:48.188Z] Removing intermediate container 0374abcb6436 [2021-01-29T07:57:48.188Z] ---> 55d8b4121973 [2021-01-29T07:57:48.188Z] [2021-01-29T07:57:48.768Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T07:57:48.768Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T07:57:48.768Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T07:57:49.031Z] Removing intermediate container 1a54d9d87861 [2021-01-29T07:57:49.031Z] ---> 03480a450728 [2021-01-29T07:57:49.031Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-29T07:57:49.031Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T07:57:49.031Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T07:57:49.031Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T07:57:49.031Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T07:57:49.031Z] Successfully built 55d8b4121973 [2021-01-29T07:57:49.031Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T07:57:49.031Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T07:57:49.031Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2021-01-29T07:57:49.031Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T07:57:49.031Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T07:57:49.293Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:57:49.294Z] OK: 71 MiB in 55 packages [2021-01-29T07:57:55.975Z] ---> 855c6be81b56 [2021-01-29T07:57:55.975Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T07:57:58.546Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:57:58.546Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:57:58.546Z] ---> 93cb41bdcba6 [2021-01-29T07:57:58.546Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:57:58.546Z] ---> Using cache [2021-01-29T07:57:58.546Z] ---> a7269c0df729 [2021-01-29T07:57:58.546Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:57:58.546Z] ---> Using cache [2021-01-29T07:57:58.546Z] ---> ae1dd9ae6056 [2021-01-29T07:57:58.546Z] Step 5/22 : RUN apk update && apk add make git [2021-01-29T07:57:59.513Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:57:59.513Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:57:59.513Z] ---> 93cb41bdcba6 [2021-01-29T07:57:59.513Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:57:59.513Z] ---> Using cache [2021-01-29T07:57:59.513Z] ---> a7269c0df729 [2021-01-29T07:57:59.513Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:57:59.513Z] ---> Using cache [2021-01-29T07:57:59.513Z] ---> ae1dd9ae6056 [2021-01-29T07:57:59.513Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-01-29T07:58:00.463Z] ---> cd84cee4ad4c [2021-01-29T07:58:00.463Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T07:58:01.411Z] ---> Running in 1d2aa329d074 [2021-01-29T07:58:01.411Z] ---> Running in c23a2156ca41 [2021-01-29T07:58:03.988Z] ---> 65e9a6705929 [2021-01-29T07:58:03.988Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T07:58:05.944Z] ---> Running in 1e24054e8447 [2021-01-29T07:58:06.528Z] Removing intermediate container 1e24054e8447 [2021-01-29T07:58:06.528Z] ---> a7ad79a744d9 [2021-01-29T07:58:06.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:58:06.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:58:06.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:58:06.795Z] ---> Running in f46c87058b06 [2021-01-29T07:58:07.375Z] Removing intermediate container f46c87058b06 [2021-01-29T07:58:07.375Z] ---> 287c502c953d [2021-01-29T07:58:07.375Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T07:58:07.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:58:07.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:58:07.973Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:07.973Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:07.973Z] OK: 12752 distinct packages available [2021-01-29T07:58:07.973Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:07.973Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:07.973Z] OK: 12752 distinct packages available [2021-01-29T07:58:07.973Z] ---> Running in fbe25c09c0b6 [2021-01-29T07:58:08.251Z] OK: 233 MiB in 51 packages [2021-01-29T07:58:08.524Z] OK: 233 MiB in 51 packages [2021-01-29T07:58:08.786Z] OK: 233 MiB in 51 packages [2021-01-29T07:58:09.366Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:58:09.366Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-01-29T07:58:09.366Z] ---> 93cb41bdcba6 [2021-01-29T07:58:09.366Z] Step 3/29 : WORKDIR /edgex-go [2021-01-29T07:58:09.366Z] ---> Using cache [2021-01-29T07:58:09.366Z] ---> a7269c0df729 [2021-01-29T07:58:09.366Z] Step 4/29 : RUN apk update && apk add make git [2021-01-29T07:58:09.949Z] Removing intermediate container fbe25c09c0b6 [2021-01-29T07:58:09.949Z] ---> 7561c0bf9d9d [2021-01-29T07:58:09.949Z] Step 22/23 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T07:58:10.905Z] ---> Running in 201ad5282207 [2021-01-29T07:58:11.855Z] ---> Running in b7f5eaceaad6 [2021-01-29T07:58:12.436Z] Removing intermediate container b7f5eaceaad6 [2021-01-29T07:58:12.436Z] ---> 78bf4bf12c37 [2021-01-29T07:58:12.436Z] Step 23/23 : LABEL version=1.3.1-dev.1 [2021-01-29T07:58:12.436Z] ---> Running in e6594b845bcb [2021-01-29T07:58:12.700Z] Removing intermediate container 1d2aa329d074 [2021-01-29T07:58:12.700Z] ---> e150799f8c08 [2021-01-29T07:58:12.700Z] Step 6/22 : COPY go.mod . [2021-01-29T07:58:12.700Z] Removing intermediate container c23a2156ca41 [2021-01-29T07:58:12.700Z] ---> 796ea94cc59f [2021-01-29T07:58:12.700Z] Step 6/22 : COPY go.mod . [2021-01-29T07:58:12.700Z] Removing intermediate container 45aedf279f0e [2021-01-29T07:58:12.700Z] ---> f7d4a71c4223 [2021-01-29T07:58:12.700Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-29T07:58:12.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:58:12.963Z] ---> Running in 7bb5c0e6afb5 [2021-01-29T07:58:12.963Z] Removing intermediate container e6594b845bcb [2021-01-29T07:58:12.963Z] ---> 8c2097a3cfe6 [2021-01-29T07:58:12.963Z] [2021-01-29T07:58:12.963Z] ---> d12d8c432be9 [2021-01-29T07:58:12.963Z] Step 7/22 : RUN go mod download [2021-01-29T07:58:13.226Z] Successfully built 8c2097a3cfe6 [2021-01-29T07:58:13.226Z] ---> 1c9af4e8fa6b [2021-01-29T07:58:13.226Z] Step 7/22 : RUN go mod download [2021-01-29T07:58:13.226Z] Successfully tagged docker-core-data-go:latest [2021-01-29T07:58:13.226Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-29T07:58:13.226Z] ---> Running in ac8d098b8fbf [2021-01-29T07:58:13.226Z] ---> Running in 8c425491a974 [2021-01-29T07:58:13.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:58:13.935Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:58:13.935Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:58:13.935Z] ---> 39180d60d985 [2021-01-29T07:58:13.935Z] Step 3/27 : WORKDIR /edgex-go [2021-01-29T07:58:13.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:58:13.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:58:13.935Z] ---> 39180d60d985 [2021-01-29T07:58:13.935Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:58:13.935Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:58:13.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:58:13.935Z] ---> 39180d60d985 [2021-01-29T07:58:13.935Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:58:13.935Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:58:13.935Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:58:13.935Z] ---> 39180d60d985 [2021-01-29T07:58:13.935Z] Step 3/20 : WORKDIR /edgex-go [2021-01-29T07:58:13.935Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:58:13.935Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:58:13.935Z] ---> 39180d60d985 [2021-01-29T07:58:13.935Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T07:58:14.083Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:14.083Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:14.083Z] OK: 12752 distinct packages available [2021-01-29T07:58:14.346Z] OK: 233 MiB in 51 packages [2021-01-29T07:58:17.681Z] Collecting docker-compose==1.23.2 [2021-01-29T07:58:17.944Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T07:58:18.206Z] 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-01-29T07:58:18.269Z] ---> Running in 47f888549b5a [2021-01-29T07:58:18.269Z] ---> Running in e9ab9bc36b75 [2021-01-29T07:58:18.269Z] ---> Running in c22bba08d02e [2021-01-29T07:58:18.269Z] ---> Running in 96d6bcea3161 [2021-01-29T07:58:18.269Z] ---> Running in 06f38c77d8b5 [2021-01-29T07:58:18.269Z] Removing intermediate container 47f888549b5a [2021-01-29T07:58:18.269Z] ---> 6cf6cfaa0646 [2021-01-29T07:58:18.269Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:58:18.269Z] Removing intermediate container 96d6bcea3161 [2021-01-29T07:58:18.269Z] ---> 2b497a49a4b7 [2021-01-29T07:58:18.269Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:58:18.269Z] Removing intermediate container 06f38c77d8b5 [2021-01-29T07:58:18.269Z] ---> 620ca744b571 [2021-01-29T07:58:18.269Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:58:18.269Z] Removing intermediate container c22bba08d02e [2021-01-29T07:58:18.269Z] ---> 456512c290b1 [2021-01-29T07:58:18.269Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:58:18.541Z] Removing intermediate container e9ab9bc36b75 [2021-01-29T07:58:18.541Z] ---> c5cec4ba153a [2021-01-29T07:58:18.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:58:18.541Z] ---> Running in 813e8f80827c [2021-01-29T07:58:18.541Z] ---> Running in 15b190f1ace6 [2021-01-29T07:58:18.541Z] ---> Running in 95b3460a4aa7 [2021-01-29T07:58:18.541Z] ---> Running in 4461c2eb1303 [2021-01-29T07:58:18.786Z] Removing intermediate container 201ad5282207 [2021-01-29T07:58:18.786Z] ---> 7786d5505795 [2021-01-29T07:58:18.786Z] Step 5/29 : COPY go.mod . [2021-01-29T07:58:18.786Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T07:58:18.786Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T07:58:18.811Z] ---> Running in e9e5c55b8d32 [2021-01-29T07:58:20.204Z] Removing intermediate container 8c425491a974 [2021-01-29T07:58:20.204Z] ---> 61ed4798cadb [2021-01-29T07:58:20.204Z] Step 8/22 : COPY . . [2021-01-29T07:58:20.204Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T07:58:20.204Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T07:58:20.204Z] Removing intermediate container ac8d098b8fbf [2021-01-29T07:58:20.204Z] ---> 6c580e954736 [2021-01-29T07:58:20.204Z] Step 8/22 : COPY . . [2021-01-29T07:58:20.204Z] ---> cad86fc4887a [2021-01-29T07:58:20.204Z] Step 6/29 : RUN go mod download [2021-01-29T07:58:20.204Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T07:58:20.204Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T07:58:22.150Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T07:58:22.217Z] Removing intermediate container 813e8f80827c [2021-01-29T07:58:22.217Z] ---> 2c06c2a38b1a [2021-01-29T07:58:22.217Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-29T07:58:22.217Z] ---> Running in 53041d5ce557 [2021-01-29T07:58:22.413Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T07:58:22.498Z] Removing intermediate container 15b190f1ace6 [2021-01-29T07:58:22.498Z] ---> 5bbe0acc13f1 [2021-01-29T07:58:22.498Z] Step 5/22 : RUN apk update && apk add make git [2021-01-29T07:58:22.771Z] ---> Running in 3abe4150be9c [2021-01-29T07:58:22.771Z] Removing intermediate container 95b3460a4aa7 [2021-01-29T07:58:22.771Z] ---> 211696b7b8d9 [2021-01-29T07:58:22.771Z] Step 5/20 : RUN apk update && apk add make git [2021-01-29T07:58:23.044Z] Removing intermediate container e9e5c55b8d32 [2021-01-29T07:58:23.044Z] ---> 14a3a5ed3688 [2021-01-29T07:58:23.044Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-29T07:58:23.044Z] ---> Running in f6b3e465cd33 [2021-01-29T07:58:23.316Z] Removing intermediate container 4461c2eb1303 [2021-01-29T07:58:23.316Z] ---> 0b6a86a71042 [2021-01-29T07:58:23.316Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T07:58:23.316Z] ---> Running in c5a3e6594046 [2021-01-29T07:58:23.370Z] ---> Running in 6d144a3e80fd [2021-01-29T07:58:23.590Z] ---> Running in 12fe7e02e301 [2021-01-29T07:58:24.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:24.777Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T07:58:24.777Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T07:58:24.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:24.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:24.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:25.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:25.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:25.612Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:25.612Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:25.612Z] OK: 12622 distinct packages available [2021-01-29T07:58:25.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:25.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:26.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:26.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:58:26.211Z] OK: 217 MiB in 51 packages [2021-01-29T07:58:26.497Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:26.497Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:26.497Z] OK: 12622 distinct packages available [2021-01-29T07:58:26.498Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:26.498Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:26.498Z] OK: 12622 distinct packages available [2021-01-29T07:58:27.121Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:27.121Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:27.121Z] OK: 12622 distinct packages available [2021-01-29T07:58:27.121Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T07:58:27.121Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T07:58:27.121Z] OK: 12622 distinct packages available [2021-01-29T07:58:27.398Z] OK: 217 MiB in 51 packages [2021-01-29T07:58:27.398Z] OK: 217 MiB in 51 packages [2021-01-29T07:58:28.001Z] OK: 217 MiB in 51 packages [2021-01-29T07:58:28.001Z] Removing intermediate container 53041d5ce557 [2021-01-29T07:58:28.001Z] ---> 41e2f6e96283 [2021-01-29T07:58:28.001Z] Step 6/27 : COPY go.mod . [2021-01-29T07:58:28.281Z] OK: 217 MiB in 51 packages [2021-01-29T07:58:29.051Z] Collecting PyYAML<4,>=3.10 [2021-01-29T07:58:29.051Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T07:58:29.264Z] ---> c01bfd34b0b0 [2021-01-29T07:58:29.264Z] Step 7/27 : RUN go mod download [2021-01-29T07:58:29.264Z] Removing intermediate container f6b3e465cd33 [2021-01-29T07:58:29.264Z] ---> fbe9639f2ac4 [2021-01-29T07:58:29.264Z] Step 6/20 : COPY go.mod . [2021-01-29T07:58:29.541Z] Removing intermediate container 3abe4150be9c [2021-01-29T07:58:29.541Z] ---> 7de23f68f70a [2021-01-29T07:58:29.541Z] Step 6/22 : COPY go.mod . [2021-01-29T07:58:29.541Z] ---> Running in 6fee32631594 [2021-01-29T07:58:29.819Z] Removing intermediate container c5a3e6594046 [2021-01-29T07:58:29.819Z] ---> 6c82a08268ac [2021-01-29T07:58:29.819Z] Step 6/24 : COPY go.mod . [2021-01-29T07:58:30.097Z] Removing intermediate container 12fe7e02e301 [2021-01-29T07:58:30.097Z] ---> e33a0f28af84 [2021-01-29T07:58:30.097Z] Step 6/23 : COPY go.mod . [2021-01-29T07:58:30.696Z] ---> 0a6117f38b4a [2021-01-29T07:58:30.696Z] Step 7/22 : RUN go mod download [2021-01-29T07:58:30.696Z] ---> 1fd070e3c797 [2021-01-29T07:58:30.696Z] Step 7/20 : RUN go mod download [2021-01-29T07:58:30.969Z] ---> Running in 3074307370ba [2021-01-29T07:58:30.969Z] ---> Running in fc6814f81354 [2021-01-29T07:58:31.242Z] ---> 21793158cc11 [2021-01-29T07:58:31.242Z] Step 7/24 : RUN go mod download [2021-01-29T07:58:31.242Z] ---> a24f216dc1da [2021-01-29T07:58:31.242Z] Step 7/23 : RUN go mod download [2021-01-29T07:58:31.524Z] ---> Running in 0b0ef957e059 [2021-01-29T07:58:31.524Z] ---> Running in 22682a2a6e1c [2021-01-29T07:58:33.307Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:58:33.307Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:58:33.307Z] ---> 93cb41bdcba6 [2021-01-29T07:58:33.307Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:58:33.307Z] ---> Using cache [2021-01-29T07:58:33.307Z] ---> a7269c0df729 [2021-01-29T07:58:33.307Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:58:33.307Z] ---> Using cache [2021-01-29T07:58:33.307Z] ---> ae1dd9ae6056 [2021-01-29T07:58:33.307Z] Step 5/22 : RUN apk update && apk add make git [2021-01-29T07:58:33.307Z] ---> Using cache [2021-01-29T07:58:33.307Z] ---> e150799f8c08 [2021-01-29T07:58:33.307Z] Step 6/22 : COPY go.mod . [2021-01-29T07:58:33.307Z] ---> Using cache [2021-01-29T07:58:33.307Z] ---> d12d8c432be9 [2021-01-29T07:58:33.307Z] Step 7/22 : RUN go mod download [2021-01-29T07:58:33.307Z] ---> Using cache [2021-01-29T07:58:33.307Z] ---> 6c580e954736 [2021-01-29T07:58:33.307Z] Step 8/22 : COPY . . [2021-01-29T07:58:33.307Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T07:58:33.307Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T07:58:33.560Z] Removing intermediate container 6fee32631594 [2021-01-29T07:58:33.560Z] ---> 8c6db87451df [2021-01-29T07:58:33.560Z] Step 8/27 : COPY . . [2021-01-29T07:58:36.211Z] Removing intermediate container 3074307370ba [2021-01-29T07:58:36.211Z] ---> a985182141df [2021-01-29T07:58:36.211Z] Step 8/22 : COPY . . [2021-01-29T07:58:36.488Z] Removing intermediate container fc6814f81354 [2021-01-29T07:58:36.488Z] ---> 5a0a76ed55d2 [2021-01-29T07:58:36.488Z] Step 8/20 : COPY . . [2021-01-29T07:58:36.641Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T07:58:36.641Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T07:58:36.774Z] Removing intermediate container 0b0ef957e059 [2021-01-29T07:58:36.774Z] ---> 69714aca8233 [2021-01-29T07:58:36.774Z] Step 8/23 : COPY . . [2021-01-29T07:58:37.048Z] Removing intermediate container 22682a2a6e1c [2021-01-29T07:58:37.048Z] ---> 27f8964f3998 [2021-01-29T07:58:37.048Z] Step 8/24 : COPY . . [2021-01-29T07:58:39.223Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T07:58:39.223Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T07:58:41.813Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T07:58:42.083Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T07:58:42.348Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-29T07:58:42.348Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-29T07:58:43.338Z] Collecting idna<2.8,>=2.5 [2021-01-29T07:58:43.338Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T07:58:43.609Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T07:58:43.609Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T07:58:43.609Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T07:58:43.609Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T07:58:43.609Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T07:58:43.609Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T07:58:43.879Z] Removing intermediate container 6d144a3e80fd [2021-01-29T07:58:43.879Z] ---> 6bcaf0ad4a04 [2021-01-29T07:58:43.879Z] Step 7/29 : COPY . . [2021-01-29T07:58:44.143Z] Installing collected packages: texttable, cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, dockerpty, jsonschema, docker-compose [2021-01-29T07:58:44.144Z] Running setup.py install for texttable: started [2021-01-29T07:58:46.300Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T07:58:52.151Z] ---> 350c465ca984 [2021-01-29T07:58:52.151Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T07:58:52.151Z] ---> Running in 5e29cb5d540c [2021-01-29T07:58:52.425Z] ---> 94d3d26b2418 [2021-01-29T07:58:52.425Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-29T07:58:52.425Z] ---> 8d55a1f76d6e [2021-01-29T07:58:52.425Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-29T07:58:52.425Z] ---> 1e8af812719c [2021-01-29T07:58:52.425Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T07:58:52.697Z] ---> a513c9f57f5b [2021-01-29T07:58:52.697Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-01-29T07:58:52.697Z] ---> Running in d67da9d9415e [2021-01-29T07:58:52.697Z] ---> Running in 5faec5be3985 [2021-01-29T07:58:52.970Z] ---> Running in 0ee627bac71b [2021-01-29T07:58:52.970Z] ---> Running in c5744fb2319a [2021-01-29T07:58:53.324Z] Attempting uninstall: idna [2021-01-29T07:58:53.324Z] Found existing installation: idna 2.9 [2021-01-29T07:58:53.324Z] Uninstalling idna-2.9: [2021-01-29T07:58:53.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T07:58:54.282Z] Successfully uninstalled idna-2.9 [2021-01-29T07:58:55.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T07:58:55.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T07:58:55.316Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T07:58:55.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T07:58:55.688Z] Attempting uninstall: urllib3 [2021-01-29T07:58:55.688Z] Found existing installation: urllib3 1.25.9 [2021-01-29T07:58:55.688Z] Uninstalling urllib3-1.25.9: [2021-01-29T07:58:57.104Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T07:58:59.678Z] Attempting uninstall: requests [2021-01-29T07:58:59.678Z] Found existing installation: requests 2.23.0 [2021-01-29T07:58:59.678Z] Uninstalling requests-2.23.0: [2021-01-29T07:58:59.943Z] Successfully uninstalled requests-2.23.0 [2021-01-29T07:59:00.552Z] ---> f7ae3c45380b [2021-01-29T07:59:00.552Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-01-29T07:59:01.962Z] ---> 7f9f99e553e2 [2021-01-29T07:59:01.962Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-29T07:59:01.962Z] Running setup.py install for docopt: started [2021-01-29T07:59:03.901Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T07:59:04.164Z] Running setup.py install for PyYAML: started [2021-01-29T07:59:05.125Z] ---> Running in 4b1ec127de58 [2021-01-29T07:59:05.125Z] ---> Running in 1b6fb9121620 [2021-01-29T07:59:05.125Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T07:59:05.700Z] Running setup.py install for dockerpty: started [2021-01-29T07:59:06.654Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T07:59:09.971Z] ---> 05159509b121 [2021-01-29T07:59:09.971Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-29T07:59:09.971Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-29T07:59:10.923Z] ---> Running in 097a6c73b466 [2021-01-29T07:59:10.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-29T07:59:10.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T07:59:11.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T07:59:14.877Z] ---> b9407194a2d3 [2021-01-29T07:59:14.877Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-01-29T07:59:15.859Z] ---> Running in acb1473e3339 [2021-01-29T07:59:16.841Z] Removing intermediate container 7bb5c0e6afb5 [2021-01-29T07:59:16.841Z] ---> 419b17dfcc79 [2021-01-29T07:59:16.841Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-29T07:59:17.112Z] ---> Running in d81c096bce99 [2021-01-29T07:59:17.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-29T07:59:17.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:59:17.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:59:18.250Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:59:18.250Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T07:59:18.250Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T07:59:18.523Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:59:18.523Z] OK: 72 MiB in 58 packages [2021-01-29T07:59:21.142Z] Removing intermediate container d81c096bce99 [2021-01-29T07:59:21.142Z] ---> a17a202b5981 [2021-01-29T07:59:21.142Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T07:59:21.142Z] ---> Running in e2c2c40d3aec [2021-01-29T07:59:21.409Z] Removing intermediate container e2c2c40d3aec [2021-01-29T07:59:21.409Z] ---> 081177ee7fd5 [2021-01-29T07:59:21.409Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:59:21.677Z] ---> Running in d8ccbfa1df17 [2021-01-29T07:59:22.644Z] Removing intermediate container d8ccbfa1df17 [2021-01-29T07:59:22.644Z] ---> 95d941f950bf [2021-01-29T07:59:22.644Z] Step 25/27 : LABEL arch=x86_64 [2021-01-29T07:59:22.644Z] ---> Running in 87a1cb71ccc9 [2021-01-29T07:59:23.239Z] Removing intermediate container 87a1cb71ccc9 [2021-01-29T07:59:23.239Z] ---> 054a0de6be45 [2021-01-29T07:59:23.239Z] Step 26/27 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T07:59:23.239Z] ---> Running in edfe589e61e7 [2021-01-29T07:59:23.821Z] Removing intermediate container edfe589e61e7 [2021-01-29T07:59:23.821Z] ---> f7b7f9f4b3e0 [2021-01-29T07:59:23.821Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2021-01-29T07:59:24.089Z] ---> Running in 331dda7b3829 [2021-01-29T07:59:24.673Z] Removing intermediate container 331dda7b3829 [2021-01-29T07:59:24.673Z] ---> 864b7853b79e [2021-01-29T07:59:24.673Z] [2021-01-29T07:59:24.673Z] Successfully built 864b7853b79e [2021-01-29T07:59:24.959Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T07:59:24.959Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2021-01-29T07:59:47.213Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T07:59:47.213Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:59:47.213Z] ---> 93cb41bdcba6 [2021-01-29T07:59:47.213Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T07:59:47.213Z] ---> Using cache [2021-01-29T07:59:47.213Z] ---> a7269c0df729 [2021-01-29T07:59:47.213Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:59:47.213Z] ---> Using cache [2021-01-29T07:59:47.213Z] ---> ae1dd9ae6056 [2021-01-29T07:59:47.213Z] Step 5/21 : RUN apk update && apk add make git [2021-01-29T07:59:47.213Z] ---> Using cache [2021-01-29T07:59:47.213Z] ---> e150799f8c08 [2021-01-29T07:59:47.213Z] Step 6/21 : COPY go.mod . [2021-01-29T07:59:47.214Z] ---> Using cache [2021-01-29T07:59:47.214Z] ---> d12d8c432be9 [2021-01-29T07:59:47.214Z] Step 7/21 : RUN go mod download [2021-01-29T07:59:47.214Z] ---> Using cache [2021-01-29T07:59:47.214Z] ---> 6c580e954736 [2021-01-29T07:59:47.214Z] Step 8/21 : COPY . . [2021-01-29T07:59:47.214Z] ---> Using cache [2021-01-29T07:59:47.214Z] ---> 05159509b121 [2021-01-29T07:59:47.214Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T07:59:47.214Z] ---> Running in 31b71e9a0bea [2021-01-29T07:59:47.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T07:59:48.904Z] Removing intermediate container 4b1ec127de58 [2021-01-29T07:59:48.904Z] ---> 4defea1d955e [2021-01-29T07:59:48.904Z] [2021-01-29T07:59:48.904Z] Step 10/22 : FROM scratch [2021-01-29T07:59:48.904Z] ---> [2021-01-29T07:59:48.904Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-29T07:59:52.269Z] ---> Running in d65448cecdc1 [2021-01-29T07:59:52.269Z] Removing intermediate container acb1473e3339 [2021-01-29T07:59:52.269Z] ---> 8389ef97fc4a [2021-01-29T07:59:52.269Z] [2021-01-29T07:59:52.269Z] Step 9/29 : FROM alpine:latest [2021-01-29T07:59:52.269Z] ---> 7731472c3f2a [2021-01-29T07:59:52.269Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-01-29T07:59:53.669Z] Removing intermediate container 097a6c73b466 [2021-01-29T07:59:53.669Z] ---> f304cc50e4c7 [2021-01-29T07:59:53.669Z] [2021-01-29T07:59:53.669Z] Step 10/22 : FROM scratch [2021-01-29T07:59:53.669Z] ---> [2021-01-29T07:59:53.669Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T07:59:53.936Z] ---> Running in 4a2b4faf8214 [2021-01-29T07:59:54.215Z] Removing intermediate container d65448cecdc1 [2021-01-29T07:59:54.215Z] ---> 6ee1faeba12c [2021-01-29T07:59:54.215Z] Step 12/22 : ENV APP_PORT=48061 [2021-01-29T07:59:54.215Z] ---> Running in 79f56c93b0eb [2021-01-29T07:59:54.215Z] ---> Running in 0ca03de93c3b [2021-01-29T07:59:54.486Z] Removing intermediate container 4a2b4faf8214 [2021-01-29T07:59:54.486Z] ---> 4a20089140d8 [2021-01-29T07:59:54.486Z] Step 11/29 : USER root [2021-01-29T07:59:55.470Z] Removing intermediate container 79f56c93b0eb [2021-01-29T07:59:55.470Z] ---> 8fabb0de25cf [2021-01-29T07:59:55.470Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-29T07:59:55.470Z] ---> Running in 7d643287f6a0 [2021-01-29T07:59:56.435Z] ---> Running in cf5f3764cbaf [2021-01-29T07:59:56.435Z] Removing intermediate container 0ca03de93c3b [2021-01-29T07:59:56.435Z] ---> e73daa336b25 [2021-01-29T07:59:56.435Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-29T07:59:57.034Z] ---> Running in 929ead96aa6f [2021-01-29T07:59:57.034Z] Removing intermediate container 7d643287f6a0 [2021-01-29T07:59:57.034Z] ---> 47ea3bfbf88d [2021-01-29T07:59:57.034Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-01-29T07:59:57.034Z] Removing intermediate container 1b6fb9121620 [2021-01-29T07:59:57.034Z] ---> c5266c295851 [2021-01-29T07:59:57.034Z] [2021-01-29T07:59:57.034Z] Step 10/22 : FROM scratch [2021-01-29T07:59:57.034Z] ---> [2021-01-29T07:59:57.034Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T07:59:57.315Z] ---> Running in 460c94d76cc5 [2021-01-29T07:59:57.315Z] Removing intermediate container cf5f3764cbaf [2021-01-29T07:59:57.315Z] ---> a12494a07c84 [2021-01-29T07:59:57.315Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-29T07:59:57.315Z] ---> Using cache [2021-01-29T07:59:57.315Z] ---> 8fabb0de25cf [2021-01-29T07:59:57.315Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-29T07:59:57.315Z] ---> Running in 1f4be98a0457 [2021-01-29T07:59:57.602Z] ---> Running in 0a2786737240 [2021-01-29T07:59:57.602Z] Removing intermediate container 929ead96aa6f [2021-01-29T07:59:57.602Z] ---> 02370ad3238e [2021-01-29T07:59:57.602Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-01-29T07:59:57.602Z] Removing intermediate container 1f4be98a0457 [2021-01-29T07:59:57.602Z] ---> fbc08a598b09 [2021-01-29T07:59:57.602Z] Step 14/22 : WORKDIR / [2021-01-29T07:59:57.884Z] Removing intermediate container 0a2786737240 [2021-01-29T07:59:57.884Z] ---> 2b16f088b01d [2021-01-29T07:59:57.884Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-29T07:59:57.884Z] ---> Running in 167eb841b4cc [2021-01-29T07:59:57.884Z] ---> Running in 6ff8b5703fa3 [2021-01-29T07:59:57.884Z] ---> 89fc7fe72744 [2021-01-29T07:59:57.884Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-01-29T07:59:58.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:59:58.153Z] Removing intermediate container 167eb841b4cc [2021-01-29T07:59:58.153Z] ---> 38d517c6955b [2021-01-29T07:59:58.153Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-29T07:59:58.417Z] Removing intermediate container 6ff8b5703fa3 [2021-01-29T07:59:58.417Z] ---> 2a5c552ad604 [2021-01-29T07:59:58.417Z] Step 14/22 : WORKDIR / [2021-01-29T07:59:58.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:59:58.417Z] ---> f72c167c17cd [2021-01-29T07:59:58.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-01-29T07:59:58.417Z] ---> Running in fa0bd922b39c [2021-01-29T07:59:58.698Z] ---> a52568d05801 [2021-01-29T07:59:58.698Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T07:59:58.969Z] v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-29T07:59:58.969Z] v3.13.0-148-gf6ffc9ee66 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-29T07:59:58.969Z] OK: 13881 distinct packages available [2021-01-29T07:59:58.969Z] Removing intermediate container fa0bd922b39c [2021-01-29T07:59:58.969Z] ---> 723d4b0e9518 [2021-01-29T07:59:58.969Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-29T07:59:59.241Z] (1/2) Installing ca-certificates (20191127-r5) [2021-01-29T07:59:59.241Z] ---> b20b9b5f1584 [2021-01-29T07:59:59.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-01-29T07:59:59.241Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-01-29T07:59:59.516Z] Executing busybox-1.32.1-r0.trigger [2021-01-29T07:59:59.795Z] Executing ca-certificates-20191127-r5.trigger [2021-01-29T07:59:59.795Z] ---> 65edffc7a031 [2021-01-29T07:59:59.795Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T07:59:59.795Z] OK: 6 MiB in 16 packages [2021-01-29T08:00:01.215Z] ---> bbe08f741e36 [2021-01-29T08:00:01.215Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T08:00:01.215Z] ---> 572bf123c117 [2021-01-29T08:00:01.215Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-01-29T08:00:01.491Z] ---> ea58bc37b27c [2021-01-29T08:00:01.492Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T08:00:01.764Z] ---> Running in 22850d4c5fe6 [2021-01-29T08:00:02.355Z] ---> aab21e8e4ab2 [2021-01-29T08:00:02.355Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-29T08:00:02.645Z] ---> Running in 95f300a2a473 [2021-01-29T08:00:02.645Z] Removing intermediate container 460c94d76cc5 [2021-01-29T08:00:02.645Z] ---> 6b0305ebce0c [2021-01-29T08:00:02.645Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-01-29T08:00:03.229Z] ---> c8482bda691a [2021-01-29T08:00:03.229Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-29T08:00:03.229Z] Removing intermediate container 22850d4c5fe6 [2021-01-29T08:00:03.229Z] ---> 6fda40fce9a8 [2021-01-29T08:00:03.229Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:00:03.229Z] ---> Running in 6ed2a4acd380 [2021-01-29T08:00:03.504Z] ---> Running in 552a0ef5fee7 [2021-01-29T08:00:03.504Z] ---> Running in 9ce7cc6bddbb [2021-01-29T08:00:03.504Z] Removing intermediate container 95f300a2a473 [2021-01-29T08:00:03.504Z] ---> e4300bca097c [2021-01-29T08:00:03.504Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:00:03.504Z] ---> Running in 9c55afada6e7 [2021-01-29T08:00:03.504Z] Removing intermediate container 6ed2a4acd380 [2021-01-29T08:00:03.504Z] ---> f5cc65c16326 [2021-01-29T08:00:03.504Z] Step 14/29 : WORKDIR $BASE_DIR [2021-01-29T08:00:03.767Z] ---> Running in 98b96c9287ce [2021-01-29T08:00:03.767Z] Removing intermediate container 552a0ef5fee7 [2021-01-29T08:00:03.767Z] ---> 7a1afd41c9f1 [2021-01-29T08:00:03.767Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:00:03.767Z] Removing intermediate container 9ce7cc6bddbb [2021-01-29T08:00:03.767Z] ---> e646358d550c [2021-01-29T08:00:03.767Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T08:00:04.033Z] ---> Running in 69e66a35a70e [2021-01-29T08:00:04.033Z] Removing intermediate container 9c55afada6e7 [2021-01-29T08:00:04.033Z] ---> 27161074c9f4 [2021-01-29T08:00:04.033Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T08:00:04.033Z] ---> Running in cdc6bc5cfba9 [2021-01-29T08:00:04.033Z] ---> Running in 311e370dec78 [2021-01-29T08:00:04.033Z] Removing intermediate container 98b96c9287ce [2021-01-29T08:00:04.033Z] ---> 5c7201f8ec26 [2021-01-29T08:00:04.033Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-01-29T08:00:04.297Z] ---> Running in 371cd8ecb02c [2021-01-29T08:00:04.563Z] Removing intermediate container 69e66a35a70e [2021-01-29T08:00:04.563Z] ---> ad34514a4767 [2021-01-29T08:00:04.563Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T08:00:04.563Z] Removing intermediate container 311e370dec78 [2021-01-29T08:00:04.563Z] ---> 719d68c11417 [2021-01-29T08:00:04.563Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:04.563Z] Removing intermediate container cdc6bc5cfba9 [2021-01-29T08:00:04.563Z] ---> e0420cf50982 [2021-01-29T08:00:04.563Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:04.833Z] ---> Running in e5e4fb998a04 [2021-01-29T08:00:04.833Z] ---> Running in 2c0c2f72bffd [2021-01-29T08:00:04.833Z] ---> Running in d4da3bcf7171 [2021-01-29T08:00:05.097Z] Removing intermediate container e5e4fb998a04 [2021-01-29T08:00:05.097Z] ---> c68e77a89f5b [2021-01-29T08:00:05.097Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:05.673Z] Removing intermediate container 2c0c2f72bffd [2021-01-29T08:00:05.673Z] ---> 6a26a54f2785 [2021-01-29T08:00:05.673Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:05.673Z] ---> Running in d56a83e192dd [2021-01-29T08:00:05.673Z] Removing intermediate container d4da3bcf7171 [2021-01-29T08:00:05.673Z] ---> fc02298b761e [2021-01-29T08:00:05.673Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:05.937Z] ---> Running in ea15b5cb37c3 [2021-01-29T08:00:07.331Z] ---> Running in 7e36ed2f83fa [2021-01-29T08:00:07.331Z] Removing intermediate container d56a83e192dd [2021-01-29T08:00:07.331Z] ---> 04d26d5b98de [2021-01-29T08:00:07.331Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:07.331Z] Removing intermediate container ea15b5cb37c3 [2021-01-29T08:00:07.331Z] ---> 759181fb9426 [2021-01-29T08:00:07.331Z] [2021-01-29T08:00:08.041Z] Successfully built 759181fb9426 [2021-01-29T08:00:08.041Z] ---> Running in 30662950102d [2021-01-29T08:00:08.041Z] Removing intermediate container 31b71e9a0bea [2021-01-29T08:00:08.041Z] ---> 544a85ebd8c9 [2021-01-29T08:00:08.041Z] [2021-01-29T08:00:08.041Z] Step 10/21 : FROM scratch [2021-01-29T08:00:08.041Z] ---> [2021-01-29T08:00:08.041Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T08:00:08.041Z] Successfully tagged docker-core-command-go:latest [2021-01-29T08:00:08.041Z] Building docker-support-notifications-go [2021-01-29T08:00:08.041Z]  Building docker-core-command-go ... done Removing intermediate container 7e36ed2f83fa [2021-01-29T08:00:08.041Z] ---> 55e94f87de7f [2021-01-29T08:00:08.041Z] [2021-01-29T08:00:08.041Z] ---> Using cache [2021-01-29T08:00:08.041Z] ---> 8fabb0de25cf [2021-01-29T08:00:08.041Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-29T08:00:08.041Z] Removing intermediate container 371cd8ecb02c [2021-01-29T08:00:08.041Z] ---> 44003739c9a7 [2021-01-29T08:00:08.041Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-01-29T08:00:08.041Z] ---> Running in 7d1c134c2977 [2021-01-29T08:00:08.348Z] Removing intermediate container 30662950102d [2021-01-29T08:00:08.348Z] ---> 1a5beeb1387e [2021-01-29T08:00:08.348Z] [2021-01-29T08:00:08.348Z] Successfully built 55e94f87de7f [2021-01-29T08:00:08.648Z] Successfully built 1a5beeb1387e [2021-01-29T08:00:08.945Z] Successfully tagged docker-support-logging-go:latest [2021-01-29T08:00:09.230Z]  Building docker-support-logging-go ... done Successfully tagged docker-core-metadata-go:latest [2021-01-29T08:00:09.230Z]  Building docker-core-metadata-go ... done Removing intermediate container 7d1c134c2977 [2021-01-29T08:00:09.230Z] ---> 7756bffb5295 [2021-01-29T08:00:09.230Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-29T08:00:09.230Z] ---> f392b9b02985 [2021-01-29T08:00:09.230Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-01-29T08:00:09.230Z] ---> Running in 23c284b1a3af [2021-01-29T08:00:11.807Z] ---> 27737328932e [2021-01-29T08:00:11.807Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-01-29T08:00:11.807Z] Removing intermediate container 23c284b1a3af [2021-01-29T08:00:11.807Z] ---> efc26794673a [2021-01-29T08:00:11.807Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-29T08:00:12.073Z] ---> d22cc5ef16bb [2021-01-29T08:00:12.074Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T08:00:12.657Z] ---> 976d840c31e5 [2021-01-29T08:00:12.657Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-01-29T08:00:13.241Z] ---> e34a889a7efe [2021-01-29T08:00:13.241Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-01-29T08:00:13.241Z] ---> ac30a54d72e7 [2021-01-29T08:00:13.241Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T08:00:13.507Z] ---> 8c759e292617 [2021-01-29T08:00:13.507Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-01-29T08:00:13.507Z] ---> 433741a63196 [2021-01-29T08:00:13.507Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T08:00:13.774Z] ---> Running in c6260548b5ba [2021-01-29T08:00:13.774Z] ---> Running in 21fcfc217c8a [2021-01-29T08:00:15.183Z] Removing intermediate container c6260548b5ba [2021-01-29T08:00:15.183Z] ---> 4248a5bdaa84 [2021-01-29T08:00:15.183Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:00:15.455Z] ---> Running in cc3c8c00d5d1 [2021-01-29T08:00:16.062Z] Removing intermediate container cc3c8c00d5d1 [2021-01-29T08:00:16.062Z] ---> 4f8a61bcae35 [2021-01-29T08:00:16.062Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T08:00:17.465Z] Removing intermediate container c5744fb2319a [2021-01-29T08:00:17.465Z] ---> 438273990237 [2021-01-29T08:00:17.465Z] [2021-01-29T08:00:17.465Z] Step 10/20 : FROM alpine [2021-01-29T08:00:17.466Z] ---> Running in e09ababb03c0 [2021-01-29T08:00:17.745Z] latest: Pulling from library/alpine [2021-01-29T08:00:18.055Z] Removing intermediate container e09ababb03c0 [2021-01-29T08:00:18.055Z] ---> f509b36d28f0 [2021-01-29T08:00:18.055Z] Step 20/21 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:18.055Z] Removing intermediate container 21fcfc217c8a [2021-01-29T08:00:18.055Z] ---> c2f5f41b246b [2021-01-29T08:00:18.055Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T08:00:19.950Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-29T08:00:19.950Z] Status: Downloaded newer image for alpine:latest [2021-01-29T08:00:19.950Z] ---> 1fca6fe4a1ec [2021-01-29T08:00:19.950Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-29T08:00:20.072Z] ---> Running in 436abee45c4c [2021-01-29T08:00:20.239Z] ---> Running in ad635abd1559 [2021-01-29T08:00:20.336Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T08:00:20.336Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T08:00:20.599Z] ---> 93cb41bdcba6 [2021-01-29T08:00:20.599Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T08:00:20.599Z] ---> Using cache [2021-01-29T08:00:20.599Z] ---> a7269c0df729 [2021-01-29T08:00:20.599Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T08:00:20.599Z] ---> Using cache [2021-01-29T08:00:20.599Z] ---> ae1dd9ae6056 [2021-01-29T08:00:20.599Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-29T08:00:21.546Z] ---> 1c6063b0b659 [2021-01-29T08:00:21.546Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-29T08:00:21.546Z] ---> Running in 74ae2b001925 [2021-01-29T08:00:21.546Z] ---> Running in ab79cc35549b [2021-01-29T08:00:21.546Z] Removing intermediate container 436abee45c4c [2021-01-29T08:00:21.546Z] ---> a44f128c220f [2021-01-29T08:00:21.546Z] Step 21/21 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:21.809Z] ---> Running in 49ea94c5bd2b [2021-01-29T08:00:22.073Z] Removing intermediate container 49ea94c5bd2b [2021-01-29T08:00:22.073Z] ---> a77b55f2081d [2021-01-29T08:00:22.073Z] [2021-01-29T08:00:22.073Z] Successfully built a77b55f2081d [2021-01-29T08:00:22.654Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T08:00:22.654Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T08:00:22.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:00:23.231Z] Removing intermediate container ab79cc35549b [2021-01-29T08:00:23.231Z] ---> 5705ff1059df [2021-01-29T08:00:23.231Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-01-29T08:00:23.231Z] ---> Running in 7956c1747bc8 [2021-01-29T08:00:23.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T08:00:23.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:00:24.072Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T08:00:24.072Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T08:00:24.072Z] OK: 12752 distinct packages available [2021-01-29T08:00:24.072Z] Removing intermediate container 7956c1747bc8 [2021-01-29T08:00:24.072Z] ---> a67bfc69c607 [2021-01-29T08:00:24.072Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T08:00:24.072Z] OK: 233 MiB in 51 packages [2021-01-29T08:00:24.335Z] ---> Running in 75dbbbf7046c [2021-01-29T08:00:24.508Z] Removing intermediate container d67da9d9415e [2021-01-29T08:00:24.508Z] ---> 52262aa31881 [2021-01-29T08:00:24.508Z] [2021-01-29T08:00:24.508Z] Step 10/22 : FROM alpine:3.10 [2021-01-29T08:00:24.508Z] v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-29T08:00:24.508Z] v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-29T08:00:24.508Z] OK: 13727 distinct packages available [2021-01-29T08:00:24.508Z] 3.10: Pulling from library/alpine [2021-01-29T08:00:24.602Z] Removing intermediate container 75dbbbf7046c [2021-01-29T08:00:24.602Z] ---> d9ef30e6f10e [2021-01-29T08:00:24.602Z] Step 26/29 : CMD [ "generate" ] [2021-01-29T08:00:24.602Z] ---> Running in 36f6383d997f [2021-01-29T08:00:24.602Z] Removing intermediate container 74ae2b001925 [2021-01-29T08:00:24.602Z] ---> 75befdb76793 [2021-01-29T08:00:24.602Z] Step 6/24 : COPY go.mod . [2021-01-29T08:00:24.602Z] Removing intermediate container 36f6383d997f [2021-01-29T08:00:24.602Z] ---> 11cc191483aa [2021-01-29T08:00:24.602Z] Step 27/29 : LABEL arch=x86_64 [2021-01-29T08:00:24.875Z] ---> Running in bc0973a6bdcb [2021-01-29T08:00:24.875Z] ---> 41c14b1f6751 [2021-01-29T08:00:24.875Z] Step 7/24 : RUN go mod download [2021-01-29T08:00:24.875Z] ---> Running in 4774d882430d [2021-01-29T08:00:25.152Z] Removing intermediate container bc0973a6bdcb [2021-01-29T08:00:25.152Z] ---> 34ce80aded5b [2021-01-29T08:00:25.152Z] Step 28/29 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:25.152Z] ---> Running in 423e35b77fe1 [2021-01-29T08:00:25.469Z] Removing intermediate container 423e35b77fe1 [2021-01-29T08:00:25.469Z] ---> 6690d9177f59 [2021-01-29T08:00:25.469Z] Step 29/29 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:25.469Z] ---> Running in fc0ae3b8aad5 [2021-01-29T08:00:25.508Z] (1/5) Installing ca-certificates (20191127-r5) [2021-01-29T08:00:25.509Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-01-29T08:00:25.509Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-01-29T08:00:25.509Z] (4/5) Installing libcurl (7.74.0-r0) [2021-01-29T08:00:25.509Z] (5/5) Installing curl (7.74.0-r0) [2021-01-29T08:00:25.509Z] Executing busybox-1.32.1-r0.trigger [2021-01-29T08:00:25.738Z] Removing intermediate container fc0ae3b8aad5 [2021-01-29T08:00:25.738Z] ---> f841a859e4ef [2021-01-29T08:00:25.738Z] [2021-01-29T08:00:25.790Z] Executing ca-certificates-20191127-r5.trigger [2021-01-29T08:00:26.008Z] Successfully built f841a859e4ef [2021-01-29T08:00:26.009Z] Successfully tagged docker-security-secrets-setup-go:latest [2021-01-29T08:00:26.076Z] OK: 8 MiB in 19 packages [2021-01-29T08:00:26.590Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 4774d882430d [2021-01-29T08:00:26.590Z] ---> 472f97ba3589 [2021-01-29T08:00:26.590Z] Step 8/24 : COPY . . [2021-01-29T08:00:26.688Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-29T08:00:26.688Z] Status: Downloaded newer image for alpine:3.10 [2021-01-29T08:00:26.688Z] ---> 536a684cf733 [2021-01-29T08:00:26.688Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-29T08:00:26.965Z] Removing intermediate container 5e29cb5d540c [2021-01-29T08:00:26.965Z] ---> d8d4475af59d [2021-01-29T08:00:26.965Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T08:00:27.246Z] ---> Running in a36ab533e89f [2021-01-29T08:00:27.528Z] ---> Running in 4f900e835ba3 [2021-01-29T08:00:30.184Z] Removing intermediate container ad635abd1559 [2021-01-29T08:00:30.184Z] ---> 2819de0ebdee [2021-01-29T08:00:30.184Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T08:00:30.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T08:00:30.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:00:30.460Z] ---> Running in ef096b2cf7b3 [2021-01-29T08:00:30.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:00:31.031Z] Removing intermediate container ef096b2cf7b3 [2021-01-29T08:00:31.031Z] ---> aa6954bbb58d [2021-01-29T08:00:31.031Z] Step 13/20 : WORKDIR /edgex [2021-01-29T08:00:31.309Z] ---> Running in 331d9018e6a0 [2021-01-29T08:00:31.309Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-29T08:00:31.309Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-29T08:00:31.309Z] OK: 10171 distinct packages available [2021-01-29T08:00:31.917Z] Removing intermediate container 331d9018e6a0 [2021-01-29T08:00:31.917Z] ---> 2bad1d45b2b1 [2021-01-29T08:00:31.917Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T08:00:32.218Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-29T08:00:32.218Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-29T08:00:32.218Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-29T08:00:32.218Z] (4/5) Installing curl (7.66.0-r3) [2021-01-29T08:00:32.218Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T08:00:32.496Z] Executing busybox-1.30.1-r3.trigger [2021-01-29T08:00:32.496Z] Executing ca-certificates-20191127-r2.trigger [2021-01-29T08:00:32.771Z] OK: 7 MiB in 19 packages [2021-01-29T08:00:33.777Z] ---> ec7887a6c5bf [2021-01-29T08:00:33.777Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T08:00:35.779Z] Removing intermediate container a36ab533e89f [2021-01-29T08:00:35.779Z] ---> 5cc3a2768255 [2021-01-29T08:00:36.057Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-29T08:00:36.057Z] ---> a12c0ed8ff1d [2021-01-29T08:00:36.057Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T08:00:36.341Z] ---> Running in c6c7fbaefaa7 [2021-01-29T08:00:36.341Z] ---> Running in 377994c0dfeb [2021-01-29T08:00:36.341Z] Removing intermediate container 4f900e835ba3 [2021-01-29T08:00:36.341Z] ---> cf4505512ca1 [2021-01-29T08:00:36.341Z] [2021-01-29T08:00:36.341Z] Step 11/27 : FROM docker:latest [2021-01-29T08:00:36.341Z] ---> 83ca638d8957 [2021-01-29T08:00:36.341Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-29T08:00:36.627Z] ---> Running in d1701632b76a [2021-01-29T08:00:37.230Z] Removing intermediate container c6c7fbaefaa7 [2021-01-29T08:00:37.230Z] ---> e339ffd64420 [2021-01-29T08:00:37.230Z] Step 13/22 : WORKDIR / [2021-01-29T08:00:37.507Z] Removing intermediate container 377994c0dfeb [2021-01-29T08:00:37.507Z] ---> a9731e05bb11 [2021-01-29T08:00:37.507Z] Step 17/20 : CMD ["--init=true"] [2021-01-29T08:00:37.507Z] ---> Running in c818d771b791 [2021-01-29T08:00:37.786Z] ---> Running in eefcd772d3b5 [2021-01-29T08:00:38.388Z] Removing intermediate container eefcd772d3b5 [2021-01-29T08:00:38.388Z] ---> a493fbcecbf1 [2021-01-29T08:00:38.388Z] Step 18/20 : LABEL arch=arm64 [2021-01-29T08:00:38.670Z] Removing intermediate container c818d771b791 [2021-01-29T08:00:38.670Z] ---> aa3c4c855f91 [2021-01-29T08:00:38.670Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-29T08:00:38.951Z] ---> Running in 58884bdddd74 [2021-01-29T08:00:38.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:00:39.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:00:40.231Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T08:00:40.231Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T08:00:40.231Z] Executing bash-5.0.17-r0.post-install [2021-01-29T08:00:40.231Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T08:00:40.231Z] OK: 12 MiB in 22 packages [2021-01-29T08:00:40.231Z] Removing intermediate container 58884bdddd74 [2021-01-29T08:00:40.231Z] ---> c431a4d75041 [2021-01-29T08:00:40.231Z] Step 19/20 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:40.509Z] ---> 403126ff58aa [2021-01-29T08:00:40.509Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-29T08:00:40.788Z] ---> Running in 123b3e2704a4 [2021-01-29T08:00:41.594Z] ---> dc006f9a3708 [2021-01-29T08:00:41.594Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-29T08:00:41.594Z] ---> Running in 54bd8dbd4d58 [2021-01-29T08:00:41.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T08:00:42.270Z] Removing intermediate container 123b3e2704a4 [2021-01-29T08:00:42.270Z] ---> f2b1865dabb2 [2021-01-29T08:00:42.270Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:42.549Z] ---> Running in 95d590e11b69 [2021-01-29T08:00:43.158Z] Removing intermediate container d1701632b76a [2021-01-29T08:00:43.158Z] ---> 7270e00b7bf2 [2021-01-29T08:00:43.158Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-29T08:00:43.439Z] ---> Running in beebecc3b1dd [2021-01-29T08:00:44.448Z] Removing intermediate container 95d590e11b69 [2021-01-29T08:00:44.448Z] ---> d9c30cc7475f [2021-01-29T08:00:44.448Z] [2021-01-29T08:00:44.448Z] ---> e6bd5f46a24e [2021-01-29T08:00:44.448Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-29T08:00:45.063Z] Successfully built d9c30cc7475f [2021-01-29T08:00:45.063Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T08:00:45.063Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2021-01-29T08:00:45.670Z] Removing intermediate container 5faec5be3985 [2021-01-29T08:00:45.671Z] ---> 00963940f27f [2021-01-29T08:00:45.671Z] [2021-01-29T08:00:45.671Z] Step 10/24 : FROM scratch [2021-01-29T08:00:45.671Z] ---> [2021-01-29T08:00:45.671Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-29T08:00:46.276Z] ---> Running in 2d4874acbc05 [2021-01-29T08:00:46.276Z] ---> a90e1f8da0c4 [2021-01-29T08:00:46.276Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-29T08:00:48.293Z] Removing intermediate container 2d4874acbc05 [2021-01-29T08:00:48.293Z] ---> 380bccff69e2 [2021-01-29T08:00:48.293Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-29T08:00:48.293Z] ---> b2c9f50c50a1 [2021-01-29T08:00:48.293Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-29T08:00:48.580Z] ---> Running in 9098e69e6c01 [2021-01-29T08:00:48.873Z] Removing intermediate container beebecc3b1dd [2021-01-29T08:00:48.873Z] ---> f6a8e66b4fc1 [2021-01-29T08:00:48.873Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T08:00:48.873Z] ---> Running in b9f46ff7dfbd [2021-01-29T08:00:49.158Z] ---> Running in dd8a1c27708b [2021-01-29T08:00:49.448Z] Removing intermediate container 9098e69e6c01 [2021-01-29T08:00:49.448Z] ---> a791590913d3 [2021-01-29T08:00:49.448Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-29T08:00:49.731Z] ---> Running in c44e6089fdb7 [2021-01-29T08:00:49.731Z] Removing intermediate container dd8a1c27708b [2021-01-29T08:00:49.731Z] ---> 716cec188c51 [2021-01-29T08:00:49.731Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-29T08:00:50.340Z] ---> Running in db3a859bda76 [2021-01-29T08:00:50.341Z] Removing intermediate container c44e6089fdb7 [2021-01-29T08:00:50.341Z] ---> ea0d24e5ac1b [2021-01-29T08:00:50.341Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-29T08:00:50.941Z] Removing intermediate container db3a859bda76 [2021-01-29T08:00:50.941Z] ---> 2f1572bbc766 [2021-01-29T08:00:50.941Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-29T08:00:51.215Z] ---> Running in fc5b6221ccd3 [2021-01-29T08:00:51.827Z] ---> 3d3e5b5b9abb [2021-01-29T08:00:51.827Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-29T08:00:52.443Z] Removing intermediate container fc5b6221ccd3 [2021-01-29T08:00:52.443Z] ---> 9e064d45e295 [2021-01-29T08:00:52.443Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T08:00:52.443Z] Removing intermediate container b9f46ff7dfbd [2021-01-29T08:00:52.443Z] ---> 853a9b2f9e38 [2021-01-29T08:00:52.443Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T08:00:53.050Z] ---> Running in 4723fbbb696e [2021-01-29T08:00:54.030Z] Removing intermediate container 4723fbbb696e [2021-01-29T08:00:54.030Z] ---> 72173f5ac855 [2021-01-29T08:00:54.030Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T08:00:54.312Z] ---> bdcb9f58288a [2021-01-29T08:00:54.312Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-29T08:00:54.312Z] ---> Running in ffdfd4af06df [2021-01-29T08:00:54.916Z] ---> e0874bd4d6f6 [2021-01-29T08:00:54.916Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T08:00:55.910Z] Removing intermediate container ffdfd4af06df [2021-01-29T08:00:55.910Z] ---> 318d0c5e91fc [2021-01-29T08:00:55.910Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:56.514Z] ---> c9869f84ea0e [2021-01-29T08:00:56.514Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-29T08:00:56.785Z] ---> 97fdb2e0fb1f [2021-01-29T08:00:56.785Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T08:00:56.785Z] ---> Running in 342be9e5442b [2021-01-29T08:00:56.895Z] Removing intermediate container 54bd8dbd4d58 [2021-01-29T08:00:56.895Z] ---> 3621818b1f22 [2021-01-29T08:00:56.895Z] [2021-01-29T08:00:56.895Z] Step 10/24 : FROM scratch [2021-01-29T08:00:56.895Z] ---> [2021-01-29T08:00:56.895Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-29T08:00:56.895Z] ---> Using cache [2021-01-29T08:00:56.895Z] ---> 6ee1faeba12c [2021-01-29T08:00:56.895Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-29T08:00:56.895Z] ---> Running in 60e76ce6e4f4 [2021-01-29T08:00:56.895Z] Removing intermediate container 60e76ce6e4f4 [2021-01-29T08:00:56.895Z] ---> 1fac20e947e3 [2021-01-29T08:00:56.895Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-29T08:00:56.895Z] ---> Running in 1d4effc7b06f [2021-01-29T08:00:56.895Z] Removing intermediate container 1d4effc7b06f [2021-01-29T08:00:56.895Z] ---> dbbddb233e3c [2021-01-29T08:00:56.895Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-29T08:00:56.895Z] ---> 61afd2ffde30 [2021-01-29T08:00:56.895Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-29T08:00:56.895Z] ---> 53706899b6de [2021-01-29T08:00:56.895Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-29T08:00:57.157Z] ---> f392371748db [2021-01-29T08:00:57.157Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-29T08:00:57.419Z] ---> e231770666aa [2021-01-29T08:00:57.419Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T08:00:57.783Z] Removing intermediate container 342be9e5442b [2021-01-29T08:00:57.783Z] ---> 0aee5daf229b [2021-01-29T08:00:57.783Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:57.997Z] ---> 69870dabc81f [2021-01-29T08:00:57.997Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T08:00:58.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T08:00:58.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T08:00:58.055Z] ---> 39180d60d985 [2021-01-29T08:00:58.260Z] ---> a6fb8c770e27 [2021-01-29T08:00:58.260Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-29T08:00:58.260Z] ---> Running in 947cf44e7d43 [2021-01-29T08:00:58.326Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T08:00:58.327Z] ---> Using cache [2021-01-29T08:00:58.327Z] ---> c5cec4ba153a [2021-01-29T08:00:58.327Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T08:00:58.327Z] ---> Using cache [2021-01-29T08:00:58.327Z] ---> 14a3a5ed3688 [2021-01-29T08:00:58.327Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-01-29T08:00:58.523Z] Removing intermediate container 947cf44e7d43 [2021-01-29T08:00:58.523Z] ---> 9a90864654a4 [2021-01-29T08:00:58.523Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:00:58.523Z] ---> Running in 3200da912d6c [2021-01-29T08:00:58.604Z] ---> 593823d8d620 [2021-01-29T08:00:58.604Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T08:00:58.604Z] ---> Running in fe458ee96e32 [2021-01-29T08:00:58.604Z] ---> Running in a251401ed7a7 [2021-01-29T08:00:58.787Z] Removing intermediate container 3200da912d6c [2021-01-29T08:00:58.787Z] ---> 01f3e2424819 [2021-01-29T08:00:58.787Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T08:00:58.787Z] ---> Running in a7922fe4f4be [2021-01-29T08:00:58.881Z] ---> 5d46ffe1d94e [2021-01-29T08:00:58.881Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-29T08:00:59.055Z] Removing intermediate container a7922fe4f4be [2021-01-29T08:00:59.055Z] ---> 725744c3581a [2021-01-29T08:00:59.055Z] Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:00:59.055Z] ---> Running in f6db1328f887 [2021-01-29T08:00:59.156Z] ---> Running in e846a9710947 [2021-01-29T08:00:59.317Z] Removing intermediate container f6db1328f887 [2021-01-29T08:00:59.317Z] ---> 5714195de2b4 [2021-01-29T08:00:59.317Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-29T08:00:59.317Z] ---> Running in 4969de30a48d [2021-01-29T08:00:59.317Z] Removing intermediate container 4969de30a48d [2021-01-29T08:00:59.317Z] ---> 04577308dd32 [2021-01-29T08:00:59.317Z] [2021-01-29T08:00:59.580Z] Successfully built 04577308dd32 [2021-01-29T08:00:59.580Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T08:00:59.756Z] Removing intermediate container a251401ed7a7 [2021-01-29T08:00:59.756Z] ---> 87121b49932e [2021-01-29T08:00:59.756Z] [2021-01-29T08:01:00.210Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-29T08:01:00.356Z] Successfully built 87121b49932e [2021-01-29T08:01:00.356Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-29T08:01:00.356Z] Building docker-core-metadata-go [2021-01-29T08:01:00.293Z] $ docker stop --time=1 90cde44052f2f7f1c61dd5e4cc5e5b12dc680e1354b5a496cd44f5640f3232b8 [2021-01-29T08:01:00.632Z]  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:01:00.905Z] ---> ced2a443a631 [2021-01-29T08:01:00.905Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T08:01:01.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:01:01.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:01:01.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:01:02.070Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T08:01:02.139Z] $ docker rm -f 90cde44052f2f7f1c61dd5e4cc5e5b12dc680e1354b5a496cd44f5640f3232b8 [2021-01-29T08:01:02.366Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T08:01:02.366Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T08:01:02.366Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T08:01:02.366Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T08:01:02.366Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T08:01:02.366Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T08:01:02.366Z] OK: 12622 distinct packages available [2021-01-29T08:01:02.366Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T08:01:02.366Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T08:01:02.661Z] ---> 26b83479d026 [2021-01-29T08:01:02.661Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-29T08:01:02.867Z] + docker images [2021-01-29T08:01:02.867Z] + grep docker [2021-01-29T08:01:02.867Z] docker-support-notifications-go latest 04577308dd32 3 seconds ago 13.6MB [2021-01-29T08:01:02.867Z] docker-security-secrets-setup-go latest f841a859e4ef 37 seconds ago 24MB [2021-01-29T08:01:02.867Z] docker-support-scheduler-go latest a77b55f2081d 41 seconds ago 12.3MB [2021-01-29T08:01:02.867Z] docker-core-command-go latest 759181fb9426 55 seconds ago 12.2MB [2021-01-29T08:01:02.867Z] docker-core-metadata-go latest 1a5beeb1387e 55 seconds ago 14.5MB [2021-01-29T08:01:02.867Z] docker-support-logging-go latest 55e94f87de7f 55 seconds ago 11.1MB [2021-01-29T08:01:02.867Z] docker-sys-mgmt-agent-go latest 864b7853b79e About a minute ago 313MB [2021-01-29T08:01:02.867Z] docker-core-data-go latest 8c2097a3cfe6 2 minutes ago 23.8MB [2021-01-29T08:01:02.867Z] docker-security-secretstore-setup-go latest 55d8b4121973 3 minutes ago 24.7MB [2021-01-29T08:01:02.867Z] docker-security-bootstrap-redis-go latest e3a9defd7861 3 minutes ago 15.8MB [2021-01-29T08:01:02.867Z] docker-security-proxy-setup-go latest cbc5287ea73f 3 minutes ago 16.7MB [2021-01-29T08:01:02.867Z] docker latest 1b003a99702a 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-01-29T08:01:02.950Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T08:01:03.492Z] provisioning config files... [2021-01-29T08:01:03.549Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3429760621247822583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:01:03.938Z] ---> docker-login.sh [2021-01-29T08:01:03.938Z] nexus3.edgexfoundry.org:10001 [2021-01-29T08:01:03.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:01:03.939Z] OK: 217 MiB in 51 packages [2021-01-29T08:01:03.939Z] ---> Running in 480ac8246d73 [2021-01-29T08:01:04.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:01:04.201Z] Configure a credential helper to remove this warning. See [2021-01-29T08:01:04.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:01:04.201Z] [2021-01-29T08:01:04.201Z] Login Succeeded [2021-01-29T08:01:04.201Z] nexus3.edgexfoundry.org:10002 [2021-01-29T08:01:04.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:01:04.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:01:04.201Z] Configure a credential helper to remove this warning. See [2021-01-29T08:01:04.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:01:04.201Z] [2021-01-29T08:01:04.201Z] Login Succeeded [2021-01-29T08:01:04.201Z] nexus3.edgexfoundry.org:10003 [2021-01-29T08:01:04.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:01:04.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:01:04.463Z] Configure a credential helper to remove this warning. See [2021-01-29T08:01:04.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:01:04.463Z] [2021-01-29T08:01:04.463Z] Login Succeeded [2021-01-29T08:01:04.463Z] nexus3.edgexfoundry.org:10004 [2021-01-29T08:01:04.535Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T08:01:04.535Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T08:01:04.535Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T08:01:04.535Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T08:01:04.535Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T08:01:04.535Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T08:01:04.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:01:04.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:01:04.727Z] Configure a credential helper to remove this warning. See [2021-01-29T08:01:04.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:01:04.727Z] [2021-01-29T08:01:04.727Z] Login Succeeded [2021-01-29T08:01:04.727Z] docker.io [2021-01-29T08:01:04.820Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T08:01:04.820Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T08:01:04.820Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T08:01:04.820Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T08:01:04.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:01:05.093Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T08:01:05.093Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T08:01:05.093Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T08:01:05.093Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T08:01:05.093Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T08:01:05.093Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T08:01:05.093Z] Removing intermediate container 480ac8246d73 [2021-01-29T08:01:05.093Z] ---> a611f5039e88 [2021-01-29T08:01:05.093Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:01:05.093Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T08:01:05.093Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T08:01:05.093Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T08:01:05.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:01:05.254Z] Configure a credential helper to remove this warning. See [2021-01-29T08:01:05.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:01:05.254Z] [2021-01-29T08:01:05.254Z] Login Succeeded [2021-01-29T08:01:05.254Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T08:01:05.265Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-29T08:01:05.371Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T08:01:05.371Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T08:01:05.371Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T08:01:05.372Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T08:01:05.372Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T08:01:05.372Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T08:01:05.372Z] (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:05.539Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-29T08:01:05.539Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:05.539Z] 1.3.1-dev.1 [2021-01-29T08:01:05.539Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:05.539Z] hanoi [2021-01-29T08:01:05.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-29T08:01:05.649Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T08:01:05.650Z] OK: 71 MiB in 55 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:06.072Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:06.257Z] ---> Running in c8b8ae257063 [2021-01-29T08:01:06.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:06.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T08:01:06.405Z] a02b5f2c894d: Preparing [2021-01-29T08:01:06.405Z] f7efe2a01d12: Preparing [2021-01-29T08:01:06.405Z] 71735406cdac: Preparing [2021-01-29T08:01:06.581Z] Removing intermediate container fe458ee96e32 [2021-01-29T08:01:06.581Z] ---> fb512f85c6cb [2021-01-29T08:01:06.581Z] Step 6/22 : COPY go.mod . [2021-01-29T08:01:06.669Z] 71735406cdac: Pushed [2021-01-29T08:01:06.669Z] a02b5f2c894d: Pushed [2021-01-29T08:01:07.617Z] f7efe2a01d12: Pushed [2021-01-29T08:01:07.881Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:08.034Z] ---> 333d92704a98 [2021-01-29T08:01:08.034Z] Step 7/22 : RUN go mod download [2021-01-29T08:01:08.034Z] Removing intermediate container c8b8ae257063 [2021-01-29T08:01:08.034Z] ---> 7dc2096cc6cc [2021-01-29T08:01:08.034Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T08:01:08.209Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:08.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [2021-01-29T08:01:08.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T08:01:08.519Z] a02b5f2c894d: Preparing [2021-01-29T08:01:08.519Z] f7efe2a01d12: Preparing [2021-01-29T08:01:08.519Z] 71735406cdac: Preparing [2021-01-29T08:01:08.519Z] a02b5f2c894d: Layer already exists [2021-01-29T08:01:08.519Z] f7efe2a01d12: Layer already exists [2021-01-29T08:01:08.519Z] 71735406cdac: Layer already exists [2021-01-29T08:01:08.519Z] 1.3.1-dev.1: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:08.640Z] ---> Running in 840fd9cff673 [2021-01-29T08:01:08.839Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:08.924Z] ---> Running in 78739bd83179 [2021-01-29T08:01:09.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:09.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T08:01:09.154Z] a02b5f2c894d: Preparing [2021-01-29T08:01:09.154Z] f7efe2a01d12: Preparing [2021-01-29T08:01:09.154Z] 71735406cdac: Preparing [2021-01-29T08:01:09.154Z] a02b5f2c894d: Layer already exists [2021-01-29T08:01:09.154Z] 71735406cdac: Layer already exists [2021-01-29T08:01:09.154Z] f7efe2a01d12: Layer already exists [2021-01-29T08:01:09.154Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:09.474Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:09.522Z] Removing intermediate container 0ee627bac71b [2021-01-29T08:01:09.522Z] ---> 903ccfacd185 [2021-01-29T08:01:09.522Z] [2021-01-29T08:01:09.522Z] Step 10/23 : FROM alpine [2021-01-29T08:01:09.522Z] ---> 1fca6fe4a1ec [2021-01-29T08:01:09.522Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T08:01:09.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [2021-01-29T08:01:09.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T08:01:09.780Z] a02b5f2c894d: Preparing [2021-01-29T08:01:09.780Z] f7efe2a01d12: Preparing [2021-01-29T08:01:09.780Z] 71735406cdac: Preparing [2021-01-29T08:01:09.780Z] f7efe2a01d12: Layer already exists [2021-01-29T08:01:09.780Z] a02b5f2c894d: Layer already exists [2021-01-29T08:01:09.780Z] 71735406cdac: Layer already exists [2021-01-29T08:01:09.780Z] hanoi: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:10.022Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:10.088Z] taggedImages: [2021-01-29T08:01:10.088Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:10.088Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [2021-01-29T08:01:10.088Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:10.088Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] echo [2021-01-29T08:01:10.194Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-29T08:01:10.194Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:10.194Z] 1.3.1-dev.1 [2021-01-29T08:01:10.194Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:10.194Z] hanoi [2021-01-29T08:01:10.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-29T08:01:10.508Z] Removing intermediate container 78739bd83179 [2021-01-29T08:01:10.508Z] ---> e6601b8c7619 [2021-01-29T08:01:10.508Z] Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:10.785Z] ---> Running in 1060af8f672c [2021-01-29T08:01:10.921Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:11.061Z] ---> Running in 4b2e319a2c0a [2021-01-29T08:01:11.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:11.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T08:01:11.284Z] 4bf942468038: Preparing [2021-01-29T08:01:11.284Z] 4e441be79177: Preparing [2021-01-29T08:01:11.284Z] 23ae25eb0e3f: Preparing [2021-01-29T08:01:11.284Z] 7a4d23cfd3c0: Preparing [2021-01-29T08:01:11.284Z] 5720d7585ed8: Preparing [2021-01-29T08:01:11.284Z] c04d1437198b: Preparing [2021-01-29T08:01:11.284Z] c04d1437198b: Waiting [2021-01-29T08:01:11.581Z] 23ae25eb0e3f: Pushed [2021-01-29T08:01:11.581Z] 5720d7585ed8: Pushed [2021-01-29T08:01:11.581Z] 4bf942468038: Pushed [2021-01-29T08:01:11.581Z] c04d1437198b: Layer already exists [2021-01-29T08:01:11.581Z] 7a4d23cfd3c0: Pushed [2021-01-29T08:01:12.058Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T08:01:12.058Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T08:01:12.058Z] ---> 39180d60d985 [2021-01-29T08:01:12.058Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T08:01:12.058Z] ---> Using cache [2021-01-29T08:01:12.058Z] ---> c5cec4ba153a [2021-01-29T08:01:12.058Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T08:01:12.058Z] ---> Using cache [2021-01-29T08:01:12.058Z] ---> 14a3a5ed3688 [2021-01-29T08:01:12.058Z] Step 5/22 : RUN apk update && apk add make git [2021-01-29T08:01:12.656Z] Removing intermediate container 1060af8f672c [2021-01-29T08:01:12.656Z] ---> a70850b02986 [2021-01-29T08:01:12.656Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T08:01:12.928Z] ---> Running in 72ded67a18cb [2021-01-29T08:01:12.928Z] Removing intermediate container 4b2e319a2c0a [2021-01-29T08:01:12.928Z] ---> d8f1f58aeb5f [2021-01-29T08:01:12.928Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-29T08:01:12.928Z] ---> Running in d092104cf5dc [2021-01-29T08:01:13.003Z] 4e441be79177: Pushed [2021-01-29T08:01:13.003Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:13.203Z] ---> Running in b007cd60f9ef [2021-01-29T08:01:13.316Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:13.478Z] Removing intermediate container 840fd9cff673 [2021-01-29T08:01:13.478Z] ---> e7d8ac6a8a60 [2021-01-29T08:01:13.478Z] Step 8/22 : COPY . . [2021-01-29T08:01:13.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [2021-01-29T08:01:13.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T08:01:13.627Z] 4bf942468038: Preparing [2021-01-29T08:01:13.627Z] 4e441be79177: Preparing [2021-01-29T08:01:13.627Z] 23ae25eb0e3f: Preparing [2021-01-29T08:01:13.627Z] 7a4d23cfd3c0: Preparing [2021-01-29T08:01:13.627Z] 5720d7585ed8: Preparing [2021-01-29T08:01:13.627Z] c04d1437198b: Preparing [2021-01-29T08:01:13.627Z] c04d1437198b: Waiting [2021-01-29T08:01:13.627Z] 7a4d23cfd3c0: Layer already exists [2021-01-29T08:01:13.627Z] 23ae25eb0e3f: Layer already exists [2021-01-29T08:01:13.628Z] 4e441be79177: Layer already exists [2021-01-29T08:01:13.628Z] 5720d7585ed8: Layer already exists [2021-01-29T08:01:13.628Z] 4bf942468038: Layer already exists [2021-01-29T08:01:13.628Z] c04d1437198b: Layer already exists [2021-01-29T08:01:13.628Z] 1.3.1-dev.1: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:13.753Z] Removing intermediate container d092104cf5dc [2021-01-29T08:01:13.753Z] ---> 09d2234fddd3 [2021-01-29T08:01:13.753Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T08:01:13.938Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:14.026Z] ---> Running in 4cea91e3e322 [2021-01-29T08:01:14.026Z] Removing intermediate container b007cd60f9ef [2021-01-29T08:01:14.026Z] ---> 52e5b38e09b8 [2021-01-29T08:01:14.026Z] [2021-01-29T08:01:14.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:14.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T08:01:14.251Z] 4bf942468038: Preparing [2021-01-29T08:01:14.251Z] 4e441be79177: Preparing [2021-01-29T08:01:14.251Z] 23ae25eb0e3f: Preparing [2021-01-29T08:01:14.251Z] 7a4d23cfd3c0: Preparing [2021-01-29T08:01:14.251Z] 5720d7585ed8: Preparing [2021-01-29T08:01:14.251Z] c04d1437198b: Preparing [2021-01-29T08:01:14.251Z] c04d1437198b: Waiting [2021-01-29T08:01:14.251Z] 7a4d23cfd3c0: Layer already exists [2021-01-29T08:01:14.251Z] 4e441be79177: Layer already exists [2021-01-29T08:01:14.251Z] 23ae25eb0e3f: Layer already exists [2021-01-29T08:01:14.251Z] 5720d7585ed8: Layer already exists [2021-01-29T08:01:14.251Z] 4bf942468038: Layer already exists [2021-01-29T08:01:14.251Z] c04d1437198b: Layer already exists [2021-01-29T08:01:14.251Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:14.567Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:14.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:01:14.628Z] Removing intermediate container e846a9710947 [2021-01-29T08:01:14.628Z] ---> d861b1d4d4fb [2021-01-29T08:01:14.628Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-29T08:01:14.628Z] Successfully built 52e5b38e09b8 [2021-01-29T08:01:14.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [2021-01-29T08:01:14.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T08:01:14.875Z] 4bf942468038: Preparing [2021-01-29T08:01:14.875Z] 4e441be79177: Preparing [2021-01-29T08:01:14.875Z] 23ae25eb0e3f: Preparing [2021-01-29T08:01:14.875Z] 7a4d23cfd3c0: Preparing [2021-01-29T08:01:14.875Z] 5720d7585ed8: Preparing [2021-01-29T08:01:14.875Z] c04d1437198b: Preparing [2021-01-29T08:01:14.875Z] c04d1437198b: Waiting [2021-01-29T08:01:14.875Z] 4bf942468038: Layer already exists [2021-01-29T08:01:14.875Z] 5720d7585ed8: Layer already exists [2021-01-29T08:01:14.875Z] 4e441be79177: Layer already exists [2021-01-29T08:01:14.875Z] 23ae25eb0e3f: Layer already exists [2021-01-29T08:01:14.875Z] 7a4d23cfd3c0: Layer already exists [2021-01-29T08:01:14.875Z] c04d1437198b: Layer already exists [2021-01-29T08:01:15.138Z] hanoi: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-29T08:01:15.221Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T08:01:15.221Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-29T08:01:15.221Z] Removing intermediate container 4cea91e3e322 [2021-01-29T08:01:15.221Z] ---> a9f5c0297898 [2021-01-29T08:01:15.221Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:15.359Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:15.421Z] taggedImages: [2021-01-29T08:01:15.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:15.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [2021-01-29T08:01:15.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:15.421Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [2021-01-29T08:01:15.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:01:15.506Z] ---> Running in ba3905714b6a [Pipeline] echo [2021-01-29T08:01:15.510Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-29T08:01:15.510Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:15.510Z] 1.3.1-dev.1 [2021-01-29T08:01:15.510Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:15.510Z] hanoi [2021-01-29T08:01:15.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:16.037Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:16.111Z] ---> Running in 306a73c6ea69 [2021-01-29T08:01:16.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:16.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T08:01:16.352Z] babdff4e10b1: Preparing [2021-01-29T08:01:16.352Z] 362549b5ba6b: Preparing [2021-01-29T08:01:16.352Z] 8dc6624189ef: Preparing [2021-01-29T08:01:16.386Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T08:01:16.387Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T08:01:16.387Z] OK: 12622 distinct packages available [2021-01-29T08:01:16.617Z] babdff4e10b1: Pushed [2021-01-29T08:01:16.617Z] 8dc6624189ef: Pushed [2021-01-29T08:01:17.389Z] OK: 217 MiB in 51 packages [2021-01-29T08:01:18.044Z] 362549b5ba6b: Pushed [2021-01-29T08:01:18.044Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:18.360Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:18.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [2021-01-29T08:01:18.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T08:01:18.665Z] babdff4e10b1: Preparing [2021-01-29T08:01:18.665Z] 362549b5ba6b: Preparing [2021-01-29T08:01:18.665Z] 8dc6624189ef: Preparing [2021-01-29T08:01:18.665Z] 362549b5ba6b: Layer already exists [2021-01-29T08:01:18.665Z] babdff4e10b1: Layer already exists [2021-01-29T08:01:18.665Z] 8dc6624189ef: Layer already exists [2021-01-29T08:01:18.665Z] 1.3.1-dev.1: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:18.986Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:19.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:19.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T08:01:19.295Z] babdff4e10b1: Preparing [2021-01-29T08:01:19.295Z] 362549b5ba6b: Preparing [2021-01-29T08:01:19.295Z] 8dc6624189ef: Preparing [2021-01-29T08:01:19.295Z] babdff4e10b1: Layer already exists [2021-01-29T08:01:19.295Z] 362549b5ba6b: Layer already exists [2021-01-29T08:01:19.295Z] 8dc6624189ef: Layer already exists [2021-01-29T08:01:19.295Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:19.613Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:19.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [2021-01-29T08:01:19.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T08:01:19.930Z] babdff4e10b1: Preparing [2021-01-29T08:01:19.930Z] 362549b5ba6b: Preparing [2021-01-29T08:01:19.930Z] 8dc6624189ef: Preparing [2021-01-29T08:01:19.930Z] babdff4e10b1: Layer already exists [2021-01-29T08:01:19.930Z] 8dc6624189ef: Layer already exists [2021-01-29T08:01:19.930Z] 362549b5ba6b: Layer already exists [2021-01-29T08:01:19.930Z] hanoi: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:20.160Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:20.222Z] taggedImages: [2021-01-29T08:01:20.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:20.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [2021-01-29T08:01:20.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:20.222Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] echo [2021-01-29T08:01:20.332Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-29T08:01:20.332Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:20.332Z] 1.3.1-dev.1 [2021-01-29T08:01:20.332Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:20.332Z] hanoi [2021-01-29T08:01:20.332Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:20.875Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:21.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:21.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-29T08:01:21.179Z] 1d1940ecdb60: Preparing [2021-01-29T08:01:21.179Z] f2054c50a4ec: Preparing [2021-01-29T08:01:21.179Z] 247ce7b93a3a: Preparing [2021-01-29T08:01:21.179Z] 5569ae53107e: Preparing [2021-01-29T08:01:21.179Z] 4fba2cb5bb48: Preparing [2021-01-29T08:01:21.179Z] dea594b6b921: Preparing [2021-01-29T08:01:21.179Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:21.179Z] dea594b6b921: Waiting [2021-01-29T08:01:21.179Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:21.444Z] f2054c50a4ec: Pushed [2021-01-29T08:01:21.444Z] 4fba2cb5bb48: Pushed [2021-01-29T08:01:21.444Z] 1d1940ecdb60: Pushed [2021-01-29T08:01:21.444Z] 247ce7b93a3a: Pushed [2021-01-29T08:01:21.444Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:21.761Z] Removing intermediate container 72ded67a18cb [2021-01-29T08:01:21.761Z] ---> 70755e3754e9 [2021-01-29T08:01:21.761Z] Step 6/22 : COPY go.mod . [2021-01-29T08:01:21.761Z] Removing intermediate container 306a73c6ea69 [2021-01-29T08:01:21.761Z] ---> df0b75f30f2f [2021-01-29T08:01:21.761Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-29T08:01:22.023Z] dea594b6b921: Pushed [2021-01-29T08:01:22.023Z] 5569ae53107e: Pushed [2021-01-29T08:01:22.286Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 [2021-01-29T08:01:22.368Z] ---> Running in 0a969e0180cc [2021-01-29T08:01:22.654Z] ---> f001987d564b [2021-01-29T08:01:22.654Z] Step 7/22 : RUN go mod download [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:22.937Z] ---> Running in 890161810d54 [2021-01-29T08:01:23.321Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [2021-01-29T08:01:23.548Z] Collecting docker-compose==1.23.2 [2021-01-29T08:01:23.548Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:23.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [2021-01-29T08:01:23.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-29T08:01:23.906Z] 1d1940ecdb60: Preparing [2021-01-29T08:01:23.906Z] f2054c50a4ec: Preparing [2021-01-29T08:01:23.906Z] 247ce7b93a3a: Preparing [2021-01-29T08:01:23.906Z] 5569ae53107e: Preparing [2021-01-29T08:01:23.906Z] 4fba2cb5bb48: Preparing [2021-01-29T08:01:23.906Z] dea594b6b921: Preparing [2021-01-29T08:01:23.906Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:23.906Z] dea594b6b921: Waiting [2021-01-29T08:01:23.906Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:23.906Z] 1d1940ecdb60: Layer already exists [2021-01-29T08:01:23.906Z] 247ce7b93a3a: Layer already exists [2021-01-29T08:01:23.906Z] 4fba2cb5bb48: Layer already exists [2021-01-29T08:01:23.906Z] 5569ae53107e: Layer already exists [2021-01-29T08:01:23.906Z] f2054c50a4ec: Layer already exists [2021-01-29T08:01:23.906Z] dea594b6b921: Layer already exists [2021-01-29T08:01:23.906Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:23.906Z] 1.3.1-dev.1: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:24.247Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:24.553Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T08:01:24.553Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T08:01:24.553Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:01:24.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:24.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-29T08:01:24.556Z] 1d1940ecdb60: Preparing [2021-01-29T08:01:24.556Z] f2054c50a4ec: Preparing [2021-01-29T08:01:24.556Z] 247ce7b93a3a: Preparing [2021-01-29T08:01:24.556Z] 5569ae53107e: Preparing [2021-01-29T08:01:24.556Z] 4fba2cb5bb48: Preparing [2021-01-29T08:01:24.556Z] dea594b6b921: Preparing [2021-01-29T08:01:24.556Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:24.556Z] dea594b6b921: Waiting [2021-01-29T08:01:24.556Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:24.556Z] f2054c50a4ec: Layer already exists [2021-01-29T08:01:24.556Z] 4fba2cb5bb48: Layer already exists [2021-01-29T08:01:24.556Z] 1d1940ecdb60: Layer already exists [2021-01-29T08:01:24.556Z] 247ce7b93a3a: Layer already exists [2021-01-29T08:01:24.556Z] 5569ae53107e: Layer already exists [2021-01-29T08:01:24.556Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:24.556Z] dea594b6b921: Layer already exists [2021-01-29T08:01:24.556Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:24.872Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:25.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [2021-01-29T08:01:25.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-29T08:01:25.248Z] 1d1940ecdb60: Preparing [2021-01-29T08:01:25.248Z] f2054c50a4ec: Preparing [2021-01-29T08:01:25.248Z] 247ce7b93a3a: Preparing [2021-01-29T08:01:25.248Z] 5569ae53107e: Preparing [2021-01-29T08:01:25.248Z] 4fba2cb5bb48: Preparing [2021-01-29T08:01:25.248Z] dea594b6b921: Preparing [2021-01-29T08:01:25.248Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:25.248Z] dea594b6b921: Waiting [2021-01-29T08:01:25.248Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:25.248Z] f2054c50a4ec: Layer already exists [2021-01-29T08:01:25.248Z] 5569ae53107e: Layer already exists [2021-01-29T08:01:25.248Z] 247ce7b93a3a: Layer already exists [2021-01-29T08:01:25.248Z] 1d1940ecdb60: Layer already exists [2021-01-29T08:01:25.248Z] 4fba2cb5bb48: Layer already exists [2021-01-29T08:01:25.248Z] dea594b6b921: Layer already exists [2021-01-29T08:01:25.248Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:25.248Z] hanoi: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:25.484Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:25.538Z] taggedImages: [2021-01-29T08:01:25.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:25.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [2021-01-29T08:01:25.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:25.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] echo [2021-01-29T08:01:25.614Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-29T08:01:25.614Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:25.614Z] 1.3.1-dev.1 [2021-01-29T08:01:25.614Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:25.614Z] hanoi [2021-01-29T08:01:25.614Z] ===================================================== [2021-01-29T08:01:25.655Z] ---> a7e0344ced91 [2021-01-29T08:01:25.655Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-01-29T08:01:25.655Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:26.105Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:26.361Z] ---> Running in d07b893fe2d7 [2021-01-29T08:01:26.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:26.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T08:01:26.417Z] f8e37e44cc8b: Preparing [2021-01-29T08:01:26.417Z] 2869e6cc6184: Preparing [2021-01-29T08:01:26.417Z] 91b640e173d8: Preparing [2021-01-29T08:01:26.417Z] a57e4d2a20ee: Preparing [2021-01-29T08:01:26.417Z] c04d1437198b: Preparing [2021-01-29T08:01:26.417Z] c04d1437198b: Layer already exists [2021-01-29T08:01:26.417Z] 91b640e173d8: Pushed [2021-01-29T08:01:26.417Z] 2869e6cc6184: Pushed [2021-01-29T08:01:26.999Z] a57e4d2a20ee: Pushed [2021-01-29T08:01:27.019Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-01-29T08:01:27.019Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-29T08:01:27.019Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-29T08:01:27.262Z] f8e37e44cc8b: Pushed [2021-01-29T08:01:27.306Z] (4/5) Installing libzmq (4.3.3-r1) [2021-01-29T08:01:27.523Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:27.598Z] (5/5) Installing zeromq (4.3.3-r1) [2021-01-29T08:01:27.598Z] Executing busybox-1.32.1-r0.trigger [2021-01-29T08:01:27.598Z] OK: 8 MiB in 19 packages [2021-01-29T08:01:27.598Z] Removing intermediate container 890161810d54 [2021-01-29T08:01:27.598Z] ---> ba9021b8c202 [2021-01-29T08:01:27.598Z] Step 8/22 : COPY . . [2021-01-29T08:01:27.847Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:28.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [2021-01-29T08:01:28.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T08:01:28.275Z] f8e37e44cc8b: Preparing [2021-01-29T08:01:28.275Z] 2869e6cc6184: Preparing [2021-01-29T08:01:28.275Z] 91b640e173d8: Preparing [2021-01-29T08:01:28.275Z] a57e4d2a20ee: Preparing [2021-01-29T08:01:28.275Z] c04d1437198b: Preparing [2021-01-29T08:01:28.275Z] f8e37e44cc8b: Layer already exists [2021-01-29T08:01:28.275Z] c04d1437198b: Layer already exists [2021-01-29T08:01:28.275Z] 2869e6cc6184: Layer already exists [2021-01-29T08:01:28.275Z] a57e4d2a20ee: Layer already exists [2021-01-29T08:01:28.275Z] 91b640e173d8: Layer already exists [2021-01-29T08:01:28.275Z] 1.3.1-dev.1: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 [2021-01-29T08:01:28.278Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:28.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-29T08:01:28.707Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:28.849Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T08:01:29.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:29.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T08:01:29.016Z] f8e37e44cc8b: Preparing [2021-01-29T08:01:29.016Z] 2869e6cc6184: Preparing [2021-01-29T08:01:29.016Z] 91b640e173d8: Preparing [2021-01-29T08:01:29.016Z] a57e4d2a20ee: Preparing [2021-01-29T08:01:29.016Z] c04d1437198b: Preparing [2021-01-29T08:01:29.016Z] 2869e6cc6184: Layer already exists [2021-01-29T08:01:29.016Z] f8e37e44cc8b: Layer already exists [2021-01-29T08:01:29.016Z] 91b640e173d8: Layer already exists [2021-01-29T08:01:29.016Z] a57e4d2a20ee: Layer already exists [2021-01-29T08:01:29.016Z] c04d1437198b: Layer already exists [2021-01-29T08:01:29.017Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:29.125Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T08:01:29.328Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:29.631Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [2021-01-29T08:01:29.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T08:01:29.631Z] f8e37e44cc8b: Preparing [2021-01-29T08:01:29.631Z] 2869e6cc6184: Preparing [2021-01-29T08:01:29.631Z] 91b640e173d8: Preparing [2021-01-29T08:01:29.631Z] a57e4d2a20ee: Preparing [2021-01-29T08:01:29.631Z] c04d1437198b: Preparing [2021-01-29T08:01:29.631Z] c04d1437198b: Layer already exists [2021-01-29T08:01:29.631Z] 91b640e173d8: Layer already exists [2021-01-29T08:01:29.631Z] 2869e6cc6184: Layer already exists [2021-01-29T08:01:29.631Z] a57e4d2a20ee: Layer already exists [2021-01-29T08:01:29.631Z] f8e37e44cc8b: Layer already exists [2021-01-29T08:01:29.631Z] hanoi: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:29.838Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:29.894Z] taggedImages: [2021-01-29T08:01:29.894Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:29.894Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [2021-01-29T08:01:29.894Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:29.894Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] echo [2021-01-29T08:01:29.967Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2021-01-29T08:01:29.967Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:29.967Z] 1.3.1-dev.1 [2021-01-29T08:01:29.967Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:29.967Z] hanoi [2021-01-29T08:01:29.967Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-29T08:01:30.117Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T08:01:30.117Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T08:01:30.117Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T08:01:30.117Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T08:01:30.117Z] ---> 39180d60d985 [2021-01-29T08:01:30.117Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T08:01:30.117Z] ---> Using cache [2021-01-29T08:01:30.117Z] ---> c5cec4ba153a [2021-01-29T08:01:30.117Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T08:01:30.117Z] ---> Using cache [2021-01-29T08:01:30.117Z] ---> 14a3a5ed3688 [2021-01-29T08:01:30.117Z] Step 5/24 : RUN apk update && apk add make git [2021-01-29T08:01:30.117Z] ---> Using cache [2021-01-29T08:01:30.117Z] ---> 70755e3754e9 [2021-01-29T08:01:30.117Z] Step 6/24 : COPY go.mod . [2021-01-29T08:01:30.117Z] ---> Using cache [2021-01-29T08:01:30.117Z] ---> f001987d564b [2021-01-29T08:01:30.117Z] Step 7/24 : RUN go mod download [2021-01-29T08:01:30.117Z] ---> Using cache [2021-01-29T08:01:30.117Z] ---> ba9021b8c202 [2021-01-29T08:01:30.117Z] Step 8/24 : COPY . . [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:30.530Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:30.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:30.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-29T08:01:30.835Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:30.835Z] 8b7eed676710: Preparing [2021-01-29T08:01:30.835Z] 34eec88704e8: Preparing [2021-01-29T08:01:30.835Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:30.835Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:30.835Z] 281973d667b5: Preparing [2021-01-29T08:01:30.835Z] 2a3182d01f71: Preparing [2021-01-29T08:01:30.835Z] 5d67964a1b66: Preparing [2021-01-29T08:01:30.835Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:30.835Z] cdbe2e41dea0: Preparing [2021-01-29T08:01:30.835Z] 7a32b6453114: Preparing [2021-01-29T08:01:30.835Z] 978f0fbc73f2: Preparing [2021-01-29T08:01:30.835Z] c04d1437198b: Preparing [2021-01-29T08:01:30.835Z] 2a3182d01f71: Waiting [2021-01-29T08:01:30.835Z] 7a32b6453114: Waiting [2021-01-29T08:01:30.835Z] 978f0fbc73f2: Waiting [2021-01-29T08:01:30.835Z] c04d1437198b: Waiting [2021-01-29T08:01:30.835Z] 5d67964a1b66: Waiting [2021-01-29T08:01:30.835Z] cdbe2e41dea0: Waiting [2021-01-29T08:01:31.098Z] 34eec88704e8: Pushed [2021-01-29T08:01:31.098Z] 8b7eed676710: Pushed [2021-01-29T08:01:31.098Z] 3ff5940a3f96: Pushed [2021-01-29T08:01:31.098Z] 281973d667b5: Pushed [2021-01-29T08:01:31.098Z] 2a3182d01f71: Pushed [2021-01-29T08:01:31.110Z] Removing intermediate container 0a969e0180cc [2021-01-29T08:01:31.110Z] ---> 79ae24d71495 [2021-01-29T08:01:31.110Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-29T08:01:31.360Z] 7a32b6453114: Pushed [2021-01-29T08:01:31.361Z] cdbe2e41dea0: Pushed [2021-01-29T08:01:31.361Z] 5d67964a1b66: Pushed [2021-01-29T08:01:31.361Z] c04d1437198b: Layer already exists [2021-01-29T08:01:31.622Z] 978f0fbc73f2: Pushed [2021-01-29T08:01:31.883Z] 37ec47bbbb68: Pushed [2021-01-29T08:01:32.146Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:32.455Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:32.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [2021-01-29T08:01:32.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-29T08:01:32.755Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:32.755Z] 8b7eed676710: Preparing [2021-01-29T08:01:32.755Z] 34eec88704e8: Preparing [2021-01-29T08:01:32.755Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:32.755Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:32.755Z] 281973d667b5: Preparing [2021-01-29T08:01:32.755Z] 2a3182d01f71: Preparing [2021-01-29T08:01:32.755Z] 5d67964a1b66: Preparing [2021-01-29T08:01:32.755Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:32.755Z] cdbe2e41dea0: Preparing [2021-01-29T08:01:32.755Z] 7a32b6453114: Preparing [2021-01-29T08:01:32.755Z] 978f0fbc73f2: Preparing [2021-01-29T08:01:32.755Z] c04d1437198b: Preparing [2021-01-29T08:01:32.755Z] 5d67964a1b66: Waiting [2021-01-29T08:01:32.755Z] cdbe2e41dea0: Waiting [2021-01-29T08:01:32.755Z] 7a32b6453114: Waiting [2021-01-29T08:01:32.755Z] 978f0fbc73f2: Waiting [2021-01-29T08:01:32.755Z] 2a3182d01f71: Waiting [2021-01-29T08:01:32.755Z] c04d1437198b: Waiting [2021-01-29T08:01:32.755Z] 34eec88704e8: Layer already exists [2021-01-29T08:01:32.755Z] 281973d667b5: Layer already exists [2021-01-29T08:01:32.755Z] 37ec47bbbb68: Layer already exists [2021-01-29T08:01:32.755Z] 3ff5940a3f96: Layer already exists [2021-01-29T08:01:32.755Z] 8b7eed676710: Layer already exists [2021-01-29T08:01:32.755Z] 7a32b6453114: Layer already exists [2021-01-29T08:01:32.756Z] cdbe2e41dea0: Layer already exists [2021-01-29T08:01:32.756Z] 5d67964a1b66: Layer already exists [2021-01-29T08:01:32.756Z] 2a3182d01f71: Layer already exists [2021-01-29T08:01:32.756Z] 978f0fbc73f2: Layer already exists [2021-01-29T08:01:32.756Z] c04d1437198b: Layer already exists [2021-01-29T08:01:33.020Z] 1.3.1-dev.1: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:33.335Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:33.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:33.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-29T08:01:33.639Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:33.639Z] 8b7eed676710: Preparing [2021-01-29T08:01:33.639Z] 34eec88704e8: Preparing [2021-01-29T08:01:33.639Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:33.639Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:33.639Z] 281973d667b5: Preparing [2021-01-29T08:01:33.639Z] 2a3182d01f71: Preparing [2021-01-29T08:01:33.639Z] 5d67964a1b66: Preparing [2021-01-29T08:01:33.639Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:33.639Z] cdbe2e41dea0: Preparing [2021-01-29T08:01:33.639Z] 7a32b6453114: Preparing [2021-01-29T08:01:33.639Z] 978f0fbc73f2: Preparing [2021-01-29T08:01:33.639Z] c04d1437198b: Preparing [2021-01-29T08:01:33.639Z] 5d67964a1b66: Waiting [2021-01-29T08:01:33.639Z] 2a3182d01f71: Waiting [2021-01-29T08:01:33.639Z] cdbe2e41dea0: Waiting [2021-01-29T08:01:33.639Z] 7a32b6453114: Waiting [2021-01-29T08:01:33.639Z] 978f0fbc73f2: Waiting [2021-01-29T08:01:33.639Z] c04d1437198b: Waiting [2021-01-29T08:01:33.639Z] 281973d667b5: Layer already exists [2021-01-29T08:01:33.639Z] 8b7eed676710: Layer already exists [2021-01-29T08:01:33.639Z] 37ec47bbbb68: Layer already exists [2021-01-29T08:01:33.639Z] 3ff5940a3f96: Layer already exists [2021-01-29T08:01:33.639Z] 34eec88704e8: Layer already exists [2021-01-29T08:01:33.639Z] 2a3182d01f71: Layer already exists [2021-01-29T08:01:33.639Z] cdbe2e41dea0: Layer already exists [2021-01-29T08:01:33.639Z] 7a32b6453114: Layer already exists [2021-01-29T08:01:33.639Z] 5d67964a1b66: Layer already exists [2021-01-29T08:01:33.639Z] 978f0fbc73f2: Layer already exists [2021-01-29T08:01:33.639Z] c04d1437198b: Layer already exists [2021-01-29T08:01:33.639Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:33.804Z] ---> 286b42f7849b [2021-01-29T08:01:33.804Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T08:01:33.804Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T08:01:33.804Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T08:01:33.952Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:34.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [2021-01-29T08:01:34.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-29T08:01:34.262Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:34.262Z] 8b7eed676710: Preparing [2021-01-29T08:01:34.262Z] 34eec88704e8: Preparing [2021-01-29T08:01:34.262Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:34.262Z] 3ff5940a3f96: Preparing [2021-01-29T08:01:34.262Z] 281973d667b5: Preparing [2021-01-29T08:01:34.262Z] 2a3182d01f71: Preparing [2021-01-29T08:01:34.262Z] 5d67964a1b66: Preparing [2021-01-29T08:01:34.262Z] 37ec47bbbb68: Preparing [2021-01-29T08:01:34.262Z] cdbe2e41dea0: Preparing [2021-01-29T08:01:34.262Z] 7a32b6453114: Preparing [2021-01-29T08:01:34.262Z] 978f0fbc73f2: Preparing [2021-01-29T08:01:34.262Z] c04d1437198b: Preparing [2021-01-29T08:01:34.262Z] 2a3182d01f71: Waiting [2021-01-29T08:01:34.262Z] 5d67964a1b66: Waiting [2021-01-29T08:01:34.262Z] cdbe2e41dea0: Waiting [2021-01-29T08:01:34.262Z] 7a32b6453114: Waiting [2021-01-29T08:01:34.263Z] 978f0fbc73f2: Waiting [2021-01-29T08:01:34.263Z] c04d1437198b: Waiting [2021-01-29T08:01:34.263Z] 3ff5940a3f96: Layer already exists [2021-01-29T08:01:34.263Z] 8b7eed676710: Layer already exists [2021-01-29T08:01:34.263Z] 34eec88704e8: Layer already exists [2021-01-29T08:01:34.263Z] 37ec47bbbb68: Layer already exists [2021-01-29T08:01:34.263Z] 281973d667b5: Layer already exists [2021-01-29T08:01:34.263Z] cdbe2e41dea0: Layer already exists [2021-01-29T08:01:34.263Z] 5d67964a1b66: Layer already exists [2021-01-29T08:01:34.263Z] 2a3182d01f71: Layer already exists [2021-01-29T08:01:34.263Z] 978f0fbc73f2: Layer already exists [2021-01-29T08:01:34.263Z] 7a32b6453114: Layer already exists [2021-01-29T08:01:34.263Z] c04d1437198b: Layer already exists [2021-01-29T08:01:34.263Z] hanoi: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:34.452Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:34.515Z] taggedImages: [2021-01-29T08:01:34.515Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:34.515Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [2021-01-29T08:01:34.515Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:34.515Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] echo [2021-01-29T08:01:34.583Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-29T08:01:34.583Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:34.583Z] 1.3.1-dev.1 [2021-01-29T08:01:34.583Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:34.583Z] hanoi [2021-01-29T08:01:34.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [2021-01-29T08:01:34.799Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T08:01:34.799Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] sh [2021-01-29T08:01:35.084Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:35.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:35.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T08:01:35.387Z] 139073f6f713: Preparing [2021-01-29T08:01:35.387Z] f0cade4e0ee2: Preparing [2021-01-29T08:01:35.387Z] f69287fba2dd: Preparing [2021-01-29T08:01:35.387Z] 4304e05d278a: Preparing [2021-01-29T08:01:35.387Z] c28603ec147b: Preparing [2021-01-29T08:01:35.387Z] 5f7c9891d9a2: Preparing [2021-01-29T08:01:35.387Z] 9e12997d56d0: Preparing [2021-01-29T08:01:35.387Z] dea594b6b921: Preparing [2021-01-29T08:01:35.387Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:35.387Z] 5f7c9891d9a2: Waiting [2021-01-29T08:01:35.387Z] 9e12997d56d0: Waiting [2021-01-29T08:01:35.387Z] dea594b6b921: Waiting [2021-01-29T08:01:35.387Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:35.651Z] f0cade4e0ee2: Pushed [2021-01-29T08:01:35.651Z] c28603ec147b: Pushed [2021-01-29T08:01:35.651Z] 139073f6f713: Pushed [2021-01-29T08:01:35.651Z] dea594b6b921: Layer already exists [2021-01-29T08:01:35.651Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:35.651Z] 5f7c9891d9a2: Pushed [2021-01-29T08:01:35.651Z] 9e12997d56d0: Pushed [2021-01-29T08:01:36.227Z] 4304e05d278a: Pushed [2021-01-29T08:01:36.227Z] f69287fba2dd: Pushed [2021-01-29T08:01:36.497Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:36.808Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T08:01:36.808Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T08:01:36.810Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:37.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [2021-01-29T08:01:37.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T08:01:37.111Z] 139073f6f713: Preparing [2021-01-29T08:01:37.111Z] f0cade4e0ee2: Preparing [2021-01-29T08:01:37.111Z] f69287fba2dd: Preparing [2021-01-29T08:01:37.111Z] 4304e05d278a: Preparing [2021-01-29T08:01:37.111Z] c28603ec147b: Preparing [2021-01-29T08:01:37.111Z] 5f7c9891d9a2: Preparing [2021-01-29T08:01:37.111Z] 9e12997d56d0: Preparing [2021-01-29T08:01:37.111Z] dea594b6b921: Preparing [2021-01-29T08:01:37.111Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:37.111Z] 9e12997d56d0: Waiting [2021-01-29T08:01:37.111Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:37.111Z] 5f7c9891d9a2: Waiting [2021-01-29T08:01:37.111Z] dea594b6b921: Waiting [2021-01-29T08:01:37.111Z] f69287fba2dd: Layer already exists [2021-01-29T08:01:37.111Z] c28603ec147b: Layer already exists [2021-01-29T08:01:37.111Z] 4304e05d278a: Layer already exists [2021-01-29T08:01:37.111Z] f0cade4e0ee2: Layer already exists [2021-01-29T08:01:37.111Z] 139073f6f713: Layer already exists [2021-01-29T08:01:37.111Z] 9e12997d56d0: Layer already exists [2021-01-29T08:01:37.111Z] 5f7c9891d9a2: Layer already exists [2021-01-29T08:01:37.111Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:37.111Z] dea594b6b921: Layer already exists [2021-01-29T08:01:37.111Z] 1.3.1-dev.1: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:37.414Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:37.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:37.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T08:01:37.713Z] 139073f6f713: Preparing [2021-01-29T08:01:37.713Z] f0cade4e0ee2: Preparing [2021-01-29T08:01:37.713Z] f69287fba2dd: Preparing [2021-01-29T08:01:37.713Z] 4304e05d278a: Preparing [2021-01-29T08:01:37.713Z] c28603ec147b: Preparing [2021-01-29T08:01:37.713Z] 5f7c9891d9a2: Preparing [2021-01-29T08:01:37.713Z] 9e12997d56d0: Preparing [2021-01-29T08:01:37.713Z] dea594b6b921: Preparing [2021-01-29T08:01:37.713Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:37.713Z] 5f7c9891d9a2: Waiting [2021-01-29T08:01:37.713Z] 9e12997d56d0: Waiting [2021-01-29T08:01:37.713Z] dea594b6b921: Waiting [2021-01-29T08:01:37.713Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:37.713Z] 139073f6f713: Layer already exists [2021-01-29T08:01:37.713Z] c28603ec147b: Layer already exists [2021-01-29T08:01:37.713Z] f0cade4e0ee2: Layer already exists [2021-01-29T08:01:37.713Z] f69287fba2dd: Layer already exists [2021-01-29T08:01:37.713Z] 4304e05d278a: Layer already exists [2021-01-29T08:01:37.713Z] dea594b6b921: Layer already exists [2021-01-29T08:01:37.713Z] 9e12997d56d0: Layer already exists [2021-01-29T08:01:37.713Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:37.713Z] 5f7c9891d9a2: Layer already exists [2021-01-29T08:01:37.714Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:37.801Z] ---> 9eb7ed19cb6a [2021-01-29T08:01:37.801Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T08:01:37.801Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T08:01:37.801Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T08:01:38.016Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:38.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [2021-01-29T08:01:38.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T08:01:38.313Z] 139073f6f713: Preparing [2021-01-29T08:01:38.313Z] f0cade4e0ee2: Preparing [2021-01-29T08:01:38.313Z] f69287fba2dd: Preparing [2021-01-29T08:01:38.313Z] 4304e05d278a: Preparing [2021-01-29T08:01:38.313Z] c28603ec147b: Preparing [2021-01-29T08:01:38.313Z] 5f7c9891d9a2: Preparing [2021-01-29T08:01:38.313Z] 9e12997d56d0: Preparing [2021-01-29T08:01:38.313Z] dea594b6b921: Preparing [2021-01-29T08:01:38.313Z] 1b3ee35aacca: Preparing [2021-01-29T08:01:38.313Z] 9e12997d56d0: Waiting [2021-01-29T08:01:38.313Z] dea594b6b921: Waiting [2021-01-29T08:01:38.313Z] 1b3ee35aacca: Waiting [2021-01-29T08:01:38.313Z] 5f7c9891d9a2: Waiting [2021-01-29T08:01:38.313Z] f0cade4e0ee2: Layer already exists [2021-01-29T08:01:38.313Z] 4304e05d278a: Layer already exists [2021-01-29T08:01:38.313Z] c28603ec147b: Layer already exists [2021-01-29T08:01:38.313Z] f69287fba2dd: Layer already exists [2021-01-29T08:01:38.313Z] 139073f6f713: Layer already exists [2021-01-29T08:01:38.313Z] 5f7c9891d9a2: Layer already exists [2021-01-29T08:01:38.313Z] 9e12997d56d0: Layer already exists [2021-01-29T08:01:38.313Z] dea594b6b921: Layer already exists [2021-01-29T08:01:38.313Z] 1b3ee35aacca: Layer already exists [2021-01-29T08:01:38.313Z] hanoi: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:38.522Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:38.576Z] taggedImages: [2021-01-29T08:01:38.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:38.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [2021-01-29T08:01:38.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:38.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] echo [2021-01-29T08:01:38.642Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2021-01-29T08:01:38.642Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:38.642Z] 1.3.1-dev.1 [2021-01-29T08:01:38.642Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:38.642Z] hanoi [2021-01-29T08:01:38.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:39.146Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:39.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:39.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-29T08:01:39.447Z] 2e9e167973f8: Preparing [2021-01-29T08:01:39.447Z] d77eb6dead38: Preparing [2021-01-29T08:01:39.447Z] b03f9efcc316: Preparing [2021-01-29T08:01:39.447Z] 70723742abee: Preparing [2021-01-29T08:01:39.447Z] b03f9efcc316: Pushed [2021-01-29T08:01:39.710Z] 2e9e167973f8: Pushed [2021-01-29T08:01:39.710Z] 70723742abee: Pushed [2021-01-29T08:01:39.803Z] ---> e2888099cee1 [2021-01-29T08:01:39.803Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T08:01:39.803Z] ---> Running in 457124c8c89f [2021-01-29T08:01:40.410Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T08:01:40.410Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T08:01:40.662Z] d77eb6dead38: Pushed [2021-01-29T08:01:40.663Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:40.975Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:41.022Z] Removing intermediate container 457124c8c89f [2021-01-29T08:01:41.022Z] ---> 98f334f0ad60 [2021-01-29T08:01:41.023Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:01:41.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [2021-01-29T08:01:41.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-29T08:01:41.285Z] 2e9e167973f8: Preparing [2021-01-29T08:01:41.285Z] d77eb6dead38: Preparing [2021-01-29T08:01:41.285Z] b03f9efcc316: Preparing [2021-01-29T08:01:41.285Z] 70723742abee: Preparing [2021-01-29T08:01:41.285Z] d77eb6dead38: Layer already exists [2021-01-29T08:01:41.285Z] 70723742abee: Layer already exists [2021-01-29T08:01:41.285Z] b03f9efcc316: Layer already exists [2021-01-29T08:01:41.285Z] 2e9e167973f8: Layer already exists [2021-01-29T08:01:41.285Z] 1.3.1-dev.1: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:41.315Z] Collecting PyYAML<4,>=3.10 [2021-01-29T08:01:41.315Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T08:01:41.589Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:41.593Z] ---> Running in 8c163e68abe2 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:41.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:41.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-29T08:01:41.888Z] 2e9e167973f8: Preparing [2021-01-29T08:01:41.888Z] d77eb6dead38: Preparing [2021-01-29T08:01:41.888Z] b03f9efcc316: Preparing [2021-01-29T08:01:41.888Z] 70723742abee: Preparing [2021-01-29T08:01:41.888Z] 70723742abee: Layer already exists [2021-01-29T08:01:41.888Z] b03f9efcc316: Layer already exists [2021-01-29T08:01:41.888Z] d77eb6dead38: Layer already exists [2021-01-29T08:01:41.888Z] 2e9e167973f8: Layer already exists [2021-01-29T08:01:42.151Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:42.453Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:42.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [2021-01-29T08:01:42.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-29T08:01:42.751Z] 2e9e167973f8: Preparing [2021-01-29T08:01:42.751Z] d77eb6dead38: Preparing [2021-01-29T08:01:42.751Z] b03f9efcc316: Preparing [2021-01-29T08:01:42.751Z] 70723742abee: Preparing [2021-01-29T08:01:42.751Z] 70723742abee: Layer already exists [2021-01-29T08:01:42.751Z] b03f9efcc316: Layer already exists [2021-01-29T08:01:42.751Z] d77eb6dead38: Layer already exists [2021-01-29T08:01:42.751Z] 2e9e167973f8: Layer already exists [2021-01-29T08:01:42.751Z] hanoi: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:42.944Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:42.994Z] taggedImages: [2021-01-29T08:01:42.994Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:42.994Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [2021-01-29T08:01:42.994Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:42.994Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] echo [2021-01-29T08:01:43.110Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-29T08:01:43.110Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:43.110Z] 1.3.1-dev.1 [2021-01-29T08:01:43.110Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:43.110Z] hanoi [2021-01-29T08:01:43.110Z] ===================================================== [2021-01-29T08:01:43.119Z] Removing intermediate container 8c163e68abe2 [2021-01-29T08:01:43.119Z] ---> 3b35de0d627e [2021-01-29T08:01:43.119Z] Step 21/23 : LABEL arch=arm64 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:43.403Z] ---> Running in c8ef7bd5a752 [2021-01-29T08:01:43.662Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:43.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:43.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T08:01:43.965Z] 89a7ec9e51e0: Preparing [2021-01-29T08:01:43.965Z] 68ec838ce5f8: Preparing [2021-01-29T08:01:43.965Z] facbee56f14c: Preparing [2021-01-29T08:01:43.965Z] 303c59c782c1: Preparing [2021-01-29T08:01:43.965Z] 2c9694948e4f: Preparing [2021-01-29T08:01:43.965Z] 5aacb3e57f2e: Preparing [2021-01-29T08:01:43.965Z] 5aacb3e57f2e: Waiting [2021-01-29T08:01:44.308Z] 89a7ec9e51e0: Pushed [2021-01-29T08:01:44.308Z] 303c59c782c1: Pushed [2021-01-29T08:01:44.308Z] facbee56f14c: Pushed [2021-01-29T08:01:44.308Z] 2c9694948e4f: Pushed [2021-01-29T08:01:44.308Z] 5aacb3e57f2e: Pushed [2021-01-29T08:01:44.860Z] Removing intermediate container c8ef7bd5a752 [2021-01-29T08:01:44.861Z] ---> 3719b093ca41 [2021-01-29T08:01:44.861Z] Step 22/23 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:45.153Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T08:01:45.153Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T08:01:45.299Z] 68ec838ce5f8: Pushed [2021-01-29T08:01:45.299Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:45.432Z] ---> Running in 30616db80fe7 [2021-01-29T08:01:45.607Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:45.713Z] Collecting idna<2.8,>=2.5 [2021-01-29T08:01:45.713Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T08:01:45.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [2021-01-29T08:01:45.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T08:01:45.906Z] 89a7ec9e51e0: Preparing [2021-01-29T08:01:45.906Z] 68ec838ce5f8: Preparing [2021-01-29T08:01:45.906Z] facbee56f14c: Preparing [2021-01-29T08:01:45.906Z] 303c59c782c1: Preparing [2021-01-29T08:01:45.906Z] 2c9694948e4f: Preparing [2021-01-29T08:01:45.906Z] 5aacb3e57f2e: Preparing [2021-01-29T08:01:45.906Z] 5aacb3e57f2e: Waiting [2021-01-29T08:01:45.906Z] 68ec838ce5f8: Layer already exists [2021-01-29T08:01:45.906Z] 89a7ec9e51e0: Layer already exists [2021-01-29T08:01:45.906Z] 2c9694948e4f: Layer already exists [2021-01-29T08:01:45.906Z] 303c59c782c1: Layer already exists [2021-01-29T08:01:45.906Z] facbee56f14c: Layer already exists [2021-01-29T08:01:45.906Z] 5aacb3e57f2e: Layer already exists [2021-01-29T08:01:45.906Z] 1.3.1-dev.1: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:45.990Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-29T08:01:46.214Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:46.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:46.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T08:01:46.515Z] 89a7ec9e51e0: Preparing [2021-01-29T08:01:46.515Z] 68ec838ce5f8: Preparing [2021-01-29T08:01:46.515Z] facbee56f14c: Preparing [2021-01-29T08:01:46.515Z] 303c59c782c1: Preparing [2021-01-29T08:01:46.515Z] 2c9694948e4f: Preparing [2021-01-29T08:01:46.515Z] 5aacb3e57f2e: Preparing [2021-01-29T08:01:46.515Z] 5aacb3e57f2e: Waiting [2021-01-29T08:01:46.515Z] 303c59c782c1: Layer already exists [2021-01-29T08:01:46.515Z] 68ec838ce5f8: Layer already exists [2021-01-29T08:01:46.515Z] 2c9694948e4f: Layer already exists [2021-01-29T08:01:46.515Z] facbee56f14c: Layer already exists [2021-01-29T08:01:46.515Z] 89a7ec9e51e0: Layer already exists [2021-01-29T08:01:46.515Z] 5aacb3e57f2e: Layer already exists [2021-01-29T08:01:46.515Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:46.599Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T08:01:46.599Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T08:01:46.818Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:46.889Z] Removing intermediate container 30616db80fe7 [2021-01-29T08:01:46.889Z] ---> 765a761f17ec [2021-01-29T08:01:46.889Z] Step 23/23 : LABEL version=1.3.1-dev.1 [2021-01-29T08:01:47.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [2021-01-29T08:01:47.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T08:01:47.118Z] 89a7ec9e51e0: Preparing [2021-01-29T08:01:47.118Z] 68ec838ce5f8: Preparing [2021-01-29T08:01:47.118Z] facbee56f14c: Preparing [2021-01-29T08:01:47.118Z] 303c59c782c1: Preparing [2021-01-29T08:01:47.118Z] 2c9694948e4f: Preparing [2021-01-29T08:01:47.118Z] 5aacb3e57f2e: Preparing [2021-01-29T08:01:47.118Z] 5aacb3e57f2e: Waiting [2021-01-29T08:01:47.118Z] facbee56f14c: Layer already exists [2021-01-29T08:01:47.118Z] 89a7ec9e51e0: Layer already exists [2021-01-29T08:01:47.118Z] 2c9694948e4f: Layer already exists [2021-01-29T08:01:47.118Z] 303c59c782c1: Layer already exists [2021-01-29T08:01:47.118Z] 68ec838ce5f8: Layer already exists [2021-01-29T08:01:47.118Z] 5aacb3e57f2e: Layer already exists [2021-01-29T08:01:47.118Z] hanoi: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] } [2021-01-29T08:01:47.171Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-29T08:01:47.171Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T08:01:47.171Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T08:01:47.171Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T08:01:47.171Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T08:01:47.171Z] ---> Running in 9c97e22b68cd [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:47.328Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:47.375Z] taggedImages: [2021-01-29T08:01:47.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:47.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [2021-01-29T08:01:47.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:47.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] echo [2021-01-29T08:01:47.439Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-29T08:01:47.439Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:47.439Z] 1.3.1-dev.1 [2021-01-29T08:01:47.439Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:47.439Z] hanoi [2021-01-29T08:01:47.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:47.919Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:48.166Z] ---> 3d60ff060337 [2021-01-29T08:01:48.166Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-29T08:01:48.166Z] Installing collected packages: dockerpty, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, cached-property, PyYAML, docker-compose [2021-01-29T08:01:48.166Z] Running setup.py install for dockerpty: started [2021-01-29T08:01:48.166Z] Removing intermediate container 9c97e22b68cd [2021-01-29T08:01:48.166Z] ---> cc65f2b5885e [2021-01-29T08:01:48.166Z] [2021-01-29T08:01:48.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:48.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T08:01:48.216Z] 75eb6351a5cf: Preparing [2021-01-29T08:01:48.216Z] ef7f24315883: Preparing [2021-01-29T08:01:48.216Z] 1db1a4551650: Preparing [2021-01-29T08:01:48.216Z] 1db1a4551650: Pushed [2021-01-29T08:01:48.216Z] 75eb6351a5cf: Pushed [2021-01-29T08:01:48.440Z] ---> Running in b7a21186f467 [2021-01-29T08:01:49.056Z] Successfully built cc65f2b5885e [2021-01-29T08:01:49.056Z] ---> e2a8f771eee3 [2021-01-29T08:01:49.057Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T08:01:49.057Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T08:01:49.057Z] Building docker-security-secrets-setup-go [2021-01-29T08:01:49.607Z] ef7f24315883: Pushed [2021-01-29T08:01:49.607Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:49.660Z]  Building docker-core-data-go ... done  ---> Running in b1548e643871 [2021-01-29T08:01:49.910Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:50.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [2021-01-29T08:01:50.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T08:01:50.212Z] 75eb6351a5cf: Preparing [2021-01-29T08:01:50.212Z] ef7f24315883: Preparing [2021-01-29T08:01:50.212Z] 1db1a4551650: Preparing [2021-01-29T08:01:50.212Z] ef7f24315883: Layer already exists [2021-01-29T08:01:50.212Z] 1db1a4551650: Layer already exists [2021-01-29T08:01:50.212Z] 75eb6351a5cf: Layer already exists [2021-01-29T08:01:50.212Z] 1.3.1-dev.1: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:50.528Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:50.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T08:01:50.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:50.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T08:01:50.837Z] 75eb6351a5cf: Preparing [2021-01-29T08:01:50.837Z] ef7f24315883: Preparing [2021-01-29T08:01:50.837Z] 1db1a4551650: Preparing [2021-01-29T08:01:50.837Z] ef7f24315883: Layer already exists [2021-01-29T08:01:50.837Z] 1db1a4551650: Layer already exists [2021-01-29T08:01:50.837Z] 75eb6351a5cf: Layer already exists [2021-01-29T08:01:50.837Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:51.144Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:51.277Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T08:01:51.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T08:01:51.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [2021-01-29T08:01:51.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T08:01:51.443Z] 75eb6351a5cf: Preparing [2021-01-29T08:01:51.443Z] ef7f24315883: Preparing [2021-01-29T08:01:51.443Z] 1db1a4551650: Preparing [2021-01-29T08:01:51.443Z] 75eb6351a5cf: Layer already exists [2021-01-29T08:01:51.443Z] 1db1a4551650: Layer already exists [2021-01-29T08:01:51.443Z] ef7f24315883: Layer already exists [2021-01-29T08:01:51.443Z] hanoi: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-29T08:01:51.561Z] Running setup.py install for docopt: started [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:01:51.665Z] ===================================================== [Pipeline] echo [2021-01-29T08:01:51.717Z] taggedImages: [2021-01-29T08:01:51.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:51.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [2021-01-29T08:01:51.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:51.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] echo [2021-01-29T08:01:51.780Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-29T08:01:51.780Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:51.780Z] 1.3.1-dev.1 [2021-01-29T08:01:51.780Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:01:51.780Z] hanoi [2021-01-29T08:01:51.780Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:52.289Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:01:52.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:01:52.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T08:01:52.591Z] 949a700e6640: Preparing [2021-01-29T08:01:52.591Z] 2212a96d7f7e: Preparing [2021-01-29T08:01:52.591Z] 04f91bb7f547: Preparing [2021-01-29T08:01:52.591Z] 440e20112db0: Preparing [2021-01-29T08:01:52.591Z] 9c8b1fac5a2c: Preparing [2021-01-29T08:01:52.591Z] 2737752af213: Preparing [2021-01-29T08:01:52.591Z] 7373180f96ae: Preparing [2021-01-29T08:01:52.591Z] c38afb359156: Preparing [2021-01-29T08:01:52.591Z] ce8005e61ff6: Preparing [2021-01-29T08:01:52.591Z] c0855260cb35: Preparing [2021-01-29T08:01:52.591Z] d8ff2b8a089b: Preparing [2021-01-29T08:01:52.591Z] fbde41d77d8c: Preparing [2021-01-29T08:01:52.591Z] f3e26e9cc915: Preparing [2021-01-29T08:01:52.591Z] 777b2c648970: Preparing [2021-01-29T08:01:52.591Z] 2737752af213: Waiting [2021-01-29T08:01:52.591Z] 7373180f96ae: Waiting [2021-01-29T08:01:52.591Z] c38afb359156: Waiting [2021-01-29T08:01:52.591Z] ce8005e61ff6: Waiting [2021-01-29T08:01:52.591Z] c0855260cb35: Waiting [2021-01-29T08:01:52.591Z] d8ff2b8a089b: Waiting [2021-01-29T08:01:52.591Z] fbde41d77d8c: Waiting [2021-01-29T08:01:52.591Z] f3e26e9cc915: Waiting [2021-01-29T08:01:52.591Z] 777b2c648970: Waiting [2021-01-29T08:01:52.854Z] 9c8b1fac5a2c: Pushed [2021-01-29T08:01:53.122Z] 949a700e6640: Pushed [2021-01-29T08:01:53.122Z] 440e20112db0: Pushed [2021-01-29T08:01:53.122Z] c38afb359156: Layer already exists [2021-01-29T08:01:53.386Z] ce8005e61ff6: Layer already exists [2021-01-29T08:01:53.386Z] c0855260cb35: Layer already exists [2021-01-29T08:01:53.386Z] 7373180f96ae: Pushed [2021-01-29T08:01:53.387Z] d8ff2b8a089b: Layer already exists [2021-01-29T08:01:53.387Z] f3e26e9cc915: Layer already exists [2021-01-29T08:01:53.387Z] fbde41d77d8c: Layer already exists [2021-01-29T08:01:53.655Z] 777b2c648970: Layer already exists [2021-01-29T08:01:53.930Z] 2737752af213: Pushed [2021-01-29T08:01:54.200Z] 2212a96d7f7e: Pushed [2021-01-29T08:01:54.214Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T08:01:54.214Z] Attempting uninstall: idna [2021-01-29T08:01:54.214Z] Found existing installation: idna 2.9 [2021-01-29T08:01:54.214Z] Uninstalling idna-2.9: [2021-01-29T08:01:54.488Z] Successfully uninstalled idna-2.9 [2021-01-29T08:01:55.493Z] Attempting uninstall: urllib3 [2021-01-29T08:01:55.493Z] Found existing installation: urllib3 1.25.9 [2021-01-29T08:01:55.493Z] Uninstalling urllib3-1.25.9: [2021-01-29T08:01:55.773Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T08:01:57.234Z] Attempting uninstall: requests [2021-01-29T08:01:57.234Z] Found existing installation: requests 2.23.0 [2021-01-29T08:01:57.234Z] Uninstalling requests-2.23.0: [2021-01-29T08:01:57.511Z] Successfully uninstalled requests-2.23.0 [2021-01-29T08:02:00.149Z] Running setup.py install for texttable: started [2021-01-29T08:02:02.397Z] 04f91bb7f547: Pushed [2021-01-29T08:02:02.398Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:02:02.741Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:02:03.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [2021-01-29T08:02:03.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T08:02:03.075Z] 949a700e6640: Preparing [2021-01-29T08:02:03.075Z] 2212a96d7f7e: Preparing [2021-01-29T08:02:03.075Z] 04f91bb7f547: Preparing [2021-01-29T08:02:03.075Z] 440e20112db0: Preparing [2021-01-29T08:02:03.075Z] 9c8b1fac5a2c: Preparing [2021-01-29T08:02:03.075Z] 2737752af213: Preparing [2021-01-29T08:02:03.075Z] 7373180f96ae: Preparing [2021-01-29T08:02:03.075Z] c38afb359156: Preparing [2021-01-29T08:02:03.075Z] ce8005e61ff6: Preparing [2021-01-29T08:02:03.075Z] c0855260cb35: Preparing [2021-01-29T08:02:03.075Z] d8ff2b8a089b: Preparing [2021-01-29T08:02:03.075Z] fbde41d77d8c: Preparing [2021-01-29T08:02:03.075Z] f3e26e9cc915: Preparing [2021-01-29T08:02:03.075Z] 777b2c648970: Preparing [2021-01-29T08:02:03.075Z] c0855260cb35: Waiting [2021-01-29T08:02:03.075Z] d8ff2b8a089b: Waiting [2021-01-29T08:02:03.075Z] 2737752af213: Waiting [2021-01-29T08:02:03.075Z] 7373180f96ae: Waiting [2021-01-29T08:02:03.075Z] fbde41d77d8c: Waiting [2021-01-29T08:02:03.075Z] f3e26e9cc915: Waiting [2021-01-29T08:02:03.075Z] c38afb359156: Waiting [2021-01-29T08:02:03.075Z] 777b2c648970: Waiting [2021-01-29T08:02:03.075Z] ce8005e61ff6: Waiting [2021-01-29T08:02:03.075Z] 04f91bb7f547: Layer already exists [2021-01-29T08:02:03.075Z] 949a700e6640: Layer already exists [2021-01-29T08:02:03.075Z] 2212a96d7f7e: Layer already exists [2021-01-29T08:02:03.075Z] 9c8b1fac5a2c: Layer already exists [2021-01-29T08:02:03.075Z] 440e20112db0: Layer already exists [2021-01-29T08:02:03.075Z] 2737752af213: Layer already exists [2021-01-29T08:02:03.075Z] c38afb359156: Layer already exists [2021-01-29T08:02:03.075Z] c0855260cb35: Layer already exists [2021-01-29T08:02:03.075Z] ce8005e61ff6: Layer already exists [2021-01-29T08:02:03.075Z] 7373180f96ae: Layer already exists [2021-01-29T08:02:03.075Z] f3e26e9cc915: Layer already exists [2021-01-29T08:02:03.075Z] 777b2c648970: Layer already exists [2021-01-29T08:02:03.075Z] fbde41d77d8c: Layer already exists [2021-01-29T08:02:03.075Z] d8ff2b8a089b: Layer already exists [2021-01-29T08:02:03.337Z] 1.3.1-dev.1: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:02:03.576Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T08:02:03.643Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:02:03.858Z] Running setup.py install for PyYAML: started [2021-01-29T08:02:03.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:02:03.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T08:02:03.948Z] 949a700e6640: Preparing [2021-01-29T08:02:03.948Z] 2212a96d7f7e: Preparing [2021-01-29T08:02:03.948Z] 04f91bb7f547: Preparing [2021-01-29T08:02:03.948Z] 440e20112db0: Preparing [2021-01-29T08:02:03.948Z] 9c8b1fac5a2c: Preparing [2021-01-29T08:02:03.948Z] 2737752af213: Preparing [2021-01-29T08:02:03.948Z] 7373180f96ae: Preparing [2021-01-29T08:02:03.948Z] c38afb359156: Preparing [2021-01-29T08:02:03.948Z] ce8005e61ff6: Preparing [2021-01-29T08:02:03.948Z] c0855260cb35: Preparing [2021-01-29T08:02:03.948Z] d8ff2b8a089b: Preparing [2021-01-29T08:02:03.948Z] fbde41d77d8c: Preparing [2021-01-29T08:02:03.948Z] f3e26e9cc915: Preparing [2021-01-29T08:02:03.948Z] 777b2c648970: Preparing [2021-01-29T08:02:03.948Z] 2737752af213: Waiting [2021-01-29T08:02:03.948Z] 7373180f96ae: Waiting [2021-01-29T08:02:03.948Z] c0855260cb35: Waiting [2021-01-29T08:02:03.948Z] ce8005e61ff6: Waiting [2021-01-29T08:02:03.948Z] d8ff2b8a089b: Waiting [2021-01-29T08:02:03.948Z] c38afb359156: Waiting [2021-01-29T08:02:03.948Z] fbde41d77d8c: Waiting [2021-01-29T08:02:03.948Z] 777b2c648970: Waiting [2021-01-29T08:02:03.948Z] f3e26e9cc915: Waiting [2021-01-29T08:02:03.948Z] 949a700e6640: Layer already exists [2021-01-29T08:02:03.948Z] 04f91bb7f547: Layer already exists [2021-01-29T08:02:03.948Z] 2212a96d7f7e: Layer already exists [2021-01-29T08:02:03.948Z] 9c8b1fac5a2c: Layer already exists [2021-01-29T08:02:03.948Z] 440e20112db0: Layer already exists [2021-01-29T08:02:03.948Z] 7373180f96ae: Layer already exists [2021-01-29T08:02:03.948Z] c38afb359156: Layer already exists [2021-01-29T08:02:03.948Z] ce8005e61ff6: Layer already exists [2021-01-29T08:02:03.948Z] c0855260cb35: Layer already exists [2021-01-29T08:02:03.948Z] 2737752af213: Layer already exists [2021-01-29T08:02:03.948Z] fbde41d77d8c: Layer already exists [2021-01-29T08:02:03.948Z] d8ff2b8a089b: Layer already exists [2021-01-29T08:02:03.948Z] f3e26e9cc915: Layer already exists [2021-01-29T08:02:03.948Z] 777b2c648970: Layer already exists [2021-01-29T08:02:04.212Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:02:04.537Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:02:04.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [2021-01-29T08:02:04.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T08:02:04.839Z] 949a700e6640: Preparing [2021-01-29T08:02:04.839Z] 2212a96d7f7e: Preparing [2021-01-29T08:02:04.839Z] 04f91bb7f547: Preparing [2021-01-29T08:02:04.839Z] 440e20112db0: Preparing [2021-01-29T08:02:04.839Z] 9c8b1fac5a2c: Preparing [2021-01-29T08:02:04.839Z] 2737752af213: Preparing [2021-01-29T08:02:04.839Z] 7373180f96ae: Preparing [2021-01-29T08:02:04.839Z] c38afb359156: Preparing [2021-01-29T08:02:04.839Z] ce8005e61ff6: Preparing [2021-01-29T08:02:04.839Z] c0855260cb35: Preparing [2021-01-29T08:02:04.839Z] d8ff2b8a089b: Preparing [2021-01-29T08:02:04.839Z] fbde41d77d8c: Preparing [2021-01-29T08:02:04.839Z] f3e26e9cc915: Preparing [2021-01-29T08:02:04.839Z] 777b2c648970: Preparing [2021-01-29T08:02:04.839Z] c0855260cb35: Waiting [2021-01-29T08:02:04.839Z] d8ff2b8a089b: Waiting [2021-01-29T08:02:04.839Z] fbde41d77d8c: Waiting [2021-01-29T08:02:04.839Z] f3e26e9cc915: Waiting [2021-01-29T08:02:04.839Z] 2737752af213: Waiting [2021-01-29T08:02:04.839Z] c38afb359156: Waiting [2021-01-29T08:02:04.839Z] 777b2c648970: Waiting [2021-01-29T08:02:04.839Z] ce8005e61ff6: Waiting [2021-01-29T08:02:04.839Z] 7373180f96ae: Waiting [2021-01-29T08:02:04.839Z] 949a700e6640: Layer already exists [2021-01-29T08:02:04.839Z] 2212a96d7f7e: Layer already exists [2021-01-29T08:02:04.839Z] 04f91bb7f547: Layer already exists [2021-01-29T08:02:04.839Z] 9c8b1fac5a2c: Layer already exists [2021-01-29T08:02:04.839Z] 440e20112db0: Layer already exists [2021-01-29T08:02:04.839Z] 2737752af213: Layer already exists [2021-01-29T08:02:04.839Z] c38afb359156: Layer already exists [2021-01-29T08:02:04.839Z] 7373180f96ae: Layer already exists [2021-01-29T08:02:04.839Z] c0855260cb35: Layer already exists [2021-01-29T08:02:04.839Z] ce8005e61ff6: Layer already exists [2021-01-29T08:02:04.839Z] d8ff2b8a089b: Layer already exists [2021-01-29T08:02:04.839Z] fbde41d77d8c: Layer already exists [2021-01-29T08:02:04.839Z] f3e26e9cc915: Layer already exists [2021-01-29T08:02:04.839Z] 777b2c648970: Layer already exists [2021-01-29T08:02:05.102Z] hanoi: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:02:05.293Z] ===================================================== [Pipeline] echo [2021-01-29T08:02:05.341Z] taggedImages: [2021-01-29T08:02:05.341Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:02:05.341Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [2021-01-29T08:02:05.341Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:02:05.341Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T08:02:05.879Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T08:02:05.879Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-01-29T08:02:05.879Z] ---> 39180d60d985 [2021-01-29T08:02:05.879Z] Step 3/29 : WORKDIR /edgex-go [2021-01-29T08:02:05.879Z] ---> Using cache [2021-01-29T08:02:05.879Z] ---> c5cec4ba153a [2021-01-29T08:02:05.879Z] Step 4/29 : RUN apk update && apk add make git [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T08:02:07.329Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T08:02:07.330Z] ---> Running in 9477cd231e85 [2021-01-29T08:02:08.319Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-29T08:02:09.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:02:10.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:02:11.755Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-29T08:02:11.755Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-29T08:02:11.755Z] OK: 12622 distinct packages available [2021-01-29T08:02:12.785Z] OK: 217 MiB in 51 packages [2021-01-29T08:02:14.815Z] Removing intermediate container ba3905714b6a [2021-01-29T08:02:14.815Z] ---> dfc8b5316190 [2021-01-29T08:02:14.815Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-29T08:02:14.815Z] ---> Running in 227a436e0aa5 [2021-01-29T08:02:14.815Z] Removing intermediate container 9477cd231e85 [2021-01-29T08:02:14.815Z] ---> 772dccf87635 [2021-01-29T08:02:14.815Z] Step 5/29 : COPY go.mod . [2021-01-29T08:02:16.279Z] ---> 61f14ff357b0 [2021-01-29T08:02:16.279Z] Step 6/29 : RUN go mod download [2021-01-29T08:02:16.563Z] ---> Running in 5938cafc5704 [2021-01-29T08:02:16.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:02:17.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:02:18.425Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T08:02:18.425Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T08:02:18.425Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T08:02:18.425Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T08:02:18.425Z] OK: 71 MiB in 58 packages [2021-01-29T08:02:20.418Z] Removing intermediate container 227a436e0aa5 [2021-01-29T08:02:20.418Z] ---> db18ca26a1c8 [2021-01-29T08:02:20.418Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T08:02:20.697Z] ---> Running in e764e022bf74 [2021-01-29T08:02:21.315Z] Removing intermediate container e764e022bf74 [2021-01-29T08:02:21.315Z] ---> 520d0d775aca [2021-01-29T08:02:21.315Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:02:21.596Z] ---> Running in 423e58d008df [2021-01-29T08:02:21.596Z] Removing intermediate container 5938cafc5704 [2021-01-29T08:02:21.596Z] ---> c04585050e0e [2021-01-29T08:02:21.596Z] Step 7/29 : COPY . . [2021-01-29T08:02:22.606Z] Removing intermediate container 423e58d008df [2021-01-29T08:02:22.606Z] ---> 35b89d2c684f [2021-01-29T08:02:22.606Z] Step 25/27 : LABEL arch=arm64 [2021-01-29T08:02:22.606Z] ---> Running in f320038963fd [2021-01-29T08:02:24.070Z] Removing intermediate container f320038963fd [2021-01-29T08:02:24.070Z] ---> 302cb7e2211a [2021-01-29T08:02:24.070Z] Step 26/27 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:02:24.675Z] ---> Running in 358226dc4a88 [2021-01-29T08:02:26.135Z] Removing intermediate container 358226dc4a88 [2021-01-29T08:02:26.135Z] ---> 57b80c606d08 [2021-01-29T08:02:26.135Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2021-01-29T08:02:26.135Z] ---> Running in 36af3075ba7d [2021-01-29T08:02:27.592Z] Removing intermediate container 36af3075ba7d [2021-01-29T08:02:27.593Z] ---> f9a1429faf21 [2021-01-29T08:02:27.593Z] [2021-01-29T08:02:27.889Z] Successfully built f9a1429faf21 [2021-01-29T08:02:28.315Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T08:02:28.315Z] Building docker-core-command-go [2021-01-29T08:02:36.665Z]  Building docker-sys-mgmt-agent-go ... done  ---> c939c87e18e0 [2021-01-29T08:02:36.665Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-01-29T08:02:36.665Z] ---> Running in c0c8db1c0b10 [2021-01-29T08:02:38.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-29T08:02:44.842Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T08:02:44.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T08:02:44.842Z] ---> 39180d60d985 [2021-01-29T08:02:44.842Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T08:02:44.842Z] ---> Using cache [2021-01-29T08:02:44.842Z] ---> c5cec4ba153a [2021-01-29T08:02:44.842Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T08:02:44.842Z] ---> Using cache [2021-01-29T08:02:44.842Z] ---> 14a3a5ed3688 [2021-01-29T08:02:44.842Z] Step 5/22 : RUN apk update && apk add make git [2021-01-29T08:02:44.842Z] ---> Using cache [2021-01-29T08:02:44.842Z] ---> 70755e3754e9 [2021-01-29T08:02:44.842Z] Step 6/22 : COPY go.mod . [2021-01-29T08:02:44.842Z] ---> Using cache [2021-01-29T08:02:44.842Z] ---> f001987d564b [2021-01-29T08:02:44.842Z] Step 7/22 : RUN go mod download [2021-01-29T08:02:44.842Z] ---> Using cache [2021-01-29T08:02:44.842Z] ---> ba9021b8c202 [2021-01-29T08:02:44.842Z] Step 8/22 : COPY . . [2021-01-29T08:02:44.842Z] ---> Using cache [2021-01-29T08:02:44.842Z] ---> e2a8f771eee3 [2021-01-29T08:02:44.842Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-29T08:02:46.289Z] ---> Running in ed0b38d39ea7 [2021-01-29T08:02:48.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T08:02:52.636Z] Removing intermediate container d07b893fe2d7 [2021-01-29T08:02:52.636Z] ---> 3620912f02fb [2021-01-29T08:02:52.636Z] [2021-01-29T08:02:52.636Z] Step 10/22 : FROM scratch [2021-01-29T08:02:52.636Z] ---> [2021-01-29T08:02:52.636Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-29T08:02:52.636Z] ---> Using cache [2021-01-29T08:02:52.636Z] ---> 380bccff69e2 [2021-01-29T08:02:52.636Z] Step 12/22 : ENV APP_PORT=48061 [2021-01-29T08:02:52.911Z] ---> Running in 7536006325a8 [2021-01-29T08:02:53.509Z] Removing intermediate container 7536006325a8 [2021-01-29T08:02:53.509Z] ---> 343f17a6bb7b [2021-01-29T08:02:53.509Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-29T08:02:53.785Z] ---> Running in 8c8611cb74be [2021-01-29T08:02:54.381Z] Removing intermediate container 8c8611cb74be [2021-01-29T08:02:54.381Z] ---> bcea2591f92d [2021-01-29T08:02:54.381Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-01-29T08:02:55.374Z] ---> 845dc94ff0bf [2021-01-29T08:02:55.374Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-01-29T08:02:56.823Z] ---> cde64c10216f [2021-01-29T08:02:56.823Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-01-29T08:02:58.262Z] ---> 5fdbba4026ed [2021-01-29T08:02:58.262Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-01-29T08:02:59.705Z] ---> 24c0caca3a39 [2021-01-29T08:02:59.705Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-01-29T08:02:59.705Z] ---> Running in 200e45731750 [2021-01-29T08:03:00.307Z] Removing intermediate container 200e45731750 [2021-01-29T08:03:00.307Z] ---> 739ef7dac6ab [2021-01-29T08:03:00.307Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:03:00.307Z] ---> Running in 9ae82fe0c4e3 [2021-01-29T08:03:01.309Z] Removing intermediate container 9ae82fe0c4e3 [2021-01-29T08:03:01.309Z] ---> 3fe5d3f6848a [2021-01-29T08:03:01.309Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T08:03:01.309Z] ---> Running in 1e897e38dfa0 [2021-01-29T08:03:02.312Z] Removing intermediate container 1e897e38dfa0 [2021-01-29T08:03:02.312Z] ---> 01d88ec64f38 [2021-01-29T08:03:02.312Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:03:02.312Z] ---> Running in 93965a6cbcb2 [2021-01-29T08:03:02.926Z] Removing intermediate container 93965a6cbcb2 [2021-01-29T08:03:02.926Z] ---> 84ed6b8adfaf [2021-01-29T08:03:02.926Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T08:03:02.926Z] ---> Running in e433f3854682 [2021-01-29T08:03:03.539Z] Removing intermediate container e433f3854682 [2021-01-29T08:03:03.539Z] ---> af64a2741c32 [2021-01-29T08:03:03.539Z] [2021-01-29T08:03:03.816Z] Successfully built af64a2741c32 [2021-01-29T08:03:03.816Z] Successfully tagged docker-support-logging-go-arm64:latest [2021-01-29T08:03:03.816Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2021-01-29T08:03:16.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T08:03:18.219Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-29T08:03:18.219Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T08:03:18.219Z] ---> 39180d60d985 [2021-01-29T08:03:18.219Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T08:03:18.219Z] ---> Using cache [2021-01-29T08:03:18.219Z] ---> c5cec4ba153a [2021-01-29T08:03:18.219Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T08:03:18.219Z] ---> Using cache [2021-01-29T08:03:18.219Z] ---> 14a3a5ed3688 [2021-01-29T08:03:18.219Z] Step 5/21 : RUN apk update && apk add make git [2021-01-29T08:03:18.219Z] ---> Using cache [2021-01-29T08:03:18.219Z] ---> 70755e3754e9 [2021-01-29T08:03:18.219Z] Step 6/21 : COPY go.mod . [2021-01-29T08:03:18.219Z] ---> Using cache [2021-01-29T08:03:18.219Z] ---> f001987d564b [2021-01-29T08:03:18.219Z] Step 7/21 : RUN go mod download [2021-01-29T08:03:18.220Z] ---> Using cache [2021-01-29T08:03:18.220Z] ---> ba9021b8c202 [2021-01-29T08:03:18.220Z] Step 8/21 : COPY . . [2021-01-29T08:03:18.220Z] ---> Using cache [2021-01-29T08:03:18.220Z] ---> e2a8f771eee3 [2021-01-29T08:03:18.220Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T08:03:20.231Z] ---> Running in e231a2d851e7 [2021-01-29T08:03:22.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T08:03:34.667Z] Removing intermediate container b1548e643871 [2021-01-29T08:03:34.667Z] ---> 7454b68dd829 [2021-01-29T08:03:34.667Z] [2021-01-29T08:03:34.667Z] Step 10/24 : FROM alpine:3.10 [2021-01-29T08:03:34.667Z] ---> 536a684cf733 [2021-01-29T08:03:34.667Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-29T08:03:34.667Z] ---> Using cache [2021-01-29T08:03:34.667Z] ---> 5cc3a2768255 [2021-01-29T08:03:34.667Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T08:03:34.667Z] ---> Running in 47fbcddd2bd3 [2021-01-29T08:03:34.667Z] Removing intermediate container 47fbcddd2bd3 [2021-01-29T08:03:34.667Z] ---> a903fd7a5bc8 [2021-01-29T08:03:34.667Z] Step 13/24 : WORKDIR / [2021-01-29T08:03:34.667Z] ---> Running in 00696e3274a7 [2021-01-29T08:03:34.667Z] Removing intermediate container 00696e3274a7 [2021-01-29T08:03:34.667Z] ---> ffeb5e278e08 [2021-01-29T08:03:34.667Z] 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-01-29T08:03:35.655Z] ---> 19d06850ee48 [2021-01-29T08:03:35.655Z] 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-01-29T08:03:37.100Z] ---> 224856d7c184 [2021-01-29T08:03:37.100Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T08:03:38.084Z] ---> b17105cc6b73 [2021-01-29T08:03:38.084Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T08:03:40.068Z] ---> 97f4f33cc522 [2021-01-29T08:03:40.068Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T08:03:41.524Z] ---> 88c58b10de1c [2021-01-29T08:03:41.524Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T08:03:42.516Z] ---> 63c04980ab8d [2021-01-29T08:03:42.516Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-29T08:03:42.797Z] ---> Running in 2d85ee460133 [2021-01-29T08:03:46.222Z] Removing intermediate container 2d85ee460133 [2021-01-29T08:03:46.222Z] ---> abfa5f98c823 [2021-01-29T08:03:46.222Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T08:03:46.222Z] ---> Running in c2f0843d0bb8 [2021-01-29T08:03:46.839Z] Removing intermediate container c2f0843d0bb8 [2021-01-29T08:03:46.839Z] ---> 3b0914bd43c8 [2021-01-29T08:03:46.839Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T08:03:47.119Z] ---> Running in 5cd97db756a1 [2021-01-29T08:03:47.736Z] Removing intermediate container 5cd97db756a1 [2021-01-29T08:03:47.736Z] ---> 42566dc01cee [2021-01-29T08:03:47.736Z] Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:03:48.018Z] ---> Running in f3b78d436f30 [2021-01-29T08:03:48.631Z] Removing intermediate container f3b78d436f30 [2021-01-29T08:03:48.631Z] ---> 0b9fd3fabd83 [2021-01-29T08:03:48.631Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-29T08:03:48.631Z] ---> Running in f28abb55b9ec [2021-01-29T08:03:49.632Z] Removing intermediate container f28abb55b9ec [2021-01-29T08:03:49.632Z] ---> 68083b816045 [2021-01-29T08:03:49.632Z] [2021-01-29T08:03:49.632Z] Successfully built 68083b816045 [2021-01-29T08:03:49.632Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T08:04:02.098Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c0c8db1c0b10 [2021-01-29T08:04:02.098Z] ---> 53d52b568457 [2021-01-29T08:04:02.098Z] [2021-01-29T08:04:02.098Z] Step 9/29 : FROM alpine:latest [2021-01-29T08:04:02.098Z] ---> 1fca6fe4a1ec [2021-01-29T08:04:02.098Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-01-29T08:04:02.098Z] ---> Running in a5da9ad95de3 [2021-01-29T08:04:02.699Z] Removing intermediate container a5da9ad95de3 [2021-01-29T08:04:02.699Z] ---> bae014ae7983 [2021-01-29T08:04:02.699Z] Step 11/29 : USER root [2021-01-29T08:04:02.978Z] ---> Running in 3aeb7bd07065 [2021-01-29T08:04:03.582Z] Removing intermediate container 3aeb7bd07065 [2021-01-29T08:04:03.582Z] ---> c5d0d454bd35 [2021-01-29T08:04:03.582Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-01-29T08:04:03.582Z] ---> Running in 4612116827f4 [2021-01-29T08:04:05.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-29T08:04:05.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-29T08:04:06.926Z] v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-29T08:04:06.926Z] v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-29T08:04:06.926Z] OK: 13727 distinct packages available [2021-01-29T08:04:08.495Z] (1/2) Installing ca-certificates (20191127-r5) [2021-01-29T08:04:08.495Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-01-29T08:04:08.495Z] Executing busybox-1.32.1-r0.trigger [2021-01-29T08:04:08.495Z] Executing ca-certificates-20191127-r5.trigger [2021-01-29T08:04:08.803Z] OK: 6 MiB in 16 packages [2021-01-29T08:04:12.237Z] Removing intermediate container 4612116827f4 [2021-01-29T08:04:12.237Z] ---> 7cee3c643d3f [2021-01-29T08:04:12.237Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-01-29T08:04:12.237Z] ---> Running in b519fb213140 [2021-01-29T08:04:13.230Z] Removing intermediate container b519fb213140 [2021-01-29T08:04:13.230Z] ---> 2ce1f924f2fd [2021-01-29T08:04:13.230Z] Step 14/29 : WORKDIR $BASE_DIR [2021-01-29T08:04:13.508Z] ---> Running in 1d5b6a616630 [2021-01-29T08:04:14.512Z] Removing intermediate container b7a21186f467 [2021-01-29T08:04:14.512Z] ---> ac6d290d44fa [2021-01-29T08:04:14.512Z] [2021-01-29T08:04:14.512Z] Step 10/22 : FROM scratch [2021-01-29T08:04:14.512Z] ---> [2021-01-29T08:04:14.512Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T08:04:14.792Z] Removing intermediate container 1d5b6a616630 [2021-01-29T08:04:14.792Z] ---> a3a8491f5294 [2021-01-29T08:04:14.792Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-01-29T08:04:14.792Z] ---> Running in fb5f64a2dc19 [2021-01-29T08:04:14.792Z] ---> Running in 048091fdc61b [2021-01-29T08:04:15.403Z] Removing intermediate container fb5f64a2dc19 [2021-01-29T08:04:15.403Z] ---> 2bc30366aa02 [2021-01-29T08:04:15.403Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-29T08:04:15.681Z] ---> Running in 3559a4e60dd1 [2021-01-29T08:04:16.288Z] Removing intermediate container 3559a4e60dd1 [2021-01-29T08:04:16.288Z] ---> 12d92e259350 [2021-01-29T08:04:16.288Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-29T08:04:16.566Z] ---> Running in f897cdebeaab [2021-01-29T08:04:17.188Z] Removing intermediate container f897cdebeaab [2021-01-29T08:04:17.188Z] ---> 2e65c81007ba [2021-01-29T08:04:17.188Z] Step 14/22 : WORKDIR / [2021-01-29T08:04:17.188Z] ---> Running in bb852eee3aff [2021-01-29T08:04:18.183Z] Removing intermediate container bb852eee3aff [2021-01-29T08:04:18.183Z] ---> 6ccaeba1ffca [2021-01-29T08:04:18.183Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-29T08:04:18.783Z] Removing intermediate container 048091fdc61b [2021-01-29T08:04:18.783Z] ---> 5ec0fcd04d0a [2021-01-29T08:04:18.783Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-01-29T08:04:19.390Z] ---> 61f8e8969ef8 [2021-01-29T08:04:19.390Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T08:04:21.374Z] ---> e870cd34c0bd [2021-01-29T08:04:21.374Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-01-29T08:04:21.374Z] ---> c2c38bed1670 [2021-01-29T08:04:21.374Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T08:04:22.368Z] ---> 5f2b01f28076 [2021-01-29T08:04:22.368Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-01-29T08:04:22.368Z] ---> 7f3ac051c9e8 [2021-01-29T08:04:22.368Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-29T08:04:22.647Z] ---> Running in 59c1f025d396 [2021-01-29T08:04:23.639Z] Removing intermediate container 59c1f025d396 [2021-01-29T08:04:23.639Z] ---> cb431f232eaa [2021-01-29T08:04:23.639Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:04:23.639Z] ---> Running in b63aea1e8ba7 [2021-01-29T08:04:23.639Z] ---> abaebb0b70a1 [2021-01-29T08:04:23.639Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-01-29T08:04:24.241Z] Removing intermediate container b63aea1e8ba7 [2021-01-29T08:04:24.241Z] ---> d06e0e0a7769 [2021-01-29T08:04:24.241Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T08:04:24.858Z] ---> Running in 250bb3e3f886 [2021-01-29T08:04:25.138Z] ---> ccc0c156044a [2021-01-29T08:04:25.138Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-01-29T08:04:25.746Z] Removing intermediate container 250bb3e3f886 [2021-01-29T08:04:25.746Z] ---> 5a480add526c [2021-01-29T08:04:25.746Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:04:26.027Z] ---> Running in acb2acd7735c [2021-01-29T08:04:26.634Z] ---> 57ee02c32da2 [2021-01-29T08:04:26.634Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-01-29T08:04:26.910Z] ---> Running in 8b6123dac897 [2021-01-29T08:04:26.910Z] Removing intermediate container acb2acd7735c [2021-01-29T08:04:26.910Z] ---> 42fcf93699dc [2021-01-29T08:04:26.910Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T08:04:27.515Z] ---> Running in b4d94a52ad8e [2021-01-29T08:04:28.962Z] Removing intermediate container b4d94a52ad8e [2021-01-29T08:04:28.962Z] ---> 00ddece08651 [2021-01-29T08:04:28.962Z] [2021-01-29T08:04:29.958Z] Successfully built 00ddece08651 [2021-01-29T08:04:29.958Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T08:04:31.967Z]  Building docker-core-metadata-go ... done Removing intermediate container 8b6123dac897 [2021-01-29T08:04:31.967Z] ---> ebc9a72d9827 [2021-01-29T08:04:31.967Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T08:04:31.967Z] Removing intermediate container ed0b38d39ea7 [2021-01-29T08:04:31.967Z] ---> ac8ebd50c558 [2021-01-29T08:04:31.967Z] [2021-01-29T08:04:31.967Z] Step 10/22 : FROM scratch [2021-01-29T08:04:31.967Z] ---> [2021-01-29T08:04:31.967Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T08:04:32.251Z] ---> Using cache [2021-01-29T08:04:32.251Z] ---> 2bc30366aa02 [2021-01-29T08:04:32.251Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-29T08:04:32.532Z] ---> Running in 89998be1c2b7 [2021-01-29T08:04:32.807Z] ---> 186278c93e5c [2021-01-29T08:04:32.807Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-29T08:04:32.807Z] Removing intermediate container 89998be1c2b7 [2021-01-29T08:04:32.807Z] ---> 6017a79dbb9f [2021-01-29T08:04:32.807Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-29T08:04:33.085Z] ---> Running in 572f48d86a20 [2021-01-29T08:04:33.085Z] ---> Running in d45d9841b215 [2021-01-29T08:04:33.689Z] Removing intermediate container d45d9841b215 [2021-01-29T08:04:33.689Z] ---> 975c5bfa76be [2021-01-29T08:04:33.689Z] Step 14/22 : WORKDIR / [2021-01-29T08:04:33.689Z] ---> Running in c2d0b95a3238 [2021-01-29T08:04:34.288Z] Removing intermediate container c2d0b95a3238 [2021-01-29T08:04:34.288Z] ---> 78c0cb43c6cd [2021-01-29T08:04:34.288Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-29T08:04:35.283Z] ---> 98440c93e6be [2021-01-29T08:04:35.283Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T08:04:35.560Z] Removing intermediate container 572f48d86a20 [2021-01-29T08:04:35.560Z] ---> 9859c4011d34 [2021-01-29T08:04:35.560Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-01-29T08:04:35.831Z] ---> Running in 2556869bed1f [2021-01-29T08:04:36.830Z] ---> 705904df8595 [2021-01-29T08:04:36.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T08:04:38.348Z] ---> 8b80813c8fff [2021-01-29T08:04:38.348Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-29T08:04:38.348Z] ---> Running in 87c661b763e2 [2021-01-29T08:04:38.949Z] Removing intermediate container 87c661b763e2 [2021-01-29T08:04:38.949Z] ---> 144688424672 [2021-01-29T08:04:38.949Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:04:39.222Z] Removing intermediate container 2556869bed1f [2021-01-29T08:04:39.222Z] ---> 1891e2ac90c1 [2021-01-29T08:04:39.222Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T08:04:39.500Z] ---> Running in 3b2a5309c85a [2021-01-29T08:04:39.500Z] ---> Running in 64520c040567 [2021-01-29T08:04:40.093Z] Removing intermediate container 3b2a5309c85a [2021-01-29T08:04:40.093Z] ---> f1b1169162b5 [2021-01-29T08:04:40.093Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T08:04:40.367Z] Removing intermediate container 64520c040567 [2021-01-29T08:04:40.367Z] ---> d917d4059a45 [2021-01-29T08:04:40.367Z] Step 26/29 : CMD [ "generate" ] [2021-01-29T08:04:40.367Z] ---> Running in 27a125e7a384 [2021-01-29T08:04:40.639Z] ---> Running in 96b204552a57 [2021-01-29T08:04:40.639Z] Removing intermediate container e231a2d851e7 [2021-01-29T08:04:40.639Z] ---> 8376341552cc [2021-01-29T08:04:40.639Z] [2021-01-29T08:04:40.639Z] Step 10/21 : FROM scratch [2021-01-29T08:04:40.639Z] ---> [2021-01-29T08:04:40.639Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T08:04:40.914Z] ---> Using cache [2021-01-29T08:04:40.914Z] ---> 2bc30366aa02 [2021-01-29T08:04:40.914Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-29T08:04:41.185Z] Removing intermediate container 27a125e7a384 [2021-01-29T08:04:41.185Z] ---> 7200029ec8ec [2021-01-29T08:04:41.185Z] Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:04:41.185Z] ---> Running in d9ccf28532ec [2021-01-29T08:04:41.185Z] Removing intermediate container 96b204552a57 [2021-01-29T08:04:41.185Z] ---> c5b300019ebf [2021-01-29T08:04:41.185Z] Step 27/29 : LABEL arch=arm64 [2021-01-29T08:04:41.458Z] ---> Running in fded6e630c22 [2021-01-29T08:04:41.458Z] ---> Running in 12336c9dfe60 [2021-01-29T08:04:41.732Z] Removing intermediate container d9ccf28532ec [2021-01-29T08:04:41.732Z] ---> c1f9f449000f [2021-01-29T08:04:41.732Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-29T08:04:41.732Z] ---> Running in 91c95f0f2f82 [2021-01-29T08:04:41.732Z] Removing intermediate container fded6e630c22 [2021-01-29T08:04:41.732Z] ---> cb6fe416a047 [2021-01-29T08:04:41.732Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-29T08:04:42.011Z] Removing intermediate container 12336c9dfe60 [2021-01-29T08:04:42.011Z] ---> ee30a6be0292 [2021-01-29T08:04:42.011Z] Step 28/29 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:04:42.011Z] ---> Running in 7df004387cac [2021-01-29T08:04:42.285Z] ---> Running in 30e9dc42003c [2021-01-29T08:04:42.285Z] Removing intermediate container 91c95f0f2f82 [2021-01-29T08:04:42.285Z] ---> 609e700345a8 [2021-01-29T08:04:42.285Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-29T08:04:42.558Z] Removing intermediate container 7df004387cac [2021-01-29T08:04:42.558Z] ---> ea03bbc08746 [2021-01-29T08:04:42.558Z] [2021-01-29T08:04:42.830Z] Removing intermediate container 30e9dc42003c [2021-01-29T08:04:42.830Z] ---> db91b9211b57 [2021-01-29T08:04:42.830Z] Step 29/29 : LABEL version=1.3.1-dev.1 [2021-01-29T08:04:43.102Z] Successfully built ea03bbc08746 [2021-01-29T08:04:43.102Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-29T08:04:43.102Z]  Building docker-core-command-go ... done  ---> 418020bfb9f1 [2021-01-29T08:04:43.102Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T08:04:43.102Z] ---> Running in fe86ddf2a9b5 [2021-01-29T08:04:43.697Z] Removing intermediate container fe86ddf2a9b5 [2021-01-29T08:04:43.697Z] ---> d960d8b3861f [2021-01-29T08:04:43.697Z] [2021-01-29T08:04:43.967Z] Successfully built d960d8b3861f [2021-01-29T08:04:43.967Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2021-01-29T08:04:44.239Z]  Building docker-security-secrets-setup-go ... done  ---> 9c5c8eb16fd8 [2021-01-29T08:04:44.239Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T08:04:45.213Z] ---> 2e3b5b856535 [2021-01-29T08:04:45.213Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T08:04:45.213Z] ---> Running in f21d62f2ec68 [2021-01-29T08:04:45.807Z] Removing intermediate container f21d62f2ec68 [2021-01-29T08:04:45.807Z] ---> 501a4f734128 [2021-01-29T08:04:45.807Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T08:04:45.807Z] ---> Running in 1ab1c488aa97 [2021-01-29T08:04:46.401Z] Removing intermediate container 1ab1c488aa97 [2021-01-29T08:04:46.401Z] ---> 9e45206839ef [2021-01-29T08:04:46.401Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T08:04:46.401Z] ---> Running in a12efb5f3bad [2021-01-29T08:04:46.675Z] Removing intermediate container a12efb5f3bad [2021-01-29T08:04:46.675Z] ---> dd3288a07939 [2021-01-29T08:04:46.675Z] Step 20/21 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:04:46.953Z] ---> Running in 103870e6cffe [2021-01-29T08:04:47.544Z] Removing intermediate container 103870e6cffe [2021-01-29T08:04:47.544Z] ---> 90c7d591061a [2021-01-29T08:04:47.544Z] Step 21/21 : LABEL version=1.3.1-dev.1 [2021-01-29T08:04:47.544Z] ---> Running in b4fe77b24492 [2021-01-29T08:04:48.138Z] Removing intermediate container b4fe77b24492 [2021-01-29T08:04:48.138Z] ---> 4254d48df153 [2021-01-29T08:04:48.138Z] [2021-01-29T08:04:48.409Z] Successfully built 4254d48df153 [2021-01-29T08:04:48.409Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T08:04:48.423Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2021-01-29T08:04:48.423Z] $ docker stop --time=1 0d6e8d8223f9cd32cc91971a4dd281f785aeece4d43484ecfc4268088017e200 [2021-01-29T08:04:50.273Z] $ docker rm -f 0d6e8d8223f9cd32cc91971a4dd281f785aeece4d43484ecfc4268088017e200 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T08:04:50.948Z] + + dockergrep images docker [2021-01-29T08:04:50.948Z] [2021-01-29T08:04:51.217Z] docker-support-scheduler-go-arm64 latest 4254d48df153 4 seconds ago 11.5MB [2021-01-29T08:04:51.217Z] docker-security-secrets-setup-go-arm64 latest d960d8b3861f 8 seconds ago 22.7MB [2021-01-29T08:04:51.217Z] docker-core-command-go-arm64 latest ea03bbc08746 9 seconds ago 11.3MB [2021-01-29T08:04:51.217Z] docker-core-metadata-go-arm64 latest 00ddece08651 23 seconds ago 13.6MB [2021-01-29T08:04:51.217Z] docker-security-secretstore-setup-go-arm64 latest 68083b816045 About a minute ago 23.5MB [2021-01-29T08:04:51.217Z] docker-support-logging-go-arm64 latest af64a2741c32 About a minute ago 10.6MB [2021-01-29T08:04:51.217Z] docker-sys-mgmt-agent-go-arm64 latest f9a1429faf21 2 minutes ago 300MB [2021-01-29T08:04:51.217Z] docker-core-data-go-arm64 latest cc65f2b5885e 3 minutes ago 22.4MB [2021-01-29T08:04:51.217Z] docker-support-notifications-go-arm64 latest 52e5b38e09b8 3 minutes ago 12.9MB [2021-01-29T08:04:51.217Z] docker-security-bootstrap-redis-go-arm64 latest 87121b49932e 3 minutes ago 15.2MB [2021-01-29T08:04:51.217Z] docker-security-proxy-setup-go-arm64 latest d9c30cc7475f 4 minutes ago 15.9MB [2021-01-29T08:04:51.217Z] docker latest 83ca638d8957 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T08:04:51.774Z] provisioning config files... [2021-01-29T08:04:51.816Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7246100608724811831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:04:52.204Z] ---> docker-login.sh [2021-01-29T08:04:52.205Z] nexus3.edgexfoundry.org:10001 [2021-01-29T08:04:52.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:04:52.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:04:52.475Z] Configure a credential helper to remove this warning. See [2021-01-29T08:04:52.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:04:52.475Z] [2021-01-29T08:04:52.475Z] Login Succeeded [2021-01-29T08:04:52.475Z] nexus3.edgexfoundry.org:10002 [2021-01-29T08:04:53.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:04:54.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:04:54.037Z] Configure a credential helper to remove this warning. See [2021-01-29T08:04:54.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:04:54.037Z] [2021-01-29T08:04:54.037Z] Login Succeeded [2021-01-29T08:04:54.308Z] nexus3.edgexfoundry.org:10003 [2021-01-29T08:04:54.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:04:54.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:04:54.851Z] Configure a credential helper to remove this warning. See [2021-01-29T08:04:54.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:04:54.851Z] [2021-01-29T08:04:54.851Z] Login Succeeded [2021-01-29T08:04:54.851Z] nexus3.edgexfoundry.org:10004 [2021-01-29T08:04:55.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:04:55.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:04:55.393Z] Configure a credential helper to remove this warning. See [2021-01-29T08:04:55.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:04:55.393Z] [2021-01-29T08:04:55.393Z] Login Succeeded [2021-01-29T08:04:55.393Z] docker.io [2021-01-29T08:04:55.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T08:04:56.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T08:04:56.254Z] Configure a credential helper to remove this warning. See [2021-01-29T08:04:56.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T08:04:56.254Z] [2021-01-29T08:04:56.254Z] Login Succeeded [2021-01-29T08:04:56.254Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T08:04:56.270Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:04:56.480Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-29T08:04:56.480Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:04:56.480Z] 1.3.1-dev.1 [2021-01-29T08:04:56.480Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:04:56.480Z] hanoi [2021-01-29T08:04:56.480Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:04:57.026Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:04:57.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:04:57.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-29T08:04:57.382Z] a1d56b1022c9: Preparing [2021-01-29T08:04:57.382Z] 7b51369ea3bd: Preparing [2021-01-29T08:04:57.382Z] 05024c6da12e: Preparing [2021-01-29T08:04:57.664Z] 05024c6da12e: Pushed [2021-01-29T08:04:57.664Z] a1d56b1022c9: Pushed [2021-01-29T08:05:01.063Z] 7b51369ea3bd: Pushed [2021-01-29T08:05:01.063Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:01.403Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:01.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:01.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-29T08:05:01.742Z] a1d56b1022c9: Preparing [2021-01-29T08:05:01.742Z] 7b51369ea3bd: Preparing [2021-01-29T08:05:01.742Z] 05024c6da12e: Preparing [2021-01-29T08:05:01.742Z] 7b51369ea3bd: Layer already exists [2021-01-29T08:05:01.742Z] a1d56b1022c9: Layer already exists [2021-01-29T08:05:02.011Z] 05024c6da12e: Layer already exists [2021-01-29T08:05:02.011Z] 1.3.1-dev.1: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:02.349Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:02.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:02.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-29T08:05:02.680Z] a1d56b1022c9: Preparing [2021-01-29T08:05:02.680Z] 7b51369ea3bd: Preparing [2021-01-29T08:05:02.680Z] 05024c6da12e: Preparing [2021-01-29T08:05:02.680Z] a1d56b1022c9: Layer already exists [2021-01-29T08:05:02.680Z] 05024c6da12e: Layer already exists [2021-01-29T08:05:02.680Z] 7b51369ea3bd: Layer already exists [2021-01-29T08:05:02.950Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:03.290Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:03.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [2021-01-29T08:05:03.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-29T08:05:03.624Z] a1d56b1022c9: Preparing [2021-01-29T08:05:03.624Z] 7b51369ea3bd: Preparing [2021-01-29T08:05:03.624Z] 05024c6da12e: Preparing [2021-01-29T08:05:03.624Z] a1d56b1022c9: Layer already exists [2021-01-29T08:05:03.624Z] 05024c6da12e: Layer already exists [2021-01-29T08:05:03.624Z] 7b51369ea3bd: Layer already exists [2021-01-29T08:05:03.896Z] hanoi: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:04.119Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:04.170Z] taggedImages: [2021-01-29T08:05:04.170Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:04.170Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:04.170Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:04.170Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:04.238Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-29T08:05:04.238Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:04.238Z] 1.3.1-dev.1 [2021-01-29T08:05:04.238Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:04.238Z] hanoi [2021-01-29T08:05:04.238Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:04.759Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:05.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:05.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-29T08:05:05.092Z] 12e948d3a1ec: Preparing [2021-01-29T08:05:05.092Z] 54af805167b9: Preparing [2021-01-29T08:05:05.092Z] c5cd3b8176af: Preparing [2021-01-29T08:05:05.092Z] 1c631e92a3e6: Preparing [2021-01-29T08:05:05.092Z] 3219cd9e9cf8: Preparing [2021-01-29T08:05:05.092Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:05.092Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:05.363Z] 3219cd9e9cf8: Pushed [2021-01-29T08:05:05.363Z] c5cd3b8176af: Pushed [2021-01-29T08:05:05.363Z] 12e948d3a1ec: Pushed [2021-01-29T08:05:05.632Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:06.224Z] 1c631e92a3e6: Pushed [2021-01-29T08:05:08.828Z] 54af805167b9: Pushed [2021-01-29T08:05:08.828Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:09.170Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:09.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:09.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-29T08:05:09.503Z] 12e948d3a1ec: Preparing [2021-01-29T08:05:09.503Z] 54af805167b9: Preparing [2021-01-29T08:05:09.503Z] c5cd3b8176af: Preparing [2021-01-29T08:05:09.503Z] 1c631e92a3e6: Preparing [2021-01-29T08:05:09.503Z] 3219cd9e9cf8: Preparing [2021-01-29T08:05:09.503Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:09.503Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:09.774Z] 3219cd9e9cf8: Layer already exists [2021-01-29T08:05:09.774Z] c5cd3b8176af: Layer already exists [2021-01-29T08:05:09.774Z] 1c631e92a3e6: Layer already exists [2021-01-29T08:05:09.774Z] 54af805167b9: Layer already exists [2021-01-29T08:05:09.774Z] 12e948d3a1ec: Layer already exists [2021-01-29T08:05:09.774Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:09.774Z] 1.3.1-dev.1: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:10.112Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:10.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:10.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-29T08:05:10.451Z] 12e948d3a1ec: Preparing [2021-01-29T08:05:10.451Z] 54af805167b9: Preparing [2021-01-29T08:05:10.451Z] c5cd3b8176af: Preparing [2021-01-29T08:05:10.451Z] 1c631e92a3e6: Preparing [2021-01-29T08:05:10.451Z] 3219cd9e9cf8: Preparing [2021-01-29T08:05:10.451Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:10.451Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:10.451Z] 1c631e92a3e6: Layer already exists [2021-01-29T08:05:10.451Z] c5cd3b8176af: Layer already exists [2021-01-29T08:05:10.451Z] 54af805167b9: Layer already exists [2021-01-29T08:05:10.451Z] 3219cd9e9cf8: Layer already exists [2021-01-29T08:05:10.722Z] 12e948d3a1ec: Layer already exists [2021-01-29T08:05:10.722Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:10.722Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:11.115Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:11.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [2021-01-29T08:05:11.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-29T08:05:11.467Z] 12e948d3a1ec: Preparing [2021-01-29T08:05:11.467Z] 54af805167b9: Preparing [2021-01-29T08:05:11.467Z] c5cd3b8176af: Preparing [2021-01-29T08:05:11.467Z] 1c631e92a3e6: Preparing [2021-01-29T08:05:11.467Z] 3219cd9e9cf8: Preparing [2021-01-29T08:05:11.467Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:11.467Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:11.737Z] 1c631e92a3e6: Layer already exists [2021-01-29T08:05:11.737Z] 54af805167b9: Layer already exists [2021-01-29T08:05:11.737Z] 3219cd9e9cf8: Layer already exists [2021-01-29T08:05:11.737Z] c5cd3b8176af: Layer already exists [2021-01-29T08:05:11.737Z] 12e948d3a1ec: Layer already exists [2021-01-29T08:05:11.737Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:11.737Z] hanoi: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:11.936Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:11.996Z] taggedImages: [2021-01-29T08:05:11.996Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:11.997Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:11.997Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:11.997Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:12.064Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-29T08:05:12.064Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:12.064Z] 1.3.1-dev.1 [2021-01-29T08:05:12.064Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:12.064Z] hanoi [2021-01-29T08:05:12.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:12.574Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:12.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:12.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-29T08:05:12.923Z] c3d92af5cff0: Preparing [2021-01-29T08:05:12.923Z] e2176fc85778: Preparing [2021-01-29T08:05:12.923Z] b8b4be6e265d: Preparing [2021-01-29T08:05:13.195Z] c3d92af5cff0: Pushed [2021-01-29T08:05:13.195Z] b8b4be6e265d: Pushed [2021-01-29T08:05:16.565Z] e2176fc85778: Pushed [2021-01-29T08:05:16.565Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:16.912Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:17.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:17.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-29T08:05:17.248Z] c3d92af5cff0: Preparing [2021-01-29T08:05:17.248Z] e2176fc85778: Preparing [2021-01-29T08:05:17.248Z] b8b4be6e265d: Preparing [2021-01-29T08:05:17.248Z] b8b4be6e265d: Layer already exists [2021-01-29T08:05:17.248Z] e2176fc85778: Layer already exists [2021-01-29T08:05:17.248Z] c3d92af5cff0: Layer already exists [2021-01-29T08:05:17.518Z] 1.3.1-dev.1: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:17.861Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:18.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:18.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-29T08:05:18.196Z] c3d92af5cff0: Preparing [2021-01-29T08:05:18.196Z] e2176fc85778: Preparing [2021-01-29T08:05:18.196Z] b8b4be6e265d: Preparing [2021-01-29T08:05:18.196Z] e2176fc85778: Layer already exists [2021-01-29T08:05:18.196Z] c3d92af5cff0: Layer already exists [2021-01-29T08:05:18.196Z] b8b4be6e265d: Layer already exists [2021-01-29T08:05:18.466Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:18.807Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:19.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [2021-01-29T08:05:19.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-29T08:05:19.142Z] c3d92af5cff0: Preparing [2021-01-29T08:05:19.142Z] e2176fc85778: Preparing [2021-01-29T08:05:19.142Z] b8b4be6e265d: Preparing [2021-01-29T08:05:19.142Z] b8b4be6e265d: Layer already exists [2021-01-29T08:05:19.142Z] e2176fc85778: Layer already exists [2021-01-29T08:05:19.142Z] c3d92af5cff0: Layer already exists [2021-01-29T08:05:19.412Z] hanoi: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:19.615Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:19.661Z] taggedImages: [2021-01-29T08:05:19.661Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:19.661Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:19.661Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:19.661Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:19.730Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-29T08:05:19.730Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:19.730Z] 1.3.1-dev.1 [2021-01-29T08:05:19.730Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:19.730Z] hanoi [2021-01-29T08:05:19.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:20.252Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:20.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:20.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-29T08:05:20.697Z] d4aea242e28e: Preparing [2021-01-29T08:05:20.697Z] 69437a6c4556: Preparing [2021-01-29T08:05:20.697Z] ccc13e386703: Preparing [2021-01-29T08:05:20.697Z] a5225ef2d6c1: Preparing [2021-01-29T08:05:20.697Z] a2c34608e233: Preparing [2021-01-29T08:05:20.697Z] 53591a243a82: Preparing [2021-01-29T08:05:20.697Z] 66b385cf80cf: Preparing [2021-01-29T08:05:20.697Z] 53591a243a82: Waiting [2021-01-29T08:05:20.697Z] 66b385cf80cf: Waiting [2021-01-29T08:05:20.995Z] a2c34608e233: Pushed [2021-01-29T08:05:20.995Z] 69437a6c4556: Pushed [2021-01-29T08:05:20.995Z] ccc13e386703: Pushed [2021-01-29T08:05:20.995Z] d4aea242e28e: Pushed [2021-01-29T08:05:21.268Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:21.539Z] 53591a243a82: Pushed [2021-01-29T08:05:22.966Z] a5225ef2d6c1: Pushed [2021-01-29T08:05:23.237Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:23.582Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:23.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:23.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-29T08:05:23.920Z] d4aea242e28e: Preparing [2021-01-29T08:05:23.920Z] 69437a6c4556: Preparing [2021-01-29T08:05:23.920Z] ccc13e386703: Preparing [2021-01-29T08:05:23.920Z] a5225ef2d6c1: Preparing [2021-01-29T08:05:23.920Z] a2c34608e233: Preparing [2021-01-29T08:05:23.920Z] 53591a243a82: Preparing [2021-01-29T08:05:23.920Z] 66b385cf80cf: Preparing [2021-01-29T08:05:23.920Z] 53591a243a82: Waiting [2021-01-29T08:05:23.920Z] 66b385cf80cf: Waiting [2021-01-29T08:05:23.920Z] a2c34608e233: Layer already exists [2021-01-29T08:05:23.920Z] 69437a6c4556: Layer already exists [2021-01-29T08:05:23.920Z] d4aea242e28e: Layer already exists [2021-01-29T08:05:23.920Z] ccc13e386703: Layer already exists [2021-01-29T08:05:23.920Z] a5225ef2d6c1: Layer already exists [2021-01-29T08:05:24.192Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:24.192Z] 53591a243a82: Layer already exists [2021-01-29T08:05:24.192Z] 1.3.1-dev.1: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:24.530Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:24.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:24.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-29T08:05:24.867Z] d4aea242e28e: Preparing [2021-01-29T08:05:24.867Z] 69437a6c4556: Preparing [2021-01-29T08:05:24.867Z] ccc13e386703: Preparing [2021-01-29T08:05:24.867Z] a5225ef2d6c1: Preparing [2021-01-29T08:05:24.867Z] a2c34608e233: Preparing [2021-01-29T08:05:24.867Z] 53591a243a82: Preparing [2021-01-29T08:05:24.867Z] 66b385cf80cf: Preparing [2021-01-29T08:05:24.867Z] 53591a243a82: Waiting [2021-01-29T08:05:24.867Z] a5225ef2d6c1: Layer already exists [2021-01-29T08:05:24.867Z] a2c34608e233: Layer already exists [2021-01-29T08:05:24.867Z] 69437a6c4556: Layer already exists [2021-01-29T08:05:25.138Z] ccc13e386703: Layer already exists [2021-01-29T08:05:25.138Z] d4aea242e28e: Layer already exists [2021-01-29T08:05:25.138Z] 53591a243a82: Layer already exists [2021-01-29T08:05:25.138Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:25.138Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:25.484Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:25.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [2021-01-29T08:05:25.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-29T08:05:25.816Z] d4aea242e28e: Preparing [2021-01-29T08:05:25.816Z] 69437a6c4556: Preparing [2021-01-29T08:05:25.816Z] ccc13e386703: Preparing [2021-01-29T08:05:25.816Z] a5225ef2d6c1: Preparing [2021-01-29T08:05:25.816Z] a2c34608e233: Preparing [2021-01-29T08:05:25.816Z] 53591a243a82: Preparing [2021-01-29T08:05:25.816Z] 66b385cf80cf: Preparing [2021-01-29T08:05:25.816Z] 66b385cf80cf: Waiting [2021-01-29T08:05:25.816Z] 53591a243a82: Waiting [2021-01-29T08:05:25.816Z] a5225ef2d6c1: Layer already exists [2021-01-29T08:05:25.816Z] d4aea242e28e: Layer already exists [2021-01-29T08:05:25.816Z] ccc13e386703: Layer already exists [2021-01-29T08:05:26.088Z] a2c34608e233: Layer already exists [2021-01-29T08:05:26.088Z] 69437a6c4556: Layer already exists [2021-01-29T08:05:26.088Z] 53591a243a82: Layer already exists [2021-01-29T08:05:26.088Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:26.088Z] hanoi: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:26.278Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:26.327Z] taggedImages: [2021-01-29T08:05:26.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:26.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:26.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:26.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:26.401Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-29T08:05:26.401Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:26.401Z] 1.3.1-dev.1 [2021-01-29T08:05:26.401Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:26.401Z] hanoi [2021-01-29T08:05:26.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:26.991Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:27.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:27.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-29T08:05:27.341Z] 76fadc4e0ddf: Preparing [2021-01-29T08:05:27.341Z] 7ae0428d2419: Preparing [2021-01-29T08:05:27.341Z] 24e6e56d4671: Preparing [2021-01-29T08:05:27.341Z] 33d36a5524aa: Preparing [2021-01-29T08:05:27.341Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:27.341Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:27.616Z] 24e6e56d4671: Pushed [2021-01-29T08:05:27.616Z] 7ae0428d2419: Pushed [2021-01-29T08:05:28.212Z] 33d36a5524aa: Pushed [2021-01-29T08:05:30.181Z] 76fadc4e0ddf: Pushed [2021-01-29T08:05:30.181Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:30.528Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:30.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:30.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-29T08:05:30.866Z] 76fadc4e0ddf: Preparing [2021-01-29T08:05:30.866Z] 7ae0428d2419: Preparing [2021-01-29T08:05:30.866Z] 24e6e56d4671: Preparing [2021-01-29T08:05:30.866Z] 33d36a5524aa: Preparing [2021-01-29T08:05:30.866Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:30.866Z] 33d36a5524aa: Layer already exists [2021-01-29T08:05:30.866Z] 7ae0428d2419: Layer already exists [2021-01-29T08:05:30.866Z] 76fadc4e0ddf: Layer already exists [2021-01-29T08:05:30.866Z] 24e6e56d4671: Layer already exists [2021-01-29T08:05:30.866Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:31.138Z] 1.3.1-dev.1: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:31.481Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:31.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:31.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-29T08:05:31.826Z] 76fadc4e0ddf: Preparing [2021-01-29T08:05:31.826Z] 7ae0428d2419: Preparing [2021-01-29T08:05:31.826Z] 24e6e56d4671: Preparing [2021-01-29T08:05:31.826Z] 33d36a5524aa: Preparing [2021-01-29T08:05:31.826Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:31.826Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:31.826Z] 76fadc4e0ddf: Layer already exists [2021-01-29T08:05:31.826Z] 33d36a5524aa: Layer already exists [2021-01-29T08:05:31.826Z] 7ae0428d2419: Layer already exists [2021-01-29T08:05:31.826Z] 24e6e56d4671: Layer already exists [2021-01-29T08:05:32.097Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:32.435Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:32.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [2021-01-29T08:05:32.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-29T08:05:32.765Z] 76fadc4e0ddf: Preparing [2021-01-29T08:05:32.765Z] 7ae0428d2419: Preparing [2021-01-29T08:05:32.765Z] 24e6e56d4671: Preparing [2021-01-29T08:05:32.765Z] 33d36a5524aa: Preparing [2021-01-29T08:05:32.765Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:32.765Z] 76fadc4e0ddf: Layer already exists [2021-01-29T08:05:32.765Z] 7ae0428d2419: Layer already exists [2021-01-29T08:05:32.765Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:32.765Z] 24e6e56d4671: Layer already exists [2021-01-29T08:05:32.765Z] 33d36a5524aa: Layer already exists [2021-01-29T08:05:33.033Z] hanoi: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:33.220Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:33.266Z] taggedImages: [2021-01-29T08:05:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:33.266Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:33.359Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2021-01-29T08:05:33.359Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:33.359Z] 1.3.1-dev.1 [2021-01-29T08:05:33.359Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:33.359Z] hanoi [2021-01-29T08:05:33.359Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:33.889Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:34.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:34.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-29T08:05:34.216Z] f86ae521b905: Preparing [2021-01-29T08:05:34.216Z] b08b427ac4ae: Preparing [2021-01-29T08:05:34.216Z] 4e05b0e5f32f: Preparing [2021-01-29T08:05:34.216Z] 7b92735f4e30: Preparing [2021-01-29T08:05:34.216Z] 7b92735f4e30: Preparing [2021-01-29T08:05:34.216Z] 350e82b21603: Preparing [2021-01-29T08:05:34.216Z] 63669a3894db: Preparing [2021-01-29T08:05:34.216Z] 0e2b2fdddaee: Preparing [2021-01-29T08:05:34.216Z] f86ae521b905: Preparing [2021-01-29T08:05:34.216Z] c59f30afbbaf: Preparing [2021-01-29T08:05:34.216Z] 5597428896ea: Preparing [2021-01-29T08:05:34.216Z] c986cf7c4fb6: Preparing [2021-01-29T08:05:34.216Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:34.216Z] 0e2b2fdddaee: Waiting [2021-01-29T08:05:34.216Z] 63669a3894db: Waiting [2021-01-29T08:05:34.216Z] c59f30afbbaf: Waiting [2021-01-29T08:05:34.216Z] 5597428896ea: Waiting [2021-01-29T08:05:34.216Z] c986cf7c4fb6: Waiting [2021-01-29T08:05:34.216Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:34.499Z] 4e05b0e5f32f: Pushed [2021-01-29T08:05:34.499Z] 350e82b21603: Pushed [2021-01-29T08:05:34.499Z] b08b427ac4ae: Pushed [2021-01-29T08:05:34.499Z] 7b92735f4e30: Pushed [2021-01-29T08:05:34.770Z] 63669a3894db: Pushed [2021-01-29T08:05:35.040Z] 5597428896ea: Pushed [2021-01-29T08:05:35.040Z] 0e2b2fdddaee: Pushed [2021-01-29T08:05:35.040Z] c59f30afbbaf: Pushed [2021-01-29T08:05:35.040Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:35.308Z] c986cf7c4fb6: Pushed [2021-01-29T08:05:36.732Z] f86ae521b905: Pushed [2021-01-29T08:05:36.732Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:37.077Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:37.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:37.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-29T08:05:37.411Z] f86ae521b905: Preparing [2021-01-29T08:05:37.411Z] b08b427ac4ae: Preparing [2021-01-29T08:05:37.411Z] 4e05b0e5f32f: Preparing [2021-01-29T08:05:37.411Z] 7b92735f4e30: Preparing [2021-01-29T08:05:37.411Z] 7b92735f4e30: Preparing [2021-01-29T08:05:37.411Z] 350e82b21603: Preparing [2021-01-29T08:05:37.411Z] 63669a3894db: Preparing [2021-01-29T08:05:37.411Z] 0e2b2fdddaee: Preparing [2021-01-29T08:05:37.411Z] f86ae521b905: Preparing [2021-01-29T08:05:37.411Z] c59f30afbbaf: Preparing [2021-01-29T08:05:37.411Z] 5597428896ea: Preparing [2021-01-29T08:05:37.411Z] c986cf7c4fb6: Preparing [2021-01-29T08:05:37.411Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:37.411Z] 63669a3894db: Waiting [2021-01-29T08:05:37.411Z] 0e2b2fdddaee: Waiting [2021-01-29T08:05:37.411Z] c59f30afbbaf: Waiting [2021-01-29T08:05:37.411Z] 5597428896ea: Waiting [2021-01-29T08:05:37.412Z] c986cf7c4fb6: Waiting [2021-01-29T08:05:37.412Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:37.412Z] 350e82b21603: Layer already exists [2021-01-29T08:05:37.412Z] b08b427ac4ae: Layer already exists [2021-01-29T08:05:37.412Z] 4e05b0e5f32f: Layer already exists [2021-01-29T08:05:37.412Z] f86ae521b905: Layer already exists [2021-01-29T08:05:37.412Z] 7b92735f4e30: Layer already exists [2021-01-29T08:05:37.412Z] 63669a3894db: Layer already exists [2021-01-29T08:05:37.412Z] c59f30afbbaf: Layer already exists [2021-01-29T08:05:37.682Z] c986cf7c4fb6: Layer already exists [2021-01-29T08:05:37.683Z] 5597428896ea: Layer already exists [2021-01-29T08:05:37.683Z] 0e2b2fdddaee: Layer already exists [2021-01-29T08:05:37.683Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:37.683Z] 1.3.1-dev.1: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:38.024Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:38.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:38.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-29T08:05:38.361Z] f86ae521b905: Preparing [2021-01-29T08:05:38.361Z] b08b427ac4ae: Preparing [2021-01-29T08:05:38.361Z] 4e05b0e5f32f: Preparing [2021-01-29T08:05:38.361Z] 7b92735f4e30: Preparing [2021-01-29T08:05:38.361Z] 7b92735f4e30: Preparing [2021-01-29T08:05:38.361Z] 350e82b21603: Preparing [2021-01-29T08:05:38.361Z] 63669a3894db: Preparing [2021-01-29T08:05:38.361Z] 0e2b2fdddaee: Preparing [2021-01-29T08:05:38.361Z] f86ae521b905: Preparing [2021-01-29T08:05:38.361Z] c59f30afbbaf: Preparing [2021-01-29T08:05:38.361Z] 5597428896ea: Preparing [2021-01-29T08:05:38.361Z] c986cf7c4fb6: Preparing [2021-01-29T08:05:38.361Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:38.361Z] c59f30afbbaf: Waiting [2021-01-29T08:05:38.361Z] 5597428896ea: Waiting [2021-01-29T08:05:38.361Z] c986cf7c4fb6: Waiting [2021-01-29T08:05:38.361Z] 63669a3894db: Waiting [2021-01-29T08:05:38.361Z] 0e2b2fdddaee: Waiting [2021-01-29T08:05:38.361Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:38.634Z] 7b92735f4e30: Layer already exists [2021-01-29T08:05:38.634Z] 4e05b0e5f32f: Layer already exists [2021-01-29T08:05:38.634Z] f86ae521b905: Layer already exists [2021-01-29T08:05:38.634Z] 350e82b21603: Layer already exists [2021-01-29T08:05:38.634Z] b08b427ac4ae: Layer already exists [2021-01-29T08:05:38.634Z] 0e2b2fdddaee: Layer already exists [2021-01-29T08:05:38.634Z] 63669a3894db: Layer already exists [2021-01-29T08:05:38.634Z] c986cf7c4fb6: Layer already exists [2021-01-29T08:05:38.634Z] 5597428896ea: Layer already exists [2021-01-29T08:05:38.634Z] c59f30afbbaf: Layer already exists [2021-01-29T08:05:38.634Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:38.634Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:38.977Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:39.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [2021-01-29T08:05:39.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-29T08:05:39.313Z] f86ae521b905: Preparing [2021-01-29T08:05:39.313Z] b08b427ac4ae: Preparing [2021-01-29T08:05:39.313Z] 4e05b0e5f32f: Preparing [2021-01-29T08:05:39.313Z] 7b92735f4e30: Preparing [2021-01-29T08:05:39.313Z] 7b92735f4e30: Preparing [2021-01-29T08:05:39.313Z] 350e82b21603: Preparing [2021-01-29T08:05:39.313Z] 63669a3894db: Preparing [2021-01-29T08:05:39.313Z] 0e2b2fdddaee: Preparing [2021-01-29T08:05:39.313Z] f86ae521b905: Preparing [2021-01-29T08:05:39.313Z] c59f30afbbaf: Preparing [2021-01-29T08:05:39.313Z] 5597428896ea: Preparing [2021-01-29T08:05:39.313Z] c986cf7c4fb6: Preparing [2021-01-29T08:05:39.313Z] 7fc22f762ef3: Preparing [2021-01-29T08:05:39.313Z] 63669a3894db: Waiting [2021-01-29T08:05:39.313Z] 0e2b2fdddaee: Waiting [2021-01-29T08:05:39.313Z] c59f30afbbaf: Waiting [2021-01-29T08:05:39.313Z] 5597428896ea: Waiting [2021-01-29T08:05:39.313Z] c986cf7c4fb6: Waiting [2021-01-29T08:05:39.313Z] 7fc22f762ef3: Waiting [2021-01-29T08:05:39.587Z] f86ae521b905: Layer already exists [2021-01-29T08:05:39.587Z] 7b92735f4e30: Layer already exists [2021-01-29T08:05:39.587Z] 350e82b21603: Layer already exists [2021-01-29T08:05:39.587Z] 4e05b0e5f32f: Layer already exists [2021-01-29T08:05:39.587Z] b08b427ac4ae: Layer already exists [2021-01-29T08:05:39.587Z] 63669a3894db: Layer already exists [2021-01-29T08:05:39.587Z] 5597428896ea: Layer already exists [2021-01-29T08:05:39.587Z] c59f30afbbaf: Layer already exists [2021-01-29T08:05:39.587Z] c986cf7c4fb6: Layer already exists [2021-01-29T08:05:39.587Z] 0e2b2fdddaee: Layer already exists [2021-01-29T08:05:39.587Z] 7fc22f762ef3: Layer already exists [2021-01-29T08:05:39.587Z] hanoi: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:39.792Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:39.844Z] taggedImages: [2021-01-29T08:05:39.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:39.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:39.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:39.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:39.913Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-29T08:05:39.913Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:39.913Z] 1.3.1-dev.1 [2021-01-29T08:05:39.913Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:39.913Z] hanoi [2021-01-29T08:05:39.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:40.432Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:40.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:40.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-29T08:05:40.768Z] 99205f5f59df: Preparing [2021-01-29T08:05:40.768Z] febd0d836288: Preparing [2021-01-29T08:05:40.768Z] ba092e5d9e93: Preparing [2021-01-29T08:05:40.768Z] 1befc2a6185c: Preparing [2021-01-29T08:05:40.768Z] fd7baeba0681: Preparing [2021-01-29T08:05:40.768Z] 6dff924fae37: Preparing [2021-01-29T08:05:40.768Z] 1c0c879116cd: Preparing [2021-01-29T08:05:40.768Z] 53591a243a82: Preparing [2021-01-29T08:05:40.768Z] 66b385cf80cf: Preparing [2021-01-29T08:05:40.768Z] 6dff924fae37: Waiting [2021-01-29T08:05:40.768Z] 53591a243a82: Waiting [2021-01-29T08:05:40.768Z] 1c0c879116cd: Waiting [2021-01-29T08:05:40.768Z] 66b385cf80cf: Waiting [2021-01-29T08:05:41.038Z] 99205f5f59df: Pushed [2021-01-29T08:05:41.038Z] fd7baeba0681: Pushed [2021-01-29T08:05:41.038Z] febd0d836288: Pushed [2021-01-29T08:05:41.309Z] 53591a243a82: Layer already exists [2021-01-29T08:05:41.309Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:41.309Z] 6dff924fae37: Pushed [2021-01-29T08:05:41.309Z] 1c0c879116cd: Pushed [2021-01-29T08:05:43.269Z] 1befc2a6185c: Pushed [2021-01-29T08:05:43.269Z] ba092e5d9e93: Pushed [2021-01-29T08:05:43.269Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:43.630Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:44.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:44.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-29T08:05:44.007Z] 99205f5f59df: Preparing [2021-01-29T08:05:44.007Z] febd0d836288: Preparing [2021-01-29T08:05:44.007Z] ba092e5d9e93: Preparing [2021-01-29T08:05:44.007Z] 1befc2a6185c: Preparing [2021-01-29T08:05:44.007Z] fd7baeba0681: Preparing [2021-01-29T08:05:44.007Z] 6dff924fae37: Preparing [2021-01-29T08:05:44.007Z] 1c0c879116cd: Preparing [2021-01-29T08:05:44.007Z] 53591a243a82: Preparing [2021-01-29T08:05:44.007Z] 66b385cf80cf: Preparing [2021-01-29T08:05:44.007Z] 1c0c879116cd: Waiting [2021-01-29T08:05:44.007Z] 6dff924fae37: Waiting [2021-01-29T08:05:44.007Z] 53591a243a82: Waiting [2021-01-29T08:05:44.007Z] 66b385cf80cf: Waiting [2021-01-29T08:05:44.286Z] febd0d836288: Layer already exists [2021-01-29T08:05:44.286Z] fd7baeba0681: Layer already exists [2021-01-29T08:05:44.286Z] 99205f5f59df: Layer already exists [2021-01-29T08:05:44.286Z] 1befc2a6185c: Layer already exists [2021-01-29T08:05:44.286Z] ba092e5d9e93: Layer already exists [2021-01-29T08:05:44.286Z] 1c0c879116cd: Layer already exists [2021-01-29T08:05:44.286Z] 53591a243a82: Layer already exists [2021-01-29T08:05:44.286Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:44.286Z] 6dff924fae37: Layer already exists [2021-01-29T08:05:44.286Z] 1.3.1-dev.1: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:44.637Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:44.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:44.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-29T08:05:44.984Z] 99205f5f59df: Preparing [2021-01-29T08:05:44.984Z] febd0d836288: Preparing [2021-01-29T08:05:44.984Z] ba092e5d9e93: Preparing [2021-01-29T08:05:44.984Z] 1befc2a6185c: Preparing [2021-01-29T08:05:44.984Z] fd7baeba0681: Preparing [2021-01-29T08:05:44.984Z] 6dff924fae37: Preparing [2021-01-29T08:05:44.984Z] 1c0c879116cd: Preparing [2021-01-29T08:05:44.984Z] 53591a243a82: Preparing [2021-01-29T08:05:44.984Z] 66b385cf80cf: Preparing [2021-01-29T08:05:44.984Z] 53591a243a82: Waiting [2021-01-29T08:05:44.984Z] 6dff924fae37: Waiting [2021-01-29T08:05:44.984Z] 1c0c879116cd: Waiting [2021-01-29T08:05:44.984Z] 66b385cf80cf: Waiting [2021-01-29T08:05:45.257Z] 99205f5f59df: Layer already exists [2021-01-29T08:05:45.257Z] 1befc2a6185c: Layer already exists [2021-01-29T08:05:45.257Z] febd0d836288: Layer already exists [2021-01-29T08:05:45.257Z] ba092e5d9e93: Layer already exists [2021-01-29T08:05:45.257Z] fd7baeba0681: Layer already exists [2021-01-29T08:05:45.257Z] 6dff924fae37: Layer already exists [2021-01-29T08:05:45.257Z] 1c0c879116cd: Layer already exists [2021-01-29T08:05:45.257Z] 53591a243a82: Layer already exists [2021-01-29T08:05:45.257Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:45.257Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:45.597Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:45.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [2021-01-29T08:05:45.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-29T08:05:45.931Z] 99205f5f59df: Preparing [2021-01-29T08:05:45.931Z] febd0d836288: Preparing [2021-01-29T08:05:45.931Z] ba092e5d9e93: Preparing [2021-01-29T08:05:45.931Z] 1befc2a6185c: Preparing [2021-01-29T08:05:45.931Z] fd7baeba0681: Preparing [2021-01-29T08:05:45.931Z] 6dff924fae37: Preparing [2021-01-29T08:05:45.931Z] 1c0c879116cd: Preparing [2021-01-29T08:05:45.931Z] 53591a243a82: Preparing [2021-01-29T08:05:45.931Z] 66b385cf80cf: Preparing [2021-01-29T08:05:45.931Z] 1c0c879116cd: Waiting [2021-01-29T08:05:45.931Z] 6dff924fae37: Waiting [2021-01-29T08:05:45.931Z] 53591a243a82: Waiting [2021-01-29T08:05:45.931Z] 66b385cf80cf: Waiting [2021-01-29T08:05:45.931Z] 99205f5f59df: Layer already exists [2021-01-29T08:05:45.931Z] febd0d836288: Layer already exists [2021-01-29T08:05:45.931Z] 1befc2a6185c: Layer already exists [2021-01-29T08:05:46.203Z] fd7baeba0681: Layer already exists [2021-01-29T08:05:46.203Z] ba092e5d9e93: Layer already exists [2021-01-29T08:05:46.203Z] 1c0c879116cd: Layer already exists [2021-01-29T08:05:46.203Z] 6dff924fae37: Layer already exists [2021-01-29T08:05:46.203Z] 66b385cf80cf: Layer already exists [2021-01-29T08:05:46.203Z] 53591a243a82: Layer already exists [2021-01-29T08:05:46.203Z] hanoi: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:46.402Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:46.448Z] taggedImages: [2021-01-29T08:05:46.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:46.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:46.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:46.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:46.512Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2021-01-29T08:05:46.512Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:46.512Z] 1.3.1-dev.1 [2021-01-29T08:05:46.512Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:46.512Z] hanoi [2021-01-29T08:05:46.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:47.012Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:47.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:47.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-29T08:05:47.362Z] 1c49207f1837: Preparing [2021-01-29T08:05:47.362Z] 7d68a09119db: Preparing [2021-01-29T08:05:47.362Z] 9cf5f05dfb8d: Preparing [2021-01-29T08:05:47.362Z] f205bbbbb353: Preparing [2021-01-29T08:05:47.641Z] 9cf5f05dfb8d: Pushed [2021-01-29T08:05:47.641Z] 1c49207f1837: Pushed [2021-01-29T08:05:47.909Z] f205bbbbb353: Pushed [2021-01-29T08:05:50.517Z] 7d68a09119db: Pushed [2021-01-29T08:05:50.517Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:50.864Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:51.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:51.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-29T08:05:51.198Z] 1c49207f1837: Preparing [2021-01-29T08:05:51.198Z] 7d68a09119db: Preparing [2021-01-29T08:05:51.198Z] 9cf5f05dfb8d: Preparing [2021-01-29T08:05:51.198Z] f205bbbbb353: Preparing [2021-01-29T08:05:51.198Z] 1c49207f1837: Layer already exists [2021-01-29T08:05:51.198Z] f205bbbbb353: Layer already exists [2021-01-29T08:05:51.198Z] 7d68a09119db: Layer already exists [2021-01-29T08:05:51.467Z] 9cf5f05dfb8d: Layer already exists [2021-01-29T08:05:51.467Z] 1.3.1-dev.1: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:51.801Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:52.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:52.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-29T08:05:52.130Z] 1c49207f1837: Preparing [2021-01-29T08:05:52.130Z] 7d68a09119db: Preparing [2021-01-29T08:05:52.130Z] 9cf5f05dfb8d: Preparing [2021-01-29T08:05:52.130Z] f205bbbbb353: Preparing [2021-01-29T08:05:52.130Z] 9cf5f05dfb8d: Layer already exists [2021-01-29T08:05:52.130Z] 7d68a09119db: Layer already exists [2021-01-29T08:05:52.130Z] f205bbbbb353: Layer already exists [2021-01-29T08:05:52.130Z] 1c49207f1837: Layer already exists [2021-01-29T08:05:52.399Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:52.734Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:53.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [2021-01-29T08:05:53.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-29T08:05:53.067Z] 1c49207f1837: Preparing [2021-01-29T08:05:53.067Z] 7d68a09119db: Preparing [2021-01-29T08:05:53.067Z] 9cf5f05dfb8d: Preparing [2021-01-29T08:05:53.067Z] f205bbbbb353: Preparing [2021-01-29T08:05:53.067Z] 7d68a09119db: Layer already exists [2021-01-29T08:05:53.067Z] f205bbbbb353: Layer already exists [2021-01-29T08:05:53.067Z] 1c49207f1837: Layer already exists [2021-01-29T08:05:53.067Z] 9cf5f05dfb8d: Layer already exists [2021-01-29T08:05:53.340Z] hanoi: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:05:53.530Z] ===================================================== [Pipeline] echo [2021-01-29T08:05:53.573Z] taggedImages: [2021-01-29T08:05:53.573Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:53.573Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:53.573Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:53.573Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:05:53.638Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-29T08:05:53.638Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:53.638Z] 1.3.1-dev.1 [2021-01-29T08:05:53.638Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:53.638Z] hanoi [2021-01-29T08:05:53.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:54.150Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:54.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:05:54.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-29T08:05:54.490Z] e7359ca85e6a: Preparing [2021-01-29T08:05:54.490Z] da5affaaafbc: Preparing [2021-01-29T08:05:54.490Z] 174ab70c6ea4: Preparing [2021-01-29T08:05:54.490Z] 82fe91397e56: Preparing [2021-01-29T08:05:54.490Z] 2cac8ddf0f50: Preparing [2021-01-29T08:05:54.490Z] dc0d05545c0c: Preparing [2021-01-29T08:05:54.490Z] dc0d05545c0c: Waiting [2021-01-29T08:05:54.768Z] 174ab70c6ea4: Pushed [2021-01-29T08:05:54.768Z] e7359ca85e6a: Pushed [2021-01-29T08:05:55.038Z] 2cac8ddf0f50: Pushed [2021-01-29T08:05:55.038Z] 82fe91397e56: Pushed [2021-01-29T08:05:55.308Z] dc0d05545c0c: Pushed [2021-01-29T08:05:57.916Z] da5affaaafbc: Pushed [2021-01-29T08:05:58.190Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:58.539Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:58.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [2021-01-29T08:05:58.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-29T08:05:58.870Z] e7359ca85e6a: Preparing [2021-01-29T08:05:58.870Z] da5affaaafbc: Preparing [2021-01-29T08:05:58.870Z] 174ab70c6ea4: Preparing [2021-01-29T08:05:58.870Z] 82fe91397e56: Preparing [2021-01-29T08:05:58.870Z] 2cac8ddf0f50: Preparing [2021-01-29T08:05:58.870Z] dc0d05545c0c: Preparing [2021-01-29T08:05:58.870Z] dc0d05545c0c: Waiting [2021-01-29T08:05:58.870Z] e7359ca85e6a: Layer already exists [2021-01-29T08:05:58.870Z] da5affaaafbc: Layer already exists [2021-01-29T08:05:58.870Z] 174ab70c6ea4: Layer already exists [2021-01-29T08:05:59.140Z] 82fe91397e56: Layer already exists [2021-01-29T08:05:59.140Z] 2cac8ddf0f50: Layer already exists [2021-01-29T08:05:59.140Z] dc0d05545c0c: Layer already exists [2021-01-29T08:05:59.140Z] 1.3.1-dev.1: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:59.474Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:05:59.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:05:59.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-29T08:05:59.805Z] e7359ca85e6a: Preparing [2021-01-29T08:05:59.805Z] da5affaaafbc: Preparing [2021-01-29T08:05:59.805Z] 174ab70c6ea4: Preparing [2021-01-29T08:05:59.805Z] 82fe91397e56: Preparing [2021-01-29T08:05:59.805Z] 2cac8ddf0f50: Preparing [2021-01-29T08:05:59.805Z] dc0d05545c0c: Preparing [2021-01-29T08:05:59.805Z] dc0d05545c0c: Waiting [2021-01-29T08:05:59.805Z] 2cac8ddf0f50: Layer already exists [2021-01-29T08:05:59.805Z] 174ab70c6ea4: Layer already exists [2021-01-29T08:05:59.805Z] da5affaaafbc: Layer already exists [2021-01-29T08:05:59.805Z] e7359ca85e6a: Layer already exists [2021-01-29T08:05:59.805Z] 82fe91397e56: Layer already exists [2021-01-29T08:06:00.073Z] dc0d05545c0c: Layer already exists [2021-01-29T08:06:00.073Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:00.413Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:00.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [2021-01-29T08:06:00.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-29T08:06:00.749Z] e7359ca85e6a: Preparing [2021-01-29T08:06:00.749Z] da5affaaafbc: Preparing [2021-01-29T08:06:00.749Z] 174ab70c6ea4: Preparing [2021-01-29T08:06:00.749Z] 82fe91397e56: Preparing [2021-01-29T08:06:00.749Z] 2cac8ddf0f50: Preparing [2021-01-29T08:06:00.749Z] dc0d05545c0c: Preparing [2021-01-29T08:06:00.749Z] dc0d05545c0c: Waiting [2021-01-29T08:06:00.749Z] da5affaaafbc: Layer already exists [2021-01-29T08:06:00.749Z] 174ab70c6ea4: Layer already exists [2021-01-29T08:06:01.018Z] e7359ca85e6a: Layer already exists [2021-01-29T08:06:01.018Z] 2cac8ddf0f50: Layer already exists [2021-01-29T08:06:01.018Z] 82fe91397e56: Layer already exists [2021-01-29T08:06:01.018Z] dc0d05545c0c: Layer already exists [2021-01-29T08:06:01.018Z] hanoi: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:06:01.203Z] ===================================================== [Pipeline] echo [2021-01-29T08:06:01.252Z] taggedImages: [2021-01-29T08:06:01.252Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:06:01.252Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [2021-01-29T08:06:01.252Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:06:01.252Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:06:01.337Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-29T08:06:01.337Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:06:01.337Z] 1.3.1-dev.1 [2021-01-29T08:06:01.337Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:06:01.337Z] hanoi [2021-01-29T08:06:01.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:01.855Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:02.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:06:02.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-29T08:06:02.195Z] c7f3a7f64551: Preparing [2021-01-29T08:06:02.195Z] 5bc37b881861: Preparing [2021-01-29T08:06:02.195Z] b0ba243fde86: Preparing [2021-01-29T08:06:02.485Z] c7f3a7f64551: Pushed [2021-01-29T08:06:02.485Z] b0ba243fde86: Pushed [2021-01-29T08:06:05.861Z] 5bc37b881861: Pushed [2021-01-29T08:06:05.861Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:06.202Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:06.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [2021-01-29T08:06:06.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-29T08:06:06.539Z] c7f3a7f64551: Preparing [2021-01-29T08:06:06.539Z] 5bc37b881861: Preparing [2021-01-29T08:06:06.539Z] b0ba243fde86: Preparing [2021-01-29T08:06:06.539Z] b0ba243fde86: Layer already exists [2021-01-29T08:06:06.539Z] c7f3a7f64551: Layer already exists [2021-01-29T08:06:06.539Z] 5bc37b881861: Layer already exists [2021-01-29T08:06:06.808Z] 1.3.1-dev.1: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:07.171Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:07.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:06:07.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-29T08:06:07.525Z] c7f3a7f64551: Preparing [2021-01-29T08:06:07.525Z] 5bc37b881861: Preparing [2021-01-29T08:06:07.525Z] b0ba243fde86: Preparing [2021-01-29T08:06:07.525Z] c7f3a7f64551: Layer already exists [2021-01-29T08:06:07.525Z] b0ba243fde86: Layer already exists [2021-01-29T08:06:07.525Z] 5bc37b881861: Layer already exists [2021-01-29T08:06:07.798Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:08.176Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:08.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [2021-01-29T08:06:08.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-29T08:06:08.523Z] c7f3a7f64551: Preparing [2021-01-29T08:06:08.523Z] 5bc37b881861: Preparing [2021-01-29T08:06:08.523Z] b0ba243fde86: Preparing [2021-01-29T08:06:08.523Z] b0ba243fde86: Layer already exists [2021-01-29T08:06:08.523Z] 5bc37b881861: Layer already exists [2021-01-29T08:06:08.523Z] c7f3a7f64551: Layer already exists [2021-01-29T08:06:08.792Z] hanoi: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:06:09.207Z] ===================================================== [Pipeline] echo [2021-01-29T08:06:09.259Z] taggedImages: [2021-01-29T08:06:09.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:06:09.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [2021-01-29T08:06:09.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:06:09.259Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] echo [2021-01-29T08:06:09.381Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-29T08:06:09.381Z] b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:06:09.381Z] 1.3.1-dev.1 [2021-01-29T08:06:09.381Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:06:09.381Z] hanoi [2021-01-29T08:06:09.381Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:09.916Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:10.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:06:10.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-29T08:06:10.252Z] e3f93e623f4f: Preparing [2021-01-29T08:06:10.252Z] cb5fd734eb48: Preparing [2021-01-29T08:06:10.252Z] af9afd407ee4: Preparing [2021-01-29T08:06:10.252Z] 473b1704ee93: Preparing [2021-01-29T08:06:10.252Z] cf052c9398e8: Preparing [2021-01-29T08:06:10.252Z] 7d534faf3fe1: Preparing [2021-01-29T08:06:10.252Z] 9b16f6c6a7c5: Preparing [2021-01-29T08:06:10.252Z] ca399784ed2e: Preparing [2021-01-29T08:06:10.252Z] 6cf3b9b39d89: Preparing [2021-01-29T08:06:10.252Z] bccc745e9046: Preparing [2021-01-29T08:06:10.252Z] 8b18bfff5541: Preparing [2021-01-29T08:06:10.252Z] 639b2dbb9529: Preparing [2021-01-29T08:06:10.252Z] 40cbbeaa4e8b: Preparing [2021-01-29T08:06:10.252Z] 379067d0cb53: Preparing [2021-01-29T08:06:10.252Z] 6cf3b9b39d89: Waiting [2021-01-29T08:06:10.252Z] bccc745e9046: Waiting [2021-01-29T08:06:10.252Z] 8b18bfff5541: Waiting [2021-01-29T08:06:10.252Z] 639b2dbb9529: Waiting [2021-01-29T08:06:10.252Z] 40cbbeaa4e8b: Waiting [2021-01-29T08:06:10.252Z] 379067d0cb53: Waiting [2021-01-29T08:06:10.252Z] 7d534faf3fe1: Waiting [2021-01-29T08:06:10.252Z] ca399784ed2e: Waiting [2021-01-29T08:06:10.846Z] cf052c9398e8: Pushed [2021-01-29T08:06:10.846Z] e3f93e623f4f: Pushed [2021-01-29T08:06:11.446Z] 473b1704ee93: Pushed [2021-01-29T08:06:11.446Z] 9b16f6c6a7c5: Pushed [2021-01-29T08:06:11.446Z] ca399784ed2e: Layer already exists [2021-01-29T08:06:11.724Z] 6cf3b9b39d89: Layer already exists [2021-01-29T08:06:11.724Z] bccc745e9046: Layer already exists [2021-01-29T08:06:11.724Z] 8b18bfff5541: Layer already exists [2021-01-29T08:06:11.724Z] 639b2dbb9529: Layer already exists [2021-01-29T08:06:11.724Z] 40cbbeaa4e8b: Layer already exists [2021-01-29T08:06:11.724Z] 379067d0cb53: Layer already exists [2021-01-29T08:06:12.341Z] cb5fd734eb48: Pushed [2021-01-29T08:06:13.318Z] 7d534faf3fe1: Pushed [2021-01-29T08:06:25.673Z] af9afd407ee4: Pushed [2021-01-29T08:06:25.673Z] b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:26.009Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:26.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [2021-01-29T08:06:26.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-29T08:06:26.343Z] e3f93e623f4f: Preparing [2021-01-29T08:06:26.343Z] cb5fd734eb48: Preparing [2021-01-29T08:06:26.343Z] af9afd407ee4: Preparing [2021-01-29T08:06:26.343Z] 473b1704ee93: Preparing [2021-01-29T08:06:26.343Z] cf052c9398e8: Preparing [2021-01-29T08:06:26.343Z] 7d534faf3fe1: Preparing [2021-01-29T08:06:26.343Z] 9b16f6c6a7c5: Preparing [2021-01-29T08:06:26.343Z] ca399784ed2e: Preparing [2021-01-29T08:06:26.343Z] 6cf3b9b39d89: Preparing [2021-01-29T08:06:26.343Z] bccc745e9046: Preparing [2021-01-29T08:06:26.343Z] 8b18bfff5541: Preparing [2021-01-29T08:06:26.343Z] 639b2dbb9529: Preparing [2021-01-29T08:06:26.343Z] 40cbbeaa4e8b: Preparing [2021-01-29T08:06:26.343Z] 379067d0cb53: Preparing [2021-01-29T08:06:26.343Z] bccc745e9046: Waiting [2021-01-29T08:06:26.343Z] 8b18bfff5541: Waiting [2021-01-29T08:06:26.343Z] 639b2dbb9529: Waiting [2021-01-29T08:06:26.343Z] 40cbbeaa4e8b: Waiting [2021-01-29T08:06:26.343Z] 379067d0cb53: Waiting [2021-01-29T08:06:26.343Z] 7d534faf3fe1: Waiting [2021-01-29T08:06:26.343Z] 9b16f6c6a7c5: Waiting [2021-01-29T08:06:26.343Z] ca399784ed2e: Waiting [2021-01-29T08:06:26.343Z] 6cf3b9b39d89: Waiting [2021-01-29T08:06:26.343Z] cf052c9398e8: Layer already exists [2021-01-29T08:06:26.343Z] 473b1704ee93: Layer already exists [2021-01-29T08:06:26.343Z] cb5fd734eb48: Layer already exists [2021-01-29T08:06:26.343Z] af9afd407ee4: Layer already exists [2021-01-29T08:06:26.343Z] e3f93e623f4f: Layer already exists [2021-01-29T08:06:26.343Z] 7d534faf3fe1: Layer already exists [2021-01-29T08:06:26.343Z] 9b16f6c6a7c5: Layer already exists [2021-01-29T08:06:26.343Z] ca399784ed2e: Layer already exists [2021-01-29T08:06:26.343Z] bccc745e9046: Layer already exists [2021-01-29T08:06:26.343Z] 6cf3b9b39d89: Layer already exists [2021-01-29T08:06:26.612Z] 639b2dbb9529: Layer already exists [2021-01-29T08:06:26.612Z] 40cbbeaa4e8b: Layer already exists [2021-01-29T08:06:26.612Z] 8b18bfff5541: Layer already exists [2021-01-29T08:06:26.612Z] 379067d0cb53: Layer already exists [2021-01-29T08:06:26.612Z] 1.3.1-dev.1: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:26.950Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:27.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:06:27.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-29T08:06:27.280Z] e3f93e623f4f: Preparing [2021-01-29T08:06:27.280Z] cb5fd734eb48: Preparing [2021-01-29T08:06:27.280Z] af9afd407ee4: Preparing [2021-01-29T08:06:27.280Z] 473b1704ee93: Preparing [2021-01-29T08:06:27.280Z] cf052c9398e8: Preparing [2021-01-29T08:06:27.280Z] 7d534faf3fe1: Preparing [2021-01-29T08:06:27.280Z] 9b16f6c6a7c5: Preparing [2021-01-29T08:06:27.280Z] ca399784ed2e: Preparing [2021-01-29T08:06:27.280Z] 6cf3b9b39d89: Preparing [2021-01-29T08:06:27.280Z] bccc745e9046: Preparing [2021-01-29T08:06:27.280Z] 8b18bfff5541: Preparing [2021-01-29T08:06:27.280Z] 639b2dbb9529: Preparing [2021-01-29T08:06:27.280Z] 40cbbeaa4e8b: Preparing [2021-01-29T08:06:27.280Z] 379067d0cb53: Preparing [2021-01-29T08:06:27.280Z] 7d534faf3fe1: Waiting [2021-01-29T08:06:27.280Z] 9b16f6c6a7c5: Waiting [2021-01-29T08:06:27.280Z] ca399784ed2e: Waiting [2021-01-29T08:06:27.280Z] 639b2dbb9529: Waiting [2021-01-29T08:06:27.280Z] 6cf3b9b39d89: Waiting [2021-01-29T08:06:27.280Z] 40cbbeaa4e8b: Waiting [2021-01-29T08:06:27.280Z] bccc745e9046: Waiting [2021-01-29T08:06:27.280Z] 379067d0cb53: Waiting [2021-01-29T08:06:27.280Z] 8b18bfff5541: Waiting [2021-01-29T08:06:27.280Z] 473b1704ee93: Layer already exists [2021-01-29T08:06:27.280Z] cb5fd734eb48: Layer already exists [2021-01-29T08:06:27.280Z] e3f93e623f4f: Layer already exists [2021-01-29T08:06:27.280Z] cf052c9398e8: Layer already exists [2021-01-29T08:06:27.280Z] af9afd407ee4: Layer already exists [2021-01-29T08:06:27.280Z] ca399784ed2e: Layer already exists [2021-01-29T08:06:27.280Z] 9b16f6c6a7c5: Layer already exists [2021-01-29T08:06:27.280Z] 7d534faf3fe1: Layer already exists [2021-01-29T08:06:27.550Z] bccc745e9046: Layer already exists [2021-01-29T08:06:27.550Z] 6cf3b9b39d89: Layer already exists [2021-01-29T08:06:27.550Z] 8b18bfff5541: Layer already exists [2021-01-29T08:06:27.550Z] 40cbbeaa4e8b: Layer already exists [2021-01-29T08:06:27.550Z] 639b2dbb9529: Layer already exists [2021-01-29T08:06:27.550Z] 379067d0cb53: Layer already exists [2021-01-29T08:06:27.550Z] b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:27.888Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:28.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [2021-01-29T08:06:28.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-29T08:06:28.220Z] e3f93e623f4f: Preparing [2021-01-29T08:06:28.220Z] cb5fd734eb48: Preparing [2021-01-29T08:06:28.220Z] af9afd407ee4: Preparing [2021-01-29T08:06:28.220Z] 473b1704ee93: Preparing [2021-01-29T08:06:28.220Z] cf052c9398e8: Preparing [2021-01-29T08:06:28.220Z] 7d534faf3fe1: Preparing [2021-01-29T08:06:28.220Z] 9b16f6c6a7c5: Preparing [2021-01-29T08:06:28.220Z] ca399784ed2e: Preparing [2021-01-29T08:06:28.220Z] 6cf3b9b39d89: Preparing [2021-01-29T08:06:28.220Z] bccc745e9046: Preparing [2021-01-29T08:06:28.220Z] 8b18bfff5541: Preparing [2021-01-29T08:06:28.220Z] 639b2dbb9529: Preparing [2021-01-29T08:06:28.220Z] 40cbbeaa4e8b: Preparing [2021-01-29T08:06:28.220Z] 379067d0cb53: Preparing [2021-01-29T08:06:28.220Z] bccc745e9046: Waiting [2021-01-29T08:06:28.220Z] 8b18bfff5541: Waiting [2021-01-29T08:06:28.220Z] 639b2dbb9529: Waiting [2021-01-29T08:06:28.220Z] 40cbbeaa4e8b: Waiting [2021-01-29T08:06:28.220Z] 7d534faf3fe1: Waiting [2021-01-29T08:06:28.220Z] 9b16f6c6a7c5: Waiting [2021-01-29T08:06:28.220Z] ca399784ed2e: Waiting [2021-01-29T08:06:28.220Z] 6cf3b9b39d89: Waiting [2021-01-29T08:06:28.220Z] 379067d0cb53: Waiting [2021-01-29T08:06:28.490Z] 473b1704ee93: Layer already exists [2021-01-29T08:06:28.490Z] e3f93e623f4f: Layer already exists [2021-01-29T08:06:28.490Z] af9afd407ee4: Layer already exists [2021-01-29T08:06:28.490Z] cf052c9398e8: Layer already exists [2021-01-29T08:06:28.490Z] cb5fd734eb48: Layer already exists [2021-01-29T08:06:28.490Z] 9b16f6c6a7c5: Layer already exists [2021-01-29T08:06:28.490Z] 7d534faf3fe1: Layer already exists [2021-01-29T08:06:28.490Z] ca399784ed2e: Layer already exists [2021-01-29T08:06:28.490Z] bccc745e9046: Layer already exists [2021-01-29T08:06:28.490Z] 6cf3b9b39d89: Layer already exists [2021-01-29T08:06:28.490Z] 8b18bfff5541: Layer already exists [2021-01-29T08:06:28.490Z] 40cbbeaa4e8b: Layer already exists [2021-01-29T08:06:28.490Z] 639b2dbb9529: Layer already exists [2021-01-29T08:06:28.490Z] 379067d0cb53: Layer already exists [2021-01-29T08:06:28.490Z] hanoi: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T08:06:28.685Z] ===================================================== [Pipeline] echo [2021-01-29T08:06:28.742Z] taggedImages: [2021-01-29T08:06:28.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [2021-01-29T08:06:28.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [2021-01-29T08:06:28.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [2021-01-29T08:06:28.742Z] - 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-01-29T08:06:30.522Z] provisioning config files... [2021-01-29T08:06:30.539Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7329033788924899250tmp [Pipeline] { [Pipeline] sh [2021-01-29T08:06:30.931Z] + set +x [2021-01-29T08:06:30.931Z] + curl -s https://codecov.io/bash [2021-01-29T08:06:30.931Z] + bash -s -- [2021-01-29T08:06:31.506Z] [2021-01-29T08:06:31.506Z] _____ _ [2021-01-29T08:06:31.506Z] / ____| | | [2021-01-29T08:06:31.506Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T08:06:31.506Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T08:06:31.506Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T08:06:31.506Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T08:06:31.506Z] Bash-20210128-d4071a2 [2021-01-29T08:06:31.506Z] [2021-01-29T08:06:31.506Z] [2021-01-29T08:06:31.506Z] ==> git version 2.24.3 found [2021-01-29T08:06:31.506Z] ==> 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-01-29T08:06:31.506Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T08:06:31.506Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T08:06:31.506Z] ==> Jenkins CI detected. [2021-01-29T08:06:31.506Z] project root: . [2021-01-29T08:06:31.506Z] --> token set from env [2021-01-29T08:06:31.506Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T08:06:31.506Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T08:06:31.506Z] ==> Python coveragepy not found [2021-01-29T08:06:31.506Z] ==> Searching for coverage reports in: [2021-01-29T08:06:31.506Z] + . [2021-01-29T08:06:31.506Z] -> Found 1 reports [2021-01-29T08:06:31.506Z] ==> Detecting git/mercurial file structure [2021-01-29T08:06:31.506Z] ==> Reading reports [2021-01-29T08:06:31.506Z] + ./coverage.out bytes=541382 [2021-01-29T08:06:31.506Z] ==> Appending adjustments [2021-01-29T08:06:31.506Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T08:06:34.902Z] + Found adjustments [2021-01-29T08:06:34.902Z] ==> Gzipping contents [2021-01-29T08:06:34.902Z] 84K /tmp/codecov.aYmaL3.gz [2021-01-29T08:06:34.902Z] ==> Uploading reports [2021-01-29T08:06:34.902Z] url: https://codecov.io [2021-01-29T08:06:34.902Z] query: branch=hanoi&commit=b46b7e8111e4043173f976c96fadf622ec12f3cd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-29T08:06:34.902Z] -> Pinging Codecov [2021-01-29T08:06:34.902Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=hanoi&commit=b46b7e8111e4043173f976c96fadf622ec12f3cd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-29T08:06:35.170Z] -> Uploading to [2021-01-29T08:06:35.170Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/b46b7e8111e4043173f976c96fadf622ec12f3cd/dfe1f554-016f-4182-b000-400fbc9f957d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T080634Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=37224470a27f360f1e2907552d8235a318601afe320d0a511dbcd1cda101df29 [2021-01-29T08:06:35.170Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:06:35.170Z] Dload Upload Total Spent Left Speed [2021-01-29T08:06:35.745Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85162 0 0 100 85162 0 126k --:--:-- --:--:-- --:--:-- 126k 100 85162 0 0 100 85162 0 125k --:--:-- --:--:-- --:--:-- 126k [2021-01-29T08:06:35.745Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] } [2021-01-29T08:06:35.755Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-29T08:06:36.641Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-29T08:06:36.727Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:37.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-29T08:06:37.083Z] [2021-01-29T08:06:37.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:06:37.437Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-29T08:06:37.437Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-29T08:06:37.437Z] 188c0c94c7c5: Already exists [2021-01-29T08:06:37.437Z] 0ef7d3d256c8: Already exists [2021-01-29T08:06:37.437Z] de9db76c5a1d: Already exists [2021-01-29T08:06:37.437Z] 0eba1c9be4d2: Pulling fs layer [2021-01-29T08:06:37.437Z] 0d57e429df01: Pulling fs layer [2021-01-29T08:06:37.437Z] 4e4be7b47b0d: Pulling fs layer [2021-01-29T08:06:37.437Z] e1f770b5df2f: Pulling fs layer [2021-01-29T08:06:37.437Z] 85a0685a4137: Pulling fs layer [2021-01-29T08:06:37.437Z] e1f770b5df2f: Waiting [2021-01-29T08:06:37.437Z] 85a0685a4137: Waiting [2021-01-29T08:06:37.437Z] 0d57e429df01: Download complete [2021-01-29T08:06:37.438Z] 4e4be7b47b0d: Verifying Checksum [2021-01-29T08:06:37.438Z] 4e4be7b47b0d: Download complete [2021-01-29T08:06:40.007Z] e1f770b5df2f: Verifying Checksum [2021-01-29T08:06:40.007Z] e1f770b5df2f: Download complete [2021-01-29T08:06:41.412Z] 85a0685a4137: Verifying Checksum [2021-01-29T08:06:41.412Z] 85a0685a4137: Download complete [2021-01-29T08:06:41.412Z] 0eba1c9be4d2: Verifying Checksum [2021-01-29T08:06:41.412Z] 0eba1c9be4d2: Download complete [2021-01-29T08:06:48.031Z] 0eba1c9be4d2: Pull complete [2021-01-29T08:06:48.031Z] 0d57e429df01: Pull complete [2021-01-29T08:06:48.031Z] 4e4be7b47b0d: Pull complete [2021-01-29T08:06:51.641Z] e1f770b5df2f: Pull complete [2021-01-29T08:06:59.819Z] 85a0685a4137: Pull complete [2021-01-29T08:06:59.819Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-29T08:06:59.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-29T08:06:59.819Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-29T08:07:00.063Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T08:07:00.125Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-29T08:07:01.258Z] $ docker top b29e067d38ac3c728ddbe2dcc911a7061088085573506a0f839f0be87b7b1b60 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T08:07:01.584Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-29T08:07:01.883Z] + set -o pipefail [2021-01-29T08:07:01.883Z] + snyk monitor '--org=edgex-jenkins' [2021-01-29T08:07:16.828Z] [2021-01-29T08:07:16.828Z] Monitoring /w/workspace/edgex-go/3 (github.com/edgexfoundry/edgex-go)... [2021-01-29T08:07:16.828Z] [2021-01-29T08:07:16.828Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/34234dad-6c0d-4b9d-9b62-338f0b123e64 [2021-01-29T08:07:16.828Z] [2021-01-29T08:07:16.828Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-29T08:07:16.828Z] [2021-01-29T08:07:16.828Z] [Pipeline] } [2021-01-29T08:07:16.846Z] $ docker stop --time=1 b29e067d38ac3c728ddbe2dcc911a7061088085573506a0f839f0be87b7b1b60 [2021-01-29T08:07:19.617Z] $ docker rm -f b29e067d38ac3c728ddbe2dcc911a7061088085573506a0f839f0be87b7b1b60 [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-01-29T08:07:21.070Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T08:07:21.120Z] provisioning config files... [2021-01-29T08:07:21.131Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/3@tmp/config771129593695966452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:07:21.505Z] --> edgex-publish-swagger.sh [2021-01-29T08:07:21.505Z] === Publish openapi/v1 API === [2021-01-29T08:07:21.505Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-29T08:07:21.505Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/3/openapi/v1/core-command.yaml] [2021-01-29T08:07:21.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:21.505Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:22.459Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9502 0:00:01 0:00:01 --:--:-- 9513 100 10522 0 0 100 10522 0 9500 0:00:01 0:00:01 --:--:-- 9513 [2021-01-29T08:07:22.459Z] [2021-01-29T08:07:22.459Z] [2021-01-29T08:07:22.459Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/3/openapi/v1/core-data.yaml] [2021-01-29T08:07:22.459Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:22.459Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:23.669Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27872 0:00:01 0:00:01 --:--:-- 27874 100 32557 0 0 100 32557 0 27867 0:00:01 0:00:01 --:--:-- 27850 [2021-01-29T08:07:23.669Z] [2021-01-29T08:07:23.669Z] [2021-01-29T08:07:23.669Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/3/openapi/v1/core-metadata.yaml] [2021-01-29T08:07:23.669Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:23.669Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:25.059Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60380 0:00:01 0:00:01 --:--:-- 60427 100 73721 0 0 100 73721 0 60369 0:00:01 0:00:01 --:--:-- 60427 [2021-01-29T08:07:25.059Z] [2021-01-29T08:07:25.059Z] [2021-01-29T08:07:25.059Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/3/openapi/v1/support-logging.yaml] [2021-01-29T08:07:25.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:25.059Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:26.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12501 0:00:01 0:00:01 --:--:-- 12505 100 13581 0 0 100 13581 0 12498 0:00:01 0:00:01 --:--:-- 12505 [2021-01-29T08:07:26.006Z] [2021-01-29T08:07:26.006Z] [2021-01-29T08:07:26.006Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/3/openapi/v1/support-notifications.yaml] [2021-01-29T08:07:26.006Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:26.006Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:27.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35794 0:00:01 0:00:01 --:--:-- 35810 100 38890 0 0 100 38890 0 35787 0:00:01 0:00:01 --:--:-- 35810 [2021-01-29T08:07:27.399Z] [2021-01-29T08:07:27.399Z] [2021-01-29T08:07:27.399Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/3/openapi/v1/support-scheduler.yaml] [2021-01-29T08:07:27.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:27.399Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:28.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11642 0:00:01 0:00:01 --:--:-- 11650 100 14249 0 0 100 14249 0 11070 0:00:01 0:00:01 --:--:-- 11080 [2021-01-29T08:07:28.344Z] [2021-01-29T08:07:28.344Z] [2021-01-29T08:07:28.344Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/3/openapi/v1/system-agent.yaml] [2021-01-29T08:07:28.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:28.344Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:29.733Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3965 0:00:01 0:00:01 --:--:-- 3967 100 4110 0 0 100 4110 0 3964 0:00:01 0:00:01 --:--:-- 3967 [2021-01-29T08:07:29.733Z] [2021-01-29T08:07:29.733Z] [2021-01-29T08:07:29.733Z] === Publish openapi/v2 API === [2021-01-29T08:07:29.733Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-29T08:07:29.733Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/3/openapi/v2/core-command.yaml] [2021-01-29T08:07:29.733Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:29.733Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:30.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 25566 0:00:01 0:00:01 --:--:-- 25572 [2021-01-29T08:07:30.682Z] [2021-01-29T08:07:30.682Z] [2021-01-29T08:07:30.682Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/3/openapi/v2/core-data.yaml] [2021-01-29T08:07:30.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:30.682Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:32.075Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 54323 0:00:01 0:00:01 --:--:-- 54287 100 65634 0 0 100 65634 0 52229 0:00:01 0:00:01 --:--:-- 52214 [2021-01-29T08:07:32.075Z] [2021-01-29T08:07:32.075Z] [2021-01-29T08:07:32.075Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/3/openapi/v2/core-metadata.yaml] [2021-01-29T08:07:32.075Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:32.075Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:33.026Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k [2021-01-29T08:07:33.026Z] [2021-01-29T08:07:33.026Z] [2021-01-29T08:07:33.026Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/3/openapi/v2/support-logging.yaml] [2021-01-29T08:07:33.026Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:33.026Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:34.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 22358 0:00:01 0:00:01 --:--:-- 22372 100 23692 0 0 100 23692 0 22353 0:00:01 0:00:01 --:--:-- 22372 [2021-01-29T08:07:34.420Z] [2021-01-29T08:07:34.420Z] [2021-01-29T08:07:34.421Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/3/openapi/v2/support-notifications.yaml] [2021-01-29T08:07:34.421Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:34.421Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:35.366Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56128 0:00:01 0:00:01 --:--:-- 56174 100 62691 0 0 100 62691 0 56117 0:00:01 0:00:01 --:--:-- 56174 [2021-01-29T08:07:35.366Z] [2021-01-29T08:07:35.366Z] [2021-01-29T08:07:35.366Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/3/openapi/v2/support-scheduler.yaml] [2021-01-29T08:07:35.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:35.366Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:36.317Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 45216 0:00:01 0:00:01 --:--:-- 45247 100 46198 0 0 100 46198 0 45207 0:00:01 0:00:01 --:--:-- 45247 [2021-01-29T08:07:36.317Z] [2021-01-29T08:07:36.317Z] [2021-01-29T08:07:36.317Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/3/openapi/v2/system-agent.yaml] [2021-01-29T08:07:36.317Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T08:07:36.317Z] Dload Upload Total Spent Left Speed [2021-01-29T08:07:37.711Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20013 0:00:01 0:00:01 --:--:-- 20021 100 23726 0 0 100 23726 0 20010 0:00:01 0:00:01 --:--:-- 20021 [2021-01-29T08:07:37.711Z] [2021-01-29T08:07:37.711Z] [Pipeline] } [2021-01-29T08:07:37.722Z] 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-01-29T08:07:38.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T08:07:38.493Z] . [Pipeline] withDockerContainer [2021-01-29T08:07:38.691Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T08:07:38.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T08:07:39.702Z] $ docker top bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T08:07:40.031Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T08:07:40.031Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T08:07:40.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T08:07:40.294Z] $ docker exec bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe ssh-agent [2021-01-29T08:07:40.476Z] SSH_AUTH_SOCK=/tmp/ssh-EI9bmbQO7IhX/agent.11 [2021-01-29T08:07:40.476Z] SSH_AGENT_PID=16 [2021-01-29T08:07:40.485Z] Running ssh-add (command line suppressed) [2021-01-29T08:07:40.642Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6034716990624874212.key (/w/workspace/edgex-go/3@tmp/private_key_6034716990624874212.key) [2021-01-29T08:07:40.707Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T08:07:41.050Z] + git semver tag [2021-01-29T08:07:41.312Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T08:07:41.312Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-29T08:07:41.312Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-29T08:07:41.312Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T08:07:41.312Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T08:07:41.312Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T08:07:41.312Z] # $SEMVER_BRANCH = hanoi [2021-01-29T08:07:41.312Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [2021-01-29T08:07:41.312Z] # b46b7e8111e4043173f976c96fadf622ec12f3cd HEAD [2021-01-29T08:07:41.889Z] # -> Force: false [2021-01-29T08:07:41.889Z] # [2021-01-29T08:07:41.889Z] git-semver-tag: tag already exists [Pipeline] } [2021-01-29T08:07:41.909Z] $ docker exec --env ******** --env ******** bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe ssh-agent -k [2021-01-29T08:07:42.109Z] unset SSH_AUTH_SOCK; [2021-01-29T08:07:42.109Z] unset SSH_AGENT_PID; [2021-01-29T08:07:42.109Z] echo Agent pid 16 killed; [2021-01-29T08:07:42.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-29T08:07:42.377Z] $ docker stop --time=1 bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe [2021-01-29T08:07:43.777Z] $ docker rm -f bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:07:44.854Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:07:45.736Z] ---> package-listing.sh [2021-01-29T08:07:45.736Z] ++ facter osfamily [2021-01-29T08:07:45.736Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T08:07:45.736Z] + OS_FAMILY=redhat [2021-01-29T08:07:45.736Z] + workspace=/w/workspace/edgex-go/3 [2021-01-29T08:07:45.736Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T08:07:45.736Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T08:07:45.736Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T08:07:45.736Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T08:07:45.736Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-29T08:07:45.736Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T08:07:45.736Z] + case "${OS_FAMILY}" in [2021-01-29T08:07:45.736Z] + rpm -qa [2021-01-29T08:07:45.736Z] + sort [2021-01-29T08:07:51.054Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T08:07:51.054Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T08:07:51.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T08:07:51.054Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-29T08:07:51.054Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-29T08:07:51.054Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-29T08:07:51.068Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T08:07:51.363Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:07:51.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T08:07:51.672Z] [2021-01-29T08:07:51.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T08:07:52.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T08:07:52.024Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T08:07:52.024Z] df20fa9351a1: Pulling fs layer [2021-01-29T08:07:52.024Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T08:07:52.024Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T08:07:52.024Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T08:07:52.024Z] 93b61091891f: Pulling fs layer [2021-01-29T08:07:52.024Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T08:07:52.024Z] 5e14af77c1be: Pulling fs layer [2021-01-29T08:07:52.024Z] 01666e4c0597: Pulling fs layer [2021-01-29T08:07:52.024Z] aa168da1d23b: Pulling fs layer [2021-01-29T08:07:52.024Z] 93b9cdb0e59b: Waiting [2021-01-29T08:07:52.024Z] 5e14af77c1be: Waiting [2021-01-29T08:07:52.024Z] 01666e4c0597: Waiting [2021-01-29T08:07:52.024Z] aa168da1d23b: Waiting [2021-01-29T08:07:52.024Z] 46f8f816bc3b: Waiting [2021-01-29T08:07:52.024Z] 93b61091891f: Waiting [2021-01-29T08:07:52.024Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T08:07:52.024Z] 36b3adc4ff6f: Download complete [2021-01-29T08:07:52.024Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T08:07:52.024Z] 46f8f816bc3b: Download complete [2021-01-29T08:07:52.287Z] df20fa9351a1: Download complete [2021-01-29T08:07:52.287Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T08:07:52.287Z] 93b9cdb0e59b: Download complete [2021-01-29T08:07:52.287Z] 93b61091891f: Verifying Checksum [2021-01-29T08:07:52.287Z] 93b61091891f: Download complete [2021-01-29T08:07:52.287Z] 5e14af77c1be: Verifying Checksum [2021-01-29T08:07:52.287Z] 5e14af77c1be: Download complete [2021-01-29T08:07:52.287Z] 01666e4c0597: Verifying Checksum [2021-01-29T08:07:52.287Z] 01666e4c0597: Download complete [2021-01-29T08:07:52.549Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T08:07:52.549Z] 8ad3a11d3b57: Download complete [2021-01-29T08:07:52.549Z] df20fa9351a1: Pull complete [2021-01-29T08:07:53.126Z] 36b3adc4ff6f: Pull complete [2021-01-29T08:07:54.532Z] aa168da1d23b: Verifying Checksum [2021-01-29T08:07:54.532Z] aa168da1d23b: Download complete [2021-01-29T08:07:54.532Z] 8ad3a11d3b57: Pull complete [2021-01-29T08:07:55.110Z] 46f8f816bc3b: Pull complete [2021-01-29T08:07:55.373Z] 93b61091891f: Pull complete [2021-01-29T08:07:55.639Z] 93b9cdb0e59b: Pull complete [2021-01-29T08:07:55.900Z] 5e14af77c1be: Pull complete [2021-01-29T08:07:55.900Z] 01666e4c0597: Pull complete [2021-01-29T08:08:04.064Z] aa168da1d23b: Pull complete [2021-01-29T08:08:04.064Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T08:08:04.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T08:08:04.064Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T08:08:04.226Z] prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container [2021-01-29T08:08:04.276Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T08:08:07.707Z] $ docker top dbcf66dfafe7acd2cbe4d43110a5a176587b0ccedf888f7f2b51f2534ca40d52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T08:08:08.238Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T08:08:08.537Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T08:08:08.835Z] + ls /var/log/sa-host [2021-01-29T08:08:08.835Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T08:08:08.835Z] file_magic: OK [2021-01-29T08:08:08.835Z] HZ: Using current value: 100 [2021-01-29T08:08:08.835Z] file_header: OK [2021-01-29T08:08:08.835Z] 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-01-29T08:08:08.835Z] Statistics: [2021-01-29T08:08:08.835Z] Hnuu...uuuununununu... [2021-01-29T08:08:08.835Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T08:08:08.835Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T08:08:08.835Z] file_magic: OK [2021-01-29T08:08:08.835Z] HZ: Using current value: 100 [2021-01-29T08:08:08.835Z] file_header: OK [2021-01-29T08:08:08.835Z] 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-01-29T08:08:08.835Z] Statistics: [2021-01-29T08:08:08.835Z] 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-01-29T08:08:08.835Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T08:08:09.038Z] provisioning config files... [2021-01-29T08:08:09.056Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2459998027545975927tmp [Pipeline] { [Pipeline] echo [2021-01-29T08:08:09.151Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:08:09.456Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T08:08:09.467Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T08:08:09.562Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:08:09.982Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T08:08:10.012Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:08:10.308Z] ---> sudo-logs.sh [2021-01-29T08:08:10.308Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T08:08:10.319Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:08:10.614Z] ---> job-cost.sh [2021-01-29T08:08:10.614Z] lf-activate-venv: SKIPPING [2021-01-29T08:08:10.614Z] INFO: No Stack... [2021-01-29T08:08:11.559Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T08:08:12.134Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T08:08:12.147Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T08:08:12.443Z] ---> logs-deploy.sh [2021-01-29T08:08:12.443Z] lf-activate-venv: SKIPPING [2021-01-29T08:08:12.443Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hanoi/3 [2021-01-29T08:08:12.443Z] INFO: archiving workspace using pattern(s): [2021-01-29T08:08:14.361Z] Archives upload complete. [2021-01-29T08:08:14.361Z] INFO: archiving logs to Nexus