Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 342a72dc7becdeb5a949018242fa1a90a07bfb5e 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25245 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/345 [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/345 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 342a72dc7becdeb5a949018242fa1a90a07bfb5e (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 Commit message: "Merge pull request #3142 from jinlinGuan/issue-3136" > git rev-list --no-walk 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T09:52:23.133Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T09:52:23.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T09:52:23.533Z] ========================================================= [2021-02-05T09:52:23.533Z] EdgeX Global Pipelines Version Info [2021-02-05T09:52:23.533Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T09:52:25.033Z] ------------------- [2021-02-05T09:52:25.034Z] stable info: [2021-02-05T09:52:25.034Z] ------------------- [2021-02-05T09:52:25.034Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T09:52:25.034Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T09:52:25.034Z] Message: update stable to v1.0.179 [2021-02-05T09:52:25.983Z] ------------------- [2021-02-05T09:52:25.983Z] experimental info: [2021-02-05T09:52:25.983Z] ------------------- [2021-02-05T09:52:25.983Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T09:52:25.983Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T09:52:25.983Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T09:52:26.264Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T09:52:26.360Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T09:52:26.468Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T09:52:26.568Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T09:52:26.664Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T09:52:26.757Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T09:52:26.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T09:52:26.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T09:52:27.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T09:52:27.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T09:52:27.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T09:52:27.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T09:52:27.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T09:52:27.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T09:52:27.611Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T09:52:27.722Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T09:52:27.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T09:52:27.922Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T09:52:28.019Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T09:52:28.116Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T09:52:28.210Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T09:52:28.310Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T09:52:28.406Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T09:52:28.500Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-05T09:52:28.599Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-05T09:52:28.688Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-05T09:52:28.782Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] echo [2021-02-05T09:52:28.951Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 342a72d [Pipeline] echo [2021-02-05T09:52:29.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T09:52:29.235Z] provisioning config files... [2021-02-05T09:52:29.268Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config119659300247621742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T09:52:29.628Z] ---> docker-login.sh [2021-02-05T09:52:29.628Z] nexus3.edgexfoundry.org:10001 [2021-02-05T09:52:29.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:52:30.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:52:30.152Z] Configure a credential helper to remove this warning. See [2021-02-05T09:52:30.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:52:30.152Z] [2021-02-05T09:52:30.152Z] Login Succeeded [2021-02-05T09:52:30.152Z] nexus3.edgexfoundry.org:10002 [2021-02-05T09:52:30.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:52:30.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:52:30.415Z] Configure a credential helper to remove this warning. See [2021-02-05T09:52:30.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:52:30.415Z] [2021-02-05T09:52:30.415Z] Login Succeeded [2021-02-05T09:52:30.415Z] nexus3.edgexfoundry.org:10003 [2021-02-05T09:52:30.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:52:30.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:52:30.415Z] Configure a credential helper to remove this warning. See [2021-02-05T09:52:30.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:52:30.415Z] [2021-02-05T09:52:30.415Z] Login Succeeded [2021-02-05T09:52:30.415Z] nexus3.edgexfoundry.org:10004 [2021-02-05T09:52:30.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:52:30.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:52:30.678Z] Configure a credential helper to remove this warning. See [2021-02-05T09:52:30.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:52:30.678Z] [2021-02-05T09:52:30.678Z] Login Succeeded [2021-02-05T09:52:30.678Z] docker.io [2021-02-05T09:52:30.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:52:30.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:52:30.948Z] Configure a credential helper to remove this warning. See [2021-02-05T09:52:30.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:52:30.948Z] [2021-02-05T09:52:30.948Z] Login Succeeded [2021-02-05T09:52:30.948Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T09:52:30.960Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T09:52:31.468Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T09:52:31.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T09:52:31.468Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T09:52:31.468Z] ++ cut -d/ -f2 [2021-02-05T09:52:31.468Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T09:52:31.550Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:52:33.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T09:52:33.246Z] [2021-02-05T09:52:33.246Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:52:33.625Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T09:52:33.625Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T09:52:33.625Z] 31603596830f: Pulling fs layer [2021-02-05T09:52:33.625Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T09:52:33.625Z] 6ca5941a6612: Pulling fs layer [2021-02-05T09:52:33.625Z] ecc8261a40a4: Pulling fs layer [2021-02-05T09:52:33.625Z] ecc8261a40a4: Waiting [2021-02-05T09:52:33.625Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T09:52:33.625Z] 2a8b12db71e7: Download complete [2021-02-05T09:52:33.890Z] 31603596830f: Verifying Checksum [2021-02-05T09:52:33.890Z] 31603596830f: Download complete [2021-02-05T09:52:33.890Z] ecc8261a40a4: Verifying Checksum [2021-02-05T09:52:33.890Z] ecc8261a40a4: Download complete [2021-02-05T09:52:33.890Z] 6ca5941a6612: Verifying Checksum [2021-02-05T09:52:33.890Z] 6ca5941a6612: Download complete [2021-02-05T09:52:34.154Z] 31603596830f: Pull complete [2021-02-05T09:52:34.154Z] 2a8b12db71e7: Pull complete [2021-02-05T09:52:35.105Z] 6ca5941a6612: Pull complete [2021-02-05T09:52:35.367Z] ecc8261a40a4: Pull complete [2021-02-05T09:52:35.367Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T09:52:35.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T09:52:35.367Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T09:52:35.475Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T09:52:35.527Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T09:52:38.056Z] $ docker top 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T09:52:38.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T09:52:38.354Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T09:52:38.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T09:52:38.597Z] $ docker exec 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent [2021-02-05T09:52:38.773Z] SSH_AUTH_SOCK=/tmp/ssh-tciyGRIYmAKN/agent.12 [2021-02-05T09:52:38.773Z] SSH_AGENT_PID=17 [2021-02-05T09:52:38.787Z] Running ssh-add (command line suppressed) [2021-02-05T09:52:38.911Z] Identity added: /w/workspace/edgex-go/345@tmp/private_key_5620891113862772754.key (/w/workspace/edgex-go/345@tmp/private_key_5620891113862772754.key) [2021-02-05T09:52:38.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T09:52:39.302Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T09:52:39.324Z] $ docker exec --env ******** --env ******** 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent -k [2021-02-05T09:52:39.440Z] unset SSH_AUTH_SOCK; [2021-02-05T09:52:39.440Z] unset SSH_AGENT_PID; [2021-02-05T09:52:39.440Z] echo Agent pid 17 killed; [2021-02-05T09:52:39.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T09:52:39.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T09:52:39.632Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T09:52:39.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T09:52:39.797Z] $ docker exec 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent [2021-02-05T09:52:39.959Z] SSH_AUTH_SOCK=/tmp/ssh-z83cX7KCmNKV/agent.46 [2021-02-05T09:52:39.959Z] SSH_AGENT_PID=52 [2021-02-05T09:52:39.965Z] Running ssh-add (command line suppressed) [2021-02-05T09:52:40.083Z] Identity added: /w/workspace/edgex-go/345@tmp/private_key_3241769476750109355.key (/w/workspace/edgex-go/345@tmp/private_key_3241769476750109355.key) [2021-02-05T09:52:40.132Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T09:52:40.483Z] + git semver init [2021-02-05T09:52:40.484Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T09:52:40.484Z] # $GIT_DIR = /w/workspace/edgex-go/345/.git [2021-02-05T09:52:40.484Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/345 [2021-02-05T09:52:40.484Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T09:52:40.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T09:52:40.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T09:52:40.484Z] # $SEMVER_BRANCH = master [2021-02-05T09:52:40.484Z] # $SEMVER_TEMP = /tmp/semver-182665619 [2021-02-05T09:52:40.484Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T09:53:02.498Z] # '/tmp/semver-182665619' -> '/w/workspace/edgex-go/345/.semver' [2021-02-05T09:53:02.498Z] # -> Force: false [2021-02-05T09:53:02.498Z] # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver [Pipeline] } [2021-02-05T09:53:02.533Z] $ docker exec --env ******** --env ******** 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent -k [2021-02-05T09:53:02.774Z] unset SSH_AUTH_SOCK; [2021-02-05T09:53:02.775Z] unset SSH_AGENT_PID; [2021-02-05T09:53:02.775Z] echo Agent pid 52 killed; [2021-02-05T09:53:02.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T09:53:03.402Z] + git semver [Pipeline] } [2021-02-05T09:53:03.421Z] $ docker stop --time=1 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c [2021-02-05T09:53:05.081Z] $ docker rm -f 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T09:53:05.660Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T09:53:06.246Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T09:53:06.249Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.80 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T09:53:07.189Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T09:53:07.491Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T09:53:07.789Z] + sudo service docker restart [2021-02-05T09:53:07.789Z] + true [2021-02-05T09:53:07.789Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T09:53:08.381Z] ========================================================= [2021-02-05T09:53:08.381Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T09:53:08.381Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:53:08.724Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-05T09:53:12.952Z] Sending build context to Docker daemon 327.6MB [2021-02-05T09:53:12.952Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T09:53:12.952Z] Step 2/6 : FROM ${BASE} [2021-02-05T09:53:12.952Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T09:53:12.952Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T09:53:12.952Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T09:53:12.952Z] de9db76c5a1d: Pulling fs layer [2021-02-05T09:53:12.952Z] bca2f99d35d6: Pulling fs layer [2021-02-05T09:53:12.952Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T09:53:12.952Z] 7c6f9722023f: Pulling fs layer [2021-02-05T09:53:12.952Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T09:53:12.952Z] 93359f2a8cfa: Waiting [2021-02-05T09:53:12.952Z] 7c6f9722023f: Waiting [2021-02-05T09:53:12.952Z] a35cf1a2eb13: Waiting [2021-02-05T09:53:12.952Z] bca2f99d35d6: Waiting [2021-02-05T09:53:12.952Z] de9db76c5a1d: Verifying Checksum [2021-02-05T09:53:12.952Z] de9db76c5a1d: Download complete [2021-02-05T09:53:12.952Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T09:53:12.952Z] 0ef7d3d256c8: Download complete [2021-02-05T09:53:12.952Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T09:53:12.952Z] 93359f2a8cfa: Download complete [2021-02-05T09:53:12.952Z] 7c6f9722023f: Verifying Checksum [2021-02-05T09:53:12.952Z] 7c6f9722023f: Download complete [2021-02-05T09:53:12.952Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T09:53:12.952Z] 188c0c94c7c5: Download complete [2021-02-05T09:53:13.218Z] 188c0c94c7c5: Pull complete [2021-02-05T09:53:13.483Z] 0ef7d3d256c8: Pull complete [2021-02-05T09:53:13.483Z] de9db76c5a1d: Pull complete [2021-02-05T09:53:16.048Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T09:53:16.048Z] a35cf1a2eb13: Download complete [2021-02-05T09:53:16.314Z] bca2f99d35d6: Verifying Checksum [2021-02-05T09:53:16.314Z] bca2f99d35d6: Download complete [2021-02-05T09:53:21.654Z] bca2f99d35d6: Pull complete [2021-02-05T09:53:21.654Z] 93359f2a8cfa: Pull complete [2021-02-05T09:53:21.654Z] 7c6f9722023f: Pull complete [2021-02-05T09:53:21.660Z] Still waiting to schedule task [2021-02-05T09:53:21.660Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-05T09:53:29.830Z] a35cf1a2eb13: Pull complete [2021-02-05T09:53:29.830Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T09:53:29.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T09:53:29.830Z] ---> a62c8e92a672 [2021-02-05T09:53:29.830Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T09:53:29.830Z] ---> Running in 72da9d858206 [2021-02-05T09:53:30.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:53:30.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:53:31.943Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T09:53:32.207Z] (2/12) Installing file (5.38-r0) [2021-02-05T09:53:32.469Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T09:53:32.469Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T09:53:37.773Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T09:53:37.773Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T09:53:37.773Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T09:53:37.773Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T09:53:37.773Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T09:53:38.036Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T09:53:38.036Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T09:53:38.036Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T09:53:38.302Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:53:38.302Z] OK: 233 MiB in 51 packages [2021-02-05T09:53:41.625Z] Removing intermediate container 72da9d858206 [2021-02-05T09:53:41.625Z] ---> ffc5de15cfd5 [2021-02-05T09:53:41.625Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T09:53:41.625Z] ---> Running in 071372cb3cab [2021-02-05T09:53:41.625Z] Removing intermediate container 071372cb3cab [2021-02-05T09:53:41.625Z] ---> 1740f86862ee [2021-02-05T09:53:41.625Z] Step 5/6 : COPY go.mod . [2021-02-05T09:53:41.895Z] ---> 876017b20d14 [2021-02-05T09:53:41.895Z] Step 6/6 : RUN go mod download [2021-02-05T09:53:41.895Z] ---> Running in 44b267910137 [2021-02-05T09:54:03.921Z] Removing intermediate container 44b267910137 [2021-02-05T09:54:03.921Z] ---> 2d0cd485482c [2021-02-05T09:54:03.921Z] Successfully built 2d0cd485482c [2021-02-05T09:54:04.187Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:54:04.511Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T09:54:04.511Z] . [Pipeline] withDockerContainer [2021-02-05T09:54:04.619Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T09:54:04.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T09:54:05.455Z] $ docker top 2e9936a9d7a47e0b2d9d6a8be80ffded4faa37f505be4a3eb24add725f500828 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T09:54:05.951Z] + go version [2021-02-05T09:54:05.951Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T09:54:05.966Z] $ docker stop --time=1 2e9936a9d7a47e0b2d9d6a8be80ffded4faa37f505be4a3eb24add725f500828 [2021-02-05T09:54:07.311Z] $ docker rm -f 2e9936a9d7a47e0b2d9d6a8be80ffded4faa37f505be4a3eb24add725f500828 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:54:08.128Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T09:54:08.128Z] . [Pipeline] withDockerContainer [2021-02-05T09:54:08.223Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T09:54:08.268Z] $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T09:54:08.876Z] $ docker top 545df71094380335da64268250c9e404a3c452e66d1abad91f1f240c0fa7ce35 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T09:54:09.072Z] ========================================================= [2021-02-05T09:54:09.073Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T09:54:09.073Z] ========================================================= [Pipeline] sh [2021-02-05T09:54:09.364Z] + make test [2021-02-05T09:54:09.364Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T09:54:17.561Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T09:54:32.608Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T09:54:39.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T09:54:39.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T09:54:39.293Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T09:54:39.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T09:54:41.237Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T09:54:41.237Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T09:54:41.237Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T09:54:41.237Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T09:54:41.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T09:54:41.952Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T09:54:44.630Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T09:54:44.630Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T09:54:44.630Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T09:54:46.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.6% of statements [2021-02-05T09:54:46.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T09:54:46.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T09:54:46.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T09:54:46.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T09:54:46.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T09:54:46.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T09:54:46.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T09:54:46.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.071s coverage: 100.0% of statements [2021-02-05T09:54:49.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T09:54:49.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T09:54:49.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T09:54:49.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T09:54:49.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 82.3% of statements [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T09:54:49.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T09:54:51.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T09:54:51.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T09:54:51.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T09:54:51.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T09:54:51.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2021-02-05T09:54:51.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T09:54:52.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-02-05T09:54:52.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T09:54:52.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T09:54:52.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T09:54:52.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T09:54:54.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T09:54:54.863Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T09:54:54.863Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 0.1% of statements [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T09:54:54.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T09:54:54.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-05T09:54:54.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.035s coverage: 79.5% of statements [2021-02-05T09:54:54.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.023s coverage: 94.1% of statements [2021-02-05T09:54:54.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-02-05T09:54:54.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements [2021-02-05T09:55:07.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.036s coverage: 94.4% of statements [2021-02-05T09:55:07.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-02-05T09:55:13.217Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25246 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-05T09:55:13.282Z] Running in /w/workspace/edgex-go/345 [Pipeline] { [Pipeline] checkout [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-05T09:55:17.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 68.9% of statements [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T09:55:17.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.080s coverage: 37.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.259s coverage: 84.0% of statements [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 85.3% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.738s coverage: 29.1% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T09:55:17.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-05T09:55:17.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-02-05T09:55:17.781Z] GO111MODULE=on go vet ./... [2021-02-05T09:55:18.080Z] using credential edgex-jenkins-ssh [2021-02-05T09:55:18.145Z] Cloning the remote Git repository [2021-02-05T09:55:18.198Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T09:55:18.326Z] > git init /w/workspace/edgex-go/345 # timeout=10 [2021-02-05T09:55:18.418Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T09:55:18.418Z] > git --version # timeout=10 [2021-02-05T09:55:18.444Z] > git --version # 'git version 2.17.1' [2021-02-05T09:55:18.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T09:55:18.520Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T09:55:33.526Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T09:55:33.547Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T09:55:33.569Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T09:55:33.617Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T09:55:33.618Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T09:55:34.254Z] Checking out Revision 342a72dc7becdeb5a949018242fa1a90a07bfb5e (master) [2021-02-05T09:55:33.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T09:55:34.277Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T09:55:34.296Z] > git checkout -f 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 [2021-02-05T09:55:38.933Z] Commit message: "Merge pull request #3142 from jinlinGuan/issue-3136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T09:55:40.643Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T09:55:41.044Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T09:55:41.397Z] + true [2021-02-05T09:55:41.397Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T09:55:44.121Z] provisioning config files... [2021-02-05T09:55:44.165Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config8508452785235609716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T09:55:44.497Z] gofmt -l . [2021-02-05T09:55:44.497Z] [ "`gofmt -l .`" = "" ] [2021-02-05T09:55:44.497Z] ./bin/test-go-mod-tidy.sh [2021-02-05T09:55:44.497Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T09:55:44.644Z] ---> docker-login.sh [2021-02-05T09:55:44.644Z] nexus3.edgexfoundry.org:10001 [2021-02-05T09:55:44.804Z] + ls -al . [2021-02-05T09:55:44.804Z] total 688 [2021-02-05T09:55:44.804Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 09:55 . [2021-02-05T09:55:44.804Z] drwxr-xr-x 4 root root 32 Feb 5 09:54 .. [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 09:52 .dockerignore [2021-02-05T09:55:44.804Z] drwxrwxr-x 8 1001 1001 162 Feb 5 09:52 .git [2021-02-05T09:55:44.804Z] drwxrwxr-x 3 1001 1001 125 Feb 5 09:52 .github [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 09:52 .gitignore [2021-02-05T09:55:44.804Z] drwx------ 3 1001 1001 45 Feb 5 09:53 .semver [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 09:52 .sonarcloud.properties [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 09:52 Attribution.txt [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 09:52 CONTRIBUTING.md [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 09:52 Dockerfile.build [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 09:52 Jenkinsfile [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 09:52 LICENSE [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 09:52 Makefile [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 09:52 README.md [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 09:52 SECURITY.md [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 12 Feb 5 09:53 VERSION [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 09:52 ZMQWindows.md [2021-02-05T09:55:44.804Z] drwxrwxr-x 2 1001 1001 117 Feb 5 09:52 bin [2021-02-05T09:55:44.804Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 09:52 cmd [2021-02-05T09:55:44.804Z] -rw-r--r-- 1 root root 585363 Feb 5 09:55 coverage.out [2021-02-05T09:55:44.804Z] -rw-r--r-- 1 root root 1054 Feb 5 09:55 go.mod [2021-02-05T09:55:44.804Z] -rw-r--r-- 1 root root 19290 Feb 5 09:55 go.sum [2021-02-05T09:55:44.804Z] drwxrwxr-x 8 1001 1001 127 Feb 5 09:52 internal [2021-02-05T09:55:44.804Z] drwxrwxr-x 4 1001 1001 26 Feb 5 09:52 openapi [2021-02-05T09:55:44.804Z] drwxrwxr-x 4 1001 1001 71 Feb 5 09:52 snap [2021-02-05T09:55:44.804Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 09:52 version.go [Pipeline] sh [2021-02-05T09:55:45.103Z] + '[' -e coverage.out ] [2021-02-05T09:55:45.103Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T09:55:45.300Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T09:55:45.596Z] + make build [2021-02-05T09:55:45.596Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T09:55:45.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:55:45.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:55:45.901Z] Configure a credential helper to remove this warning. See [2021-02-05T09:55:45.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:55:45.901Z] [2021-02-05T09:55:45.901Z] Login Succeeded [2021-02-05T09:55:45.901Z] nexus3.edgexfoundry.org:10002 [2021-02-05T09:55:46.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:55:46.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:55:46.498Z] Configure a credential helper to remove this warning. See [2021-02-05T09:55:46.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:55:46.498Z] [2021-02-05T09:55:46.498Z] Login Succeeded [2021-02-05T09:55:46.498Z] nexus3.edgexfoundry.org:10003 [2021-02-05T09:55:47.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:55:47.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:55:47.094Z] Configure a credential helper to remove this warning. See [2021-02-05T09:55:47.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:55:47.094Z] [2021-02-05T09:55:47.094Z] Login Succeeded [2021-02-05T09:55:47.094Z] nexus3.edgexfoundry.org:10004 [2021-02-05T09:55:47.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:55:47.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:55:47.643Z] Configure a credential helper to remove this warning. See [2021-02-05T09:55:47.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:55:47.643Z] [2021-02-05T09:55:47.643Z] Login Succeeded [2021-02-05T09:55:47.643Z] docker.io [2021-02-05T09:55:47.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T09:55:48.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T09:55:48.511Z] Configure a credential helper to remove this warning. See [2021-02-05T09:55:48.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T09:55:48.511Z] [2021-02-05T09:55:48.511Z] Login Succeeded [2021-02-05T09:55:48.511Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T09:55:48.529Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T09:55:49.105Z] ========================================================= [2021-02-05T09:55:49.105Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T09:55:49.105Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:55:49.493Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-05T09:55:49.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T09:55:52.128Z] Sending build context to Docker daemon 166.2MB [2021-02-05T09:55:52.128Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T09:55:52.128Z] Step 2/6 : FROM ${BASE} [2021-02-05T09:55:52.128Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T09:55:52.128Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T09:55:52.128Z] a4357932f1b6: Pulling fs layer [2021-02-05T09:55:52.128Z] 18c013af1878: Pulling fs layer [2021-02-05T09:55:52.128Z] 00ac8860ef70: Pulling fs layer [2021-02-05T09:55:52.128Z] 63d7cb157983: Pulling fs layer [2021-02-05T09:55:52.128Z] b116817d02f9: Pulling fs layer [2021-02-05T09:55:52.128Z] 745a02a5169b: Pulling fs layer [2021-02-05T09:55:52.128Z] 00ac8860ef70: Waiting [2021-02-05T09:55:52.128Z] 63d7cb157983: Waiting [2021-02-05T09:55:52.128Z] b116817d02f9: Waiting [2021-02-05T09:55:52.128Z] 18c013af1878: Download complete [2021-02-05T09:55:52.128Z] a4357932f1b6: Verifying Checksum [2021-02-05T09:55:52.128Z] a4357932f1b6: Download complete [2021-02-05T09:55:52.128Z] 63d7cb157983: Verifying Checksum [2021-02-05T09:55:52.128Z] b116817d02f9: Download complete [2021-02-05T09:55:52.128Z] 5f621e34cdf4: Download complete [2021-02-05T09:55:52.733Z] 5f621e34cdf4: Pull complete [2021-02-05T09:55:53.330Z] a4357932f1b6: Pull complete [2021-02-05T09:55:53.602Z] 18c013af1878: Pull complete [2021-02-05T09:55:55.034Z] 745a02a5169b: Verifying Checksum [2021-02-05T09:55:55.034Z] 745a02a5169b: Download complete [2021-02-05T09:55:56.011Z] 00ac8860ef70: Verifying Checksum [2021-02-05T09:55:56.011Z] 00ac8860ef70: Download complete [2021-02-05T09:55:58.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T09:55:58.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T09:55:59.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T09:56:00.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T09:56:01.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T09:56:03.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T09:56:04.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T09:56:05.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T09:56:06.166Z] 00ac8860ef70: Pull complete [2021-02-05T09:56:06.166Z] 63d7cb157983: Pull complete [2021-02-05T09:56:06.441Z] b116817d02f9: Pull complete [2021-02-05T09:56:06.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T09:56:07.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T09:56:08.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T09:56:09.817Z] $ docker stop --time=1 545df71094380335da64268250c9e404a3c452e66d1abad91f1f240c0fa7ce35 [2021-02-05T09:56:10.775Z] 745a02a5169b: Pull complete [2021-02-05T09:56:10.775Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T09:56:10.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T09:56:10.775Z] ---> b7e6874047d6 [2021-02-05T09:56:10.775Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T09:56:11.454Z] $ docker rm -f 545df71094380335da64268250c9e404a3c452e66d1abad91f1f240c0fa7ce35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-05T09:56:14.216Z] ---> Running in f255b0d1b644 [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:56:14.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T09:56:14.846Z] [2021-02-05T09:56:14.846Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:56:15.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T09:56:15.195Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T09:56:15.195Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T09:56:15.195Z] ca9280d653b3: Pulling fs layer [2021-02-05T09:56:15.195Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T09:56:15.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T09:56:15.460Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T09:56:15.460Z] cbdbe7a5bc2a: Download complete [2021-02-05T09:56:15.722Z] cbdbe7a5bc2a: Pull complete [2021-02-05T09:56:15.722Z] ca9280d653b3: Verifying Checksum [2021-02-05T09:56:15.722Z] ca9280d653b3: Download complete [2021-02-05T09:56:16.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T09:56:16.671Z] 7e9c9ca2126c: Download complete [2021-02-05T09:56:16.935Z] ca9280d653b3: Pull complete [2021-02-05T09:56:19.239Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T09:56:19.510Z] (2/12) Installing file (5.38-r0) [2021-02-05T09:56:19.510Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T09:56:19.779Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T09:56:25.111Z] 7e9c9ca2126c: Pull complete [2021-02-05T09:56:25.111Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T09:56:25.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T09:56:25.111Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T09:56:25.283Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T09:56:25.333Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T09:56:26.314Z] $ docker top ba1fa5e56093c0d55da376f7b77bb9f603771c8beba93025b9fd02cd55cd0e60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T09:56:26.825Z] + docker-compose build --help [2021-02-05T09:56:26.825Z] + grep parallel [2021-02-05T09:56:27.771Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T09:56:27.788Z] $ docker stop --time=1 ba1fa5e56093c0d55da376f7b77bb9f603771c8beba93025b9fd02cd55cd0e60 [2021-02-05T09:56:29.185Z] $ docker rm -f ba1fa5e56093c0d55da376f7b77bb9f603771c8beba93025b9fd02cd55cd0e60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:56:29.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T09:56:29.794Z] . [Pipeline] withDockerContainer [2021-02-05T09:56:29.892Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T09:56:29.901Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T09:56:29.901Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T09:56:29.901Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T09:56:29.901Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T09:56:29.901Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T09:56:29.901Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T09:56:29.901Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T09:56:29.901Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T09:56:29.901Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:56:29.901Z] OK: 217 MiB in 51 packages [2021-02-05T09:56:29.939Z] $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T09:56:30.583Z] $ docker top ecec8209061524d0d2d3943d065fec4347c7b36db95ccdadc959413cced09a7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T09:56:31.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T09:56:32.977Z] Building docker-core-command-go ... [2021-02-05T09:56:32.977Z] Building docker-core-data-go ... [2021-02-05T09:56:32.977Z] Building docker-core-metadata-go ... [2021-02-05T09:56:32.977Z] Building docker-security-bootstrapper-go ... [2021-02-05T09:56:32.977Z] Building docker-security-proxy-setup-go ... [2021-02-05T09:56:32.977Z] Building docker-security-secretstore-setup-go ... [2021-02-05T09:56:32.977Z] Building docker-support-notifications-go ... [2021-02-05T09:56:32.977Z] Building docker-support-scheduler-go ... [2021-02-05T09:56:32.977Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T09:56:32.977Z] Building docker-support-notifications-go [2021-02-05T09:56:32.977Z] Building docker-security-secretstore-setup-go [2021-02-05T09:56:32.977Z] Building docker-security-proxy-setup-go [2021-02-05T09:56:32.977Z] Building docker-core-command-go [2021-02-05T09:56:32.977Z] Building docker-support-scheduler-go [2021-02-05T09:56:33.293Z] Removing intermediate container f255b0d1b644 [2021-02-05T09:56:33.293Z] ---> 3510366df939 [2021-02-05T09:56:33.293Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T09:56:33.293Z] ---> Running in 0c5e134a3e89 [2021-02-05T09:56:33.567Z] Removing intermediate container 0c5e134a3e89 [2021-02-05T09:56:33.567Z] ---> 59d885adc604 [2021-02-05T09:56:33.567Z] Step 5/6 : COPY go.mod . [2021-02-05T09:56:34.171Z] ---> f42c7c7288bc [2021-02-05T09:56:34.171Z] Step 6/6 : RUN go mod download [2021-02-05T09:56:34.444Z] ---> Running in 493e7a1c1549 [2021-02-05T09:57:00.128Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:57:00.128Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:57:00.128Z] ---> 2d0cd485482c [2021-02-05T09:57:00.128Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T09:57:00.128Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:57:00.128Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:57:00.128Z] ---> 2d0cd485482c [2021-02-05T09:57:00.128Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T09:57:00.128Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:57:00.128Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:57:00.128Z] ---> 2d0cd485482c [2021-02-05T09:57:00.128Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T09:57:00.393Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:57:00.393Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:57:00.393Z] ---> 2d0cd485482c [2021-02-05T09:57:00.393Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T09:57:00.393Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:57:00.393Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:57:00.393Z] ---> 2d0cd485482c [2021-02-05T09:57:00.393Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T09:57:01.233Z] Removing intermediate container 493e7a1c1549 [2021-02-05T09:57:01.233Z] ---> af57643b1093 [2021-02-05T09:57:01.233Z] Successfully built af57643b1093 [2021-02-05T09:57:01.233Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:57:01.347Z] ---> Running in 1871281b6b57 [2021-02-05T09:57:01.347Z] ---> Running in d23afbec870b [2021-02-05T09:57:01.347Z] ---> Running in 37a4c1accb51 [2021-02-05T09:57:01.347Z] ---> Running in ed551e6ad479 [2021-02-05T09:57:01.347Z] ---> Running in 628398af92f0 [2021-02-05T09:57:01.576Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T09:57:01.576Z] . [Pipeline] withDockerContainer [2021-02-05T09:57:01.615Z] Removing intermediate container 37a4c1accb51 [2021-02-05T09:57:01.615Z] ---> b5d187f0cbe3 [2021-02-05T09:57:01.615Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:57:01.615Z] Removing intermediate container d23afbec870b [2021-02-05T09:57:01.615Z] ---> 84093b44de21 [2021-02-05T09:57:01.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:57:01.615Z] Removing intermediate container ed551e6ad479 [2021-02-05T09:57:01.615Z] ---> a373604523fc [2021-02-05T09:57:01.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:57:01.615Z] Removing intermediate container 628398af92f0 [2021-02-05T09:57:01.615Z] ---> c2df137eed99 [2021-02-05T09:57:01.615Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:57:01.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-25246 does not seem to be running inside a container [2021-02-05T09:57:01.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-arm64 cat [2021-02-05T09:57:02.605Z] Removing intermediate container 1871281b6b57 [2021-02-05T09:57:02.605Z] ---> 15ee8d8aaf81 [2021-02-05T09:57:02.605Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:57:02.605Z] ---> Running in 9077c5932ee0 [2021-02-05T09:57:02.605Z] ---> Running in dfe5f7619829 [2021-02-05T09:57:02.605Z] ---> Running in e9702194a9f2 [2021-02-05T09:57:02.605Z] ---> Running in d3fabb7eceeb [2021-02-05T09:57:02.605Z] ---> Running in 9c62416b84e2 [2021-02-05T09:57:03.450Z] $ docker top 71d406cef343b3a27c8c2be00aac27d283b2ba9365a5a26056a9cebb14b35dd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T09:57:04.465Z] + go version [2021-02-05T09:57:04.466Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T09:57:04.502Z] $ docker stop --time=1 71d406cef343b3a27c8c2be00aac27d283b2ba9365a5a26056a9cebb14b35dd4 [2021-02-05T09:57:04.557Z] Removing intermediate container 9077c5932ee0 [2021-02-05T09:57:04.557Z] ---> d176389f03a9 [2021-02-05T09:57:04.557Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T09:57:04.557Z] ---> Running in 8af6d930082c [2021-02-05T09:57:04.557Z] Removing intermediate container dfe5f7619829 [2021-02-05T09:57:04.557Z] ---> 50cf48f26c03 [2021-02-05T09:57:04.557Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T09:57:04.829Z] ---> Running in eb5a6f8a2f45 [2021-02-05T09:57:05.100Z] Removing intermediate container e9702194a9f2 [2021-02-05T09:57:05.100Z] ---> 283831ed02bd [2021-02-05T09:57:05.100Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T09:57:05.100Z] Removing intermediate container d3fabb7eceeb [2021-02-05T09:57:05.100Z] ---> f756c3309a80 [2021-02-05T09:57:05.100Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T09:57:05.100Z] Removing intermediate container 9c62416b84e2 [2021-02-05T09:57:05.100Z] ---> 9305f1612b68 [2021-02-05T09:57:05.100Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T09:57:05.370Z] ---> Running in 5e76a044f32c [2021-02-05T09:57:05.370Z] ---> Running in 1a9d71f2f758 [2021-02-05T09:57:05.370Z] ---> Running in c200e5a3cd21 [2021-02-05T09:57:05.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:05.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:05.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:06.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:06.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:06.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:06.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:06.420Z] $ docker rm -f 71d406cef343b3a27c8c2be00aac27d283b2ba9365a5a26056a9cebb14b35dd4 [2021-02-05T09:57:06.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [2021-02-05T09:57:06.700Z] OK: 233 MiB in 51 packages [2021-02-05T09:57:06.700Z] OK: 233 MiB in 51 packages [2021-02-05T09:57:06.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-05T09:57:06.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:57:06.968Z] OK: 233 MiB in 51 packages [2021-02-05T09:57:06.968Z] Removing intermediate container 8af6d930082c [2021-02-05T09:57:06.968Z] ---> 9268b4d9aba9 [2021-02-05T09:57:06.968Z] Step 6/22 : COPY go.mod . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-05T09:57:07.235Z] Removing intermediate container eb5a6f8a2f45 [2021-02-05T09:57:07.235Z] ---> 0f29b7267910 [2021-02-05T09:57:07.235Z] Step 6/23 : COPY go.mod . [2021-02-05T09:57:07.235Z] OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:57:07.498Z] ---> 68b9edf5fbaa [2021-02-05T09:57:07.498Z] Step 7/22 : RUN go mod download [2021-02-05T09:57:07.498Z] ---> Running in 0f36d75cd7e5 [2021-02-05T09:57:07.498Z] OK: 233 MiB in 51 packages [2021-02-05T09:57:07.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T09:57:07.573Z] [2021-02-05T09:57:07.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:57:07.772Z] ---> a63cbea2d553 [2021-02-05T09:57:07.773Z] Step 7/23 : RUN go mod download [2021-02-05T09:57:07.773Z] Removing intermediate container 5e76a044f32c [2021-02-05T09:57:07.773Z] ---> cc6344f6f2f8 [2021-02-05T09:57:07.773Z] Step 6/24 : COPY go.mod . [2021-02-05T09:57:07.773Z] ---> Running in dc82a5eee99e [2021-02-05T09:57:07.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T09:57:07.974Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T09:57:07.974Z] 29e5d40040c1: Pulling fs layer [2021-02-05T09:57:07.974Z] 1ce36da41761: Pulling fs layer [2021-02-05T09:57:07.974Z] 25b303627fd3: Pulling fs layer [2021-02-05T09:57:08.247Z] 29e5d40040c1: Verifying Checksum [2021-02-05T09:57:08.247Z] 29e5d40040c1: Download complete [2021-02-05T09:57:08.350Z] ---> 468f2d2a3239 [2021-02-05T09:57:08.350Z] Step 7/24 : RUN go mod download [2021-02-05T09:57:08.350Z] Removing intermediate container 1a9d71f2f758 [2021-02-05T09:57:08.350Z] ---> f3736fc97907 [2021-02-05T09:57:08.350Z] Step 6/22 : COPY go.mod . [2021-02-05T09:57:08.625Z] ---> Running in 8726ee9ae8a0 [2021-02-05T09:57:08.625Z] Removing intermediate container c200e5a3cd21 [2021-02-05T09:57:08.625Z] ---> 741d33709112 [2021-02-05T09:57:08.625Z] Step 6/21 : COPY go.mod . [2021-02-05T09:57:08.856Z] 1ce36da41761: Verifying Checksum [2021-02-05T09:57:08.856Z] 1ce36da41761: Download complete [2021-02-05T09:57:08.905Z] ---> 9f267267f1a8 [2021-02-05T09:57:08.905Z] Step 7/22 : RUN go mod download [2021-02-05T09:57:08.905Z] ---> Running in b43d1c28de7e [2021-02-05T09:57:09.128Z] 29e5d40040c1: Pull complete [2021-02-05T09:57:09.175Z] ---> cc424be60001 [2021-02-05T09:57:09.175Z] Step 7/21 : RUN go mod download [2021-02-05T09:57:09.176Z] ---> Running in 67c1afa6173e [2021-02-05T09:57:10.115Z] 1ce36da41761: Pull complete [2021-02-05T09:57:10.143Z] Removing intermediate container 0f36d75cd7e5 [2021-02-05T09:57:10.143Z] ---> bc9ea95f05fe [2021-02-05T09:57:10.143Z] Step 8/22 : COPY . . [2021-02-05T09:57:10.144Z] Removing intermediate container dc82a5eee99e [2021-02-05T09:57:10.144Z] ---> b7127bcb58ff [2021-02-05T09:57:10.144Z] Step 8/23 : COPY . . [2021-02-05T09:57:10.716Z] 25b303627fd3: Verifying Checksum [2021-02-05T09:57:10.716Z] 25b303627fd3: Download complete [2021-02-05T09:57:10.741Z] Removing intermediate container 8726ee9ae8a0 [2021-02-05T09:57:10.741Z] ---> 3c4d7ea24836 [2021-02-05T09:57:10.741Z] Step 8/24 : COPY . . [2021-02-05T09:57:16.115Z] Removing intermediate container b43d1c28de7e [2021-02-05T09:57:16.115Z] ---> 2c2adbcbab8a [2021-02-05T09:57:16.115Z] Step 8/22 : COPY . . [2021-02-05T09:57:17.556Z] Removing intermediate container 67c1afa6173e [2021-02-05T09:57:17.556Z] ---> 530f6cbbfe61 [2021-02-05T09:57:17.556Z] Step 8/21 : COPY . . [2021-02-05T09:57:20.981Z] 25b303627fd3: Pull complete [2021-02-05T09:57:20.981Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T09:57:20.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T09:57:20.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T09:57:21.244Z] prd-ubuntu18.04-docker-arm64-4c-16g-25246 does not seem to be running inside a container [2021-02-05T09:57:21.339Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T09:57:24.388Z] $ docker top 3ea551a55c51aa76ed4d4ed3f0cd31256b5b26fc1c0c682e7ff110494d3b6a56 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T09:57:25.423Z] + docker-compose build --help [2021-02-05T09:57:25.423Z] + grep parallel [2021-02-05T09:57:28.785Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T09:57:28.817Z] $ docker stop --time=1 3ea551a55c51aa76ed4d4ed3f0cd31256b5b26fc1c0c682e7ff110494d3b6a56 [2021-02-05T09:57:30.721Z] $ docker rm -f 3ea551a55c51aa76ed4d4ed3f0cd31256b5b26fc1c0c682e7ff110494d3b6a56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T09:57:31.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T09:57:31.529Z] . [Pipeline] withDockerContainer [2021-02-05T09:57:31.790Z] prd-ubuntu18.04-docker-arm64-4c-16g-25246 does not seem to be running inside a container [2021-02-05T09:57:31.882Z] $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T09:57:33.388Z] $ docker top 2aec0c9525157e9208f232f06640acbd24ce06e01fbd00ff6dd6e06fde53f540 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T09:57:34.475Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T09:57:37.858Z] Building docker-core-command-go ... [2021-02-05T09:57:37.858Z] Building docker-core-data-go ... [2021-02-05T09:57:37.858Z] Building docker-core-metadata-go ... [2021-02-05T09:57:37.858Z] Building docker-security-bootstrapper-go ... [2021-02-05T09:57:37.858Z] Building docker-security-proxy-setup-go ... [2021-02-05T09:57:37.858Z] Building docker-security-secretstore-setup-go ... [2021-02-05T09:57:37.858Z] Building docker-support-notifications-go ... [2021-02-05T09:57:37.858Z] Building docker-support-scheduler-go ... [2021-02-05T09:57:37.858Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T09:57:37.858Z] Building docker-support-notifications-go [2021-02-05T09:57:37.858Z] Building docker-core-metadata-go [2021-02-05T09:57:37.858Z] Building docker-sys-mgmt-agent-go [2021-02-05T09:57:37.858Z] Building docker-security-proxy-setup-go [2021-02-05T09:57:37.858Z] Building docker-security-secretstore-setup-go [2021-02-05T09:57:56.494Z] ---> 3717b781cafb [2021-02-05T09:57:56.494Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T09:57:56.494Z] ---> 2c5f88604b0a [2021-02-05T09:57:56.494Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T09:57:56.494Z] ---> 340a54d70b18 [2021-02-05T09:57:56.494Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T09:57:56.494Z] ---> Running in f67b2a7b7e78 [2021-02-05T09:57:56.494Z] ---> 934a6337410a [2021-02-05T09:57:56.494Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T09:57:56.494Z] ---> 68d0bc2496a9 [2021-02-05T09:57:56.494Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T09:57:56.494Z] ---> Running in 2d023e991aae [2021-02-05T09:57:56.494Z] ---> Running in 28c0076ae852 [2021-02-05T09:57:56.494Z] ---> Running in e7bdb8ff6ed9 [2021-02-05T09:57:56.494Z] ---> Running in 45119b5c3c5c [2021-02-05T09:57:56.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T09:57:56.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T09:57:56.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T09:57:56.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T09:57:56.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T09:58:23.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T09:58:23.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T09:58:24.836Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:58:24.836Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:58:24.836Z] ---> af57643b1093 [2021-02-05T09:58:24.836Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T09:58:24.836Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:58:24.836Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:58:24.836Z] ---> af57643b1093 [2021-02-05T09:58:24.836Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T09:58:24.836Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:58:24.836Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:58:24.836Z] ---> af57643b1093 [2021-02-05T09:58:24.836Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T09:58:24.836Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:58:24.836Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:58:24.836Z] ---> af57643b1093 [2021-02-05T09:58:24.836Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T09:58:24.836Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:58:24.836Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:58:24.836Z] ---> af57643b1093 [2021-02-05T09:58:24.836Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T09:58:27.512Z] ---> Running in 5779ca79c607 [2021-02-05T09:58:27.513Z] ---> Running in 6882c9719ca4 [2021-02-05T09:58:27.513Z] ---> Running in f81f49879137 [2021-02-05T09:58:27.513Z] ---> Running in b68c76ec8d4d [2021-02-05T09:58:27.513Z] ---> Running in 8c1239d21d50 [2021-02-05T09:58:27.801Z] Removing intermediate container 6882c9719ca4 [2021-02-05T09:58:27.801Z] ---> 079a9e348329 [2021-02-05T09:58:27.801Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:58:27.801Z] Removing intermediate container f81f49879137 [2021-02-05T09:58:27.801Z] ---> 2dddbb984b15 [2021-02-05T09:58:27.801Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:58:27.801Z] Removing intermediate container b68c76ec8d4d [2021-02-05T09:58:27.801Z] ---> 7fd18234cca9 [2021-02-05T09:58:27.801Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:58:27.801Z] Removing intermediate container 8c1239d21d50 [2021-02-05T09:58:27.801Z] ---> fdffe4f69e08 [2021-02-05T09:58:27.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:58:28.077Z] Removing intermediate container 5779ca79c607 [2021-02-05T09:58:28.077Z] ---> a505c0c4d42c [2021-02-05T09:58:28.077Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:58:28.077Z] ---> Running in da3d5bbd7ec4 [2021-02-05T09:58:28.077Z] ---> Running in 4f7079664b00 [2021-02-05T09:58:28.351Z] ---> Running in df12d3cfcb3f [2021-02-05T09:58:28.351Z] ---> Running in f66c26820da3 [2021-02-05T09:58:28.351Z] ---> Running in 3908bf9dd0c9 [2021-02-05T09:58:31.765Z] Removing intermediate container da3d5bbd7ec4 [2021-02-05T09:58:31.765Z] ---> 43b8de045e5b [2021-02-05T09:58:31.765Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T09:58:32.045Z] ---> Running in 795b4814caef [2021-02-05T09:58:32.320Z] Removing intermediate container 4f7079664b00 [2021-02-05T09:58:32.320Z] ---> 37147765a748 [2021-02-05T09:58:32.320Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T09:58:32.320Z] Removing intermediate container df12d3cfcb3f [2021-02-05T09:58:32.320Z] ---> 0f22e2a97b91 [2021-02-05T09:58:32.320Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T09:58:32.599Z] Removing intermediate container f66c26820da3 [2021-02-05T09:58:32.599Z] ---> ea68d698d160 [2021-02-05T09:58:32.599Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T09:58:32.599Z] ---> Running in 9371c5f92adc [2021-02-05T09:58:32.599Z] ---> Running in a96dd1c34f89 [2021-02-05T09:58:32.882Z] ---> Running in 11e7077f48ac [2021-02-05T09:58:32.882Z] Removing intermediate container 3908bf9dd0c9 [2021-02-05T09:58:32.882Z] ---> 15b3b090f18b [2021-02-05T09:58:32.882Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T09:58:33.157Z] ---> Running in 09d1dacc630d [2021-02-05T09:58:33.336Z] Removing intermediate container e7bdb8ff6ed9 [2021-02-05T09:58:33.336Z] ---> d82bb70d9635 [2021-02-05T09:58:33.336Z] [2021-02-05T09:58:33.336Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T09:58:33.336Z] Removing intermediate container 28c0076ae852 [2021-02-05T09:58:33.336Z] ---> fd4b5d820441 [2021-02-05T09:58:33.336Z] [2021-02-05T09:58:33.336Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T09:58:33.336Z] Removing intermediate container f67b2a7b7e78 [2021-02-05T09:58:33.336Z] ---> 371452481001 [2021-02-05T09:58:33.336Z] [2021-02-05T09:58:33.336Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T09:58:33.336Z] Removing intermediate container 2d023e991aae [2021-02-05T09:58:33.336Z] ---> e7132e8851ef [2021-02-05T09:58:33.336Z] [2021-02-05T09:58:33.336Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T09:58:33.336Z] Removing intermediate container 45119b5c3c5c [2021-02-05T09:58:33.336Z] ---> e34caefea9e3 [2021-02-05T09:58:33.336Z] [2021-02-05T09:58:33.336Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T09:58:33.336Z] 3.12: Pulling from library/alpine [2021-02-05T09:58:33.337Z] 3.12: Pulling from library/alpine [2021-02-05T09:58:33.337Z] 3.12: Pulling from library/alpine [2021-02-05T09:58:33.337Z] 3.12: Pulling from library/alpine [2021-02-05T09:58:33.337Z] 3.12: Pulling from library/alpine [2021-02-05T09:58:33.598Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T09:58:33.872Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T09:58:33.872Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T09:58:33.872Z] Status: Image is up to date for alpine:3.12 [2021-02-05T09:58:33.872Z] ---> 389fef711851 [2021-02-05T09:58:33.872Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T09:58:33.872Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T09:58:33.872Z] Status: Image is up to date for alpine:3.12 [2021-02-05T09:58:33.872Z] ---> 389fef711851 [2021-02-05T09:58:33.872Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T09:58:33.872Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T09:58:33.872Z] Status: Image is up to date for alpine:3.12 [2021-02-05T09:58:33.872Z] ---> 389fef711851 [2021-02-05T09:58:33.872Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T09:58:33.872Z] ---> 389fef711851 [2021-02-05T09:58:33.872Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T09:58:33.872Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T09:58:33.872Z] Status: Image is up to date for alpine:3.12 [2021-02-05T09:58:33.872Z] ---> 389fef711851 [2021-02-05T09:58:33.872Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T09:58:33.872Z] ---> Running in 42a31ec3dd39 [2021-02-05T09:58:33.872Z] ---> Running in fca837992746 [2021-02-05T09:58:33.872Z] ---> Running in f134c6278b00 [2021-02-05T09:58:33.872Z] ---> Running in 655355cd12b2 [2021-02-05T09:58:33.872Z] ---> Running in 3e26ace8b319 [2021-02-05T09:58:34.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:34.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:34.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:34.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:34.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:34.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:35.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.121Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T09:58:35.121Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:58:35.121Z] OK: 6 MiB in 15 packages [2021-02-05T09:58:35.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:35.121Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T09:58:35.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:35.121Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T09:58:35.121Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T09:58:35.121Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T09:58:35.122Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T09:58:35.122Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:58:35.122Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T09:58:35.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:35.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:35.388Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T09:58:35.388Z] OK: 7 MiB in 19 packages [2021-02-05T09:58:35.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:35.388Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T09:58:35.388Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:58:35.388Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T09:58:35.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:58:35.388Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T09:58:35.388Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T09:58:35.388Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T09:58:35.388Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T09:58:35.388Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:58:35.388Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T09:58:35.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.650Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T09:58:35.650Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:58:35.650Z] OK: 6 MiB in 15 packages [2021-02-05T09:58:35.650Z] OK: 7 MiB in 18 packages [2021-02-05T09:58:35.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.914Z] OK: 217 MiB in 51 packages [2021-02-05T09:58:35.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T09:58:35.914Z] OK: 6 MiB in 16 packages [2021-02-05T09:58:36.513Z] OK: 217 MiB in 51 packages [2021-02-05T09:58:36.794Z] OK: 217 MiB in 51 packages [2021-02-05T09:58:36.794Z] OK: 217 MiB in 51 packages [2021-02-05T09:58:36.794Z] OK: 217 MiB in 51 packages [2021-02-05T09:58:36.867Z] Removing intermediate container 42a31ec3dd39 [2021-02-05T09:58:36.867Z] ---> bb3ef341d5e9 [2021-02-05T09:58:36.868Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T09:58:37.442Z] ---> Running in 17c89cf28c2d [2021-02-05T09:58:37.778Z] Removing intermediate container 795b4814caef [2021-02-05T09:58:37.778Z] ---> 3a15147b66ad [2021-02-05T09:58:37.778Z] Step 6/21 : COPY go.mod . [2021-02-05T09:58:38.052Z] Removing intermediate container 9371c5f92adc [2021-02-05T09:58:38.052Z] ---> 898006f43008 [2021-02-05T09:58:38.052Z] Step 6/22 : COPY go.mod . [2021-02-05T09:58:38.399Z] Removing intermediate container 655355cd12b2 [2021-02-05T09:58:38.399Z] ---> a67a1f167d53 [2021-02-05T09:58:38.399Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T09:58:38.399Z] Removing intermediate container f134c6278b00 [2021-02-05T09:58:38.399Z] ---> 9ffa6ec88d51 [2021-02-05T09:58:38.399Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T09:58:38.399Z] Removing intermediate container 3e26ace8b319 [2021-02-05T09:58:38.399Z] ---> 36797673e018 [2021-02-05T09:58:38.399Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T09:58:38.399Z] ---> Running in 92faab01e5c7 [2021-02-05T09:58:38.399Z] Removing intermediate container fca837992746 [2021-02-05T09:58:38.399Z] ---> 02cc0380e160 [2021-02-05T09:58:38.399Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T09:58:38.651Z] Removing intermediate container a96dd1c34f89 [2021-02-05T09:58:38.652Z] ---> 14658496f327 [2021-02-05T09:58:38.652Z] Step 6/23 : COPY go.mod . [2021-02-05T09:58:38.652Z] ---> 5fb250a991a5 [2021-02-05T09:58:38.652Z] Step 7/21 : RUN go mod download [2021-02-05T09:58:38.661Z] Removing intermediate container 17c89cf28c2d [2021-02-05T09:58:38.661Z] ---> 5d93d5b39290 [2021-02-05T09:58:38.661Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T09:58:38.661Z] ---> Running in c3a0220150f5 [2021-02-05T09:58:38.661Z] ---> Running in 5871f31473e2 [2021-02-05T09:58:38.661Z] ---> Running in b9940764cf56 [2021-02-05T09:58:38.661Z] ---> Running in 8f597a8eed97 [2021-02-05T09:58:38.923Z] Removing intermediate container 92faab01e5c7 [2021-02-05T09:58:38.923Z] ---> 56eb1a5e8fe3 [2021-02-05T09:58:38.923Z] Step 13/24 : WORKDIR / [2021-02-05T09:58:38.939Z] Removing intermediate container 11e7077f48ac [2021-02-05T09:58:38.939Z] ---> ee2d1844b427 [2021-02-05T09:58:38.939Z] Step 6/26 : COPY go.mod . [2021-02-05T09:58:38.939Z] Removing intermediate container 09d1dacc630d [2021-02-05T09:58:38.939Z] ---> b578a22f2cdb [2021-02-05T09:58:38.939Z] Step 6/24 : COPY go.mod . [2021-02-05T09:58:38.939Z] ---> Running in 89077453d1b3 [2021-02-05T09:58:39.224Z] ---> 4ad80e2ab8a4 [2021-02-05T09:58:39.224Z] Step 7/22 : RUN go mod download [2021-02-05T09:58:39.498Z] Removing intermediate container c3a0220150f5 [2021-02-05T09:58:39.498Z] ---> d8395dcd029a [2021-02-05T09:58:39.498Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T09:58:39.498Z] Removing intermediate container 5871f31473e2 [2021-02-05T09:58:39.498Z] ---> a8789109468d [2021-02-05T09:58:39.498Z] Step 13/21 : WORKDIR /edgex [2021-02-05T09:58:39.498Z] Removing intermediate container b9940764cf56 [2021-02-05T09:58:39.498Z] ---> b321392cccb7 [2021-02-05T09:58:39.498Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T09:58:39.498Z] ---> Running in ee5cdecc461a [2021-02-05T09:58:39.764Z] ---> Running in f9f0ada32831 [2021-02-05T09:58:39.764Z] Removing intermediate container 8f597a8eed97 [2021-02-05T09:58:39.764Z] ---> 3888ead8ecbe [2021-02-05T09:58:39.764Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T09:58:39.764Z] ---> Running in 7abe22f8a951 [2021-02-05T09:58:39.764Z] ---> Running in 4a763b1430c4 [2021-02-05T09:58:39.764Z] ---> Running in ca7ab2a048b2 [2021-02-05T09:58:39.764Z] ---> Running in b8891d8890e4 [2021-02-05T09:58:39.771Z] ---> d051ba122ae5 [2021-02-05T09:58:39.771Z] Step 7/23 : RUN go mod download [2021-02-05T09:58:40.027Z] Removing intermediate container f9f0ada32831 [2021-02-05T09:58:40.027Z] ---> 9e0887006bfc [2021-02-05T09:58:40.028Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T09:58:40.028Z] Removing intermediate container ca7ab2a048b2 [2021-02-05T09:58:40.028Z] ---> 2922a39ba84b [2021-02-05T09:58:40.028Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T09:58:40.045Z] ---> 4b9a65e0aad3 [2021-02-05T09:58:40.045Z] Step 7/26 : RUN go mod download [2021-02-05T09:58:40.045Z] ---> Running in c7bfa6f5e644 [2021-02-05T09:58:40.045Z] ---> 875e752cdf6b [2021-02-05T09:58:40.045Z] Step 7/24 : RUN go mod download [2021-02-05T09:58:40.295Z] Removing intermediate container 7abe22f8a951 [2021-02-05T09:58:40.295Z] ---> a4dd7d920d08 [2021-02-05T09:58:40.295Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T09:58:40.295Z] Removing intermediate container 4a763b1430c4 [2021-02-05T09:58:40.295Z] ---> c7072407a656 [2021-02-05T09:58:40.295Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T09:58:40.295Z] Removing intermediate container b8891d8890e4 [2021-02-05T09:58:40.295Z] ---> 18bb24b755f0 [2021-02-05T09:58:40.295Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T09:58:40.295Z] ---> 11da59366d86 [2021-02-05T09:58:40.295Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T09:58:40.295Z] ---> Running in 5bcca930e16e [2021-02-05T09:58:40.321Z] ---> Running in 87174c6ef8a8 [2021-02-05T09:58:40.321Z] ---> Running in d93d66eb500e [2021-02-05T09:58:40.564Z] ---> Running in f7c31ff24224 [2021-02-05T09:58:40.565Z] ---> b084013b56b6 [2021-02-05T09:58:40.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T09:58:40.831Z] ---> fd345da9ea1d [2021-02-05T09:58:40.831Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T09:58:40.831Z] Removing intermediate container 5bcca930e16e [2021-02-05T09:58:40.831Z] ---> 2e092f2b921e [2021-02-05T09:58:40.831Z] Step 15/23 : WORKDIR / [2021-02-05T09:58:40.831Z] ---> bccffeb16bed [2021-02-05T09:58:40.831Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T09:58:40.831Z] Removing intermediate container f7c31ff24224 [2021-02-05T09:58:40.831Z] ---> 25670b2ecf75 [2021-02-05T09:58:40.831Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T09:58:41.096Z] ---> Running in 3b703840e194 [2021-02-05T09:58:41.359Z] ---> dc7d87700e5e [2021-02-05T09:58:41.359Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T09:58:41.625Z] ---> 9f404f1d62e8 [2021-02-05T09:58:41.625Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T09:58:41.625Z] ---> ca5d92e506b4 [2021-02-05T09:58:41.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T09:58:41.625Z] ---> 3f09ebda2af3 [2021-02-05T09:58:41.625Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T09:58:41.625Z] Removing intermediate container 3b703840e194 [2021-02-05T09:58:41.625Z] ---> 2b6fb6066c98 [2021-02-05T09:58:41.625Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T09:58:41.894Z] ---> 8ca49f4ef67e [2021-02-05T09:58:41.894Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T09:58:41.894Z] ---> Running in 55cb1ecc9362 [2021-02-05T09:58:42.161Z] ---> e195009b7eb1 [2021-02-05T09:58:42.162Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T09:58:42.162Z] ---> ac90a9bc6520 [2021-02-05T09:58:42.162Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T09:58:42.162Z] ---> 81c6c3edbd50 [2021-02-05T09:58:42.162Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T09:58:42.162Z] Removing intermediate container 55cb1ecc9362 [2021-02-05T09:58:42.162Z] ---> eedd6a7d888c [2021-02-05T09:58:42.162Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T09:58:42.162Z] ---> 404154658336 [2021-02-05T09:58:42.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T09:58:42.430Z] ---> Running in a0a5cdc9bfba [2021-02-05T09:58:42.430Z] ---> Running in fcb83a0fcae7 [2021-02-05T09:58:42.697Z] Removing intermediate container a0a5cdc9bfba [2021-02-05T09:58:42.697Z] ---> cc6fd1c7af4e [2021-02-05T09:58:42.697Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T09:58:42.697Z] ---> 8c4d17eb9dcf [2021-02-05T09:58:42.697Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T09:58:42.697Z] Removing intermediate container fcb83a0fcae7 [2021-02-05T09:58:42.697Z] ---> d61f6dd54d5a [2021-02-05T09:58:42.697Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T09:58:42.968Z] ---> Running in 3a6284ed3ed2 [2021-02-05T09:58:42.968Z] ---> 5eb728d7920f [2021-02-05T09:58:42.968Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T09:58:42.968Z] ---> 5b985875032c [2021-02-05T09:58:42.968Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T09:58:42.968Z] ---> Running in 6c1b5534e49e [2021-02-05T09:58:42.968Z] ---> Running in 2d9305933095 [2021-02-05T09:58:43.242Z] Removing intermediate container 3a6284ed3ed2 [2021-02-05T09:58:43.242Z] ---> 9ab736b3b0a0 [2021-02-05T09:58:43.242Z] Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T09:58:43.505Z] ---> Running in c9151e6c0746 [2021-02-05T09:58:43.505Z] ---> e8b0add94f88 [2021-02-05T09:58:43.505Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T09:58:43.506Z] Removing intermediate container 2d9305933095 [2021-02-05T09:58:43.506Z] ---> b656253af9e1 [2021-02-05T09:58:43.506Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T09:58:43.749Z] Removing intermediate container 89077453d1b3 [2021-02-05T09:58:43.749Z] ---> 8e169b77d0c1 [2021-02-05T09:58:43.749Z] Step 8/21 : COPY . . [2021-02-05T09:58:43.770Z] ---> b051eff4036f [2021-02-05T09:58:43.770Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T09:58:43.770Z] Removing intermediate container 6c1b5534e49e [2021-02-05T09:58:43.770Z] ---> 503285299f13 [2021-02-05T09:58:43.770Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T09:58:43.770Z] ---> Running in 2b8cf004b87c [2021-02-05T09:58:43.770Z] ---> Running in cecf78bd2f00 [2021-02-05T09:58:43.770Z] ---> Running in 812e82632d2e [2021-02-05T09:58:44.028Z] Removing intermediate container ee5cdecc461a [2021-02-05T09:58:44.028Z] ---> c7d7de1aee31 [2021-02-05T09:58:44.028Z] Step 8/22 : COPY . . [2021-02-05T09:58:44.047Z] ---> Running in ba5d60fc917f [2021-02-05T09:58:44.047Z] Removing intermediate container c9151e6c0746 [2021-02-05T09:58:44.047Z] ---> bd0fd02d5bd7 [2021-02-05T09:58:44.047Z] Step 22/22 : LABEL version=2.0.0-dev.80 [2021-02-05T09:58:44.309Z] ---> Running in 3cf13c4bef1e [2021-02-05T09:58:44.309Z] Removing intermediate container cecf78bd2f00 [2021-02-05T09:58:44.309Z] ---> 222e763e23b0 [2021-02-05T09:58:44.309Z] Step 20/21 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T09:58:44.309Z] Removing intermediate container 812e82632d2e [2021-02-05T09:58:44.309Z] ---> 57ad5ef38385 [2021-02-05T09:58:44.309Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T09:58:44.309Z] Removing intermediate container ba5d60fc917f [2021-02-05T09:58:44.309Z] ---> f2a671235d61 [2021-02-05T09:58:44.309Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T09:58:44.573Z] ---> Running in 4ce47ba31af4 [2021-02-05T09:58:44.573Z] ---> Running in 7d84de80b8c9 [2021-02-05T09:58:44.573Z] ---> Running in b76e957569c9 [2021-02-05T09:58:44.573Z] Removing intermediate container 3cf13c4bef1e [2021-02-05T09:58:44.573Z] ---> 42a112d851d7 [2021-02-05T09:58:44.573Z] [2021-02-05T09:58:44.836Z] Removing intermediate container 4ce47ba31af4 [2021-02-05T09:58:44.836Z] ---> 61f4324d2bba [2021-02-05T09:58:44.836Z] Step 21/21 : LABEL version=2.0.0-dev.80 [2021-02-05T09:58:44.836Z] Successfully built 42a112d851d7 [2021-02-05T09:58:45.080Z] Removing intermediate container c7bfa6f5e644 [2021-02-05T09:58:45.080Z] ---> 7a4a179bfd77 [2021-02-05T09:58:45.080Z] Step 8/23 : COPY . . [2021-02-05T09:58:45.098Z] Removing intermediate container 7d84de80b8c9 [2021-02-05T09:58:45.098Z] ---> 88c8fd79798d [2021-02-05T09:58:45.098Z] Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T09:58:45.098Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T09:58:45.098Z] Removing intermediate container b76e957569c9 [2021-02-05T09:58:45.098Z] ---> dc0973d3753c [2021-02-05T09:58:45.098Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T09:58:45.098Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-05T09:58:45.357Z] Removing intermediate container 87174c6ef8a8 [2021-02-05T09:58:45.357Z] ---> 1df56a78a9fa [2021-02-05T09:58:45.357Z] Step 8/26 : COPY . . [2021-02-05T09:58:45.360Z] ---> Running in b355186f6df8 [2021-02-05T09:58:45.360Z] ---> Running in 0a68de874239 [2021-02-05T09:58:45.360Z] ---> Running in c4d6527d518c [2021-02-05T09:58:45.360Z] Removing intermediate container 2b8cf004b87c [2021-02-05T09:58:45.360Z] ---> 1c71b68c9b7f [2021-02-05T09:58:45.360Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T09:58:45.623Z] ---> Running in fa48129c883f [2021-02-05T09:58:45.623Z] Removing intermediate container b355186f6df8 [2021-02-05T09:58:45.623Z] ---> 3999719fe6e9 [2021-02-05T09:58:45.623Z] [2021-02-05T09:58:45.623Z] Removing intermediate container 0a68de874239 [2021-02-05T09:58:45.623Z] ---> b292123832d4 [2021-02-05T09:58:45.623Z] Step 22/22 : LABEL version=2.0.0-dev.80 [2021-02-05T09:58:45.623Z] Removing intermediate container c4d6527d518c [2021-02-05T09:58:45.623Z] ---> 716491438c35 [2021-02-05T09:58:45.623Z] Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T09:58:45.885Z] Successfully built 3999719fe6e9 [2021-02-05T09:58:45.885Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T09:58:45.885Z] Building docker-sys-mgmt-agent-go [2021-02-05T09:58:45.975Z] Removing intermediate container d93d66eb500e [2021-02-05T09:58:45.975Z] ---> e2acf9948f80 [2021-02-05T09:58:45.975Z] Step 8/24 : COPY . . [2021-02-05T09:58:46.149Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 52bca4519c9f [2021-02-05T09:58:46.149Z] ---> Running in 1c2d60cab8f4 [2021-02-05T09:58:46.412Z] Removing intermediate container fa48129c883f [2021-02-05T09:58:46.412Z] ---> e80b7e7211f7 [2021-02-05T09:58:46.412Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T09:58:48.975Z] ---> Running in bd34d67d1be4 [2021-02-05T09:58:48.975Z] Removing intermediate container 52bca4519c9f [2021-02-05T09:58:48.975Z] ---> 531fdcdf0770 [2021-02-05T09:58:48.975Z] [2021-02-05T09:58:48.975Z] Removing intermediate container 1c2d60cab8f4 [2021-02-05T09:58:48.975Z] ---> ce25143e6854 [2021-02-05T09:58:48.975Z] Step 23/23 : LABEL version=2.0.0-dev.80 [2021-02-05T09:58:48.975Z] Successfully built 531fdcdf0770 [2021-02-05T09:58:49.550Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T09:58:49.550Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-05T09:58:49.550Z] Removing intermediate container bd34d67d1be4 [2021-02-05T09:58:49.550Z] ---> b310113d4eb6 [2021-02-05T09:58:49.550Z] Step 23/24 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T09:58:52.870Z] ---> Running in 1b15b61202b9 [2021-02-05T09:58:53.845Z] ---> Running in b08dbebf09f3 [2021-02-05T09:58:54.445Z] Removing intermediate container 1b15b61202b9 [2021-02-05T09:58:54.445Z] ---> 85f577bd9020 [2021-02-05T09:58:54.445Z] [2021-02-05T09:58:55.035Z] Successfully built 85f577bd9020 [2021-02-05T09:58:55.617Z] Successfully tagged docker-core-command-go:latest [2021-02-05T09:58:55.617Z] Building docker-security-bootstrapper-go [2021-02-05T09:58:58.195Z]  Building docker-core-command-go ... done Removing intermediate container b08dbebf09f3 [2021-02-05T09:58:58.195Z] ---> ae65bca0b11b [2021-02-05T09:58:58.195Z] Step 24/24 : LABEL version=2.0.0-dev.80 [2021-02-05T09:59:04.319Z] ---> e257c9ac5a71 [2021-02-05T09:59:04.319Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T09:59:04.319Z] ---> 0c677cae984d [2021-02-05T09:59:04.319Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T09:59:04.319Z] ---> cba95227aae7 [2021-02-05T09:59:04.319Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T09:59:04.319Z] ---> 5d5cd95279ea [2021-02-05T09:59:04.319Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T09:59:04.319Z] ---> 83bda7749a5d [2021-02-05T09:59:04.319Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T09:59:04.594Z] ---> Running in 52e20c9eed66 [2021-02-05T09:59:04.594Z] ---> Running in 6fce1d24241d [2021-02-05T09:59:04.868Z] ---> Running in 9774bd14dcbe [2021-02-05T09:59:04.868Z] ---> Running in 44854b22352a [2021-02-05T09:59:04.868Z] ---> Running in fbeb08339c32 [2021-02-05T09:59:06.527Z] ---> Running in e0fef04661bc [2021-02-05T09:59:06.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T09:59:06.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T09:59:07.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T09:59:07.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T09:59:07.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T09:59:08.032Z] Removing intermediate container e0fef04661bc [2021-02-05T09:59:08.032Z] ---> c187153f6909 [2021-02-05T09:59:08.032Z] [2021-02-05T09:59:08.032Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:59:08.032Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:59:08.032Z] ---> 2d0cd485482c [2021-02-05T09:59:08.032Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T09:59:08.032Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:59:08.032Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:59:08.033Z] ---> 2d0cd485482c [2021-02-05T09:59:08.033Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T09:59:08.033Z] ---> Using cache [2021-02-05T09:59:08.033Z] ---> 15ee8d8aaf81 [2021-02-05T09:59:08.033Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:59:08.033Z] ---> Using cache [2021-02-05T09:59:08.033Z] ---> 15ee8d8aaf81 [2021-02-05T09:59:08.033Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:59:08.033Z] ---> Using cache [2021-02-05T09:59:08.033Z] ---> 9305f1612b68 [2021-02-05T09:59:08.033Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T09:59:08.033Z] ---> Using cache [2021-02-05T09:59:08.033Z] ---> 9305f1612b68 [2021-02-05T09:59:08.033Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T09:59:08.033Z] Successfully built c187153f6909 [2021-02-05T09:59:08.296Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T09:59:09.698Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 4e0bcd6da501 [2021-02-05T09:59:09.698Z] ---> Running in 2dd906efabaf [2021-02-05T09:59:12.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:59:12.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:59:12.276Z] ---> 2d0cd485482c [2021-02-05T09:59:12.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T09:59:12.276Z] ---> Using cache [2021-02-05T09:59:12.276Z] ---> 15ee8d8aaf81 [2021-02-05T09:59:12.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:59:12.276Z] ---> Using cache [2021-02-05T09:59:12.276Z] ---> 9305f1612b68 [2021-02-05T09:59:12.276Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T09:59:12.276Z] ---> Using cache [2021-02-05T09:59:12.276Z] ---> 741d33709112 [2021-02-05T09:59:12.276Z] Step 6/23 : COPY go.mod . [2021-02-05T09:59:12.276Z] ---> Using cache [2021-02-05T09:59:12.276Z] ---> cc424be60001 [2021-02-05T09:59:12.276Z] Step 7/23 : RUN go mod download [2021-02-05T09:59:12.276Z] ---> Using cache [2021-02-05T09:59:12.276Z] ---> 530f6cbbfe61 [2021-02-05T09:59:12.276Z] Step 8/23 : COPY . . [2021-02-05T09:59:12.276Z] ---> Using cache [2021-02-05T09:59:12.276Z] ---> 68d0bc2496a9 [2021-02-05T09:59:12.276Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T09:59:13.251Z] ---> Running in be83ca137f07 [2021-02-05T09:59:13.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:59:13.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:59:14.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:59:14.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T09:59:14.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:59:15.392Z] OK: 233 MiB in 51 packages [2021-02-05T09:59:15.392Z] OK: 233 MiB in 51 packages [2021-02-05T09:59:18.118Z] Removing intermediate container 4e0bcd6da501 [2021-02-05T09:59:18.118Z] ---> 5c0f403e4d0e [2021-02-05T09:59:18.118Z] Step 6/23 : COPY go.mod . [2021-02-05T09:59:18.400Z] Removing intermediate container 2dd906efabaf [2021-02-05T09:59:18.400Z] ---> e3fa249e6aa4 [2021-02-05T09:59:18.400Z] Step 6/26 : COPY go.mod . [2021-02-05T09:59:18.670Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T09:59:18.670Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T09:59:18.670Z] ---> 2d0cd485482c [2021-02-05T09:59:18.670Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T09:59:18.670Z] ---> Using cache [2021-02-05T09:59:18.670Z] ---> 15ee8d8aaf81 [2021-02-05T09:59:18.670Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T09:59:18.670Z] ---> Using cache [2021-02-05T09:59:18.670Z] ---> 9305f1612b68 [2021-02-05T09:59:18.670Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T09:59:18.670Z] ---> Using cache [2021-02-05T09:59:18.670Z] ---> 741d33709112 [2021-02-05T09:59:18.670Z] Step 6/31 : COPY go.mod . [2021-02-05T09:59:18.670Z] ---> Using cache [2021-02-05T09:59:18.670Z] ---> cc424be60001 [2021-02-05T09:59:18.670Z] Step 7/31 : RUN go mod download [2021-02-05T09:59:18.670Z] ---> Using cache [2021-02-05T09:59:18.670Z] ---> 530f6cbbfe61 [2021-02-05T09:59:18.670Z] Step 8/31 : COPY . . [2021-02-05T09:59:18.670Z] ---> Using cache [2021-02-05T09:59:18.670Z] ---> 68d0bc2496a9 [2021-02-05T09:59:18.670Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T09:59:19.647Z] ---> 0db2e7ffcc6f [2021-02-05T09:59:19.648Z] Step 7/26 : RUN go mod download [2021-02-05T09:59:19.648Z] ---> Running in 8748657b5b5a [2021-02-05T09:59:19.648Z] ---> 4e603a6a5b90 [2021-02-05T09:59:19.648Z] Step 7/23 : RUN go mod download [2021-02-05T09:59:19.648Z] ---> Running in d3cf4330099e [2021-02-05T09:59:19.926Z] ---> Running in ef6fbbf182e5 [2021-02-05T09:59:20.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T09:59:22.862Z] Removing intermediate container d3cf4330099e [2021-02-05T09:59:22.862Z] ---> 04d3d83ae66e [2021-02-05T09:59:22.862Z] Step 8/26 : COPY . . [2021-02-05T09:59:22.862Z] Removing intermediate container ef6fbbf182e5 [2021-02-05T09:59:22.862Z] ---> ecd28d796609 [2021-02-05T09:59:22.862Z] Step 8/23 : COPY . . [2021-02-05T09:59:41.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T09:59:51.315Z] Removing intermediate container be83ca137f07 [2021-02-05T09:59:51.315Z] ---> dbab5b1651e4 [2021-02-05T09:59:51.315Z] [2021-02-05T09:59:51.315Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T09:59:51.315Z] ---> 389fef711851 [2021-02-05T09:59:51.315Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T09:59:51.315Z] ---> Using cache [2021-02-05T09:59:51.315Z] ---> 9ffa6ec88d51 [2021-02-05T09:59:51.315Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T09:59:51.315Z] ---> Using cache [2021-02-05T09:59:51.315Z] ---> d8395dcd029a [2021-02-05T09:59:51.315Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T09:59:51.899Z] ---> 5f811f5c8940 [2021-02-05T09:59:51.899Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T09:59:52.476Z] ---> Running in 5881d3e7520e [2021-02-05T09:59:53.051Z] ---> Running in 17e4dadffc32 [2021-02-05T09:59:53.313Z] ---> 9686b70b1e4f [2021-02-05T09:59:53.313Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T09:59:53.313Z] Removing intermediate container 8748657b5b5a [2021-02-05T09:59:53.313Z] ---> c133ce82b646 [2021-02-05T09:59:53.313Z] [2021-02-05T09:59:53.313Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T09:59:53.313Z] ---> 389fef711851 [2021-02-05T09:59:53.313Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T09:59:53.313Z] Removing intermediate container 5881d3e7520e [2021-02-05T09:59:53.313Z] ---> 85009d5f296c [2021-02-05T09:59:53.313Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T09:59:53.577Z] ---> Running in 78f1f4e56ecf [2021-02-05T09:59:53.577Z] ---> Running in bd8c729480ca [2021-02-05T09:59:53.577Z] ---> Running in e4357bde39ae [2021-02-05T09:59:53.843Z] Removing intermediate container bd8c729480ca [2021-02-05T09:59:53.843Z] ---> 0ccee6b05ab3 [2021-02-05T09:59:53.843Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T09:59:53.843Z] Removing intermediate container e4357bde39ae [2021-02-05T09:59:53.843Z] ---> 5a3e6db3fc21 [2021-02-05T09:59:53.843Z] Step 15/23 : WORKDIR / [2021-02-05T09:59:53.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T09:59:54.114Z] ---> Running in 21eaf35c6c10 [2021-02-05T09:59:54.114Z] ---> Running in 380e6c5eb194 [2021-02-05T09:59:54.114Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T09:59:54.393Z] Removing intermediate container 380e6c5eb194 [2021-02-05T09:59:54.393Z] ---> 9d76df29e93b [2021-02-05T09:59:54.393Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T09:59:54.664Z] ---> cb3203811028 [2021-02-05T09:59:54.664Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T09:59:54.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T09:59:54.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T09:59:55.195Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T09:59:55.195Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T09:59:55.195Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T09:59:55.195Z] OK: 6 MiB in 16 packages [2021-02-05T09:59:55.790Z] ---> 1bc6ba01876c [2021-02-05T09:59:55.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T09:59:56.378Z] ---> bb751a6289e9 [2021-02-05T09:59:56.378Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T09:59:56.378Z] Removing intermediate container 21eaf35c6c10 [2021-02-05T09:59:56.378Z] ---> 868cfce0f81e [2021-02-05T09:59:56.378Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T09:59:56.378Z] ---> Running in cdd10f2ed4cb [2021-02-05T09:59:56.648Z] ---> Running in ae3311b27e79 [2021-02-05T09:59:56.920Z] Removing intermediate container cdd10f2ed4cb [2021-02-05T09:59:56.920Z] ---> 067dedddb19e [2021-02-05T09:59:56.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T09:59:57.196Z] Removing intermediate container ae3311b27e79 [2021-02-05T09:59:57.196Z] ---> 9158c316159e [2021-02-05T09:59:57.196Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T09:59:57.196Z] ---> Running in f0a2eb891943 [2021-02-05T09:59:57.471Z] ---> Running in fa3014b9bd24 [2021-02-05T09:59:57.744Z] Removing intermediate container f0a2eb891943 [2021-02-05T09:59:57.744Z] ---> fa49002b3c49 [2021-02-05T09:59:57.744Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T09:59:57.744Z] Removing intermediate container fa3014b9bd24 [2021-02-05T09:59:57.744Z] ---> 9989a6d8d393 [2021-02-05T09:59:57.744Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T09:59:57.744Z] ---> Running in e6a108f55e68 [2021-02-05T09:59:58.013Z] ---> Running in 67961d2dfc18 [2021-02-05T09:59:58.285Z] Removing intermediate container e6a108f55e68 [2021-02-05T09:59:58.285Z] ---> 358c63d09f61 [2021-02-05T09:59:58.285Z] Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T09:59:58.285Z] ---> Running in 616a8558f305 [2021-02-05T09:59:59.265Z] Removing intermediate container 616a8558f305 [2021-02-05T09:59:59.265Z] ---> 34470560e57b [2021-02-05T09:59:59.265Z] Step 23/23 : LABEL version=2.0.0-dev.80 [2021-02-05T09:59:59.265Z] ---> Running in 1a4c0c554b51 [2021-02-05T09:59:59.543Z] Removing intermediate container 1a4c0c554b51 [2021-02-05T09:59:59.544Z] ---> 56f00a69a6e8 [2021-02-05T09:59:59.544Z] [2021-02-05T09:59:59.816Z] Successfully built 56f00a69a6e8 [2021-02-05T10:00:00.085Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T10:00:00.085Z] Removing intermediate container 67961d2dfc18 [2021-02-05T10:00:00.085Z] ---> cc2e28108556 [2021-02-05T10:00:00.085Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T10:00:00.085Z]  Building docker-core-metadata-go ... done  ---> Running in 641098daafcc [2021-02-05T10:00:00.358Z] Removing intermediate container 641098daafcc [2021-02-05T10:00:00.358Z] ---> 60e6a4ec84c8 [2021-02-05T10:00:00.358Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T10:00:00.961Z] ---> e49a90d95acc [2021-02-05T10:00:00.961Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T10:00:00.961Z] ---> Running in 585fd4b677eb [2021-02-05T10:00:03.614Z] Removing intermediate container 585fd4b677eb [2021-02-05T10:00:03.614Z] ---> 82b0ae50a8fb [2021-02-05T10:00:03.614Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:00:03.897Z] ---> 89efee11423a [2021-02-05T10:00:03.898Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T10:00:04.888Z] ---> bb1078bd5f7d [2021-02-05T10:00:04.888Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T10:00:05.873Z] ---> 52c5426f32a8 [2021-02-05T10:00:05.873Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T10:00:06.870Z] ---> 566a18ec1461 [2021-02-05T10:00:06.871Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T10:00:07.455Z] ---> d02b1711112a [2021-02-05T10:00:07.455Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T10:00:07.737Z] ---> Running in 6483c64056bf [2021-02-05T10:00:08.030Z] Removing intermediate container 6483c64056bf [2021-02-05T10:00:08.030Z] ---> 31bae7d073c8 [2021-02-05T10:00:08.031Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T10:00:08.640Z] ---> 722a4deda4e3 [2021-02-05T10:00:08.640Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T10:00:08.917Z] ---> Running in f2c261e0f587 [2021-02-05T10:00:10.867Z] Removing intermediate container 17e4dadffc32 [2021-02-05T10:00:10.867Z] ---> f36c3dea46cc [2021-02-05T10:00:10.867Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T10:00:10.867Z] ---> Running in bb00e7467cdf [2021-02-05T10:00:11.130Z] Removing intermediate container f2c261e0f587 [2021-02-05T10:00:11.130Z] ---> 6b6f6aa532b6 [2021-02-05T10:00:11.130Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T10:00:12.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T10:00:12.525Z] ---> Running in 75b6ad9f72f0 [2021-02-05T10:00:12.797Z] Removing intermediate container 75b6ad9f72f0 [2021-02-05T10:00:12.797Z] ---> 9061e9b35c3b [2021-02-05T10:00:12.797Z] Step 28/31 : CMD ["gate"] [2021-02-05T10:00:13.063Z] ---> Running in 3d0d1c6faab7 [2021-02-05T10:00:13.325Z] Removing intermediate container 3d0d1c6faab7 [2021-02-05T10:00:13.325Z] ---> 17809ab260d7 [2021-02-05T10:00:13.325Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T10:00:14.274Z] ---> Running in a6740bb4bde9 [2021-02-05T10:00:14.274Z] Removing intermediate container bb00e7467cdf [2021-02-05T10:00:14.274Z] ---> 72f492561bf9 [2021-02-05T10:00:14.274Z] [2021-02-05T10:00:14.274Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T10:00:14.542Z] 20.10.0: Pulling from library/docker [2021-02-05T10:00:15.499Z] Removing intermediate container 78f1f4e56ecf [2021-02-05T10:00:15.499Z] ---> ed01e2bfcc56 [2021-02-05T10:00:15.499Z] [2021-02-05T10:00:15.499Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T10:00:15.500Z] ---> 389fef711851 [2021-02-05T10:00:15.500Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T10:00:16.074Z] Removing intermediate container a6740bb4bde9 [2021-02-05T10:00:16.074Z] ---> 8af698dcc058 [2021-02-05T10:00:16.074Z] Step 30/31 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:00:16.336Z] ---> Running in 603deb484f59 [2021-02-05T10:00:16.604Z] ---> Running in e742a409b41e [2021-02-05T10:00:16.604Z] Removing intermediate container 603deb484f59 [2021-02-05T10:00:16.604Z] ---> c463eb73fca8 [2021-02-05T10:00:16.604Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T10:00:16.604Z] ---> Running in 1d4b60b92846 [2021-02-05T10:00:16.604Z] Removing intermediate container e742a409b41e [2021-02-05T10:00:16.604Z] ---> 00979a3c42a7 [2021-02-05T10:00:16.604Z] Step 31/31 : LABEL version=2.0.0-dev.80 [2021-02-05T10:00:16.873Z] ---> Running in 0e18b086ed18 [2021-02-05T10:00:17.137Z] Removing intermediate container 1d4b60b92846 [2021-02-05T10:00:17.137Z] ---> 2a9c3b43ce43 [2021-02-05T10:00:17.137Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T10:00:17.137Z] ---> Running in c374493d112f [2021-02-05T10:00:17.137Z] Removing intermediate container 0e18b086ed18 [2021-02-05T10:00:17.137Z] ---> 925b1996ed11 [2021-02-05T10:00:17.137Z] [2021-02-05T10:00:17.401Z] Successfully built 925b1996ed11 [2021-02-05T10:00:17.401Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T10:00:17.672Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c374493d112f [2021-02-05T10:00:17.672Z] ---> ddfcd113d538 [2021-02-05T10:00:17.672Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T10:00:17.672Z] ---> Running in cd5d110b2508 [2021-02-05T10:00:19.083Z] Removing intermediate container cd5d110b2508 [2021-02-05T10:00:19.083Z] ---> e1c02c6a7a74 [2021-02-05T10:00:19.083Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T10:00:19.347Z] ---> Running in f22a1aaa2df0 [2021-02-05T10:00:19.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:19.872Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T10:00:19.872Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T10:00:19.872Z] ---> aefe523efa57 [2021-02-05T10:00:19.872Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T10:00:19.872Z] ---> Running in 6d1094fdb99a [2021-02-05T10:00:20.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:20.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:20.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:20.453Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T10:00:20.453Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T10:00:20.453Z] Executing bash-5.0.17-r0.post-install [2021-02-05T10:00:20.453Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:00:20.453Z] OK: 12 MiB in 22 packages [2021-02-05T10:00:21.032Z] Removing intermediate container 6d1094fdb99a [2021-02-05T10:00:21.032Z] ---> ab8aa58bc2b8 [2021-02-05T10:00:21.032Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T10:00:21.032Z] ---> Running in 5166cb4cd438 [2021-02-05T10:00:21.294Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T10:00:21.294Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T10:00:21.294Z] Removing intermediate container 5166cb4cd438 [2021-02-05T10:00:21.294Z] ---> 0087ac14211b [2021-02-05T10:00:21.294Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T10:00:21.294Z] ---> Running in f3474593b419 [2021-02-05T10:00:21.294Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T10:00:21.557Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T10:00:21.557Z] Removing intermediate container f3474593b419 [2021-02-05T10:00:21.557Z] ---> 1b8509cd9562 [2021-02-05T10:00:21.557Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T10:00:21.557Z] ---> Running in 9a67fda9239d [2021-02-05T10:00:21.821Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T10:00:21.821Z] Removing intermediate container 9a67fda9239d [2021-02-05T10:00:21.821Z] ---> dbfd2bec59e2 [2021-02-05T10:00:21.821Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T10:00:21.821Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T10:00:21.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:00:21.821Z] OK: 8 MiB in 20 packages [2021-02-05T10:00:22.415Z] ---> 80395d26edb8 [2021-02-05T10:00:22.415Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T10:00:22.679Z] Removing intermediate container f22a1aaa2df0 [2021-02-05T10:00:22.679Z] ---> b0e6e797b894 [2021-02-05T10:00:22.679Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:00:22.679Z] ---> aeaf16324a37 [2021-02-05T10:00:22.679Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T10:00:23.640Z] ---> 28255f77ab8f [2021-02-05T10:00:23.640Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T10:00:23.640Z] ---> 5e89d161b743 [2021-02-05T10:00:23.640Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T10:00:23.640Z] ---> Running in a650da0bfc71 [2021-02-05T10:00:24.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:24.222Z] ---> 4aaac2fcf7eb [2021-02-05T10:00:24.222Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T10:00:24.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:24.222Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T10:00:24.222Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T10:00:24.222Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T10:00:24.222Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T10:00:24.222Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T10:00:24.222Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T10:00:24.489Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T10:00:24.490Z] ---> 554f33971cc6 [2021-02-05T10:00:24.490Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T10:00:27.050Z] ---> Running in fcc5a99712af [2021-02-05T10:00:27.050Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T10:00:27.050Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T10:00:27.050Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T10:00:27.050Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T10:00:27.050Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T10:00:27.051Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T10:00:27.051Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T10:00:27.626Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T10:00:27.626Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T10:00:27.888Z] Removing intermediate container fcc5a99712af [2021-02-05T10:00:27.888Z] ---> 823a63a70889 [2021-02-05T10:00:27.888Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:00:27.888Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T10:00:28.465Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T10:00:28.465Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T10:00:28.465Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T10:00:28.730Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T10:00:28.730Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T10:00:28.730Z] ---> Running in f2ec7573fe0f [2021-02-05T10:00:28.730Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T10:00:28.730Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T10:00:28.730Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T10:00:28.730Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T10:00:28.993Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T10:00:28.993Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T10:00:28.993Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T10:00:28.993Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T10:00:28.993Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T10:00:29.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T10:00:29.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T10:00:29.567Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T10:00:29.567Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T10:00:29.567Z] Removing intermediate container f2ec7573fe0f [2021-02-05T10:00:29.567Z] ---> ce26c4b589b8 [2021-02-05T10:00:29.567Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T10:00:30.516Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:00:30.516Z] OK: 71 MiB in 55 packages [2021-02-05T10:00:30.516Z] ---> Running in 4b9ff84f9b65 [2021-02-05T10:00:30.783Z] Removing intermediate container 4b9ff84f9b65 [2021-02-05T10:00:30.783Z] ---> bd92f9bf3606 [2021-02-05T10:00:30.783Z] Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:00:30.783Z] ---> Running in 47e45510cad5 [2021-02-05T10:00:31.046Z] Removing intermediate container 47e45510cad5 [2021-02-05T10:00:31.046Z] ---> e159a08411c4 [2021-02-05T10:00:31.046Z] Step 23/23 : LABEL version=2.0.0-dev.80 [2021-02-05T10:00:31.310Z] ---> Running in 7121e14e6d70 [2021-02-05T10:00:33.866Z] Removing intermediate container 7121e14e6d70 [2021-02-05T10:00:33.866Z] ---> 4b7db2108dfe [2021-02-05T10:00:33.866Z] [2021-02-05T10:00:34.129Z] Successfully built 4b7db2108dfe [2021-02-05T10:00:35.523Z] Successfully tagged docker-core-data-go:latest [2021-02-05T10:00:35.523Z]  Building docker-core-data-go ... done Removing intermediate container a650da0bfc71 [2021-02-05T10:00:35.523Z] ---> e22cfee44e9d [2021-02-05T10:00:35.523Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T10:00:35.787Z] ---> Running in 63906db2e4c2 [2021-02-05T10:00:37.188Z] Collecting docker-compose==1.23.2 [2021-02-05T10:00:37.188Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T10:00:37.188Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T10:00:37.188Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T10:00:37.458Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T10:00:37.458Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T10:00:38.038Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T10:00:38.038Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T10:00:38.038Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T10:00:38.038Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T10:00:38.304Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T10:00:38.879Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T10:00:38.879Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T10:00:38.879Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T10:00:38.879Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T10:00:39.456Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T10:00:39.477Z] Removing intermediate container 44854b22352a [2021-02-05T10:00:39.477Z] ---> 09a80b9794e6 [2021-02-05T10:00:39.477Z] [2021-02-05T10:00:39.477Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T10:00:39.477Z] 3.12: Pulling from library/alpine [2021-02-05T10:00:40.505Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T10:00:40.798Z] Collecting PyYAML<4,>=3.10 [2021-02-05T10:00:40.798Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T10:00:41.492Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T10:00:41.492Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T10:00:41.492Z] ---> afeebe901d6b [2021-02-05T10:00:41.492Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T10:00:41.862Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T10:00:41.862Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T10:00:41.862Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T10:00:41.862Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T10:00:42.123Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T10:00:42.123Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T10:00:42.123Z] 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-02-05T10:00:42.123Z] Collecting idna<2.8,>=2.5 [2021-02-05T10:00:42.123Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T10:00:42.123Z] 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-02-05T10:00:42.123Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T10:00:42.123Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T10:00:42.123Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T10:00:42.123Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T10:00:42.394Z] Installing collected packages: cached-property, texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose [2021-02-05T10:00:42.394Z] Running setup.py install for texttable: started [2021-02-05T10:00:42.947Z] ---> Running in 443f19216f84 [2021-02-05T10:00:42.969Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T10:00:42.970Z] Attempting uninstall: urllib3 [2021-02-05T10:00:42.970Z] Found existing installation: urllib3 1.25.9 [2021-02-05T10:00:42.970Z] Uninstalling urllib3-1.25.9: [2021-02-05T10:00:42.970Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T10:00:43.232Z] Attempting uninstall: idna [2021-02-05T10:00:43.232Z] Found existing installation: idna 2.9 [2021-02-05T10:00:43.232Z] Uninstalling idna-2.9: [2021-02-05T10:00:43.232Z] Successfully uninstalled idna-2.9 [2021-02-05T10:00:43.495Z] Attempting uninstall: requests [2021-02-05T10:00:43.495Z] Found existing installation: requests 2.23.0 [2021-02-05T10:00:43.495Z] Uninstalling requests-2.23.0: [2021-02-05T10:00:43.495Z] Successfully uninstalled requests-2.23.0 [2021-02-05T10:00:43.551Z] Removing intermediate container fbeb08339c32 [2021-02-05T10:00:43.551Z] ---> 39bcab90fd19 [2021-02-05T10:00:43.551Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T10:00:43.551Z] Removing intermediate container 6fce1d24241d [2021-02-05T10:00:43.551Z] ---> c16296d927f4 [2021-02-05T10:00:43.551Z] [2021-02-05T10:00:43.551Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T10:00:43.551Z] ---> afeebe901d6b [2021-02-05T10:00:43.551Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T10:00:43.757Z] Running setup.py install for dockerpty: started [2021-02-05T10:00:43.850Z] ---> Running in 69029764cd51 [2021-02-05T10:00:44.125Z] ---> Running in 3fce239aac86 [2021-02-05T10:00:44.334Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T10:00:44.334Z] Running setup.py install for docopt: started [2021-02-05T10:00:44.909Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T10:00:44.909Z] Running setup.py install for PyYAML: started [2021-02-05T10:00:45.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:00:45.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:00:45.487Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T10:00:45.754Z] 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-02-05T10:00:46.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T10:00:46.010Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T10:00:46.281Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T10:00:46.281Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T10:00:46.281Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T10:00:46.281Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T10:00:46.281Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:00:46.281Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T10:00:46.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:00:46.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:00:46.557Z] OK: 7 MiB in 19 packages [2021-02-05T10:00:47.169Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T10:00:47.169Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T10:00:47.169Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T10:00:47.169Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T10:00:47.169Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:00:47.169Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T10:00:47.448Z] OK: 7 MiB in 18 packages [2021-02-05T10:00:49.089Z] Removing intermediate container 63906db2e4c2 [2021-02-05T10:00:49.089Z] ---> 07235dedaeff [2021-02-05T10:00:49.089Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T10:00:49.089Z] ---> Running in 0d20e24c8397 [2021-02-05T10:00:49.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:49.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T10:00:49.946Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T10:00:49.946Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T10:00:49.946Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T10:00:49.946Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:00:49.946Z] OK: 72 MiB in 58 packages [2021-02-05T10:00:50.523Z] Removing intermediate container 0d20e24c8397 [2021-02-05T10:00:50.523Z] ---> 0b804d85570f [2021-02-05T10:00:50.523Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T10:00:50.523Z] ---> Running in 73b6a2494b06 [2021-02-05T10:00:50.523Z] Removing intermediate container 73b6a2494b06 [2021-02-05T10:00:50.523Z] ---> 30896da89820 [2021-02-05T10:00:50.523Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:00:50.791Z] ---> Running in 464127051a30 [2021-02-05T10:00:50.791Z] Removing intermediate container 464127051a30 [2021-02-05T10:00:50.791Z] ---> 2012dcdc75b2 [2021-02-05T10:00:50.791Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T10:00:50.791Z] ---> Running in 3fd3749e2b0f [2021-02-05T10:00:51.060Z] Removing intermediate container 3fd3749e2b0f [2021-02-05T10:00:51.060Z] ---> c780379127e0 [2021-02-05T10:00:51.060Z] Step 25/26 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:00:51.060Z] ---> Running in 1b014f21bf33 [2021-02-05T10:00:51.327Z] Removing intermediate container 1b014f21bf33 [2021-02-05T10:00:51.327Z] ---> c1ec1389f45b [2021-02-05T10:00:51.327Z] Step 26/26 : LABEL version=2.0.0-dev.80 [2021-02-05T10:00:51.327Z] ---> Running in fd9a3a246e88 [2021-02-05T10:00:51.594Z] Removing intermediate container fd9a3a246e88 [2021-02-05T10:00:51.594Z] ---> d3d86eb8b72f [2021-02-05T10:00:51.594Z] [2021-02-05T10:00:51.594Z] Successfully built d3d86eb8b72f [2021-02-05T10:00:51.594Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T10:00:51.810Z] Removing intermediate container 443f19216f84 [2021-02-05T10:00:51.810Z] ---> 5e38b1464f3e [2021-02-05T10:00:51.810Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T10:00:51.810Z] Removing intermediate container 3fce239aac86 [2021-02-05T10:00:51.810Z] ---> cfe684444105 [2021-02-05T10:00:51.810Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T10:00:51.810Z] ---> Running in 2a680b536cb0 [2021-02-05T10:00:51.810Z] Removing intermediate container 52e20c9eed66 [2021-02-05T10:00:51.810Z] ---> 36f10e0b2fbb [2021-02-05T10:00:51.810Z] [2021-02-05T10:00:51.810Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T10:00:51.810Z] ---> afeebe901d6b [2021-02-05T10:00:51.810Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T10:00:51.810Z] ---> Running in f484818a5e84 [2021-02-05T10:00:52.082Z] Removing intermediate container 69029764cd51 [2021-02-05T10:00:52.082Z] ---> d406ec6c72bf [2021-02-05T10:00:52.082Z] [2021-02-05T10:00:52.082Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T10:00:52.082Z] ---> Running in 989908d861f2 [2021-02-05T10:00:52.082Z] 20.10.0: Pulling from library/docker [2021-02-05T10:00:52.082Z] Removing intermediate container 2a680b536cb0 [2021-02-05T10:00:52.082Z] ---> d543dd7feaf9 [2021-02-05T10:00:52.082Z] Step 13/24 : WORKDIR / [2021-02-05T10:00:52.575Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T10:00:52.612Z] $ docker stop --time=1 ecec8209061524d0d2d3943d065fec4347c7b36db95ccdadc959413cced09a7a [2021-02-05T10:00:52.688Z] ---> Running in 53de84dd7ff1 [2021-02-05T10:00:52.688Z] Removing intermediate container f484818a5e84 [2021-02-05T10:00:52.688Z] ---> e3dbe25ca2e1 [2021-02-05T10:00:52.688Z] Step 13/21 : WORKDIR /edgex [2021-02-05T10:00:52.966Z] ---> Running in aa4fbb8af2d8 [2021-02-05T10:00:53.599Z] Removing intermediate container 53de84dd7ff1 [2021-02-05T10:00:53.599Z] ---> e89246cd8c37 [2021-02-05T10:00:53.599Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T10:00:53.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:00:54.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:00:54.342Z] $ docker rm -f ecec8209061524d0d2d3943d065fec4347c7b36db95ccdadc959413cced09a7a [2021-02-05T10:00:54.570Z] Removing intermediate container aa4fbb8af2d8 [2021-02-05T10:00:54.570Z] ---> e5ea8761acdd [2021-02-05T10:00:54.570Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T10:00:54.884Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T10:00:54.884Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T10:00:54.884Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:00:54.884Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T10:00:54.982Z] + docker images [2021-02-05T10:00:54.982Z] + grep docker [2021-02-05T10:00:55.203Z] OK: 6 MiB in 16 packages [2021-02-05T10:00:55.254Z] docker-sys-mgmt-agent-go latest d3d86eb8b72f 4 seconds ago 313MB [2021-02-05T10:00:55.254Z] docker-core-data-go latest 4b7db2108dfe 23 seconds ago 22.3MB [2021-02-05T10:00:55.254Z] docker-security-bootstrapper-go latest 925b1996ed11 38 seconds ago 23.8MB [2021-02-05T10:00:55.254Z] docker-core-metadata-go latest 56f00a69a6e8 56 seconds ago 18.8MB [2021-02-05T10:00:55.254Z] docker-security-secretstore-setup-go latest c187153f6909 About a minute ago 24.6MB [2021-02-05T10:00:55.254Z] docker-core-command-go latest 85f577bd9020 2 minutes ago 16.9MB [2021-02-05T10:00:55.254Z] docker-support-notifications-go latest 531fdcdf0770 2 minutes ago 17.5MB [2021-02-05T10:00:55.254Z] docker-security-proxy-setup-go latest 3999719fe6e9 2 minutes ago 24.4MB [2021-02-05T10:00:55.254Z] docker-support-scheduler-go latest 42a112d851d7 2 minutes ago 17MB [2021-02-05T10:00:55.254Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-05T10:00:55.617Z] ---> 6b270c966599 [2021-02-05T10:00:55.617Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T10:00:55.988Z] provisioning config files... [2021-02-05T10:00:56.057Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config7635087424038484427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:00:56.437Z] ---> docker-login.sh [2021-02-05T10:00:56.437Z] nexus3.edgexfoundry.org:10001 [2021-02-05T10:00:56.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:00:56.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:00:56.437Z] Configure a credential helper to remove this warning. See [2021-02-05T10:00:56.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:00:56.437Z] [2021-02-05T10:00:56.437Z] Login Succeeded [2021-02-05T10:00:56.437Z] nexus3.edgexfoundry.org:10002 [2021-02-05T10:00:56.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:00:56.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:00:56.700Z] Configure a credential helper to remove this warning. See [2021-02-05T10:00:56.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:00:56.700Z] [2021-02-05T10:00:56.700Z] Login Succeeded [2021-02-05T10:00:56.700Z] nexus3.edgexfoundry.org:10003 [2021-02-05T10:00:56.741Z] ---> 3b2d5b56de83 [2021-02-05T10:00:56.741Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T10:00:56.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:00:56.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:00:56.964Z] Configure a credential helper to remove this warning. See [2021-02-05T10:00:56.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:00:56.964Z] [2021-02-05T10:00:56.964Z] Login Succeeded [2021-02-05T10:00:56.964Z] nexus3.edgexfoundry.org:10004 [2021-02-05T10:00:56.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:00:57.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:00:57.226Z] Configure a credential helper to remove this warning. See [2021-02-05T10:00:57.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:00:57.226Z] [2021-02-05T10:00:57.226Z] Login Succeeded [2021-02-05T10:00:57.226Z] docker.io [2021-02-05T10:00:57.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:00:57.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:00:57.489Z] Configure a credential helper to remove this warning. See [2021-02-05T10:00:57.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:00:57.489Z] [2021-02-05T10:00:57.489Z] Login Succeeded [2021-02-05T10:00:57.489Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T10:00:57.499Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:00:57.735Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-05T10:00:57.735Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:00:57.735Z] 2.0.0-dev.80 [2021-02-05T10:00:57.735Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:00:57.735Z] master [2021-02-05T10:00:57.735Z] ===================================================== [2021-02-05T10:00:57.738Z] ---> 01fcfb2e4ff8 [2021-02-05T10:00:57.738Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:00:58.253Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:00:58.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:00:58.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T10:00:58.583Z] a7427fadf949: Preparing [2021-02-05T10:00:58.583Z] 5a7b62567a89: Preparing [2021-02-05T10:00:58.583Z] 9576294bd65b: Preparing [2021-02-05T10:00:58.583Z] aa9ac4613142: Preparing [2021-02-05T10:00:58.583Z] 777b2c648970: Preparing [2021-02-05T10:00:58.583Z] 777b2c648970: Layer already exists [2021-02-05T10:00:58.724Z] ---> a08b2cee84a1 [2021-02-05T10:00:58.724Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T10:00:58.856Z] a7427fadf949: Pushed [2021-02-05T10:00:58.856Z] 9576294bd65b: Pushed [2021-02-05T10:00:58.856Z] aa9ac4613142: Pushed [2021-02-05T10:00:58.998Z] Removing intermediate container 989908d861f2 [2021-02-05T10:00:58.998Z] ---> 1fd9dcd95982 [2021-02-05T10:00:58.998Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T10:00:59.595Z] ---> 2a0cd117c5f8 [2021-02-05T10:00:59.595Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T10:00:59.595Z] ---> Running in 647f6c116896 [2021-02-05T10:00:59.817Z] 5a7b62567a89: Pushed [2021-02-05T10:01:00.083Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:00.198Z] Removing intermediate container 9774bd14dcbe [2021-02-05T10:01:00.198Z] ---> 28737b25c4ca [2021-02-05T10:01:00.198Z] [2021-02-05T10:01:00.198Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T10:01:00.198Z] ---> afeebe901d6b [2021-02-05T10:01:00.198Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T10:01:00.420Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:00.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.80 [2021-02-05T10:01:00.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T10:01:00.744Z] a7427fadf949: Preparing [2021-02-05T10:01:00.744Z] 5a7b62567a89: Preparing [2021-02-05T10:01:00.744Z] 9576294bd65b: Preparing [2021-02-05T10:01:00.744Z] aa9ac4613142: Preparing [2021-02-05T10:01:00.744Z] 777b2c648970: Preparing [2021-02-05T10:01:00.744Z] aa9ac4613142: Layer already exists [2021-02-05T10:01:00.744Z] a7427fadf949: Layer already exists [2021-02-05T10:01:00.744Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:00.744Z] 777b2c648970: Layer already exists [2021-02-05T10:01:00.744Z] 5a7b62567a89: Layer already exists [2021-02-05T10:01:00.744Z] 2.0.0-dev.80: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:00.791Z] ---> 110235a3579a [2021-02-05T10:01:00.791Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T10:01:01.054Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [2021-02-05T10:01:01.071Z] ---> Running in 81efe6cbe8da [Pipeline] sh [2021-02-05T10:01:01.350Z] ---> Running in 873130ab9e6b [2021-02-05T10:01:01.350Z] Removing intermediate container 647f6c116896 [2021-02-05T10:01:01.350Z] ---> d544bae8475f [2021-02-05T10:01:01.350Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T10:01:01.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:01.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T10:01:01.364Z] a7427fadf949: Preparing [2021-02-05T10:01:01.364Z] 5a7b62567a89: Preparing [2021-02-05T10:01:01.364Z] 9576294bd65b: Preparing [2021-02-05T10:01:01.364Z] aa9ac4613142: Preparing [2021-02-05T10:01:01.364Z] 777b2c648970: Preparing [2021-02-05T10:01:01.364Z] 777b2c648970: Layer already exists [2021-02-05T10:01:01.364Z] a7427fadf949: Layer already exists [2021-02-05T10:01:01.364Z] aa9ac4613142: Layer already exists [2021-02-05T10:01:01.364Z] 5a7b62567a89: Layer already exists [2021-02-05T10:01:01.364Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:01.629Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 [2021-02-05T10:01:01.630Z] ---> 2de679f1545d [2021-02-05T10:01:01.630Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:01.904Z] ---> Running in 7b19b36afe27 [2021-02-05T10:01:01.970Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:02.181Z] Removing intermediate container 873130ab9e6b [2021-02-05T10:01:02.182Z] ---> 1f831833adcc [2021-02-05T10:01:02.182Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T10:01:02.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-05T10:01:02.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T10:01:02.292Z] a7427fadf949: Preparing [2021-02-05T10:01:02.292Z] 5a7b62567a89: Preparing [2021-02-05T10:01:02.292Z] 9576294bd65b: Preparing [2021-02-05T10:01:02.292Z] aa9ac4613142: Preparing [2021-02-05T10:01:02.292Z] 777b2c648970: Preparing [2021-02-05T10:01:02.292Z] 5a7b62567a89: Layer already exists [2021-02-05T10:01:02.292Z] a7427fadf949: Layer already exists [2021-02-05T10:01:02.292Z] aa9ac4613142: Layer already exists [2021-02-05T10:01:02.292Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:02.292Z] 777b2c648970: Layer already exists [2021-02-05T10:01:02.292Z] master: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:02.522Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:02.578Z] taggedImages: [2021-02-05T10:01:02.579Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:02.579Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.80 [2021-02-05T10:01:02.579Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:02.579Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-05T10:01:02.664Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-05T10:01:02.664Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:02.664Z] 2.0.0-dev.80 [2021-02-05T10:01:02.664Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:02.664Z] master [2021-02-05T10:01:02.664Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-05T10:01:02.790Z] ---> Running in e3cd24161c5d [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:03.065Z] Removing intermediate container 7b19b36afe27 [2021-02-05T10:01:03.066Z] ---> 8e656f1b9c14 [2021-02-05T10:01:03.066Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T10:01:03.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:01:03.192Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:03.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:01:03.614Z] ---> Running in a0c54bc9767b [2021-02-05T10:01:03.890Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T10:01:03.890Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:01:03.890Z] OK: 5 MiB in 15 packages [2021-02-05T10:01:03.891Z] Removing intermediate container e3cd24161c5d [2021-02-05T10:01:03.891Z] ---> 09248be60379 [2021-02-05T10:01:03.891Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T10:01:03.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:03.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T10:01:03.982Z] a0d6022b5e5c: Preparing [2021-02-05T10:01:03.982Z] be3f1923b1d7: Preparing [2021-02-05T10:01:03.982Z] 9576294bd65b: Preparing [2021-02-05T10:01:03.982Z] 48fd0c91fb56: Preparing [2021-02-05T10:01:03.982Z] 5ed5abfaa733: Preparing [2021-02-05T10:01:03.982Z] 777b2c648970: Preparing [2021-02-05T10:01:03.982Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:04.174Z] ---> 661ae96c483d [2021-02-05T10:01:04.174Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T10:01:04.246Z] 777b2c648970: Layer already exists [2021-02-05T10:01:04.247Z] a0d6022b5e5c: Pushed [2021-02-05T10:01:04.247Z] 5ed5abfaa733: Pushed [2021-02-05T10:01:04.247Z] 48fd0c91fb56: Pushed [2021-02-05T10:01:04.450Z] ---> Running in 80fd1cc49701 [2021-02-05T10:01:04.730Z] Removing intermediate container a0c54bc9767b [2021-02-05T10:01:04.730Z] ---> b0877bc23a91 [2021-02-05T10:01:04.730Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:01:05.198Z] be3f1923b1d7: Pushed [2021-02-05T10:01:05.339Z] Removing intermediate container 80fd1cc49701 [2021-02-05T10:01:05.339Z] ---> 2f217276cfca [2021-02-05T10:01:05.339Z] Step 20/21 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e ---> c364f0f44da3 [2021-02-05T10:01:05.339Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T10:01:05.339Z] [2021-02-05T10:01:05.460Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:05.613Z] ---> Running in 82caed23d831 [2021-02-05T10:01:05.613Z] ---> Running in e843db37cce8 [2021-02-05T10:01:05.770Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:05.887Z] Removing intermediate container 81efe6cbe8da [2021-02-05T10:01:05.887Z] ---> 1e0b2270fcab [2021-02-05T10:01:05.887Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T10:01:05.887Z] ---> d47c7adf4e86 [2021-02-05T10:01:05.887Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T10:01:05.887Z] ---> Running in 65efd5043361 [2021-02-05T10:01:06.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.80 [2021-02-05T10:01:06.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T10:01:06.074Z] a0d6022b5e5c: Preparing [2021-02-05T10:01:06.074Z] be3f1923b1d7: Preparing [2021-02-05T10:01:06.074Z] 9576294bd65b: Preparing [2021-02-05T10:01:06.074Z] 48fd0c91fb56: Preparing [2021-02-05T10:01:06.074Z] 5ed5abfaa733: Preparing [2021-02-05T10:01:06.074Z] 777b2c648970: Preparing [2021-02-05T10:01:06.074Z] 777b2c648970: Waiting [2021-02-05T10:01:06.074Z] 48fd0c91fb56: Layer already exists [2021-02-05T10:01:06.074Z] a0d6022b5e5c: Layer already exists [2021-02-05T10:01:06.074Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:06.074Z] be3f1923b1d7: Layer already exists [2021-02-05T10:01:06.074Z] 5ed5abfaa733: Layer already exists [2021-02-05T10:01:06.074Z] 777b2c648970: Layer already exists [2021-02-05T10:01:06.074Z] 2.0.0-dev.80: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:06.385Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:06.491Z] Removing intermediate container e843db37cce8 [2021-02-05T10:01:06.491Z] ---> 6c0be82ae34f [2021-02-05T10:01:06.491Z] Step 21/21 : LABEL version=2.0.0-dev.80 [2021-02-05T10:01:06.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:06.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T10:01:06.688Z] a0d6022b5e5c: Preparing [2021-02-05T10:01:06.688Z] be3f1923b1d7: Preparing [2021-02-05T10:01:06.688Z] 9576294bd65b: Preparing [2021-02-05T10:01:06.688Z] 48fd0c91fb56: Preparing [2021-02-05T10:01:06.688Z] 5ed5abfaa733: Preparing [2021-02-05T10:01:06.688Z] 777b2c648970: Preparing [2021-02-05T10:01:06.688Z] 777b2c648970: Waiting [2021-02-05T10:01:06.688Z] a0d6022b5e5c: Layer already exists [2021-02-05T10:01:06.688Z] 48fd0c91fb56: Layer already exists [2021-02-05T10:01:06.688Z] be3f1923b1d7: Layer already exists [2021-02-05T10:01:06.688Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:06.688Z] 5ed5abfaa733: Layer already exists [2021-02-05T10:01:06.688Z] 777b2c648970: Layer already exists [2021-02-05T10:01:06.688Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:06.767Z] ---> Running in 548461c03f03 [2021-02-05T10:01:06.767Z] Removing intermediate container 65efd5043361 [2021-02-05T10:01:06.767Z] ---> 95e21e8ad8e7 [2021-02-05T10:01:06.767Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T10:01:06.767Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T10:01:06.996Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:07.041Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T10:01:07.041Z] ---> eeaf43b92773 [2021-02-05T10:01:07.041Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T10:01:07.041Z] ---> Running in 34d9f4e40c22 [2021-02-05T10:01:07.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-05T10:01:07.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T10:01:07.303Z] a0d6022b5e5c: Preparing [2021-02-05T10:01:07.303Z] be3f1923b1d7: Preparing [2021-02-05T10:01:07.303Z] 9576294bd65b: Preparing [2021-02-05T10:01:07.303Z] 48fd0c91fb56: Preparing [2021-02-05T10:01:07.303Z] 5ed5abfaa733: Preparing [2021-02-05T10:01:07.303Z] 777b2c648970: Preparing [2021-02-05T10:01:07.303Z] 777b2c648970: Waiting [2021-02-05T10:01:07.303Z] a0d6022b5e5c: Layer already exists [2021-02-05T10:01:07.303Z] 5ed5abfaa733: Layer already exists [2021-02-05T10:01:07.303Z] be3f1923b1d7: Layer already exists [2021-02-05T10:01:07.303Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:07.303Z] 48fd0c91fb56: Layer already exists [2021-02-05T10:01:07.303Z] 777b2c648970: Layer already exists [2021-02-05T10:01:07.315Z] ---> Running in 2ea4d3be4790 [2021-02-05T10:01:07.566Z] master: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] } [2021-02-05T10:01:07.601Z] Removing intermediate container 548461c03f03 [2021-02-05T10:01:07.601Z] ---> e046136fd5d3 [2021-02-05T10:01:07.601Z] [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:07.779Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:07.848Z] taggedImages: [2021-02-05T10:01:07.848Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:07.848Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.80 [2021-02-05T10:01:07.848Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:07.848Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-05T10:01:07.921Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-05T10:01:07.921Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:07.921Z] 2.0.0-dev.80 [2021-02-05T10:01:07.921Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:07.921Z] master [2021-02-05T10:01:07.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:08.212Z] ---> ced523ef18fc [2021-02-05T10:01:08.212Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T10:01:08.212Z] Removing intermediate container 34d9f4e40c22 [2021-02-05T10:01:08.212Z] ---> ae922880d1fa [2021-02-05T10:01:08.212Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T10:01:08.212Z] Successfully built e046136fd5d3 [2021-02-05T10:01:08.212Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T10:01:08.212Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-05T10:01:08.437Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:08.501Z] ---> Running in 86366f5baac3 [2021-02-05T10:01:08.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:08.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T10:01:08.747Z] c10548520b5c: Preparing [2021-02-05T10:01:08.747Z] c4c0fa6e72f2: Preparing [2021-02-05T10:01:08.747Z] 9576294bd65b: Preparing [2021-02-05T10:01:08.747Z] aa9ac4613142: Preparing [2021-02-05T10:01:08.747Z] 777b2c648970: Preparing [2021-02-05T10:01:08.747Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:08.747Z] 777b2c648970: Layer already exists [2021-02-05T10:01:08.747Z] aa9ac4613142: Layer already exists [2021-02-05T10:01:09.018Z] c10548520b5c: Pushed [2021-02-05T10:01:09.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:01:09.117Z] Removing intermediate container 86366f5baac3 [2021-02-05T10:01:09.117Z] ---> 24d189127170 [2021-02-05T10:01:09.117Z] Step 15/23 : WORKDIR / [2021-02-05T10:01:09.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:01:09.392Z] ---> 9152286eefbd [2021-02-05T10:01:09.392Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T10:01:09.392Z] Removing intermediate container 82caed23d831 [2021-02-05T10:01:09.392Z] ---> c8ad8236da1a [2021-02-05T10:01:09.392Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T10:01:09.679Z] ---> Running in 13824bb0572d [2021-02-05T10:01:09.679Z] ---> Running in f77b53926de3 [2021-02-05T10:01:09.679Z] ---> Running in 87e0be74c8f6 [2021-02-05T10:01:09.956Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T10:01:09.957Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T10:01:09.957Z] Executing bash-5.0.17-r0.post-install [2021-02-05T10:01:09.957Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:01:09.957Z] OK: 12 MiB in 22 packages [2021-02-05T10:01:09.967Z] c4c0fa6e72f2: Pushed [2021-02-05T10:01:10.230Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:10.558Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:10.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.80 [2021-02-05T10:01:10.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T10:01:10.874Z] c10548520b5c: Preparing [2021-02-05T10:01:10.874Z] c4c0fa6e72f2: Preparing [2021-02-05T10:01:10.874Z] 9576294bd65b: Preparing [2021-02-05T10:01:10.874Z] aa9ac4613142: Preparing [2021-02-05T10:01:10.874Z] 777b2c648970: Preparing [2021-02-05T10:01:10.874Z] 777b2c648970: Layer already exists [2021-02-05T10:01:10.874Z] c10548520b5c: Layer already exists [2021-02-05T10:01:10.874Z] c4c0fa6e72f2: Layer already exists [2021-02-05T10:01:10.874Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:10.874Z] aa9ac4613142: Layer already exists [2021-02-05T10:01:10.874Z] 2.0.0-dev.80: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:11.212Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:11.440Z] Removing intermediate container 13824bb0572d [2021-02-05T10:01:11.440Z] ---> 907edcc59885 [2021-02-05T10:01:11.440Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:01:11.440Z] Removing intermediate container f77b53926de3 [2021-02-05T10:01:11.440Z] ---> 906b28c0ce10 [2021-02-05T10:01:11.440Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T10:01:11.440Z] Removing intermediate container 87e0be74c8f6 [2021-02-05T10:01:11.440Z] ---> 9c4989ecee7d [2021-02-05T10:01:11.440Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:01:11.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:11.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T10:01:11.606Z] c10548520b5c: Preparing [2021-02-05T10:01:11.606Z] c4c0fa6e72f2: Preparing [2021-02-05T10:01:11.606Z] 9576294bd65b: Preparing [2021-02-05T10:01:11.606Z] aa9ac4613142: Preparing [2021-02-05T10:01:11.606Z] 777b2c648970: Preparing [2021-02-05T10:01:11.606Z] aa9ac4613142: Layer already exists [2021-02-05T10:01:11.606Z] 777b2c648970: Layer already exists [2021-02-05T10:01:11.606Z] c4c0fa6e72f2: Layer already exists [2021-02-05T10:01:11.606Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:11.606Z] c10548520b5c: Layer already exists [2021-02-05T10:01:11.606Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:11.917Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:12.084Z] ---> Running in 22c2ccd1f727 [2021-02-05T10:01:12.084Z] ---> Running in 9af5f2623f86 [2021-02-05T10:01:12.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-05T10:01:12.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T10:01:12.228Z] c10548520b5c: Preparing [2021-02-05T10:01:12.228Z] c4c0fa6e72f2: Preparing [2021-02-05T10:01:12.228Z] 9576294bd65b: Preparing [2021-02-05T10:01:12.228Z] aa9ac4613142: Preparing [2021-02-05T10:01:12.228Z] 777b2c648970: Preparing [2021-02-05T10:01:12.228Z] aa9ac4613142: Layer already exists [2021-02-05T10:01:12.228Z] c4c0fa6e72f2: Layer already exists [2021-02-05T10:01:12.228Z] c10548520b5c: Layer already exists [2021-02-05T10:01:12.228Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:12.228Z] 777b2c648970: Layer already exists [2021-02-05T10:01:12.228Z] master: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:12.432Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:12.483Z] taggedImages: [2021-02-05T10:01:12.483Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:12.483Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.80 [2021-02-05T10:01:12.483Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:12.483Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-05T10:01:12.553Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-05T10:01:12.553Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:12.553Z] 2.0.0-dev.80 [2021-02-05T10:01:12.553Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:12.553Z] master [2021-02-05T10:01:12.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-05T10:01:12.700Z] ---> 1a53d5806c65 [2021-02-05T10:01:12.700Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:13.009Z] Removing intermediate container 2ea4d3be4790 [2021-02-05T10:01:13.009Z] ---> 5db191ecc631 [2021-02-05T10:01:13.009Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T10:01:13.009Z] Removing intermediate container 22c2ccd1f727 [2021-02-05T10:01:13.009Z] Removing intermediate container 9af5f2623f86 [2021-02-05T10:01:13.009Z] ---> 4ccf390da61d [2021-02-05T10:01:13.009Z] Step 23/24 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:13.009Z] ---> 615b2ee0c8d3 [2021-02-05T10:01:13.009Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T10:01:13.086Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:13.288Z] ---> Running in cd299bbc8d09 [2021-02-05T10:01:13.288Z] ---> Running in b32491538c2a [2021-02-05T10:01:13.288Z] ---> Running in e4dff39ea027 [2021-02-05T10:01:13.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:13.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T10:01:13.388Z] 956316abebab: Preparing [2021-02-05T10:01:13.388Z] 956316abebab: Preparing [2021-02-05T10:01:13.388Z] 1297b3fa3428: Preparing [2021-02-05T10:01:13.388Z] 6b852a7fa5bc: Preparing [2021-02-05T10:01:13.388Z] b42d152a5821: Preparing [2021-02-05T10:01:13.388Z] 024fa12a71c6: Preparing [2021-02-05T10:01:13.388Z] 9576294bd65b: Preparing [2021-02-05T10:01:13.388Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:13.388Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:13.388Z] 2419c00d46ce: Preparing [2021-02-05T10:01:13.388Z] db22f3ce19a2: Preparing [2021-02-05T10:01:13.388Z] 777b2c648970: Preparing [2021-02-05T10:01:13.388Z] 9576294bd65b: Waiting [2021-02-05T10:01:13.388Z] 028ed69fe8fd: Waiting [2021-02-05T10:01:13.388Z] 2419c00d46ce: Waiting [2021-02-05T10:01:13.388Z] db22f3ce19a2: Waiting [2021-02-05T10:01:13.388Z] 777b2c648970: Waiting [2021-02-05T10:01:13.651Z] 956316abebab: Pushed [2021-02-05T10:01:13.651Z] b42d152a5821: Pushed [2021-02-05T10:01:13.651Z] 1297b3fa3428: Pushed [2021-02-05T10:01:13.651Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:13.918Z] 028ed69fe8fd: Pushed [2021-02-05T10:01:13.918Z] db22f3ce19a2: Pushed [2021-02-05T10:01:13.918Z] 2419c00d46ce: Pushed [2021-02-05T10:01:13.918Z] 777b2c648970: Layer already exists [2021-02-05T10:01:14.301Z] Removing intermediate container cd299bbc8d09 [2021-02-05T10:01:14.301Z] ---> bb667c9f1ff3 [2021-02-05T10:01:14.301Z] Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:14.301Z] Removing intermediate container e4dff39ea027 [2021-02-05T10:01:14.301Z] ---> addd74f895b6 [2021-02-05T10:01:14.301Z] Step 24/24 : LABEL version=2.0.0-dev.80 [2021-02-05T10:01:14.492Z] 024fa12a71c6: Pushed [2021-02-05T10:01:14.492Z] 6b852a7fa5bc: Pushed [2021-02-05T10:01:14.574Z] Removing intermediate container b32491538c2a [2021-02-05T10:01:14.574Z] ---> b44b3d0628f2 [2021-02-05T10:01:14.574Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T10:01:14.754Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:14.857Z] ---> 3ff3aef8cab8 [2021-02-05T10:01:14.857Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T10:01:15.065Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:15.137Z] ---> Running in 38359f87be69 [2021-02-05T10:01:15.138Z] ---> Running in 05cf6c90a65b [2021-02-05T10:01:15.138Z] ---> Running in f10542fbc494 [2021-02-05T10:01:15.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.80 [2021-02-05T10:01:15.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T10:01:15.368Z] 956316abebab: Preparing [2021-02-05T10:01:15.368Z] 956316abebab: Preparing [2021-02-05T10:01:15.368Z] 1297b3fa3428: Preparing [2021-02-05T10:01:15.368Z] 6b852a7fa5bc: Preparing [2021-02-05T10:01:15.368Z] b42d152a5821: Preparing [2021-02-05T10:01:15.368Z] 024fa12a71c6: Preparing [2021-02-05T10:01:15.368Z] 9576294bd65b: Preparing [2021-02-05T10:01:15.368Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:15.368Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:15.368Z] 2419c00d46ce: Preparing [2021-02-05T10:01:15.368Z] db22f3ce19a2: Preparing [2021-02-05T10:01:15.368Z] 777b2c648970: Preparing [2021-02-05T10:01:15.368Z] 9576294bd65b: Waiting [2021-02-05T10:01:15.368Z] 028ed69fe8fd: Waiting [2021-02-05T10:01:15.368Z] 2419c00d46ce: Waiting [2021-02-05T10:01:15.368Z] db22f3ce19a2: Waiting [2021-02-05T10:01:15.368Z] 777b2c648970: Waiting [2021-02-05T10:01:15.368Z] 956316abebab: Layer already exists [2021-02-05T10:01:15.368Z] b42d152a5821: Layer already exists [2021-02-05T10:01:15.368Z] 1297b3fa3428: Layer already exists [2021-02-05T10:01:15.368Z] 6b852a7fa5bc: Layer already exists [2021-02-05T10:01:15.368Z] 024fa12a71c6: Layer already exists [2021-02-05T10:01:15.368Z] 028ed69fe8fd: Layer already exists [2021-02-05T10:01:15.368Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:15.368Z] db22f3ce19a2: Layer already exists [2021-02-05T10:01:15.368Z] 2419c00d46ce: Layer already exists [2021-02-05T10:01:15.368Z] 777b2c648970: Layer already exists [2021-02-05T10:01:15.368Z] 2.0.0-dev.80: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:15.675Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:15.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:15.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T10:01:15.976Z] 956316abebab: Preparing [2021-02-05T10:01:15.976Z] 956316abebab: Preparing [2021-02-05T10:01:15.976Z] 1297b3fa3428: Preparing [2021-02-05T10:01:15.976Z] 6b852a7fa5bc: Preparing [2021-02-05T10:01:15.976Z] b42d152a5821: Preparing [2021-02-05T10:01:15.976Z] 024fa12a71c6: Preparing [2021-02-05T10:01:15.976Z] 9576294bd65b: Preparing [2021-02-05T10:01:15.976Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:15.976Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:15.976Z] 2419c00d46ce: Preparing [2021-02-05T10:01:15.976Z] db22f3ce19a2: Preparing [2021-02-05T10:01:15.976Z] 777b2c648970: Preparing [2021-02-05T10:01:15.976Z] 9576294bd65b: Waiting [2021-02-05T10:01:15.976Z] db22f3ce19a2: Waiting [2021-02-05T10:01:15.976Z] 777b2c648970: Waiting [2021-02-05T10:01:15.976Z] 028ed69fe8fd: Waiting [2021-02-05T10:01:15.976Z] 2419c00d46ce: Waiting [2021-02-05T10:01:15.976Z] 1297b3fa3428: Layer already exists [2021-02-05T10:01:15.976Z] 024fa12a71c6: Layer already exists [2021-02-05T10:01:15.976Z] 956316abebab: Layer already exists [2021-02-05T10:01:15.976Z] b42d152a5821: Layer already exists [2021-02-05T10:01:15.976Z] 6b852a7fa5bc: Layer already exists [2021-02-05T10:01:15.976Z] 2419c00d46ce: Layer already exists [2021-02-05T10:01:15.976Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:15.976Z] 028ed69fe8fd: Layer already exists [2021-02-05T10:01:15.976Z] 777b2c648970: Layer already exists [2021-02-05T10:01:15.976Z] db22f3ce19a2: Layer already exists [2021-02-05T10:01:15.976Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:16.135Z] Removing intermediate container f10542fbc494 [2021-02-05T10:01:16.136Z] ---> e77f9ab42f72 [2021-02-05T10:01:16.136Z] Step 22/22 : LABEL version=2.0.0-dev.80 [2021-02-05T10:01:16.295Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:16.413Z] Removing intermediate container 05cf6c90a65b [2021-02-05T10:01:16.413Z] ---> e1b81b95bfd3 [2021-02-05T10:01:16.413Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T10:01:16.413Z] Removing intermediate container 38359f87be69 [2021-02-05T10:01:16.413Z] ---> 612981bebb63 [2021-02-05T10:01:16.413Z] [2021-02-05T10:01:16.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-05T10:01:16.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T10:01:16.596Z] 956316abebab: Preparing [2021-02-05T10:01:16.596Z] 956316abebab: Preparing [2021-02-05T10:01:16.596Z] 1297b3fa3428: Preparing [2021-02-05T10:01:16.596Z] 6b852a7fa5bc: Preparing [2021-02-05T10:01:16.596Z] b42d152a5821: Preparing [2021-02-05T10:01:16.596Z] 024fa12a71c6: Preparing [2021-02-05T10:01:16.596Z] 9576294bd65b: Preparing [2021-02-05T10:01:16.596Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:16.596Z] 028ed69fe8fd: Preparing [2021-02-05T10:01:16.596Z] 2419c00d46ce: Preparing [2021-02-05T10:01:16.596Z] db22f3ce19a2: Preparing [2021-02-05T10:01:16.596Z] 777b2c648970: Preparing [2021-02-05T10:01:16.596Z] 9576294bd65b: Waiting [2021-02-05T10:01:16.596Z] 028ed69fe8fd: Waiting [2021-02-05T10:01:16.596Z] 2419c00d46ce: Waiting [2021-02-05T10:01:16.596Z] db22f3ce19a2: Waiting [2021-02-05T10:01:16.596Z] 777b2c648970: Waiting [2021-02-05T10:01:16.596Z] 6b852a7fa5bc: Layer already exists [2021-02-05T10:01:16.596Z] b42d152a5821: Layer already exists [2021-02-05T10:01:16.596Z] 1297b3fa3428: Layer already exists [2021-02-05T10:01:16.596Z] 024fa12a71c6: Layer already exists [2021-02-05T10:01:16.596Z] 956316abebab: Layer already exists [2021-02-05T10:01:16.596Z] 2419c00d46ce: Layer already exists [2021-02-05T10:01:16.596Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:16.596Z] 028ed69fe8fd: Layer already exists [2021-02-05T10:01:16.596Z] db22f3ce19a2: Layer already exists [2021-02-05T10:01:16.596Z] 777b2c648970: Layer already exists [2021-02-05T10:01:16.596Z] master: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:16.844Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:16.902Z] taggedImages: [2021-02-05T10:01:16.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:16.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.80 [2021-02-05T10:01:16.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:16.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-05T10:01:16.978Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-05T10:01:16.979Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:16.979Z] 2.0.0-dev.80 [2021-02-05T10:01:16.979Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:16.979Z] master [2021-02-05T10:01:16.979Z] ===================================================== [2021-02-05T10:01:17.018Z] Successfully built 612981bebb63 [2021-02-05T10:01:17.018Z] ---> Running in b9cf1548bc24 [2021-02-05T10:01:17.018Z] ---> dedbcfc5be42 [2021-02-05T10:01:17.018Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T10:01:17.018Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T10:01:17.018Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:17.308Z] ---> Running in 7bbf20a8a22d [2021-02-05T10:01:17.550Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:17.584Z] ---> Running in 2401a87a4b83 [2021-02-05T10:01:17.584Z] Removing intermediate container b9cf1548bc24 [2021-02-05T10:01:17.584Z] ---> b7e093b6b7a4 [2021-02-05T10:01:17.584Z] [2021-02-05T10:01:17.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:17.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T10:01:17.850Z] 94daa5049240: Preparing [2021-02-05T10:01:17.850Z] 4c3713537174: Preparing [2021-02-05T10:01:17.850Z] 1bc041023659: Preparing [2021-02-05T10:01:17.850Z] c17c2932104a: Preparing [2021-02-05T10:01:17.850Z] 75a34251770d: Preparing [2021-02-05T10:01:17.850Z] 777b2c648970: Preparing [2021-02-05T10:01:17.850Z] 777b2c648970: Waiting [2021-02-05T10:01:17.873Z] Removing intermediate container 7bbf20a8a22d [2021-02-05T10:01:17.874Z] ---> 1d8f77dfd7d4 [2021-02-05T10:01:17.874Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T10:01:18.116Z] 1bc041023659: Pushed [2021-02-05T10:01:18.116Z] c17c2932104a: Pushed [2021-02-05T10:01:18.116Z] 777b2c648970: Layer already exists [2021-02-05T10:01:18.151Z] Successfully built b7e093b6b7a4 [2021-02-05T10:01:18.152Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T10:01:18.152Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-02-05T10:01:18.152Z] Removing intermediate container 2401a87a4b83 [2021-02-05T10:01:18.152Z] ---> f330d365ee1a [2021-02-05T10:01:18.152Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:01:18.381Z] 75a34251770d: Pushed [2021-02-05T10:01:18.760Z] ---> Running in c3bab8fb7a78 [2021-02-05T10:01:18.955Z] 94daa5049240: Pushed [2021-02-05T10:01:18.955Z] 4c3713537174: Pushed [2021-02-05T10:01:19.219Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:19.358Z] Removing intermediate container c3bab8fb7a78 [2021-02-05T10:01:19.358Z] ---> 5563b1913a3f [2021-02-05T10:01:19.358Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T10:01:19.524Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:19.642Z] ---> 231c89b85335 [2021-02-05T10:01:19.642Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T10:01:19.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.80 [2021-02-05T10:01:19.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T10:01:19.840Z] 94daa5049240: Preparing [2021-02-05T10:01:19.840Z] 4c3713537174: Preparing [2021-02-05T10:01:19.840Z] 1bc041023659: Preparing [2021-02-05T10:01:19.840Z] c17c2932104a: Preparing [2021-02-05T10:01:19.840Z] 75a34251770d: Preparing [2021-02-05T10:01:19.840Z] 777b2c648970: Preparing [2021-02-05T10:01:19.840Z] 777b2c648970: Waiting [2021-02-05T10:01:19.840Z] 94daa5049240: Layer already exists [2021-02-05T10:01:19.840Z] 75a34251770d: Layer already exists [2021-02-05T10:01:19.840Z] c17c2932104a: Layer already exists [2021-02-05T10:01:19.840Z] 1bc041023659: Layer already exists [2021-02-05T10:01:19.840Z] 4c3713537174: Layer already exists [2021-02-05T10:01:19.840Z] 777b2c648970: Layer already exists [2021-02-05T10:01:19.840Z] 2.0.0-dev.80: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:20.145Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:20.248Z] ---> Running in dc73171c1e0b [2021-02-05T10:01:20.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:20.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T10:01:20.441Z] 94daa5049240: Preparing [2021-02-05T10:01:20.441Z] 4c3713537174: Preparing [2021-02-05T10:01:20.441Z] 1bc041023659: Preparing [2021-02-05T10:01:20.441Z] c17c2932104a: Preparing [2021-02-05T10:01:20.441Z] 75a34251770d: Preparing [2021-02-05T10:01:20.441Z] 777b2c648970: Preparing [2021-02-05T10:01:20.441Z] 777b2c648970: Waiting [2021-02-05T10:01:20.441Z] c17c2932104a: Layer already exists [2021-02-05T10:01:20.441Z] 94daa5049240: Layer already exists [2021-02-05T10:01:20.441Z] 1bc041023659: Layer already exists [2021-02-05T10:01:20.441Z] 4c3713537174: Layer already exists [2021-02-05T10:01:20.441Z] 75a34251770d: Layer already exists [2021-02-05T10:01:20.441Z] 777b2c648970: Layer already exists [2021-02-05T10:01:20.442Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:20.585Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T10:01:20.585Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T10:01:20.585Z] ---> af57643b1093 [2021-02-05T10:01:20.585Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T10:01:20.585Z] ---> Using cache [2021-02-05T10:01:20.585Z] ---> a505c0c4d42c [2021-02-05T10:01:20.585Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T10:01:20.585Z] ---> Using cache [2021-02-05T10:01:20.585Z] ---> 15b3b090f18b [2021-02-05T10:01:20.585Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T10:01:20.749Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:21.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-05T10:01:21.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T10:01:21.051Z] 94daa5049240: Preparing [2021-02-05T10:01:21.051Z] 4c3713537174: Preparing [2021-02-05T10:01:21.051Z] 1bc041023659: Preparing [2021-02-05T10:01:21.051Z] c17c2932104a: Preparing [2021-02-05T10:01:21.051Z] 75a34251770d: Preparing [2021-02-05T10:01:21.051Z] 777b2c648970: Preparing [2021-02-05T10:01:21.051Z] 777b2c648970: Waiting [2021-02-05T10:01:21.051Z] 4c3713537174: Layer already exists [2021-02-05T10:01:21.051Z] 75a34251770d: Layer already exists [2021-02-05T10:01:21.051Z] 94daa5049240: Layer already exists [2021-02-05T10:01:21.051Z] 1bc041023659: Layer already exists [2021-02-05T10:01:21.051Z] c17c2932104a: Layer already exists [2021-02-05T10:01:21.051Z] 777b2c648970: Layer already exists [2021-02-05T10:01:21.051Z] master: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:21.265Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:21.318Z] taggedImages: [2021-02-05T10:01:21.318Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:21.318Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.80 [2021-02-05T10:01:21.318Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:21.318Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-05T10:01:21.414Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-05T10:01:21.414Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:21.414Z] 2.0.0-dev.80 [2021-02-05T10:01:21.414Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:21.414Z] master [2021-02-05T10:01:21.414Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:21.933Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:22.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:22.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T10:01:22.235Z] c18d6baa89d2: Preparing [2021-02-05T10:01:22.235Z] 126d1b96a925: Preparing [2021-02-05T10:01:22.235Z] 97531888fc55: Preparing [2021-02-05T10:01:22.235Z] c97b79b9a105: Preparing [2021-02-05T10:01:22.235Z] cd40df5718fc: Preparing [2021-02-05T10:01:22.235Z] 3e1cb736bc54: Preparing [2021-02-05T10:01:22.235Z] 34589cb66951: Preparing [2021-02-05T10:01:22.235Z] 2d5eb1eefaff: Preparing [2021-02-05T10:01:22.235Z] 777b2c648970: Preparing [2021-02-05T10:01:22.235Z] 3e1cb736bc54: Waiting [2021-02-05T10:01:22.235Z] 34589cb66951: Waiting [2021-02-05T10:01:22.235Z] 2d5eb1eefaff: Waiting [2021-02-05T10:01:22.235Z] 777b2c648970: Waiting [2021-02-05T10:01:22.503Z] c18d6baa89d2: Pushed [2021-02-05T10:01:22.503Z] 126d1b96a925: Pushed [2021-02-05T10:01:22.503Z] cd40df5718fc: Pushed [2021-02-05T10:01:22.503Z] 3e1cb736bc54: Pushed [2021-02-05T10:01:22.769Z] 34589cb66951: Pushed [2021-02-05T10:01:22.769Z] 777b2c648970: Layer already exists [2021-02-05T10:01:23.030Z] 2d5eb1eefaff: Pushed [2021-02-05T10:01:23.245Z] Removing intermediate container dc73171c1e0b [2021-02-05T10:01:23.245Z] ---> 8998754f1658 [2021-02-05T10:01:23.245Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T10:01:23.245Z] ---> 278901693cca [2021-02-05T10:01:23.245Z] Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:23.245Z] ---> Running in b8221a2fe057 [2021-02-05T10:01:23.245Z] ---> Running in f5a86385df51 [2021-02-05T10:01:23.296Z] c97b79b9a105: Pushed [2021-02-05T10:01:23.296Z] 97531888fc55: Pushed [2021-02-05T10:01:23.563Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:23.867Z] Removing intermediate container f5a86385df51 [2021-02-05T10:01:23.867Z] ---> 43bcb393e8d7 [2021-02-05T10:01:23.867Z] Step 23/23 : LABEL version=2.0.0-dev.80 [2021-02-05T10:01:23.871Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:24.143Z] ---> f83423ab910d [2021-02-05T10:01:24.144Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T10:01:24.144Z] ---> Running in fa76a2e9ae18 [2021-02-05T10:01:24.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.80 [2021-02-05T10:01:24.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T10:01:24.167Z] c18d6baa89d2: Preparing [2021-02-05T10:01:24.167Z] 126d1b96a925: Preparing [2021-02-05T10:01:24.168Z] 97531888fc55: Preparing [2021-02-05T10:01:24.168Z] c97b79b9a105: Preparing [2021-02-05T10:01:24.168Z] cd40df5718fc: Preparing [2021-02-05T10:01:24.168Z] 3e1cb736bc54: Preparing [2021-02-05T10:01:24.168Z] 34589cb66951: Preparing [2021-02-05T10:01:24.168Z] 2d5eb1eefaff: Preparing [2021-02-05T10:01:24.168Z] 777b2c648970: Preparing [2021-02-05T10:01:24.168Z] 3e1cb736bc54: Waiting [2021-02-05T10:01:24.168Z] 34589cb66951: Waiting [2021-02-05T10:01:24.168Z] 2d5eb1eefaff: Waiting [2021-02-05T10:01:24.168Z] 777b2c648970: Waiting [2021-02-05T10:01:24.168Z] c97b79b9a105: Layer already exists [2021-02-05T10:01:24.168Z] 126d1b96a925: Layer already exists [2021-02-05T10:01:24.168Z] c18d6baa89d2: Layer already exists [2021-02-05T10:01:24.168Z] 97531888fc55: Layer already exists [2021-02-05T10:01:24.168Z] cd40df5718fc: Layer already exists [2021-02-05T10:01:24.168Z] 3e1cb736bc54: Layer already exists [2021-02-05T10:01:24.168Z] 34589cb66951: Layer already exists [2021-02-05T10:01:24.168Z] 777b2c648970: Layer already exists [2021-02-05T10:01:24.168Z] 2d5eb1eefaff: Layer already exists [2021-02-05T10:01:24.168Z] 2.0.0-dev.80: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:24.420Z] ---> Running in c7bdee3bac24 [2021-02-05T10:01:24.469Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:24.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:01:24.696Z] Removing intermediate container fa76a2e9ae18 [2021-02-05T10:01:24.696Z] ---> 03ffe7004bfa [2021-02-05T10:01:24.696Z] [2021-02-05T10:01:24.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:24.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T10:01:24.767Z] c18d6baa89d2: Preparing [2021-02-05T10:01:24.767Z] 126d1b96a925: Preparing [2021-02-05T10:01:24.767Z] 97531888fc55: Preparing [2021-02-05T10:01:24.767Z] c97b79b9a105: Preparing [2021-02-05T10:01:24.767Z] cd40df5718fc: Preparing [2021-02-05T10:01:24.767Z] 3e1cb736bc54: Preparing [2021-02-05T10:01:24.767Z] 34589cb66951: Preparing [2021-02-05T10:01:24.767Z] 2d5eb1eefaff: Preparing [2021-02-05T10:01:24.767Z] 777b2c648970: Preparing [2021-02-05T10:01:24.767Z] 3e1cb736bc54: Waiting [2021-02-05T10:01:24.767Z] 34589cb66951: Waiting [2021-02-05T10:01:24.767Z] 2d5eb1eefaff: Waiting [2021-02-05T10:01:24.767Z] 777b2c648970: Waiting [2021-02-05T10:01:24.767Z] cd40df5718fc: Layer already exists [2021-02-05T10:01:24.767Z] c18d6baa89d2: Layer already exists [2021-02-05T10:01:24.767Z] 126d1b96a925: Layer already exists [2021-02-05T10:01:24.767Z] c97b79b9a105: Layer already exists [2021-02-05T10:01:24.767Z] 97531888fc55: Layer already exists [2021-02-05T10:01:24.767Z] 3e1cb736bc54: Layer already exists [2021-02-05T10:01:24.767Z] 34589cb66951: Layer already exists [2021-02-05T10:01:24.767Z] 777b2c648970: Layer already exists [2021-02-05T10:01:24.767Z] 2d5eb1eefaff: Layer already exists [2021-02-05T10:01:24.767Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:25.067Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:25.297Z] Successfully built 03ffe7004bfa [2021-02-05T10:01:25.297Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T10:01:25.297Z] Building docker-security-bootstrapper-go [2021-02-05T10:01:25.298Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:01:25.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-05T10:01:25.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T10:01:25.363Z] c18d6baa89d2: Preparing [2021-02-05T10:01:25.363Z] 126d1b96a925: Preparing [2021-02-05T10:01:25.363Z] 97531888fc55: Preparing [2021-02-05T10:01:25.363Z] c97b79b9a105: Preparing [2021-02-05T10:01:25.363Z] cd40df5718fc: Preparing [2021-02-05T10:01:25.363Z] 3e1cb736bc54: Preparing [2021-02-05T10:01:25.363Z] 34589cb66951: Preparing [2021-02-05T10:01:25.363Z] 2d5eb1eefaff: Preparing [2021-02-05T10:01:25.363Z] 777b2c648970: Preparing [2021-02-05T10:01:25.363Z] 3e1cb736bc54: Waiting [2021-02-05T10:01:25.363Z] 34589cb66951: Waiting [2021-02-05T10:01:25.363Z] 2d5eb1eefaff: Waiting [2021-02-05T10:01:25.363Z] 777b2c648970: Waiting [2021-02-05T10:01:25.363Z] 126d1b96a925: Layer already exists [2021-02-05T10:01:25.363Z] cd40df5718fc: Layer already exists [2021-02-05T10:01:25.363Z] 97531888fc55: Layer already exists [2021-02-05T10:01:25.363Z] c97b79b9a105: Layer already exists [2021-02-05T10:01:25.363Z] c18d6baa89d2: Layer already exists [2021-02-05T10:01:25.363Z] 3e1cb736bc54: Layer already exists [2021-02-05T10:01:25.363Z] 777b2c648970: Layer already exists [2021-02-05T10:01:25.363Z] 2d5eb1eefaff: Layer already exists [2021-02-05T10:01:25.363Z] 34589cb66951: Layer already exists [2021-02-05T10:01:25.363Z] master: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:25.611Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:25.677Z] taggedImages: [2021-02-05T10:01:25.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:25.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.80 [2021-02-05T10:01:25.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:25.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-05T10:01:25.749Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-05T10:01:25.749Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:25.749Z] 2.0.0-dev.80 [2021-02-05T10:01:25.749Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:25.749Z] master [2021-02-05T10:01:25.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-05T10:01:25.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:01:25.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:26.169Z] OK: 217 MiB in 51 packages [2021-02-05T10:01:26.232Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:26.442Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T10:01:26.442Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T10:01:26.442Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T10:01:26.442Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T10:01:26.442Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T10:01:26.442Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T10:01:26.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:26.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T10:01:26.527Z] e644f363def5: Preparing [2021-02-05T10:01:26.527Z] 27cc9e20e6e6: Preparing [2021-02-05T10:01:26.527Z] 9576294bd65b: Preparing [2021-02-05T10:01:26.527Z] ff63cd8ec452: Preparing [2021-02-05T10:01:26.527Z] 777b2c648970: Preparing [2021-02-05T10:01:26.527Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:26.527Z] 777b2c648970: Layer already exists [2021-02-05T10:01:26.728Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T10:01:26.787Z] e644f363def5: Pushed [2021-02-05T10:01:27.048Z] ff63cd8ec452: Pushed [2021-02-05T10:01:27.620Z] 27cc9e20e6e6: Pushed [2021-02-05T10:01:27.881Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:28.185Z] Removing intermediate container b8221a2fe057 [2021-02-05T10:01:28.185Z] ---> e2890bb8cb5c [2021-02-05T10:01:28.185Z] Step 6/23 : COPY go.mod . [2021-02-05T10:01:28.187Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:28.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.80 [2021-02-05T10:01:28.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T10:01:28.485Z] e644f363def5: Preparing [2021-02-05T10:01:28.485Z] 27cc9e20e6e6: Preparing [2021-02-05T10:01:28.485Z] 9576294bd65b: Preparing [2021-02-05T10:01:28.485Z] ff63cd8ec452: Preparing [2021-02-05T10:01:28.485Z] 777b2c648970: Preparing [2021-02-05T10:01:28.485Z] ff63cd8ec452: Layer already exists [2021-02-05T10:01:28.485Z] e644f363def5: Layer already exists [2021-02-05T10:01:28.485Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:28.485Z] 777b2c648970: Layer already exists [2021-02-05T10:01:28.485Z] 27cc9e20e6e6: Layer already exists [2021-02-05T10:01:28.485Z] 2.0.0-dev.80: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:28.790Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:28.792Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T10:01:28.792Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T10:01:28.792Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T10:01:28.792Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T10:01:28.792Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T10:01:28.792Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T10:01:28.792Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T10:01:28.792Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T10:01:28.792Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T10:01:28.792Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:29.071Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T10:01:29.071Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T10:01:29.071Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T10:01:29.071Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T10:01:29.071Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T10:01:29.071Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T10:01:29.071Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T10:01:29.071Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T10:01:29.071Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T10:01:29.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:29.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T10:01:29.089Z] e644f363def5: Preparing [2021-02-05T10:01:29.089Z] 27cc9e20e6e6: Preparing [2021-02-05T10:01:29.089Z] 9576294bd65b: Preparing [2021-02-05T10:01:29.089Z] ff63cd8ec452: Preparing [2021-02-05T10:01:29.089Z] 777b2c648970: Preparing [2021-02-05T10:01:29.089Z] 27cc9e20e6e6: Layer already exists [2021-02-05T10:01:29.089Z] ff63cd8ec452: Layer already exists [2021-02-05T10:01:29.089Z] e644f363def5: Layer already exists [2021-02-05T10:01:29.089Z] 777b2c648970: Layer already exists [2021-02-05T10:01:29.089Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:29.089Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:29.347Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T10:01:29.347Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T10:01:29.347Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T10:01:29.347Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T10:01:29.347Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T10:01:29.347Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T10:01:29.347Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T10:01:29.403Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:29.631Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:01:29.631Z] OK: 71 MiB in 55 packages [2021-02-05T10:01:29.631Z] ---> cba2125dea63 [2021-02-05T10:01:29.907Z] Step 7/23 : RUN go mod download [2021-02-05T10:01:29.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-05T10:01:29.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T10:01:29.910Z] e644f363def5: Preparing [2021-02-05T10:01:29.910Z] 27cc9e20e6e6: Preparing [2021-02-05T10:01:29.910Z] 9576294bd65b: Preparing [2021-02-05T10:01:29.910Z] ff63cd8ec452: Preparing [2021-02-05T10:01:29.910Z] 777b2c648970: Preparing [2021-02-05T10:01:29.910Z] ff63cd8ec452: Layer already exists [2021-02-05T10:01:29.910Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:29.910Z] 777b2c648970: Layer already exists [2021-02-05T10:01:29.910Z] e644f363def5: Layer already exists [2021-02-05T10:01:29.910Z] 27cc9e20e6e6: Layer already exists [2021-02-05T10:01:29.910Z] master: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:30.141Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:30.209Z] taggedImages: [2021-02-05T10:01:30.209Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:30.209Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.80 [2021-02-05T10:01:30.209Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:30.209Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-05T10:01:30.299Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-05T10:01:30.299Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:30.299Z] 2.0.0-dev.80 [2021-02-05T10:01:30.299Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:30.299Z] master [2021-02-05T10:01:30.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-05T10:01:30.505Z] ---> Running in a38ecc2d2fac [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:30.916Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:31.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:31.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T10:01:31.214Z] 7fd717542558: Preparing [2021-02-05T10:01:31.214Z] 187e61f0fea9: Preparing [2021-02-05T10:01:31.214Z] 9576294bd65b: Preparing [2021-02-05T10:01:31.214Z] f2715d120a15: Preparing [2021-02-05T10:01:31.214Z] 777b2c648970: Preparing [2021-02-05T10:01:31.214Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:31.214Z] 777b2c648970: Layer already exists [2021-02-05T10:01:31.476Z] 7fd717542558: Pushed [2021-02-05T10:01:31.476Z] f2715d120a15: Pushed [2021-02-05T10:01:32.420Z] 187e61f0fea9: Pushed [2021-02-05T10:01:32.420Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:32.729Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:33.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.80 [2021-02-05T10:01:33.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T10:01:33.024Z] 7fd717542558: Preparing [2021-02-05T10:01:33.024Z] 187e61f0fea9: Preparing [2021-02-05T10:01:33.024Z] 9576294bd65b: Preparing [2021-02-05T10:01:33.024Z] f2715d120a15: Preparing [2021-02-05T10:01:33.024Z] 777b2c648970: Preparing [2021-02-05T10:01:33.024Z] 777b2c648970: Layer already exists [2021-02-05T10:01:33.024Z] f2715d120a15: Layer already exists [2021-02-05T10:01:33.024Z] 7fd717542558: Layer already exists [2021-02-05T10:01:33.024Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:33.024Z] 187e61f0fea9: Layer already exists [2021-02-05T10:01:33.024Z] 2.0.0-dev.80: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:33.332Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:33.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:33.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T10:01:33.889Z] 7fd717542558: Preparing [2021-02-05T10:01:33.889Z] 187e61f0fea9: Preparing [2021-02-05T10:01:33.889Z] 9576294bd65b: Preparing [2021-02-05T10:01:33.889Z] f2715d120a15: Preparing [2021-02-05T10:01:33.889Z] 777b2c648970: Preparing [2021-02-05T10:01:33.889Z] f2715d120a15: Layer already exists [2021-02-05T10:01:33.889Z] 7fd717542558: Layer already exists [2021-02-05T10:01:33.889Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:33.889Z] 187e61f0fea9: Layer already exists [2021-02-05T10:01:33.889Z] 777b2c648970: Layer already exists [2021-02-05T10:01:33.889Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:34.196Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:34.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-05T10:01:34.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T10:01:34.490Z] 7fd717542558: Preparing [2021-02-05T10:01:34.490Z] 187e61f0fea9: Preparing [2021-02-05T10:01:34.490Z] 9576294bd65b: Preparing [2021-02-05T10:01:34.490Z] f2715d120a15: Preparing [2021-02-05T10:01:34.490Z] 777b2c648970: Preparing [2021-02-05T10:01:34.490Z] 187e61f0fea9: Layer already exists [2021-02-05T10:01:34.490Z] 7fd717542558: Layer already exists [2021-02-05T10:01:34.490Z] f2715d120a15: Layer already exists [2021-02-05T10:01:34.490Z] 777b2c648970: Layer already exists [2021-02-05T10:01:34.490Z] 9576294bd65b: Layer already exists [2021-02-05T10:01:34.490Z] master: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:34.669Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:34.714Z] taggedImages: [2021-02-05T10:01:34.714Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:34.714Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.80 [2021-02-05T10:01:34.714Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:34.714Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-05T10:01:34.780Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-05T10:01:34.780Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:34.780Z] 2.0.0-dev.80 [2021-02-05T10:01:34.780Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:34.780Z] master [2021-02-05T10:01:34.780Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:35.304Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:35.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:35.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T10:01:35.606Z] 1d686ae5be14: Preparing [2021-02-05T10:01:35.606Z] 6a8bbb75a06a: Preparing [2021-02-05T10:01:35.606Z] 84ca5b1d8f28: Preparing [2021-02-05T10:01:35.606Z] 33e5aa1dfe60: Preparing [2021-02-05T10:01:35.606Z] 1008d4c94399: Preparing [2021-02-05T10:01:35.606Z] 58571a4a2ed2: Preparing [2021-02-05T10:01:35.606Z] 4109296ca856: Preparing [2021-02-05T10:01:35.606Z] 0754057c0ad3: Preparing [2021-02-05T10:01:35.606Z] 998cdf262ab1: Preparing [2021-02-05T10:01:35.606Z] 02e56110abd2: Preparing [2021-02-05T10:01:35.606Z] abc36efb885a: Preparing [2021-02-05T10:01:35.606Z] b0b09059f4e1: Preparing [2021-02-05T10:01:35.606Z] bb961f40224b: Preparing [2021-02-05T10:01:35.606Z] f4666769fca7: Preparing [2021-02-05T10:01:35.606Z] 998cdf262ab1: Waiting [2021-02-05T10:01:35.606Z] 02e56110abd2: Waiting [2021-02-05T10:01:35.606Z] f4666769fca7: Waiting [2021-02-05T10:01:35.606Z] bb961f40224b: Waiting [2021-02-05T10:01:35.606Z] b0b09059f4e1: Waiting [2021-02-05T10:01:35.606Z] abc36efb885a: Waiting [2021-02-05T10:01:35.606Z] 58571a4a2ed2: Waiting [2021-02-05T10:01:35.606Z] 4109296ca856: Waiting [2021-02-05T10:01:35.606Z] 0754057c0ad3: Waiting [2021-02-05T10:01:35.888Z] 1008d4c94399: Pushed [2021-02-05T10:01:35.888Z] 1d686ae5be14: Pushed [2021-02-05T10:01:35.964Z] Removing intermediate container a38ecc2d2fac [2021-02-05T10:01:35.965Z] ---> d93b9783a506 [2021-02-05T10:01:35.965Z] Step 8/23 : COPY . . [2021-02-05T10:01:36.166Z] 33e5aa1dfe60: Pushed [2021-02-05T10:01:36.166Z] 0754057c0ad3: Layer already exists [2021-02-05T10:01:36.166Z] 998cdf262ab1: Layer already exists [2021-02-05T10:01:36.166Z] 02e56110abd2: Layer already exists [2021-02-05T10:01:36.166Z] abc36efb885a: Layer already exists [2021-02-05T10:01:36.166Z] 4109296ca856: Pushed [2021-02-05T10:01:36.166Z] b0b09059f4e1: Layer already exists [2021-02-05T10:01:36.166Z] bb961f40224b: Layer already exists [2021-02-05T10:01:36.426Z] 6a8bbb75a06a: Pushed [2021-02-05T10:01:36.426Z] f4666769fca7: Layer already exists [2021-02-05T10:01:37.000Z] 58571a4a2ed2: Pushed [2021-02-05T10:01:40.289Z] Removing intermediate container c7bdee3bac24 [2021-02-05T10:01:40.289Z] ---> 37f69fe80c29 [2021-02-05T10:01:40.289Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T10:01:40.307Z] 84ca5b1d8f28: Pushed [2021-02-05T10:01:40.307Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:40.579Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T10:01:40.579Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T10:01:40.579Z] ---> af57643b1093 [2021-02-05T10:01:40.579Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T10:01:40.579Z] ---> Using cache [2021-02-05T10:01:40.579Z] ---> a505c0c4d42c [2021-02-05T10:01:40.579Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T10:01:40.579Z] ---> Using cache [2021-02-05T10:01:40.579Z] ---> 15b3b090f18b [2021-02-05T10:01:40.579Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T10:01:40.579Z] ---> Using cache [2021-02-05T10:01:40.579Z] ---> b578a22f2cdb [2021-02-05T10:01:40.579Z] Step 6/23 : COPY go.mod . [2021-02-05T10:01:40.579Z] ---> Using cache [2021-02-05T10:01:40.579Z] ---> 875e752cdf6b [2021-02-05T10:01:40.579Z] Step 7/23 : RUN go mod download [2021-02-05T10:01:40.579Z] ---> Using cache [2021-02-05T10:01:40.579Z] ---> e2acf9948f80 [2021-02-05T10:01:40.579Z] Step 8/23 : COPY . . [2021-02-05T10:01:40.579Z] ---> Using cache [2021-02-05T10:01:40.579Z] ---> 5d5cd95279ea [2021-02-05T10:01:40.579Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T10:01:40.612Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:40.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.80 [2021-02-05T10:01:40.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T10:01:40.929Z] 1d686ae5be14: Preparing [2021-02-05T10:01:40.929Z] 6a8bbb75a06a: Preparing [2021-02-05T10:01:40.929Z] 84ca5b1d8f28: Preparing [2021-02-05T10:01:40.929Z] 33e5aa1dfe60: Preparing [2021-02-05T10:01:40.929Z] 1008d4c94399: Preparing [2021-02-05T10:01:40.929Z] 58571a4a2ed2: Preparing [2021-02-05T10:01:40.929Z] 4109296ca856: Preparing [2021-02-05T10:01:40.929Z] 0754057c0ad3: Preparing [2021-02-05T10:01:40.929Z] 998cdf262ab1: Preparing [2021-02-05T10:01:40.929Z] 02e56110abd2: Preparing [2021-02-05T10:01:40.929Z] abc36efb885a: Preparing [2021-02-05T10:01:40.929Z] b0b09059f4e1: Preparing [2021-02-05T10:01:40.929Z] bb961f40224b: Preparing [2021-02-05T10:01:40.929Z] f4666769fca7: Preparing [2021-02-05T10:01:40.929Z] 4109296ca856: Waiting [2021-02-05T10:01:40.929Z] 0754057c0ad3: Waiting [2021-02-05T10:01:40.929Z] 998cdf262ab1: Waiting [2021-02-05T10:01:40.929Z] 02e56110abd2: Waiting [2021-02-05T10:01:40.929Z] abc36efb885a: Waiting [2021-02-05T10:01:40.929Z] b0b09059f4e1: Waiting [2021-02-05T10:01:40.929Z] bb961f40224b: Waiting [2021-02-05T10:01:40.929Z] f4666769fca7: Waiting [2021-02-05T10:01:40.929Z] 58571a4a2ed2: Waiting [2021-02-05T10:01:40.929Z] 6a8bbb75a06a: Layer already exists [2021-02-05T10:01:40.929Z] 84ca5b1d8f28: Layer already exists [2021-02-05T10:01:40.929Z] 33e5aa1dfe60: Layer already exists [2021-02-05T10:01:40.929Z] 1d686ae5be14: Layer already exists [2021-02-05T10:01:40.929Z] 1008d4c94399: Layer already exists [2021-02-05T10:01:40.929Z] 58571a4a2ed2: Layer already exists [2021-02-05T10:01:40.929Z] 998cdf262ab1: Layer already exists [2021-02-05T10:01:40.929Z] 4109296ca856: Layer already exists [2021-02-05T10:01:40.929Z] 02e56110abd2: Layer already exists [2021-02-05T10:01:40.929Z] 0754057c0ad3: Layer already exists [2021-02-05T10:01:40.929Z] abc36efb885a: Layer already exists [2021-02-05T10:01:40.929Z] b0b09059f4e1: Layer already exists [2021-02-05T10:01:40.929Z] f4666769fca7: Layer already exists [2021-02-05T10:01:40.929Z] bb961f40224b: Layer already exists [2021-02-05T10:01:41.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T10:01:41.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T10:01:41.180Z] ---> af57643b1093 [2021-02-05T10:01:41.180Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T10:01:41.180Z] ---> Using cache [2021-02-05T10:01:41.180Z] ---> a505c0c4d42c [2021-02-05T10:01:41.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T10:01:41.180Z] ---> Using cache [2021-02-05T10:01:41.180Z] ---> 15b3b090f18b [2021-02-05T10:01:41.180Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T10:01:41.180Z] ---> Using cache [2021-02-05T10:01:41.180Z] ---> b578a22f2cdb [2021-02-05T10:01:41.180Z] Step 6/22 : COPY go.mod . [2021-02-05T10:01:41.180Z] ---> Using cache [2021-02-05T10:01:41.180Z] ---> 875e752cdf6b [2021-02-05T10:01:41.180Z] Step 7/22 : RUN go mod download [2021-02-05T10:01:41.180Z] ---> Using cache [2021-02-05T10:01:41.180Z] ---> e2acf9948f80 [2021-02-05T10:01:41.180Z] Step 8/22 : COPY . . [2021-02-05T10:01:41.180Z] ---> Using cache [2021-02-05T10:01:41.180Z] ---> 5d5cd95279ea [2021-02-05T10:01:41.180Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T10:01:41.194Z] 2.0.0-dev.80: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:41.503Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:41.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:41.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T10:01:41.803Z] 1d686ae5be14: Preparing [2021-02-05T10:01:41.803Z] 6a8bbb75a06a: Preparing [2021-02-05T10:01:41.803Z] 84ca5b1d8f28: Preparing [2021-02-05T10:01:41.803Z] 33e5aa1dfe60: Preparing [2021-02-05T10:01:41.803Z] 1008d4c94399: Preparing [2021-02-05T10:01:41.803Z] 58571a4a2ed2: Preparing [2021-02-05T10:01:41.803Z] 4109296ca856: Preparing [2021-02-05T10:01:41.803Z] 0754057c0ad3: Preparing [2021-02-05T10:01:41.803Z] 998cdf262ab1: Preparing [2021-02-05T10:01:41.803Z] 02e56110abd2: Preparing [2021-02-05T10:01:41.803Z] abc36efb885a: Preparing [2021-02-05T10:01:41.803Z] b0b09059f4e1: Preparing [2021-02-05T10:01:41.803Z] bb961f40224b: Preparing [2021-02-05T10:01:41.803Z] f4666769fca7: Preparing [2021-02-05T10:01:41.803Z] 58571a4a2ed2: Waiting [2021-02-05T10:01:41.803Z] 4109296ca856: Waiting [2021-02-05T10:01:41.803Z] abc36efb885a: Waiting [2021-02-05T10:01:41.803Z] b0b09059f4e1: Waiting [2021-02-05T10:01:41.803Z] 0754057c0ad3: Waiting [2021-02-05T10:01:41.803Z] 998cdf262ab1: Waiting [2021-02-05T10:01:41.803Z] 02e56110abd2: Waiting [2021-02-05T10:01:41.803Z] bb961f40224b: Waiting [2021-02-05T10:01:41.803Z] f4666769fca7: Waiting [2021-02-05T10:01:41.803Z] 6a8bbb75a06a: Layer already exists [2021-02-05T10:01:41.803Z] 84ca5b1d8f28: Layer already exists [2021-02-05T10:01:41.803Z] 1d686ae5be14: Layer already exists [2021-02-05T10:01:41.803Z] 33e5aa1dfe60: Layer already exists [2021-02-05T10:01:41.803Z] 1008d4c94399: Layer already exists [2021-02-05T10:01:41.803Z] 58571a4a2ed2: Layer already exists [2021-02-05T10:01:41.803Z] 4109296ca856: Layer already exists [2021-02-05T10:01:41.803Z] 02e56110abd2: Layer already exists [2021-02-05T10:01:41.803Z] 0754057c0ad3: Layer already exists [2021-02-05T10:01:41.803Z] 998cdf262ab1: Layer already exists [2021-02-05T10:01:41.803Z] abc36efb885a: Layer already exists [2021-02-05T10:01:41.803Z] b0b09059f4e1: Layer already exists [2021-02-05T10:01:41.803Z] f4666769fca7: Layer already exists [2021-02-05T10:01:41.803Z] bb961f40224b: Layer already exists [2021-02-05T10:01:41.803Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:42.114Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:01:42.186Z] ---> Running in 479907c0b575 [2021-02-05T10:01:42.187Z] ---> Running in 5f1e2cfcf78b [2021-02-05T10:01:42.187Z] ---> Running in 0476b0463c56 [2021-02-05T10:01:42.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-05T10:01:42.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T10:01:42.418Z] 1d686ae5be14: Preparing [2021-02-05T10:01:42.418Z] 6a8bbb75a06a: Preparing [2021-02-05T10:01:42.418Z] 84ca5b1d8f28: Preparing [2021-02-05T10:01:42.418Z] 33e5aa1dfe60: Preparing [2021-02-05T10:01:42.418Z] 1008d4c94399: Preparing [2021-02-05T10:01:42.418Z] 58571a4a2ed2: Preparing [2021-02-05T10:01:42.418Z] 4109296ca856: Preparing [2021-02-05T10:01:42.418Z] 0754057c0ad3: Preparing [2021-02-05T10:01:42.418Z] 998cdf262ab1: Preparing [2021-02-05T10:01:42.418Z] 58571a4a2ed2: Waiting [2021-02-05T10:01:42.418Z] 02e56110abd2: Preparing [2021-02-05T10:01:42.418Z] abc36efb885a: Preparing [2021-02-05T10:01:42.418Z] b0b09059f4e1: Preparing [2021-02-05T10:01:42.418Z] bb961f40224b: Preparing [2021-02-05T10:01:42.418Z] f4666769fca7: Preparing [2021-02-05T10:01:42.418Z] 4109296ca856: Waiting [2021-02-05T10:01:42.418Z] 0754057c0ad3: Waiting [2021-02-05T10:01:42.418Z] 998cdf262ab1: Waiting [2021-02-05T10:01:42.418Z] 02e56110abd2: Waiting [2021-02-05T10:01:42.418Z] abc36efb885a: Waiting [2021-02-05T10:01:42.418Z] b0b09059f4e1: Waiting [2021-02-05T10:01:42.418Z] bb961f40224b: Waiting [2021-02-05T10:01:42.418Z] f4666769fca7: Waiting [2021-02-05T10:01:42.418Z] 84ca5b1d8f28: Layer already exists [2021-02-05T10:01:42.418Z] 1008d4c94399: Layer already exists [2021-02-05T10:01:42.418Z] 1d686ae5be14: Layer already exists [2021-02-05T10:01:42.418Z] 33e5aa1dfe60: Layer already exists [2021-02-05T10:01:42.418Z] 6a8bbb75a06a: Layer already exists [2021-02-05T10:01:42.418Z] 58571a4a2ed2: Layer already exists [2021-02-05T10:01:42.418Z] 4109296ca856: Layer already exists [2021-02-05T10:01:42.418Z] 998cdf262ab1: Layer already exists [2021-02-05T10:01:42.418Z] 02e56110abd2: Layer already exists [2021-02-05T10:01:42.418Z] 0754057c0ad3: Layer already exists [2021-02-05T10:01:42.418Z] b0b09059f4e1: Layer already exists [2021-02-05T10:01:42.418Z] abc36efb885a: Layer already exists [2021-02-05T10:01:42.418Z] f4666769fca7: Layer already exists [2021-02-05T10:01:42.418Z] bb961f40224b: Layer already exists [2021-02-05T10:01:42.418Z] master: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:01:42.613Z] ===================================================== [Pipeline] echo [2021-02-05T10:01:42.659Z] taggedImages: [2021-02-05T10:01:42.659Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:01:42.659Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.80 [2021-02-05T10:01:42.659Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:01:42.659Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T10:01:44.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T10:01:44.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T10:01:46.440Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T10:01:46.440Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T10:01:46.440Z] ---> af57643b1093 [2021-02-05T10:01:46.440Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T10:01:46.440Z] ---> Using cache [2021-02-05T10:01:46.440Z] ---> a505c0c4d42c [2021-02-05T10:01:46.440Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T10:01:46.440Z] ---> Using cache [2021-02-05T10:01:46.440Z] ---> 15b3b090f18b [2021-02-05T10:01:46.440Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T10:01:46.440Z] ---> Using cache [2021-02-05T10:01:46.440Z] ---> b578a22f2cdb [2021-02-05T10:01:46.440Z] Step 6/31 : COPY go.mod . [2021-02-05T10:01:46.440Z] ---> Using cache [2021-02-05T10:01:46.440Z] ---> 875e752cdf6b [2021-02-05T10:01:46.440Z] Step 7/31 : RUN go mod download [2021-02-05T10:01:46.440Z] ---> Using cache [2021-02-05T10:01:46.440Z] ---> e2acf9948f80 [2021-02-05T10:01:46.440Z] Step 8/31 : COPY . . [2021-02-05T10:01:46.440Z] ---> Using cache [2021-02-05T10:01:46.440Z] ---> 5d5cd95279ea [2021-02-05T10:01:46.440Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T10:01:48.430Z] ---> Running in 5b097c4f988a [2021-02-05T10:01:49.873Z] Collecting docker-compose==1.23.2 [2021-02-05T10:01:49.873Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T10:01:50.165Z] ---> 75c128bd4d95 [2021-02-05T10:01:50.165Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T10:01:50.452Z] ---> Running in b3537ee7ffa0 [2021-02-05T10:01:50.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T10:01:51.061Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T10:01:51.061Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T10:01:52.053Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T10:01:54.699Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T10:01:54.699Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T10:01:56.694Z] Collecting PyYAML<4,>=3.10 [2021-02-05T10:01:56.694Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T10:02:02.135Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T10:02:02.135Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T10:02:02.135Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T10:02:03.114Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T10:02:03.114Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T10:02:03.714Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T10:02:03.989Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T10:02:07.441Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T10:02:07.719Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T10:02:08.769Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T10:02:08.769Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T10:02:09.364Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T10:02:09.637Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T10:02:12.267Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T10:02:12.542Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T10:02:13.143Z] Collecting idna<2.8,>=2.5 [2021-02-05T10:02:13.143Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T10:02:14.130Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T10:02:14.130Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T10:02:14.407Z] 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-02-05T10:02:14.407Z] 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-02-05T10:02:14.407Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T10:02:14.407Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T10:02:14.407Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T10:02:14.407Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T10:02:15.851Z] Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, jsonschema, dockerpty, docker-compose [2021-02-05T10:02:15.851Z] Running setup.py install for docopt: started [2021-02-05T10:02:17.837Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T10:02:18.435Z] Attempting uninstall: idna [2021-02-05T10:02:18.435Z] Found existing installation: idna 2.9 [2021-02-05T10:02:18.435Z] Uninstalling idna-2.9: [2021-02-05T10:02:18.435Z] Successfully uninstalled idna-2.9 [2021-02-05T10:02:19.423Z] Attempting uninstall: urllib3 [2021-02-05T10:02:19.423Z] Found existing installation: urllib3 1.25.9 [2021-02-05T10:02:19.423Z] Uninstalling urllib3-1.25.9: [2021-02-05T10:02:19.701Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T10:02:20.304Z] Attempting uninstall: requests [2021-02-05T10:02:20.304Z] Found existing installation: requests 2.23.0 [2021-02-05T10:02:20.304Z] Uninstalling requests-2.23.0: [2021-02-05T10:02:20.583Z] Successfully uninstalled requests-2.23.0 [2021-02-05T10:02:22.035Z] Running setup.py install for PyYAML: started [2021-02-05T10:02:25.436Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T10:02:25.436Z] Running setup.py install for texttable: started [2021-02-05T10:02:28.078Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T10:02:28.078Z] Running setup.py install for dockerpty: started [2021-02-05T10:02:30.703Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T10:02:32.143Z] 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-02-05T10:02:37.600Z] Removing intermediate container 479907c0b575 [2021-02-05T10:02:37.600Z] ---> a708cd41c761 [2021-02-05T10:02:37.600Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T10:02:37.600Z] ---> Running in a70ed068d2a7 [2021-02-05T10:02:39.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:02:39.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:02:40.863Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T10:02:40.863Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T10:02:40.863Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T10:02:40.863Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:02:40.863Z] OK: 71 MiB in 58 packages [2021-02-05T10:02:42.847Z] Removing intermediate container a70ed068d2a7 [2021-02-05T10:02:42.847Z] ---> 87d59366e76f [2021-02-05T10:02:42.847Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T10:02:43.123Z] ---> Running in a367333a03f5 [2021-02-05T10:02:43.725Z] Removing intermediate container a367333a03f5 [2021-02-05T10:02:43.725Z] ---> 840f593ee9a1 [2021-02-05T10:02:43.725Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:02:44.000Z] ---> Running in bbebf772c7fb [2021-02-05T10:02:44.600Z] Removing intermediate container bbebf772c7fb [2021-02-05T10:02:44.600Z] ---> d1d1822c1366 [2021-02-05T10:02:44.600Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T10:02:44.879Z] ---> Running in f99ecd269461 [2021-02-05T10:02:45.477Z] Removing intermediate container f99ecd269461 [2021-02-05T10:02:45.477Z] ---> c2021c822762 [2021-02-05T10:02:45.477Z] Step 25/26 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:02:45.752Z] ---> Running in 9543795f7c85 [2021-02-05T10:02:46.353Z] Removing intermediate container 9543795f7c85 [2021-02-05T10:02:46.353Z] ---> e1b63c01173a [2021-02-05T10:02:46.353Z] Step 26/26 : LABEL version=2.0.0-dev.80 [2021-02-05T10:02:46.637Z] ---> Running in b0511b80aa4b [2021-02-05T10:02:47.240Z] Removing intermediate container b0511b80aa4b [2021-02-05T10:02:47.240Z] ---> cc09d7969fe3 [2021-02-05T10:02:47.240Z] [2021-02-05T10:02:47.514Z] Successfully built cc09d7969fe3 [2021-02-05T10:02:47.514Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T10:03:14.322Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T10:03:26.742Z] Removing intermediate container 0476b0463c56 [2021-02-05T10:03:26.742Z] ---> bf8913deaa77 [2021-02-05T10:03:26.742Z] [2021-02-05T10:03:26.742Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T10:03:26.742Z] ---> afeebe901d6b [2021-02-05T10:03:26.742Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T10:03:26.742Z] ---> Using cache [2021-02-05T10:03:26.742Z] ---> 1e0b2270fcab [2021-02-05T10:03:26.742Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T10:03:26.742Z] ---> Using cache [2021-02-05T10:03:26.742Z] ---> 95e21e8ad8e7 [2021-02-05T10:03:26.742Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T10:03:26.742Z] ---> Running in 843f6d2ecdf6 [2021-02-05T10:03:28.183Z] Removing intermediate container 843f6d2ecdf6 [2021-02-05T10:03:28.183Z] ---> ecb1d210206c [2021-02-05T10:03:28.183Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T10:03:28.784Z] ---> Running in 979b180cac66 [2021-02-05T10:03:29.389Z] Removing intermediate container 5f1e2cfcf78b [2021-02-05T10:03:29.389Z] ---> 8b7f4b251d98 [2021-02-05T10:03:29.389Z] [2021-02-05T10:03:29.389Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T10:03:29.389Z] ---> afeebe901d6b [2021-02-05T10:03:29.389Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T10:03:29.389Z] ---> Using cache [2021-02-05T10:03:29.389Z] ---> 1e0b2270fcab [2021-02-05T10:03:29.389Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T10:03:29.389Z] ---> Using cache [2021-02-05T10:03:29.389Z] ---> 95e21e8ad8e7 [2021-02-05T10:03:29.389Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T10:03:29.664Z] Removing intermediate container 979b180cac66 [2021-02-05T10:03:29.664Z] ---> e06297981914 [2021-02-05T10:03:29.664Z] Step 15/23 : WORKDIR / [2021-02-05T10:03:29.664Z] ---> Running in 79b186697f41 [2021-02-05T10:03:29.939Z] ---> Running in 0d4ad70d6df8 [2021-02-05T10:03:30.546Z] Removing intermediate container 79b186697f41 [2021-02-05T10:03:30.546Z] ---> c95fef7de198 [2021-02-05T10:03:30.546Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T10:03:31.151Z] Removing intermediate container 0d4ad70d6df8 [2021-02-05T10:03:31.151Z] ---> 77c245b33c91 [2021-02-05T10:03:31.151Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:03:31.151Z] ---> Running in e3287b065402 [2021-02-05T10:03:31.427Z] Removing intermediate container 5b097c4f988a [2021-02-05T10:03:31.427Z] ---> 09c09a514507 [2021-02-05T10:03:31.427Z] [2021-02-05T10:03:31.427Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T10:03:31.427Z] ---> afeebe901d6b [2021-02-05T10:03:31.427Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T10:03:31.702Z] Removing intermediate container e3287b065402 [2021-02-05T10:03:31.702Z] ---> 3231d5271959 [2021-02-05T10:03:31.702Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:03:31.702Z] ---> Running in 7a70f3092523 [2021-02-05T10:03:31.977Z] ---> d20e62da30e4 [2021-02-05T10:03:31.977Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T10:03:32.269Z] Removing intermediate container 7a70f3092523 [2021-02-05T10:03:32.269Z] ---> 2fdb1268e759 [2021-02-05T10:03:32.269Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T10:03:32.541Z] ---> Running in d0d38662182a [2021-02-05T10:03:32.812Z] ---> beaeadf99d5b [2021-02-05T10:03:32.812Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T10:03:34.249Z] ---> c1bf0cf222a5 [2021-02-05T10:03:34.249Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T10:03:34.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:03:34.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:03:34.522Z] ---> c730e44bef2f [2021-02-05T10:03:34.522Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T10:03:34.811Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T10:03:34.811Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T10:03:34.811Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:03:34.811Z] OK: 5 MiB in 16 packages [2021-02-05T10:03:35.416Z] ---> 0d0c9939aa25 [2021-02-05T10:03:35.416Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T10:03:35.691Z] ---> Running in e1cd8bd49809 [2021-02-05T10:03:35.691Z] ---> 670b0f7c7e70 [2021-02-05T10:03:35.691Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T10:03:35.977Z] ---> Running in 0c34f98b5f92 [2021-02-05T10:03:36.574Z] Removing intermediate container e1cd8bd49809 [2021-02-05T10:03:36.574Z] ---> 83e8dfa7a0b9 [2021-02-05T10:03:36.574Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:03:36.574Z] Removing intermediate container 0c34f98b5f92 [2021-02-05T10:03:36.574Z] ---> d1e533f637a2 [2021-02-05T10:03:36.574Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:03:36.574Z] Removing intermediate container d0d38662182a [2021-02-05T10:03:36.574Z] ---> df1627458132 [2021-02-05T10:03:36.574Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T10:03:37.558Z] ---> Running in 0f73b4b927eb [2021-02-05T10:03:37.558Z] ---> Running in aa664c65a4c9 [2021-02-05T10:03:37.558Z] ---> Running in 2d597fd7c9a0 [2021-02-05T10:03:37.832Z] Removing intermediate container 0f73b4b927eb [2021-02-05T10:03:37.832Z] ---> 55409a08a137 [2021-02-05T10:03:37.832Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T10:03:38.106Z] ---> Running in 0d5adf4c68c9 [2021-02-05T10:03:38.106Z] Removing intermediate container aa664c65a4c9 [2021-02-05T10:03:38.106Z] ---> ce2f9e42f76a [2021-02-05T10:03:38.106Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T10:03:38.106Z] Removing intermediate container 2d597fd7c9a0 [2021-02-05T10:03:38.106Z] ---> 578c08bc31eb [2021-02-05T10:03:38.106Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T10:03:38.382Z] ---> Running in fae3056ec20a [2021-02-05T10:03:38.382Z] ---> Running in d6fd22194e86 [2021-02-05T10:03:38.655Z] Removing intermediate container 0d5adf4c68c9 [2021-02-05T10:03:38.655Z] ---> 94c279b31927 [2021-02-05T10:03:38.655Z] Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:03:38.935Z] ---> Running in 7b0db95d367b [2021-02-05T10:03:39.206Z] Removing intermediate container d6fd22194e86 [2021-02-05T10:03:39.206Z] ---> 07d865abc50a [2021-02-05T10:03:39.206Z] Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:03:39.206Z] Removing intermediate container fae3056ec20a [2021-02-05T10:03:39.206Z] ---> 864412945ef7 [2021-02-05T10:03:39.206Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T10:03:39.477Z] ---> Running in 5f6fbb7739fe [2021-02-05T10:03:39.477Z] ---> Running in f3854f239b9e [2021-02-05T10:03:39.477Z] Removing intermediate container 7b0db95d367b [2021-02-05T10:03:39.477Z] ---> 7174785667b3 [2021-02-05T10:03:39.477Z] Step 23/23 : LABEL version=2.0.0-dev.80 [2021-02-05T10:03:40.074Z] ---> Running in eeb0db40465d [2021-02-05T10:03:40.074Z] Removing intermediate container f3854f239b9e [2021-02-05T10:03:40.074Z] ---> b16df48bcca1 [2021-02-05T10:03:40.074Z] Step 22/22 : LABEL version=2.0.0-dev.80 [2021-02-05T10:03:40.345Z] ---> Running in 122b828fc6ae [2021-02-05T10:03:40.619Z] Removing intermediate container eeb0db40465d [2021-02-05T10:03:40.619Z] ---> d128b5bf9950 [2021-02-05T10:03:40.619Z] [2021-02-05T10:03:40.891Z] Successfully built d128b5bf9950 [2021-02-05T10:03:40.891Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T10:03:41.487Z]  Building docker-core-command-go ... done Removing intermediate container 122b828fc6ae [2021-02-05T10:03:41.487Z] ---> ef50da033b0b [2021-02-05T10:03:41.487Z] [2021-02-05T10:03:41.761Z] Successfully built ef50da033b0b [2021-02-05T10:03:42.048Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T10:03:43.077Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5f6fbb7739fe [2021-02-05T10:03:43.077Z] ---> b38aa4ff31b4 [2021-02-05T10:03:43.077Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T10:03:43.077Z] Removing intermediate container b3537ee7ffa0 [2021-02-05T10:03:43.077Z] ---> df493c65de50 [2021-02-05T10:03:43.077Z] [2021-02-05T10:03:43.077Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T10:03:43.077Z] ---> afeebe901d6b [2021-02-05T10:03:43.077Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T10:03:43.433Z] ---> Running in 76df5b304aef [2021-02-05T10:03:43.433Z] ---> Running in 204e3525a17b [2021-02-05T10:03:44.043Z] Removing intermediate container 204e3525a17b [2021-02-05T10:03:44.043Z] ---> c39c5241a89d [2021-02-05T10:03:44.043Z] Step 12/23 : ENV APP_PORT=48080Removing intermediate container 76df5b304aef [2021-02-05T10:03:44.043Z] [2021-02-05T10:03:44.043Z] ---> d891b3f09dc1 [2021-02-05T10:03:44.043Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T10:03:44.043Z] ---> Running in e24a201ea779 [2021-02-05T10:03:44.668Z] Removing intermediate container e24a201ea779 [2021-02-05T10:03:44.669Z] ---> c93907ee9a51 [2021-02-05T10:03:44.669Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T10:03:44.945Z] ---> 4c3c1f7fbeb5 [2021-02-05T10:03:44.945Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T10:03:44.945Z] ---> Running in 87b4126562a3 [2021-02-05T10:03:45.216Z] ---> Running in d86cddc3b53e [2021-02-05T10:03:45.497Z] Removing intermediate container 87b4126562a3 [2021-02-05T10:03:45.497Z] ---> 2f0acb526b50 [2021-02-05T10:03:45.497Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T10:03:45.772Z] ---> Running in da31b915e447 [2021-02-05T10:03:47.760Z] Removing intermediate container d86cddc3b53e [2021-02-05T10:03:47.760Z] ---> 3e99dd614ae4 [2021-02-05T10:03:47.760Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:03:48.358Z] Removing intermediate container da31b915e447 [2021-02-05T10:03:48.358Z] ---> 4a0264c12bd1 [2021-02-05T10:03:48.358Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T10:03:48.358Z] ---> Running in 02c80d979d25 [2021-02-05T10:03:48.631Z] ---> 3f2d33553b45 [2021-02-05T10:03:48.631Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T10:03:49.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T10:03:49.609Z] ---> 9ca704dc60ce [2021-02-05T10:03:49.609Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T10:03:50.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T10:03:50.595Z] ---> b514ac4234b8 [2021-02-05T10:03:50.595Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T10:03:51.188Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T10:03:51.188Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T10:03:51.188Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T10:03:51.458Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T10:03:51.458Z] ---> 248c2f16decc [2021-02-05T10:03:51.458Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T10:03:51.730Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T10:03:52.003Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T10:03:52.003Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T10:03:52.003Z] OK: 8 MiB in 20 packages [2021-02-05T10:03:52.275Z] ---> ef8302d599af [2021-02-05T10:03:52.275Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T10:03:52.871Z] ---> Running in 43b1c3d1f2c3 [2021-02-05T10:03:53.463Z] Removing intermediate container 43b1c3d1f2c3 [2021-02-05T10:03:53.463Z] ---> eb473f562e0f [2021-02-05T10:03:53.463Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T10:03:53.463Z] Removing intermediate container 02c80d979d25 [2021-02-05T10:03:53.463Z] ---> 58c384e2155b [2021-02-05T10:03:53.463Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T10:03:54.057Z] ---> 640ac9f88436 [2021-02-05T10:03:54.057Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T10:03:54.329Z] ---> 75373f5be6df [2021-02-05T10:03:54.329Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T10:03:54.602Z] ---> Running in 046f5e5bf6b7 [2021-02-05T10:03:56.041Z] ---> 70ba2ef63574 [2021-02-05T10:03:56.041Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T10:03:56.635Z] ---> eef621525012 [2021-02-05T10:03:56.635Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T10:03:56.908Z] ---> Running in 50b5af2c6c8a [2021-02-05T10:03:57.180Z] Removing intermediate container 046f5e5bf6b7 [2021-02-05T10:03:57.180Z] ---> 6b388375223b [2021-02-05T10:03:57.180Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T10:03:57.452Z] ---> Running in 945cba9dd737 [2021-02-05T10:03:57.452Z] Removing intermediate container 50b5af2c6c8a [2021-02-05T10:03:57.452Z] ---> a70bde4343f1 [2021-02-05T10:03:57.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T10:03:57.723Z] ---> Running in 7ff477c31437 [2021-02-05T10:03:57.994Z] Removing intermediate container 945cba9dd737 [2021-02-05T10:03:57.994Z] ---> 82386b81be69 [2021-02-05T10:03:57.994Z] Step 28/31 : CMD ["gate"] [2021-02-05T10:03:58.272Z] Removing intermediate container 7ff477c31437 [2021-02-05T10:03:58.272Z] ---> 8164c141af4e [2021-02-05T10:03:58.272Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T10:03:58.547Z] ---> Running in 42f4cf12df39 [2021-02-05T10:03:58.547Z] ---> Running in d60c0a0b1e8b [2021-02-05T10:03:59.140Z] Removing intermediate container 42f4cf12df39 [2021-02-05T10:03:59.140Z] ---> 9c8f39071aa4 [2021-02-05T10:03:59.140Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T10:03:59.140Z] Removing intermediate container d60c0a0b1e8b [2021-02-05T10:03:59.140Z] ---> db9681ff1a05 [2021-02-05T10:03:59.140Z] Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:03:59.414Z] ---> Running in 47d91ca92beb [2021-02-05T10:03:59.414Z] ---> Running in eb26a0a4a6dd [2021-02-05T10:04:00.012Z] Removing intermediate container 47d91ca92beb [2021-02-05T10:04:00.012Z] ---> 9ba8f6637533 [2021-02-05T10:04:00.012Z] Step 30/31 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:00.012Z] Removing intermediate container eb26a0a4a6dd [2021-02-05T10:04:00.012Z] ---> ecf324a1707c [2021-02-05T10:04:00.012Z] Step 23/23 : LABEL version=2.0.0-dev.80 [2021-02-05T10:04:00.289Z] ---> Running in 3d7ec23cb3aa [2021-02-05T10:04:00.289Z] ---> Running in 72c9cee8bc32 [2021-02-05T10:04:00.902Z] Removing intermediate container 3d7ec23cb3aa [2021-02-05T10:04:00.902Z] ---> 4f35638ea3af [2021-02-05T10:04:00.902Z] Step 31/31 : LABEL version=2.0.0-dev.80 [2021-02-05T10:04:00.902Z] Removing intermediate container 72c9cee8bc32 [2021-02-05T10:04:00.902Z] ---> 847b334d1bcf [2021-02-05T10:04:00.902Z] [2021-02-05T10:04:01.174Z] Successfully built 847b334d1bcf [2021-02-05T10:04:01.174Z] ---> Running in 0c2d29df4489 [2021-02-05T10:04:01.174Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T10:04:01.774Z]  Building docker-core-data-go ... done Removing intermediate container 0c2d29df4489 [2021-02-05T10:04:01.774Z] ---> a3a63fa72385 [2021-02-05T10:04:01.774Z] [2021-02-05T10:04:02.046Z] Successfully built a3a63fa72385 [2021-02-05T10:04:02.046Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T10:04:02.335Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-05T10:04:02.363Z] $ docker stop --time=1 2aec0c9525157e9208f232f06640acbd24ce06e01fbd00ff6dd6e06fde53f540 [2021-02-05T10:04:04.423Z] $ docker rm -f 2aec0c9525157e9208f232f06640acbd24ce06e01fbd00ff6dd6e06fde53f540 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T10:04:05.087Z] + docker images [2021-02-05T10:04:05.087Z] + grep docker [2021-02-05T10:04:05.358Z] docker-security-bootstrapper-go-arm64 latest a3a63fa72385 4 seconds ago 22.6MB [2021-02-05T10:04:05.358Z] docker-core-data-go-arm64 latest 847b334d1bcf 5 seconds ago 21MB [2021-02-05T10:04:05.358Z] docker-core-command-go-arm64 latest d128b5bf9950 25 seconds ago 16MB [2021-02-05T10:04:05.358Z] docker-support-scheduler-go-arm64 latest ef50da033b0b 25 seconds ago 16.1MB [2021-02-05T10:04:05.358Z] docker-sys-mgmt-agent-go-arm64 latest cc09d7969fe3 About a minute ago 300MB [2021-02-05T10:04:05.358Z] docker-core-metadata-go-arm64 latest 03ffe7004bfa 2 minutes ago 17.8MB [2021-02-05T10:04:05.358Z] docker-support-notifications-go-arm64 latest b7e093b6b7a4 2 minutes ago 16.7MB [2021-02-05T10:04:05.358Z] docker-security-secretstore-setup-go-arm64 latest 612981bebb63 2 minutes ago 23.4MB [2021-02-05T10:04:05.358Z] docker-security-proxy-setup-go-arm64 latest e046136fd5d3 2 minutes ago 23.2MB [2021-02-05T10:04:05.358Z] docker 20.10.0 eeaf43b92773 8 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-02-05T10:04:05.932Z] provisioning config files... [2021-02-05T10:04:05.987Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config2459878674206087073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:04:06.383Z] ---> docker-login.sh [2021-02-05T10:04:06.383Z] nexus3.edgexfoundry.org:10001 [2021-02-05T10:04:06.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:04:06.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:04:06.929Z] Configure a credential helper to remove this warning. See [2021-02-05T10:04:06.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:04:06.929Z] [2021-02-05T10:04:06.929Z] Login Succeeded [2021-02-05T10:04:06.929Z] nexus3.edgexfoundry.org:10002 [2021-02-05T10:04:07.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:04:07.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:04:07.474Z] Configure a credential helper to remove this warning. See [2021-02-05T10:04:07.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:04:07.474Z] [2021-02-05T10:04:07.474Z] Login Succeeded [2021-02-05T10:04:07.474Z] nexus3.edgexfoundry.org:10003 [2021-02-05T10:04:07.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:04:08.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:04:08.021Z] Configure a credential helper to remove this warning. See [2021-02-05T10:04:08.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:04:08.021Z] [2021-02-05T10:04:08.021Z] Login Succeeded [2021-02-05T10:04:08.021Z] nexus3.edgexfoundry.org:10004 [2021-02-05T10:04:08.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:04:08.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:04:08.578Z] Configure a credential helper to remove this warning. See [2021-02-05T10:04:08.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:04:08.578Z] [2021-02-05T10:04:08.578Z] Login Succeeded [2021-02-05T10:04:08.578Z] docker.io [2021-02-05T10:04:08.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T10:04:09.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T10:04:09.123Z] Configure a credential helper to remove this warning. See [2021-02-05T10:04:09.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T10:04:09.123Z] [2021-02-05T10:04:09.123Z] Login Succeeded [2021-02-05T10:04:09.396Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T10:04:09.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:09.637Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-05T10:04:09.637Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:09.637Z] 2.0.0-dev.80 [2021-02-05T10:04:09.637Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:09.637Z] master [2021-02-05T10:04:09.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:10.153Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:10.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:10.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T10:04:10.490Z] 4f89f272c04c: Preparing [2021-02-05T10:04:10.490Z] 269fda88d0f7: Preparing [2021-02-05T10:04:10.490Z] f94292630026: Preparing [2021-02-05T10:04:10.490Z] aeaf729ad938: Preparing [2021-02-05T10:04:10.490Z] 379067d0cb53: Preparing [2021-02-05T10:04:10.763Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:10.763Z] f94292630026: Pushed [2021-02-05T10:04:10.763Z] 4f89f272c04c: Pushed [2021-02-05T10:04:10.763Z] aeaf729ad938: Pushed [2021-02-05T10:04:13.371Z] 269fda88d0f7: Pushed [2021-02-05T10:04:13.644Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:13.996Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:14.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:14.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T10:04:14.335Z] 4f89f272c04c: Preparing [2021-02-05T10:04:14.335Z] 269fda88d0f7: Preparing [2021-02-05T10:04:14.335Z] f94292630026: Preparing [2021-02-05T10:04:14.335Z] aeaf729ad938: Preparing [2021-02-05T10:04:14.335Z] 379067d0cb53: Preparing [2021-02-05T10:04:14.335Z] 269fda88d0f7: Layer already exists [2021-02-05T10:04:14.335Z] aeaf729ad938: Layer already exists [2021-02-05T10:04:14.335Z] 4f89f272c04c: Layer already exists [2021-02-05T10:04:14.606Z] f94292630026: Layer already exists [2021-02-05T10:04:14.607Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:14.607Z] 2.0.0-dev.80: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:14.949Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:15.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:15.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T10:04:15.287Z] 4f89f272c04c: Preparing [2021-02-05T10:04:15.287Z] 269fda88d0f7: Preparing [2021-02-05T10:04:15.287Z] f94292630026: Preparing [2021-02-05T10:04:15.287Z] aeaf729ad938: Preparing [2021-02-05T10:04:15.287Z] 379067d0cb53: Preparing [2021-02-05T10:04:15.287Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:15.287Z] 269fda88d0f7: Layer already exists [2021-02-05T10:04:15.559Z] 4f89f272c04c: Layer already exists [2021-02-05T10:04:15.559Z] f94292630026: Layer already exists [2021-02-05T10:04:15.559Z] aeaf729ad938: Layer already exists [2021-02-05T10:04:15.559Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:15.896Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:16.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-05T10:04:16.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T10:04:16.230Z] 4f89f272c04c: Preparing [2021-02-05T10:04:16.230Z] 269fda88d0f7: Preparing [2021-02-05T10:04:16.230Z] f94292630026: Preparing [2021-02-05T10:04:16.230Z] aeaf729ad938: Preparing [2021-02-05T10:04:16.230Z] 379067d0cb53: Preparing [2021-02-05T10:04:16.230Z] 4f89f272c04c: Layer already exists [2021-02-05T10:04:16.230Z] aeaf729ad938: Layer already exists [2021-02-05T10:04:16.230Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:16.230Z] 269fda88d0f7: Layer already exists [2021-02-05T10:04:16.230Z] f94292630026: Layer already exists [2021-02-05T10:04:16.501Z] master: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:16.713Z] ===================================================== [Pipeline] echo [2021-02-05T10:04:16.769Z] taggedImages: [2021-02-05T10:04:16.769Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:16.769Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:16.769Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:16.769Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-05T10:04:16.848Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-05T10:04:16.848Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:16.848Z] 2.0.0-dev.80 [2021-02-05T10:04:16.848Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:16.848Z] master [2021-02-05T10:04:16.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:17.361Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:17.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:17.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T10:04:17.697Z] 88f2551404d3: Preparing [2021-02-05T10:04:17.697Z] 24c219ddfccd: Preparing [2021-02-05T10:04:17.697Z] f94292630026: Preparing [2021-02-05T10:04:17.697Z] a343f57e76e2: Preparing [2021-02-05T10:04:17.697Z] 5032322a1498: Preparing [2021-02-05T10:04:17.697Z] 379067d0cb53: Preparing [2021-02-05T10:04:17.697Z] 379067d0cb53: Waiting [2021-02-05T10:04:17.968Z] f94292630026: Layer already exists [2021-02-05T10:04:17.968Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:17.968Z] 5032322a1498: Pushed [2021-02-05T10:04:17.968Z] 88f2551404d3: Pushed [2021-02-05T10:04:18.561Z] a343f57e76e2: Pushed [2021-02-05T10:04:21.166Z] 24c219ddfccd: Pushed [2021-02-05T10:04:21.166Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:21.510Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:21.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:21.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T10:04:21.868Z] 88f2551404d3: Preparing [2021-02-05T10:04:21.868Z] 24c219ddfccd: Preparing [2021-02-05T10:04:21.868Z] f94292630026: Preparing [2021-02-05T10:04:21.868Z] a343f57e76e2: Preparing [2021-02-05T10:04:21.868Z] 5032322a1498: Preparing [2021-02-05T10:04:21.868Z] 379067d0cb53: Preparing [2021-02-05T10:04:21.868Z] 379067d0cb53: Waiting [2021-02-05T10:04:22.145Z] f94292630026: Layer already exists [2021-02-05T10:04:22.145Z] 88f2551404d3: Layer already exists [2021-02-05T10:04:22.145Z] 24c219ddfccd: Layer already exists [2021-02-05T10:04:22.145Z] a343f57e76e2: Layer already exists [2021-02-05T10:04:22.145Z] 5032322a1498: Layer already exists [2021-02-05T10:04:22.145Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:22.145Z] 2.0.0-dev.80: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:22.496Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:22.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:22.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T10:04:22.879Z] 88f2551404d3: Preparing [2021-02-05T10:04:22.879Z] 24c219ddfccd: Preparing [2021-02-05T10:04:22.879Z] f94292630026: Preparing [2021-02-05T10:04:22.879Z] a343f57e76e2: Preparing [2021-02-05T10:04:22.879Z] 5032322a1498: Preparing [2021-02-05T10:04:22.879Z] 379067d0cb53: Preparing [2021-02-05T10:04:22.879Z] 379067d0cb53: Waiting [2021-02-05T10:04:22.879Z] 5032322a1498: Layer already exists [2021-02-05T10:04:22.879Z] 24c219ddfccd: Layer already exists [2021-02-05T10:04:22.879Z] a343f57e76e2: Layer already exists [2021-02-05T10:04:22.879Z] f94292630026: Layer already exists [2021-02-05T10:04:22.879Z] 88f2551404d3: Layer already exists [2021-02-05T10:04:22.879Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:23.152Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:23.500Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:23.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-05T10:04:23.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T10:04:23.839Z] 88f2551404d3: Preparing [2021-02-05T10:04:23.839Z] 24c219ddfccd: Preparing [2021-02-05T10:04:23.839Z] f94292630026: Preparing [2021-02-05T10:04:23.839Z] a343f57e76e2: Preparing [2021-02-05T10:04:23.839Z] 5032322a1498: Preparing [2021-02-05T10:04:23.839Z] 379067d0cb53: Preparing [2021-02-05T10:04:23.839Z] 379067d0cb53: Waiting [2021-02-05T10:04:23.839Z] a343f57e76e2: Layer already exists [2021-02-05T10:04:23.839Z] f94292630026: Layer already exists [2021-02-05T10:04:23.839Z] 5032322a1498: Layer already exists [2021-02-05T10:04:23.839Z] 24c219ddfccd: Layer already exists [2021-02-05T10:04:23.839Z] 88f2551404d3: Layer already exists [2021-02-05T10:04:24.110Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:24.110Z] master: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:24.366Z] ===================================================== [Pipeline] echo [2021-02-05T10:04:24.419Z] taggedImages: [2021-02-05T10:04:24.419Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:24.419Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:24.419Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:24.419Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-05T10:04:24.493Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-05T10:04:24.493Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:24.493Z] 2.0.0-dev.80 [2021-02-05T10:04:24.493Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:24.493Z] master [2021-02-05T10:04:24.493Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:25.038Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:25.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:25.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T10:04:25.373Z] a28883b14c65: Preparing [2021-02-05T10:04:25.373Z] 34b82221d501: Preparing [2021-02-05T10:04:25.373Z] f94292630026: Preparing [2021-02-05T10:04:25.373Z] aeaf729ad938: Preparing [2021-02-05T10:04:25.373Z] 379067d0cb53: Preparing [2021-02-05T10:04:25.373Z] f94292630026: Layer already exists [2021-02-05T10:04:25.373Z] aeaf729ad938: Layer already exists [2021-02-05T10:04:25.642Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:25.642Z] a28883b14c65: Pushed [2021-02-05T10:04:29.008Z] 34b82221d501: Pushed [2021-02-05T10:04:29.008Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:29.343Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:29.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:29.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T10:04:29.678Z] a28883b14c65: Preparing [2021-02-05T10:04:29.678Z] 34b82221d501: Preparing [2021-02-05T10:04:29.678Z] f94292630026: Preparing [2021-02-05T10:04:29.678Z] aeaf729ad938: Preparing [2021-02-05T10:04:29.678Z] 379067d0cb53: Preparing [2021-02-05T10:04:29.950Z] aeaf729ad938: Layer already exists [2021-02-05T10:04:29.950Z] f94292630026: Layer already exists [2021-02-05T10:04:29.950Z] 34b82221d501: Layer already exists [2021-02-05T10:04:29.950Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:29.950Z] a28883b14c65: Layer already exists [2021-02-05T10:04:29.950Z] 2.0.0-dev.80: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:30.288Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:30.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:30.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T10:04:30.621Z] a28883b14c65: Preparing [2021-02-05T10:04:30.621Z] 34b82221d501: Preparing [2021-02-05T10:04:30.621Z] f94292630026: Preparing [2021-02-05T10:04:30.621Z] aeaf729ad938: Preparing [2021-02-05T10:04:30.621Z] 379067d0cb53: Preparing [2021-02-05T10:04:30.893Z] 34b82221d501: Layer already exists [2021-02-05T10:04:30.893Z] aeaf729ad938: Layer already exists [2021-02-05T10:04:30.893Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:30.893Z] f94292630026: Layer already exists [2021-02-05T10:04:30.893Z] a28883b14c65: Layer already exists [2021-02-05T10:04:30.893Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:31.231Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:31.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-05T10:04:31.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T10:04:31.564Z] a28883b14c65: Preparing [2021-02-05T10:04:31.564Z] 34b82221d501: Preparing [2021-02-05T10:04:31.564Z] f94292630026: Preparing [2021-02-05T10:04:31.564Z] aeaf729ad938: Preparing [2021-02-05T10:04:31.564Z] 379067d0cb53: Preparing [2021-02-05T10:04:31.836Z] aeaf729ad938: Layer already exists [2021-02-05T10:04:31.836Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:31.836Z] f94292630026: Layer already exists [2021-02-05T10:04:31.836Z] 34b82221d501: Layer already exists [2021-02-05T10:04:31.836Z] a28883b14c65: Layer already exists [2021-02-05T10:04:31.836Z] master: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:32.046Z] ===================================================== [Pipeline] echo [2021-02-05T10:04:32.167Z] taggedImages: [2021-02-05T10:04:32.167Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:32.167Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:32.167Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:32.167Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-05T10:04:32.249Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-05T10:04:32.249Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:32.249Z] 2.0.0-dev.80 [2021-02-05T10:04:32.249Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:32.249Z] master [2021-02-05T10:04:32.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:32.757Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:33.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:33.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T10:04:33.088Z] 7d172e7092c8: Preparing [2021-02-05T10:04:33.088Z] 7d172e7092c8: Preparing [2021-02-05T10:04:33.088Z] cd28b69570e7: Preparing [2021-02-05T10:04:33.088Z] 47951bb81c4c: Preparing [2021-02-05T10:04:33.088Z] 6ffa05eb9b0b: Preparing [2021-02-05T10:04:33.088Z] 066294d4283a: Preparing [2021-02-05T10:04:33.088Z] f94292630026: Preparing [2021-02-05T10:04:33.088Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:33.088Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:33.088Z] 25db6ec12977: Preparing [2021-02-05T10:04:33.088Z] 8bc23c236e0d: Preparing [2021-02-05T10:04:33.088Z] 379067d0cb53: Preparing [2021-02-05T10:04:33.088Z] f94292630026: Waiting [2021-02-05T10:04:33.088Z] 56f7b4f8fe83: Waiting [2021-02-05T10:04:33.088Z] 25db6ec12977: Waiting [2021-02-05T10:04:33.088Z] 8bc23c236e0d: Waiting [2021-02-05T10:04:33.088Z] 379067d0cb53: Waiting [2021-02-05T10:04:33.360Z] 7d172e7092c8: Pushed [2021-02-05T10:04:33.360Z] cd28b69570e7: Pushed [2021-02-05T10:04:33.634Z] 6ffa05eb9b0b: Pushed [2021-02-05T10:04:33.634Z] f94292630026: Layer already exists [2021-02-05T10:04:33.904Z] 56f7b4f8fe83: Pushed [2021-02-05T10:04:33.904Z] 8bc23c236e0d: Pushed [2021-02-05T10:04:33.904Z] 25db6ec12977: Pushed [2021-02-05T10:04:33.904Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:35.327Z] 47951bb81c4c: Pushed [2021-02-05T10:04:35.327Z] 066294d4283a: Pushed [2021-02-05T10:04:35.600Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:35.943Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:36.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:36.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T10:04:36.278Z] 7d172e7092c8: Preparing [2021-02-05T10:04:36.278Z] 7d172e7092c8: Preparing [2021-02-05T10:04:36.278Z] cd28b69570e7: Preparing [2021-02-05T10:04:36.278Z] 47951bb81c4c: Preparing [2021-02-05T10:04:36.278Z] 6ffa05eb9b0b: Preparing [2021-02-05T10:04:36.278Z] 066294d4283a: Preparing [2021-02-05T10:04:36.278Z] f94292630026: Preparing [2021-02-05T10:04:36.278Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:36.278Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:36.278Z] 25db6ec12977: Preparing [2021-02-05T10:04:36.278Z] 8bc23c236e0d: Preparing [2021-02-05T10:04:36.278Z] 379067d0cb53: Preparing [2021-02-05T10:04:36.278Z] 56f7b4f8fe83: Waiting [2021-02-05T10:04:36.278Z] 25db6ec12977: Waiting [2021-02-05T10:04:36.278Z] f94292630026: Waiting [2021-02-05T10:04:36.278Z] 8bc23c236e0d: Waiting [2021-02-05T10:04:36.278Z] cd28b69570e7: Layer already exists [2021-02-05T10:04:36.278Z] 6ffa05eb9b0b: Layer already exists [2021-02-05T10:04:36.278Z] 47951bb81c4c: Layer already exists [2021-02-05T10:04:36.548Z] 7d172e7092c8: Layer already exists [2021-02-05T10:04:36.548Z] 066294d4283a: Layer already exists [2021-02-05T10:04:36.548Z] 25db6ec12977: Layer already exists [2021-02-05T10:04:36.548Z] f94292630026: Layer already exists [2021-02-05T10:04:36.548Z] 56f7b4f8fe83: Layer already exists [2021-02-05T10:04:36.548Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:36.548Z] 8bc23c236e0d: Layer already exists [2021-02-05T10:04:36.548Z] 2.0.0-dev.80: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:36.884Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:37.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:37.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T10:04:37.214Z] 7d172e7092c8: Preparing [2021-02-05T10:04:37.214Z] 7d172e7092c8: Preparing [2021-02-05T10:04:37.214Z] cd28b69570e7: Preparing [2021-02-05T10:04:37.214Z] 47951bb81c4c: Preparing [2021-02-05T10:04:37.214Z] 6ffa05eb9b0b: Preparing [2021-02-05T10:04:37.214Z] 066294d4283a: Preparing [2021-02-05T10:04:37.214Z] f94292630026: Preparing [2021-02-05T10:04:37.214Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:37.214Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:37.214Z] 25db6ec12977: Preparing [2021-02-05T10:04:37.214Z] 8bc23c236e0d: Preparing [2021-02-05T10:04:37.214Z] 379067d0cb53: Preparing [2021-02-05T10:04:37.214Z] f94292630026: Waiting [2021-02-05T10:04:37.214Z] 56f7b4f8fe83: Waiting [2021-02-05T10:04:37.214Z] 25db6ec12977: Waiting [2021-02-05T10:04:37.214Z] 8bc23c236e0d: Waiting [2021-02-05T10:04:37.214Z] cd28b69570e7: Layer already exists [2021-02-05T10:04:37.214Z] 6ffa05eb9b0b: Layer already exists [2021-02-05T10:04:37.214Z] 47951bb81c4c: Layer already exists [2021-02-05T10:04:37.487Z] 7d172e7092c8: Layer already exists [2021-02-05T10:04:37.487Z] 066294d4283a: Layer already exists [2021-02-05T10:04:37.487Z] 25db6ec12977: Layer already exists [2021-02-05T10:04:37.487Z] 56f7b4f8fe83: Layer already exists [2021-02-05T10:04:37.487Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:37.487Z] 8bc23c236e0d: Layer already exists [2021-02-05T10:04:37.487Z] f94292630026: Layer already exists [2021-02-05T10:04:37.487Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:37.822Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:38.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-05T10:04:38.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T10:04:38.152Z] 7d172e7092c8: Preparing [2021-02-05T10:04:38.152Z] 7d172e7092c8: Preparing [2021-02-05T10:04:38.152Z] cd28b69570e7: Preparing [2021-02-05T10:04:38.152Z] 47951bb81c4c: Preparing [2021-02-05T10:04:38.152Z] 6ffa05eb9b0b: Preparing [2021-02-05T10:04:38.152Z] 066294d4283a: Preparing [2021-02-05T10:04:38.152Z] f94292630026: Preparing [2021-02-05T10:04:38.152Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:38.152Z] 56f7b4f8fe83: Preparing [2021-02-05T10:04:38.152Z] 25db6ec12977: Preparing [2021-02-05T10:04:38.152Z] 8bc23c236e0d: Preparing [2021-02-05T10:04:38.152Z] 379067d0cb53: Preparing [2021-02-05T10:04:38.152Z] f94292630026: Waiting [2021-02-05T10:04:38.152Z] 56f7b4f8fe83: Waiting [2021-02-05T10:04:38.152Z] 25db6ec12977: Waiting [2021-02-05T10:04:38.152Z] 8bc23c236e0d: Waiting [2021-02-05T10:04:38.152Z] 379067d0cb53: Waiting [2021-02-05T10:04:38.421Z] cd28b69570e7: Layer already exists [2021-02-05T10:04:38.421Z] 066294d4283a: Layer already exists [2021-02-05T10:04:38.421Z] 6ffa05eb9b0b: Layer already exists [2021-02-05T10:04:38.421Z] 47951bb81c4c: Layer already exists [2021-02-05T10:04:38.421Z] 7d172e7092c8: Layer already exists [2021-02-05T10:04:38.421Z] 25db6ec12977: Layer already exists [2021-02-05T10:04:38.421Z] 8bc23c236e0d: Layer already exists [2021-02-05T10:04:38.421Z] f94292630026: Layer already exists [2021-02-05T10:04:38.421Z] 56f7b4f8fe83: Layer already exists [2021-02-05T10:04:38.421Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:38.421Z] master: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:38.619Z] ===================================================== [Pipeline] echo [2021-02-05T10:04:38.690Z] taggedImages: [2021-02-05T10:04:38.690Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:38.690Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:38.690Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:38.690Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-05T10:04:38.755Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-05T10:04:38.755Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:38.755Z] 2.0.0-dev.80 [2021-02-05T10:04:38.755Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:38.755Z] master [2021-02-05T10:04:38.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:39.258Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:39.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:39.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T10:04:39.601Z] 3dfe037674e0: Preparing [2021-02-05T10:04:39.601Z] 3ea1d9abf9ce: Preparing [2021-02-05T10:04:39.601Z] c02464c798a2: Preparing [2021-02-05T10:04:39.601Z] fa941cd84626: Preparing [2021-02-05T10:04:39.601Z] a074a5452151: Preparing [2021-02-05T10:04:39.601Z] 379067d0cb53: Preparing [2021-02-05T10:04:39.601Z] 379067d0cb53: Waiting [2021-02-05T10:04:39.878Z] c02464c798a2: Pushed [2021-02-05T10:04:39.878Z] fa941cd84626: Pushed [2021-02-05T10:04:40.151Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:40.423Z] a074a5452151: Pushed [2021-02-05T10:04:41.850Z] 3ea1d9abf9ce: Pushed [2021-02-05T10:04:42.120Z] 3dfe037674e0: Pushed [2021-02-05T10:04:42.120Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:42.729Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:43.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:43.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T10:04:43.068Z] 3dfe037674e0: Preparing [2021-02-05T10:04:43.068Z] 3ea1d9abf9ce: Preparing [2021-02-05T10:04:43.068Z] c02464c798a2: Preparing [2021-02-05T10:04:43.068Z] fa941cd84626: Preparing [2021-02-05T10:04:43.068Z] a074a5452151: Preparing [2021-02-05T10:04:43.068Z] 379067d0cb53: Preparing [2021-02-05T10:04:43.068Z] 379067d0cb53: Waiting [2021-02-05T10:04:43.068Z] fa941cd84626: Layer already exists [2021-02-05T10:04:43.068Z] a074a5452151: Layer already exists [2021-02-05T10:04:43.343Z] 3dfe037674e0: Layer already exists [2021-02-05T10:04:43.343Z] 3ea1d9abf9ce: Layer already exists [2021-02-05T10:04:43.343Z] c02464c798a2: Layer already exists [2021-02-05T10:04:43.343Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:43.343Z] 2.0.0-dev.80: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:43.682Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:44.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:44.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T10:04:44.024Z] 3dfe037674e0: Preparing [2021-02-05T10:04:44.024Z] 3ea1d9abf9ce: Preparing [2021-02-05T10:04:44.024Z] c02464c798a2: Preparing [2021-02-05T10:04:44.024Z] fa941cd84626: Preparing [2021-02-05T10:04:44.024Z] a074a5452151: Preparing [2021-02-05T10:04:44.024Z] 379067d0cb53: Preparing [2021-02-05T10:04:44.024Z] 379067d0cb53: Waiting [2021-02-05T10:04:44.296Z] a074a5452151: Layer already exists [2021-02-05T10:04:44.296Z] 3dfe037674e0: Layer already exists [2021-02-05T10:04:44.296Z] 3ea1d9abf9ce: Layer already exists [2021-02-05T10:04:44.296Z] c02464c798a2: Layer already exists [2021-02-05T10:04:44.296Z] fa941cd84626: Layer already exists [2021-02-05T10:04:44.296Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:44.296Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:44.634Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:44.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-05T10:04:44.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T10:04:44.987Z] 3dfe037674e0: Preparing [2021-02-05T10:04:44.987Z] 3ea1d9abf9ce: Preparing [2021-02-05T10:04:44.987Z] c02464c798a2: Preparing [2021-02-05T10:04:44.987Z] fa941cd84626: Preparing [2021-02-05T10:04:44.987Z] a074a5452151: Preparing [2021-02-05T10:04:44.987Z] 379067d0cb53: Preparing [2021-02-05T10:04:44.987Z] 379067d0cb53: Waiting [2021-02-05T10:04:44.987Z] a074a5452151: Layer already exists [2021-02-05T10:04:44.987Z] fa941cd84626: Layer already exists [2021-02-05T10:04:44.987Z] 3ea1d9abf9ce: Layer already exists [2021-02-05T10:04:44.987Z] c02464c798a2: Layer already exists [2021-02-05T10:04:44.987Z] 3dfe037674e0: Layer already exists [2021-02-05T10:04:45.273Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:45.273Z] master: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:45.484Z] ===================================================== [Pipeline] echo [2021-02-05T10:04:45.529Z] taggedImages: [2021-02-05T10:04:45.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:45.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:45.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:45.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-05T10:04:45.590Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-05T10:04:45.590Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:45.590Z] 2.0.0-dev.80 [2021-02-05T10:04:45.590Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:45.590Z] master [2021-02-05T10:04:45.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:46.154Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:46.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:46.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T10:04:46.497Z] fbc8e3b52eac: Preparing [2021-02-05T10:04:46.497Z] 0eb9ceafdf89: Preparing [2021-02-05T10:04:46.497Z] 5aa819fb0ff8: Preparing [2021-02-05T10:04:46.497Z] 0fcdb6ff174c: Preparing [2021-02-05T10:04:46.497Z] ac33d8d8df70: Preparing [2021-02-05T10:04:46.497Z] 237e58e62315: Preparing [2021-02-05T10:04:46.497Z] 0c31dd7a8566: Preparing [2021-02-05T10:04:46.497Z] 3824a893bbbc: Preparing [2021-02-05T10:04:46.497Z] 379067d0cb53: Preparing [2021-02-05T10:04:46.497Z] 237e58e62315: Waiting [2021-02-05T10:04:46.497Z] 0c31dd7a8566: Waiting [2021-02-05T10:04:46.497Z] 3824a893bbbc: Waiting [2021-02-05T10:04:46.497Z] 379067d0cb53: Waiting [2021-02-05T10:04:46.769Z] ac33d8d8df70: Pushed [2021-02-05T10:04:46.769Z] fbc8e3b52eac: Pushed [2021-02-05T10:04:47.043Z] 0eb9ceafdf89: Pushed [2021-02-05T10:04:47.043Z] 237e58e62315: Pushed [2021-02-05T10:04:47.043Z] 0c31dd7a8566: Pushed [2021-02-05T10:04:47.316Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:47.589Z] 3824a893bbbc: Pushed [2021-02-05T10:04:49.013Z] 0fcdb6ff174c: Pushed [2021-02-05T10:04:49.013Z] 5aa819fb0ff8: Pushed [2021-02-05T10:04:49.013Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:49.346Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:49.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:49.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T10:04:49.674Z] fbc8e3b52eac: Preparing [2021-02-05T10:04:49.674Z] 0eb9ceafdf89: Preparing [2021-02-05T10:04:49.674Z] 5aa819fb0ff8: Preparing [2021-02-05T10:04:49.674Z] 0fcdb6ff174c: Preparing [2021-02-05T10:04:49.674Z] ac33d8d8df70: Preparing [2021-02-05T10:04:49.674Z] 237e58e62315: Preparing [2021-02-05T10:04:49.674Z] 0c31dd7a8566: Preparing [2021-02-05T10:04:49.674Z] 3824a893bbbc: Preparing [2021-02-05T10:04:49.674Z] 379067d0cb53: Preparing [2021-02-05T10:04:49.674Z] 237e58e62315: Waiting [2021-02-05T10:04:49.674Z] 0c31dd7a8566: Waiting [2021-02-05T10:04:49.674Z] 379067d0cb53: Waiting [2021-02-05T10:04:49.674Z] 3824a893bbbc: Waiting [2021-02-05T10:04:49.944Z] 5aa819fb0ff8: Layer already exists [2021-02-05T10:04:49.944Z] 0fcdb6ff174c: Layer already exists [2021-02-05T10:04:49.944Z] fbc8e3b52eac: Layer already exists [2021-02-05T10:04:49.944Z] 0eb9ceafdf89: Layer already exists [2021-02-05T10:04:49.944Z] ac33d8d8df70: Layer already exists [2021-02-05T10:04:49.944Z] 237e58e62315: Layer already exists [2021-02-05T10:04:49.944Z] 0c31dd7a8566: Layer already exists [2021-02-05T10:04:49.944Z] 3824a893bbbc: Layer already exists [2021-02-05T10:04:49.944Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:49.944Z] 2.0.0-dev.80: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:50.279Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:50.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:50.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T10:04:50.610Z] fbc8e3b52eac: Preparing [2021-02-05T10:04:50.610Z] 0eb9ceafdf89: Preparing [2021-02-05T10:04:50.610Z] 5aa819fb0ff8: Preparing [2021-02-05T10:04:50.610Z] 0fcdb6ff174c: Preparing [2021-02-05T10:04:50.610Z] ac33d8d8df70: Preparing [2021-02-05T10:04:50.610Z] 237e58e62315: Preparing [2021-02-05T10:04:50.610Z] 0c31dd7a8566: Preparing [2021-02-05T10:04:50.610Z] 3824a893bbbc: Preparing [2021-02-05T10:04:50.610Z] 379067d0cb53: Preparing [2021-02-05T10:04:50.610Z] 237e58e62315: Waiting [2021-02-05T10:04:50.610Z] 0c31dd7a8566: Waiting [2021-02-05T10:04:50.610Z] 3824a893bbbc: Waiting [2021-02-05T10:04:50.610Z] 379067d0cb53: Waiting [2021-02-05T10:04:50.610Z] 5aa819fb0ff8: Layer already exists [2021-02-05T10:04:50.610Z] 0fcdb6ff174c: Layer already exists [2021-02-05T10:04:50.610Z] fbc8e3b52eac: Layer already exists [2021-02-05T10:04:50.880Z] ac33d8d8df70: Layer already exists [2021-02-05T10:04:50.880Z] 0eb9ceafdf89: Layer already exists [2021-02-05T10:04:50.880Z] 3824a893bbbc: Layer already exists [2021-02-05T10:04:50.880Z] 237e58e62315: Layer already exists [2021-02-05T10:04:50.880Z] 0c31dd7a8566: Layer already exists [2021-02-05T10:04:50.880Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:50.880Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:51.215Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:51.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-05T10:04:51.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T10:04:51.548Z] fbc8e3b52eac: Preparing [2021-02-05T10:04:51.548Z] 0eb9ceafdf89: Preparing [2021-02-05T10:04:51.548Z] 5aa819fb0ff8: Preparing [2021-02-05T10:04:51.548Z] 0fcdb6ff174c: Preparing [2021-02-05T10:04:51.548Z] ac33d8d8df70: Preparing [2021-02-05T10:04:51.548Z] 237e58e62315: Preparing [2021-02-05T10:04:51.548Z] 0c31dd7a8566: Preparing [2021-02-05T10:04:51.548Z] 3824a893bbbc: Preparing [2021-02-05T10:04:51.548Z] 379067d0cb53: Preparing [2021-02-05T10:04:51.548Z] 0c31dd7a8566: Waiting [2021-02-05T10:04:51.548Z] 3824a893bbbc: Waiting [2021-02-05T10:04:51.548Z] 237e58e62315: Waiting [2021-02-05T10:04:51.817Z] 0fcdb6ff174c: Layer already exists [2021-02-05T10:04:51.817Z] 0eb9ceafdf89: Layer already exists [2021-02-05T10:04:51.817Z] 5aa819fb0ff8: Layer already exists [2021-02-05T10:04:51.817Z] ac33d8d8df70: Layer already exists [2021-02-05T10:04:51.817Z] fbc8e3b52eac: Layer already exists [2021-02-05T10:04:51.817Z] 237e58e62315: Layer already exists [2021-02-05T10:04:51.817Z] 0c31dd7a8566: Layer already exists [2021-02-05T10:04:51.817Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:51.817Z] 3824a893bbbc: Layer already exists [2021-02-05T10:04:51.817Z] master: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:52.109Z] ===================================================== [Pipeline] echo [2021-02-05T10:04:52.156Z] taggedImages: [2021-02-05T10:04:52.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:52.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:52.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:52.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-05T10:04:52.221Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-05T10:04:52.221Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:52.221Z] 2.0.0-dev.80 [2021-02-05T10:04:52.221Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:52.221Z] master [2021-02-05T10:04:52.221Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:52.729Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:53.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:53.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T10:04:53.059Z] 14163256033d: Preparing [2021-02-05T10:04:53.059Z] e16334b33682: Preparing [2021-02-05T10:04:53.059Z] f94292630026: Preparing [2021-02-05T10:04:53.059Z] f815e52fde5f: Preparing [2021-02-05T10:04:53.059Z] 379067d0cb53: Preparing [2021-02-05T10:04:53.330Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:53.330Z] f94292630026: Layer already exists [2021-02-05T10:04:53.330Z] 14163256033d: Pushed [2021-02-05T10:04:53.601Z] f815e52fde5f: Pushed [2021-02-05T10:04:56.199Z] e16334b33682: Pushed [2021-02-05T10:04:56.199Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:56.538Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:56.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:56.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T10:04:56.867Z] 14163256033d: Preparing [2021-02-05T10:04:56.867Z] e16334b33682: Preparing [2021-02-05T10:04:56.867Z] f94292630026: Preparing [2021-02-05T10:04:56.867Z] f815e52fde5f: Preparing [2021-02-05T10:04:56.867Z] 379067d0cb53: Preparing [2021-02-05T10:04:56.867Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:56.867Z] f815e52fde5f: Layer already exists [2021-02-05T10:04:56.867Z] 14163256033d: Layer already exists [2021-02-05T10:04:56.867Z] f94292630026: Layer already exists [2021-02-05T10:04:57.137Z] e16334b33682: Layer already exists [2021-02-05T10:04:57.137Z] 2.0.0-dev.80: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:57.474Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:57.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:57.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T10:04:57.805Z] 14163256033d: Preparing [2021-02-05T10:04:57.805Z] e16334b33682: Preparing [2021-02-05T10:04:57.805Z] f94292630026: Preparing [2021-02-05T10:04:57.805Z] f815e52fde5f: Preparing [2021-02-05T10:04:57.805Z] 379067d0cb53: Preparing [2021-02-05T10:04:58.075Z] f815e52fde5f: Layer already exists [2021-02-05T10:04:58.075Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:58.075Z] f94292630026: Layer already exists [2021-02-05T10:04:58.075Z] e16334b33682: Layer already exists [2021-02-05T10:04:58.075Z] 14163256033d: Layer already exists [2021-02-05T10:04:58.075Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:58.413Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:58.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-05T10:04:58.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T10:04:58.743Z] 14163256033d: Preparing [2021-02-05T10:04:58.743Z] e16334b33682: Preparing [2021-02-05T10:04:58.743Z] f94292630026: Preparing [2021-02-05T10:04:58.743Z] f815e52fde5f: Preparing [2021-02-05T10:04:58.743Z] 379067d0cb53: Preparing [2021-02-05T10:04:58.743Z] e16334b33682: Layer already exists [2021-02-05T10:04:58.743Z] 379067d0cb53: Layer already exists [2021-02-05T10:04:59.014Z] f94292630026: Layer already exists [2021-02-05T10:04:59.014Z] 14163256033d: Layer already exists [2021-02-05T10:04:59.014Z] f815e52fde5f: Layer already exists [2021-02-05T10:04:59.014Z] master: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:04:59.199Z] ===================================================== [Pipeline] echo [2021-02-05T10:04:59.246Z] taggedImages: [2021-02-05T10:04:59.246Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:59.246Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.80 [2021-02-05T10:04:59.246Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:59.246Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-05T10:04:59.328Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-05T10:04:59.328Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:04:59.328Z] 2.0.0-dev.80 [2021-02-05T10:04:59.328Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:04:59.328Z] master [2021-02-05T10:04:59.328Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:04:59.825Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:00.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:05:00.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T10:05:00.152Z] f50d4b40be18: Preparing [2021-02-05T10:05:00.152Z] f0c2ae971b4f: Preparing [2021-02-05T10:05:00.152Z] f94292630026: Preparing [2021-02-05T10:05:00.152Z] aeaf729ad938: Preparing [2021-02-05T10:05:00.152Z] 379067d0cb53: Preparing [2021-02-05T10:05:00.428Z] f94292630026: Layer already exists [2021-02-05T10:05:00.428Z] 379067d0cb53: Layer already exists [2021-02-05T10:05:00.428Z] aeaf729ad938: Layer already exists [2021-02-05T10:05:00.428Z] f50d4b40be18: Pushed [2021-02-05T10:05:03.032Z] f0c2ae971b4f: Pushed [2021-02-05T10:05:03.032Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:03.368Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:03.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.80 [2021-02-05T10:05:03.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T10:05:03.700Z] f50d4b40be18: Preparing [2021-02-05T10:05:03.700Z] f0c2ae971b4f: Preparing [2021-02-05T10:05:03.700Z] f94292630026: Preparing [2021-02-05T10:05:03.700Z] aeaf729ad938: Preparing [2021-02-05T10:05:03.700Z] 379067d0cb53: Preparing [2021-02-05T10:05:03.700Z] aeaf729ad938: Layer already exists [2021-02-05T10:05:03.970Z] f0c2ae971b4f: Layer already exists [2021-02-05T10:05:03.970Z] 379067d0cb53: Layer already exists [2021-02-05T10:05:03.970Z] f94292630026: Layer already exists [2021-02-05T10:05:03.970Z] f50d4b40be18: Layer already exists [2021-02-05T10:05:03.970Z] 2.0.0-dev.80: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:04.308Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:04.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:05:04.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T10:05:04.637Z] f50d4b40be18: Preparing [2021-02-05T10:05:04.637Z] f0c2ae971b4f: Preparing [2021-02-05T10:05:04.637Z] f94292630026: Preparing [2021-02-05T10:05:04.637Z] aeaf729ad938: Preparing [2021-02-05T10:05:04.637Z] 379067d0cb53: Preparing [2021-02-05T10:05:04.637Z] f50d4b40be18: Layer already exists [2021-02-05T10:05:04.907Z] f94292630026: Layer already exists [2021-02-05T10:05:04.907Z] aeaf729ad938: Layer already exists [2021-02-05T10:05:04.907Z] f0c2ae971b4f: Layer already exists [2021-02-05T10:05:04.907Z] 379067d0cb53: Layer already exists [2021-02-05T10:05:04.907Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:05.240Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:05.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-05T10:05:05.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T10:05:05.570Z] f50d4b40be18: Preparing [2021-02-05T10:05:05.570Z] f0c2ae971b4f: Preparing [2021-02-05T10:05:05.570Z] f94292630026: Preparing [2021-02-05T10:05:05.570Z] aeaf729ad938: Preparing [2021-02-05T10:05:05.570Z] 379067d0cb53: Preparing [2021-02-05T10:05:05.570Z] f94292630026: Layer already exists [2021-02-05T10:05:05.838Z] 379067d0cb53: Layer already exists [2021-02-05T10:05:05.838Z] aeaf729ad938: Layer already exists [2021-02-05T10:05:05.838Z] f0c2ae971b4f: Layer already exists [2021-02-05T10:05:05.838Z] f50d4b40be18: Layer already exists [2021-02-05T10:05:05.838Z] master: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:05:06.040Z] ===================================================== [Pipeline] echo [2021-02-05T10:05:06.089Z] taggedImages: [2021-02-05T10:05:06.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:05:06.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.80 [2021-02-05T10:05:06.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:05:06.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-05T10:05:06.173Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-05T10:05:06.173Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:05:06.173Z] 2.0.0-dev.80 [2021-02-05T10:05:06.173Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:05:06.173Z] master [2021-02-05T10:05:06.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:06.707Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:07.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:05:07.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T10:05:07.034Z] f5e6e8ab0997: Preparing [2021-02-05T10:05:07.034Z] 4f31a627cffa: Preparing [2021-02-05T10:05:07.034Z] ede61eea8703: Preparing [2021-02-05T10:05:07.034Z] cdea46d0ce5a: Preparing [2021-02-05T10:05:07.034Z] cd1e2556928b: Preparing [2021-02-05T10:05:07.034Z] b24d9e450ef7: Preparing [2021-02-05T10:05:07.034Z] 32235504894c: Preparing [2021-02-05T10:05:07.034Z] 9ded3b6bb9b5: Preparing [2021-02-05T10:05:07.034Z] fa1afe8e6ed9: Preparing [2021-02-05T10:05:07.034Z] 87a09b4c083e: Preparing [2021-02-05T10:05:07.034Z] 0f74e9ff2a61: Preparing [2021-02-05T10:05:07.034Z] b122376c33c6: Preparing [2021-02-05T10:05:07.034Z] f8381ed47b22: Preparing [2021-02-05T10:05:07.034Z] e934a737d657: Preparing [2021-02-05T10:05:07.034Z] 87a09b4c083e: Waiting [2021-02-05T10:05:07.034Z] 0f74e9ff2a61: Waiting [2021-02-05T10:05:07.034Z] b122376c33c6: Waiting [2021-02-05T10:05:07.034Z] f8381ed47b22: Waiting [2021-02-05T10:05:07.034Z] e934a737d657: Waiting [2021-02-05T10:05:07.034Z] b24d9e450ef7: Waiting [2021-02-05T10:05:07.034Z] 32235504894c: Waiting [2021-02-05T10:05:07.034Z] 9ded3b6bb9b5: Waiting [2021-02-05T10:05:07.034Z] fa1afe8e6ed9: Waiting [2021-02-05T10:05:07.636Z] cd1e2556928b: Pushed [2021-02-05T10:05:07.636Z] f5e6e8ab0997: Pushed [2021-02-05T10:05:08.236Z] cdea46d0ce5a: Pushed [2021-02-05T10:05:08.509Z] 32235504894c: Pushed [2021-02-05T10:05:08.509Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T10:05:08.509Z] fa1afe8e6ed9: Layer already exists [2021-02-05T10:05:08.509Z] 87a09b4c083e: Layer already exists [2021-02-05T10:05:08.509Z] 0f74e9ff2a61: Layer already exists [2021-02-05T10:05:08.509Z] b122376c33c6: Layer already exists [2021-02-05T10:05:08.509Z] f8381ed47b22: Layer already exists [2021-02-05T10:05:08.509Z] e934a737d657: Layer already exists [2021-02-05T10:05:09.105Z] 4f31a627cffa: Pushed [2021-02-05T10:05:10.534Z] b24d9e450ef7: Pushed [2021-02-05T10:05:20.702Z] ede61eea8703: Pushed [2021-02-05T10:05:20.702Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:21.038Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:21.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.80 [2021-02-05T10:05:21.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T10:05:21.366Z] f5e6e8ab0997: Preparing [2021-02-05T10:05:21.366Z] 4f31a627cffa: Preparing [2021-02-05T10:05:21.366Z] ede61eea8703: Preparing [2021-02-05T10:05:21.366Z] cdea46d0ce5a: Preparing [2021-02-05T10:05:21.366Z] cd1e2556928b: Preparing [2021-02-05T10:05:21.366Z] b24d9e450ef7: Preparing [2021-02-05T10:05:21.366Z] 32235504894c: Preparing [2021-02-05T10:05:21.366Z] 9ded3b6bb9b5: Preparing [2021-02-05T10:05:21.366Z] fa1afe8e6ed9: Preparing [2021-02-05T10:05:21.366Z] 87a09b4c083e: Preparing [2021-02-05T10:05:21.366Z] 0f74e9ff2a61: Preparing [2021-02-05T10:05:21.366Z] b122376c33c6: Preparing [2021-02-05T10:05:21.366Z] f8381ed47b22: Preparing [2021-02-05T10:05:21.366Z] e934a737d657: Preparing [2021-02-05T10:05:21.366Z] b24d9e450ef7: Waiting [2021-02-05T10:05:21.366Z] 32235504894c: Waiting [2021-02-05T10:05:21.366Z] 87a09b4c083e: Waiting [2021-02-05T10:05:21.366Z] 9ded3b6bb9b5: Waiting [2021-02-05T10:05:21.366Z] fa1afe8e6ed9: Waiting [2021-02-05T10:05:21.366Z] b122376c33c6: Waiting [2021-02-05T10:05:21.366Z] f8381ed47b22: Waiting [2021-02-05T10:05:21.366Z] e934a737d657: Waiting [2021-02-05T10:05:21.366Z] 0f74e9ff2a61: Waiting [2021-02-05T10:05:21.366Z] cd1e2556928b: Layer already exists [2021-02-05T10:05:21.636Z] f5e6e8ab0997: Layer already exists [2021-02-05T10:05:21.636Z] cdea46d0ce5a: Layer already exists [2021-02-05T10:05:21.636Z] 4f31a627cffa: Layer already exists [2021-02-05T10:05:21.636Z] ede61eea8703: Layer already exists [2021-02-05T10:05:21.636Z] fa1afe8e6ed9: Layer already exists [2021-02-05T10:05:21.636Z] 32235504894c: Layer already exists [2021-02-05T10:05:21.636Z] b24d9e450ef7: Layer already exists [2021-02-05T10:05:21.636Z] 87a09b4c083e: Layer already exists [2021-02-05T10:05:21.636Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T10:05:21.636Z] b122376c33c6: Layer already exists [2021-02-05T10:05:21.636Z] 0f74e9ff2a61: Layer already exists [2021-02-05T10:05:21.636Z] f8381ed47b22: Layer already exists [2021-02-05T10:05:21.636Z] e934a737d657: Layer already exists [2021-02-05T10:05:21.636Z] 2.0.0-dev.80: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:21.968Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:22.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:05:22.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T10:05:22.299Z] f5e6e8ab0997: Preparing [2021-02-05T10:05:22.299Z] 4f31a627cffa: Preparing [2021-02-05T10:05:22.299Z] ede61eea8703: Preparing [2021-02-05T10:05:22.299Z] cdea46d0ce5a: Preparing [2021-02-05T10:05:22.299Z] cd1e2556928b: Preparing [2021-02-05T10:05:22.299Z] b24d9e450ef7: Preparing [2021-02-05T10:05:22.299Z] 32235504894c: Preparing [2021-02-05T10:05:22.299Z] 9ded3b6bb9b5: Preparing [2021-02-05T10:05:22.299Z] fa1afe8e6ed9: Preparing [2021-02-05T10:05:22.299Z] 87a09b4c083e: Preparing [2021-02-05T10:05:22.299Z] 0f74e9ff2a61: Preparing [2021-02-05T10:05:22.299Z] b122376c33c6: Preparing [2021-02-05T10:05:22.299Z] f8381ed47b22: Preparing [2021-02-05T10:05:22.299Z] e934a737d657: Preparing [2021-02-05T10:05:22.299Z] 87a09b4c083e: Waiting [2021-02-05T10:05:22.299Z] 0f74e9ff2a61: Waiting [2021-02-05T10:05:22.299Z] b24d9e450ef7: Waiting [2021-02-05T10:05:22.299Z] b122376c33c6: Waiting [2021-02-05T10:05:22.299Z] 32235504894c: Waiting [2021-02-05T10:05:22.299Z] 9ded3b6bb9b5: Waiting [2021-02-05T10:05:22.299Z] fa1afe8e6ed9: Waiting [2021-02-05T10:05:22.299Z] e934a737d657: Waiting [2021-02-05T10:05:22.299Z] f8381ed47b22: Waiting [2021-02-05T10:05:22.299Z] ede61eea8703: Layer already exists [2021-02-05T10:05:22.299Z] cdea46d0ce5a: Layer already exists [2021-02-05T10:05:22.299Z] cd1e2556928b: Layer already exists [2021-02-05T10:05:22.299Z] 4f31a627cffa: Layer already exists [2021-02-05T10:05:22.299Z] f5e6e8ab0997: Layer already exists [2021-02-05T10:05:22.571Z] b24d9e450ef7: Layer already exists [2021-02-05T10:05:22.571Z] 32235504894c: Layer already exists [2021-02-05T10:05:22.571Z] fa1afe8e6ed9: Layer already exists [2021-02-05T10:05:22.571Z] 87a09b4c083e: Layer already exists [2021-02-05T10:05:22.571Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T10:05:22.572Z] b122376c33c6: Layer already exists [2021-02-05T10:05:22.572Z] 0f74e9ff2a61: Layer already exists [2021-02-05T10:05:22.572Z] f8381ed47b22: Layer already exists [2021-02-05T10:05:22.572Z] e934a737d657: Layer already exists [2021-02-05T10:05:22.572Z] 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:22.944Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:23.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-05T10:05:23.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T10:05:23.279Z] f5e6e8ab0997: Preparing [2021-02-05T10:05:23.279Z] 4f31a627cffa: Preparing [2021-02-05T10:05:23.279Z] ede61eea8703: Preparing [2021-02-05T10:05:23.279Z] cdea46d0ce5a: Preparing [2021-02-05T10:05:23.279Z] cd1e2556928b: Preparing [2021-02-05T10:05:23.279Z] b24d9e450ef7: Preparing [2021-02-05T10:05:23.279Z] 32235504894c: Preparing [2021-02-05T10:05:23.279Z] 9ded3b6bb9b5: Preparing [2021-02-05T10:05:23.279Z] fa1afe8e6ed9: Preparing [2021-02-05T10:05:23.279Z] 87a09b4c083e: Preparing [2021-02-05T10:05:23.279Z] 0f74e9ff2a61: Preparing [2021-02-05T10:05:23.279Z] b122376c33c6: Preparing [2021-02-05T10:05:23.279Z] f8381ed47b22: Preparing [2021-02-05T10:05:23.279Z] e934a737d657: Preparing [2021-02-05T10:05:23.279Z] 87a09b4c083e: Waiting [2021-02-05T10:05:23.279Z] 0f74e9ff2a61: Waiting [2021-02-05T10:05:23.279Z] b122376c33c6: Waiting [2021-02-05T10:05:23.279Z] f8381ed47b22: Waiting [2021-02-05T10:05:23.279Z] e934a737d657: Waiting [2021-02-05T10:05:23.279Z] 32235504894c: Waiting [2021-02-05T10:05:23.279Z] 9ded3b6bb9b5: Waiting [2021-02-05T10:05:23.279Z] fa1afe8e6ed9: Waiting [2021-02-05T10:05:23.279Z] cdea46d0ce5a: Layer already exists [2021-02-05T10:05:23.279Z] cd1e2556928b: Layer already exists [2021-02-05T10:05:23.279Z] 4f31a627cffa: Layer already exists [2021-02-05T10:05:23.279Z] f5e6e8ab0997: Layer already exists [2021-02-05T10:05:23.279Z] ede61eea8703: Layer already exists [2021-02-05T10:05:23.279Z] 32235504894c: Layer already exists [2021-02-05T10:05:23.279Z] b24d9e450ef7: Layer already exists [2021-02-05T10:05:23.279Z] fa1afe8e6ed9: Layer already exists [2021-02-05T10:05:23.279Z] 87a09b4c083e: Layer already exists [2021-02-05T10:05:23.279Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T10:05:23.546Z] b122376c33c6: Layer already exists [2021-02-05T10:05:23.546Z] 0f74e9ff2a61: Layer already exists [2021-02-05T10:05:23.546Z] e934a737d657: Layer already exists [2021-02-05T10:05:23.546Z] f8381ed47b22: Layer already exists [2021-02-05T10:05:23.546Z] master: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T10:05:23.780Z] ===================================================== [Pipeline] echo [2021-02-05T10:05:23.847Z] taggedImages: [2021-02-05T10:05:23.847Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [2021-02-05T10:05:23.847Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.80 [2021-02-05T10:05:23.847Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [2021-02-05T10:05:23.847Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-05T10:05:25.508Z] provisioning config files... [2021-02-05T10:05:25.518Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/345@tmp/config4425156044659077591tmp [Pipeline] { [Pipeline] sh [2021-02-05T10:05:25.900Z] + set +x [2021-02-05T10:05:25.900Z] + curl -s https://codecov.io/bash [2021-02-05T10:05:25.900Z] + bash -s -- [2021-02-05T10:05:26.475Z] [2021-02-05T10:05:26.475Z] _____ _ [2021-02-05T10:05:26.475Z] / ____| | | [2021-02-05T10:05:26.475Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T10:05:26.476Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T10:05:26.476Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T10:05:26.476Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T10:05:26.476Z] Bash-20210129-7c25fce [2021-02-05T10:05:26.476Z] [2021-02-05T10:05:26.476Z] [2021-02-05T10:05:26.476Z] ==> git version 2.24.3 found [2021-02-05T10:05:26.476Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-05T10:05:26.476Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T10:05:26.476Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T10:05:26.476Z] ==> Jenkins CI detected. [2021-02-05T10:05:26.476Z] project root: . [2021-02-05T10:05:26.476Z] --> token set from env [2021-02-05T10:05:26.476Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T10:05:26.476Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T10:05:26.476Z] ==> Python coveragepy not found [2021-02-05T10:05:26.476Z] ==> Searching for coverage reports in: [2021-02-05T10:05:26.476Z] + . [2021-02-05T10:05:26.476Z] -> Found 1 reports [2021-02-05T10:05:26.476Z] ==> Detecting git/mercurial file structure [2021-02-05T10:05:26.476Z] ==> Reading reports [2021-02-05T10:05:26.476Z] + ./coverage.out bytes=585363 [2021-02-05T10:05:26.476Z] ==> Appending adjustments [2021-02-05T10:05:26.476Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T10:05:29.791Z] + Found adjustments [2021-02-05T10:05:29.791Z] ==> Gzipping contents [2021-02-05T10:05:29.791Z] 88K /tmp/codecov.1vxHNW.gz [2021-02-05T10:05:29.791Z] ==> Uploading reports [2021-02-05T10:05:29.791Z] url: https://codecov.io [2021-02-05T10:05:29.791Z] query: branch=master&commit=342a72dc7becdeb5a949018242fa1a90a07bfb5e&build=345&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F345%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-05T10:05:29.791Z] -> Pinging Codecov [2021-02-05T10:05:29.791Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=342a72dc7becdeb5a949018242fa1a90a07bfb5e&build=345&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F345%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-05T10:05:30.364Z] -> Uploading to [2021-02-05T10:05:30.364Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/342a72dc7becdeb5a949018242fa1a90a07bfb5e/50af8755-1735-4b0c-84ff-a4d1e799c28a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T100530Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1dcd6b319225658759b67d8385458574ac6ccc16d3b198e17a2146f55959502a [2021-02-05T10:05:30.364Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:05:30.364Z] Dload Upload Total Spent Left Speed [2021-02-05T10:05:30.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88204 0 0 100 88204 0 130k --:--:-- --:--:-- --:--:-- 129k 100 88204 0 0 100 88204 0 129k --:--:-- --:--:-- --:--:-- 129k [2021-02-05T10:05:30.943Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] } [2021-02-05T10:05:30.962Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-05T10:05:31.838Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-05T10:05:31.920Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:32.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T10:05:32.304Z] [2021-02-05T10:05:32.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:05:32.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T10:05:32.681Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-05T10:05:32.681Z] 188c0c94c7c5: Already exists [2021-02-05T10:05:32.681Z] 0ef7d3d256c8: Already exists [2021-02-05T10:05:32.681Z] de9db76c5a1d: Already exists [2021-02-05T10:05:32.681Z] 0eba1c9be4d2: Pulling fs layer [2021-02-05T10:05:32.681Z] 0d57e429df01: Pulling fs layer [2021-02-05T10:05:32.681Z] 4e4be7b47b0d: Pulling fs layer [2021-02-05T10:05:32.681Z] e1f770b5df2f: Pulling fs layer [2021-02-05T10:05:32.681Z] 85a0685a4137: Pulling fs layer [2021-02-05T10:05:32.681Z] e1f770b5df2f: Waiting [2021-02-05T10:05:32.681Z] 85a0685a4137: Waiting [2021-02-05T10:05:32.681Z] 4e4be7b47b0d: Download complete [2021-02-05T10:05:32.681Z] 0d57e429df01: Download complete [2021-02-05T10:05:34.605Z] e1f770b5df2f: Verifying Checksum [2021-02-05T10:05:34.605Z] e1f770b5df2f: Download complete [2021-02-05T10:05:37.170Z] 85a0685a4137: Verifying Checksum [2021-02-05T10:05:37.170Z] 85a0685a4137: Download complete [2021-02-05T10:05:37.170Z] 0eba1c9be4d2: Download complete [2021-02-05T10:05:42.495Z] 0eba1c9be4d2: Pull complete [2021-02-05T10:05:43.069Z] 0d57e429df01: Pull complete [2021-02-05T10:05:43.332Z] 4e4be7b47b0d: Pull complete [2021-02-05T10:05:47.559Z] e1f770b5df2f: Pull complete [2021-02-05T10:05:55.765Z] 85a0685a4137: Pull complete [2021-02-05T10:05:55.765Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-05T10:05:55.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T10:05:55.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-05T10:05:56.006Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T10:05:56.063Z] $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T10:05:57.340Z] $ docker top 9d0b0415141302d1656b04af5f09faf79b671e34febf9d192362811830626f1c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T10:05:57.597Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-05T10:05:57.892Z] + set -o pipefail [2021-02-05T10:05:57.892Z] + snyk monitor '--org=edgex-jenkins' [2021-02-05T10:06:07.937Z] [2021-02-05T10:06:07.937Z] Monitoring /w/workspace/edgex-go/345 (github.com/edgexfoundry/edgex-go)... [2021-02-05T10:06:07.937Z] [2021-02-05T10:06:07.937Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2f8646c9-b162-4628-a2e8-5e9fa3bf723e [2021-02-05T10:06:07.937Z] [2021-02-05T10:06:07.937Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-05T10:06:07.937Z] [2021-02-05T10:06:07.937Z] [Pipeline] } [2021-02-05T10:06:07.952Z] $ docker stop --time=1 9d0b0415141302d1656b04af5f09faf79b671e34febf9d192362811830626f1c [2021-02-05T10:06:10.999Z] $ docker rm -f 9d0b0415141302d1656b04af5f09faf79b671e34febf9d192362811830626f1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-05T10:06:12.337Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T10:06:12.386Z] provisioning config files... [2021-02-05T10:06:12.397Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/345@tmp/config2961369486700421929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:06:12.764Z] --> edgex-publish-swagger.sh [2021-02-05T10:06:12.764Z] === Publish openapi/v1 API === [2021-02-05T10:06:12.764Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-05T10:06:12.764Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/345/openapi/v1/core-command.yaml] [2021-02-05T10:06:12.764Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:12.764Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:13.971Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9392 0:00:01 0:00:01 --:--:-- 9394 100 10522 0 0 100 10522 0 9391 0:00:01 0:00:01 --:--:-- 9386 [2021-02-05T10:06:13.971Z] [2021-02-05T10:06:13.971Z] [2021-02-05T10:06:13.971Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/345/openapi/v1/core-data.yaml] [2021-02-05T10:06:13.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:13.971Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:14.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30668 0:00:01 0:00:01 --:--:-- 30685 100 32557 0 0 100 32557 0 30661 0:00:01 0:00:01 --:--:-- 30685 [2021-02-05T10:06:14.917Z] [2021-02-05T10:06:14.917Z] [2021-02-05T10:06:14.917Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/345/openapi/v1/core-metadata.yaml] [2021-02-05T10:06:14.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:14.917Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:16.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65348 0:00:01 0:00:01 --:--:-- 65413 100 73721 0 0 100 73721 0 65339 0:00:01 0:00:01 --:--:-- 65355 [2021-02-05T10:06:16.313Z] [2021-02-05T10:06:16.313Z] [2021-02-05T10:06:16.313Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/345/openapi/v1/support-logging.yaml] [2021-02-05T10:06:16.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:16.313Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:17.841Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11357 0:00:01 0:00:01 --:--:-- 11364 100 13581 0 0 100 13581 0 7376 0:00:01 0:00:01 --:--:-- 7376 100 13581 0 0 100 13581 0 7376 0:00:01 0:00:01 --:--:-- 7372 [2021-02-05T10:06:17.841Z] [2021-02-05T10:06:17.841Z] [2021-02-05T10:06:17.841Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/345/openapi/v1/support-notifications.yaml] [2021-02-05T10:06:17.841Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:17.841Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:19.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33133 0:00:01 0:00:01 --:--:-- 33154 100 38890 0 0 100 38890 0 33129 0:00:01 0:00:01 --:--:-- 33154 [2021-02-05T10:06:19.237Z] [2021-02-05T10:06:19.237Z] [2021-02-05T10:06:19.237Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/345/openapi/v1/support-scheduler.yaml] [2021-02-05T10:06:19.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:19.237Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:20.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12971 0:00:01 0:00:01 --:--:-- 12977 100 14249 0 0 100 14249 0 12968 0:00:01 0:00:01 --:--:-- 12977 [2021-02-05T10:06:20.187Z] [2021-02-05T10:06:20.187Z] [2021-02-05T10:06:20.187Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/345/openapi/v1/system-agent.yaml] [2021-02-05T10:06:20.187Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:20.187Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:21.578Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3518 0:00:01 0:00:01 --:--:-- 3521 100 4110 0 0 100 4110 0 3518 0:00:01 0:00:01 --:--:-- 3521 [2021-02-05T10:06:21.578Z] [2021-02-05T10:06:21.578Z] [2021-02-05T10:06:21.578Z] === Publish openapi/v2 API === [2021-02-05T10:06:21.578Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-05T10:06:21.578Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/345/openapi/v2/core-command.yaml] [2021-02-05T10:06:21.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:21.578Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:22.523Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27057 0 0 100 27057 0 24340 0:00:01 0:00:01 --:--:-- 24353 100 27057 0 0 100 27057 0 24337 0:00:01 0:00:01 --:--:-- 24353 [2021-02-05T10:06:22.523Z] [2021-02-05T10:06:22.523Z] [2021-02-05T10:06:22.523Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/345/openapi/v2/core-data.yaml] [2021-02-05T10:06:22.523Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:22.523Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:23.734Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 227k --:--:-- --:--:-- --:--:-- 227k 100 57136 0 0 100 57136 0 54606 0:00:01 0:00:01 --:--:-- 54623 [2021-02-05T10:06:23.734Z] [2021-02-05T10:06:23.734Z] [2021-02-05T10:06:23.734Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/345/openapi/v2/core-metadata.yaml] [2021-02-05T10:06:23.734Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:23.734Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:24.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 118k 0 0 100 118k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2021-02-05T10:06:24.700Z] [2021-02-05T10:06:24.700Z] [2021-02-05T10:06:24.700Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/345/openapi/v2/support-notifications.yaml] [2021-02-05T10:06:24.700Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:24.700Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:26.098Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 57877 0:00:01 0:00:01 --:--:-- 57909 100 59705 0 0 100 59705 0 57869 0:00:01 0:00:01 --:--:-- 57909 [2021-02-05T10:06:26.098Z] [2021-02-05T10:06:26.098Z] [2021-02-05T10:06:26.098Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/345/openapi/v2/support-scheduler.yaml] [2021-02-05T10:06:26.098Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:26.098Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:27.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 33617 0:00:01 0:00:01 --:--:-- 33629 100 40086 0 0 100 40086 0 33612 0:00:01 0:00:01 --:--:-- 33629 [2021-02-05T10:06:27.043Z] [2021-02-05T10:06:27.043Z] [2021-02-05T10:06:27.043Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/345/openapi/v2/system-agent.yaml] [2021-02-05T10:06:27.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T10:06:27.043Z] Dload Upload Total Spent Left Speed [2021-02-05T10:06:28.431Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21263 0:00:01 0:00:01 --:--:-- 21268 100 24182 0 0 100 24182 0 21260 0:00:01 0:00:01 --:--:-- 21268 [2021-02-05T10:06:28.431Z] [2021-02-05T10:06:28.431Z] [Pipeline] } [2021-02-05T10:06:28.444Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:06:29.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T10:06:29.275Z] . [Pipeline] withDockerContainer [2021-02-05T10:06:29.396Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T10:06:29.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T10:06:30.314Z] $ docker top 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T10:06:30.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T10:06:30.644Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T10:06:30.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T10:06:30.883Z] $ docker exec 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da ssh-agent [2021-02-05T10:06:31.064Z] SSH_AUTH_SOCK=/tmp/ssh-jtFyLCxv8QLf/agent.11 [2021-02-05T10:06:31.064Z] SSH_AGENT_PID=16 [2021-02-05T10:06:31.080Z] Running ssh-add (command line suppressed) [2021-02-05T10:06:31.242Z] Identity added: /w/workspace/edgex-go/345@tmp/private_key_8354420371032767594.key (/w/workspace/edgex-go/345@tmp/private_key_8354420371032767594.key) [2021-02-05T10:06:31.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T10:06:31.653Z] + git semver tag [2021-02-05T10:06:31.914Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T10:06:31.914Z] # $GIT_DIR = /w/workspace/edgex-go/345/.git [2021-02-05T10:06:31.914Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/345 [2021-02-05T10:06:31.914Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T10:06:31.914Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T10:06:31.914Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T10:06:31.914Z] # $SEMVER_BRANCH = master [2021-02-05T10:06:31.914Z] # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver [2021-02-05T10:06:31.914Z] # 342a72dc7becdeb5a949018242fa1a90a07bfb5e HEAD [2021-02-05T10:06:32.487Z] # -> Force: false [2021-02-05T10:06:32.487Z] # 050519fd459e58fed5796b1c0cd91718500ec6ab refs/tags/v2.0.0-dev.80 [Pipeline] } [2021-02-05T10:06:32.499Z] $ docker exec --env ******** --env ******** 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da ssh-agent -k [2021-02-05T10:06:32.684Z] unset SSH_AUTH_SOCK; [2021-02-05T10:06:32.684Z] unset SSH_AGENT_PID; [2021-02-05T10:06:32.684Z] echo Agent pid 16 killed; [2021-02-05T10:06:32.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T10:06:33.224Z] + git semver [Pipeline] } [2021-02-05T10:06:33.242Z] $ docker stop --time=1 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da [2021-02-05T10:06:34.957Z] $ docker rm -f 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:06:35.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T10:06:35.618Z] [2021-02-05T10:06:35.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:06:35.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T10:06:35.962Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-05T10:06:35.962Z] ab5ef0e58194: Pulling fs layer [2021-02-05T10:06:35.962Z] 9712f1f96733: Pulling fs layer [2021-02-05T10:06:35.962Z] 63f879dbbcfc: Pulling fs layer [2021-02-05T10:06:35.962Z] 0d9ebad4ef96: Pulling fs layer [2021-02-05T10:06:35.962Z] e9a5061849ea: Pulling fs layer [2021-02-05T10:06:35.962Z] d747dcd14b5f: Pulling fs layer [2021-02-05T10:06:35.962Z] 2de7ff778b66: Pulling fs layer [2021-02-05T10:06:35.962Z] 0d9ebad4ef96: Waiting [2021-02-05T10:06:35.962Z] e9a5061849ea: Waiting [2021-02-05T10:06:35.962Z] d747dcd14b5f: Waiting [2021-02-05T10:06:35.962Z] 2de7ff778b66: Waiting [2021-02-05T10:06:35.962Z] 9712f1f96733: Verifying Checksum [2021-02-05T10:06:35.962Z] 9712f1f96733: Download complete [2021-02-05T10:06:37.888Z] 63f879dbbcfc: Verifying Checksum [2021-02-05T10:06:37.888Z] 63f879dbbcfc: Download complete [2021-02-05T10:06:37.888Z] e9a5061849ea: Verifying Checksum [2021-02-05T10:06:37.888Z] e9a5061849ea: Download complete [2021-02-05T10:06:37.888Z] d747dcd14b5f: Verifying Checksum [2021-02-05T10:06:37.888Z] d747dcd14b5f: Download complete [2021-02-05T10:06:38.462Z] 0d9ebad4ef96: Verifying Checksum [2021-02-05T10:06:38.462Z] 0d9ebad4ef96: Download complete [2021-02-05T10:06:38.724Z] 2de7ff778b66: Verifying Checksum [2021-02-05T10:06:38.724Z] 2de7ff778b66: Download complete [2021-02-05T10:06:38.724Z] ab5ef0e58194: Verifying Checksum [2021-02-05T10:06:38.724Z] ab5ef0e58194: Download complete [2021-02-05T10:06:44.192Z] ab5ef0e58194: Pull complete [2021-02-05T10:06:44.192Z] 9712f1f96733: Pull complete [2021-02-05T10:06:46.116Z] 63f879dbbcfc: Pull complete [2021-02-05T10:06:52.734Z] 0d9ebad4ef96: Pull complete [2021-02-05T10:06:54.122Z] e9a5061849ea: Pull complete [2021-02-05T10:06:54.385Z] d747dcd14b5f: Pull complete [2021-02-05T10:06:58.606Z] 2de7ff778b66: Pull complete [2021-02-05T10:06:58.606Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-05T10:06:58.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T10:06:58.606Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-05T10:06:58.801Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T10:06:58.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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:0.23.1-centos7 cat [2021-02-05T10:07:01.711Z] $ docker top 8b98601d3e13bd4fa7ddae6f4325374e70423cdd52e7343c6b9d769ba27c6b87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-05T10:07:01.997Z] provisioning config files... [2021-02-05T10:07:02.012Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/345@tmp/config2518517632688122323tmp [2021-02-05T10:07:02.028Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/345@tmp/config6515928230364104218tmp [2021-02-05T10:07:02.044Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/345@tmp/config1068679403169165792tmp [Pipeline] { [Pipeline] echo [2021-02-05T10:07:02.100Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:07:02.403Z] ---> sigul-configuration.sh [2021-02-05T10:07:02.403Z] gpg: directory `/root/.gnupg' created [2021-02-05T10:07:02.403Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-05T10:07:02.403Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-05T10:07:02.403Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-05T10:07:02.403Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-05T10:07:02.403Z] gpg: CAST5 encrypted data [2021-02-05T10:07:02.665Z] gpg: encrypted with 1 passphrase [2021-02-05T10:07:02.665Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-05T10:07:02.965Z] + mkdir /home/jenkins [2021-02-05T10:07:02.965Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-05T10:07:03.262Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-05T10:07:03.272Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:07:03.568Z] ---> sigul-install.sh [2021-02-05T10:07:10.211Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-05T10:07:10.509Z] + git tag --list [2021-02-05T10:07:10.509Z] 0.6.0 [2021-02-05T10:07:10.509Z] 0.6.1 [2021-02-05T10:07:10.509Z] 0.7.0 [2021-02-05T10:07:10.509Z] 0.7.1 [2021-02-05T10:07:10.509Z] v0.0.0 [2021-02-05T10:07:10.509Z] v0.0.1-dev.1 [2021-02-05T10:07:10.509Z] v1.0.0 [2021-02-05T10:07:10.509Z] v1.0.1 [2021-02-05T10:07:10.509Z] v1.1.0 [2021-02-05T10:07:10.509Z] v1.2.0 [2021-02-05T10:07:10.509Z] v1.2.1 [2021-02-05T10:07:10.509Z] v1.2.2-dev.1 [2021-02-05T10:07:10.509Z] v1.2.2-dev.10 [2021-02-05T10:07:10.509Z] v1.2.2-dev.100 [2021-02-05T10:07:10.509Z] v1.2.2-dev.101 [2021-02-05T10:07:10.509Z] v1.2.2-dev.102 [2021-02-05T10:07:10.509Z] v1.2.2-dev.103 [2021-02-05T10:07:10.509Z] v1.2.2-dev.104 [2021-02-05T10:07:10.509Z] v1.2.2-dev.105 [2021-02-05T10:07:10.509Z] v1.2.2-dev.106 [2021-02-05T10:07:10.509Z] v1.2.2-dev.107 [2021-02-05T10:07:10.509Z] v1.2.2-dev.11 [2021-02-05T10:07:10.509Z] v1.2.2-dev.12 [2021-02-05T10:07:10.509Z] v1.2.2-dev.13 [2021-02-05T10:07:10.509Z] v1.2.2-dev.14 [2021-02-05T10:07:10.509Z] v1.2.2-dev.15 [2021-02-05T10:07:10.509Z] v1.2.2-dev.16 [2021-02-05T10:07:10.509Z] v1.2.2-dev.17 [2021-02-05T10:07:10.509Z] v1.2.2-dev.18 [2021-02-05T10:07:10.509Z] v1.2.2-dev.19 [2021-02-05T10:07:10.509Z] v1.2.2-dev.2 [2021-02-05T10:07:10.509Z] v1.2.2-dev.20 [2021-02-05T10:07:10.509Z] v1.2.2-dev.21 [2021-02-05T10:07:10.509Z] v1.2.2-dev.22 [2021-02-05T10:07:10.509Z] v1.2.2-dev.23 [2021-02-05T10:07:10.509Z] v1.2.2-dev.24 [2021-02-05T10:07:10.509Z] v1.2.2-dev.25 [2021-02-05T10:07:10.509Z] v1.2.2-dev.26 [2021-02-05T10:07:10.509Z] v1.2.2-dev.27 [2021-02-05T10:07:10.509Z] v1.2.2-dev.28 [2021-02-05T10:07:10.509Z] v1.2.2-dev.29 [2021-02-05T10:07:10.509Z] v1.2.2-dev.3 [2021-02-05T10:07:10.509Z] v1.2.2-dev.30 [2021-02-05T10:07:10.509Z] v1.2.2-dev.31 [2021-02-05T10:07:10.509Z] v1.2.2-dev.32 [2021-02-05T10:07:10.509Z] v1.2.2-dev.33 [2021-02-05T10:07:10.509Z] v1.2.2-dev.34 [2021-02-05T10:07:10.509Z] v1.2.2-dev.35 [2021-02-05T10:07:10.509Z] v1.2.2-dev.36 [2021-02-05T10:07:10.509Z] v1.2.2-dev.37 [2021-02-05T10:07:10.509Z] v1.2.2-dev.38 [2021-02-05T10:07:10.509Z] v1.2.2-dev.39 [2021-02-05T10:07:10.509Z] v1.2.2-dev.4 [2021-02-05T10:07:10.509Z] v1.2.2-dev.40 [2021-02-05T10:07:10.509Z] v1.2.2-dev.41 [2021-02-05T10:07:10.509Z] v1.2.2-dev.42 [2021-02-05T10:07:10.509Z] v1.2.2-dev.43 [2021-02-05T10:07:10.509Z] v1.2.2-dev.44 [2021-02-05T10:07:10.509Z] v1.2.2-dev.45 [2021-02-05T10:07:10.509Z] v1.2.2-dev.46 [2021-02-05T10:07:10.509Z] v1.2.2-dev.47 [2021-02-05T10:07:10.509Z] v1.2.2-dev.48 [2021-02-05T10:07:10.509Z] v1.2.2-dev.49 [2021-02-05T10:07:10.509Z] v1.2.2-dev.5 [2021-02-05T10:07:10.509Z] v1.2.2-dev.50 [2021-02-05T10:07:10.509Z] v1.2.2-dev.51 [2021-02-05T10:07:10.509Z] v1.2.2-dev.52 [2021-02-05T10:07:10.509Z] v1.2.2-dev.53 [2021-02-05T10:07:10.509Z] v1.2.2-dev.54 [2021-02-05T10:07:10.509Z] v1.2.2-dev.55 [2021-02-05T10:07:10.509Z] v1.2.2-dev.56 [2021-02-05T10:07:10.509Z] v1.2.2-dev.57 [2021-02-05T10:07:10.509Z] v1.2.2-dev.58 [2021-02-05T10:07:10.509Z] v1.2.2-dev.59 [2021-02-05T10:07:10.509Z] v1.2.2-dev.6 [2021-02-05T10:07:10.509Z] v1.2.2-dev.60 [2021-02-05T10:07:10.509Z] v1.2.2-dev.61 [2021-02-05T10:07:10.509Z] v1.2.2-dev.62 [2021-02-05T10:07:10.509Z] v1.2.2-dev.63 [2021-02-05T10:07:10.509Z] v1.2.2-dev.64 [2021-02-05T10:07:10.509Z] v1.2.2-dev.65 [2021-02-05T10:07:10.509Z] v1.2.2-dev.66 [2021-02-05T10:07:10.509Z] v1.2.2-dev.67 [2021-02-05T10:07:10.509Z] v1.2.2-dev.68 [2021-02-05T10:07:10.509Z] v1.2.2-dev.69 [2021-02-05T10:07:10.509Z] v1.2.2-dev.7 [2021-02-05T10:07:10.509Z] v1.2.2-dev.70 [2021-02-05T10:07:10.509Z] v1.2.2-dev.71 [2021-02-05T10:07:10.509Z] v1.2.2-dev.72 [2021-02-05T10:07:10.509Z] v1.2.2-dev.73 [2021-02-05T10:07:10.509Z] v1.2.2-dev.74 [2021-02-05T10:07:10.509Z] v1.2.2-dev.75 [2021-02-05T10:07:10.509Z] v1.2.2-dev.76 [2021-02-05T10:07:10.509Z] v1.2.2-dev.77 [2021-02-05T10:07:10.509Z] v1.2.2-dev.78 [2021-02-05T10:07:10.509Z] v1.2.2-dev.79 [2021-02-05T10:07:10.509Z] v1.2.2-dev.8 [2021-02-05T10:07:10.509Z] v1.2.2-dev.80 [2021-02-05T10:07:10.509Z] v1.2.2-dev.81 [2021-02-05T10:07:10.509Z] v1.2.2-dev.82 [2021-02-05T10:07:10.509Z] v1.2.2-dev.83 [2021-02-05T10:07:10.509Z] v1.2.2-dev.84 [2021-02-05T10:07:10.509Z] v1.2.2-dev.85 [2021-02-05T10:07:10.509Z] v1.2.2-dev.86 [2021-02-05T10:07:10.509Z] v1.2.2-dev.87 [2021-02-05T10:07:10.509Z] v1.2.2-dev.88 [2021-02-05T10:07:10.509Z] v1.2.2-dev.89 [2021-02-05T10:07:10.509Z] v1.2.2-dev.9 [2021-02-05T10:07:10.509Z] v1.2.2-dev.90 [2021-02-05T10:07:10.509Z] v1.2.2-dev.91 [2021-02-05T10:07:10.509Z] v1.2.2-dev.92 [2021-02-05T10:07:10.509Z] v1.2.2-dev.93 [2021-02-05T10:07:10.509Z] v1.2.2-dev.94 [2021-02-05T10:07:10.509Z] v1.2.2-dev.95 [2021-02-05T10:07:10.509Z] v1.2.2-dev.96 [2021-02-05T10:07:10.509Z] v1.2.2-dev.97 [2021-02-05T10:07:10.509Z] v1.2.2-dev.98 [2021-02-05T10:07:10.509Z] v1.2.2-dev.99 [2021-02-05T10:07:10.509Z] v1.3.0 [2021-02-05T10:07:10.509Z] v1.3.1-dev.1 [2021-02-05T10:07:10.509Z] v1.3.1-dev.10 [2021-02-05T10:07:10.509Z] v1.3.1-dev.11 [2021-02-05T10:07:10.509Z] v1.3.1-dev.12 [2021-02-05T10:07:10.509Z] v1.3.1-dev.13 [2021-02-05T10:07:10.509Z] v1.3.1-dev.14 [2021-02-05T10:07:10.509Z] v1.3.1-dev.15 [2021-02-05T10:07:10.509Z] v1.3.1-dev.16 [2021-02-05T10:07:10.509Z] v1.3.1-dev.17 [2021-02-05T10:07:10.509Z] v1.3.1-dev.18 [2021-02-05T10:07:10.509Z] v1.3.1-dev.2 [2021-02-05T10:07:10.509Z] v1.3.1-dev.3 [2021-02-05T10:07:10.509Z] v1.3.1-dev.4 [2021-02-05T10:07:10.509Z] v1.3.1-dev.5 [2021-02-05T10:07:10.509Z] v1.3.1-dev.6 [2021-02-05T10:07:10.509Z] v1.3.1-dev.7 [2021-02-05T10:07:10.509Z] v1.3.1-dev.8 [2021-02-05T10:07:10.509Z] v1.3.1-dev.9 [2021-02-05T10:07:10.509Z] v2.0.0-dev.1 [2021-02-05T10:07:10.509Z] v2.0.0-dev.10 [2021-02-05T10:07:10.509Z] v2.0.0-dev.11 [2021-02-05T10:07:10.509Z] v2.0.0-dev.12 [2021-02-05T10:07:10.509Z] v2.0.0-dev.13 [2021-02-05T10:07:10.509Z] v2.0.0-dev.14 [2021-02-05T10:07:10.509Z] v2.0.0-dev.15 [2021-02-05T10:07:10.509Z] v2.0.0-dev.16 [2021-02-05T10:07:10.509Z] v2.0.0-dev.17 [2021-02-05T10:07:10.509Z] v2.0.0-dev.18 [2021-02-05T10:07:10.509Z] v2.0.0-dev.19 [2021-02-05T10:07:10.509Z] v2.0.0-dev.2 [2021-02-05T10:07:10.509Z] v2.0.0-dev.20 [2021-02-05T10:07:10.509Z] v2.0.0-dev.21 [2021-02-05T10:07:10.509Z] v2.0.0-dev.22 [2021-02-05T10:07:10.509Z] v2.0.0-dev.23 [2021-02-05T10:07:10.509Z] v2.0.0-dev.24 [2021-02-05T10:07:10.509Z] v2.0.0-dev.25 [2021-02-05T10:07:10.509Z] v2.0.0-dev.26 [2021-02-05T10:07:10.509Z] v2.0.0-dev.27 [2021-02-05T10:07:10.509Z] v2.0.0-dev.28 [2021-02-05T10:07:10.509Z] v2.0.0-dev.29 [2021-02-05T10:07:10.509Z] v2.0.0-dev.3 [2021-02-05T10:07:10.509Z] v2.0.0-dev.30 [2021-02-05T10:07:10.509Z] v2.0.0-dev.31 [2021-02-05T10:07:10.509Z] v2.0.0-dev.32 [2021-02-05T10:07:10.509Z] v2.0.0-dev.33 [2021-02-05T10:07:10.509Z] v2.0.0-dev.34 [2021-02-05T10:07:10.509Z] v2.0.0-dev.35 [2021-02-05T10:07:10.509Z] v2.0.0-dev.36 [2021-02-05T10:07:10.509Z] v2.0.0-dev.37 [2021-02-05T10:07:10.509Z] v2.0.0-dev.38 [2021-02-05T10:07:10.509Z] v2.0.0-dev.39 [2021-02-05T10:07:10.509Z] v2.0.0-dev.4 [2021-02-05T10:07:10.509Z] v2.0.0-dev.40 [2021-02-05T10:07:10.509Z] v2.0.0-dev.41 [2021-02-05T10:07:10.509Z] v2.0.0-dev.42 [2021-02-05T10:07:10.509Z] v2.0.0-dev.43 [2021-02-05T10:07:10.509Z] v2.0.0-dev.44 [2021-02-05T10:07:10.509Z] v2.0.0-dev.45 [2021-02-05T10:07:10.509Z] v2.0.0-dev.46 [2021-02-05T10:07:10.509Z] v2.0.0-dev.47 [2021-02-05T10:07:10.509Z] v2.0.0-dev.48 [2021-02-05T10:07:10.509Z] v2.0.0-dev.49 [2021-02-05T10:07:10.509Z] v2.0.0-dev.5 [2021-02-05T10:07:10.509Z] v2.0.0-dev.50 [2021-02-05T10:07:10.509Z] v2.0.0-dev.51 [2021-02-05T10:07:10.509Z] v2.0.0-dev.52 [2021-02-05T10:07:10.509Z] v2.0.0-dev.53 [2021-02-05T10:07:10.509Z] v2.0.0-dev.54 [2021-02-05T10:07:10.509Z] v2.0.0-dev.55 [2021-02-05T10:07:10.509Z] v2.0.0-dev.56 [2021-02-05T10:07:10.509Z] v2.0.0-dev.57 [2021-02-05T10:07:10.509Z] v2.0.0-dev.58 [2021-02-05T10:07:10.509Z] v2.0.0-dev.59 [2021-02-05T10:07:10.509Z] v2.0.0-dev.6 [2021-02-05T10:07:10.509Z] v2.0.0-dev.60 [2021-02-05T10:07:10.509Z] v2.0.0-dev.61 [2021-02-05T10:07:10.509Z] v2.0.0-dev.62 [2021-02-05T10:07:10.509Z] v2.0.0-dev.63 [2021-02-05T10:07:10.509Z] v2.0.0-dev.64 [2021-02-05T10:07:10.509Z] v2.0.0-dev.65 [2021-02-05T10:07:10.509Z] v2.0.0-dev.66 [2021-02-05T10:07:10.509Z] v2.0.0-dev.67 [2021-02-05T10:07:10.509Z] v2.0.0-dev.68 [2021-02-05T10:07:10.509Z] v2.0.0-dev.69 [2021-02-05T10:07:10.509Z] v2.0.0-dev.7 [2021-02-05T10:07:10.509Z] v2.0.0-dev.70 [2021-02-05T10:07:10.509Z] v2.0.0-dev.71 [2021-02-05T10:07:10.509Z] v2.0.0-dev.72 [2021-02-05T10:07:10.509Z] v2.0.0-dev.73 [2021-02-05T10:07:10.509Z] v2.0.0-dev.74 [2021-02-05T10:07:10.509Z] v2.0.0-dev.75 [2021-02-05T10:07:10.509Z] v2.0.0-dev.76 [2021-02-05T10:07:10.509Z] v2.0.0-dev.77 [2021-02-05T10:07:10.509Z] v2.0.0-dev.78 [2021-02-05T10:07:10.509Z] v2.0.0-dev.79 [2021-02-05T10:07:10.509Z] v2.0.0-dev.8 [2021-02-05T10:07:10.509Z] v2.0.0-dev.80 [2021-02-05T10:07:10.509Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-05T10:07:10.811Z] + lftools sign git-tag v2.0.0-dev.80 [2021-02-05T10:07:11.756Z] Signing Git tag with Sigul... [2021-02-05T10:07:11.756Z] Signing v2.0.0-dev.80 [Pipeline] echo [2021-02-05T10:07:14.319Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:07:14.615Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-05T10:07:14.624Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-05T10:07:14.735Z] $ docker stop --time=1 8b98601d3e13bd4fa7ddae6f4325374e70423cdd52e7343c6b9d769ba27c6b87 [2021-02-05T10:07:16.809Z] $ docker rm -f 8b98601d3e13bd4fa7ddae6f4325374e70423cdd52e7343c6b9d769ba27c6b87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:07:17.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T10:07:17.691Z] . [Pipeline] withDockerContainer [2021-02-05T10:07:17.796Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T10:07:17.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T10:07:18.825Z] $ docker top 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T10:07:19.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T10:07:19.145Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T10:07:19.402Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T10:07:19.405Z] $ docker exec 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 ssh-agent [2021-02-05T10:07:19.604Z] SSH_AUTH_SOCK=/tmp/ssh-DSD5dmo4SRal/agent.13 [2021-02-05T10:07:19.604Z] SSH_AGENT_PID=19 [2021-02-05T10:07:19.612Z] Running ssh-add (command line suppressed) [2021-02-05T10:07:19.747Z] Identity added: /w/workspace/edgex-go/345@tmp/private_key_1393724123898506197.key (/w/workspace/edgex-go/345@tmp/private_key_1393724123898506197.key) [2021-02-05T10:07:19.808Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T10:07:20.140Z] + git semver bump pre [2021-02-05T10:07:20.140Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T10:07:20.140Z] # $GIT_DIR = /w/workspace/edgex-go/345/.git [2021-02-05T10:07:20.140Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/345 [2021-02-05T10:07:20.140Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T10:07:20.140Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T10:07:20.140Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T10:07:20.140Z] # $SEMVER_BRANCH = master [2021-02-05T10:07:20.140Z] # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver [2021-02-05T10:07:20.140Z] 2.0.0-dev.81 [Pipeline] } [2021-02-05T10:07:20.151Z] $ docker exec --env ******** --env ******** 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 ssh-agent -k [2021-02-05T10:07:20.286Z] unset SSH_AUTH_SOCK; [2021-02-05T10:07:20.286Z] unset SSH_AGENT_PID; [2021-02-05T10:07:20.286Z] echo Agent pid 19 killed; [2021-02-05T10:07:20.349Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T10:07:20.931Z] + git semver [Pipeline] } [2021-02-05T10:07:20.948Z] $ docker stop --time=1 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 [2021-02-05T10:07:22.296Z] $ docker rm -f 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:07:22.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T10:07:22.954Z] . [Pipeline] withDockerContainer [2021-02-05T10:07:23.070Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T10:07:23.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T10:07:23.817Z] $ docker top 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T10:07:24.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T10:07:24.225Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T10:07:24.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T10:07:24.427Z] $ docker exec 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 ssh-agent [2021-02-05T10:07:24.605Z] SSH_AUTH_SOCK=/tmp/ssh-8SnPPC0AHp8J/agent.11 [2021-02-05T10:07:24.605Z] SSH_AGENT_PID=16 [2021-02-05T10:07:24.611Z] Running ssh-add (command line suppressed) [2021-02-05T10:07:24.748Z] Identity added: /w/workspace/edgex-go/345@tmp/private_key_6931525408410938621.key (/w/workspace/edgex-go/345@tmp/private_key_6931525408410938621.key) [2021-02-05T10:07:24.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T10:07:25.156Z] + git semver push [2021-02-05T10:07:25.156Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T10:07:25.156Z] # $GIT_DIR = /w/workspace/edgex-go/345/.git [2021-02-05T10:07:25.156Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/345 [2021-02-05T10:07:25.156Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T10:07:25.156Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T10:07:25.156Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T10:07:25.156Z] # $SEMVER_BRANCH = master [2021-02-05T10:07:25.156Z] # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver [Pipeline] } [2021-02-05T10:07:35.178Z] $ docker exec --env ******** --env ******** 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 ssh-agent -k [2021-02-05T10:07:35.328Z] unset SSH_AUTH_SOCK; [2021-02-05T10:07:35.328Z] unset SSH_AGENT_PID; [2021-02-05T10:07:35.328Z] echo Agent pid 16 killed; [2021-02-05T10:07:35.394Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T10:07:35.913Z] + git semver [Pipeline] } [2021-02-05T10:07:35.930Z] $ docker stop --time=1 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 [2021-02-05T10:07:37.288Z] $ docker rm -f 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:07:38.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:07:39.491Z] ---> package-listing.sh [2021-02-05T10:07:39.491Z] ++ facter osfamily [2021-02-05T10:07:39.491Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T10:07:39.491Z] + OS_FAMILY=redhat [2021-02-05T10:07:39.491Z] + workspace=/w/workspace/edgex-go/345 [2021-02-05T10:07:39.491Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T10:07:39.491Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T10:07:39.491Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T10:07:39.491Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T10:07:39.491Z] + '[' /w/workspace/edgex-go/345 ']' [2021-02-05T10:07:39.491Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T10:07:39.491Z] + case "${OS_FAMILY}" in [2021-02-05T10:07:39.491Z] + rpm -qa [2021-02-05T10:07:39.491Z] + sort [2021-02-05T10:07:44.793Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T10:07:44.793Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T10:07:44.793Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T10:07:44.793Z] + '[' /w/workspace/edgex-go/345 ']' [2021-02-05T10:07:44.793Z] + mkdir -p /w/workspace/edgex-go/345/archives/ [2021-02-05T10:07:44.793Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/345/archives/ [Pipeline] echo [2021-02-05T10:07:44.806Z] 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/345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T10:07:45.103Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:07:45.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T10:07:45.409Z] [2021-02-05T10:07:45.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T10:07:45.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T10:07:45.755Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T10:07:45.755Z] df20fa9351a1: Pulling fs layer [2021-02-05T10:07:45.755Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T10:07:45.755Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T10:07:45.755Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T10:07:45.755Z] 93b61091891f: Pulling fs layer [2021-02-05T10:07:45.755Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T10:07:45.755Z] 5e14af77c1be: Pulling fs layer [2021-02-05T10:07:45.755Z] 01666e4c0597: Pulling fs layer [2021-02-05T10:07:45.755Z] aa168da1d23b: Pulling fs layer [2021-02-05T10:07:45.755Z] 93b9cdb0e59b: Waiting [2021-02-05T10:07:45.755Z] 5e14af77c1be: Waiting [2021-02-05T10:07:45.755Z] 01666e4c0597: Waiting [2021-02-05T10:07:45.755Z] aa168da1d23b: Waiting [2021-02-05T10:07:45.755Z] 46f8f816bc3b: Waiting [2021-02-05T10:07:45.755Z] 93b61091891f: Waiting [2021-02-05T10:07:45.755Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T10:07:45.755Z] 36b3adc4ff6f: Download complete [2021-02-05T10:07:45.755Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T10:07:45.755Z] 46f8f816bc3b: Download complete [2021-02-05T10:07:46.018Z] 93b61091891f: Verifying Checksum [2021-02-05T10:07:46.018Z] 93b61091891f: Download complete [2021-02-05T10:07:46.018Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T10:07:46.018Z] 93b9cdb0e59b: Download complete [2021-02-05T10:07:46.018Z] 5e14af77c1be: Verifying Checksum [2021-02-05T10:07:46.018Z] 5e14af77c1be: Download complete [2021-02-05T10:07:46.018Z] 01666e4c0597: Verifying Checksum [2021-02-05T10:07:46.018Z] 01666e4c0597: Download complete [2021-02-05T10:07:46.282Z] df20fa9351a1: Verifying Checksum [2021-02-05T10:07:46.282Z] df20fa9351a1: Download complete [2021-02-05T10:07:46.282Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T10:07:46.282Z] 8ad3a11d3b57: Download complete [2021-02-05T10:07:46.548Z] df20fa9351a1: Pull complete [2021-02-05T10:07:46.809Z] 36b3adc4ff6f: Pull complete [2021-02-05T10:07:48.205Z] 8ad3a11d3b57: Pull complete [2021-02-05T10:07:48.205Z] 46f8f816bc3b: Pull complete [2021-02-05T10:07:48.205Z] aa168da1d23b: Verifying Checksum [2021-02-05T10:07:48.205Z] aa168da1d23b: Download complete [2021-02-05T10:07:48.780Z] 93b61091891f: Pull complete [2021-02-05T10:07:49.042Z] 93b9cdb0e59b: Pull complete [2021-02-05T10:07:49.042Z] 5e14af77c1be: Pull complete [2021-02-05T10:07:49.305Z] 01666e4c0597: Pull complete [2021-02-05T10:07:57.495Z] aa168da1d23b: Pull complete [2021-02-05T10:07:57.495Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T10:07:57.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T10:07:57.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T10:07:57.684Z] prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container [2021-02-05T10:07:57.732Z] $ 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/345/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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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-02-05T10:08:01.506Z] $ docker top f845137ce067d17d9494f6753955d0e8341236bdc40c78e96884bda1006ef95b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T10:08:02.029Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T10:08:02.369Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T10:08:02.667Z] + ls /var/log/sa-host [2021-02-05T10:08:02.667Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T10:08:02.667Z] file_magic: OK [2021-02-05T10:08:02.667Z] HZ: Using current value: 100 [2021-02-05T10:08:02.667Z] file_header: OK [2021-02-05T10:08:02.667Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T10:08:02.667Z] Statistics: [2021-02-05T10:08:02.667Z] 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... [2021-02-05T10:08:02.667Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T10:08:02.667Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T10:08:02.667Z] file_magic: OK [2021-02-05T10:08:02.667Z] HZ: Using current value: 100 [2021-02-05T10:08:02.667Z] file_header: OK [2021-02-05T10:08:02.667Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T10:08:02.667Z] Statistics: [2021-02-05T10:08:02.667Z] Hnuu...uuuununununu... [2021-02-05T10:08:02.667Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T10:08:03.231Z] provisioning config files... [2021-02-05T10:08:03.252Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/345@tmp/config1001245109501631149tmp [Pipeline] { [Pipeline] echo [2021-02-05T10:08:03.380Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:08:03.714Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T10:08:03.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T10:08:03.822Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:08:04.146Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T10:08:04.157Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:08:04.506Z] ---> sudo-logs.sh [2021-02-05T10:08:04.507Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T10:08:04.780Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:08:05.077Z] ---> job-cost.sh [2021-02-05T10:08:05.077Z] lf-activate-venv: SKIPPING [2021-02-05T10:08:05.077Z] INFO: No Stack... [2021-02-05T10:08:06.469Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T10:08:07.042Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T10:08:07.055Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T10:08:07.350Z] ---> logs-deploy.sh [2021-02-05T10:08:07.350Z] lf-activate-venv: SKIPPING [2021-02-05T10:08:07.350Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/345 [2021-02-05T10:08:07.350Z] INFO: archiving workspace using pattern(s): [2021-02-05T10:08:08.740Z] Archives upload complete. [2021-02-05T10:08:08.740Z] INFO: archiving logs to Nexus