Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a4129e86d499c8924a566b780eb9ce8c2b49056c 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-25188 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/343 [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/343 # 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 a4129e86d499c8924a566b780eb9ce8c2b49056c (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 a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 Commit message: "Merge pull request #3128 from FelixTing/issue-3126" > git rev-list --no-walk 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T05:30:29.875Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T05:30:30.180Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T05:30:30.312Z] ========================================================= [2021-02-05T05:30:30.312Z] EdgeX Global Pipelines Version Info [2021-02-05T05:30:30.312Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:30:31.858Z] ------------------- [2021-02-05T05:30:31.859Z] stable info: [2021-02-05T05:30:31.859Z] ------------------- [2021-02-05T05:30:31.859Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T05:30:31.859Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T05:30:31.859Z] Message: update stable to v1.0.179 [2021-02-05T05:30:32.433Z] ------------------- [2021-02-05T05:30:32.433Z] experimental info: [2021-02-05T05:30:32.433Z] ------------------- [2021-02-05T05:30:32.433Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T05:30:32.433Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T05:30:32.433Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T05:30:32.719Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T05:30:32.825Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T05:30:32.924Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T05:30:33.029Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T05:30:33.134Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T05:30:33.254Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T05:30:33.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T05:30:33.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T05:30:33.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T05:30:33.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T05:30:33.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T05:30:33.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T05:30:34.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T05:30:34.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T05:30:34.260Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T05:30:34.361Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T05:30:34.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T05:30:34.543Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T05:30:34.670Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T05:30:34.765Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T05:30:34.861Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T05:30:34.969Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T05:30:35.062Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T05:30:35.152Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-05T05:30:35.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-05T05:30:35.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-05T05:30:35.483Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] echo [2021-02-05T05:30:35.584Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4129e8 [Pipeline] echo [2021-02-05T05:30:35.702Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T05:30:35.891Z] provisioning config files... [2021-02-05T05:30:35.932Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/343@tmp/config3664822765787162849tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:30:36.289Z] ---> docker-login.sh [2021-02-05T05:30:36.290Z] nexus3.edgexfoundry.org:10001 [2021-02-05T05:30:36.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:30:36.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:30:36.813Z] Configure a credential helper to remove this warning. See [2021-02-05T05:30:36.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:30:36.813Z] [2021-02-05T05:30:36.813Z] Login Succeeded [2021-02-05T05:30:36.813Z] nexus3.edgexfoundry.org:10002 [2021-02-05T05:30:36.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:30:36.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:30:36.813Z] Configure a credential helper to remove this warning. See [2021-02-05T05:30:36.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:30:36.813Z] [2021-02-05T05:30:36.813Z] Login Succeeded [2021-02-05T05:30:36.813Z] nexus3.edgexfoundry.org:10003 [2021-02-05T05:30:37.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:30:37.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:30:37.339Z] Configure a credential helper to remove this warning. See [2021-02-05T05:30:37.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:30:37.339Z] [2021-02-05T05:30:37.339Z] Login Succeeded [2021-02-05T05:30:37.339Z] nexus3.edgexfoundry.org:10004 [2021-02-05T05:30:37.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:30:37.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:30:37.339Z] Configure a credential helper to remove this warning. See [2021-02-05T05:30:37.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:30:37.339Z] [2021-02-05T05:30:37.339Z] Login Succeeded [2021-02-05T05:30:37.339Z] docker.io [2021-02-05T05:30:37.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:30:37.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:30:37.863Z] Configure a credential helper to remove this warning. See [2021-02-05T05:30:37.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:30:37.863Z] [2021-02-05T05:30:37.863Z] Login Succeeded [2021-02-05T05:30:37.863Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T05:30:37.873Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T05:30:38.337Z] ++ 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-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T05:30:38.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:30:38.337Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T05:30:38.337Z] ++ cut -d/ -f2 [2021-02-05T05:30:38.337Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T05:30:38.414Z] 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-05T05:30:40.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:30:40.030Z] [2021-02-05T05:30:40.030Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:30:40.379Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:30:40.379Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T05:30:40.379Z] 31603596830f: Pulling fs layer [2021-02-05T05:30:40.379Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T05:30:40.379Z] 6ca5941a6612: Pulling fs layer [2021-02-05T05:30:40.379Z] ecc8261a40a4: Pulling fs layer [2021-02-05T05:30:40.379Z] ecc8261a40a4: Waiting [2021-02-05T05:30:40.379Z] 2a8b12db71e7: Download complete [2021-02-05T05:30:40.640Z] 31603596830f: Verifying Checksum [2021-02-05T05:30:40.640Z] 31603596830f: Download complete [2021-02-05T05:30:40.640Z] ecc8261a40a4: Verifying Checksum [2021-02-05T05:30:40.640Z] ecc8261a40a4: Download complete [2021-02-05T05:30:40.640Z] 6ca5941a6612: Verifying Checksum [2021-02-05T05:30:40.640Z] 6ca5941a6612: Download complete [2021-02-05T05:30:40.902Z] 31603596830f: Pull complete [2021-02-05T05:30:40.902Z] 2a8b12db71e7: Pull complete [2021-02-05T05:30:41.858Z] 6ca5941a6612: Pull complete [2021-02-05T05:30:42.120Z] ecc8261a40a4: Pull complete [2021-02-05T05:30:42.120Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T05:30:42.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:30:42.120Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T05:30:42.230Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:30:42.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:30:44.791Z] $ docker top 636de519060d8eec44c7b72c63dca9d21d28a618db4cf90847d53ce0a90d4c02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T05:30:45.217Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T05:30:45.217Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T05:30:45.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T05:30:45.416Z] $ docker exec 636de519060d8eec44c7b72c63dca9d21d28a618db4cf90847d53ce0a90d4c02 ssh-agent [2021-02-05T05:30:45.572Z] SSH_AUTH_SOCK=/tmp/ssh-cpPAQZAMdPZ1/agent.13 [2021-02-05T05:30:45.572Z] SSH_AGENT_PID=19 [2021-02-05T05:30:45.582Z] Running ssh-add (command line suppressed) [2021-02-05T05:30:45.699Z] Identity added: /w/workspace/edgex-go/343@tmp/private_key_3137069272305118866.key (/w/workspace/edgex-go/343@tmp/private_key_3137069272305118866.key) [2021-02-05T05:30:45.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T05:30:46.096Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T05:30:46.118Z] $ docker exec --env ******** --env ******** 636de519060d8eec44c7b72c63dca9d21d28a618db4cf90847d53ce0a90d4c02 ssh-agent -k [2021-02-05T05:30:46.233Z] unset SSH_AUTH_SOCK; [2021-02-05T05:30:46.233Z] unset SSH_AGENT_PID; [2021-02-05T05:30:46.233Z] echo Agent pid 19 killed; [2021-02-05T05:30:46.278Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T05:30:46.456Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T05:30:46.456Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T05:30:46.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T05:30:46.618Z] $ docker exec 636de519060d8eec44c7b72c63dca9d21d28a618db4cf90847d53ce0a90d4c02 ssh-agent [2021-02-05T05:30:46.765Z] SSH_AUTH_SOCK=/tmp/ssh-IDK0NIY0a6IH/agent.48 [2021-02-05T05:30:46.765Z] SSH_AGENT_PID=53 [2021-02-05T05:30:46.773Z] Running ssh-add (command line suppressed) [2021-02-05T05:30:46.880Z] Identity added: /w/workspace/edgex-go/343@tmp/private_key_679933018802867032.key (/w/workspace/edgex-go/343@tmp/private_key_679933018802867032.key) [2021-02-05T05:30:46.929Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T05:30:47.263Z] + git semver init [2021-02-05T05:30:47.263Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T05:30:47.263Z] # $GIT_DIR = /w/workspace/edgex-go/343/.git [2021-02-05T05:30:47.263Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/343 [2021-02-05T05:30:47.263Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T05:30:47.263Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T05:30:47.263Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T05:30:47.263Z] # $SEMVER_BRANCH = master [2021-02-05T05:30:47.263Z] # $SEMVER_TEMP = /tmp/semver-425837399 [2021-02-05T05:30:47.263Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T05:31:05.447Z] # '/tmp/semver-425837399' -> '/w/workspace/edgex-go/343/.semver' [2021-02-05T05:31:05.447Z] # -> Force: false [2021-02-05T05:31:05.447Z] # $SEMVER_DIR = /w/workspace/edgex-go/343/.semver [Pipeline] } [2021-02-05T05:31:05.470Z] $ docker exec --env ******** --env ******** 636de519060d8eec44c7b72c63dca9d21d28a618db4cf90847d53ce0a90d4c02 ssh-agent -k [2021-02-05T05:31:05.644Z] unset SSH_AUTH_SOCK; [2021-02-05T05:31:05.645Z] unset SSH_AGENT_PID; [2021-02-05T05:31:05.645Z] echo Agent pid 53 killed; [2021-02-05T05:31:05.695Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T05:31:06.275Z] + git semver [Pipeline] } [2021-02-05T05:31:06.294Z] $ docker stop --time=1 636de519060d8eec44c7b72c63dca9d21d28a618db4cf90847d53ce0a90d4c02 [2021-02-05T05:31:07.984Z] $ docker rm -f 636de519060d8eec44c7b72c63dca9d21d28a618db4cf90847d53ce0a90d4c02 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T05:31:08.501Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T05:31:08.976Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T05:31:08.979Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.78 [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-05T05:31:10.033Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:31:10.340Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:31:10.637Z] + sudo service docker restart [2021-02-05T05:31:10.637Z] + true [2021-02-05T05:31:10.637Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T05:31:11.227Z] ========================================================= [2021-02-05T05:31:11.227Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T05:31:11.227Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:31:11.572Z] + 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-05T05:31:16.879Z] Sending build context to Docker daemon 327.6MB [2021-02-05T05:31:16.879Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T05:31:16.879Z] Step 2/6 : FROM ${BASE} [2021-02-05T05:31:16.879Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T05:31:16.879Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T05:31:16.879Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T05:31:16.879Z] de9db76c5a1d: Pulling fs layer [2021-02-05T05:31:16.879Z] bca2f99d35d6: Pulling fs layer [2021-02-05T05:31:16.879Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T05:31:16.879Z] 7c6f9722023f: Pulling fs layer [2021-02-05T05:31:16.879Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T05:31:16.879Z] 93359f2a8cfa: Waiting [2021-02-05T05:31:16.879Z] 7c6f9722023f: Waiting [2021-02-05T05:31:16.879Z] a35cf1a2eb13: Waiting [2021-02-05T05:31:16.879Z] bca2f99d35d6: Waiting [2021-02-05T05:31:16.879Z] de9db76c5a1d: Download complete [2021-02-05T05:31:16.879Z] 0ef7d3d256c8: Download complete [2021-02-05T05:31:16.879Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T05:31:16.879Z] 93359f2a8cfa: Download complete [2021-02-05T05:31:16.879Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T05:31:16.879Z] 188c0c94c7c5: Download complete [2021-02-05T05:31:16.879Z] 7c6f9722023f: Verifying Checksum [2021-02-05T05:31:16.879Z] 7c6f9722023f: Download complete [2021-02-05T05:31:16.879Z] 188c0c94c7c5: Pull complete [2021-02-05T05:31:16.879Z] 0ef7d3d256c8: Pull complete [2021-02-05T05:31:17.141Z] de9db76c5a1d: Pull complete [2021-02-05T05:31:18.531Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T05:31:18.532Z] a35cf1a2eb13: Download complete [2021-02-05T05:31:19.929Z] bca2f99d35d6: Verifying Checksum [2021-02-05T05:31:19.929Z] bca2f99d35d6: Download complete [2021-02-05T05:31:24.521Z] Still waiting to schedule task [2021-02-05T05:31:24.521Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-05T05:31:25.244Z] bca2f99d35d6: Pull complete [2021-02-05T05:31:25.244Z] 93359f2a8cfa: Pull complete [2021-02-05T05:31:25.244Z] 7c6f9722023f: Pull complete [2021-02-05T05:31:29.568Z] a35cf1a2eb13: Pull complete [2021-02-05T05:31:29.568Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T05:31:29.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T05:31:29.568Z] ---> a62c8e92a672 [2021-02-05T05:31:29.568Z] 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-05T05:31:29.568Z] ---> Running in 608aeb6707f0 [2021-02-05T05:31:29.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:31:30.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:31:30.776Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T05:31:31.038Z] (2/12) Installing file (5.38-r0) [2021-02-05T05:31:31.038Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T05:31:31.038Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T05:31:36.334Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T05:31:36.334Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T05:31:36.597Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T05:31:36.597Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T05:31:36.597Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T05:31:36.859Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T05:31:36.859Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T05:31:37.121Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T05:31:37.121Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:31:37.121Z] OK: 233 MiB in 51 packages [2021-02-05T05:31:40.427Z] Removing intermediate container 608aeb6707f0 [2021-02-05T05:31:40.427Z] ---> 142f28f1f8c5 [2021-02-05T05:31:40.427Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T05:31:40.688Z] ---> Running in d448104df89c [2021-02-05T05:31:40.688Z] Removing intermediate container d448104df89c [2021-02-05T05:31:40.688Z] ---> 48fe1d810b57 [2021-02-05T05:31:40.688Z] Step 5/6 : COPY go.mod . [2021-02-05T05:31:40.950Z] ---> 2671b41d6027 [2021-02-05T05:31:40.950Z] Step 6/6 : RUN go mod download [2021-02-05T05:31:40.950Z] ---> Running in 586d693e3200 [2021-02-05T05:32:02.970Z] Removing intermediate container 586d693e3200 [2021-02-05T05:32:02.970Z] ---> 6cab1b2c7a18 [2021-02-05T05:32:02.970Z] Successfully built 6cab1b2c7a18 [2021-02-05T05:32:02.970Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:32:03.287Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T05:32:03.287Z] . [Pipeline] withDockerContainer [2021-02-05T05:32:03.381Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:32:03.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:32:04.160Z] $ docker top 3e63da50ba7aad7d871bc9edcd8832d7cb35a603223bd95bb1fe671ccdb68d7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:32:04.663Z] + go version [2021-02-05T05:32:04.663Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T05:32:04.676Z] $ docker stop --time=1 3e63da50ba7aad7d871bc9edcd8832d7cb35a603223bd95bb1fe671ccdb68d7e [2021-02-05T05:32:06.046Z] $ docker rm -f 3e63da50ba7aad7d871bc9edcd8832d7cb35a603223bd95bb1fe671ccdb68d7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:32:06.877Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T05:32:06.878Z] . [Pipeline] withDockerContainer [2021-02-05T05:32:06.969Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:32:07.016Z] $ 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/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:32:07.665Z] $ docker top 17916702c63f940bb5d26d60211c587f7c5b1560cafd44cf695d208655034c57 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T05:32:07.855Z] ========================================================= [2021-02-05T05:32:07.855Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T05:32:07.855Z] ========================================================= [Pipeline] sh [2021-02-05T05:32:08.147Z] + make test [2021-02-05T05:32:08.147Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T05:32:16.337Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T05:32:31.396Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T05:32:38.263Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T05:32:38.264Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T05:32:38.264Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T05:32:38.264Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T05:32:38.850Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T05:32:38.850Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T05:32:38.850Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T05:32:38.850Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T05:32:38.850Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T05:32:39.818Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T05:32:41.760Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T05:32:41.760Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T05:32:41.760Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T05:32:43.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 45.6% of statements [2021-02-05T05:32:43.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T05:32:43.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T05:32:43.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T05:32:43.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T05:32:43.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T05:32:43.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T05:32:43.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T05:32:43.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements [2021-02-05T05:32:47.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.156s coverage: 27.1% of statements [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T05:32:47.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T05:32:47.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T05:32:47.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T05:32:47.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 65.8% of statements [2021-02-05T05:32:47.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T05:32:47.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T05:32:47.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.413s coverage: 82.3% of statements [2021-02-05T05:32:47.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T05:32:47.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:32:47.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T05:32:47.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T05:32:49.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.318s coverage: 28.6% of statements [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T05:32:49.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T05:32:49.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T05:32:49.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements [2021-02-05T05:32:49.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T05:32:50.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.082s coverage: 97.5% of statements [2021-02-05T05:32:50.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T05:32:50.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-02-05T05:32:50.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T05:32:50.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T05:32:50.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T05:32:50.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.337s coverage: 92.8% of statements [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T05:32:52.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 45.5% of statements [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 79.5% of statements [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-02-05T05:32:52.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-02-05T05:33:05.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-02-05T05:33:05.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-05T05:33:14.010Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25189 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-05T05:33:14.064Z] Running in /w/workspace/edgex-go/343 [Pipeline] { [Pipeline] checkout [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.055s coverage: 92.9% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.034s coverage: 87.2% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 91.4% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.145s coverage: 63.5% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.260s coverage: 68.9% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.073s coverage: 37.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.259s coverage: 84.0% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.083s coverage: 85.3% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T05:33:17.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T05:33:17.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-02-05T05:33:17.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T05:33:17.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T05:33:17.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-02-05T05:33:17.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-02-05T05:33:17.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-02-05T05:33:17.631Z] GO111MODULE=on go vet ./... [2021-02-05T05:33:19.139Z] using credential edgex-jenkins-ssh [2021-02-05T05:33:19.201Z] Cloning the remote Git repository [2021-02-05T05:33:19.266Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:33:19.383Z] > git init /w/workspace/edgex-go/343 # timeout=10 [2021-02-05T05:33:19.464Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:33:19.465Z] > git --version # timeout=10 [2021-02-05T05:33:19.483Z] > git --version # 'git version 2.17.1' [2021-02-05T05:33:19.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:33:19.574Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T05:33:42.327Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T05:33:42.346Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T05:33:42.369Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T05:33:42.409Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:33:42.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:33:42.421Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T05:33:43.023Z] Checking out Revision a4129e86d499c8924a566b780eb9ce8c2b49056c (master) [2021-02-05T05:33:44.334Z] gofmt -l . [2021-02-05T05:33:44.334Z] [ "`gofmt -l .`" = "" ] [2021-02-05T05:33:44.334Z] ./bin/test-go-mod-tidy.sh [2021-02-05T05:33:44.334Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T05:33:44.640Z] + ls -al . [2021-02-05T05:33:44.640Z] total 688 [2021-02-05T05:33:44.640Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 05:33 . [2021-02-05T05:33:44.640Z] drwxr-xr-x 4 root root 32 Feb 5 05:32 .. [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 05:30 .dockerignore [2021-02-05T05:33:44.640Z] drwxrwxr-x 8 1001 1001 162 Feb 5 05:30 .git [2021-02-05T05:33:44.640Z] drwxrwxr-x 3 1001 1001 125 Feb 5 05:30 .github [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 05:30 .gitignore [2021-02-05T05:33:44.640Z] drwx------ 3 1001 1001 45 Feb 5 05:31 .semver [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 05:30 .sonarcloud.properties [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 05:30 Attribution.txt [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 05:30 CONTRIBUTING.md [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 05:30 Dockerfile.build [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 05:30 Jenkinsfile [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 05:30 LICENSE [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 05:30 Makefile [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 05:30 README.md [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 05:30 SECURITY.md [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 12 Feb 5 05:31 VERSION [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 05:30 ZMQWindows.md [2021-02-05T05:33:44.640Z] drwxrwxr-x 2 1001 1001 117 Feb 5 05:30 bin [2021-02-05T05:33:44.640Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 05:30 cmd [2021-02-05T05:33:44.640Z] -rw-r--r-- 1 root root 585363 Feb 5 05:33 coverage.out [2021-02-05T05:33:44.640Z] -rw-r--r-- 1 root root 1054 Feb 5 05:33 go.mod [2021-02-05T05:33:44.640Z] -rw-r--r-- 1 root root 19290 Feb 5 05:33 go.sum [2021-02-05T05:33:44.640Z] drwxrwxr-x 8 1001 1001 127 Feb 5 05:30 internal [2021-02-05T05:33:44.640Z] drwxrwxr-x 4 1001 1001 26 Feb 5 05:30 openapi [2021-02-05T05:33:44.640Z] drwxrwxr-x 4 1001 1001 71 Feb 5 05:30 snap [2021-02-05T05:33:44.640Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 05:30 version.go [Pipeline] sh [2021-02-05T05:33:44.940Z] + '[' -e coverage.out ] [2021-02-05T05:33:44.940Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T05:33:45.114Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T05:33:43.042Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T05:33:43.060Z] > git checkout -f a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 [2021-02-05T05:33:45.405Z] + make build [2021-02-05T05:33:45.405Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T05:33:47.798Z] Commit message: "Merge pull request #3128 from FelixTing/issue-3126" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T05:33:48.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:33:49.473Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:33:49.877Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:33:50.221Z] + sudo service docker restart [2021-02-05T05:33:50.221Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T05:33:52.325Z] provisioning config files... [2021-02-05T05:33:52.365Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/343@tmp/config2221200967374596258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:33:52.816Z] ---> docker-login.sh [2021-02-05T05:33:52.816Z] nexus3.edgexfoundry.org:10001 [2021-02-05T05:33:53.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:33:54.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:33:54.081Z] Configure a credential helper to remove this warning. See [2021-02-05T05:33:54.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:33:54.081Z] [2021-02-05T05:33:54.081Z] Login Succeeded [2021-02-05T05:33:54.081Z] nexus3.edgexfoundry.org:10002 [2021-02-05T05:33:54.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:33:54.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:33:54.632Z] Configure a credential helper to remove this warning. See [2021-02-05T05:33:54.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:33:54.632Z] [2021-02-05T05:33:54.632Z] Login Succeeded [2021-02-05T05:33:54.632Z] nexus3.edgexfoundry.org:10003 [2021-02-05T05:33:54.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:33:55.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:33:55.180Z] Configure a credential helper to remove this warning. See [2021-02-05T05:33:55.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:33:55.180Z] [2021-02-05T05:33:55.180Z] Login Succeeded [2021-02-05T05:33:55.180Z] nexus3.edgexfoundry.org:10004 [2021-02-05T05:33:55.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:33:55.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:33:55.454Z] Configure a credential helper to remove this warning. See [2021-02-05T05:33:55.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:33:55.454Z] [2021-02-05T05:33:55.454Z] Login Succeeded [2021-02-05T05:33:55.454Z] docker.io [2021-02-05T05:33:55.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T05:33:56.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:33:56.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:33:56.324Z] Configure a credential helper to remove this warning. See [2021-02-05T05:33:56.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:33:56.324Z] [2021-02-05T05:33:56.324Z] Login Succeeded [2021-02-05T05:33:56.324Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T05:33:56.341Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T05:33:56.777Z] ========================================================= [2021-02-05T05:33:56.777Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T05:33:56.777Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:33:56.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T05:33:57.151Z] + 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-05T05:33:58.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T05:33:58.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:33:59.805Z] Sending build context to Docker daemon 166.2MB [2021-02-05T05:33:59.805Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T05:33:59.805Z] Step 2/6 : FROM ${BASE} [2021-02-05T05:33:59.805Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T05:33:59.805Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T05:33:59.805Z] a4357932f1b6: Pulling fs layer [2021-02-05T05:33:59.805Z] 18c013af1878: Pulling fs layer [2021-02-05T05:33:59.805Z] 00ac8860ef70: Pulling fs layer [2021-02-05T05:33:59.805Z] 63d7cb157983: Pulling fs layer [2021-02-05T05:33:59.805Z] b116817d02f9: Pulling fs layer [2021-02-05T05:33:59.805Z] 745a02a5169b: Pulling fs layer [2021-02-05T05:33:59.805Z] 00ac8860ef70: Waiting [2021-02-05T05:33:59.805Z] 63d7cb157983: Waiting [2021-02-05T05:33:59.805Z] b116817d02f9: Waiting [2021-02-05T05:33:59.805Z] 745a02a5169b: Waiting [2021-02-05T05:33:59.805Z] a4357932f1b6: Verifying Checksum [2021-02-05T05:33:59.805Z] a4357932f1b6: Download complete [2021-02-05T05:33:59.805Z] 18c013af1878: Download complete [2021-02-05T05:33:59.805Z] 63d7cb157983: Download complete [2021-02-05T05:33:59.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:34:00.081Z] b116817d02f9: Verifying Checksum [2021-02-05T05:34:00.081Z] b116817d02f9: Download complete [2021-02-05T05:34:00.081Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T05:34:00.081Z] 5f621e34cdf4: Download complete [2021-02-05T05:34:00.684Z] 5f621e34cdf4: Pull complete [2021-02-05T05:34:01.295Z] a4357932f1b6: Pull complete [2021-02-05T05:34:01.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:34:01.902Z] 18c013af1878: Pull complete [2021-02-05T05:34:02.180Z] 745a02a5169b: Download complete [2021-02-05T05:34:02.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T05:34:03.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T05:34:03.614Z] 00ac8860ef70: Verifying Checksum [2021-02-05T05:34:03.614Z] 00ac8860ef70: Download complete [2021-02-05T05:34:04.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T05:34:05.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T05:34:06.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T05:34:07.974Z] $ docker stop --time=1 17916702c63f940bb5d26d60211c587f7c5b1560cafd44cf695d208655034c57 [2021-02-05T05:34:09.583Z] $ docker rm -f 17916702c63f940bb5d26d60211c587f7c5b1560cafd44cf695d208655034c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:34:12.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:34:12.980Z] [2021-02-05T05:34:12.980Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:34:13.325Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:34:13.325Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T05:34:13.325Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T05:34:13.325Z] ca9280d653b3: Pulling fs layer [2021-02-05T05:34:13.325Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T05:34:13.593Z] cbdbe7a5bc2a: Download complete [2021-02-05T05:34:13.781Z] 00ac8860ef70: Pull complete [2021-02-05T05:34:13.858Z] cbdbe7a5bc2a: Pull complete [2021-02-05T05:34:13.858Z] ca9280d653b3: Verifying Checksum [2021-02-05T05:34:13.858Z] ca9280d653b3: Download complete [2021-02-05T05:34:14.054Z] 63d7cb157983: Pull complete [2021-02-05T05:34:14.651Z] b116817d02f9: Pull complete [2021-02-05T05:34:15.250Z] 7e9c9ca2126c: Verifying Checksum [2021-02-05T05:34:15.250Z] 7e9c9ca2126c: Download complete [2021-02-05T05:34:15.250Z] ca9280d653b3: Pull complete [2021-02-05T05:34:18.970Z] 745a02a5169b: Pull complete [2021-02-05T05:34:18.970Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T05:34:18.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T05:34:18.970Z] ---> b7e6874047d6 [2021-02-05T05:34:18.970Z] 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-05T05:34:20.559Z] 7e9c9ca2126c: Pull complete [2021-02-05T05:34:20.559Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T05:34:20.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:34:20.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T05:34:20.722Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:34:20.764Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:34:21.614Z] ---> Running in 4f001bb79926 [2021-02-05T05:34:23.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:34:23.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:34:23.902Z] $ docker top 5ea2eaf6ec0393ed1aaaef76fac2f49e192842fd784492e01651a2415fa7aabc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:34:24.241Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T05:34:24.470Z] + docker-compose build --help [2021-02-05T05:34:24.470Z] + grep parallel [2021-02-05T05:34:24.510Z] (2/12) Installing file (5.38-r0) [2021-02-05T05:34:24.510Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T05:34:24.780Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T05:34:25.415Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T05:34:25.432Z] $ docker stop --time=1 5ea2eaf6ec0393ed1aaaef76fac2f49e192842fd784492e01651a2415fa7aabc [2021-02-05T05:34:26.801Z] $ docker rm -f 5ea2eaf6ec0393ed1aaaef76fac2f49e192842fd784492e01651a2415fa7aabc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:34:27.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:34:27.515Z] . [Pipeline] withDockerContainer [2021-02-05T05:34:27.615Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:34:27.662Z] $ 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/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:34:28.369Z] $ docker top db9fd9be517238ff5637f9b2bacee29934023d880daadf911f5d91ff77cad6f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:34:28.878Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T05:34:29.822Z] Building docker-core-command-go ... [2021-02-05T05:34:29.822Z] Building docker-core-data-go ... [2021-02-05T05:34:29.822Z] Building docker-core-metadata-go ... [2021-02-05T05:34:29.822Z] Building docker-security-bootstrapper-go ... [2021-02-05T05:34:29.822Z] Building docker-security-proxy-setup-go ... [2021-02-05T05:34:29.822Z] Building docker-security-secretstore-setup-go ... [2021-02-05T05:34:29.822Z] Building docker-support-notifications-go ... [2021-02-05T05:34:29.822Z] Building docker-support-scheduler-go ... [2021-02-05T05:34:29.822Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T05:34:29.822Z] Building docker-security-bootstrapper-go [2021-02-05T05:34:29.822Z] Building docker-security-secretstore-setup-go [2021-02-05T05:34:29.822Z] Building docker-core-command-go [2021-02-05T05:34:29.822Z] Building docker-sys-mgmt-agent-go [2021-02-05T05:34:29.822Z] Building docker-core-metadata-go [2021-02-05T05:34:39.846Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T05:34:39.846Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T05:34:39.846Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T05:34:39.846Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T05:34:39.846Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T05:34:39.846Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T05:34:39.846Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T05:34:39.846Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T05:34:39.846Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:34:39.846Z] OK: 217 MiB in 51 packages [2021-02-05T05:34:42.478Z] Removing intermediate container 4f001bb79926 [2021-02-05T05:34:42.478Z] ---> ae3d8a8f526b [2021-02-05T05:34:42.478Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T05:34:42.752Z] ---> Running in 905b7e08937e [2021-02-05T05:34:43.026Z] Removing intermediate container 905b7e08937e [2021-02-05T05:34:43.026Z] ---> 58e7c097c455 [2021-02-05T05:34:43.026Z] Step 5/6 : COPY go.mod . [2021-02-05T05:34:44.007Z] ---> 2783e54facf7 [2021-02-05T05:34:44.007Z] Step 6/6 : RUN go mod download [2021-02-05T05:34:44.007Z] ---> Running in 4e2bfaa76f2e [2021-02-05T05:35:02.114Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:35:02.114Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:35:02.114Z] ---> 6cab1b2c7a18 [2021-02-05T05:35:02.114Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T05:35:02.114Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:35:02.114Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:35:02.114Z] ---> 6cab1b2c7a18 [2021-02-05T05:35:02.114Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T05:35:02.114Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:35:02.114Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:35:02.114Z] ---> 6cab1b2c7a18 [2021-02-05T05:35:02.114Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T05:35:02.114Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:35:02.114Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:35:02.114Z] ---> 6cab1b2c7a18 [2021-02-05T05:35:02.114Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:35:02.114Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:35:02.114Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:35:02.114Z] ---> 6cab1b2c7a18 [2021-02-05T05:35:02.114Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:35:02.114Z] ---> Running in 4f0f78fbd1ca [2021-02-05T05:35:02.114Z] ---> Running in f9fa6bc4acfa [2021-02-05T05:35:02.114Z] ---> Running in da5d5b4ef488 [2021-02-05T05:35:02.114Z] ---> Running in 2370c9a37471 [2021-02-05T05:35:02.114Z] ---> Running in 780bcc5ced42 [2021-02-05T05:35:02.114Z] Removing intermediate container 2370c9a37471 [2021-02-05T05:35:02.114Z] ---> f7b76010e7f7 [2021-02-05T05:35:02.114Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:35:02.114Z] Removing intermediate container 4f0f78fbd1ca [2021-02-05T05:35:02.114Z] ---> b471d56ba7e7 [2021-02-05T05:35:02.114Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:35:02.114Z] Removing intermediate container 780bcc5ced42 [2021-02-05T05:35:02.114Z] ---> 0bc219761974 [2021-02-05T05:35:02.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:35:02.114Z] Removing intermediate container da5d5b4ef488 [2021-02-05T05:35:02.114Z] ---> b96d0f9959c1 [2021-02-05T05:35:02.114Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:35:02.114Z] Removing intermediate container f9fa6bc4acfa [2021-02-05T05:35:02.114Z] ---> 65fa0074dd1b [2021-02-05T05:35:02.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:35:02.114Z] ---> Running in af71e681e587 [2021-02-05T05:35:02.114Z] ---> Running in 5f43e784f7f1 [2021-02-05T05:35:02.114Z] ---> Running in 4883f8586ca3 [2021-02-05T05:35:02.114Z] ---> Running in bb5fbd4f16fa [2021-02-05T05:35:02.114Z] ---> Running in 8f5666f2113f [2021-02-05T05:35:02.114Z] Removing intermediate container af71e681e587 [2021-02-05T05:35:02.114Z] ---> dc6f4eee08fa [2021-02-05T05:35:02.114Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T05:35:02.114Z] Removing intermediate container 4883f8586ca3 [2021-02-05T05:35:02.114Z] ---> 0d0863d1f95a [2021-02-05T05:35:02.114Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T05:35:02.377Z] ---> Running in de047d5254b2 [2021-02-05T05:35:02.377Z] ---> Running in 685a3e7b3587 [2021-02-05T05:35:02.377Z] Removing intermediate container bb5fbd4f16fa [2021-02-05T05:35:02.377Z] ---> 918b4d816548 [2021-02-05T05:35:02.377Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T05:35:02.645Z] Removing intermediate container 5f43e784f7f1 [2021-02-05T05:35:02.645Z] ---> d369434f0dd5 [2021-02-05T05:35:02.645Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T05:35:02.645Z] Removing intermediate container 8f5666f2113f [2021-02-05T05:35:02.645Z] ---> 19054ea13084 [2021-02-05T05:35:02.645Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T05:35:02.907Z] ---> Running in 3fa2ec06c912 [2021-02-05T05:35:02.907Z] ---> Running in 250e3f58fbbb [2021-02-05T05:35:02.907Z] ---> Running in 3c69047febe8 [2021-02-05T05:35:03.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:03.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:03.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:03.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:03.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:03.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:04.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:04.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:04.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:04.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:35:04.748Z] OK: 233 MiB in 51 packages [2021-02-05T05:35:05.021Z] OK: 233 MiB in 51 packages [2021-02-05T05:35:05.288Z] OK: 233 MiB in 51 packages [2021-02-05T05:35:05.288Z] OK: 233 MiB in 51 packages [2021-02-05T05:35:05.288Z] Removing intermediate container de047d5254b2 [2021-02-05T05:35:05.288Z] ---> ecb8cfbf4cc0 [2021-02-05T05:35:05.288Z] Step 6/31 : COPY go.mod . [2021-02-05T05:35:05.549Z] OK: 233 MiB in 51 packages [2021-02-05T05:35:05.549Z] Removing intermediate container 685a3e7b3587 [2021-02-05T05:35:05.549Z] ---> 1e3e27102951 [2021-02-05T05:35:05.549Z] Step 6/23 : COPY go.mod . [2021-02-05T05:35:05.812Z] ---> ac4d25720ce1 [2021-02-05T05:35:05.812Z] Step 7/31 : RUN go mod download [2021-02-05T05:35:06.078Z] ---> Running in 0b6f1834bad8 [2021-02-05T05:35:06.078Z] ---> 1ae6bb3c7ff2 [2021-02-05T05:35:06.078Z] Step 7/23 : RUN go mod download [2021-02-05T05:35:06.078Z] Removing intermediate container 3fa2ec06c912 [2021-02-05T05:35:06.078Z] ---> b9a802d0dc10 [2021-02-05T05:35:06.078Z] Step 6/24 : COPY go.mod . [2021-02-05T05:35:06.342Z] Removing intermediate container 250e3f58fbbb [2021-02-05T05:35:06.342Z] ---> d3a9de778fc4 [2021-02-05T05:35:06.342Z] Step 6/26 : COPY go.mod . [2021-02-05T05:35:06.342Z] ---> Running in 8370ab4f3e43 [2021-02-05T05:35:06.608Z] Removing intermediate container 3c69047febe8 [2021-02-05T05:35:06.608Z] ---> 512d83cb4dd9 [2021-02-05T05:35:06.608Z] Step 6/23 : COPY go.mod . [2021-02-05T05:35:06.608Z] ---> e49896ca07b9 [2021-02-05T05:35:06.608Z] Step 7/24 : RUN go mod download [2021-02-05T05:35:06.872Z] ---> Running in 3f771ea18afb [2021-02-05T05:35:06.872Z] ---> b96151f5bb06 [2021-02-05T05:35:06.872Z] Step 7/23 : RUN go mod download [2021-02-05T05:35:06.872Z] ---> ae07794f1ad5 [2021-02-05T05:35:06.872Z] Step 7/26 : RUN go mod download [2021-02-05T05:35:07.140Z] ---> Running in 574216f60ae7 [2021-02-05T05:35:07.140Z] ---> Running in eca57d30dc38 [2021-02-05T05:35:08.102Z] Removing intermediate container 0b6f1834bad8 [2021-02-05T05:35:08.102Z] ---> 2d54ed9159a7 [2021-02-05T05:35:08.102Z] Step 8/31 : COPY . . [2021-02-05T05:35:08.102Z] Removing intermediate container 8370ab4f3e43 [2021-02-05T05:35:08.102Z] ---> f682b0ab2788 [2021-02-05T05:35:08.102Z] Step 8/23 : COPY . . [2021-02-05T05:35:10.813Z] Removing intermediate container 4e2bfaa76f2e [2021-02-05T05:35:10.813Z] ---> 03552e671594 [2021-02-05T05:35:10.813Z] Successfully built 03552e671594 [2021-02-05T05:35:10.813Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:35:11.153Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T05:35:11.153Z] . [Pipeline] withDockerContainer [2021-02-05T05:35:11.423Z] prd-ubuntu18.04-docker-arm64-4c-16g-25189 does not seem to be running inside a container [2021-02-05T05:35:11.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T05:35:12.331Z] Removing intermediate container 3f771ea18afb [2021-02-05T05:35:12.331Z] ---> 30c1895191ce [2021-02-05T05:35:12.331Z] Step 8/24 : COPY . . [2021-02-05T05:35:13.037Z] $ docker top 2c5bed903dcd0e096474570171d03f028ad0eea80d36f8beae0ad75a9e84c4a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:35:14.037Z] + go version [2021-02-05T05:35:14.037Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T05:35:14.059Z] $ docker stop --time=1 2c5bed903dcd0e096474570171d03f028ad0eea80d36f8beae0ad75a9e84c4a6 [2021-02-05T05:35:16.031Z] $ docker rm -f 2c5bed903dcd0e096474570171d03f028ad0eea80d36f8beae0ad75a9e84c4a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:35:17.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:35:17.284Z] [2021-02-05T05:35:17.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:35:17.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:35:17.674Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T05:35:17.674Z] 29e5d40040c1: Pulling fs layer [2021-02-05T05:35:17.674Z] 1ce36da41761: Pulling fs layer [2021-02-05T05:35:17.674Z] 25b303627fd3: Pulling fs layer [2021-02-05T05:35:18.271Z] 29e5d40040c1: Verifying Checksum [2021-02-05T05:35:18.271Z] 29e5d40040c1: Download complete [2021-02-05T05:35:18.547Z] 1ce36da41761: Verifying Checksum [2021-02-05T05:35:18.547Z] 1ce36da41761: Download complete [2021-02-05T05:35:18.826Z] 29e5d40040c1: Pull complete [2021-02-05T05:35:18.945Z] Removing intermediate container 574216f60ae7 [2021-02-05T05:35:18.945Z] ---> b31b3d565f15 [2021-02-05T05:35:18.945Z] Step 8/23 : COPY . . [2021-02-05T05:35:20.260Z] 1ce36da41761: Pull complete [2021-02-05T05:35:20.260Z] 25b303627fd3: Verifying Checksum [2021-02-05T05:35:20.260Z] 25b303627fd3: Download complete [2021-02-05T05:35:27.138Z] Removing intermediate container eca57d30dc38 [2021-02-05T05:35:27.138Z] ---> ae78318a2772 [2021-02-05T05:35:27.138Z] Step 8/26 : COPY . . [2021-02-05T05:35:30.414Z] 25b303627fd3: Pull complete [2021-02-05T05:35:30.414Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T05:35:30.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:35:30.414Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T05:35:30.640Z] prd-ubuntu18.04-docker-arm64-4c-16g-25189 does not seem to be running inside a container [2021-02-05T05:35:30.721Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:35:33.708Z] $ docker top bcdba11eec9ede03cc446ed3ee6adef5b78c795b6c55cb21db2affd50b25353d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:35:34.762Z] + docker-compose build --help+ [2021-02-05T05:35:34.762Z] grep parallel [2021-02-05T05:35:38.128Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T05:35:38.153Z] $ docker stop --time=1 bcdba11eec9ede03cc446ed3ee6adef5b78c795b6c55cb21db2affd50b25353d [2021-02-05T05:35:40.052Z] $ docker rm -f bcdba11eec9ede03cc446ed3ee6adef5b78c795b6c55cb21db2affd50b25353d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:35:40.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:35:40.960Z] . [Pipeline] withDockerContainer [2021-02-05T05:35:41.215Z] prd-ubuntu18.04-docker-arm64-4c-16g-25189 does not seem to be running inside a container [2021-02-05T05:35:41.298Z] $ 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/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T05:35:42.692Z] $ docker top 77ba06a95bbd51b58cbf4494413a56f74f1ab754599980642582e871b4dd0158 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:35:43.745Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T05:35:47.226Z] Building docker-core-command-go ... [2021-02-05T05:35:47.226Z] Building docker-core-data-go ... [2021-02-05T05:35:47.226Z] Building docker-core-metadata-go ... [2021-02-05T05:35:47.226Z] Building docker-security-bootstrapper-go ... [2021-02-05T05:35:47.226Z] Building docker-security-proxy-setup-go ... [2021-02-05T05:35:47.226Z] Building docker-security-secretstore-setup-go ... [2021-02-05T05:35:47.226Z] Building docker-support-notifications-go ... [2021-02-05T05:35:47.226Z] Building docker-support-scheduler-go ... [2021-02-05T05:35:47.226Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T05:35:47.226Z] Building docker-security-secretstore-setup-go [2021-02-05T05:35:47.226Z] Building docker-support-notifications-go [2021-02-05T05:35:47.226Z] Building docker-security-bootstrapper-go [2021-02-05T05:35:47.226Z] Building docker-core-command-go [2021-02-05T05:35:47.226Z] Building docker-security-proxy-setup-go [2021-02-05T05:35:49.254Z] ---> 9ae6d4c5aad9 [2021-02-05T05:35:49.254Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T05:35:49.254Z] ---> 09956f66e1e0 [2021-02-05T05:35:49.254Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T05:35:50.205Z] ---> Running in d08b2c6ecaf8 [2021-02-05T05:35:51.594Z] ---> Running in 5030c23a662f [2021-02-05T05:35:52.175Z] ---> f61d0b23fe8e [2021-02-05T05:35:52.175Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T05:35:53.596Z] ---> Running in 064b0ea82d02 [2021-02-05T05:35:54.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T05:35:54.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T05:35:54.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T05:35:55.391Z] ---> 6d5be8962ba9 [2021-02-05T05:35:55.391Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T05:35:56.348Z] ---> Running in 649e03c6371c [2021-02-05T05:35:56.348Z] ---> 16d3dde734e1 [2021-02-05T05:35:56.348Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T05:35:56.624Z] ---> Running in 88a28eed7999 [2021-02-05T05:35:57.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:35:57.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:36:15.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T05:36:19.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T05:36:23.557Z] Removing intermediate container 064b0ea82d02 [2021-02-05T05:36:23.557Z] ---> f89708f215eb [2021-02-05T05:36:23.557Z] [2021-02-05T05:36:23.557Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T05:36:23.557Z] 3.12: Pulling from library/alpine [2021-02-05T05:36:24.540Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T05:36:24.540Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T05:36:24.540Z] ---> 389fef711851 [2021-02-05T05:36:24.540Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T05:36:28.766Z] ---> Running in 1ab7d1d09185 [2021-02-05T05:36:28.766Z] Removing intermediate container 88a28eed7999 [2021-02-05T05:36:28.766Z] ---> 510442d9699b [2021-02-05T05:36:28.766Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T05:36:28.766Z] Removing intermediate container 5030c23a662f [2021-02-05T05:36:28.766Z] ---> 3e0a19ec3096 [2021-02-05T05:36:28.766Z] [2021-02-05T05:36:28.766Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:36:28.766Z] ---> 389fef711851 [2021-02-05T05:36:28.766Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:36:28.766Z] ---> Running in 9f6e31aa3157 [2021-02-05T05:36:28.766Z] ---> Running in 4cf6489c64a6 [2021-02-05T05:36:30.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:30.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:30.463Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T05:36:30.463Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:36:30.463Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T05:36:30.463Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T05:36:30.463Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T05:36:30.463Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:36:30.463Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:36:30.463Z] OK: 7 MiB in 19 packages [2021-02-05T05:36:31.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T05:36:31.859Z] Removing intermediate container d08b2c6ecaf8 [2021-02-05T05:36:31.859Z] ---> 63bb6b73238f [2021-02-05T05:36:31.859Z] [2021-02-05T05:36:31.859Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T05:36:31.859Z] ---> 389fef711851 [2021-02-05T05:36:31.859Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T05:36:31.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:31.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:31.859Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T05:36:31.859Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:36:31.859Z] OK: 6 MiB in 15 packages [2021-02-05T05:36:34.416Z] ---> Running in 59b56a4b667f [2021-02-05T05:36:34.416Z] Removing intermediate container 649e03c6371c [2021-02-05T05:36:34.416Z] ---> 763b709a6cf2 [2021-02-05T05:36:34.416Z] [2021-02-05T05:36:34.416Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:36:34.416Z] ---> 389fef711851 [2021-02-05T05:36:34.416Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:36:34.678Z] ---> Running in 01f8af7090fc [2021-02-05T05:36:34.942Z] Removing intermediate container 59b56a4b667f [2021-02-05T05:36:34.942Z] ---> ecaf48a51a88 [2021-02-05T05:36:34.942Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T05:36:34.942Z] Removing intermediate container 1ab7d1d09185 [2021-02-05T05:36:34.942Z] ---> b554bdd1b05e [2021-02-05T05:36:34.942Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T05:36:35.205Z] ---> Running in 330f6e00ed5e [2021-02-05T05:36:35.205Z] Removing intermediate container 9f6e31aa3157 [2021-02-05T05:36:35.205Z] ---> 80f0c9044b2e [2021-02-05T05:36:35.205Z] [2021-02-05T05:36:35.205Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T05:36:35.205Z] ---> Running in 321ab71feba7 [2021-02-05T05:36:35.205Z] 20.10.0: Pulling from library/docker [2021-02-05T05:36:35.205Z] Removing intermediate container 4cf6489c64a6 [2021-02-05T05:36:35.205Z] ---> 93b310dd5feb [2021-02-05T05:36:35.205Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:36:35.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:35.470Z] ---> Running in 8ddeec8fffcb [2021-02-05T05:36:35.470Z] Removing intermediate container 321ab71feba7 [2021-02-05T05:36:35.470Z] ---> fd2196097f48 [2021-02-05T05:36:35.470Z] Step 13/24 : WORKDIR / [2021-02-05T05:36:35.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:35.735Z] ---> Running in 62bd6d0f90db [2021-02-05T05:36:35.735Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T05:36:35.735Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:36:35.735Z] OK: 6 MiB in 15 packages [2021-02-05T05:36:35.735Z] Removing intermediate container 8ddeec8fffcb [2021-02-05T05:36:35.735Z] ---> 3a05e464638c [2021-02-05T05:36:35.735Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T05:36:35.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:35.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:36.001Z] ---> Running in 2796244e54cc [2021-02-05T05:36:36.001Z] Removing intermediate container 62bd6d0f90db [2021-02-05T05:36:36.001Z] ---> 3943d1fb85ff [2021-02-05T05:36:36.001Z] 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-05T05:36:36.001Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T05:36:36.001Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T05:36:36.001Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:36:36.001Z] OK: 6 MiB in 16 packages [2021-02-05T05:36:36.577Z] Removing intermediate container 2796244e54cc [2021-02-05T05:36:36.577Z] ---> 7e5dd5c76083 [2021-02-05T05:36:36.577Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T05:36:37.150Z] ---> e70934a45580 [2021-02-05T05:36:37.150Z] 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-05T05:36:37.150Z] ---> Running in 9c2b30ba0d78 [2021-02-05T05:36:37.150Z] Removing intermediate container 01f8af7090fc [2021-02-05T05:36:37.150Z] ---> 4e4811dc3417 [2021-02-05T05:36:37.150Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:36:38.096Z] ---> Running in 568215d4f5c2 [2021-02-05T05:36:38.096Z] Removing intermediate container 330f6e00ed5e [2021-02-05T05:36:38.096Z] ---> c5f2e9aea776 [2021-02-05T05:36:38.096Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T05:36:38.096Z] ---> 78416aa0dd6e [2021-02-05T05:36:38.096Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T05:36:38.096Z] Removing intermediate container 9c2b30ba0d78 [2021-02-05T05:36:38.096Z] ---> 9efc50a517cb [2021-02-05T05:36:38.096Z] Step 15/23 : WORKDIR / [2021-02-05T05:36:38.096Z] ---> Running in f38245df7cf4 [2021-02-05T05:36:38.362Z] ---> Running in 021aca315c11 [2021-02-05T05:36:38.362Z] Removing intermediate container 568215d4f5c2 [2021-02-05T05:36:38.362Z] ---> bafd0e190b3e [2021-02-05T05:36:38.362Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T05:36:38.362Z] ---> 6dab94b4a620 [2021-02-05T05:36:38.362Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T05:36:38.362Z] Removing intermediate container f38245df7cf4 [2021-02-05T05:36:38.362Z] ---> f359accc7862 [2021-02-05T05:36:38.362Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T05:36:38.631Z] ---> Running in 80fc3c0aff26 [2021-02-05T05:36:38.631Z] Removing intermediate container 021aca315c11 [2021-02-05T05:36:38.631Z] ---> 85aab0591a15 [2021-02-05T05:36:38.631Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:36:38.631Z] ---> Running in f1aca01f3d00 [2021-02-05T05:36:38.896Z] Removing intermediate container 80fc3c0aff26 [2021-02-05T05:36:38.896Z] ---> 49b3d748836e [2021-02-05T05:36:38.896Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T05:36:39.469Z] Removing intermediate container f1aca01f3d00 [2021-02-05T05:36:39.469Z] ---> 3074c46cba49 [2021-02-05T05:36:39.469Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T05:36:39.738Z] ---> Running in f6074fa306f7 [2021-02-05T05:36:39.738Z] ---> e20a40c1b705 [2021-02-05T05:36:39.738Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T05:36:39.738Z] ---> 1e289841d568 [2021-02-05T05:36:39.738Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T05:36:39.738Z] ---> Running in 3c9a2d9abb94 [2021-02-05T05:36:40.002Z] Removing intermediate container f6074fa306f7 [2021-02-05T05:36:40.002Z] ---> 66deae40c862 [2021-02-05T05:36:40.002Z] Step 15/23 : WORKDIR / [2021-02-05T05:36:40.267Z] ---> Running in f6f6f9309282 [2021-02-05T05:36:40.534Z] ---> 7a51904a6066 [2021-02-05T05:36:40.534Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T05:36:40.534Z] ---> 3aeb0fb1af3b [2021-02-05T05:36:40.534Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T05:36:40.797Z] Removing intermediate container f6f6f9309282 [2021-02-05T05:36:40.797Z] ---> 90ab1e58fd38 [2021-02-05T05:36:40.797Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:36:40.797Z] ---> 33f75905be8f [2021-02-05T05:36:40.797Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T05:36:41.062Z] ---> b6b63b004540 [2021-02-05T05:36:41.062Z] 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-05T05:36:41.062Z] ---> Running in f39cacea8b82 [2021-02-05T05:36:41.062Z] ---> Running in a5019c77252b [2021-02-05T05:36:41.062Z] ---> e7e722d0f1f7 [2021-02-05T05:36:41.062Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T05:36:41.664Z] Removing intermediate container f39cacea8b82 [2021-02-05T05:36:41.664Z] ---> 72f41028820f [2021-02-05T05:36:41.664Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:36:42.344Z] Removing intermediate container 3c9a2d9abb94 [2021-02-05T05:36:42.344Z] ---> 4ff23ab9da5d [2021-02-05T05:36:42.344Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T05:36:42.624Z] ---> Running in 6c21e8b890d8 [2021-02-05T05:36:42.624Z] ---> Running in 5d050d42aadd [2021-02-05T05:36:42.625Z] ---> 5013e9d25992 [2021-02-05T05:36:42.625Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T05:36:42.890Z] Removing intermediate container 6c21e8b890d8 [2021-02-05T05:36:42.890Z] ---> af17e624c061 [2021-02-05T05:36:42.890Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T05:36:43.156Z] ---> Running in 686411dbd48a [2021-02-05T05:36:43.156Z] Removing intermediate container 5d050d42aadd [2021-02-05T05:36:43.156Z] ---> 5bbc5a7ac428 [2021-02-05T05:36:43.156Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T05:36:43.156Z] ---> 519697025d63 [2021-02-05T05:36:43.156Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T05:36:43.156Z] Removing intermediate container a5019c77252b [2021-02-05T05:36:43.156Z] ---> 0b94055b9154 [2021-02-05T05:36:43.156Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T05:36:43.419Z] ---> Running in 36e81c612fd2 [2021-02-05T05:36:43.419Z] Removing intermediate container 686411dbd48a [2021-02-05T05:36:43.419Z] ---> 6f6678751e05 [2021-02-05T05:36:43.419Z] Step 22/23 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:36:43.419Z] ---> Running in 1bac62638b1f [2021-02-05T05:36:43.681Z] ---> 77f2e636e588 [2021-02-05T05:36:43.681Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T05:36:43.681Z] ---> Running in 454122ecaa6b [2021-02-05T05:36:43.827Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:36:43.827Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:36:43.827Z] ---> 03552e671594 [2021-02-05T05:36:43.827Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T05:36:43.827Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:36:43.827Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:36:43.827Z] ---> 03552e671594 [2021-02-05T05:36:43.827Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T05:36:43.827Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:36:43.827Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:36:43.827Z] ---> 03552e671594 [2021-02-05T05:36:43.827Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T05:36:43.827Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:36:43.827Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:36:43.827Z] ---> 03552e671594 [2021-02-05T05:36:43.827Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T05:36:43.827Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:36:43.827Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:36:43.827Z] ---> 03552e671594 [2021-02-05T05:36:43.827Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:36:43.827Z] ---> Running in e9778b690c1a [2021-02-05T05:36:43.827Z] ---> Running in 78a832d15a13 [2021-02-05T05:36:43.827Z] ---> Running in 2fce1a25e515 [2021-02-05T05:36:43.827Z] ---> Running in b016c948b2d6 [2021-02-05T05:36:43.827Z] ---> Running in 67a3ba927fe3 [2021-02-05T05:36:43.827Z] Removing intermediate container 78a832d15a13 [2021-02-05T05:36:43.827Z] ---> 0604737a2d07 [2021-02-05T05:36:43.827Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:36:43.827Z] Removing intermediate container e9778b690c1a [2021-02-05T05:36:43.827Z] ---> 624cb3e92ce4 [2021-02-05T05:36:43.827Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:36:43.827Z] ---> Running in 99e0506e066a [2021-02-05T05:36:43.827Z] Removing intermediate container 67a3ba927fe3 [2021-02-05T05:36:43.827Z] ---> 272f32a52436 [2021-02-05T05:36:43.827Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:36:43.827Z] Removing intermediate container 2fce1a25e515 [2021-02-05T05:36:43.827Z] ---> 1875f9ce46b8 [2021-02-05T05:36:43.827Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:36:43.827Z] Removing intermediate container b016c948b2d6 [2021-02-05T05:36:43.827Z] ---> d069146027d3 [2021-02-05T05:36:43.827Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:36:43.827Z] ---> Running in f72b154adc3f [2021-02-05T05:36:43.828Z] ---> Running in 87caab5b2983 [2021-02-05T05:36:43.828Z] ---> Running in 1addf2c001c4 [2021-02-05T05:36:43.828Z] ---> Running in d2846b8ed877 [2021-02-05T05:36:43.828Z] Removing intermediate container 99e0506e066a [2021-02-05T05:36:43.828Z] ---> 730f4ed10c44 [2021-02-05T05:36:43.828Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T05:36:43.828Z] Removing intermediate container f72b154adc3f [2021-02-05T05:36:43.828Z] ---> aa48947316cb [2021-02-05T05:36:43.828Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T05:36:43.828Z] ---> Running in 9c746161c627 [2021-02-05T05:36:43.828Z] Removing intermediate container 1addf2c001c4 [2021-02-05T05:36:43.828Z] ---> 13f428019d83 [2021-02-05T05:36:43.828Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T05:36:43.828Z] ---> Running in 3a3469982b7a [2021-02-05T05:36:43.828Z] ---> Running in bc6a43134012 [2021-02-05T05:36:43.828Z] Removing intermediate container d2846b8ed877 [2021-02-05T05:36:43.828Z] ---> 1476cf19a0d4 [2021-02-05T05:36:43.828Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T05:36:43.943Z] ---> Running in b6c6a6d78239 [2021-02-05T05:36:44.111Z] Removing intermediate container 87caab5b2983 [2021-02-05T05:36:44.111Z] ---> 2b9a41ae9e5b [2021-02-05T05:36:44.111Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T05:36:44.111Z] ---> Running in 3f8e49ba857f [2021-02-05T05:36:44.204Z] Removing intermediate container 36e81c612fd2 [2021-02-05T05:36:44.205Z] ---> 5ba58a063d04 [2021-02-05T05:36:44.205Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:36:44.394Z] ---> Running in a5160f9aa13a [2021-02-05T05:36:44.787Z] Removing intermediate container 1bac62638b1f [2021-02-05T05:36:44.787Z] ---> 2537a31c15e5 [2021-02-05T05:36:44.787Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T05:36:44.787Z] Removing intermediate container 454122ecaa6b [2021-02-05T05:36:44.787Z] ---> ab567b7e3e44 [2021-02-05T05:36:44.787Z] Step 23/23 : LABEL version=2.0.0-dev.78 [2021-02-05T05:36:44.787Z] ---> Running in 1f0c42477dd4 [2021-02-05T05:36:44.787Z] ---> Running in 152eb010f20e [2021-02-05T05:36:44.787Z] ---> Running in 4b689ebd4034 [2021-02-05T05:36:45.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:45.048Z] Removing intermediate container 1f0c42477dd4 [2021-02-05T05:36:45.048Z] ---> 849b1b1a47db [2021-02-05T05:36:45.048Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T05:36:45.310Z] ---> Running in 252d0b7ca114 [2021-02-05T05:36:45.310Z] Removing intermediate container 4b689ebd4034 [2021-02-05T05:36:45.310Z] ---> 3c5add6eea64 [2021-02-05T05:36:45.310Z] [2021-02-05T05:36:45.310Z] Removing intermediate container 152eb010f20e [2021-02-05T05:36:45.310Z] ---> cbbbfedceda8 [2021-02-05T05:36:45.310Z] Step 23/24 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:36:45.310Z] Successfully built 3c5add6eea64 [2021-02-05T05:36:45.572Z] Successfully tagged docker-core-command-go:latest [2021-02-05T05:36:45.572Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-05T05:36:45.572Z] ---> Running in 14988e8a4c01 [2021-02-05T05:36:45.572Z] Removing intermediate container 252d0b7ca114 [2021-02-05T05:36:45.572Z] ---> 4f780ba9a93d [2021-02-05T05:36:45.572Z] Step 22/23 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:36:45.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:45.833Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T05:36:45.833Z] ---> Running in 7875667b94f4 [2021-02-05T05:36:45.833Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T05:36:45.833Z] ---> aefe523efa57 [2021-02-05T05:36:45.833Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T05:36:45.833Z] Removing intermediate container 14988e8a4c01 [2021-02-05T05:36:45.833Z] ---> b8b54aa5abb1 [2021-02-05T05:36:45.833Z] Step 24/24 : LABEL version=2.0.0-dev.78 [2021-02-05T05:36:45.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:45.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:45.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:46.095Z] ---> Running in 969e393b00d5 [2021-02-05T05:36:46.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:46.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:46.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:46.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:46.992Z] OK: 217 MiB in 51 packages [2021-02-05T05:36:46.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:36:47.486Z] ---> Running in 3148b22dd64d [2021-02-05T05:36:47.597Z] OK: 217 MiB in 51 packages [2021-02-05T05:36:47.597Z] OK: 217 MiB in 51 packages [2021-02-05T05:36:47.748Z] Removing intermediate container 7875667b94f4 [2021-02-05T05:36:47.748Z] ---> 382e04faad69 [2021-02-05T05:36:47.748Z] Step 23/23 : LABEL version=2.0.0-dev.78 [2021-02-05T05:36:47.748Z] Removing intermediate container b6c6a6d78239 [2021-02-05T05:36:47.748Z] ---> 87cdfbab2b5e [2021-02-05T05:36:47.748Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:36:47.876Z] OK: 217 MiB in 51 packages [2021-02-05T05:36:47.876Z] OK: 217 MiB in 51 packages [2021-02-05T05:36:48.870Z] Removing intermediate container 9c746161c627 [2021-02-05T05:36:48.870Z] ---> 635113fc994e [2021-02-05T05:36:48.870Z] Step 6/24 : COPY go.mod . [2021-02-05T05:36:49.481Z] Removing intermediate container 3a3469982b7a [2021-02-05T05:36:49.481Z] ---> 37f41a43513b [2021-02-05T05:36:49.481Z] Step 6/31 : COPY go.mod . [2021-02-05T05:36:49.761Z] ---> a2adf4473933 [2021-02-05T05:36:49.761Z] Step 7/24 : RUN go mod download [2021-02-05T05:36:49.761Z] Removing intermediate container bc6a43134012 [2021-02-05T05:36:49.761Z] ---> a95c62e349f3 [2021-02-05T05:36:49.761Z] Step 6/23 : COPY go.mod . [2021-02-05T05:36:50.051Z] ---> Running in 8d62726103ae [2021-02-05T05:36:50.051Z] Removing intermediate container a5160f9aa13a [2021-02-05T05:36:50.051Z] ---> 5188a9ad20ab [2021-02-05T05:36:50.051Z] Step 6/21 : COPY go.mod . [2021-02-05T05:36:50.051Z] Removing intermediate container 3f8e49ba857f [2021-02-05T05:36:50.051Z] ---> 97856d9d184a [2021-02-05T05:36:50.051Z] Step 6/22 : COPY go.mod . [2021-02-05T05:36:50.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:50.323Z] ---> Running in 39cb22deb353 [2021-02-05T05:36:50.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:36:50.323Z] Removing intermediate container 3148b22dd64d [2021-02-05T05:36:50.323Z] ---> 64688294269c [2021-02-05T05:36:50.323Z] [2021-02-05T05:36:50.323Z] ---> 9fbe01b48fcf [2021-02-05T05:36:50.323Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T05:36:50.323Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T05:36:50.323Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T05:36:50.327Z] ---> 90e4efbb72c3 [2021-02-05T05:36:50.327Z] Step 7/31 : RUN go mod download [2021-02-05T05:36:50.595Z] Executing bash-5.0.17-r0.post-install [2021-02-05T05:36:50.595Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:36:50.595Z] OK: 12 MiB in 22 packages [2021-02-05T05:36:50.595Z] Removing intermediate container 39cb22deb353 [2021-02-05T05:36:50.595Z] ---> 8498d2cb851c [2021-02-05T05:36:50.595Z] [2021-02-05T05:36:50.595Z] Successfully built 64688294269c [2021-02-05T05:36:50.609Z] ---> Running in 47a921649274 [2021-02-05T05:36:50.886Z] ---> 002f0652d3e1 [2021-02-05T05:36:50.886Z] Step 7/23 : RUN go mod download [2021-02-05T05:36:51.164Z] ---> c119299f84bc [2021-02-05T05:36:51.164Z] Step 7/21 : RUN go mod download [2021-02-05T05:36:51.164Z] ---> Running in afe324e65e06 [2021-02-05T05:36:51.438Z] ---> 21e76b1e770b [2021-02-05T05:36:51.438Z] Step 7/22 : RUN go mod download [2021-02-05T05:36:51.438Z] ---> Running in 39df5c1de460 [2021-02-05T05:36:51.553Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T05:36:51.553Z] Building docker-support-notifications-go [2021-02-05T05:36:51.717Z] ---> Running in cc44c01b3dc3 [2021-02-05T05:36:52.128Z]  Building docker-security-secretstore-setup-go ... done Successfully built 8498d2cb851c [2021-02-05T05:36:52.703Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T05:36:52.703Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-02-05T05:36:54.358Z] Removing intermediate container 8d62726103ae [2021-02-05T05:36:54.358Z] ---> 3114105c7736 [2021-02-05T05:36:54.358Z] Step 8/24 : COPY . . [2021-02-05T05:36:54.964Z] Removing intermediate container 47a921649274 [2021-02-05T05:36:54.964Z] ---> d6b6adcad818 [2021-02-05T05:36:54.964Z] Step 8/31 : COPY . . [2021-02-05T05:36:55.942Z] Removing intermediate container afe324e65e06 [2021-02-05T05:36:55.942Z] ---> 6ed8ab50c8ef [2021-02-05T05:36:55.942Z] Step 8/23 : COPY . . [2021-02-05T05:36:56.548Z] Removing intermediate container 39df5c1de460 [2021-02-05T05:36:56.548Z] ---> 86307cb00379 [2021-02-05T05:36:56.548Z] Step 8/21 : COPY . . [2021-02-05T05:36:56.548Z] Removing intermediate container cc44c01b3dc3 [2021-02-05T05:36:56.548Z] ---> 4cbeb4ed4523 [2021-02-05T05:36:56.548Z] Step 8/22 : COPY . . [2021-02-05T05:36:58.005Z] ---> c01b23d7b3a4 [2021-02-05T05:36:58.005Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T05:36:58.279Z] Removing intermediate container 969e393b00d5 [2021-02-05T05:36:58.279Z] ---> 7f14216161b2 [2021-02-05T05:36:58.279Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T05:37:02.511Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:37:02.511Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:37:02.511Z] ---> 6cab1b2c7a18 [2021-02-05T05:37:02.511Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:37:02.511Z] ---> Using cache [2021-02-05T05:37:02.511Z] ---> 65fa0074dd1b [2021-02-05T05:37:02.511Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:37:02.511Z] ---> Using cache [2021-02-05T05:37:02.511Z] ---> 19054ea13084 [2021-02-05T05:37:02.511Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T05:37:02.787Z] ---> Running in 7234c14273b2 [2021-02-05T05:37:02.787Z] ---> 2001f9cfac85 [2021-02-05T05:37:02.787Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T05:37:02.787Z] ---> Running in bd933dfc9bf5 [2021-02-05T05:37:04.201Z] Removing intermediate container 7234c14273b2 [2021-02-05T05:37:04.201Z] ---> 94cca60e0070 [2021-02-05T05:37:04.201Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T05:37:05.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:37:07.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:37:08.937Z] ---> fe03bb3c50e2 [2021-02-05T05:37:08.937Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T05:37:08.937Z] ---> Running in afc886d37374 [2021-02-05T05:37:09.908Z] OK: 233 MiB in 51 packages [2021-02-05T05:37:10.863Z] Removing intermediate container afc886d37374 [2021-02-05T05:37:10.863Z] ---> 415367e39141 [2021-02-05T05:37:10.863Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T05:37:11.816Z] ---> d27070e86f02 [2021-02-05T05:37:11.816Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T05:37:12.078Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:37:12.078Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:37:12.078Z] ---> 6cab1b2c7a18 [2021-02-05T05:37:12.078Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T05:37:12.078Z] ---> Using cache [2021-02-05T05:37:12.078Z] ---> 65fa0074dd1b [2021-02-05T05:37:12.078Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:37:12.078Z] ---> Using cache [2021-02-05T05:37:12.078Z] ---> 19054ea13084 [2021-02-05T05:37:12.078Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T05:37:12.078Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:37:12.078Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:37:12.078Z] ---> 6cab1b2c7a18 [2021-02-05T05:37:12.078Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T05:37:12.078Z] ---> Using cache [2021-02-05T05:37:12.078Z] ---> 65fa0074dd1b [2021-02-05T05:37:12.078Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:37:12.078Z] ---> Using cache [2021-02-05T05:37:12.078Z] ---> 19054ea13084 [2021-02-05T05:37:12.078Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T05:37:12.078Z] ---> Using cache [2021-02-05T05:37:12.078Z] ---> 512d83cb4dd9 [2021-02-05T05:37:12.078Z] Step 6/22 : COPY go.mod . [2021-02-05T05:37:12.340Z] ---> Using cache [2021-02-05T05:37:12.341Z] ---> b96151f5bb06 [2021-02-05T05:37:12.341Z] Step 7/22 : RUN go mod download [2021-02-05T05:37:12.603Z] ---> Using cache [2021-02-05T05:37:12.603Z] ---> b31b3d565f15 [2021-02-05T05:37:12.603Z] Step 8/22 : COPY . . [2021-02-05T05:37:12.603Z] ---> Using cache [2021-02-05T05:37:12.603Z] ---> 6d5be8962ba9 [2021-02-05T05:37:12.603Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T05:37:13.178Z] ---> Running in 7ccdb64bc016 [2021-02-05T05:37:13.178Z] ---> Running in 9702b34cabe7 [2021-02-05T05:37:13.178Z] ---> Running in 192f9d085b9e [2021-02-05T05:37:13.446Z] ---> Running in ab67148d0602 [2021-02-05T05:37:13.708Z] Removing intermediate container 7ccdb64bc016 [2021-02-05T05:37:13.708Z] ---> 54f736589846 [2021-02-05T05:37:13.708Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T05:37:13.708Z] Removing intermediate container bd933dfc9bf5 [2021-02-05T05:37:13.708Z] ---> 0dcf690b5d2f [2021-02-05T05:37:13.708Z] Step 6/23 : COPY go.mod . [2021-02-05T05:37:13.973Z] Removing intermediate container ab67148d0602 [2021-02-05T05:37:13.973Z] ---> 1a7efbee1783 [2021-02-05T05:37:13.973Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T05:37:13.973Z] ---> 01e570828992 [2021-02-05T05:37:13.973Z] Step 7/23 : RUN go mod download [2021-02-05T05:37:14.239Z] ---> Running in f04e90eaf6c5 [2021-02-05T05:37:14.239Z] ---> 85a54ad4533c [2021-02-05T05:37:14.239Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T05:37:14.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:37:14.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:37:14.504Z] ---> 31542f251f25 [2021-02-05T05:37:14.504Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T05:37:14.775Z] ---> 361431fa4473 [2021-02-05T05:37:14.775Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T05:37:14.775Z] ---> Running in 07913170ed02 [2021-02-05T05:37:14.871Z] ---> fa4982636aed [2021-02-05T05:37:14.871Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T05:37:14.871Z] ---> eb97058804af [2021-02-05T05:37:14.871Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T05:37:14.871Z] ---> ebaed286353e [2021-02-05T05:37:14.871Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T05:37:14.871Z] ---> 2fc2e0106fb4 [2021-02-05T05:37:14.871Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T05:37:14.871Z] ---> c7171466bfc1 [2021-02-05T05:37:14.871Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T05:37:14.871Z] ---> Running in 280b72dee7eb [2021-02-05T05:37:14.871Z] ---> Running in bfab7984034d [2021-02-05T05:37:14.871Z] ---> Running in 60e591e90431 [2021-02-05T05:37:14.871Z] ---> Running in badc92fa27a1 [2021-02-05T05:37:14.871Z] ---> Running in 375db28c91ab [2021-02-05T05:37:15.043Z] ---> d95b6b24b7f8 [2021-02-05T05:37:15.043Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T05:37:15.308Z] ---> Running in e6666ab0eea2 [2021-02-05T05:37:15.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:37:15.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:37:15.900Z] Removing intermediate container f04e90eaf6c5 [2021-02-05T05:37:15.900Z] ---> 43e76f1ffb00 [2021-02-05T05:37:15.900Z] Step 8/23 : COPY . . [2021-02-05T05:37:16.178Z] Removing intermediate container 07913170ed02 [2021-02-05T05:37:16.178Z] ---> 38a069f476e0 [2021-02-05T05:37:16.178Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T05:37:16.178Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T05:37:16.178Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T05:37:16.178Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T05:37:16.178Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T05:37:16.178Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T05:37:16.178Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T05:37:16.178Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T05:37:16.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:37:16.458Z] ---> Running in bd8d5b42a013 [2021-02-05T05:37:16.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T05:37:16.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T05:37:16.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T05:37:16.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:37:17.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T05:37:18.732Z] OK: 233 MiB in 51 packages [2021-02-05T05:37:21.335Z] Removing intermediate container bd8d5b42a013 [2021-02-05T05:37:21.335Z] ---> 903522574003 [2021-02-05T05:37:21.335Z] Step 28/31 : CMD ["gate"] [2021-02-05T05:37:23.283Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T05:37:23.283Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T05:37:23.283Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T05:37:23.544Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T05:37:23.823Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T05:37:24.095Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T05:37:24.359Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T05:37:25.307Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T05:37:25.307Z] ---> Running in c3a27da2fd0b [2021-02-05T05:37:25.307Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T05:37:25.307Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T05:37:26.267Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T05:37:26.267Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T05:37:26.267Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T05:37:26.267Z] Removing intermediate container 9702b34cabe7 [2021-02-05T05:37:26.267Z] ---> 85ffea98ab71 [2021-02-05T05:37:26.267Z] Step 6/22 : COPY go.mod . [2021-02-05T05:37:26.267Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T05:37:26.267Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T05:37:26.267Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T05:37:27.661Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T05:37:27.661Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T05:37:27.661Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T05:37:27.661Z] Removing intermediate container c3a27da2fd0b [2021-02-05T05:37:27.661Z] ---> 4c7599c4c5de [2021-02-05T05:37:27.661Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T05:37:27.661Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T05:37:28.258Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T05:37:28.258Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T05:37:28.258Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T05:37:28.258Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T05:37:28.537Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T05:37:28.537Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T05:37:30.480Z] ---> 50ec82751860 [2021-02-05T05:37:30.480Z] Step 7/22 : RUN go mod download [2021-02-05T05:37:31.059Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:37:31.322Z] OK: 71 MiB in 55 packages [2021-02-05T05:37:31.322Z] ---> Running in a64ebeb26e39 [2021-02-05T05:37:31.909Z] ---> Running in ef8659f3829f [2021-02-05T05:37:32.866Z] Removing intermediate container a64ebeb26e39 [2021-02-05T05:37:32.866Z] ---> 7998ce8b61ab [2021-02-05T05:37:32.866Z] Step 30/31 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:37:35.447Z] ---> Running in 00efb04e1e07 [2021-02-05T05:37:38.006Z] Removing intermediate container 00efb04e1e07 [2021-02-05T05:37:38.006Z] ---> 63018b011792 [2021-02-05T05:37:38.006Z] Step 31/31 : LABEL version=2.0.0-dev.78 [2021-02-05T05:37:39.404Z] ---> Running in 870640709fd1 [2021-02-05T05:37:39.985Z] ---> 3d669da678fb [2021-02-05T05:37:39.985Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T05:37:40.937Z] Removing intermediate container 870640709fd1 [2021-02-05T05:37:40.937Z] ---> 38e4f671ac05 [2021-02-05T05:37:40.937Z] [2021-02-05T05:37:40.937Z] Removing intermediate container ef8659f3829f [2021-02-05T05:37:40.937Z] ---> dd598e015279 [2021-02-05T05:37:40.937Z] Step 8/22 : COPY . . [2021-02-05T05:37:41.514Z] Successfully built 38e4f671ac05 [2021-02-05T05:37:44.824Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T05:37:44.824Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-05T05:37:45.775Z] ---> Running in a3f4aba97582 [2021-02-05T05:37:53.945Z] Removing intermediate container 192f9d085b9e [2021-02-05T05:37:53.945Z] ---> a7c725521f44 [2021-02-05T05:37:53.945Z] [2021-02-05T05:37:53.945Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T05:37:53.945Z] ---> 389fef711851 [2021-02-05T05:37:53.945Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:37:53.945Z] ---> Using cache [2021-02-05T05:37:53.945Z] ---> 4e4811dc3417 [2021-02-05T05:37:53.945Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:37:53.945Z] ---> Using cache [2021-02-05T05:37:53.945Z] ---> bafd0e190b3e [2021-02-05T05:37:53.945Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T05:37:57.265Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T05:37:57.930Z] ---> Running in 5b97844af7c0 [2021-02-05T05:37:57.930Z] Removing intermediate container e6666ab0eea2 [2021-02-05T05:37:57.930Z] ---> af1399b44004 [2021-02-05T05:37:57.930Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T05:38:01.312Z] ---> Running in 78d349cfb8b5 [2021-02-05T05:38:01.312Z] Removing intermediate container 5b97844af7c0 [2021-02-05T05:38:01.312Z] ---> bc9fe3824e7a [2021-02-05T05:38:01.312Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T05:38:02.757Z] ---> Running in de8a6f4a4b64 [2021-02-05T05:38:04.705Z] Removing intermediate container de8a6f4a4b64 [2021-02-05T05:38:04.705Z] ---> 9395086eb55d [2021-02-05T05:38:04.705Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:38:06.673Z] ---> c52f2d31f3bd [2021-02-05T05:38:06.673Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T05:38:10.079Z] ---> a61b5f43ce7a [2021-02-05T05:38:10.079Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T05:38:10.714Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:38:10.714Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:38:10.714Z] ---> 6cab1b2c7a18 [2021-02-05T05:38:10.714Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T05:38:10.714Z] ---> Using cache [2021-02-05T05:38:10.714Z] ---> 65fa0074dd1b [2021-02-05T05:38:10.714Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:38:10.714Z] ---> Using cache [2021-02-05T05:38:10.714Z] ---> 19054ea13084 [2021-02-05T05:38:10.714Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T05:38:10.984Z] ---> Using cache [2021-02-05T05:38:10.984Z] ---> 512d83cb4dd9 [2021-02-05T05:38:10.984Z] Step 6/21 : COPY go.mod . [2021-02-05T05:38:10.984Z] ---> Using cache [2021-02-05T05:38:10.984Z] ---> b96151f5bb06 [2021-02-05T05:38:10.984Z] Step 7/21 : RUN go mod download [2021-02-05T05:38:10.984Z] ---> Using cache [2021-02-05T05:38:10.984Z] ---> b31b3d565f15 [2021-02-05T05:38:10.984Z] Step 8/21 : COPY . . [2021-02-05T05:38:11.560Z] ---> Using cache [2021-02-05T05:38:11.560Z] ---> 6d5be8962ba9 [2021-02-05T05:38:11.560Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T05:38:12.139Z] ---> a752a1695a99 [2021-02-05T05:38:12.139Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T05:38:12.401Z] Collecting docker-compose==1.23.2 [2021-02-05T05:38:12.401Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T05:38:13.796Z] ---> Running in bd196b90382c [2021-02-05T05:38:13.796Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T05:38:13.796Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T05:38:14.069Z] ---> Running in 6dc40c5414df [2021-02-05T05:38:14.069Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T05:38:14.069Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T05:38:14.069Z] ---> 56bd8330076d [2021-02-05T05:38:14.069Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T05:38:14.651Z] Removing intermediate container 6dc40c5414df [2021-02-05T05:38:14.651Z] ---> 1c4f02110646 [2021-02-05T05:38:14.651Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:38:14.651Z] ---> Running in b9a8a483bd77 [2021-02-05T05:38:14.651Z] ---> Running in e519a26adbd0 [2021-02-05T05:38:14.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:38:14.915Z] Removing intermediate container e519a26adbd0 [2021-02-05T05:38:14.915Z] ---> 225941077ee1 [2021-02-05T05:38:14.915Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T05:38:15.187Z] ---> Running in 6f6a05da3099 [2021-02-05T05:38:15.467Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T05:38:15.467Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T05:38:15.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T05:38:15.467Z] Removing intermediate container 6f6a05da3099 [2021-02-05T05:38:15.467Z] ---> bb478bbe6b8b [2021-02-05T05:38:15.467Z] Step 21/22 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:15.740Z] ---> Running in d0a2eb126d64 [2021-02-05T05:38:15.740Z] Removing intermediate container d0a2eb126d64 [2021-02-05T05:38:15.740Z] ---> 9165e24c3e89 [2021-02-05T05:38:15.740Z] Step 22/22 : LABEL version=2.0.0-dev.78 [2021-02-05T05:38:16.011Z] ---> Running in 418fb62721b7 [2021-02-05T05:38:16.011Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T05:38:16.011Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T05:38:16.284Z] Removing intermediate container 418fb62721b7 [2021-02-05T05:38:16.284Z] ---> a208a140dc13 [2021-02-05T05:38:16.284Z] [2021-02-05T05:38:16.558Z] Successfully built a208a140dc13 [2021-02-05T05:38:16.558Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T05:38:16.558Z]  Building docker-support-scheduler-go ... done 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-05T05:38:16.837Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T05:38:16.837Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T05:38:17.103Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T05:38:17.103Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T05:38:17.382Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T05:38:17.382Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T05:38:17.657Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T05:38:17.657Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T05:38:17.926Z] Collecting PyYAML<4,>=3.10 [2021-02-05T05:38:17.926Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T05:38:18.925Z] 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-05T05:38:19.222Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T05:38:19.222Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T05:38:19.222Z] Collecting idna<2.8,>=2.5 [2021-02-05T05:38:19.505Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T05:38:19.505Z] 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-05T05:38:19.505Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T05:38:19.505Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T05:38:19.505Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T05:38:19.505Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T05:38:19.505Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T05:38:19.505Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T05:38:19.800Z] Installing collected packages: cached-property, dockerpty, docopt, texttable, urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2021-02-05T05:38:19.800Z] Running setup.py install for dockerpty: started [2021-02-05T05:38:20.430Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T05:38:20.430Z] Running setup.py install for docopt: started [2021-02-05T05:38:21.028Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T05:38:21.028Z] Running setup.py install for texttable: started [2021-02-05T05:38:22.447Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T05:38:22.447Z] Attempting uninstall: urllib3 [2021-02-05T05:38:22.447Z] Found existing installation: urllib3 1.25.9 [2021-02-05T05:38:22.447Z] Uninstalling urllib3-1.25.9: [2021-02-05T05:38:23.021Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T05:38:23.997Z] Attempting uninstall: idna [2021-02-05T05:38:23.997Z] Found existing installation: idna 2.9 [2021-02-05T05:38:23.997Z] Uninstalling idna-2.9: [2021-02-05T05:38:23.997Z] Successfully uninstalled idna-2.9 [2021-02-05T05:38:23.997Z] Attempting uninstall: requests [2021-02-05T05:38:23.997Z] Found existing installation: requests 2.23.0 [2021-02-05T05:38:23.997Z] Uninstalling requests-2.23.0: [2021-02-05T05:38:24.268Z] Successfully uninstalled requests-2.23.0 [2021-02-05T05:38:26.254Z] Running setup.py install for PyYAML: started [2021-02-05T05:38:26.523Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T05:38:27.117Z] 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-05T05:38:29.692Z] Removing intermediate container a3f4aba97582 [2021-02-05T05:38:29.692Z] ---> 3ff777800e1c [2021-02-05T05:38:29.692Z] [2021-02-05T05:38:29.692Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:38:29.692Z] ---> 389fef711851 [2021-02-05T05:38:29.692Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T05:38:30.017Z] ---> Running in 943bceec926a [2021-02-05T05:38:30.756Z] Removing intermediate container 943bceec926a [2021-02-05T05:38:30.756Z] ---> d47030ef8523 [2021-02-05T05:38:30.756Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T05:38:32.697Z] ---> Running in 8f788c61e766 [2021-02-05T05:38:32.697Z] Removing intermediate container 78d349cfb8b5 [2021-02-05T05:38:32.697Z] ---> 73aae399cf05 [2021-02-05T05:38:32.697Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T05:38:32.965Z] ---> Running in e02fffec3cc2 [2021-02-05T05:38:33.244Z] Removing intermediate container 8f788c61e766 [2021-02-05T05:38:33.244Z] ---> 3f4a10e9ccbb [2021-02-05T05:38:33.244Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T05:38:33.831Z] ---> Running in e7836d0a5ce7 [2021-02-05T05:38:34.103Z] Removing intermediate container e7836d0a5ce7 [2021-02-05T05:38:34.103Z] ---> 38e3a5f54194 [2021-02-05T05:38:34.103Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:38:34.103Z] ---> Running in d8b8778771ea [2021-02-05T05:38:34.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:34.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:34.646Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:38:34.646Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T05:38:34.646Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T05:38:34.646Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:38:34.646Z] OK: 72 MiB in 58 packages [2021-02-05T05:38:35.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T05:38:36.628Z] Removing intermediate container e02fffec3cc2 [2021-02-05T05:38:36.628Z] ---> 9304c9e9e026 [2021-02-05T05:38:36.628Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T05:38:36.628Z] ---> Running in c135715a9c3d [2021-02-05T05:38:36.628Z] Removing intermediate container d8b8778771ea [2021-02-05T05:38:36.628Z] ---> bf0df9f52527 [2021-02-05T05:38:36.628Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T05:38:36.628Z] ---> Running in 0a464ecea0d9 [2021-02-05T05:38:36.895Z] Removing intermediate container c135715a9c3d [2021-02-05T05:38:36.895Z] ---> 65c3def38511 [2021-02-05T05:38:36.895Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:38:38.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T05:38:38.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T05:38:38.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T05:38:39.461Z] ---> Running in 763ca9803630 [2021-02-05T05:38:39.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:39.461Z] Removing intermediate container b9a8a483bd77 [2021-02-05T05:38:39.461Z] ---> 1fca3ad711b8 [2021-02-05T05:38:39.461Z] [2021-02-05T05:38:39.461Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T05:38:39.461Z] ---> 389fef711851 [2021-02-05T05:38:39.461Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T05:38:39.461Z] ---> Running in 934afcf8c79e [2021-02-05T05:38:39.461Z] Removing intermediate container 763ca9803630 [2021-02-05T05:38:39.461Z] ---> 18de7b9dd1e6 [2021-02-05T05:38:39.461Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T05:38:39.461Z] ---> Running in a96a2b5d9095 [2021-02-05T05:38:40.409Z] Removing intermediate container a96a2b5d9095 [2021-02-05T05:38:40.409Z] ---> aaf8ca868cf9 [2021-02-05T05:38:40.409Z] Step 25/26 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:40.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:40.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:40.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:40.674Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T05:38:40.674Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T05:38:40.674Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:38:40.674Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:38:41.252Z] OK: 6 MiB in 16 packages [2021-02-05T05:38:41.252Z] ---> Running in 6623a42734ad [2021-02-05T05:38:41.252Z] Removing intermediate container bd196b90382c [2021-02-05T05:38:41.252Z] ---> d89d257e4dd3 [2021-02-05T05:38:41.252Z] [2021-02-05T05:38:41.252Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T05:38:41.252Z] ---> 389fef711851 [2021-02-05T05:38:41.252Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T05:38:41.252Z] ---> Running in d913aa541d28 [2021-02-05T05:38:41.252Z] Removing intermediate container 6623a42734ad [2021-02-05T05:38:41.252Z] ---> d6ca0c183ec9 [2021-02-05T05:38:41.252Z] Step 26/26 : LABEL version=2.0.0-dev.78 [2021-02-05T05:38:41.513Z] ---> Running in e2fb83becb98 [2021-02-05T05:38:41.775Z] Removing intermediate container e2fb83becb98 [2021-02-05T05:38:41.775Z] ---> b187842af2dd [2021-02-05T05:38:41.775Z] [2021-02-05T05:38:42.039Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T05:38:42.039Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T05:38:42.301Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T05:38:42.301Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T05:38:42.875Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T05:38:43.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:43.449Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T05:38:43.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:38:43.449Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:38:43.449Z] OK: 8 MiB in 20 packages [2021-02-05T05:38:43.449Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T05:38:43.449Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:38:43.449Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T05:38:43.711Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T05:38:43.711Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:38:43.711Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:38:43.711Z] OK: 7 MiB in 18 packages [2021-02-05T05:38:43.711Z] Successfully built b187842af2dd [2021-02-05T05:38:43.711Z] Removing intermediate container 934afcf8c79e [2021-02-05T05:38:43.711Z] ---> 64b231e69eef [2021-02-05T05:38:43.711Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:38:43.711Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T05:38:44.284Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 7295d900bd4b [2021-02-05T05:38:44.545Z] Removing intermediate container 7295d900bd4b [2021-02-05T05:38:44.545Z] ---> b79b717dd191 [2021-02-05T05:38:44.545Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T05:38:44.545Z] Removing intermediate container 0a464ecea0d9 [2021-02-05T05:38:44.545Z] ---> 070f46820e07 [2021-02-05T05:38:44.545Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:38:44.545Z] ---> Running in fb4b4fdac0c6 [2021-02-05T05:38:45.115Z] Removing intermediate container d913aa541d28 [2021-02-05T05:38:45.115Z] ---> 7f61d2c1318a [2021-02-05T05:38:45.115Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T05:38:45.376Z] Removing intermediate container fb4b4fdac0c6 [2021-02-05T05:38:45.376Z] ---> 4c6c207aa43d [2021-02-05T05:38:45.376Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T05:38:45.376Z] ---> 64280fb142c7 [2021-02-05T05:38:45.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T05:38:45.376Z] ---> Running in 1a9128f12bdf [2021-02-05T05:38:45.376Z] ---> Running in a84e4b09fe38 [2021-02-05T05:38:45.376Z] Removing intermediate container 1a9128f12bdf [2021-02-05T05:38:45.376Z] ---> 9c5bf9ddbcd3 [2021-02-05T05:38:45.376Z] Step 13/21 : WORKDIR /edgex [2021-02-05T05:38:45.638Z] Removing intermediate container a84e4b09fe38 [2021-02-05T05:38:45.638Z] ---> e5d3abdc5565 [2021-02-05T05:38:45.638Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:38:45.638Z] ---> Running in 0e6a8b6fa4ad [2021-02-05T05:38:45.900Z] ---> 80a8775efe53 [2021-02-05T05:38:45.900Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T05:38:45.900Z] Removing intermediate container 0e6a8b6fa4ad [2021-02-05T05:38:45.900Z] ---> 43a806060f65 [2021-02-05T05:38:45.900Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T05:38:45.900Z] ---> 40c432cf3306 [2021-02-05T05:38:45.900Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T05:38:46.168Z] ---> 62eee3865a1e [2021-02-05T05:38:46.168Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T05:38:46.168Z] ---> Running in 4b745f65b9ca [2021-02-05T05:38:46.168Z] ---> 6e69bffe1550 [2021-02-05T05:38:46.168Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T05:38:46.431Z] Removing intermediate container 4b745f65b9ca [2021-02-05T05:38:46.431Z] ---> 6c02edc8912a [2021-02-05T05:38:46.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:38:46.431Z] ---> Running in 47d8d9c13f9e [2021-02-05T05:38:46.693Z] ---> 16a56e056d2d [2021-02-05T05:38:46.693Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T05:38:46.693Z] ---> aef585ec73b2 [2021-02-05T05:38:46.693Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T05:38:46.693Z] Removing intermediate container 47d8d9c13f9e [2021-02-05T05:38:46.693Z] ---> 2ff071629846 [2021-02-05T05:38:46.693Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T05:38:46.957Z] ---> Running in 1e819547a377 [2021-02-05T05:38:46.957Z] ---> 2943372be5b2 [2021-02-05T05:38:46.957Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T05:38:46.957Z] ---> Running in 76f4b19338ff [2021-02-05T05:38:46.957Z] Removing intermediate container 1e819547a377 [2021-02-05T05:38:46.957Z] ---> ba7f066c23f5 [2021-02-05T05:38:46.957Z] Step 22/23 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:47.220Z] ---> Running in 24a559835d13 [2021-02-05T05:38:47.220Z] Removing intermediate container 76f4b19338ff [2021-02-05T05:38:47.220Z] ---> 3d471f61fdc4 [2021-02-05T05:38:47.220Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:38:47.220Z] ---> 37b1939d90e2 [2021-02-05T05:38:47.220Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T05:38:47.481Z] ---> Running in 69f4803dcbdb [2021-02-05T05:38:47.481Z] ---> Running in 04d7385c2ed9 [2021-02-05T05:38:47.481Z] Removing intermediate container 24a559835d13 [2021-02-05T05:38:47.481Z] ---> 8eb13c365697 [2021-02-05T05:38:47.481Z] Step 23/23 : LABEL version=2.0.0-dev.78 [2021-02-05T05:38:47.744Z] ---> Running in ed2debfab249 [2021-02-05T05:38:47.744Z] Removing intermediate container 69f4803dcbdb [2021-02-05T05:38:47.744Z] ---> a86fda37b1c1 [2021-02-05T05:38:47.744Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T05:38:47.744Z] Removing intermediate container 04d7385c2ed9 [2021-02-05T05:38:47.744Z] ---> 40aee9e77d3c [2021-02-05T05:38:47.744Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T05:38:47.744Z] ---> Running in 88117c441ae4 [2021-02-05T05:38:47.744Z] ---> Running in 1db6c8c10815 [2021-02-05T05:38:48.006Z] Removing intermediate container ed2debfab249 [2021-02-05T05:38:48.007Z] ---> 1478af699d62 [2021-02-05T05:38:48.007Z] [2021-02-05T05:38:48.582Z] Successfully built 1478af699d62 [2021-02-05T05:38:48.582Z] Removing intermediate container 88117c441ae4 [2021-02-05T05:38:48.582Z] ---> d7244832449a [2021-02-05T05:38:48.582Z] Step 21/22 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:48.582Z] Successfully tagged docker-core-data-go:latest [2021-02-05T05:38:48.582Z]  Building docker-core-data-go ... done Removing intermediate container 1db6c8c10815 [2021-02-05T05:38:48.582Z] ---> 2c044ee792cb [2021-02-05T05:38:48.582Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T05:38:48.582Z] ---> Running in 89bdb131c3c0 [2021-02-05T05:38:48.843Z] ---> Running in 2e7754a5c130 [2021-02-05T05:38:48.843Z] Removing intermediate container 89bdb131c3c0 [2021-02-05T05:38:48.843Z] ---> 72f547d49248 [2021-02-05T05:38:48.843Z] Step 22/22 : LABEL version=2.0.0-dev.78 [2021-02-05T05:38:48.843Z] Removing intermediate container 2e7754a5c130 [2021-02-05T05:38:48.843Z] ---> c04495221852 [2021-02-05T05:38:48.843Z] Step 20/21 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:49.105Z] ---> Running in 1b5ba9b4bc3f [2021-02-05T05:38:49.105Z] ---> Running in 1fed495e4462 [2021-02-05T05:38:49.105Z] Removing intermediate container 1b5ba9b4bc3f [2021-02-05T05:38:49.105Z] ---> dea6997c53c4 [2021-02-05T05:38:49.105Z] [2021-02-05T05:38:49.367Z] Removing intermediate container 1fed495e4462 [2021-02-05T05:38:49.367Z] ---> 8d0935120be9 [2021-02-05T05:38:49.367Z] Step 21/21 : LABEL version=2.0.0-dev.78 [2021-02-05T05:38:49.367Z] Successfully built dea6997c53c4 [2021-02-05T05:38:49.367Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T05:38:49.367Z]  Building docker-support-notifications-go ... done  ---> Running in 4ded219db4d4 [2021-02-05T05:38:49.628Z] Removing intermediate container 4ded219db4d4 [2021-02-05T05:38:49.629Z] ---> a30a6f9f58b3 [2021-02-05T05:38:49.629Z] [2021-02-05T05:38:49.629Z] Successfully built a30a6f9f58b3 [2021-02-05T05:38:49.629Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T05:38:49.900Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-02-05T05:38:49.906Z] $ docker stop --time=1 db9fd9be517238ff5637f9b2bacee29934023d880daadf911f5d91ff77cad6f8 [2021-02-05T05:38:51.370Z] Removing intermediate container 280b72dee7eb [2021-02-05T05:38:51.370Z] ---> d6e5ba4ec2e6 [2021-02-05T05:38:51.370Z] [2021-02-05T05:38:51.370Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T05:38:51.370Z] 3.12: Pulling from library/alpine [2021-02-05T05:38:51.370Z] Removing intermediate container badc92fa27a1 [2021-02-05T05:38:51.370Z] ---> 67bf18e96368 [2021-02-05T05:38:51.370Z] [2021-02-05T05:38:51.370Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T05:38:51.370Z] 3.12: Pulling from library/alpine [2021-02-05T05:38:51.490Z] $ docker rm -f db9fd9be517238ff5637f9b2bacee29934023d880daadf911f5d91ff77cad6f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T05:38:52.056Z] + docker images [2021-02-05T05:38:52.056Z] + grep docker [2021-02-05T05:38:52.319Z] docker-security-proxy-setup-go latest a30a6f9f58b3 3 seconds ago 24.4MB [2021-02-05T05:38:52.319Z] docker-support-notifications-go latest dea6997c53c4 4 seconds ago 17.6MB [2021-02-05T05:38:52.319Z] docker-core-data-go latest 1478af699d62 5 seconds ago 22.3MB [2021-02-05T05:38:52.319Z] docker-sys-mgmt-agent-go latest b187842af2dd 11 seconds ago 313MB [2021-02-05T05:38:52.319Z] docker-support-scheduler-go latest a208a140dc13 37 seconds ago 17MB [2021-02-05T05:38:52.319Z] docker-security-bootstrapper-go latest 38e4f671ac05 About a minute ago 23.8MB [2021-02-05T05:38:52.319Z] docker-core-metadata-go latest 8498d2cb851c 2 minutes ago 18.8MB [2021-02-05T05:38:52.319Z] docker-security-secretstore-setup-go latest 64688294269c 2 minutes ago 24.6MB [2021-02-05T05:38:52.319Z] docker-core-command-go latest 3c5add6eea64 2 minutes ago 16.9MB [2021-02-05T05:38:52.319Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [2021-02-05T05:38:52.355Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T05:38:52.356Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T05:38:52.356Z] Status: Image is up to date for alpine:3.12 [2021-02-05T05:38:52.356Z] ---> afeebe901d6b [2021-02-05T05:38:52.356Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T05:38:52.356Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T05:38:52.356Z] ---> afeebe901d6b [2021-02-05T05:38:52.356Z] Step 11/21 : RUN apk add --update --no-cache curl [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T05:38:52.815Z] provisioning config files... [2021-02-05T05:38:52.853Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/343@tmp/config7776148041436908954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:38:52.981Z] ---> Running in ccc98f9c3b5b [2021-02-05T05:38:52.982Z] ---> Running in 537a4f042049 [2021-02-05T05:38:53.204Z] ---> docker-login.sh [2021-02-05T05:38:53.204Z] nexus3.edgexfoundry.org:10001 [2021-02-05T05:38:53.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:38:53.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:38:53.205Z] Configure a credential helper to remove this warning. See [2021-02-05T05:38:53.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:38:53.205Z] [2021-02-05T05:38:53.205Z] Login Succeeded [2021-02-05T05:38:53.205Z] nexus3.edgexfoundry.org:10002 [2021-02-05T05:38:53.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:38:53.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:38:53.481Z] Configure a credential helper to remove this warning. See [2021-02-05T05:38:53.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:38:53.481Z] [2021-02-05T05:38:53.481Z] Login Succeeded [2021-02-05T05:38:53.481Z] nexus3.edgexfoundry.org:10003 [2021-02-05T05:38:53.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:38:53.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:38:53.821Z] Configure a credential helper to remove this warning. See [2021-02-05T05:38:53.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:38:53.821Z] [2021-02-05T05:38:53.821Z] Login Succeeded [2021-02-05T05:38:53.821Z] nexus3.edgexfoundry.org:10004 [2021-02-05T05:38:53.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:38:53.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:38:53.821Z] Configure a credential helper to remove this warning. See [2021-02-05T05:38:53.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:38:53.821Z] [2021-02-05T05:38:53.821Z] Login Succeeded [2021-02-05T05:38:53.821Z] docker.io [2021-02-05T05:38:54.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:38:54.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:38:54.101Z] Configure a credential helper to remove this warning. See [2021-02-05T05:38:54.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:38:54.101Z] [2021-02-05T05:38:54.101Z] Login Succeeded [2021-02-05T05:38:54.101Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T05:38:54.109Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:38:54.447Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-05T05:38:54.448Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:54.448Z] 2.0.0-dev.78 [2021-02-05T05:38:54.448Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:38:54.448Z] master [2021-02-05T05:38:54.448Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:54.926Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:54.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:38:54.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:38:55.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:55.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T05:38:55.227Z] 04af5f4f0e6a: Preparing [2021-02-05T05:38:55.227Z] d82e869233d5: Preparing [2021-02-05T05:38:55.227Z] ead50c7591fb: Preparing [2021-02-05T05:38:55.227Z] 1f971786d497: Preparing [2021-02-05T05:38:55.227Z] 777b2c648970: Preparing [2021-02-05T05:38:55.227Z] 777b2c648970: Layer already exists [2021-02-05T05:38:55.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:38:55.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:38:55.488Z] 1f971786d497: Pushed [2021-02-05T05:38:55.489Z] ead50c7591fb: Pushed [2021-02-05T05:38:55.489Z] 04af5f4f0e6a: Pushed [2021-02-05T05:38:55.863Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T05:38:55.863Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:38:55.863Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T05:38:55.863Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T05:38:55.863Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T05:38:55.863Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:38:56.139Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:38:56.139Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:38:56.139Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T05:38:56.139Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T05:38:56.139Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T05:38:56.139Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:38:56.139Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:38:56.417Z] OK: 7 MiB in 18 packages [2021-02-05T05:38:56.417Z] OK: 7 MiB in 19 packages [2021-02-05T05:38:56.430Z] d82e869233d5: Pushed [2021-02-05T05:38:56.430Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:dd9ebf891b0d441c45ffbc121a1c2ed48d4f23c8cfae8a06e59276970660087e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:56.735Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:57.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.78 [2021-02-05T05:38:57.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T05:38:57.029Z] 04af5f4f0e6a: Preparing [2021-02-05T05:38:57.029Z] d82e869233d5: Preparing [2021-02-05T05:38:57.029Z] ead50c7591fb: Preparing [2021-02-05T05:38:57.029Z] 1f971786d497: Preparing [2021-02-05T05:38:57.029Z] 777b2c648970: Preparing [2021-02-05T05:38:57.029Z] ead50c7591fb: Layer already exists [2021-02-05T05:38:57.029Z] 04af5f4f0e6a: Layer already exists [2021-02-05T05:38:57.029Z] d82e869233d5: Layer already exists [2021-02-05T05:38:57.029Z] 1f971786d497: Layer already exists [2021-02-05T05:38:57.029Z] 777b2c648970: Layer already exists [2021-02-05T05:38:57.029Z] 2.0.0-dev.78: digest: sha256:dd9ebf891b0d441c45ffbc121a1c2ed48d4f23c8cfae8a06e59276970660087e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:57.332Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:57.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:38:57.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T05:38:57.627Z] 04af5f4f0e6a: Preparing [2021-02-05T05:38:57.627Z] d82e869233d5: Preparing [2021-02-05T05:38:57.627Z] ead50c7591fb: Preparing [2021-02-05T05:38:57.627Z] 1f971786d497: Preparing [2021-02-05T05:38:57.627Z] 777b2c648970: Preparing [2021-02-05T05:38:57.627Z] 777b2c648970: Layer already exists [2021-02-05T05:38:57.627Z] 04af5f4f0e6a: Layer already exists [2021-02-05T05:38:57.627Z] ead50c7591fb: Layer already exists [2021-02-05T05:38:57.627Z] 1f971786d497: Layer already exists [2021-02-05T05:38:57.627Z] d82e869233d5: Layer already exists [2021-02-05T05:38:57.627Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:dd9ebf891b0d441c45ffbc121a1c2ed48d4f23c8cfae8a06e59276970660087e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:57.937Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:58.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-05T05:38:58.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T05:38:58.237Z] 04af5f4f0e6a: Preparing [2021-02-05T05:38:58.237Z] d82e869233d5: Preparing [2021-02-05T05:38:58.237Z] ead50c7591fb: Preparing [2021-02-05T05:38:58.237Z] 1f971786d497: Preparing [2021-02-05T05:38:58.237Z] 777b2c648970: Preparing [2021-02-05T05:38:58.237Z] 04af5f4f0e6a: Layer already exists [2021-02-05T05:38:58.237Z] 1f971786d497: Layer already exists [2021-02-05T05:38:58.237Z] d82e869233d5: Layer already exists [2021-02-05T05:38:58.237Z] ead50c7591fb: Layer already exists [2021-02-05T05:38:58.237Z] 777b2c648970: Layer already exists [2021-02-05T05:38:58.237Z] master: digest: sha256:dd9ebf891b0d441c45ffbc121a1c2ed48d4f23c8cfae8a06e59276970660087e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:38:58.427Z] ===================================================== [Pipeline] echo [2021-02-05T05:38:58.476Z] taggedImages: [2021-02-05T05:38:58.476Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:58.476Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.78 [2021-02-05T05:38:58.476Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:38:58.476Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-05T05:38:58.546Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-05T05:38:58.546Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:58.546Z] 2.0.0-dev.78 [2021-02-05T05:38:58.546Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:38:58.546Z] master [2021-02-05T05:38:58.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:59.022Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:38:59.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:38:59.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T05:38:59.319Z] e6370e47e48a: Preparing [2021-02-05T05:38:59.319Z] e0b01aa130ad: Preparing [2021-02-05T05:38:59.319Z] ead50c7591fb: Preparing [2021-02-05T05:38:59.319Z] 22b5f4be4005: Preparing [2021-02-05T05:38:59.319Z] 795cdb4e4f78: Preparing [2021-02-05T05:38:59.319Z] 777b2c648970: Preparing [2021-02-05T05:38:59.319Z] 777b2c648970: Waiting [2021-02-05T05:38:59.319Z] ead50c7591fb: Layer already exists [2021-02-05T05:38:59.319Z] 777b2c648970: Layer already exists [2021-02-05T05:38:59.319Z] 795cdb4e4f78: Pushed [2021-02-05T05:38:59.319Z] e6370e47e48a: Pushed [2021-02-05T05:38:59.581Z] 22b5f4be4005: Pushed [2021-02-05T05:38:59.902Z] Removing intermediate container 537a4f042049 [2021-02-05T05:38:59.902Z] ---> 9195c8108a71 [2021-02-05T05:38:59.902Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T05:39:00.181Z] Removing intermediate container ccc98f9c3b5b [2021-02-05T05:39:00.181Z] ---> abcb2116f25a [2021-02-05T05:39:00.181Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T05:39:00.458Z] ---> Running in 4e13cefdb9f0 [2021-02-05T05:39:00.528Z] e0b01aa130ad: Pushed [2021-02-05T05:39:00.739Z] ---> Running in d939c38b0953 [2021-02-05T05:39:00.789Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:2b2f29aed959aaf7c5b338003dd5d6cc5ca285b9d5568afdcadcc06991ce8043 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:01.092Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:01.338Z] Removing intermediate container 4e13cefdb9f0 [2021-02-05T05:39:01.338Z] ---> fa735de0012d [2021-02-05T05:39:01.338Z] Step 13/21 : WORKDIR /edgex [2021-02-05T05:39:01.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.78 [2021-02-05T05:39:01.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T05:39:01.390Z] e6370e47e48a: Preparing [2021-02-05T05:39:01.390Z] e0b01aa130ad: Preparing [2021-02-05T05:39:01.390Z] ead50c7591fb: Preparing [2021-02-05T05:39:01.390Z] 22b5f4be4005: Preparing [2021-02-05T05:39:01.390Z] 795cdb4e4f78: Preparing [2021-02-05T05:39:01.390Z] 777b2c648970: Preparing [2021-02-05T05:39:01.390Z] 777b2c648970: Waiting [2021-02-05T05:39:01.390Z] e6370e47e48a: Layer already exists [2021-02-05T05:39:01.390Z] 22b5f4be4005: Layer already exists [2021-02-05T05:39:01.390Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:01.390Z] e0b01aa130ad: Layer already exists [2021-02-05T05:39:01.390Z] 795cdb4e4f78: Layer already exists [2021-02-05T05:39:01.390Z] 777b2c648970: Layer already exists [2021-02-05T05:39:01.390Z] 2.0.0-dev.78: digest: sha256:2b2f29aed959aaf7c5b338003dd5d6cc5ca285b9d5568afdcadcc06991ce8043 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:01.692Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:01.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:01.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T05:39:01.990Z] e6370e47e48a: Preparing [2021-02-05T05:39:01.990Z] e0b01aa130ad: Preparing [2021-02-05T05:39:01.990Z] ead50c7591fb: Preparing [2021-02-05T05:39:01.990Z] 22b5f4be4005: Preparing [2021-02-05T05:39:01.990Z] 795cdb4e4f78: Preparing [2021-02-05T05:39:01.990Z] 777b2c648970: Preparing [2021-02-05T05:39:01.990Z] 777b2c648970: Waiting [2021-02-05T05:39:01.990Z] 795cdb4e4f78: Layer already exists [2021-02-05T05:39:01.990Z] 22b5f4be4005: Layer already exists [2021-02-05T05:39:01.990Z] e0b01aa130ad: Layer already exists [2021-02-05T05:39:01.990Z] e6370e47e48a: Layer already exists [2021-02-05T05:39:01.990Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:01.990Z] 777b2c648970: Layer already exists [2021-02-05T05:39:02.251Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:2b2f29aed959aaf7c5b338003dd5d6cc5ca285b9d5568afdcadcc06991ce8043 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:02.333Z] Removing intermediate container d939c38b0953 [2021-02-05T05:39:02.333Z] ---> 71038f82c308 [2021-02-05T05:39:02.333Z] Step 13/24 : WORKDIR / [2021-02-05T05:39:02.333Z] ---> Running in cd3b42dc3252 [2021-02-05T05:39:02.333Z] Removing intermediate container 60e591e90431 [2021-02-05T05:39:02.608Z] ---> 07fd943db0f6 [2021-02-05T05:39:02.608Z] [2021-02-05T05:39:02.608Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T05:39:02.608Z] ---> afeebe901d6b [2021-02-05T05:39:02.608Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T05:39:02.608Z] ---> Running in 00cbbcc7fa8b [2021-02-05T05:39:02.653Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:02.884Z] ---> Running in e5116f75c4d9 [2021-02-05T05:39:02.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-05T05:39:02.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T05:39:02.957Z] e6370e47e48a: Preparing [2021-02-05T05:39:02.957Z] e0b01aa130ad: Preparing [2021-02-05T05:39:02.957Z] ead50c7591fb: Preparing [2021-02-05T05:39:02.957Z] 22b5f4be4005: Preparing [2021-02-05T05:39:02.957Z] 795cdb4e4f78: Preparing [2021-02-05T05:39:02.957Z] 777b2c648970: Preparing [2021-02-05T05:39:02.957Z] 777b2c648970: Waiting [2021-02-05T05:39:02.957Z] e6370e47e48a: Layer already exists [2021-02-05T05:39:02.957Z] 795cdb4e4f78: Layer already exists [2021-02-05T05:39:02.957Z] 22b5f4be4005: Layer already exists [2021-02-05T05:39:02.957Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:02.957Z] e0b01aa130ad: Layer already exists [2021-02-05T05:39:02.957Z] 777b2c648970: Layer already exists [2021-02-05T05:39:02.957Z] master: digest: sha256:2b2f29aed959aaf7c5b338003dd5d6cc5ca285b9d5568afdcadcc06991ce8043 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-05T05:39:03.161Z] Removing intermediate container bfab7984034d [2021-02-05T05:39:03.161Z] ---> 3aeda04648fa [2021-02-05T05:39:03.161Z] [2021-02-05T05:39:03.161Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:39:03.161Z] ---> afeebe901d6b [2021-02-05T05:39:03.161Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:39:03.161Z] Removing intermediate container cd3b42dc3252 [2021-02-05T05:39:03.161Z] ---> f16c34e33a88 [2021-02-05T05:39:03.161Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] echo [2021-02-05T05:39:03.189Z] ===================================================== [Pipeline] echo [2021-02-05T05:39:03.249Z] taggedImages: [2021-02-05T05:39:03.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:03.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.78 [2021-02-05T05:39:03.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:03.249Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-05T05:39:03.319Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-05T05:39:03.319Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:03.319Z] 2.0.0-dev.78 [2021-02-05T05:39:03.319Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:03.319Z] master [2021-02-05T05:39:03.319Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-05T05:39:03.437Z] ---> Running in 0a97827a119a [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:03.713Z] Removing intermediate container e5116f75c4d9 [2021-02-05T05:39:03.713Z] ---> 8b90d39444de [2021-02-05T05:39:03.713Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T05:39:03.713Z] Removing intermediate container 00cbbcc7fa8b [2021-02-05T05:39:03.713Z] ---> bd424c92042e [2021-02-05T05:39:03.713Z] 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-05T05:39:03.804Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:03.991Z] ---> Running in 9dc59b62c524 [2021-02-05T05:39:04.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:04.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T05:39:04.101Z] c03330753aba: Preparing [2021-02-05T05:39:04.101Z] 05635395514a: Preparing [2021-02-05T05:39:04.101Z] ead50c7591fb: Preparing [2021-02-05T05:39:04.101Z] 86453bec1b17: Preparing [2021-02-05T05:39:04.101Z] 777b2c648970: Preparing [2021-02-05T05:39:04.101Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:04.101Z] 777b2c648970: Layer already exists [2021-02-05T05:39:04.101Z] c03330753aba: Pushed [2021-02-05T05:39:04.101Z] 86453bec1b17: Pushed [2021-02-05T05:39:04.596Z] ---> c1f7c6f3e4e3 [2021-02-05T05:39:04.596Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T05:39:04.596Z] Removing intermediate container 375db28c91ab [2021-02-05T05:39:04.596Z] ---> ba401ac90db7 [2021-02-05T05:39:04.596Z] [2021-02-05T05:39:04.596Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T05:39:04.596Z] ---> afeebe901d6b [2021-02-05T05:39:04.596Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T05:39:04.876Z] ---> Running in d12e4575114a [2021-02-05T05:39:05.151Z] ---> 569380c2d794 [2021-02-05T05:39:05.151Z] 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-05T05:39:05.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:05.487Z] 05635395514a: Pushed [2021-02-05T05:39:05.487Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:47fc706923de59cfc23e456bf75e0663da1e04351334ac07166f985fe4b7c72b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:05.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:05.788Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:05.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:06.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.78 [2021-02-05T05:39:06.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T05:39:06.082Z] c03330753aba: Preparing [2021-02-05T05:39:06.082Z] 05635395514a: Preparing [2021-02-05T05:39:06.082Z] ead50c7591fb: Preparing [2021-02-05T05:39:06.082Z] 86453bec1b17: Preparing [2021-02-05T05:39:06.082Z] 777b2c648970: Preparing [2021-02-05T05:39:06.082Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:06.082Z] c03330753aba: Layer already exists [2021-02-05T05:39:06.082Z] 05635395514a: Layer already exists [2021-02-05T05:39:06.082Z] 86453bec1b17: Layer already exists [2021-02-05T05:39:06.082Z] 777b2c648970: Layer already exists [2021-02-05T05:39:06.082Z] 2.0.0-dev.78: digest: sha256:47fc706923de59cfc23e456bf75e0663da1e04351334ac07166f985fe4b7c72b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:06.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:06.274Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T05:39:06.274Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:39:06.274Z] OK: 5 MiB in 15 packages [2021-02-05T05:39:06.380Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:06.560Z] ---> 61370c2eab99 [2021-02-05T05:39:06.560Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T05:39:06.560Z] ---> 6dfed048d3dd [2021-02-05T05:39:06.560Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T05:39:06.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:06.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:06.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T05:39:06.674Z] c03330753aba: Preparing [2021-02-05T05:39:06.674Z] 05635395514a: Preparing [2021-02-05T05:39:06.674Z] ead50c7591fb: Preparing [2021-02-05T05:39:06.674Z] 86453bec1b17: Preparing [2021-02-05T05:39:06.674Z] 777b2c648970: Preparing [2021-02-05T05:39:06.674Z] 777b2c648970: Layer already exists [2021-02-05T05:39:06.674Z] 86453bec1b17: Layer already exists [2021-02-05T05:39:06.674Z] 05635395514a: Layer already exists [2021-02-05T05:39:06.674Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:06.674Z] c03330753aba: Layer already exists [2021-02-05T05:39:06.674Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:47fc706923de59cfc23e456bf75e0663da1e04351334ac07166f985fe4b7c72b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:06.845Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T05:39:06.845Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T05:39:06.845Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:39:06.845Z] OK: 5 MiB in 16 packages [2021-02-05T05:39:06.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:06.972Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:07.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-05T05:39:07.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T05:39:07.270Z] c03330753aba: Preparing [2021-02-05T05:39:07.270Z] 05635395514a: Preparing [2021-02-05T05:39:07.270Z] ead50c7591fb: Preparing [2021-02-05T05:39:07.270Z] 86453bec1b17: Preparing [2021-02-05T05:39:07.270Z] 777b2c648970: Preparing [2021-02-05T05:39:07.270Z] 86453bec1b17: Layer already exists [2021-02-05T05:39:07.270Z] 777b2c648970: Layer already exists [2021-02-05T05:39:07.270Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:07.270Z] 05635395514a: Layer already exists [2021-02-05T05:39:07.270Z] c03330753aba: Layer already exists [2021-02-05T05:39:07.270Z] master: digest: sha256:47fc706923de59cfc23e456bf75e0663da1e04351334ac07166f985fe4b7c72b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-05T05:39:07.455Z] (1/2) Installing ca-certificates (20191127-r4) [Pipeline] echo [2021-02-05T05:39:07.466Z] ===================================================== [Pipeline] echo [2021-02-05T05:39:07.512Z] taggedImages: [2021-02-05T05:39:07.512Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:07.512Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.78 [2021-02-05T05:39:07.512Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:07.512Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-05T05:39:07.576Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-05T05:39:07.576Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:07.576Z] 2.0.0-dev.78 [2021-02-05T05:39:07.576Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:07.576Z] master [2021-02-05T05:39:07.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-05T05:39:07.744Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T05:39:07.745Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:39:07.745Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:39:07.745Z] ---> 53e7a4307396 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:08.046Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T05:39:08.046Z] OK: 6 MiB in 16 packages [2021-02-05T05:39:08.057Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:08.328Z] Removing intermediate container 0a97827a119a [2021-02-05T05:39:08.328Z] ---> 75768680cfd9 [2021-02-05T05:39:08.328Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:39:08.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:08.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T05:39:08.354Z] 104b8a85602f: Preparing [2021-02-05T05:39:08.354Z] 104b8a85602f: Preparing [2021-02-05T05:39:08.354Z] 87db640c811b: Preparing [2021-02-05T05:39:08.354Z] 0f7e3efda73d: Preparing [2021-02-05T05:39:08.354Z] 33c727f2375f: Preparing [2021-02-05T05:39:08.354Z] de65a43a48c8: Preparing [2021-02-05T05:39:08.354Z] ead50c7591fb: Preparing [2021-02-05T05:39:08.354Z] 31958fd13735: Preparing [2021-02-05T05:39:08.354Z] 31958fd13735: Preparing [2021-02-05T05:39:08.354Z] c70e91ceb154: Preparing [2021-02-05T05:39:08.354Z] 568c03684528: Preparing [2021-02-05T05:39:08.354Z] 777b2c648970: Preparing [2021-02-05T05:39:08.354Z] ead50c7591fb: Waiting [2021-02-05T05:39:08.354Z] 31958fd13735: Waiting [2021-02-05T05:39:08.354Z] c70e91ceb154: Waiting [2021-02-05T05:39:08.354Z] 568c03684528: Waiting [2021-02-05T05:39:08.354Z] 777b2c648970: Waiting [2021-02-05T05:39:08.354Z] 87db640c811b: Pushed [2021-02-05T05:39:08.354Z] 104b8a85602f: Pushed [2021-02-05T05:39:08.600Z] ---> 98b3eda5d6ce [2021-02-05T05:39:08.600Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T05:39:08.600Z] ---> Running in 3b0978bc9298 [2021-02-05T05:39:08.621Z] 33c727f2375f: Pushed [2021-02-05T05:39:08.621Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:08.621Z] c70e91ceb154: Pushed [2021-02-05T05:39:08.621Z] 568c03684528: Pushed [2021-02-05T05:39:08.621Z] 31958fd13735: Pushed [2021-02-05T05:39:08.881Z] 777b2c648970: Layer already exists [2021-02-05T05:39:08.883Z] ---> Running in fde6244385ff [2021-02-05T05:39:09.155Z] Removing intermediate container 9dc59b62c524 [2021-02-05T05:39:09.155Z] ---> 2c2d41f427d0 [2021-02-05T05:39:09.155Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T05:39:09.155Z] Removing intermediate container 3b0978bc9298 [2021-02-05T05:39:09.155Z] ---> 363b1e7b907c [2021-02-05T05:39:09.155Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T05:39:09.436Z] ---> Running in e6d04c55aae1 [2021-02-05T05:39:09.451Z] 0f7e3efda73d: Pushed [2021-02-05T05:39:09.451Z] de65a43a48c8: Pushed [2021-02-05T05:39:09.451Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:9f91186fbff757e1886ec896d99070823ec0bb9d0b24f06442240d12503030d5 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:09.741Z] ---> Running in dde4d3a8081f [2021-02-05T05:39:09.741Z] ---> dd5b5aedd8ca [2021-02-05T05:39:09.741Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T05:39:09.741Z] Removing intermediate container fde6244385ff [2021-02-05T05:39:09.741Z] ---> aeea50170d2b [2021-02-05T05:39:09.741Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T05:39:09.754Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:10.017Z] Removing intermediate container d12e4575114a [2021-02-05T05:39:10.017Z] ---> c011beb52132 [2021-02-05T05:39:10.017Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:39:10.017Z] ---> Running in f709c9160997 [2021-02-05T05:39:10.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.78 [2021-02-05T05:39:10.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T05:39:10.050Z] 104b8a85602f: Preparing [2021-02-05T05:39:10.050Z] 104b8a85602f: Preparing [2021-02-05T05:39:10.050Z] 87db640c811b: Preparing [2021-02-05T05:39:10.050Z] 0f7e3efda73d: Preparing [2021-02-05T05:39:10.050Z] 33c727f2375f: Preparing [2021-02-05T05:39:10.050Z] de65a43a48c8: Preparing [2021-02-05T05:39:10.050Z] ead50c7591fb: Preparing [2021-02-05T05:39:10.050Z] 31958fd13735: Preparing [2021-02-05T05:39:10.050Z] 31958fd13735: Preparing [2021-02-05T05:39:10.050Z] c70e91ceb154: Preparing [2021-02-05T05:39:10.050Z] 568c03684528: Preparing [2021-02-05T05:39:10.050Z] 777b2c648970: Preparing [2021-02-05T05:39:10.050Z] 31958fd13735: Waiting [2021-02-05T05:39:10.050Z] c70e91ceb154: Waiting [2021-02-05T05:39:10.050Z] 568c03684528: Waiting [2021-02-05T05:39:10.050Z] 777b2c648970: Waiting [2021-02-05T05:39:10.050Z] ead50c7591fb: Waiting [2021-02-05T05:39:10.050Z] 104b8a85602f: Layer already exists [2021-02-05T05:39:10.050Z] de65a43a48c8: Layer already exists [2021-02-05T05:39:10.050Z] 0f7e3efda73d: Layer already exists [2021-02-05T05:39:10.050Z] 87db640c811b: Layer already exists [2021-02-05T05:39:10.050Z] 33c727f2375f: Layer already exists [2021-02-05T05:39:10.050Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:10.050Z] 31958fd13735: Layer already exists [2021-02-05T05:39:10.050Z] c70e91ceb154: Layer already exists [2021-02-05T05:39:10.050Z] 777b2c648970: Layer already exists [2021-02-05T05:39:10.050Z] 568c03684528: Layer already exists [2021-02-05T05:39:10.050Z] 2.0.0-dev.78: digest: sha256:9f91186fbff757e1886ec896d99070823ec0bb9d0b24f06442240d12503030d5 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:10.292Z] Removing intermediate container e6d04c55aae1 [2021-02-05T05:39:10.292Z] ---> 77fa56ef974e [2021-02-05T05:39:10.292Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T05:39:10.292Z] ---> Running in b924b99922c7 [2021-02-05T05:39:10.392Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:10.576Z] Removing intermediate container dde4d3a8081f [2021-02-05T05:39:10.576Z] ---> fc1901f5822a [2021-02-05T05:39:10.576Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T05:39:10.576Z] ---> Running in 5914be4b05f8 [2021-02-05T05:39:10.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:10.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T05:39:10.727Z] 104b8a85602f: Preparing [2021-02-05T05:39:10.727Z] 104b8a85602f: Preparing [2021-02-05T05:39:10.727Z] 87db640c811b: Preparing [2021-02-05T05:39:10.727Z] 0f7e3efda73d: Preparing [2021-02-05T05:39:10.727Z] 33c727f2375f: Preparing [2021-02-05T05:39:10.727Z] de65a43a48c8: Preparing [2021-02-05T05:39:10.727Z] ead50c7591fb: Preparing [2021-02-05T05:39:10.727Z] 31958fd13735: Preparing [2021-02-05T05:39:10.727Z] 31958fd13735: Preparing [2021-02-05T05:39:10.727Z] c70e91ceb154: Preparing [2021-02-05T05:39:10.727Z] 568c03684528: Preparing [2021-02-05T05:39:10.727Z] 777b2c648970: Preparing [2021-02-05T05:39:10.727Z] ead50c7591fb: Waiting [2021-02-05T05:39:10.727Z] 31958fd13735: Waiting [2021-02-05T05:39:10.727Z] c70e91ceb154: Waiting [2021-02-05T05:39:10.727Z] 568c03684528: Waiting [2021-02-05T05:39:10.727Z] 777b2c648970: Waiting [2021-02-05T05:39:10.727Z] 87db640c811b: Layer already exists [2021-02-05T05:39:10.727Z] 0f7e3efda73d: Layer already exists [2021-02-05T05:39:10.727Z] 104b8a85602f: Layer already exists [2021-02-05T05:39:10.727Z] de65a43a48c8: Layer already exists [2021-02-05T05:39:10.727Z] 33c727f2375f: Layer already exists [2021-02-05T05:39:10.727Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:10.727Z] 568c03684528: Layer already exists [2021-02-05T05:39:10.727Z] 31958fd13735: Layer already exists [2021-02-05T05:39:10.727Z] c70e91ceb154: Layer already exists [2021-02-05T05:39:10.727Z] 777b2c648970: Layer already exists [2021-02-05T05:39:10.727Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:9f91186fbff757e1886ec896d99070823ec0bb9d0b24f06442240d12503030d5 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:10.847Z] ---> Running in 4f74c90b8892 [2021-02-05T05:39:10.847Z] Removing intermediate container f709c9160997 [2021-02-05T05:39:10.847Z] ---> 0865a0125409 [2021-02-05T05:39:10.847Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T05:39:11.031Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:11.122Z] Removing intermediate container b924b99922c7 [2021-02-05T05:39:11.122Z] ---> 8da6686fb866 [2021-02-05T05:39:11.122Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T05:39:11.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-05T05:39:11.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T05:39:11.324Z] 104b8a85602f: Preparing [2021-02-05T05:39:11.324Z] 104b8a85602f: Preparing [2021-02-05T05:39:11.324Z] 87db640c811b: Preparing [2021-02-05T05:39:11.324Z] 0f7e3efda73d: Preparing [2021-02-05T05:39:11.324Z] 33c727f2375f: Preparing [2021-02-05T05:39:11.324Z] de65a43a48c8: Preparing [2021-02-05T05:39:11.324Z] ead50c7591fb: Preparing [2021-02-05T05:39:11.324Z] 31958fd13735: Preparing [2021-02-05T05:39:11.324Z] 31958fd13735: Preparing [2021-02-05T05:39:11.324Z] c70e91ceb154: Preparing [2021-02-05T05:39:11.324Z] 568c03684528: Preparing [2021-02-05T05:39:11.324Z] 777b2c648970: Preparing [2021-02-05T05:39:11.324Z] ead50c7591fb: Waiting [2021-02-05T05:39:11.324Z] 568c03684528: Waiting [2021-02-05T05:39:11.324Z] 31958fd13735: Waiting [2021-02-05T05:39:11.324Z] c70e91ceb154: Waiting [2021-02-05T05:39:11.324Z] 777b2c648970: Waiting [2021-02-05T05:39:11.324Z] 33c727f2375f: Layer already exists [2021-02-05T05:39:11.324Z] 87db640c811b: Layer already exists [2021-02-05T05:39:11.324Z] 104b8a85602f: Layer already exists [2021-02-05T05:39:11.324Z] de65a43a48c8: Layer already exists [2021-02-05T05:39:11.324Z] 0f7e3efda73d: Layer already exists [2021-02-05T05:39:11.324Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:11.324Z] 31958fd13735: Layer already exists [2021-02-05T05:39:11.324Z] 777b2c648970: Layer already exists [2021-02-05T05:39:11.324Z] 568c03684528: Layer already exists [2021-02-05T05:39:11.324Z] c70e91ceb154: Layer already exists [2021-02-05T05:39:11.324Z] master: digest: sha256:9f91186fbff757e1886ec896d99070823ec0bb9d0b24f06442240d12503030d5 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-05T05:39:11.398Z] ---> Running in bcaaae82aaba [2021-02-05T05:39:11.398Z] ---> 0973a0bc3a43 [2021-02-05T05:39:11.398Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T05:39:11.398Z] ---> Running in 8055fce2739d [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:39:11.538Z] ===================================================== [Pipeline] echo [2021-02-05T05:39:11.583Z] taggedImages: [2021-02-05T05:39:11.583Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:11.583Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.78 [2021-02-05T05:39:11.583Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:11.583Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-05T05:39:11.661Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-05T05:39:11.661Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:11.661Z] 2.0.0-dev.78 [2021-02-05T05:39:11.661Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:11.661Z] master [2021-02-05T05:39:11.661Z] ===================================================== [2021-02-05T05:39:11.679Z] Removing intermediate container 5914be4b05f8 [2021-02-05T05:39:11.679Z] Removing intermediate container 4f74c90b8892 [2021-02-05T05:39:11.679Z] ---> d3d056a1e20d [2021-02-05T05:39:11.679Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T05:39:11.679Z] ---> 7b18fc04386f [2021-02-05T05:39:11.679Z] Step 15/23 : WORKDIR / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:11.952Z] ---> Running in f70bf86fd0d9 [2021-02-05T05:39:11.952Z] ---> Running in 0a163e97b404 [2021-02-05T05:39:12.132Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:12.224Z] Removing intermediate container bcaaae82aaba [2021-02-05T05:39:12.224Z] ---> 601ce665f015 [2021-02-05T05:39:12.224Z] Step 20/21 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:12.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:12.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T05:39:12.432Z] 38f8fe399be6: Preparing [2021-02-05T05:39:12.432Z] f9a7d4b0d40d: Preparing [2021-02-05T05:39:12.432Z] 18182025649a: Preparing [2021-02-05T05:39:12.432Z] a9b05ad7be07: Preparing [2021-02-05T05:39:12.432Z] 1b1d9c1a9fa6: Preparing [2021-02-05T05:39:12.432Z] 777b2c648970: Preparing [2021-02-05T05:39:12.432Z] 777b2c648970: Waiting [2021-02-05T05:39:12.501Z] Removing intermediate container 8055fce2739d [2021-02-05T05:39:12.501Z] ---> aca314807bc5 [2021-02-05T05:39:12.501Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T05:39:12.501Z] ---> 50683ab6cd19 [2021-02-05T05:39:12.501Z] 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-05T05:39:12.501Z] ---> Running in 06e8844e97d3 [2021-02-05T05:39:12.695Z] 18182025649a: Pushed [2021-02-05T05:39:12.695Z] a9b05ad7be07: Pushed [2021-02-05T05:39:12.695Z] 1b1d9c1a9fa6: Pushed [2021-02-05T05:39:12.777Z] Removing intermediate container f70bf86fd0d9 [2021-02-05T05:39:12.777Z] ---> Running in 8e78baf4b017 [2021-02-05T05:39:12.777Z] ---> 37d8a03506dd [2021-02-05T05:39:12.777Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:39:12.777Z] ---> Running in b4b28854ab15 [2021-02-05T05:39:13.267Z] f9a7d4b0d40d: Pushed [2021-02-05T05:39:13.463Z] Removing intermediate container 06e8844e97d3 [2021-02-05T05:39:13.463Z] ---> e3784699e135 [2021-02-05T05:39:13.463Z] Step 21/21 : LABEL version=2.0.0-dev.78 [2021-02-05T05:39:13.527Z] 38f8fe399be6: Pushed [2021-02-05T05:39:13.780Z] Removing intermediate container 8e78baf4b017 [2021-02-05T05:39:13.780Z] ---> 341479a13263 [2021-02-05T05:39:13.780Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:39:13.780Z] ---> Running in 9cd5ce751f2d [2021-02-05T05:39:13.788Z] 777b2c648970: Layer already exists [2021-02-05T05:39:14.048Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:fb9301b294d7e6c02515530f04a7937f6583f4235ed7743f89713cbb1e7e0009 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:14.347Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:14.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.78 [2021-02-05T05:39:14.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T05:39:14.642Z] 38f8fe399be6: Preparing [2021-02-05T05:39:14.642Z] f9a7d4b0d40d: Preparing [2021-02-05T05:39:14.642Z] 18182025649a: Preparing [2021-02-05T05:39:14.642Z] a9b05ad7be07: Preparing [2021-02-05T05:39:14.642Z] 1b1d9c1a9fa6: Preparing [2021-02-05T05:39:14.642Z] 777b2c648970: Preparing [2021-02-05T05:39:14.642Z] 777b2c648970: Waiting [2021-02-05T05:39:14.642Z] 38f8fe399be6: Layer already exists [2021-02-05T05:39:14.642Z] a9b05ad7be07: Layer already exists [2021-02-05T05:39:14.642Z] f9a7d4b0d40d: Layer already exists [2021-02-05T05:39:14.642Z] 1b1d9c1a9fa6: Layer already exists [2021-02-05T05:39:14.642Z] 18182025649a: Layer already exists [2021-02-05T05:39:14.642Z] 777b2c648970: Layer already exists [2021-02-05T05:39:14.642Z] 2.0.0-dev.78: digest: sha256:fb9301b294d7e6c02515530f04a7937f6583f4235ed7743f89713cbb1e7e0009 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:14.903Z] ---> 9999c6c5df79 [2021-02-05T05:39:14.903Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T05:39:14.903Z] Removing intermediate container 9cd5ce751f2d [2021-02-05T05:39:14.903Z] ---> afa346d60de4 [2021-02-05T05:39:14.903Z] [2021-02-05T05:39:14.941Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:15.202Z] ---> 578bfd7bd744 [2021-02-05T05:39:15.202Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T05:39:15.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:15.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T05:39:15.235Z] 38f8fe399be6: Preparing [2021-02-05T05:39:15.235Z] f9a7d4b0d40d: Preparing [2021-02-05T05:39:15.235Z] 18182025649a: Preparing [2021-02-05T05:39:15.235Z] a9b05ad7be07: Preparing [2021-02-05T05:39:15.235Z] 1b1d9c1a9fa6: Preparing [2021-02-05T05:39:15.235Z] 777b2c648970: Preparing [2021-02-05T05:39:15.235Z] 777b2c648970: Waiting [2021-02-05T05:39:15.235Z] a9b05ad7be07: Layer already exists [2021-02-05T05:39:15.235Z] 18182025649a: Layer already exists [2021-02-05T05:39:15.235Z] 38f8fe399be6: Layer already exists [2021-02-05T05:39:15.235Z] 1b1d9c1a9fa6: Layer already exists [2021-02-05T05:39:15.235Z] f9a7d4b0d40d: Layer already exists [2021-02-05T05:39:15.235Z] 777b2c648970: Layer already exists [2021-02-05T05:39:15.235Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:fb9301b294d7e6c02515530f04a7937f6583f4235ed7743f89713cbb1e7e0009 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:15.532Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:15.811Z] Successfully built afa346d60de4 [2021-02-05T05:39:15.811Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T05:39:15.811Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-02-05T05:39:15.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-05T05:39:15.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T05:39:15.828Z] 38f8fe399be6: Preparing [2021-02-05T05:39:15.828Z] f9a7d4b0d40d: Preparing [2021-02-05T05:39:15.828Z] 18182025649a: Preparing [2021-02-05T05:39:15.828Z] a9b05ad7be07: Preparing [2021-02-05T05:39:15.828Z] 1b1d9c1a9fa6: Preparing [2021-02-05T05:39:15.828Z] 777b2c648970: Preparing [2021-02-05T05:39:15.828Z] 777b2c648970: Waiting [2021-02-05T05:39:15.828Z] 18182025649a: Layer already exists [2021-02-05T05:39:15.828Z] a9b05ad7be07: Layer already exists [2021-02-05T05:39:15.828Z] 1b1d9c1a9fa6: Layer already exists [2021-02-05T05:39:15.828Z] f9a7d4b0d40d: Layer already exists [2021-02-05T05:39:15.828Z] 38f8fe399be6: Layer already exists [2021-02-05T05:39:15.828Z] 777b2c648970: Layer already exists [2021-02-05T05:39:15.828Z] master: digest: sha256:fb9301b294d7e6c02515530f04a7937f6583f4235ed7743f89713cbb1e7e0009 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:39:16.008Z] ===================================================== [Pipeline] echo [2021-02-05T05:39:16.059Z] taggedImages: [2021-02-05T05:39:16.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:16.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.78 [2021-02-05T05:39:16.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:16.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-05T05:39:16.122Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-05T05:39:16.122Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:16.122Z] 2.0.0-dev.78 [2021-02-05T05:39:16.122Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:16.122Z] master [2021-02-05T05:39:16.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:16.417Z] Removing intermediate container 0a163e97b404 [2021-02-05T05:39:16.417Z] ---> dec3248d5dd5 [2021-02-05T05:39:16.417Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T05:39:16.608Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:16.689Z] ---> Running in 9cffea9ccd55 [2021-02-05T05:39:16.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:16.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T05:39:16.911Z] 0bc9b7aae71a: Preparing [2021-02-05T05:39:16.911Z] a263273cc2cd: Preparing [2021-02-05T05:39:16.911Z] a3bb23d2e12c: Preparing [2021-02-05T05:39:16.911Z] 39b2128edc8e: Preparing [2021-02-05T05:39:16.911Z] 8a9fd6e54e5e: Preparing [2021-02-05T05:39:16.911Z] 88c53de649d7: Preparing [2021-02-05T05:39:16.911Z] 9cf62df5b324: Preparing [2021-02-05T05:39:16.911Z] c0078252b3d2: Preparing [2021-02-05T05:39:16.911Z] 777b2c648970: Preparing [2021-02-05T05:39:16.911Z] 88c53de649d7: Waiting [2021-02-05T05:39:16.911Z] 9cf62df5b324: Waiting [2021-02-05T05:39:16.911Z] c0078252b3d2: Waiting [2021-02-05T05:39:16.911Z] 777b2c648970: Waiting [2021-02-05T05:39:17.173Z] a263273cc2cd: Pushed [2021-02-05T05:39:17.173Z] 8a9fd6e54e5e: Pushed [2021-02-05T05:39:17.173Z] 0bc9b7aae71a: Pushed [2021-02-05T05:39:17.173Z] 9cf62df5b324: Pushed [2021-02-05T05:39:17.173Z] 88c53de649d7: Pushed [2021-02-05T05:39:17.435Z] 777b2c648970: Layer already exists [2021-02-05T05:39:17.671Z] ---> d503e7ab8b53 [2021-02-05T05:39:17.671Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T05:39:17.671Z] Removing intermediate container b4b28854ab15 [2021-02-05T05:39:17.671Z] ---> bdb00bbdafc0 [2021-02-05T05:39:17.671Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T05:39:17.696Z] c0078252b3d2: Pushed [2021-02-05T05:39:17.944Z] ---> c650d38f10e8 [2021-02-05T05:39:17.944Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T05:39:17.956Z] 39b2128edc8e: Pushed [2021-02-05T05:39:17.956Z] a3bb23d2e12c: Pushed [2021-02-05T05:39:18.216Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:65915f5cf4c18c241d396501b819a80c7e0ad936456377eb9d68070ca9bf8022 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:18.522Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.78 [2021-02-05T05:39:18.542Z] Removing intermediate container 9cffea9ccd55 [2021-02-05T05:39:18.542Z] ---> 1c1abdfee5ed [2021-02-05T05:39:18.542Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:18.823Z] ---> Running in eea7a131fb6c [2021-02-05T05:39:18.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.78 [2021-02-05T05:39:18.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T05:39:18.890Z] 0bc9b7aae71a: Preparing [2021-02-05T05:39:18.890Z] a263273cc2cd: Preparing [2021-02-05T05:39:18.890Z] a3bb23d2e12c: Preparing [2021-02-05T05:39:18.890Z] 39b2128edc8e: Preparing [2021-02-05T05:39:18.890Z] 8a9fd6e54e5e: Preparing [2021-02-05T05:39:18.890Z] 88c53de649d7: Preparing [2021-02-05T05:39:18.890Z] 9cf62df5b324: Preparing [2021-02-05T05:39:18.890Z] c0078252b3d2: Preparing [2021-02-05T05:39:18.890Z] 777b2c648970: Preparing [2021-02-05T05:39:18.890Z] 88c53de649d7: Waiting [2021-02-05T05:39:18.890Z] 777b2c648970: Waiting [2021-02-05T05:39:18.890Z] c0078252b3d2: Waiting [2021-02-05T05:39:18.890Z] a263273cc2cd: Layer already exists [2021-02-05T05:39:18.890Z] a3bb23d2e12c: Layer already exists [2021-02-05T05:39:18.890Z] 0bc9b7aae71a: Layer already exists [2021-02-05T05:39:18.890Z] 39b2128edc8e: Layer already exists [2021-02-05T05:39:18.890Z] 8a9fd6e54e5e: Layer already exists [2021-02-05T05:39:18.890Z] 777b2c648970: Layer already exists [2021-02-05T05:39:18.890Z] 9cf62df5b324: Layer already exists [2021-02-05T05:39:18.890Z] 88c53de649d7: Layer already exists [2021-02-05T05:39:18.890Z] c0078252b3d2: Layer already exists [2021-02-05T05:39:18.890Z] 2.0.0-dev.78: digest: sha256:65915f5cf4c18c241d396501b819a80c7e0ad936456377eb9d68070ca9bf8022 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:19.102Z] ---> 8db5512ef9ff [2021-02-05T05:39:19.102Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T05:39:19.102Z] ---> cef5ba38d19f [2021-02-05T05:39:19.102Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T05:39:19.196Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:19.373Z] ---> Running in b30be9e65e90 [2021-02-05T05:39:19.373Z] ---> Running in 7dca5c22a5bd [2021-02-05T05:39:19.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:19.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T05:39:19.491Z] 0bc9b7aae71a: Preparing [2021-02-05T05:39:19.491Z] a263273cc2cd: Preparing [2021-02-05T05:39:19.491Z] a3bb23d2e12c: Preparing [2021-02-05T05:39:19.491Z] 39b2128edc8e: Preparing [2021-02-05T05:39:19.491Z] 8a9fd6e54e5e: Preparing [2021-02-05T05:39:19.491Z] 88c53de649d7: Preparing [2021-02-05T05:39:19.491Z] 9cf62df5b324: Preparing [2021-02-05T05:39:19.491Z] c0078252b3d2: Preparing [2021-02-05T05:39:19.492Z] 777b2c648970: Preparing [2021-02-05T05:39:19.492Z] 9cf62df5b324: Waiting [2021-02-05T05:39:19.492Z] 88c53de649d7: Waiting [2021-02-05T05:39:19.492Z] c0078252b3d2: Waiting [2021-02-05T05:39:19.492Z] 777b2c648970: Waiting [2021-02-05T05:39:19.492Z] 8a9fd6e54e5e: Layer already exists [2021-02-05T05:39:19.492Z] a3bb23d2e12c: Layer already exists [2021-02-05T05:39:19.492Z] 0bc9b7aae71a: Layer already exists [2021-02-05T05:39:19.492Z] a263273cc2cd: Layer already exists [2021-02-05T05:39:19.492Z] 39b2128edc8e: Layer already exists [2021-02-05T05:39:19.492Z] 9cf62df5b324: Layer already exists [2021-02-05T05:39:19.492Z] c0078252b3d2: Layer already exists [2021-02-05T05:39:19.492Z] 777b2c648970: Layer already exists [2021-02-05T05:39:19.492Z] 88c53de649d7: Layer already exists [2021-02-05T05:39:19.492Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:65915f5cf4c18c241d396501b819a80c7e0ad936456377eb9d68070ca9bf8022 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:19.649Z] Removing intermediate container eea7a131fb6c [2021-02-05T05:39:19.649Z] ---> 847be7dc42e1 [2021-02-05T05:39:19.649Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T05:39:19.793Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:19.935Z] ---> f9aa033f1f12 [2021-02-05T05:39:19.935Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T05:39:19.935Z] ---> Running in dcca2b18550c [2021-02-05T05:39:19.935Z] ---> Running in d95d6b253304 [2021-02-05T05:39:19.935Z] Removing intermediate container 7dca5c22a5bd [2021-02-05T05:39:19.935Z] ---> 84c08ca33662 [2021-02-05T05:39:19.935Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:39:20.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-05T05:39:20.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T05:39:20.092Z] 0bc9b7aae71a: Preparing [2021-02-05T05:39:20.092Z] a263273cc2cd: Preparing [2021-02-05T05:39:20.092Z] a3bb23d2e12c: Preparing [2021-02-05T05:39:20.092Z] 39b2128edc8e: Preparing [2021-02-05T05:39:20.092Z] 8a9fd6e54e5e: Preparing [2021-02-05T05:39:20.092Z] 88c53de649d7: Preparing [2021-02-05T05:39:20.092Z] 9cf62df5b324: Preparing [2021-02-05T05:39:20.092Z] c0078252b3d2: Preparing [2021-02-05T05:39:20.092Z] 777b2c648970: Preparing [2021-02-05T05:39:20.092Z] 88c53de649d7: Waiting [2021-02-05T05:39:20.092Z] 9cf62df5b324: Waiting [2021-02-05T05:39:20.092Z] c0078252b3d2: Waiting [2021-02-05T05:39:20.092Z] 0bc9b7aae71a: Layer already exists [2021-02-05T05:39:20.092Z] a263273cc2cd: Layer already exists [2021-02-05T05:39:20.092Z] 8a9fd6e54e5e: Layer already exists [2021-02-05T05:39:20.092Z] a3bb23d2e12c: Layer already exists [2021-02-05T05:39:20.092Z] 39b2128edc8e: Layer already exists [2021-02-05T05:39:20.092Z] c0078252b3d2: Layer already exists [2021-02-05T05:39:20.092Z] 9cf62df5b324: Layer already exists [2021-02-05T05:39:20.092Z] 88c53de649d7: Layer already exists [2021-02-05T05:39:20.092Z] 777b2c648970: Layer already exists [2021-02-05T05:39:20.092Z] master: digest: sha256:65915f5cf4c18c241d396501b819a80c7e0ad936456377eb9d68070ca9bf8022 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-05T05:39:20.210Z] Removing intermediate container b30be9e65e90 [2021-02-05T05:39:20.210Z] ---> f6d084082b7f [2021-02-05T05:39:20.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:39:20.371Z] ===================================================== [Pipeline] echo [2021-02-05T05:39:20.433Z] taggedImages: [2021-02-05T05:39:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.78 [2021-02-05T05:39:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-05T05:39:20.491Z] ---> Running in aa00b7dbd8ea [2021-02-05T05:39:20.491Z] ---> Running in aecd86f9a5a4 [2021-02-05T05:39:20.491Z] Removing intermediate container dcca2b18550c [2021-02-05T05:39:20.491Z] ---> a6a855b15f7d [Pipeline] echo [2021-02-05T05:39:20.512Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-05T05:39:20.512Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:20.512Z] 2.0.0-dev.78 [2021-02-05T05:39:20.512Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:20.512Z] master [2021-02-05T05:39:20.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:20.778Z] Step 23/24 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:20.778Z] ---> Running in 9c8a02f5e000 [2021-02-05T05:39:21.018Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:21.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:21.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T05:39:21.313Z] df47fcc1bab5: Preparing [2021-02-05T05:39:21.313Z] 8b529d4068e3: Preparing [2021-02-05T05:39:21.313Z] ead50c7591fb: Preparing [2021-02-05T05:39:21.313Z] 33826bcf9680: Preparing [2021-02-05T05:39:21.313Z] 777b2c648970: Preparing [2021-02-05T05:39:21.313Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:21.313Z] 777b2c648970: Layer already exists [2021-02-05T05:39:21.313Z] df47fcc1bab5: Pushed [2021-02-05T05:39:21.378Z] Removing intermediate container aa00b7dbd8ea [2021-02-05T05:39:21.378Z] ---> 2fe775d96e51 [2021-02-05T05:39:21.378Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T05:39:21.378Z] Removing intermediate container aecd86f9a5a4 [2021-02-05T05:39:21.378Z] ---> ec042efb1212 [2021-02-05T05:39:21.378Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T05:39:21.378Z] ---> Running in 37d5b288aeba [2021-02-05T05:39:21.574Z] 33826bcf9680: Pushed [2021-02-05T05:39:21.654Z] ---> Running in 133286f01fa9 [2021-02-05T05:39:21.654Z] Removing intermediate container 9c8a02f5e000 [2021-02-05T05:39:21.654Z] ---> 267157838104 [2021-02-05T05:39:21.654Z] Step 24/24 : LABEL version=2.0.0-dev.78 [2021-02-05T05:39:21.932Z] ---> Running in b098fff1d6fc [2021-02-05T05:39:22.518Z] 8b529d4068e3: Pushed [2021-02-05T05:39:22.518Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:2c1358d3ffe97ae67bbbb630b6a985306b3da40a2d03fa39df41c67971015063 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:22.548Z] Removing intermediate container 37d5b288aeba [2021-02-05T05:39:22.548Z] ---> e59f4098856c [2021-02-05T05:39:22.548Z] Step 21/22 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:22.548Z] Removing intermediate container 133286f01fa9 [2021-02-05T05:39:22.548Z] ---> 12e706f04c86 [2021-02-05T05:39:22.548Z] Step 22/23 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:22.822Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:23.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.78 [2021-02-05T05:39:23.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T05:39:23.117Z] df47fcc1bab5: Preparing [2021-02-05T05:39:23.117Z] 8b529d4068e3: Preparing [2021-02-05T05:39:23.117Z] ead50c7591fb: Preparing [2021-02-05T05:39:23.117Z] 33826bcf9680: Preparing [2021-02-05T05:39:23.117Z] 777b2c648970: Preparing [2021-02-05T05:39:23.117Z] 33826bcf9680: Layer already exists [2021-02-05T05:39:23.117Z] 777b2c648970: Layer already exists [2021-02-05T05:39:23.117Z] 8b529d4068e3: Layer already exists [2021-02-05T05:39:23.117Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:23.117Z] df47fcc1bab5: Layer already exists [2021-02-05T05:39:23.117Z] 2.0.0-dev.78: digest: sha256:2c1358d3ffe97ae67bbbb630b6a985306b3da40a2d03fa39df41c67971015063 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:23.166Z] ---> Running in fa3f9ecafd0e [2021-02-05T05:39:23.166Z] Removing intermediate container b098fff1d6fc [2021-02-05T05:39:23.166Z] ---> 2e3fb82bcde0 [2021-02-05T05:39:23.166Z] [2021-02-05T05:39:23.416Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:23.444Z] ---> Running in fa8a2bd0d1fa [2021-02-05T05:39:23.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:23.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T05:39:23.712Z] df47fcc1bab5: Preparing [2021-02-05T05:39:23.712Z] 8b529d4068e3: Preparing [2021-02-05T05:39:23.712Z] ead50c7591fb: Preparing [2021-02-05T05:39:23.712Z] 33826bcf9680: Preparing [2021-02-05T05:39:23.712Z] 777b2c648970: Preparing [2021-02-05T05:39:23.712Z] df47fcc1bab5: Layer already exists [2021-02-05T05:39:23.712Z] 8b529d4068e3: Layer already exists [2021-02-05T05:39:23.712Z] 33826bcf9680: Layer already exists [2021-02-05T05:39:23.712Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:23.712Z] 777b2c648970: Layer already exists [2021-02-05T05:39:23.712Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:2c1358d3ffe97ae67bbbb630b6a985306b3da40a2d03fa39df41c67971015063 size: 1364 [2021-02-05T05:39:23.718Z] Successfully built 2e3fb82bcde0 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:23.992Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T05:39:23.992Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-05T05:39:23.992Z] Removing intermediate container fa3f9ecafd0e [2021-02-05T05:39:23.992Z] ---> aa9fc9f74bcf [2021-02-05T05:39:23.992Z] Step 22/22 : LABEL version=2.0.0-dev.78 [2021-02-05T05:39:24.016Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:24.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-05T05:39:24.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T05:39:24.312Z] df47fcc1bab5: Preparing [2021-02-05T05:39:24.312Z] 8b529d4068e3: Preparing [2021-02-05T05:39:24.312Z] ead50c7591fb: Preparing [2021-02-05T05:39:24.312Z] 33826bcf9680: Preparing [2021-02-05T05:39:24.312Z] 777b2c648970: Preparing [2021-02-05T05:39:24.312Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:24.312Z] 8b529d4068e3: Layer already exists [2021-02-05T05:39:24.312Z] df47fcc1bab5: Layer already exists [2021-02-05T05:39:24.312Z] 33826bcf9680: Layer already exists [2021-02-05T05:39:24.312Z] 777b2c648970: Layer already exists [2021-02-05T05:39:24.312Z] master: digest: sha256:2c1358d3ffe97ae67bbbb630b6a985306b3da40a2d03fa39df41c67971015063 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:39:24.527Z] ===================================================== [Pipeline] echo [2021-02-05T05:39:24.579Z] taggedImages: [2021-02-05T05:39:24.579Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:24.579Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.78 [2021-02-05T05:39:24.579Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:24.579Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-05T05:39:24.598Z] Removing intermediate container d95d6b253304 [2021-02-05T05:39:24.598Z] ---> 11def51f2e35 [2021-02-05T05:39:24.598Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:39:24.598Z] ---> Running in 8ccfcba4a0b3 [2021-02-05T05:39:24.598Z] Removing intermediate container fa8a2bd0d1fa [2021-02-05T05:39:24.598Z] ---> 8443a755073d [2021-02-05T05:39:24.598Z] Step 23/23 : LABEL version=2.0.0-dev.78 [Pipeline] echo [2021-02-05T05:39:24.646Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-05T05:39:24.646Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:24.646Z] 2.0.0-dev.78 [2021-02-05T05:39:24.646Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:24.646Z] master [2021-02-05T05:39:24.646Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [2021-02-05T05:39:24.874Z] ---> Running in 75ab99ac0ff5 [Pipeline] sh [2021-02-05T05:39:25.149Z] Removing intermediate container 8ccfcba4a0b3 [2021-02-05T05:39:25.149Z] ---> cfecee7c846f [2021-02-05T05:39:25.149Z] [2021-02-05T05:39:25.160Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:25.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:25.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T05:39:25.514Z] d12733277349: Preparing [2021-02-05T05:39:25.514Z] ca7c402672ad: Preparing [2021-02-05T05:39:25.514Z] ead50c7591fb: Preparing [2021-02-05T05:39:25.514Z] 86453bec1b17: Preparing [2021-02-05T05:39:25.514Z] 777b2c648970: Preparing [2021-02-05T05:39:25.514Z] 86453bec1b17: Layer already exists [2021-02-05T05:39:25.514Z] 777b2c648970: Layer already exists [2021-02-05T05:39:25.514Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:25.514Z] d12733277349: Pushed [2021-02-05T05:39:25.745Z] Successfully built cfecee7c846f [2021-02-05T05:39:26.020Z] ---> 05e6bb65578e [2021-02-05T05:39:26.020Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T05:39:26.020Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T05:39:26.020Z] Building docker-support-scheduler-go [2021-02-05T05:39:26.020Z] Removing intermediate container 75ab99ac0ff5 [2021-02-05T05:39:26.020Z] ---> 305809226d80 [2021-02-05T05:39:26.020Z]  Building docker-support-notifications-go ... done  [2021-02-05T05:39:26.293Z] Successfully built 305809226d80 [2021-02-05T05:39:26.293Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T05:39:26.293Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-05T05:39:26.459Z] ca7c402672ad: Pushed [2021-02-05T05:39:26.720Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:28570f44069a61f6c480f0ee4f018d3605fea5f975691f47850e045297821dd6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:27.021Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:27.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.78 [2021-02-05T05:39:27.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T05:39:27.322Z] d12733277349: Preparing [2021-02-05T05:39:27.322Z] ca7c402672ad: Preparing [2021-02-05T05:39:27.322Z] ead50c7591fb: Preparing [2021-02-05T05:39:27.322Z] 86453bec1b17: Preparing [2021-02-05T05:39:27.322Z] 777b2c648970: Preparing [2021-02-05T05:39:27.322Z] 86453bec1b17: Layer already exists [2021-02-05T05:39:27.322Z] d12733277349: Layer already exists [2021-02-05T05:39:27.322Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:27.322Z] 777b2c648970: Layer already exists [2021-02-05T05:39:27.322Z] ca7c402672ad: Layer already exists [2021-02-05T05:39:27.322Z] 2.0.0-dev.78: digest: sha256:28570f44069a61f6c480f0ee4f018d3605fea5f975691f47850e045297821dd6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:27.625Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:27.734Z] ---> 959ddb45b877 [2021-02-05T05:39:27.734Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T05:39:27.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:27.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T05:39:27.919Z] d12733277349: Preparing [2021-02-05T05:39:27.919Z] ca7c402672ad: Preparing [2021-02-05T05:39:27.919Z] ead50c7591fb: Preparing [2021-02-05T05:39:27.919Z] 86453bec1b17: Preparing [2021-02-05T05:39:27.919Z] 777b2c648970: Preparing [2021-02-05T05:39:27.919Z] d12733277349: Layer already exists [2021-02-05T05:39:27.919Z] 86453bec1b17: Layer already exists [2021-02-05T05:39:27.919Z] 777b2c648970: Layer already exists [2021-02-05T05:39:27.919Z] ca7c402672ad: Layer already exists [2021-02-05T05:39:27.919Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:27.919Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:28570f44069a61f6c480f0ee4f018d3605fea5f975691f47850e045297821dd6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:28.221Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:28.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-05T05:39:28.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T05:39:28.514Z] d12733277349: Preparing [2021-02-05T05:39:28.514Z] ca7c402672ad: Preparing [2021-02-05T05:39:28.514Z] ead50c7591fb: Preparing [2021-02-05T05:39:28.514Z] 86453bec1b17: Preparing [2021-02-05T05:39:28.514Z] 777b2c648970: Preparing [2021-02-05T05:39:28.514Z] 777b2c648970: Layer already exists [2021-02-05T05:39:28.514Z] ca7c402672ad: Layer already exists [2021-02-05T05:39:28.514Z] ead50c7591fb: Layer already exists [2021-02-05T05:39:28.514Z] 86453bec1b17: Layer already exists [2021-02-05T05:39:28.514Z] d12733277349: Layer already exists [2021-02-05T05:39:28.514Z] master: digest: sha256:28570f44069a61f6c480f0ee4f018d3605fea5f975691f47850e045297821dd6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:39:28.683Z] ===================================================== [2021-02-05T05:39:28.725Z] ---> 33ea033e34c4 [2021-02-05T05:39:28.725Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] echo [2021-02-05T05:39:28.733Z] taggedImages: [2021-02-05T05:39:28.733Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:28.733Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.78 [2021-02-05T05:39:28.733Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:28.733Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-05T05:39:28.795Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-05T05:39:28.795Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:28.795Z] 2.0.0-dev.78 [2021-02-05T05:39:28.795Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:28.795Z] master [2021-02-05T05:39:28.795Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:29.324Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:29.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:29.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T05:39:29.644Z] f840094f1d10: Preparing [2021-02-05T05:39:29.644Z] 137f0a8e191c: Preparing [2021-02-05T05:39:29.644Z] 8a76e4f4790e: Preparing [2021-02-05T05:39:29.644Z] c527a7db886a: Preparing [2021-02-05T05:39:29.644Z] 39cfe0a93fa1: Preparing [2021-02-05T05:39:29.644Z] 0545c3230101: Preparing [2021-02-05T05:39:29.644Z] 4f60bafc72a2: Preparing [2021-02-05T05:39:29.644Z] 0754057c0ad3: Preparing [2021-02-05T05:39:29.644Z] 998cdf262ab1: Preparing [2021-02-05T05:39:29.644Z] 02e56110abd2: Preparing [2021-02-05T05:39:29.644Z] abc36efb885a: Preparing [2021-02-05T05:39:29.644Z] b0b09059f4e1: Preparing [2021-02-05T05:39:29.644Z] bb961f40224b: Preparing [2021-02-05T05:39:29.644Z] f4666769fca7: Preparing [2021-02-05T05:39:29.644Z] 02e56110abd2: Waiting [2021-02-05T05:39:29.644Z] abc36efb885a: Waiting [2021-02-05T05:39:29.644Z] b0b09059f4e1: Waiting [2021-02-05T05:39:29.644Z] bb961f40224b: Waiting [2021-02-05T05:39:29.644Z] f4666769fca7: Waiting [2021-02-05T05:39:29.644Z] 0754057c0ad3: Waiting [2021-02-05T05:39:29.644Z] 0545c3230101: Waiting [2021-02-05T05:39:29.644Z] 4f60bafc72a2: Waiting [2021-02-05T05:39:29.644Z] 998cdf262ab1: Waiting [2021-02-05T05:39:29.910Z] 39cfe0a93fa1: Pushed [2021-02-05T05:39:29.910Z] f840094f1d10: Pushed [2021-02-05T05:39:30.177Z] c527a7db886a: Pushed [2021-02-05T05:39:30.177Z] 0754057c0ad3: Layer already exists [2021-02-05T05:39:30.177Z] 998cdf262ab1: Layer already exists [2021-02-05T05:39:30.177Z] 02e56110abd2: Layer already exists [2021-02-05T05:39:30.177Z] abc36efb885a: Layer already exists [2021-02-05T05:39:30.177Z] 4f60bafc72a2: Pushed [2021-02-05T05:39:30.177Z] 137f0a8e191c: Pushed [2021-02-05T05:39:30.177Z] b0b09059f4e1: Layer already exists [2021-02-05T05:39:30.177Z] bb961f40224b: Layer already exists [2021-02-05T05:39:30.443Z] f4666769fca7: Layer already exists [2021-02-05T05:39:30.721Z] ---> 182b63b31291 [2021-02-05T05:39:30.722Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T05:39:31.015Z] 0545c3230101: Pushed [2021-02-05T05:39:33.453Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:39:33.453Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:39:33.453Z] ---> 03552e671594 [2021-02-05T05:39:33.453Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:39:33.453Z] ---> Using cache [2021-02-05T05:39:33.453Z] ---> d069146027d3 [2021-02-05T05:39:33.453Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:39:33.453Z] ---> Using cache [2021-02-05T05:39:33.453Z] ---> 1476cf19a0d4 [2021-02-05T05:39:33.453Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T05:39:33.726Z] ---> 0e72bc627dee [2021-02-05T05:39:33.726Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T05:39:33.726Z] ---> Running in 6f843186d760 [2021-02-05T05:39:34.719Z] ---> Running in 2934044a6ef6 [2021-02-05T05:39:35.705Z] Removing intermediate container 2934044a6ef6 [2021-02-05T05:39:35.705Z] ---> c173bc8e6e32 [2021-02-05T05:39:35.705Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T05:39:35.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:36.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:36.686Z] ---> 6dae3ad21e83 [2021-02-05T05:39:36.686Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T05:39:36.960Z] ---> Running in dc3b881b09e5 [2021-02-05T05:39:37.349Z] 8a76e4f4790e: Pushed [2021-02-05T05:39:37.349Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:2d7b81e5aa6e995211b7666b0218fb239f53d25ed0be4b8b28fc71900cea272a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:37.563Z] OK: 217 MiB in 51 packages [2021-02-05T05:39:37.658Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:37.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.78 [2021-02-05T05:39:37.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T05:39:37.957Z] f840094f1d10: Preparing [2021-02-05T05:39:37.957Z] 137f0a8e191c: Preparing [2021-02-05T05:39:37.957Z] 8a76e4f4790e: Preparing [2021-02-05T05:39:37.957Z] c527a7db886a: Preparing [2021-02-05T05:39:37.957Z] 39cfe0a93fa1: Preparing [2021-02-05T05:39:37.957Z] 0545c3230101: Preparing [2021-02-05T05:39:37.957Z] 4f60bafc72a2: Preparing [2021-02-05T05:39:37.957Z] 0754057c0ad3: Preparing [2021-02-05T05:39:37.957Z] 998cdf262ab1: Preparing [2021-02-05T05:39:37.957Z] 02e56110abd2: Preparing [2021-02-05T05:39:37.957Z] abc36efb885a: Preparing [2021-02-05T05:39:37.957Z] b0b09059f4e1: Preparing [2021-02-05T05:39:37.957Z] bb961f40224b: Preparing [2021-02-05T05:39:37.957Z] f4666769fca7: Preparing [2021-02-05T05:39:37.957Z] 0545c3230101: Waiting [2021-02-05T05:39:37.957Z] 4f60bafc72a2: Waiting [2021-02-05T05:39:37.957Z] 0754057c0ad3: Waiting [2021-02-05T05:39:37.957Z] 998cdf262ab1: Waiting [2021-02-05T05:39:37.957Z] 02e56110abd2: Waiting [2021-02-05T05:39:37.957Z] abc36efb885a: Waiting [2021-02-05T05:39:37.957Z] b0b09059f4e1: Waiting [2021-02-05T05:39:37.957Z] bb961f40224b: Waiting [2021-02-05T05:39:37.957Z] f4666769fca7: Waiting [2021-02-05T05:39:37.957Z] c527a7db886a: Layer already exists [2021-02-05T05:39:37.957Z] 39cfe0a93fa1: Layer already exists [2021-02-05T05:39:37.957Z] f840094f1d10: Layer already exists [2021-02-05T05:39:37.957Z] 137f0a8e191c: Layer already exists [2021-02-05T05:39:37.957Z] 8a76e4f4790e: Layer already exists [2021-02-05T05:39:37.957Z] 0545c3230101: Layer already exists [2021-02-05T05:39:37.957Z] 4f60bafc72a2: Layer already exists [2021-02-05T05:39:37.957Z] 02e56110abd2: Layer already exists [2021-02-05T05:39:37.957Z] 0754057c0ad3: Layer already exists [2021-02-05T05:39:37.957Z] 998cdf262ab1: Layer already exists [2021-02-05T05:39:37.957Z] abc36efb885a: Layer already exists [2021-02-05T05:39:37.957Z] b0b09059f4e1: Layer already exists [2021-02-05T05:39:37.957Z] f4666769fca7: Layer already exists [2021-02-05T05:39:37.957Z] bb961f40224b: Layer already exists [2021-02-05T05:39:37.957Z] 2.0.0-dev.78: digest: sha256:2d7b81e5aa6e995211b7666b0218fb239f53d25ed0be4b8b28fc71900cea272a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:38.270Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:38.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:38.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T05:39:38.634Z] f840094f1d10: Preparing [2021-02-05T05:39:38.634Z] 137f0a8e191c: Preparing [2021-02-05T05:39:38.634Z] 8a76e4f4790e: Preparing [2021-02-05T05:39:38.634Z] c527a7db886a: Preparing [2021-02-05T05:39:38.634Z] 39cfe0a93fa1: Preparing [2021-02-05T05:39:38.634Z] 0545c3230101: Preparing [2021-02-05T05:39:38.634Z] 4f60bafc72a2: Preparing [2021-02-05T05:39:38.634Z] 0754057c0ad3: Preparing [2021-02-05T05:39:38.634Z] 998cdf262ab1: Preparing [2021-02-05T05:39:38.634Z] 02e56110abd2: Preparing [2021-02-05T05:39:38.634Z] abc36efb885a: Preparing [2021-02-05T05:39:38.634Z] b0b09059f4e1: Preparing [2021-02-05T05:39:38.634Z] bb961f40224b: Preparing [2021-02-05T05:39:38.634Z] f4666769fca7: Preparing [2021-02-05T05:39:38.634Z] 02e56110abd2: Waiting [2021-02-05T05:39:38.634Z] abc36efb885a: Waiting [2021-02-05T05:39:38.635Z] 0545c3230101: Waiting [2021-02-05T05:39:38.635Z] 4f60bafc72a2: Waiting [2021-02-05T05:39:38.635Z] 0754057c0ad3: Waiting [2021-02-05T05:39:38.635Z] b0b09059f4e1: Waiting [2021-02-05T05:39:38.635Z] bb961f40224b: Waiting [2021-02-05T05:39:38.635Z] f4666769fca7: Waiting [2021-02-05T05:39:38.635Z] 998cdf262ab1: Waiting [2021-02-05T05:39:38.635Z] c527a7db886a: Layer already exists [2021-02-05T05:39:38.635Z] f840094f1d10: Layer already exists [2021-02-05T05:39:38.635Z] 137f0a8e191c: Layer already exists [2021-02-05T05:39:38.635Z] 8a76e4f4790e: Layer already exists [2021-02-05T05:39:38.635Z] 39cfe0a93fa1: Layer already exists [2021-02-05T05:39:38.635Z] 0754057c0ad3: Layer already exists [2021-02-05T05:39:38.635Z] 0545c3230101: Layer already exists [2021-02-05T05:39:38.635Z] 02e56110abd2: Layer already exists [2021-02-05T05:39:38.635Z] 4f60bafc72a2: Layer already exists [2021-02-05T05:39:38.635Z] 998cdf262ab1: Layer already exists [2021-02-05T05:39:38.635Z] b0b09059f4e1: Layer already exists [2021-02-05T05:39:38.635Z] abc36efb885a: Layer already exists [2021-02-05T05:39:38.635Z] bb961f40224b: Layer already exists [2021-02-05T05:39:38.635Z] f4666769fca7: Layer already exists [2021-02-05T05:39:38.635Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:2d7b81e5aa6e995211b7666b0218fb239f53d25ed0be4b8b28fc71900cea272a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:38.935Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:39:39.007Z] Removing intermediate container 6f843186d760 [2021-02-05T05:39:39.007Z] ---> 61a437fc6bf5 [2021-02-05T05:39:39.007Z] Step 6/23 : COPY go.mod . [2021-02-05T05:39:39.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-05T05:39:39.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T05:39:39.232Z] f840094f1d10: Preparing [2021-02-05T05:39:39.232Z] 137f0a8e191c: Preparing [2021-02-05T05:39:39.232Z] 8a76e4f4790e: Preparing [2021-02-05T05:39:39.232Z] c527a7db886a: Preparing [2021-02-05T05:39:39.232Z] 39cfe0a93fa1: Preparing [2021-02-05T05:39:39.232Z] 0545c3230101: Preparing [2021-02-05T05:39:39.232Z] 4f60bafc72a2: Preparing [2021-02-05T05:39:39.232Z] 0754057c0ad3: Preparing [2021-02-05T05:39:39.232Z] 998cdf262ab1: Preparing [2021-02-05T05:39:39.232Z] 02e56110abd2: Preparing [2021-02-05T05:39:39.232Z] abc36efb885a: Preparing [2021-02-05T05:39:39.232Z] b0b09059f4e1: Preparing [2021-02-05T05:39:39.232Z] bb961f40224b: Preparing [2021-02-05T05:39:39.232Z] f4666769fca7: Preparing [2021-02-05T05:39:39.232Z] 0545c3230101: Waiting [2021-02-05T05:39:39.232Z] 4f60bafc72a2: Waiting [2021-02-05T05:39:39.232Z] 0754057c0ad3: Waiting [2021-02-05T05:39:39.232Z] 998cdf262ab1: Waiting [2021-02-05T05:39:39.232Z] 02e56110abd2: Waiting [2021-02-05T05:39:39.232Z] bb961f40224b: Waiting [2021-02-05T05:39:39.232Z] f4666769fca7: Waiting [2021-02-05T05:39:39.232Z] abc36efb885a: Waiting [2021-02-05T05:39:39.232Z] b0b09059f4e1: Waiting [2021-02-05T05:39:39.232Z] 137f0a8e191c: Layer already exists [2021-02-05T05:39:39.232Z] f840094f1d10: Layer already exists [2021-02-05T05:39:39.232Z] 8a76e4f4790e: Layer already exists [2021-02-05T05:39:39.232Z] c527a7db886a: Layer already exists [2021-02-05T05:39:39.232Z] 39cfe0a93fa1: Layer already exists [2021-02-05T05:39:39.232Z] 998cdf262ab1: Layer already exists [2021-02-05T05:39:39.232Z] 4f60bafc72a2: Layer already exists [2021-02-05T05:39:39.232Z] 0754057c0ad3: Layer already exists [2021-02-05T05:39:39.232Z] 0545c3230101: Layer already exists [2021-02-05T05:39:39.232Z] 02e56110abd2: Layer already exists [2021-02-05T05:39:39.232Z] b0b09059f4e1: Layer already exists [2021-02-05T05:39:39.232Z] abc36efb885a: Layer already exists [2021-02-05T05:39:39.232Z] bb961f40224b: Layer already exists [2021-02-05T05:39:39.232Z] f4666769fca7: Layer already exists [2021-02-05T05:39:39.232Z] master: digest: sha256:2d7b81e5aa6e995211b7666b0218fb239f53d25ed0be4b8b28fc71900cea272a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:39:39.419Z] ===================================================== [Pipeline] echo [2021-02-05T05:39:39.468Z] taggedImages: [2021-02-05T05:39:39.468Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:39.468Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.78 [2021-02-05T05:39:39.468Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:39:39.468Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-05T05:39:39.609Z] ---> 49545976e372 [2021-02-05T05:39:39.609Z] Step 7/23 : RUN go mod download [2021-02-05T05:39:39.609Z] Removing intermediate container dc3b881b09e5 [2021-02-05T05:39:39.609Z] ---> f728be69c6e8 [2021-02-05T05:39:39.609Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T05:39:39.609Z] ---> Running in 6dc421f4a4d8 [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-05T05:39:40.205Z] ---> Running in 30a894ae9bc1 [2021-02-05T05:39:40.811Z] Removing intermediate container 30a894ae9bc1 [2021-02-05T05:39:40.811Z] ---> f4c1532590b5 [2021-02-05T05:39:40.811Z] Step 28/31 : CMD ["gate"] [2021-02-05T05:39:41.403Z] ---> Running in 544dbda39779 [2021-02-05T05:39:41.995Z] Removing intermediate container 544dbda39779 [2021-02-05T05:39:41.995Z] ---> 94adf7f183b3 [2021-02-05T05:39:41.995Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T05:39:42.595Z] ---> Running in f2b4dddecabd [2021-02-05T05:39:43.571Z] Removing intermediate container 6dc421f4a4d8 [2021-02-05T05:39:43.571Z] ---> dd6aebf435bb [2021-02-05T05:39:43.571Z] Step 8/23 : COPY . . [2021-02-05T05:39:43.571Z] Removing intermediate container f2b4dddecabd [2021-02-05T05:39:43.571Z] ---> a41efaee7eb0 [2021-02-05T05:39:43.571Z] Step 30/31 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:39:44.550Z] ---> Running in f4e1048818be [2021-02-05T05:39:46.031Z] Removing intermediate container f4e1048818be [2021-02-05T05:39:46.031Z] ---> e9b16e5d1f07 [2021-02-05T05:39:46.031Z] Step 31/31 : LABEL version=2.0.0-dev.78 [2021-02-05T05:39:47.482Z] ---> Running in f1a35a33b454 [2021-02-05T05:39:48.938Z] Removing intermediate container f1a35a33b454 [2021-02-05T05:39:48.938Z] ---> 57163b6bd868 [2021-02-05T05:39:48.938Z] [2021-02-05T05:39:49.537Z] Successfully built 57163b6bd868 [2021-02-05T05:39:49.537Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T05:39:52.168Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:39:52.168Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:39:52.168Z] ---> 03552e671594 [2021-02-05T05:39:52.168Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T05:39:52.168Z] ---> Using cache [2021-02-05T05:39:52.168Z] ---> d069146027d3 [2021-02-05T05:39:52.168Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:39:52.168Z] ---> Using cache [2021-02-05T05:39:52.168Z] ---> 1476cf19a0d4 [2021-02-05T05:39:52.168Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T05:39:52.446Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:39:52.446Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:39:52.446Z] ---> 03552e671594 [2021-02-05T05:39:52.446Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T05:39:52.446Z] ---> Using cache [2021-02-05T05:39:52.446Z] ---> d069146027d3 [2021-02-05T05:39:52.446Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:39:52.446Z] ---> Using cache [2021-02-05T05:39:52.446Z] ---> 1476cf19a0d4 [2021-02-05T05:39:52.446Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T05:39:52.446Z] ---> Using cache [2021-02-05T05:39:52.446Z] ---> 61a437fc6bf5 [2021-02-05T05:39:52.446Z] Step 6/22 : COPY go.mod . [2021-02-05T05:39:52.446Z] ---> Using cache [2021-02-05T05:39:52.446Z] ---> 49545976e372 [2021-02-05T05:39:52.446Z] Step 7/22 : RUN go mod download [2021-02-05T05:39:52.446Z] ---> Using cache [2021-02-05T05:39:52.446Z] ---> dd6aebf435bb [2021-02-05T05:39:52.446Z] Step 8/22 : COPY . . [2021-02-05T05:39:53.054Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:39:53.054Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:39:53.054Z] ---> 03552e671594 [2021-02-05T05:39:53.054Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:39:53.054Z] ---> Using cache [2021-02-05T05:39:53.054Z] ---> d069146027d3 [2021-02-05T05:39:53.054Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:39:53.054Z] ---> Using cache [2021-02-05T05:39:53.054Z] ---> 1476cf19a0d4 [2021-02-05T05:39:53.054Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T05:39:55.688Z] ---> Running in 3fe18d191554 [2021-02-05T05:39:55.688Z] ---> Running in c911238a8c9e [2021-02-05T05:39:56.288Z] ---> 97f16dfc9b1a [2021-02-05T05:39:56.288Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T05:39:56.559Z] ---> Running in 0748da4edeaf [2021-02-05T05:39:57.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:58.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:39:58.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:58.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:39:58.913Z] OK: 217 MiB in 51 packages [2021-02-05T05:39:59.217Z] OK: 217 MiB in 51 packages [2021-02-05T05:40:01.890Z] Removing intermediate container 3fe18d191554 [2021-02-05T05:40:01.891Z] ---> 5a4b61df8091 [2021-02-05T05:40:01.891Z] Step 6/23 : COPY go.mod . [2021-02-05T05:40:02.174Z] Removing intermediate container c911238a8c9e [2021-02-05T05:40:02.174Z] ---> 787e282a5589 [2021-02-05T05:40:02.174Z] Step 6/26 : COPY go.mod . [2021-02-05T05:40:03.173Z] ---> e32b568e6ea3 [2021-02-05T05:40:03.173Z] Step 7/23 : RUN go mod download [2021-02-05T05:40:03.451Z] ---> Running in 3b5d3e6faa3d [2021-02-05T05:40:03.733Z] ---> 05d54989442b [2021-02-05T05:40:03.733Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T05:40:03.733Z] ---> 01d050ba159e [2021-02-05T05:40:03.733Z] Step 7/26 : RUN go mod download [2021-02-05T05:40:04.012Z] ---> Running in 3f2732805409 [2021-02-05T05:40:04.012Z] ---> Running in fe58b776d289 [2021-02-05T05:40:06.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:40:08.654Z] Removing intermediate container 3b5d3e6faa3d [2021-02-05T05:40:08.654Z] ---> be1a927f4711 [2021-02-05T05:40:08.654Z] Step 8/23 : COPY . . [2021-02-05T05:40:08.654Z] Removing intermediate container 3f2732805409 [2021-02-05T05:40:08.654Z] ---> 66dc57ca29c6 [2021-02-05T05:40:08.654Z] Step 8/26 : COPY . . [2021-02-05T05:40:30.912Z] ---> 866988b38ade [2021-02-05T05:40:30.912Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T05:40:30.912Z] ---> Running in 8448156eddb4 [2021-02-05T05:40:30.912Z] ---> 946d2bcdea7c [2021-02-05T05:40:30.912Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T05:40:30.912Z] ---> Running in 35d14c3c3a5f [2021-02-05T05:40:31.193Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T05:40:31.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:41:28.245Z] Removing intermediate container 0748da4edeaf [2021-02-05T05:41:28.245Z] ---> 6d91f1f45054 [2021-02-05T05:41:28.245Z] [2021-02-05T05:41:28.245Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:41:28.245Z] ---> afeebe901d6b [2021-02-05T05:41:28.245Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:41:28.245Z] ---> Using cache [2021-02-05T05:41:28.245Z] ---> 75768680cfd9 [2021-02-05T05:41:28.245Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:41:28.245Z] ---> Using cache [2021-02-05T05:41:28.245Z] ---> 363b1e7b907c [2021-02-05T05:41:28.245Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T05:41:28.245Z] ---> Running in db26996bba0f [2021-02-05T05:41:28.245Z] Removing intermediate container db26996bba0f [2021-02-05T05:41:28.245Z] ---> 9c839edab52b [2021-02-05T05:41:28.245Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T05:41:28.245Z] ---> Running in 03161776ac69 [2021-02-05T05:41:28.245Z] Removing intermediate container 03161776ac69 [2021-02-05T05:41:28.245Z] ---> f36afcb52d7c [2021-02-05T05:41:28.245Z] Step 15/23 : WORKDIR / [2021-02-05T05:41:28.245Z] ---> Running in 22eccd938506 [2021-02-05T05:41:28.525Z] Removing intermediate container 22eccd938506 [2021-02-05T05:41:28.525Z] ---> 0d67b097a327 [2021-02-05T05:41:28.525Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:41:30.517Z] ---> af707dd032a1 [2021-02-05T05:41:30.517Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T05:41:33.151Z] Removing intermediate container fe58b776d289 [2021-02-05T05:41:33.151Z] ---> 045bb5c3f296 [2021-02-05T05:41:33.151Z] [2021-02-05T05:41:33.151Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T05:41:33.151Z] ---> afeebe901d6b [2021-02-05T05:41:33.151Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:41:33.151Z] ---> Using cache [2021-02-05T05:41:33.151Z] ---> 75768680cfd9 [2021-02-05T05:41:33.151Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:41:33.151Z] ---> Using cache [2021-02-05T05:41:33.151Z] ---> 363b1e7b907c [2021-02-05T05:41:33.151Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T05:41:33.151Z] ---> db190d543360 [2021-02-05T05:41:33.151Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T05:41:33.151Z] ---> Running in 69d8c0d3dbf8 [2021-02-05T05:41:34.158Z] Removing intermediate container 69d8c0d3dbf8 [2021-02-05T05:41:34.158Z] ---> f7368e1acf21 [2021-02-05T05:41:34.158Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T05:41:34.158Z] ---> Running in 5ef6bb353d6b [2021-02-05T05:41:34.447Z] ---> df24bdbf0bef [2021-02-05T05:41:34.447Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T05:41:34.447Z] ---> Running in 21dd8e2e1097 [2021-02-05T05:41:35.049Z] Removing intermediate container 5ef6bb353d6b [2021-02-05T05:41:35.049Z] ---> 1c288575d5b4 [2021-02-05T05:41:35.049Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:41:35.330Z] Removing intermediate container 21dd8e2e1097 [2021-02-05T05:41:35.330Z] ---> f007fd8b2d72 [2021-02-05T05:41:35.330Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:41:35.604Z] ---> Running in 67c0d9050698 [2021-02-05T05:41:36.208Z] ---> 285253b313cf [2021-02-05T05:41:36.208Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T05:41:36.489Z] Removing intermediate container 67c0d9050698 [2021-02-05T05:41:36.489Z] ---> f0e5634abc28 [2021-02-05T05:41:36.489Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T05:41:36.762Z] ---> Running in 7623e4446bbf [2021-02-05T05:41:37.361Z] Removing intermediate container 7623e4446bbf [2021-02-05T05:41:37.645Z] ---> 2e916958057b [2021-02-05T05:41:37.645Z] Step 22/23 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:41:37.645Z] ---> Running in ac54458f0e33 [2021-02-05T05:41:38.256Z] ---> 7ce8c9c439dc [2021-02-05T05:41:38.256Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T05:41:38.538Z] Removing intermediate container ac54458f0e33 [2021-02-05T05:41:38.538Z] ---> 106c00a528bb [2021-02-05T05:41:38.538Z] Step 23/23 : LABEL version=2.0.0-dev.78 [2021-02-05T05:41:38.815Z] ---> Running in 434a1f4dcfbf [2021-02-05T05:41:39.801Z] Removing intermediate container 434a1f4dcfbf [2021-02-05T05:41:39.801Z] ---> 57e227ebb9e4 [2021-02-05T05:41:39.801Z] [2021-02-05T05:41:39.801Z] ---> f7c1e79ed704 [2021-02-05T05:41:39.801Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T05:41:40.077Z] Successfully built 57e227ebb9e4 [2021-02-05T05:41:40.077Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T05:41:40.350Z]  Building docker-core-metadata-go ... done  ---> Running in 330d262a71b8 [2021-02-05T05:41:40.950Z] Removing intermediate container 330d262a71b8 [2021-02-05T05:41:40.951Z] ---> cd387cb446cd [2021-02-05T05:41:40.951Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:41:41.226Z] ---> Running in aab83cfc1629 [2021-02-05T05:41:42.210Z] Removing intermediate container aab83cfc1629 [2021-02-05T05:41:42.210Z] ---> 902290c7664f [2021-02-05T05:41:42.210Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T05:41:42.484Z] ---> Running in a22fb972f44e [2021-02-05T05:41:43.468Z] Removing intermediate container a22fb972f44e [2021-02-05T05:41:43.468Z] ---> 30bcec56d08d [2021-02-05T05:41:43.468Z] Step 21/22 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:41:43.745Z] ---> Running in d7e44c2b4687 [2021-02-05T05:41:44.732Z] Removing intermediate container d7e44c2b4687 [2021-02-05T05:41:44.732Z] ---> 84c34c26b65e [2021-02-05T05:41:45.012Z] Step 22/22 : LABEL version=2.0.0-dev.78 [2021-02-05T05:41:45.295Z] ---> Running in 9533a322e3c8 [2021-02-05T05:41:45.295Z] Removing intermediate container 35d14c3c3a5f [2021-02-05T05:41:45.295Z] ---> cc253e1e6085 [2021-02-05T05:41:45.295Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T05:41:45.570Z] ---> Running in 6ecf723066ba [2021-02-05T05:41:45.848Z] Removing intermediate container 9533a322e3c8 [2021-02-05T05:41:45.848Z] ---> bc46daa25c4e [2021-02-05T05:41:45.848Z] [2021-02-05T05:41:46.462Z] Successfully built bc46daa25c4e [2021-02-05T05:41:46.462Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T05:41:47.061Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.78" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T05:41:50.444Z] Removing intermediate container 6ecf723066ba [2021-02-05T05:41:50.444Z] ---> a339b36edd8d [2021-02-05T05:41:50.444Z] [2021-02-05T05:41:50.444Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T05:41:50.444Z] 20.10.0: Pulling from library/docker [2021-02-05T05:42:02.831Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T05:42:02.831Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T05:42:02.831Z] ---> eeaf43b92773 [2021-02-05T05:42:02.831Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T05:42:02.831Z] ---> Running in b4da8c19ec70 [2021-02-05T05:42:02.831Z] Removing intermediate container 8448156eddb4 [2021-02-05T05:42:02.831Z] ---> 593d7795f6e7 [2021-02-05T05:42:02.831Z] [2021-02-05T05:42:02.831Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:42:02.831Z] ---> afeebe901d6b [2021-02-05T05:42:02.831Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T05:42:02.831Z] ---> Running in b12ae7bd4c5f [2021-02-05T05:42:02.831Z] Removing intermediate container b12ae7bd4c5f [2021-02-05T05:42:02.831Z] ---> 68f3b1402827 [2021-02-05T05:42:02.831Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T05:42:03.102Z] ---> Running in fc366266ddfb [2021-02-05T05:42:03.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:03.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:03.371Z] Removing intermediate container fc366266ddfb [2021-02-05T05:42:03.371Z] ---> 86e0733d1f89 [2021-02-05T05:42:03.371Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T05:42:03.643Z] ---> Running in aacbe6901c2e [2021-02-05T05:42:03.916Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T05:42:03.916Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T05:42:03.916Z] Executing bash-5.0.17-r0.post-install [2021-02-05T05:42:03.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:42:03.917Z] OK: 12 MiB in 22 packages [2021-02-05T05:42:04.186Z] Removing intermediate container aacbe6901c2e [2021-02-05T05:42:04.186Z] ---> 42403c58f72a [2021-02-05T05:42:04.186Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:42:04.186Z] ---> Running in dc2f9475a814 [2021-02-05T05:42:05.176Z] Removing intermediate container b4da8c19ec70 [2021-02-05T05:42:05.176Z] ---> 0422f7336f50 [2021-02-05T05:42:05.176Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T05:42:05.449Z] ---> Running in 6d0ab14ee534 [2021-02-05T05:42:06.038Z] Removing intermediate container 6d0ab14ee534 [2021-02-05T05:42:06.038Z] ---> 3f97e3a098e9 [2021-02-05T05:42:06.038Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T05:42:06.038Z] ---> Running in 6411af27b5fe [2021-02-05T05:42:06.310Z] Removing intermediate container dc2f9475a814 [2021-02-05T05:42:06.310Z] ---> b713c86eff62 [2021-02-05T05:42:06.310Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T05:42:06.581Z] ---> Running in 043a3d738a7c [2021-02-05T05:42:06.581Z] Removing intermediate container 6411af27b5fe [2021-02-05T05:42:06.581Z] ---> a408aee87e24 [2021-02-05T05:42:06.581Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T05:42:06.853Z] ---> Running in b5e7816580a1 [2021-02-05T05:42:07.444Z] Removing intermediate container b5e7816580a1 [2021-02-05T05:42:07.444Z] ---> 0e5ecae5d344 [2021-02-05T05:42:07.444Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T05:42:07.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:08.320Z] ---> 0c12e8c7f9bc [2021-02-05T05:42:08.320Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T05:42:08.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:09.188Z] ---> 36d9abf2e105 [2021-02-05T05:42:09.188Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T05:42:09.188Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T05:42:09.460Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T05:42:09.460Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T05:42:09.460Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T05:42:09.732Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T05:42:09.732Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T05:42:10.010Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:42:10.010Z] OK: 8 MiB in 20 packages [2021-02-05T05:42:10.285Z] ---> 87b8653b37e4 [2021-02-05T05:42:10.285Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T05:42:10.559Z] ---> Running in ce0ae424446a [2021-02-05T05:42:11.159Z] Removing intermediate container 043a3d738a7c [2021-02-05T05:42:11.159Z] ---> 36bdfb5cbacb [2021-02-05T05:42:11.159Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:42:11.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:11.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:12.027Z] ---> ce2321a277d4 [2021-02-05T05:42:12.027Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T05:42:12.303Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T05:42:12.303Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T05:42:12.303Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T05:42:12.303Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T05:42:12.303Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T05:42:12.303Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T05:42:12.572Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T05:42:14.000Z] ---> 39d6a73fa755 [2021-02-05T05:42:14.000Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T05:42:14.271Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T05:42:14.271Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T05:42:14.271Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T05:42:14.271Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T05:42:14.271Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T05:42:14.271Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T05:42:14.542Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T05:42:14.542Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T05:42:14.542Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T05:42:14.542Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T05:42:14.542Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T05:42:14.824Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T05:42:14.824Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T05:42:14.824Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T05:42:14.824Z] ---> 8de6d7afacce [2021-02-05T05:42:14.824Z] Step 19/23 : ENTRYPOINT ["/core-data"](22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T05:42:14.824Z] [2021-02-05T05:42:14.824Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T05:42:14.824Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T05:42:14.824Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T05:42:14.824Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T05:42:14.824Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T05:42:14.824Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T05:42:14.824Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T05:42:14.824Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T05:42:14.824Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T05:42:14.824Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T05:42:14.824Z] ---> Running in c4f81b65ba0f [2021-02-05T05:42:14.824Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T05:42:15.097Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:42:15.097Z] OK: 71 MiB in 55 packages [2021-02-05T05:42:15.376Z] Removing intermediate container c4f81b65ba0f [2021-02-05T05:42:15.376Z] ---> f196551304a3 [2021-02-05T05:42:15.376Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:42:15.650Z] ---> Running in c5fda93f9070 [2021-02-05T05:42:16.245Z] Removing intermediate container c5fda93f9070 [2021-02-05T05:42:16.245Z] ---> d3f48bf0cb20 [2021-02-05T05:42:16.245Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T05:42:16.245Z] ---> Running in 3c09bd9562f4 [2021-02-05T05:42:16.846Z] Removing intermediate container 3c09bd9562f4 [2021-02-05T05:42:16.846Z] ---> d8e1564e9aac [2021-02-05T05:42:16.846Z] Step 22/23 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:42:17.121Z] ---> Running in feb16f49d48a [2021-02-05T05:42:17.720Z] Removing intermediate container feb16f49d48a [2021-02-05T05:42:17.720Z] ---> a21bcd68cc23 [2021-02-05T05:42:17.720Z] Step 23/23 : LABEL version=2.0.0-dev.78 [2021-02-05T05:42:17.993Z] ---> Running in a37b051a895f [2021-02-05T05:42:18.592Z] Removing intermediate container a37b051a895f [2021-02-05T05:42:18.592Z] ---> 470f3a0a7981 [2021-02-05T05:42:18.592Z] [2021-02-05T05:42:18.866Z] Successfully built 470f3a0a7981 [2021-02-05T05:42:18.866Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T05:42:20.832Z]  Building docker-core-data-go ... done Removing intermediate container ce0ae424446a [2021-02-05T05:42:20.832Z] ---> a1233ccf23fc [2021-02-05T05:42:20.832Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T05:42:21.107Z] ---> Running in 05bb59c1d6d7 [2021-02-05T05:42:25.394Z] Collecting docker-compose==1.23.2 [2021-02-05T05:42:25.664Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T05:42:26.634Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T05:42:26.634Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T05:42:27.603Z] Collecting PyYAML<4,>=3.10 [2021-02-05T05:42:27.874Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T05:42:31.240Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T05:42:31.240Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T05:42:32.662Z] 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-05T05:42:33.631Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T05:42:33.631Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T05:42:33.911Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T05:42:33.911Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T05:42:35.874Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T05:42:35.874Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T05:42:36.466Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T05:42:36.466Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T05:42:37.055Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T05:42:37.055Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T05:42:39.701Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T05:42:39.701Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T05:42:39.701Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T05:42:39.701Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T05:42:40.677Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T05:42:40.677Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T05:42:40.677Z] 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-05T05:42:40.677Z] 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-05T05:42:40.949Z] Collecting idna<2.8,>=2.5 [2021-02-05T05:42:40.949Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T05:42:41.219Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T05:42:41.219Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T05:42:41.219Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T05:42:41.219Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T05:42:41.808Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docopt, cached-property, texttable, jsonschema, docker-compose [2021-02-05T05:42:41.808Z] Attempting uninstall: urllib3 [2021-02-05T05:42:41.808Z] Found existing installation: urllib3 1.25.9 [2021-02-05T05:42:41.808Z] Uninstalling urllib3-1.25.9: [2021-02-05T05:42:42.080Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T05:42:42.670Z] Attempting uninstall: idna [2021-02-05T05:42:42.670Z] Found existing installation: idna 2.9 [2021-02-05T05:42:42.670Z] Uninstalling idna-2.9: [2021-02-05T05:42:42.670Z] Successfully uninstalled idna-2.9 [2021-02-05T05:42:43.262Z] Attempting uninstall: requests [2021-02-05T05:42:43.262Z] Found existing installation: requests 2.23.0 [2021-02-05T05:42:43.262Z] Uninstalling requests-2.23.0: [2021-02-05T05:42:43.533Z] Successfully uninstalled requests-2.23.0 [2021-02-05T05:42:44.956Z] Running setup.py install for PyYAML: started [2021-02-05T05:42:46.915Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T05:42:46.915Z] Running setup.py install for dockerpty: started [2021-02-05T05:42:48.877Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T05:42:48.877Z] Running setup.py install for docopt: started [2021-02-05T05:42:50.300Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T05:42:50.300Z] Running setup.py install for texttable: started [2021-02-05T05:42:52.263Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T05:42:53.233Z] 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-05T05:42:57.516Z] Removing intermediate container 05bb59c1d6d7 [2021-02-05T05:42:57.516Z] ---> de2f51be3bfb [2021-02-05T05:42:57.516Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T05:42:57.516Z] ---> Running in 9bb058356acb [2021-02-05T05:42:58.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:58.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:42:58.970Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:42:58.970Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T05:42:58.970Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T05:42:58.970Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:42:58.970Z] OK: 71 MiB in 58 packages [2021-02-05T05:43:00.400Z] Removing intermediate container 9bb058356acb [2021-02-05T05:43:00.400Z] ---> a1ebf45433f9 [2021-02-05T05:43:00.400Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T05:43:00.400Z] ---> Running in ef2306ff7743 [2021-02-05T05:43:00.671Z] Removing intermediate container ef2306ff7743 [2021-02-05T05:43:00.671Z] ---> e2e5ca95acfa [2021-02-05T05:43:00.671Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:43:00.940Z] ---> Running in ee613f4293aa [2021-02-05T05:43:01.529Z] Removing intermediate container ee613f4293aa [2021-02-05T05:43:01.529Z] ---> 5c7ed10e8e20 [2021-02-05T05:43:01.529Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T05:43:01.529Z] ---> Running in f15e8b70eafe [2021-02-05T05:43:02.122Z] Removing intermediate container f15e8b70eafe [2021-02-05T05:43:02.122Z] ---> 11910fb58311 [2021-02-05T05:43:02.122Z] Step 25/26 : LABEL git_sha=a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:02.122Z] ---> Running in 819905ab4b8d [2021-02-05T05:43:02.717Z] Removing intermediate container 819905ab4b8d [2021-02-05T05:43:02.717Z] ---> c1727b6dece8 [2021-02-05T05:43:02.717Z] Step 26/26 : LABEL version=2.0.0-dev.78 [2021-02-05T05:43:02.717Z] ---> Running in 03c8f4c81886 [2021-02-05T05:43:03.310Z] Removing intermediate container 03c8f4c81886 [2021-02-05T05:43:03.311Z] ---> 5ff715911577 [2021-02-05T05:43:03.311Z] [2021-02-05T05:43:03.584Z] Successfully built 5ff715911577 [2021-02-05T05:43:03.584Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T05:43:03.871Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T05:43:03.871Z] $ docker stop --time=1 77ba06a95bbd51b58cbf4494413a56f74f1ab754599980642582e871b4dd0158 [2021-02-05T05:43:05.789Z] $ docker rm -f 77ba06a95bbd51b58cbf4494413a56f74f1ab754599980642582e871b4dd0158 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T05:43:06.450Z] + docker images [2021-02-05T05:43:06.451Z] + grep docker [2021-02-05T05:43:06.724Z] docker-sys-mgmt-agent-go-arm64 latest 5ff715911577 4 seconds ago 300MB [2021-02-05T05:43:06.724Z] docker-core-data-go-arm64 latest 470f3a0a7981 48 seconds ago 21MB [2021-02-05T05:43:06.724Z] docker-support-scheduler-go-arm64 latest bc46daa25c4e About a minute ago 16.1MB [2021-02-05T05:43:06.724Z] docker-core-metadata-go-arm64 latest 57e227ebb9e4 About a minute ago 17.7MB [2021-02-05T05:43:06.724Z] docker-security-bootstrapper-go-arm64 latest 57163b6bd868 3 minutes ago 22.6MB [2021-02-05T05:43:06.724Z] docker-core-command-go-arm64 latest 305809226d80 3 minutes ago 16MB [2021-02-05T05:43:06.724Z] docker-support-notifications-go-arm64 latest cfecee7c846f 3 minutes ago 16.7MB [2021-02-05T05:43:06.724Z] docker-security-secretstore-setup-go-arm64 latest 2e3fb82bcde0 3 minutes ago 23.4MB [2021-02-05T05:43:06.724Z] docker-security-proxy-setup-go-arm64 latest afa346d60de4 3 minutes ago 23.2MB [2021-02-05T05:43:06.724Z] 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-05T05:43:07.225Z] provisioning config files... [2021-02-05T05:43:07.257Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/343@tmp/config3300509123458695023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:43:07.660Z] ---> docker-login.sh [2021-02-05T05:43:07.660Z] nexus3.edgexfoundry.org:10001 [2021-02-05T05:43:07.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:43:08.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:43:08.201Z] Configure a credential helper to remove this warning. See [2021-02-05T05:43:08.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:43:08.201Z] [2021-02-05T05:43:08.201Z] Login Succeeded [2021-02-05T05:43:08.201Z] nexus3.edgexfoundry.org:10002 [2021-02-05T05:43:08.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:43:08.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:43:08.744Z] Configure a credential helper to remove this warning. See [2021-02-05T05:43:08.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:43:08.744Z] [2021-02-05T05:43:08.744Z] Login Succeeded [2021-02-05T05:43:08.744Z] nexus3.edgexfoundry.org:10003 [2021-02-05T05:43:09.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:43:09.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:43:09.287Z] Configure a credential helper to remove this warning. See [2021-02-05T05:43:09.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:43:09.287Z] [2021-02-05T05:43:09.287Z] Login Succeeded [2021-02-05T05:43:09.287Z] nexus3.edgexfoundry.org:10004 [2021-02-05T05:43:09.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:43:09.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:43:09.832Z] Configure a credential helper to remove this warning. See [2021-02-05T05:43:09.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:43:09.832Z] [2021-02-05T05:43:09.832Z] Login Succeeded [2021-02-05T05:43:09.832Z] docker.io [2021-02-05T05:43:10.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:43:10.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:43:10.694Z] Configure a credential helper to remove this warning. See [2021-02-05T05:43:10.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:43:10.694Z] [2021-02-05T05:43:10.694Z] Login Succeeded [2021-02-05T05:43:10.694Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T05:43:10.710Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:10.914Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-05T05:43:10.914Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:10.914Z] 2.0.0-dev.78 [2021-02-05T05:43:10.914Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:10.914Z] master [2021-02-05T05:43:10.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:11.393Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:11.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:11.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T05:43:11.720Z] 2aa58a5c1b30: Preparing [2021-02-05T05:43:11.720Z] 79bb52763b24: Preparing [2021-02-05T05:43:11.720Z] a04c1a25f216: Preparing [2021-02-05T05:43:11.720Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:11.720Z] 379067d0cb53: Preparing [2021-02-05T05:43:11.999Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:11.999Z] 2aa58a5c1b30: Pushed [2021-02-05T05:43:11.999Z] a04c1a25f216: Pushed [2021-02-05T05:43:11.999Z] 0d4fd91d124f: Pushed [2021-02-05T05:43:14.599Z] 79bb52763b24: Pushed [2021-02-05T05:43:14.870Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:262da9a8cba3910385c02b166a854921f99158babff82446f79e460f5cfb9448 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:15.215Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:15.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:15.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T05:43:15.544Z] 2aa58a5c1b30: Preparing [2021-02-05T05:43:15.544Z] 79bb52763b24: Preparing [2021-02-05T05:43:15.544Z] a04c1a25f216: Preparing [2021-02-05T05:43:15.544Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:15.544Z] 379067d0cb53: Preparing [2021-02-05T05:43:15.544Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:43:15.544Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:15.544Z] 2aa58a5c1b30: Layer already exists [2021-02-05T05:43:15.817Z] 79bb52763b24: Layer already exists [2021-02-05T05:43:15.817Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:15.817Z] 2.0.0-dev.78: digest: sha256:262da9a8cba3910385c02b166a854921f99158babff82446f79e460f5cfb9448 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:16.151Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:16.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:16.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T05:43:16.486Z] 2aa58a5c1b30: Preparing [2021-02-05T05:43:16.486Z] 79bb52763b24: Preparing [2021-02-05T05:43:16.486Z] a04c1a25f216: Preparing [2021-02-05T05:43:16.486Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:16.486Z] 379067d0cb53: Preparing [2021-02-05T05:43:16.486Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:16.486Z] 79bb52763b24: Layer already exists [2021-02-05T05:43:16.486Z] 2aa58a5c1b30: Layer already exists [2021-02-05T05:43:16.486Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:43:16.486Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:16.757Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:262da9a8cba3910385c02b166a854921f99158babff82446f79e460f5cfb9448 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:17.100Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:17.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-05T05:43:17.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T05:43:17.443Z] 2aa58a5c1b30: Preparing [2021-02-05T05:43:17.443Z] 79bb52763b24: Preparing [2021-02-05T05:43:17.443Z] a04c1a25f216: Preparing [2021-02-05T05:43:17.443Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:17.443Z] 379067d0cb53: Preparing [2021-02-05T05:43:17.719Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:43:17.719Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:17.719Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:17.719Z] 2aa58a5c1b30: Layer already exists [2021-02-05T05:43:17.719Z] 79bb52763b24: Layer already exists [2021-02-05T05:43:17.719Z] master: digest: sha256:262da9a8cba3910385c02b166a854921f99158babff82446f79e460f5cfb9448 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:17.902Z] ===================================================== [Pipeline] echo [2021-02-05T05:43:17.947Z] taggedImages: [2021-02-05T05:43:17.947Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:17.947Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:17.947Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:17.947Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-05T05:43:18.011Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-05T05:43:18.011Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:18.011Z] 2.0.0-dev.78 [2021-02-05T05:43:18.011Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:18.011Z] master [2021-02-05T05:43:18.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:18.503Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:18.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:18.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T05:43:18.844Z] 211072e4ffdb: Preparing [2021-02-05T05:43:18.844Z] 145c88bff85a: Preparing [2021-02-05T05:43:18.844Z] a04c1a25f216: Preparing [2021-02-05T05:43:18.844Z] c6ac951bc5e1: Preparing [2021-02-05T05:43:18.844Z] 31b44ed6c164: Preparing [2021-02-05T05:43:18.844Z] 379067d0cb53: Preparing [2021-02-05T05:43:18.844Z] 379067d0cb53: Waiting [2021-02-05T05:43:19.122Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:19.122Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:19.122Z] 31b44ed6c164: Pushed [2021-02-05T05:43:19.122Z] 211072e4ffdb: Pushed [2021-02-05T05:43:19.714Z] c6ac951bc5e1: Pushed [2021-02-05T05:43:22.337Z] 145c88bff85a: Pushed [2021-02-05T05:43:22.337Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:42a2f1ba6da46b0a1fdd55e34c73366c7434c1b2dc27e2f32a37cea4d5c97ffa size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:22.698Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:23.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:23.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T05:43:23.053Z] 211072e4ffdb: Preparing [2021-02-05T05:43:23.053Z] 145c88bff85a: Preparing [2021-02-05T05:43:23.053Z] a04c1a25f216: Preparing [2021-02-05T05:43:23.053Z] c6ac951bc5e1: Preparing [2021-02-05T05:43:23.053Z] 31b44ed6c164: Preparing [2021-02-05T05:43:23.053Z] 379067d0cb53: Preparing [2021-02-05T05:43:23.053Z] 379067d0cb53: Waiting [2021-02-05T05:43:23.053Z] c6ac951bc5e1: Layer already exists [2021-02-05T05:43:23.053Z] 211072e4ffdb: Layer already exists [2021-02-05T05:43:23.053Z] 31b44ed6c164: Layer already exists [2021-02-05T05:43:23.053Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:23.053Z] 145c88bff85a: Layer already exists [2021-02-05T05:43:23.328Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:23.328Z] 2.0.0-dev.78: digest: sha256:42a2f1ba6da46b0a1fdd55e34c73366c7434c1b2dc27e2f32a37cea4d5c97ffa size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:23.663Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:23.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:23.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T05:43:23.998Z] 211072e4ffdb: Preparing [2021-02-05T05:43:23.998Z] 145c88bff85a: Preparing [2021-02-05T05:43:23.998Z] a04c1a25f216: Preparing [2021-02-05T05:43:23.998Z] c6ac951bc5e1: Preparing [2021-02-05T05:43:23.998Z] 31b44ed6c164: Preparing [2021-02-05T05:43:23.998Z] 379067d0cb53: Preparing [2021-02-05T05:43:23.998Z] 379067d0cb53: Waiting [2021-02-05T05:43:23.998Z] 31b44ed6c164: Layer already exists [2021-02-05T05:43:23.998Z] 211072e4ffdb: Layer already exists [2021-02-05T05:43:23.998Z] c6ac951bc5e1: Layer already exists [2021-02-05T05:43:23.998Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:23.998Z] 145c88bff85a: Layer already exists [2021-02-05T05:43:23.998Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:24.268Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:42a2f1ba6da46b0a1fdd55e34c73366c7434c1b2dc27e2f32a37cea4d5c97ffa size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:24.603Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:24.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-05T05:43:24.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T05:43:24.941Z] 211072e4ffdb: Preparing [2021-02-05T05:43:24.941Z] 145c88bff85a: Preparing [2021-02-05T05:43:24.941Z] a04c1a25f216: Preparing [2021-02-05T05:43:24.941Z] c6ac951bc5e1: Preparing [2021-02-05T05:43:24.941Z] 31b44ed6c164: Preparing [2021-02-05T05:43:24.941Z] 379067d0cb53: Preparing [2021-02-05T05:43:24.941Z] 379067d0cb53: Waiting [2021-02-05T05:43:24.941Z] c6ac951bc5e1: Layer already exists [2021-02-05T05:43:24.941Z] 145c88bff85a: Layer already exists [2021-02-05T05:43:24.941Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:24.941Z] 211072e4ffdb: Layer already exists [2021-02-05T05:43:25.211Z] 31b44ed6c164: Layer already exists [2021-02-05T05:43:25.211Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:25.211Z] master: digest: sha256:42a2f1ba6da46b0a1fdd55e34c73366c7434c1b2dc27e2f32a37cea4d5c97ffa size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:25.471Z] ===================================================== [Pipeline] echo [2021-02-05T05:43:25.517Z] taggedImages: [2021-02-05T05:43:25.517Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:25.517Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:25.517Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:25.517Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-05T05:43:25.580Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-05T05:43:25.580Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:25.580Z] 2.0.0-dev.78 [2021-02-05T05:43:25.580Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:25.580Z] master [2021-02-05T05:43:25.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:26.071Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:26.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:26.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T05:43:26.402Z] 70bda466c055: Preparing [2021-02-05T05:43:26.402Z] f197d32a4891: Preparing [2021-02-05T05:43:26.402Z] a04c1a25f216: Preparing [2021-02-05T05:43:26.402Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:26.402Z] 379067d0cb53: Preparing [2021-02-05T05:43:26.683Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:43:26.683Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:26.683Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:26.683Z] 70bda466c055: Pushed [2021-02-05T05:43:30.064Z] f197d32a4891: Pushed [2021-02-05T05:43:30.064Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:efe7100b5971d9ee124ac28e7a87d7f0d6fa745a85c10e900dc399636070d82b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:30.401Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:30.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:30.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T05:43:30.766Z] 70bda466c055: Preparing [2021-02-05T05:43:30.766Z] f197d32a4891: Preparing [2021-02-05T05:43:30.766Z] a04c1a25f216: Preparing [2021-02-05T05:43:30.766Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:30.766Z] 379067d0cb53: Preparing [2021-02-05T05:43:30.766Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:43:30.766Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:30.766Z] 70bda466c055: Layer already exists [2021-02-05T05:43:30.766Z] f197d32a4891: Layer already exists [2021-02-05T05:43:31.039Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:31.039Z] 2.0.0-dev.78: digest: sha256:efe7100b5971d9ee124ac28e7a87d7f0d6fa745a85c10e900dc399636070d82b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:31.383Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:31.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:31.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T05:43:31.730Z] 70bda466c055: Preparing [2021-02-05T05:43:31.730Z] f197d32a4891: Preparing [2021-02-05T05:43:31.730Z] a04c1a25f216: Preparing [2021-02-05T05:43:31.730Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:31.730Z] 379067d0cb53: Preparing [2021-02-05T05:43:32.006Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:32.006Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:32.006Z] f197d32a4891: Layer already exists [2021-02-05T05:43:32.006Z] 70bda466c055: Layer already exists [2021-02-05T05:43:32.006Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:43:32.006Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:efe7100b5971d9ee124ac28e7a87d7f0d6fa745a85c10e900dc399636070d82b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:32.355Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:32.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-05T05:43:32.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T05:43:32.701Z] 70bda466c055: Preparing [2021-02-05T05:43:32.701Z] f197d32a4891: Preparing [2021-02-05T05:43:32.701Z] a04c1a25f216: Preparing [2021-02-05T05:43:32.701Z] 0d4fd91d124f: Preparing [2021-02-05T05:43:32.701Z] 379067d0cb53: Preparing [2021-02-05T05:43:32.701Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:32.701Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:43:32.701Z] 70bda466c055: Layer already exists [2021-02-05T05:43:32.701Z] f197d32a4891: Layer already exists [2021-02-05T05:43:32.701Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:32.977Z] master: digest: sha256:efe7100b5971d9ee124ac28e7a87d7f0d6fa745a85c10e900dc399636070d82b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:33.173Z] ===================================================== [Pipeline] echo [2021-02-05T05:43:33.225Z] taggedImages: [2021-02-05T05:43:33.225Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:33.225Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:33.225Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:33.225Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-05T05:43:33.289Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-05T05:43:33.289Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:33.289Z] 2.0.0-dev.78 [2021-02-05T05:43:33.289Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:33.289Z] master [2021-02-05T05:43:33.289Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:33.816Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:34.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:34.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T05:43:34.178Z] f337e07e3409: Preparing [2021-02-05T05:43:34.178Z] f337e07e3409: Preparing [2021-02-05T05:43:34.178Z] 17524aa7d3ca: Preparing [2021-02-05T05:43:34.178Z] 7cbfda21bcde: Preparing [2021-02-05T05:43:34.178Z] 618b94cb3542: Preparing [2021-02-05T05:43:34.178Z] 30c024fa8e67: Preparing [2021-02-05T05:43:34.178Z] a04c1a25f216: Preparing [2021-02-05T05:43:34.178Z] 43ebb88279d2: Preparing [2021-02-05T05:43:34.178Z] 43ebb88279d2: Preparing [2021-02-05T05:43:34.178Z] a8ed0ba10ea9: Preparing [2021-02-05T05:43:34.178Z] 920580e9acb5: Preparing [2021-02-05T05:43:34.178Z] 379067d0cb53: Preparing [2021-02-05T05:43:34.178Z] a8ed0ba10ea9: Waiting [2021-02-05T05:43:34.178Z] a04c1a25f216: Waiting [2021-02-05T05:43:34.178Z] 920580e9acb5: Waiting [2021-02-05T05:43:34.178Z] 379067d0cb53: Waiting [2021-02-05T05:43:34.178Z] 43ebb88279d2: Waiting [2021-02-05T05:43:34.457Z] 17524aa7d3ca: Pushed [2021-02-05T05:43:34.457Z] f337e07e3409: Pushed [2021-02-05T05:43:34.457Z] 618b94cb3542: Pushed [2021-02-05T05:43:34.457Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:34.727Z] 43ebb88279d2: Pushed [2021-02-05T05:43:34.727Z] a8ed0ba10ea9: Pushed [2021-02-05T05:43:34.727Z] 920580e9acb5: Pushed [2021-02-05T05:43:34.727Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:36.691Z] 7cbfda21bcde: Pushed [2021-02-05T05:43:36.691Z] 30c024fa8e67: Pushed [2021-02-05T05:43:36.961Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:9786333c67d97f9a627559b9554a24c5b03ba546e0592e969d06596b84af11ea size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:37.327Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:37.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:37.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T05:43:37.681Z] f337e07e3409: Preparing [2021-02-05T05:43:37.681Z] f337e07e3409: Preparing [2021-02-05T05:43:37.681Z] 17524aa7d3ca: Preparing [2021-02-05T05:43:37.681Z] 7cbfda21bcde: Preparing [2021-02-05T05:43:37.681Z] 618b94cb3542: Preparing [2021-02-05T05:43:37.681Z] 30c024fa8e67: Preparing [2021-02-05T05:43:37.681Z] a04c1a25f216: Preparing [2021-02-05T05:43:37.681Z] 43ebb88279d2: Preparing [2021-02-05T05:43:37.681Z] 43ebb88279d2: Preparing [2021-02-05T05:43:37.681Z] a8ed0ba10ea9: Preparing [2021-02-05T05:43:37.681Z] 920580e9acb5: Preparing [2021-02-05T05:43:37.681Z] 379067d0cb53: Preparing [2021-02-05T05:43:37.681Z] a8ed0ba10ea9: Waiting [2021-02-05T05:43:37.681Z] 920580e9acb5: Waiting [2021-02-05T05:43:37.681Z] 379067d0cb53: Waiting [2021-02-05T05:43:37.681Z] 43ebb88279d2: Waiting [2021-02-05T05:43:37.681Z] a04c1a25f216: Waiting [2021-02-05T05:43:37.951Z] f337e07e3409: Layer already exists [2021-02-05T05:43:37.951Z] 17524aa7d3ca: Layer already exists [2021-02-05T05:43:37.951Z] 7cbfda21bcde: Layer already exists [2021-02-05T05:43:37.951Z] 618b94cb3542: Layer already exists [2021-02-05T05:43:37.951Z] 30c024fa8e67: Layer already exists [2021-02-05T05:43:37.951Z] 43ebb88279d2: Layer already exists [2021-02-05T05:43:37.951Z] a8ed0ba10ea9: Layer already exists [2021-02-05T05:43:37.951Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:37.951Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:37.951Z] 920580e9acb5: Layer already exists [2021-02-05T05:43:37.951Z] 2.0.0-dev.78: digest: sha256:9786333c67d97f9a627559b9554a24c5b03ba546e0592e969d06596b84af11ea size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:38.285Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:38.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:38.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T05:43:38.624Z] f337e07e3409: Preparing [2021-02-05T05:43:38.624Z] f337e07e3409: Preparing [2021-02-05T05:43:38.624Z] 17524aa7d3ca: Preparing [2021-02-05T05:43:38.624Z] 7cbfda21bcde: Preparing [2021-02-05T05:43:38.624Z] 618b94cb3542: Preparing [2021-02-05T05:43:38.624Z] 30c024fa8e67: Preparing [2021-02-05T05:43:38.624Z] a04c1a25f216: Preparing [2021-02-05T05:43:38.624Z] 43ebb88279d2: Preparing [2021-02-05T05:43:38.624Z] 43ebb88279d2: Preparing [2021-02-05T05:43:38.624Z] a8ed0ba10ea9: Preparing [2021-02-05T05:43:38.624Z] 920580e9acb5: Preparing [2021-02-05T05:43:38.624Z] 379067d0cb53: Preparing [2021-02-05T05:43:38.624Z] a04c1a25f216: Waiting [2021-02-05T05:43:38.624Z] a8ed0ba10ea9: Waiting [2021-02-05T05:43:38.624Z] 379067d0cb53: Waiting [2021-02-05T05:43:38.624Z] 43ebb88279d2: Waiting [2021-02-05T05:43:38.624Z] 920580e9acb5: Waiting [2021-02-05T05:43:38.624Z] 30c024fa8e67: Layer already exists [2021-02-05T05:43:38.624Z] 7cbfda21bcde: Layer already exists [2021-02-05T05:43:38.624Z] 17524aa7d3ca: Layer already exists [2021-02-05T05:43:38.624Z] 618b94cb3542: Layer already exists [2021-02-05T05:43:38.624Z] f337e07e3409: Layer already exists [2021-02-05T05:43:38.624Z] a8ed0ba10ea9: Layer already exists [2021-02-05T05:43:38.624Z] 43ebb88279d2: Layer already exists [2021-02-05T05:43:38.624Z] 920580e9acb5: Layer already exists [2021-02-05T05:43:38.624Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:38.624Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:38.897Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:9786333c67d97f9a627559b9554a24c5b03ba546e0592e969d06596b84af11ea size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:39.238Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:39.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-05T05:43:39.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T05:43:39.566Z] f337e07e3409: Preparing [2021-02-05T05:43:39.566Z] f337e07e3409: Preparing [2021-02-05T05:43:39.566Z] 17524aa7d3ca: Preparing [2021-02-05T05:43:39.566Z] 7cbfda21bcde: Preparing [2021-02-05T05:43:39.566Z] 618b94cb3542: Preparing [2021-02-05T05:43:39.566Z] 30c024fa8e67: Preparing [2021-02-05T05:43:39.566Z] a04c1a25f216: Preparing [2021-02-05T05:43:39.566Z] 43ebb88279d2: Preparing [2021-02-05T05:43:39.566Z] 43ebb88279d2: Preparing [2021-02-05T05:43:39.566Z] a8ed0ba10ea9: Preparing [2021-02-05T05:43:39.566Z] 920580e9acb5: Preparing [2021-02-05T05:43:39.566Z] 379067d0cb53: Preparing [2021-02-05T05:43:39.566Z] a04c1a25f216: Waiting [2021-02-05T05:43:39.566Z] 43ebb88279d2: Waiting [2021-02-05T05:43:39.566Z] a8ed0ba10ea9: Waiting [2021-02-05T05:43:39.566Z] 920580e9acb5: Waiting [2021-02-05T05:43:39.566Z] 379067d0cb53: Waiting [2021-02-05T05:43:39.836Z] 17524aa7d3ca: Layer already exists [2021-02-05T05:43:39.836Z] 618b94cb3542: Layer already exists [2021-02-05T05:43:39.836Z] f337e07e3409: Layer already exists [2021-02-05T05:43:39.836Z] 7cbfda21bcde: Layer already exists [2021-02-05T05:43:39.836Z] 30c024fa8e67: Layer already exists [2021-02-05T05:43:39.836Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:39.836Z] 920580e9acb5: Layer already exists [2021-02-05T05:43:39.836Z] a8ed0ba10ea9: Layer already exists [2021-02-05T05:43:39.836Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:39.836Z] 43ebb88279d2: Layer already exists [2021-02-05T05:43:39.836Z] master: digest: sha256:9786333c67d97f9a627559b9554a24c5b03ba546e0592e969d06596b84af11ea size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:40.019Z] ===================================================== [Pipeline] echo [2021-02-05T05:43:40.079Z] taggedImages: [2021-02-05T05:43:40.079Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:40.079Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:40.079Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:40.079Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-05T05:43:40.139Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-05T05:43:40.139Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:40.139Z] 2.0.0-dev.78 [2021-02-05T05:43:40.139Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:40.139Z] master [2021-02-05T05:43:40.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:40.642Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:40.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:40.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T05:43:40.977Z] 992195bb7ac3: Preparing [2021-02-05T05:43:40.977Z] 485e9fc891f1: Preparing [2021-02-05T05:43:40.977Z] 03758b65ee3c: Preparing [2021-02-05T05:43:40.977Z] 0aaf3da65cca: Preparing [2021-02-05T05:43:40.977Z] c7aa6880ccab: Preparing [2021-02-05T05:43:40.977Z] 379067d0cb53: Preparing [2021-02-05T05:43:40.977Z] 379067d0cb53: Waiting [2021-02-05T05:43:41.248Z] 03758b65ee3c: Pushed [2021-02-05T05:43:41.248Z] 0aaf3da65cca: Pushed [2021-02-05T05:43:41.248Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:41.839Z] c7aa6880ccab: Pushed [2021-02-05T05:43:43.268Z] 992195bb7ac3: Pushed [2021-02-05T05:43:43.268Z] 485e9fc891f1: Pushed [2021-02-05T05:43:43.268Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:5bc2eab55af5f420329d59be2138fc9aec1ababfb806aee6124e21f585a61739 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:43.879Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:44.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:44.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T05:43:44.215Z] 992195bb7ac3: Preparing [2021-02-05T05:43:44.215Z] 485e9fc891f1: Preparing [2021-02-05T05:43:44.215Z] 03758b65ee3c: Preparing [2021-02-05T05:43:44.215Z] 0aaf3da65cca: Preparing [2021-02-05T05:43:44.215Z] c7aa6880ccab: Preparing [2021-02-05T05:43:44.215Z] 379067d0cb53: Preparing [2021-02-05T05:43:44.215Z] 379067d0cb53: Waiting [2021-02-05T05:43:44.215Z] 0aaf3da65cca: Layer already exists [2021-02-05T05:43:44.215Z] 485e9fc891f1: Layer already exists [2021-02-05T05:43:44.215Z] c7aa6880ccab: Layer already exists [2021-02-05T05:43:44.215Z] 992195bb7ac3: Layer already exists [2021-02-05T05:43:44.215Z] 03758b65ee3c: Layer already exists [2021-02-05T05:43:44.484Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:44.484Z] 2.0.0-dev.78: digest: sha256:5bc2eab55af5f420329d59be2138fc9aec1ababfb806aee6124e21f585a61739 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:44.838Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:45.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:45.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T05:43:45.192Z] 992195bb7ac3: Preparing [2021-02-05T05:43:45.192Z] 485e9fc891f1: Preparing [2021-02-05T05:43:45.192Z] 03758b65ee3c: Preparing [2021-02-05T05:43:45.192Z] 0aaf3da65cca: Preparing [2021-02-05T05:43:45.192Z] c7aa6880ccab: Preparing [2021-02-05T05:43:45.192Z] 379067d0cb53: Preparing [2021-02-05T05:43:45.192Z] 379067d0cb53: Waiting [2021-02-05T05:43:45.465Z] 992195bb7ac3: Layer already exists [2021-02-05T05:43:45.465Z] 485e9fc891f1: Layer already exists [2021-02-05T05:43:45.465Z] c7aa6880ccab: Layer already exists [2021-02-05T05:43:45.465Z] 03758b65ee3c: Layer already exists [2021-02-05T05:43:45.465Z] 0aaf3da65cca: Layer already exists [2021-02-05T05:43:45.465Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:45.465Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:5bc2eab55af5f420329d59be2138fc9aec1ababfb806aee6124e21f585a61739 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:45.818Z] + 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-05T05:43:46.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-05T05:43:46.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T05:43:46.160Z] 992195bb7ac3: Preparing [2021-02-05T05:43:46.160Z] 485e9fc891f1: Preparing [2021-02-05T05:43:46.160Z] 03758b65ee3c: Preparing [2021-02-05T05:43:46.160Z] 0aaf3da65cca: Preparing [2021-02-05T05:43:46.160Z] c7aa6880ccab: Preparing [2021-02-05T05:43:46.160Z] 379067d0cb53: Preparing [2021-02-05T05:43:46.160Z] 379067d0cb53: Waiting [2021-02-05T05:43:46.160Z] 0aaf3da65cca: Layer already exists [2021-02-05T05:43:46.160Z] 485e9fc891f1: Layer already exists [2021-02-05T05:43:46.160Z] 992195bb7ac3: Layer already exists [2021-02-05T05:43:46.160Z] c7aa6880ccab: Layer already exists [2021-02-05T05:43:46.430Z] 03758b65ee3c: Layer already exists [2021-02-05T05:43:46.430Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:46.430Z] master: digest: sha256:5bc2eab55af5f420329d59be2138fc9aec1ababfb806aee6124e21f585a61739 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:46.628Z] ===================================================== [Pipeline] echo [2021-02-05T05:43:46.692Z] taggedImages: [2021-02-05T05:43:46.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:46.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:46.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:46.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-05T05:43:46.789Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-05T05:43:46.789Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:46.789Z] 2.0.0-dev.78 [2021-02-05T05:43:46.789Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:46.789Z] master [2021-02-05T05:43:46.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:47.290Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:47.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:47.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T05:43:47.619Z] 55092b571eb7: Preparing [2021-02-05T05:43:47.619Z] 65a360f68d4d: Preparing [2021-02-05T05:43:47.619Z] b25d4c58d3a6: Preparing [2021-02-05T05:43:47.619Z] 2deb41535143: Preparing [2021-02-05T05:43:47.619Z] 60a44d89743e: Preparing [2021-02-05T05:43:47.619Z] 102c285e0ad2: Preparing [2021-02-05T05:43:47.619Z] 85ccc0a68615: Preparing [2021-02-05T05:43:47.619Z] e3ed0619f4bd: Preparing [2021-02-05T05:43:47.619Z] 379067d0cb53: Preparing [2021-02-05T05:43:47.619Z] 102c285e0ad2: Waiting [2021-02-05T05:43:47.619Z] 85ccc0a68615: Waiting [2021-02-05T05:43:47.619Z] e3ed0619f4bd: Waiting [2021-02-05T05:43:47.619Z] 379067d0cb53: Waiting [2021-02-05T05:43:47.893Z] 55092b571eb7: Pushed [2021-02-05T05:43:47.893Z] 60a44d89743e: Pushed [2021-02-05T05:43:47.893Z] 65a360f68d4d: Pushed [2021-02-05T05:43:48.167Z] 102c285e0ad2: Pushed [2021-02-05T05:43:48.167Z] 85ccc0a68615: Pushed [2021-02-05T05:43:48.167Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:48.758Z] e3ed0619f4bd: Pushed [2021-02-05T05:43:49.727Z] 2deb41535143: Pushed [2021-02-05T05:43:49.727Z] b25d4c58d3a6: Pushed [2021-02-05T05:43:49.996Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:0b7bca32a7e1f6c1372b4c802693c7c51245fb8ab5bdbb3df688a60dcde20931 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:50.330Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:50.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:50.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T05:43:50.659Z] 55092b571eb7: Preparing [2021-02-05T05:43:50.659Z] 65a360f68d4d: Preparing [2021-02-05T05:43:50.659Z] b25d4c58d3a6: Preparing [2021-02-05T05:43:50.659Z] 2deb41535143: Preparing [2021-02-05T05:43:50.659Z] 60a44d89743e: Preparing [2021-02-05T05:43:50.659Z] 102c285e0ad2: Preparing [2021-02-05T05:43:50.659Z] 85ccc0a68615: Preparing [2021-02-05T05:43:50.659Z] e3ed0619f4bd: Preparing [2021-02-05T05:43:50.659Z] 379067d0cb53: Preparing [2021-02-05T05:43:50.659Z] 102c285e0ad2: Waiting [2021-02-05T05:43:50.659Z] 85ccc0a68615: Waiting [2021-02-05T05:43:50.659Z] e3ed0619f4bd: Waiting [2021-02-05T05:43:50.659Z] 55092b571eb7: Layer already exists [2021-02-05T05:43:50.931Z] 60a44d89743e: Layer already exists [2021-02-05T05:43:50.931Z] b25d4c58d3a6: Layer already exists [2021-02-05T05:43:50.931Z] 65a360f68d4d: Layer already exists [2021-02-05T05:43:50.931Z] 2deb41535143: Layer already exists [2021-02-05T05:43:50.931Z] 102c285e0ad2: Layer already exists [2021-02-05T05:43:50.931Z] 85ccc0a68615: Layer already exists [2021-02-05T05:43:50.931Z] e3ed0619f4bd: Layer already exists [2021-02-05T05:43:50.931Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:50.931Z] 2.0.0-dev.78: digest: sha256:0b7bca32a7e1f6c1372b4c802693c7c51245fb8ab5bdbb3df688a60dcde20931 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:51.265Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:51.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:51.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T05:43:51.592Z] 55092b571eb7: Preparing [2021-02-05T05:43:51.592Z] 65a360f68d4d: Preparing [2021-02-05T05:43:51.592Z] b25d4c58d3a6: Preparing [2021-02-05T05:43:51.592Z] 2deb41535143: Preparing [2021-02-05T05:43:51.592Z] 60a44d89743e: Preparing [2021-02-05T05:43:51.592Z] 102c285e0ad2: Preparing [2021-02-05T05:43:51.592Z] 85ccc0a68615: Preparing [2021-02-05T05:43:51.592Z] e3ed0619f4bd: Preparing [2021-02-05T05:43:51.592Z] 379067d0cb53: Preparing [2021-02-05T05:43:51.592Z] 102c285e0ad2: Waiting [2021-02-05T05:43:51.592Z] 85ccc0a68615: Waiting [2021-02-05T05:43:51.592Z] e3ed0619f4bd: Waiting [2021-02-05T05:43:51.592Z] 379067d0cb53: Waiting [2021-02-05T05:43:51.861Z] 2deb41535143: Layer already exists [2021-02-05T05:43:51.861Z] 55092b571eb7: Layer already exists [2021-02-05T05:43:51.861Z] 60a44d89743e: Layer already exists [2021-02-05T05:43:51.861Z] 65a360f68d4d: Layer already exists [2021-02-05T05:43:51.861Z] b25d4c58d3a6: Layer already exists [2021-02-05T05:43:51.861Z] 85ccc0a68615: Layer already exists [2021-02-05T05:43:51.861Z] e3ed0619f4bd: Layer already exists [2021-02-05T05:43:51.861Z] 102c285e0ad2: Layer already exists [2021-02-05T05:43:51.861Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:51.861Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:0b7bca32a7e1f6c1372b4c802693c7c51245fb8ab5bdbb3df688a60dcde20931 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:52.195Z] + 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-05T05:43:52.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-05T05:43:52.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T05:43:52.525Z] 55092b571eb7: Preparing [2021-02-05T05:43:52.525Z] 65a360f68d4d: Preparing [2021-02-05T05:43:52.525Z] b25d4c58d3a6: Preparing [2021-02-05T05:43:52.525Z] 2deb41535143: Preparing [2021-02-05T05:43:52.525Z] 60a44d89743e: Preparing [2021-02-05T05:43:52.525Z] 102c285e0ad2: Preparing [2021-02-05T05:43:52.525Z] 85ccc0a68615: Preparing [2021-02-05T05:43:52.525Z] e3ed0619f4bd: Preparing [2021-02-05T05:43:52.525Z] 379067d0cb53: Preparing [2021-02-05T05:43:52.525Z] 85ccc0a68615: Waiting [2021-02-05T05:43:52.525Z] e3ed0619f4bd: Waiting [2021-02-05T05:43:52.525Z] 379067d0cb53: Waiting [2021-02-05T05:43:52.525Z] 102c285e0ad2: Waiting [2021-02-05T05:43:52.525Z] 55092b571eb7: Layer already exists [2021-02-05T05:43:52.525Z] b25d4c58d3a6: Layer already exists [2021-02-05T05:43:52.525Z] 2deb41535143: Layer already exists [2021-02-05T05:43:52.525Z] 65a360f68d4d: Layer already exists [2021-02-05T05:43:52.525Z] 60a44d89743e: Layer already exists [2021-02-05T05:43:52.795Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:52.795Z] 85ccc0a68615: Layer already exists [2021-02-05T05:43:52.795Z] e3ed0619f4bd: Layer already exists [2021-02-05T05:43:52.795Z] 102c285e0ad2: Layer already exists [2021-02-05T05:43:52.795Z] master: digest: sha256:0b7bca32a7e1f6c1372b4c802693c7c51245fb8ab5bdbb3df688a60dcde20931 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:52.990Z] ===================================================== [Pipeline] echo [2021-02-05T05:43:53.034Z] taggedImages: [2021-02-05T05:43:53.034Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:53.034Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:53.034Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:53.034Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-05T05:43:53.096Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-05T05:43:53.096Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:53.096Z] 2.0.0-dev.78 [2021-02-05T05:43:53.096Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:53.096Z] master [2021-02-05T05:43:53.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:53.597Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:53.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:53.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T05:43:53.930Z] 539bee8af8ac: Preparing [2021-02-05T05:43:53.930Z] f4c56ec5d5a1: Preparing [2021-02-05T05:43:53.930Z] a04c1a25f216: Preparing [2021-02-05T05:43:53.930Z] 766b235e5aa0: Preparing [2021-02-05T05:43:53.930Z] 379067d0cb53: Preparing [2021-02-05T05:43:54.205Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:54.205Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:54.205Z] 539bee8af8ac: Pushed [2021-02-05T05:43:54.477Z] 766b235e5aa0: Pushed [2021-02-05T05:43:56.432Z] f4c56ec5d5a1: Pushed [2021-02-05T05:43:56.702Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:dc7f5cf5f03703de54fb3e04704f4f91dbb177d6476adb4c870037f49d9fd8f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:57.043Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:57.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:57.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T05:43:57.371Z] 539bee8af8ac: Preparing [2021-02-05T05:43:57.371Z] f4c56ec5d5a1: Preparing [2021-02-05T05:43:57.371Z] a04c1a25f216: Preparing [2021-02-05T05:43:57.371Z] 766b235e5aa0: Preparing [2021-02-05T05:43:57.371Z] 379067d0cb53: Preparing [2021-02-05T05:43:57.371Z] 766b235e5aa0: Layer already exists [2021-02-05T05:43:57.371Z] 539bee8af8ac: Layer already exists [2021-02-05T05:43:57.371Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:57.371Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:57.371Z] f4c56ec5d5a1: Layer already exists [2021-02-05T05:43:57.640Z] 2.0.0-dev.78: digest: sha256:dc7f5cf5f03703de54fb3e04704f4f91dbb177d6476adb4c870037f49d9fd8f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:57.976Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:58.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:58.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T05:43:58.312Z] 539bee8af8ac: Preparing [2021-02-05T05:43:58.312Z] f4c56ec5d5a1: Preparing [2021-02-05T05:43:58.312Z] a04c1a25f216: Preparing [2021-02-05T05:43:58.312Z] 766b235e5aa0: Preparing [2021-02-05T05:43:58.312Z] 379067d0cb53: Preparing [2021-02-05T05:43:58.312Z] 766b235e5aa0: Layer already exists [2021-02-05T05:43:58.312Z] f4c56ec5d5a1: Layer already exists [2021-02-05T05:43:58.312Z] 539bee8af8ac: Layer already exists [2021-02-05T05:43:58.312Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:58.312Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:58.581Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:dc7f5cf5f03703de54fb3e04704f4f91dbb177d6476adb4c870037f49d9fd8f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:58.913Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:43:59.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-05T05:43:59.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T05:43:59.241Z] 539bee8af8ac: Preparing [2021-02-05T05:43:59.241Z] f4c56ec5d5a1: Preparing [2021-02-05T05:43:59.241Z] a04c1a25f216: Preparing [2021-02-05T05:43:59.241Z] 766b235e5aa0: Preparing [2021-02-05T05:43:59.241Z] 379067d0cb53: Preparing [2021-02-05T05:43:59.241Z] f4c56ec5d5a1: Layer already exists [2021-02-05T05:43:59.241Z] 379067d0cb53: Layer already exists [2021-02-05T05:43:59.241Z] 766b235e5aa0: Layer already exists [2021-02-05T05:43:59.511Z] a04c1a25f216: Layer already exists [2021-02-05T05:43:59.511Z] 539bee8af8ac: Layer already exists [2021-02-05T05:43:59.511Z] master: digest: sha256:dc7f5cf5f03703de54fb3e04704f4f91dbb177d6476adb4c870037f49d9fd8f9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:43:59.699Z] ===================================================== [Pipeline] echo [2021-02-05T05:43:59.792Z] taggedImages: [2021-02-05T05:43:59.792Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:59.792Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.78 [2021-02-05T05:43:59.792Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:59.792Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-05T05:43:59.855Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-05T05:43:59.856Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:43:59.856Z] 2.0.0-dev.78 [2021-02-05T05:43:59.856Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:43:59.856Z] master [2021-02-05T05:43:59.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:00.379Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:00.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:44:00.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T05:44:00.718Z] 71fc12794ac4: Preparing [2021-02-05T05:44:00.718Z] 73e9988e8c68: Preparing [2021-02-05T05:44:00.718Z] a04c1a25f216: Preparing [2021-02-05T05:44:00.718Z] 0d4fd91d124f: Preparing [2021-02-05T05:44:00.718Z] 379067d0cb53: Preparing [2021-02-05T05:44:00.995Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:44:00.995Z] 379067d0cb53: Layer already exists [2021-02-05T05:44:00.995Z] a04c1a25f216: Layer already exists [2021-02-05T05:44:00.995Z] 71fc12794ac4: Pushed [2021-02-05T05:44:03.595Z] 73e9988e8c68: Pushed [2021-02-05T05:44:03.595Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:c76c70f32e3e0204e73d65ed7af12c6a66ba2b3fd0434bba3d24a82c242ed4fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:03.957Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:04.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.78 [2021-02-05T05:44:04.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T05:44:04.300Z] 71fc12794ac4: Preparing [2021-02-05T05:44:04.300Z] 73e9988e8c68: Preparing [2021-02-05T05:44:04.300Z] a04c1a25f216: Preparing [2021-02-05T05:44:04.300Z] 0d4fd91d124f: Preparing [2021-02-05T05:44:04.300Z] 379067d0cb53: Preparing [2021-02-05T05:44:04.300Z] 379067d0cb53: Layer already exists [2021-02-05T05:44:04.300Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:44:04.571Z] 73e9988e8c68: Layer already exists [2021-02-05T05:44:04.571Z] 71fc12794ac4: Layer already exists [2021-02-05T05:44:04.571Z] a04c1a25f216: Layer already exists [2021-02-05T05:44:04.571Z] 2.0.0-dev.78: digest: sha256:c76c70f32e3e0204e73d65ed7af12c6a66ba2b3fd0434bba3d24a82c242ed4fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:04.905Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:05.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:44:05.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T05:44:05.238Z] 71fc12794ac4: Preparing [2021-02-05T05:44:05.238Z] 73e9988e8c68: Preparing [2021-02-05T05:44:05.238Z] a04c1a25f216: Preparing [2021-02-05T05:44:05.238Z] 0d4fd91d124f: Preparing [2021-02-05T05:44:05.238Z] 379067d0cb53: Preparing [2021-02-05T05:44:05.508Z] 71fc12794ac4: Layer already exists [2021-02-05T05:44:05.508Z] a04c1a25f216: Layer already exists [2021-02-05T05:44:05.508Z] 73e9988e8c68: Layer already exists [2021-02-05T05:44:05.508Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:44:05.508Z] 379067d0cb53: Layer already exists [2021-02-05T05:44:05.508Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:c76c70f32e3e0204e73d65ed7af12c6a66ba2b3fd0434bba3d24a82c242ed4fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:05.844Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:06.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-05T05:44:06.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T05:44:06.187Z] 71fc12794ac4: Preparing [2021-02-05T05:44:06.187Z] 73e9988e8c68: Preparing [2021-02-05T05:44:06.187Z] a04c1a25f216: Preparing [2021-02-05T05:44:06.187Z] 0d4fd91d124f: Preparing [2021-02-05T05:44:06.187Z] 379067d0cb53: Preparing [2021-02-05T05:44:06.460Z] 379067d0cb53: Layer already exists [2021-02-05T05:44:06.460Z] 73e9988e8c68: Layer already exists [2021-02-05T05:44:06.460Z] 71fc12794ac4: Layer already exists [2021-02-05T05:44:06.460Z] 0d4fd91d124f: Layer already exists [2021-02-05T05:44:06.460Z] a04c1a25f216: Layer already exists [2021-02-05T05:44:06.460Z] master: digest: sha256:c76c70f32e3e0204e73d65ed7af12c6a66ba2b3fd0434bba3d24a82c242ed4fc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:44:06.752Z] ===================================================== [Pipeline] echo [2021-02-05T05:44:06.802Z] taggedImages: [2021-02-05T05:44:06.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:44:06.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.78 [2021-02-05T05:44:06.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:44:06.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-05T05:44:06.867Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-05T05:44:06.867Z] a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:44:06.867Z] 2.0.0-dev.78 [2021-02-05T05:44:06.867Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:44:06.867Z] master [2021-02-05T05:44:06.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:07.423Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:07.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:44:07.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T05:44:07.782Z] a7adde9b3432: Preparing [2021-02-05T05:44:07.782Z] 8cbae08cf321: Preparing [2021-02-05T05:44:07.782Z] 8926035189b9: Preparing [2021-02-05T05:44:07.782Z] d606dd69faf8: Preparing [2021-02-05T05:44:07.782Z] 19e72bcdf427: Preparing [2021-02-05T05:44:07.782Z] 025f45db66df: Preparing [2021-02-05T05:44:07.782Z] 77fb70714731: Preparing [2021-02-05T05:44:07.782Z] 9ded3b6bb9b5: Preparing [2021-02-05T05:44:07.782Z] fa1afe8e6ed9: Preparing [2021-02-05T05:44:07.782Z] 87a09b4c083e: Preparing [2021-02-05T05:44:07.782Z] 0f74e9ff2a61: Preparing [2021-02-05T05:44:07.782Z] b122376c33c6: Preparing [2021-02-05T05:44:07.782Z] f8381ed47b22: Preparing [2021-02-05T05:44:07.782Z] e934a737d657: Preparing [2021-02-05T05:44:07.783Z] 87a09b4c083e: Waiting [2021-02-05T05:44:07.783Z] 0f74e9ff2a61: Waiting [2021-02-05T05:44:07.783Z] b122376c33c6: Waiting [2021-02-05T05:44:07.783Z] 025f45db66df: Waiting [2021-02-05T05:44:07.783Z] 77fb70714731: Waiting [2021-02-05T05:44:07.783Z] f8381ed47b22: Waiting [2021-02-05T05:44:07.783Z] e934a737d657: Waiting [2021-02-05T05:44:07.783Z] 9ded3b6bb9b5: Waiting [2021-02-05T05:44:07.783Z] fa1afe8e6ed9: Waiting [2021-02-05T05:44:08.593Z] 19e72bcdf427: Pushed [2021-02-05T05:44:08.872Z] a7adde9b3432: Pushed [2021-02-05T05:44:09.147Z] d606dd69faf8: Pushed [2021-02-05T05:44:09.147Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T05:44:09.147Z] fa1afe8e6ed9: Layer already exists [2021-02-05T05:44:09.421Z] 87a09b4c083e: Layer already exists [2021-02-05T05:44:09.421Z] 77fb70714731: Pushed [2021-02-05T05:44:09.421Z] 0f74e9ff2a61: Layer already exists [2021-02-05T05:44:09.421Z] b122376c33c6: Layer already exists [2021-02-05T05:44:09.421Z] f8381ed47b22: Layer already exists [2021-02-05T05:44:09.421Z] e934a737d657: Layer already exists [2021-02-05T05:44:10.017Z] 8cbae08cf321: Pushed [2021-02-05T05:44:10.989Z] 025f45db66df: Pushed [2021-02-05T05:44:21.147Z] 8926035189b9: Pushed [2021-02-05T05:44:21.147Z] a4129e86d499c8924a566b780eb9ce8c2b49056c: digest: sha256:a4afb144526d875a98f9738415cdfbd35d4c12d2f3bfaf479f081a581c9b8dbd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:21.483Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:21.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.78 [2021-02-05T05:44:21.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T05:44:21.828Z] a7adde9b3432: Preparing [2021-02-05T05:44:21.828Z] 8cbae08cf321: Preparing [2021-02-05T05:44:21.828Z] 8926035189b9: Preparing [2021-02-05T05:44:21.828Z] d606dd69faf8: Preparing [2021-02-05T05:44:21.828Z] 19e72bcdf427: Preparing [2021-02-05T05:44:21.828Z] 025f45db66df: Preparing [2021-02-05T05:44:21.828Z] 77fb70714731: Preparing [2021-02-05T05:44:21.828Z] 9ded3b6bb9b5: Preparing [2021-02-05T05:44:21.828Z] fa1afe8e6ed9: Preparing [2021-02-05T05:44:21.828Z] 87a09b4c083e: Preparing [2021-02-05T05:44:21.828Z] 0f74e9ff2a61: Preparing [2021-02-05T05:44:21.828Z] b122376c33c6: Preparing [2021-02-05T05:44:21.828Z] f8381ed47b22: Preparing [2021-02-05T05:44:21.828Z] e934a737d657: Preparing [2021-02-05T05:44:21.828Z] 025f45db66df: Waiting [2021-02-05T05:44:21.828Z] 77fb70714731: Waiting [2021-02-05T05:44:21.828Z] 0f74e9ff2a61: Waiting [2021-02-05T05:44:21.828Z] f8381ed47b22: Waiting [2021-02-05T05:44:21.828Z] 9ded3b6bb9b5: Waiting [2021-02-05T05:44:21.828Z] fa1afe8e6ed9: Waiting [2021-02-05T05:44:21.828Z] 87a09b4c083e: Waiting [2021-02-05T05:44:21.828Z] e934a737d657: Waiting [2021-02-05T05:44:21.828Z] b122376c33c6: Waiting [2021-02-05T05:44:21.828Z] 8cbae08cf321: Layer already exists [2021-02-05T05:44:21.828Z] 8926035189b9: Layer already exists [2021-02-05T05:44:22.099Z] 19e72bcdf427: Layer already exists [2021-02-05T05:44:22.099Z] d606dd69faf8: Layer already exists [2021-02-05T05:44:22.099Z] a7adde9b3432: Layer already exists [2021-02-05T05:44:22.099Z] 77fb70714731: Layer already exists [2021-02-05T05:44:22.099Z] 025f45db66df: Layer already exists [2021-02-05T05:44:22.099Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T05:44:22.099Z] 87a09b4c083e: Layer already exists [2021-02-05T05:44:22.099Z] fa1afe8e6ed9: Layer already exists [2021-02-05T05:44:22.099Z] 0f74e9ff2a61: Layer already exists [2021-02-05T05:44:22.099Z] b122376c33c6: Layer already exists [2021-02-05T05:44:22.099Z] f8381ed47b22: Layer already exists [2021-02-05T05:44:22.099Z] e934a737d657: Layer already exists [2021-02-05T05:44:22.099Z] 2.0.0-dev.78: digest: sha256:a4afb144526d875a98f9738415cdfbd35d4c12d2f3bfaf479f081a581c9b8dbd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:22.443Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:22.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:44:22.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T05:44:22.777Z] a7adde9b3432: Preparing [2021-02-05T05:44:22.777Z] 8cbae08cf321: Preparing [2021-02-05T05:44:22.777Z] 8926035189b9: Preparing [2021-02-05T05:44:22.777Z] d606dd69faf8: Preparing [2021-02-05T05:44:22.777Z] 19e72bcdf427: Preparing [2021-02-05T05:44:22.777Z] 025f45db66df: Preparing [2021-02-05T05:44:22.777Z] 77fb70714731: Preparing [2021-02-05T05:44:22.777Z] 9ded3b6bb9b5: Preparing [2021-02-05T05:44:22.777Z] fa1afe8e6ed9: Preparing [2021-02-05T05:44:22.777Z] 87a09b4c083e: Preparing [2021-02-05T05:44:22.777Z] 0f74e9ff2a61: Preparing [2021-02-05T05:44:22.777Z] b122376c33c6: Preparing [2021-02-05T05:44:22.777Z] f8381ed47b22: Preparing [2021-02-05T05:44:22.777Z] e934a737d657: Preparing [2021-02-05T05:44:22.777Z] 025f45db66df: Waiting [2021-02-05T05:44:22.777Z] 77fb70714731: Waiting [2021-02-05T05:44:22.777Z] 9ded3b6bb9b5: Waiting [2021-02-05T05:44:22.777Z] fa1afe8e6ed9: Waiting [2021-02-05T05:44:22.777Z] 87a09b4c083e: Waiting [2021-02-05T05:44:22.777Z] 0f74e9ff2a61: Waiting [2021-02-05T05:44:22.777Z] b122376c33c6: Waiting [2021-02-05T05:44:22.777Z] f8381ed47b22: Waiting [2021-02-05T05:44:22.777Z] e934a737d657: Waiting [2021-02-05T05:44:23.050Z] a7adde9b3432: Layer already exists [2021-02-05T05:44:23.050Z] 8cbae08cf321: Layer already exists [2021-02-05T05:44:23.050Z] d606dd69faf8: Layer already exists [2021-02-05T05:44:23.050Z] 19e72bcdf427: Layer already exists [2021-02-05T05:44:23.050Z] 8926035189b9: Layer already exists [2021-02-05T05:44:23.050Z] 025f45db66df: Layer already exists [2021-02-05T05:44:23.050Z] 77fb70714731: Layer already exists [2021-02-05T05:44:23.050Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T05:44:23.050Z] 87a09b4c083e: Layer already exists [2021-02-05T05:44:23.050Z] fa1afe8e6ed9: Layer already exists [2021-02-05T05:44:23.050Z] b122376c33c6: Layer already exists [2021-02-05T05:44:23.050Z] 0f74e9ff2a61: Layer already exists [2021-02-05T05:44:23.050Z] f8381ed47b22: Layer already exists [2021-02-05T05:44:23.050Z] e934a737d657: Layer already exists [2021-02-05T05:44:23.050Z] a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78: digest: sha256:a4afb144526d875a98f9738415cdfbd35d4c12d2f3bfaf479f081a581c9b8dbd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:23.389Z] + 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-05T05:44:23.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-05T05:44:23.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T05:44:23.728Z] a7adde9b3432: Preparing [2021-02-05T05:44:23.728Z] 8cbae08cf321: Preparing [2021-02-05T05:44:23.729Z] 8926035189b9: Preparing [2021-02-05T05:44:23.729Z] d606dd69faf8: Preparing [2021-02-05T05:44:23.729Z] 19e72bcdf427: Preparing [2021-02-05T05:44:23.729Z] 025f45db66df: Preparing [2021-02-05T05:44:23.729Z] 77fb70714731: Preparing [2021-02-05T05:44:23.729Z] 9ded3b6bb9b5: Preparing [2021-02-05T05:44:23.729Z] fa1afe8e6ed9: Preparing [2021-02-05T05:44:23.729Z] 87a09b4c083e: Preparing [2021-02-05T05:44:23.729Z] 0f74e9ff2a61: Preparing [2021-02-05T05:44:23.729Z] b122376c33c6: Preparing [2021-02-05T05:44:23.729Z] f8381ed47b22: Preparing [2021-02-05T05:44:23.729Z] e934a737d657: Preparing [2021-02-05T05:44:23.729Z] 87a09b4c083e: Waiting [2021-02-05T05:44:23.729Z] 0f74e9ff2a61: Waiting [2021-02-05T05:44:23.729Z] 025f45db66df: Waiting [2021-02-05T05:44:23.729Z] 77fb70714731: Waiting [2021-02-05T05:44:23.729Z] b122376c33c6: Waiting [2021-02-05T05:44:23.729Z] 9ded3b6bb9b5: Waiting [2021-02-05T05:44:23.729Z] fa1afe8e6ed9: Waiting [2021-02-05T05:44:23.729Z] f8381ed47b22: Waiting [2021-02-05T05:44:23.729Z] e934a737d657: Waiting [2021-02-05T05:44:23.729Z] a7adde9b3432: Layer already exists [2021-02-05T05:44:23.729Z] 8cbae08cf321: Layer already exists [2021-02-05T05:44:23.729Z] d606dd69faf8: Layer already exists [2021-02-05T05:44:23.729Z] 19e72bcdf427: Layer already exists [2021-02-05T05:44:23.729Z] 8926035189b9: Layer already exists [2021-02-05T05:44:23.999Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T05:44:23.999Z] 77fb70714731: Layer already exists [2021-02-05T05:44:23.999Z] 87a09b4c083e: Layer already exists [2021-02-05T05:44:23.999Z] fa1afe8e6ed9: Layer already exists [2021-02-05T05:44:23.999Z] 025f45db66df: Layer already exists [2021-02-05T05:44:23.999Z] 0f74e9ff2a61: Layer already exists [2021-02-05T05:44:23.999Z] f8381ed47b22: Layer already exists [2021-02-05T05:44:23.999Z] e934a737d657: Layer already exists [2021-02-05T05:44:23.999Z] b122376c33c6: Layer already exists [2021-02-05T05:44:23.999Z] master: digest: sha256:a4afb144526d875a98f9738415cdfbd35d4c12d2f3bfaf479f081a581c9b8dbd size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T05:44:24.299Z] ===================================================== [Pipeline] echo [2021-02-05T05:44:24.372Z] taggedImages: [2021-02-05T05:44:24.372Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c [2021-02-05T05:44:24.372Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.78 [2021-02-05T05:44:24.372Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a4129e86d499c8924a566b780eb9ce8c2b49056c-2.0.0-dev.78 [2021-02-05T05:44:24.372Z] - 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-05T05:44:25.942Z] provisioning config files... [2021-02-05T05:44:25.961Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/343@tmp/config7654463176774829206tmp [Pipeline] { [Pipeline] sh [2021-02-05T05:44:26.376Z] + set +x [2021-02-05T05:44:26.376Z] + curl -s https://codecov.io/bash [2021-02-05T05:44:26.376Z] + bash -s -- [2021-02-05T05:44:26.640Z] [2021-02-05T05:44:26.640Z] _____ _ [2021-02-05T05:44:26.640Z] / ____| | | [2021-02-05T05:44:26.640Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T05:44:26.640Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T05:44:26.640Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T05:44:26.640Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T05:44:26.640Z] Bash-20210129-7c25fce [2021-02-05T05:44:26.640Z] [2021-02-05T05:44:26.640Z] [2021-02-05T05:44:26.640Z] ==> git version 2.24.3 found [2021-02-05T05:44:26.640Z] ==> 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-05T05:44:26.640Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T05:44:26.640Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T05:44:26.640Z] ==> Jenkins CI detected. [2021-02-05T05:44:26.640Z] project root: . [2021-02-05T05:44:26.640Z] --> token set from env [2021-02-05T05:44:26.902Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T05:44:26.902Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T05:44:26.902Z] ==> Python coveragepy not found [2021-02-05T05:44:26.902Z] ==> Searching for coverage reports in: [2021-02-05T05:44:26.902Z] + . [2021-02-05T05:44:26.902Z] -> Found 1 reports [2021-02-05T05:44:26.902Z] ==> Detecting git/mercurial file structure [2021-02-05T05:44:26.902Z] ==> Reading reports [2021-02-05T05:44:26.902Z] + ./coverage.out bytes=585363 [2021-02-05T05:44:26.902Z] ==> Appending adjustments [2021-02-05T05:44:26.902Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T05:44:30.209Z] + Found adjustments [2021-02-05T05:44:30.209Z] ==> Gzipping contents [2021-02-05T05:44:30.209Z] 88K /tmp/codecov.Yf6Q8e.gz [2021-02-05T05:44:30.209Z] ==> Uploading reports [2021-02-05T05:44:30.209Z] url: https://codecov.io [2021-02-05T05:44:30.209Z] query: branch=master&commit=a4129e86d499c8924a566b780eb9ce8c2b49056c&build=343&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F343%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-05T05:44:30.209Z] -> Pinging Codecov [2021-02-05T05:44:30.209Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a4129e86d499c8924a566b780eb9ce8c2b49056c&build=343&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F343%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-05T05:44:30.472Z] -> Uploading to [2021-02-05T05:44:30.472Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/a4129e86d499c8924a566b780eb9ce8c2b49056c/ef1fc77f-4ca6-4151-9d09-2eae1c672e7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T054430Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ecdcbdf337b7c80707123c246fbd80c7e9e69661b73b371b15bb2afbd8cf250 [2021-02-05T05:44:30.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:44:30.472Z] Dload Upload Total Spent Left Speed [2021-02-05T05:44:31.055Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88154 0 0 100 88154 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-02-05T05:44:31.055Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a4129e86d499c8924a566b780eb9ce8c2b49056c [Pipeline] } [2021-02-05T05:44:31.064Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-05T05:44:31.934Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-05T05:44:32.028Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:32.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T05:44:32.391Z] [2021-02-05T05:44:32.391Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:44:32.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T05:44:32.743Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-05T05:44:32.743Z] 188c0c94c7c5: Already exists [2021-02-05T05:44:32.743Z] 0ef7d3d256c8: Already exists [2021-02-05T05:44:32.743Z] de9db76c5a1d: Already exists [2021-02-05T05:44:32.743Z] 0eba1c9be4d2: Pulling fs layer [2021-02-05T05:44:32.743Z] 0d57e429df01: Pulling fs layer [2021-02-05T05:44:32.743Z] 4e4be7b47b0d: Pulling fs layer [2021-02-05T05:44:32.743Z] e1f770b5df2f: Pulling fs layer [2021-02-05T05:44:32.743Z] 85a0685a4137: Pulling fs layer [2021-02-05T05:44:32.743Z] e1f770b5df2f: Waiting [2021-02-05T05:44:32.743Z] 85a0685a4137: Waiting [2021-02-05T05:44:32.743Z] 4e4be7b47b0d: Download complete [2021-02-05T05:44:32.743Z] 0d57e429df01: Verifying Checksum [2021-02-05T05:44:32.743Z] 0d57e429df01: Download complete [2021-02-05T05:44:35.291Z] e1f770b5df2f: Verifying Checksum [2021-02-05T05:44:35.291Z] e1f770b5df2f: Download complete [2021-02-05T05:44:37.215Z] 0eba1c9be4d2: Verifying Checksum [2021-02-05T05:44:37.215Z] 0eba1c9be4d2: Download complete [2021-02-05T05:44:38.166Z] 85a0685a4137: Verifying Checksum [2021-02-05T05:44:38.166Z] 85a0685a4137: Download complete [2021-02-05T05:44:43.729Z] 0eba1c9be4d2: Pull complete [2021-02-05T05:44:43.729Z] 0d57e429df01: Pull complete [2021-02-05T05:44:43.729Z] 4e4be7b47b0d: Pull complete [2021-02-05T05:44:47.944Z] e1f770b5df2f: Pull complete [2021-02-05T05:44:56.116Z] 85a0685a4137: Pull complete [2021-02-05T05:44:56.116Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-05T05:44:56.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T05:44:56.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-05T05:44:56.308Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:44:56.358Z] $ 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/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:44:57.409Z] $ docker top 51905fa01fefb12838ba857756bc34de02607988b9e78a6907fea59e98b54c65 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T05:44:57.642Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-05T05:44:57.931Z] + set -o pipefail [2021-02-05T05:44:57.932Z] + snyk monitor '--org=edgex-jenkins' [2021-02-05T05:45:06.134Z] [2021-02-05T05:45:06.134Z] Monitoring /w/workspace/edgex-go/343 (github.com/edgexfoundry/edgex-go)... [2021-02-05T05:45:06.134Z] [2021-02-05T05:45:06.134Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/8db42393-3c86-451c-bf42-b0ee1454fc7c [2021-02-05T05:45:06.134Z] [2021-02-05T05:45:06.134Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-05T05:45:06.134Z] [2021-02-05T05:45:06.134Z] [Pipeline] } [2021-02-05T05:45:06.150Z] $ docker stop --time=1 51905fa01fefb12838ba857756bc34de02607988b9e78a6907fea59e98b54c65 [2021-02-05T05:45:09.055Z] $ docker rm -f 51905fa01fefb12838ba857756bc34de02607988b9e78a6907fea59e98b54c65 [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-05T05:45:10.353Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T05:45:10.409Z] provisioning config files... [2021-02-05T05:45:10.419Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/343@tmp/config9078300307158775399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:45:10.852Z] --> edgex-publish-swagger.sh [2021-02-05T05:45:10.852Z] === Publish openapi/v1 API === [2021-02-05T05:45:10.852Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-05T05:45:10.852Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/343/openapi/v1/core-command.yaml] [2021-02-05T05:45:10.852Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:10.852Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:11.815Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9260 0:00:01 0:00:01 --:--:-- 9270 100 10522 0 0 100 10522 0 9258 0:00:01 0:00:01 --:--:-- 9270 [2021-02-05T05:45:11.815Z] [2021-02-05T05:45:11.815Z] [2021-02-05T05:45:11.815Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/343/openapi/v1/core-data.yaml] [2021-02-05T05:45:11.815Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:11.815Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:13.018Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27245 0:00:01 0:00:01 --:--:-- 27244 100 32557 0 0 100 32557 0 26467 0:00:01 0:00:01 --:--:-- 26469 [2021-02-05T05:45:13.018Z] [2021-02-05T05:45:13.018Z] [2021-02-05T05:45:13.018Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/343/openapi/v1/core-metadata.yaml] [2021-02-05T05:45:13.018Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:13.018Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:14.405Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62134 0:00:01 0:00:01 --:--:-- 62159 100 73721 0 0 100 73721 0 57515 0:00:01 0:00:01 --:--:-- 57549 [2021-02-05T05:45:14.405Z] [2021-02-05T05:45:14.405Z] [2021-02-05T05:45:14.405Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/343/openapi/v1/support-logging.yaml] [2021-02-05T05:45:14.405Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:14.405Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:15.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11618 0:00:01 0:00:01 --:--:-- 11627 100 13581 0 0 100 13581 0 11616 0:00:01 0:00:01 --:--:-- 11627 [2021-02-05T05:45:15.790Z] [2021-02-05T05:45:15.790Z] [2021-02-05T05:45:15.790Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/343/openapi/v1/support-notifications.yaml] [2021-02-05T05:45:15.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:15.790Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:16.756Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34371 0:00:01 0:00:01 --:--:-- 34385 100 38890 0 0 100 38890 0 34367 0:00:01 0:00:01 --:--:-- 34385 [2021-02-05T05:45:16.756Z] [2021-02-05T05:45:16.756Z] [2021-02-05T05:45:16.756Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/343/openapi/v1/support-scheduler.yaml] [2021-02-05T05:45:16.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:16.756Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:18.144Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12635 0:00:01 0:00:01 --:--:-- 12643 100 14249 0 0 100 14249 0 12634 0:00:01 0:00:01 --:--:-- 12643 [2021-02-05T05:45:18.144Z] [2021-02-05T05:45:18.144Z] [2021-02-05T05:45:18.144Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/343/openapi/v1/system-agent.yaml] [2021-02-05T05:45:18.144Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:18.144Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:19.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3473 0:00:01 0:00:01 --:--:-- 3471 100 4110 0 0 100 4110 0 3473 0:00:01 0:00:01 --:--:-- 3471 [2021-02-05T05:45:19.087Z] [2021-02-05T05:45:19.087Z] [2021-02-05T05:45:19.087Z] === Publish openapi/v2 API === [2021-02-05T05:45:19.087Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-05T05:45:19.087Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/343/openapi/v2/core-command.yaml] [2021-02-05T05:45:19.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:19.087Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:20.028Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26076 0 0 100 26076 0 24964 0:00:01 0:00:01 --:--:-- 24977 100 26076 0 0 100 26076 0 24961 0:00:01 0:00:01 --:--:-- 24977 [2021-02-05T05:45:20.029Z] [2021-02-05T05:45:20.029Z] [2021-02-05T05:45:20.029Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/343/openapi/v2/core-data.yaml] [2021-02-05T05:45:20.029Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:20.029Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:21.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 52645 0:00:01 0:00:01 --:--:-- 52692 100 57013 0 0 100 57013 0 52635 0:00:01 0:00:01 --:--:-- 52643 [2021-02-05T05:45:21.413Z] [2021-02-05T05:45:21.413Z] [2021-02-05T05:45:21.413Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/343/openapi/v2/core-metadata.yaml] [2021-02-05T05:45:21.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:21.413Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:22.358Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 103k 0:00:01 0:00:01 --:--:-- 103k 100 117k 0 0 100 117k 0 103k 0:00:01 0:00:01 --:--:-- 103k [2021-02-05T05:45:22.358Z] [2021-02-05T05:45:22.358Z] [2021-02-05T05:45:22.358Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/343/openapi/v2/support-notifications.yaml] [2021-02-05T05:45:22.358Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:22.358Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:23.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 49149 0:00:01 0:00:01 --:--:-- 49162 100 58553 0 0 100 58553 0 48381 0:00:01 0:00:01 --:--:-- 48390 [2021-02-05T05:45:23.743Z] [2021-02-05T05:45:23.743Z] [2021-02-05T05:45:23.743Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/343/openapi/v2/support-scheduler.yaml] [2021-02-05T05:45:23.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:23.743Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:24.688Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 32667 0:00:01 0:00:01 --:--:-- 32675 100 38851 0 0 100 38851 0 32426 0:00:01 0:00:01 --:--:-- 32456 [2021-02-05T05:45:24.951Z] [2021-02-05T05:45:24.951Z] [2021-02-05T05:45:24.951Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/343/openapi/v2/system-agent.yaml] [2021-02-05T05:45:24.951Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:45:24.951Z] Dload Upload Total Spent Left Speed [2021-02-05T05:45:25.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 21870 0:00:01 0:00:01 --:--:-- 21889 100 23684 0 0 100 23684 0 21866 0:00:01 0:00:01 --:--:-- 21889 [2021-02-05T05:45:25.891Z] [2021-02-05T05:45:25.891Z] [Pipeline] } [2021-02-05T05:45:25.901Z] 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-05T05:45:26.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:45:26.741Z] . [Pipeline] withDockerContainer [2021-02-05T05:45:26.847Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:45:26.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:45:27.701Z] $ docker top d0730e460b18c80c66cc12ce2812f7570cb42dffc47450c0739d6100bfb48d6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T05:45:28.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T05:45:28.007Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T05:45:28.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T05:45:28.250Z] $ docker exec d0730e460b18c80c66cc12ce2812f7570cb42dffc47450c0739d6100bfb48d6a ssh-agent [2021-02-05T05:45:28.434Z] SSH_AUTH_SOCK=/tmp/ssh-O9IvdiboYlTU/agent.12 [2021-02-05T05:45:28.434Z] SSH_AGENT_PID=17 [2021-02-05T05:45:28.443Z] Running ssh-add (command line suppressed) [2021-02-05T05:45:28.563Z] Identity added: /w/workspace/edgex-go/343@tmp/private_key_7937230098705531928.key (/w/workspace/edgex-go/343@tmp/private_key_7937230098705531928.key) [2021-02-05T05:45:28.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T05:45:28.948Z] + git semver tag [2021-02-05T05:45:29.208Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T05:45:29.208Z] # $GIT_DIR = /w/workspace/edgex-go/343/.git [2021-02-05T05:45:29.208Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/343 [2021-02-05T05:45:29.208Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T05:45:29.208Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T05:45:29.208Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T05:45:29.208Z] # $SEMVER_BRANCH = master [2021-02-05T05:45:29.208Z] # $SEMVER_DIR = /w/workspace/edgex-go/343/.semver [2021-02-05T05:45:29.208Z] # a4129e86d499c8924a566b780eb9ce8c2b49056c HEAD [2021-02-05T05:45:29.779Z] # -> Force: false [2021-02-05T05:45:29.779Z] # e4d60c3916d8205d1f95fb481e6d66be0eb96e8e refs/tags/v2.0.0-dev.78 [Pipeline] } [2021-02-05T05:45:29.789Z] $ docker exec --env ******** --env ******** d0730e460b18c80c66cc12ce2812f7570cb42dffc47450c0739d6100bfb48d6a ssh-agent -k [2021-02-05T05:45:29.911Z] unset SSH_AUTH_SOCK; [2021-02-05T05:45:29.911Z] unset SSH_AGENT_PID; [2021-02-05T05:45:29.911Z] echo Agent pid 17 killed; [2021-02-05T05:45:29.967Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T05:45:30.505Z] + git semver [Pipeline] } [2021-02-05T05:45:30.520Z] $ docker stop --time=1 d0730e460b18c80c66cc12ce2812f7570cb42dffc47450c0739d6100bfb48d6a [2021-02-05T05:45:31.871Z] $ docker rm -f d0730e460b18c80c66cc12ce2812f7570cb42dffc47450c0739d6100bfb48d6a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:45:32.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T05:45:32.512Z] [2021-02-05T05:45:32.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:45:32.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T05:45:32.861Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-05T05:45:32.861Z] ab5ef0e58194: Pulling fs layer [2021-02-05T05:45:32.861Z] 9712f1f96733: Pulling fs layer [2021-02-05T05:45:32.861Z] 63f879dbbcfc: Pulling fs layer [2021-02-05T05:45:32.861Z] 0d9ebad4ef96: Pulling fs layer [2021-02-05T05:45:32.861Z] e9a5061849ea: Pulling fs layer [2021-02-05T05:45:32.861Z] d747dcd14b5f: Pulling fs layer [2021-02-05T05:45:32.861Z] 2de7ff778b66: Pulling fs layer [2021-02-05T05:45:32.861Z] e9a5061849ea: Waiting [2021-02-05T05:45:32.861Z] d747dcd14b5f: Waiting [2021-02-05T05:45:32.861Z] 2de7ff778b66: Waiting [2021-02-05T05:45:32.861Z] 0d9ebad4ef96: Waiting [2021-02-05T05:45:32.861Z] 9712f1f96733: Verifying Checksum [2021-02-05T05:45:32.861Z] 9712f1f96733: Download complete [2021-02-05T05:45:34.780Z] 63f879dbbcfc: Download complete [2021-02-05T05:45:34.780Z] e9a5061849ea: Download complete [2021-02-05T05:45:34.780Z] d747dcd14b5f: Verifying Checksum [2021-02-05T05:45:34.780Z] d747dcd14b5f: Download complete [2021-02-05T05:45:36.172Z] 2de7ff778b66: Verifying Checksum [2021-02-05T05:45:36.172Z] 2de7ff778b66: Download complete [2021-02-05T05:45:36.435Z] 0d9ebad4ef96: Verifying Checksum [2021-02-05T05:45:36.435Z] 0d9ebad4ef96: Download complete [2021-02-05T05:45:36.435Z] ab5ef0e58194: Verifying Checksum [2021-02-05T05:45:36.435Z] ab5ef0e58194: Download complete [2021-02-05T05:45:40.672Z] ab5ef0e58194: Pull complete [2021-02-05T05:45:40.936Z] 9712f1f96733: Pull complete [2021-02-05T05:45:43.524Z] 63f879dbbcfc: Pull complete [2021-02-05T05:45:48.841Z] 0d9ebad4ef96: Pull complete [2021-02-05T05:45:50.762Z] e9a5061849ea: Pull complete [2021-02-05T05:45:50.762Z] d747dcd14b5f: Pull complete [2021-02-05T05:45:54.063Z] 2de7ff778b66: Pull complete [2021-02-05T05:45:54.063Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-05T05:45:54.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T05:45:54.063Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-05T05:45:54.260Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:45:54.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:45:58.207Z] $ docker top c5c19c367fa613dc9fdabde3ab4d401d2c2d868c73b0a2bfbf4b77cba65a5c95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-05T05:45:58.480Z] provisioning config files... [2021-02-05T05:45:58.490Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/343@tmp/config4154061037300470824tmp [2021-02-05T05:45:58.505Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/343@tmp/config6438347716576638279tmp [2021-02-05T05:45:58.517Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/343@tmp/config8457754141949409935tmp [Pipeline] { [Pipeline] echo [2021-02-05T05:45:58.566Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:45:58.860Z] ---> sigul-configuration.sh [2021-02-05T05:45:58.860Z] gpg: directory `/root/.gnupg' created [2021-02-05T05:45:58.860Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-05T05:45:58.860Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-05T05:45:58.860Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-05T05:45:58.860Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-05T05:45:58.860Z] gpg: CAST5 encrypted data [2021-02-05T05:45:59.122Z] gpg: encrypted with 1 passphrase [2021-02-05T05:45:59.122Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-05T05:45:59.421Z] + mkdir /home/jenkins [2021-02-05T05:45:59.421Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-05T05:45:59.717Z] + 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-05T05:45:59.727Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:00.072Z] ---> sigul-install.sh [2021-02-05T05:46:06.659Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-05T05:46:06.956Z] + git tag --list [2021-02-05T05:46:06.956Z] 0.6.0 [2021-02-05T05:46:06.956Z] 0.6.1 [2021-02-05T05:46:06.956Z] 0.7.0 [2021-02-05T05:46:06.956Z] 0.7.1 [2021-02-05T05:46:06.956Z] v0.0.0 [2021-02-05T05:46:06.956Z] v0.0.1-dev.1 [2021-02-05T05:46:06.956Z] v1.0.0 [2021-02-05T05:46:06.956Z] v1.0.1 [2021-02-05T05:46:06.956Z] v1.1.0 [2021-02-05T05:46:06.956Z] v1.2.0 [2021-02-05T05:46:06.956Z] v1.2.1 [2021-02-05T05:46:06.956Z] v1.2.2-dev.1 [2021-02-05T05:46:06.956Z] v1.2.2-dev.10 [2021-02-05T05:46:06.956Z] v1.2.2-dev.100 [2021-02-05T05:46:06.956Z] v1.2.2-dev.101 [2021-02-05T05:46:06.956Z] v1.2.2-dev.102 [2021-02-05T05:46:06.956Z] v1.2.2-dev.103 [2021-02-05T05:46:06.956Z] v1.2.2-dev.104 [2021-02-05T05:46:06.956Z] v1.2.2-dev.105 [2021-02-05T05:46:06.956Z] v1.2.2-dev.106 [2021-02-05T05:46:06.956Z] v1.2.2-dev.107 [2021-02-05T05:46:06.956Z] v1.2.2-dev.11 [2021-02-05T05:46:06.956Z] v1.2.2-dev.12 [2021-02-05T05:46:06.956Z] v1.2.2-dev.13 [2021-02-05T05:46:06.956Z] v1.2.2-dev.14 [2021-02-05T05:46:06.956Z] v1.2.2-dev.15 [2021-02-05T05:46:06.956Z] v1.2.2-dev.16 [2021-02-05T05:46:06.956Z] v1.2.2-dev.17 [2021-02-05T05:46:06.956Z] v1.2.2-dev.18 [2021-02-05T05:46:06.956Z] v1.2.2-dev.19 [2021-02-05T05:46:06.956Z] v1.2.2-dev.2 [2021-02-05T05:46:06.956Z] v1.2.2-dev.20 [2021-02-05T05:46:06.956Z] v1.2.2-dev.21 [2021-02-05T05:46:06.956Z] v1.2.2-dev.22 [2021-02-05T05:46:06.956Z] v1.2.2-dev.23 [2021-02-05T05:46:06.956Z] v1.2.2-dev.24 [2021-02-05T05:46:06.956Z] v1.2.2-dev.25 [2021-02-05T05:46:06.956Z] v1.2.2-dev.26 [2021-02-05T05:46:06.956Z] v1.2.2-dev.27 [2021-02-05T05:46:06.956Z] v1.2.2-dev.28 [2021-02-05T05:46:06.956Z] v1.2.2-dev.29 [2021-02-05T05:46:06.956Z] v1.2.2-dev.3 [2021-02-05T05:46:06.956Z] v1.2.2-dev.30 [2021-02-05T05:46:06.956Z] v1.2.2-dev.31 [2021-02-05T05:46:06.956Z] v1.2.2-dev.32 [2021-02-05T05:46:06.956Z] v1.2.2-dev.33 [2021-02-05T05:46:06.956Z] v1.2.2-dev.34 [2021-02-05T05:46:06.956Z] v1.2.2-dev.35 [2021-02-05T05:46:06.956Z] v1.2.2-dev.36 [2021-02-05T05:46:06.956Z] v1.2.2-dev.37 [2021-02-05T05:46:06.956Z] v1.2.2-dev.38 [2021-02-05T05:46:06.956Z] v1.2.2-dev.39 [2021-02-05T05:46:06.956Z] v1.2.2-dev.4 [2021-02-05T05:46:06.956Z] v1.2.2-dev.40 [2021-02-05T05:46:06.956Z] v1.2.2-dev.41 [2021-02-05T05:46:06.956Z] v1.2.2-dev.42 [2021-02-05T05:46:06.956Z] v1.2.2-dev.43 [2021-02-05T05:46:06.956Z] v1.2.2-dev.44 [2021-02-05T05:46:06.956Z] v1.2.2-dev.45 [2021-02-05T05:46:06.956Z] v1.2.2-dev.46 [2021-02-05T05:46:06.956Z] v1.2.2-dev.47 [2021-02-05T05:46:06.956Z] v1.2.2-dev.48 [2021-02-05T05:46:06.956Z] v1.2.2-dev.49 [2021-02-05T05:46:06.956Z] v1.2.2-dev.5 [2021-02-05T05:46:06.956Z] v1.2.2-dev.50 [2021-02-05T05:46:06.956Z] v1.2.2-dev.51 [2021-02-05T05:46:06.956Z] v1.2.2-dev.52 [2021-02-05T05:46:06.956Z] v1.2.2-dev.53 [2021-02-05T05:46:06.956Z] v1.2.2-dev.54 [2021-02-05T05:46:06.956Z] v1.2.2-dev.55 [2021-02-05T05:46:06.956Z] v1.2.2-dev.56 [2021-02-05T05:46:06.956Z] v1.2.2-dev.57 [2021-02-05T05:46:06.956Z] v1.2.2-dev.58 [2021-02-05T05:46:06.956Z] v1.2.2-dev.59 [2021-02-05T05:46:06.956Z] v1.2.2-dev.6 [2021-02-05T05:46:06.956Z] v1.2.2-dev.60 [2021-02-05T05:46:06.956Z] v1.2.2-dev.61 [2021-02-05T05:46:06.956Z] v1.2.2-dev.62 [2021-02-05T05:46:06.956Z] v1.2.2-dev.63 [2021-02-05T05:46:06.956Z] v1.2.2-dev.64 [2021-02-05T05:46:06.956Z] v1.2.2-dev.65 [2021-02-05T05:46:06.956Z] v1.2.2-dev.66 [2021-02-05T05:46:06.956Z] v1.2.2-dev.67 [2021-02-05T05:46:06.956Z] v1.2.2-dev.68 [2021-02-05T05:46:06.956Z] v1.2.2-dev.69 [2021-02-05T05:46:06.956Z] v1.2.2-dev.7 [2021-02-05T05:46:06.956Z] v1.2.2-dev.70 [2021-02-05T05:46:06.956Z] v1.2.2-dev.71 [2021-02-05T05:46:06.956Z] v1.2.2-dev.72 [2021-02-05T05:46:06.956Z] v1.2.2-dev.73 [2021-02-05T05:46:06.956Z] v1.2.2-dev.74 [2021-02-05T05:46:06.956Z] v1.2.2-dev.75 [2021-02-05T05:46:06.956Z] v1.2.2-dev.76 [2021-02-05T05:46:06.956Z] v1.2.2-dev.77 [2021-02-05T05:46:06.956Z] v1.2.2-dev.78 [2021-02-05T05:46:06.956Z] v1.2.2-dev.79 [2021-02-05T05:46:06.956Z] v1.2.2-dev.8 [2021-02-05T05:46:06.956Z] v1.2.2-dev.80 [2021-02-05T05:46:06.956Z] v1.2.2-dev.81 [2021-02-05T05:46:06.956Z] v1.2.2-dev.82 [2021-02-05T05:46:06.956Z] v1.2.2-dev.83 [2021-02-05T05:46:06.956Z] v1.2.2-dev.84 [2021-02-05T05:46:06.956Z] v1.2.2-dev.85 [2021-02-05T05:46:06.956Z] v1.2.2-dev.86 [2021-02-05T05:46:06.956Z] v1.2.2-dev.87 [2021-02-05T05:46:06.956Z] v1.2.2-dev.88 [2021-02-05T05:46:06.956Z] v1.2.2-dev.89 [2021-02-05T05:46:06.956Z] v1.2.2-dev.9 [2021-02-05T05:46:06.956Z] v1.2.2-dev.90 [2021-02-05T05:46:06.956Z] v1.2.2-dev.91 [2021-02-05T05:46:06.956Z] v1.2.2-dev.92 [2021-02-05T05:46:06.956Z] v1.2.2-dev.93 [2021-02-05T05:46:06.956Z] v1.2.2-dev.94 [2021-02-05T05:46:06.956Z] v1.2.2-dev.95 [2021-02-05T05:46:06.956Z] v1.2.2-dev.96 [2021-02-05T05:46:06.956Z] v1.2.2-dev.97 [2021-02-05T05:46:06.956Z] v1.2.2-dev.98 [2021-02-05T05:46:06.956Z] v1.2.2-dev.99 [2021-02-05T05:46:06.956Z] v1.3.0 [2021-02-05T05:46:06.956Z] v1.3.1-dev.1 [2021-02-05T05:46:06.956Z] v1.3.1-dev.10 [2021-02-05T05:46:06.956Z] v1.3.1-dev.11 [2021-02-05T05:46:06.956Z] v1.3.1-dev.12 [2021-02-05T05:46:06.956Z] v1.3.1-dev.13 [2021-02-05T05:46:06.956Z] v1.3.1-dev.14 [2021-02-05T05:46:06.956Z] v1.3.1-dev.15 [2021-02-05T05:46:06.956Z] v1.3.1-dev.16 [2021-02-05T05:46:06.956Z] v1.3.1-dev.17 [2021-02-05T05:46:06.956Z] v1.3.1-dev.18 [2021-02-05T05:46:06.956Z] v1.3.1-dev.2 [2021-02-05T05:46:06.956Z] v1.3.1-dev.3 [2021-02-05T05:46:06.956Z] v1.3.1-dev.4 [2021-02-05T05:46:06.956Z] v1.3.1-dev.5 [2021-02-05T05:46:06.956Z] v1.3.1-dev.6 [2021-02-05T05:46:06.956Z] v1.3.1-dev.7 [2021-02-05T05:46:06.956Z] v1.3.1-dev.8 [2021-02-05T05:46:06.956Z] v1.3.1-dev.9 [2021-02-05T05:46:06.956Z] v2.0.0-dev.1 [2021-02-05T05:46:06.956Z] v2.0.0-dev.10 [2021-02-05T05:46:06.956Z] v2.0.0-dev.11 [2021-02-05T05:46:06.956Z] v2.0.0-dev.12 [2021-02-05T05:46:06.956Z] v2.0.0-dev.13 [2021-02-05T05:46:06.956Z] v2.0.0-dev.14 [2021-02-05T05:46:06.956Z] v2.0.0-dev.15 [2021-02-05T05:46:06.956Z] v2.0.0-dev.16 [2021-02-05T05:46:06.956Z] v2.0.0-dev.17 [2021-02-05T05:46:06.956Z] v2.0.0-dev.18 [2021-02-05T05:46:06.956Z] v2.0.0-dev.19 [2021-02-05T05:46:06.956Z] v2.0.0-dev.2 [2021-02-05T05:46:06.956Z] v2.0.0-dev.20 [2021-02-05T05:46:06.956Z] v2.0.0-dev.21 [2021-02-05T05:46:06.956Z] v2.0.0-dev.22 [2021-02-05T05:46:06.956Z] v2.0.0-dev.23 [2021-02-05T05:46:06.956Z] v2.0.0-dev.24 [2021-02-05T05:46:06.956Z] v2.0.0-dev.25 [2021-02-05T05:46:06.956Z] v2.0.0-dev.26 [2021-02-05T05:46:06.956Z] v2.0.0-dev.27 [2021-02-05T05:46:06.956Z] v2.0.0-dev.28 [2021-02-05T05:46:06.956Z] v2.0.0-dev.29 [2021-02-05T05:46:06.956Z] v2.0.0-dev.3 [2021-02-05T05:46:06.956Z] v2.0.0-dev.30 [2021-02-05T05:46:06.956Z] v2.0.0-dev.31 [2021-02-05T05:46:06.956Z] v2.0.0-dev.32 [2021-02-05T05:46:06.956Z] v2.0.0-dev.33 [2021-02-05T05:46:06.956Z] v2.0.0-dev.34 [2021-02-05T05:46:06.956Z] v2.0.0-dev.35 [2021-02-05T05:46:06.956Z] v2.0.0-dev.36 [2021-02-05T05:46:06.956Z] v2.0.0-dev.37 [2021-02-05T05:46:06.956Z] v2.0.0-dev.38 [2021-02-05T05:46:06.956Z] v2.0.0-dev.39 [2021-02-05T05:46:06.956Z] v2.0.0-dev.4 [2021-02-05T05:46:06.956Z] v2.0.0-dev.40 [2021-02-05T05:46:06.956Z] v2.0.0-dev.41 [2021-02-05T05:46:06.956Z] v2.0.0-dev.42 [2021-02-05T05:46:06.956Z] v2.0.0-dev.43 [2021-02-05T05:46:06.956Z] v2.0.0-dev.44 [2021-02-05T05:46:06.956Z] v2.0.0-dev.45 [2021-02-05T05:46:06.956Z] v2.0.0-dev.46 [2021-02-05T05:46:06.956Z] v2.0.0-dev.47 [2021-02-05T05:46:06.956Z] v2.0.0-dev.48 [2021-02-05T05:46:06.956Z] v2.0.0-dev.49 [2021-02-05T05:46:06.956Z] v2.0.0-dev.5 [2021-02-05T05:46:06.956Z] v2.0.0-dev.50 [2021-02-05T05:46:06.956Z] v2.0.0-dev.51 [2021-02-05T05:46:06.956Z] v2.0.0-dev.52 [2021-02-05T05:46:06.956Z] v2.0.0-dev.53 [2021-02-05T05:46:06.956Z] v2.0.0-dev.54 [2021-02-05T05:46:06.956Z] v2.0.0-dev.55 [2021-02-05T05:46:06.956Z] v2.0.0-dev.56 [2021-02-05T05:46:06.956Z] v2.0.0-dev.57 [2021-02-05T05:46:06.956Z] v2.0.0-dev.58 [2021-02-05T05:46:06.956Z] v2.0.0-dev.59 [2021-02-05T05:46:06.956Z] v2.0.0-dev.6 [2021-02-05T05:46:06.956Z] v2.0.0-dev.60 [2021-02-05T05:46:06.956Z] v2.0.0-dev.61 [2021-02-05T05:46:06.956Z] v2.0.0-dev.62 [2021-02-05T05:46:06.956Z] v2.0.0-dev.63 [2021-02-05T05:46:06.956Z] v2.0.0-dev.64 [2021-02-05T05:46:06.956Z] v2.0.0-dev.65 [2021-02-05T05:46:06.956Z] v2.0.0-dev.66 [2021-02-05T05:46:06.956Z] v2.0.0-dev.67 [2021-02-05T05:46:06.956Z] v2.0.0-dev.68 [2021-02-05T05:46:06.956Z] v2.0.0-dev.69 [2021-02-05T05:46:06.956Z] v2.0.0-dev.7 [2021-02-05T05:46:06.956Z] v2.0.0-dev.70 [2021-02-05T05:46:06.956Z] v2.0.0-dev.71 [2021-02-05T05:46:06.956Z] v2.0.0-dev.72 [2021-02-05T05:46:06.956Z] v2.0.0-dev.73 [2021-02-05T05:46:06.956Z] v2.0.0-dev.74 [2021-02-05T05:46:06.956Z] v2.0.0-dev.75 [2021-02-05T05:46:06.956Z] v2.0.0-dev.76 [2021-02-05T05:46:06.956Z] v2.0.0-dev.77 [2021-02-05T05:46:06.956Z] v2.0.0-dev.78 [2021-02-05T05:46:06.956Z] v2.0.0-dev.8 [2021-02-05T05:46:06.956Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-05T05:46:07.252Z] + lftools sign git-tag v2.0.0-dev.78 [2021-02-05T05:46:08.194Z] Signing Git tag with Sigul... [2021-02-05T05:46:08.194Z] Signing v2.0.0-dev.78 [Pipeline] echo [2021-02-05T05:46:09.590Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:09.885Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-05T05:46:09.894Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-05T05:46:09.988Z] $ docker stop --time=1 c5c19c367fa613dc9fdabde3ab4d401d2c2d868c73b0a2bfbf4b77cba65a5c95 [2021-02-05T05:46:11.962Z] $ docker rm -f c5c19c367fa613dc9fdabde3ab4d401d2c2d868c73b0a2bfbf4b77cba65a5c95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:46:12.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:46:12.739Z] . [Pipeline] withDockerContainer [2021-02-05T05:46:12.829Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:46:12.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:46:13.575Z] $ docker top 7a82b4c509e1f40483ba6d3bf835a8b55ffc7800b95961b1227e029eb290edb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T05:46:13.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T05:46:13.968Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T05:46:14.173Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T05:46:14.176Z] $ docker exec 7a82b4c509e1f40483ba6d3bf835a8b55ffc7800b95961b1227e029eb290edb0 ssh-agent [2021-02-05T05:46:14.341Z] SSH_AUTH_SOCK=/tmp/ssh-OAWfThL0O0vF/agent.12 [2021-02-05T05:46:14.341Z] SSH_AGENT_PID=17 [2021-02-05T05:46:14.347Z] Running ssh-add (command line suppressed) [2021-02-05T05:46:14.467Z] Identity added: /w/workspace/edgex-go/343@tmp/private_key_5672593142740026540.key (/w/workspace/edgex-go/343@tmp/private_key_5672593142740026540.key) [2021-02-05T05:46:14.518Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T05:46:14.882Z] + git semver bump pre [2021-02-05T05:46:14.882Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T05:46:14.882Z] # $GIT_DIR = /w/workspace/edgex-go/343/.git [2021-02-05T05:46:14.882Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/343 [2021-02-05T05:46:14.882Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T05:46:14.882Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T05:46:14.882Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T05:46:14.882Z] # $SEMVER_BRANCH = master [2021-02-05T05:46:14.882Z] # $SEMVER_DIR = /w/workspace/edgex-go/343/.semver [2021-02-05T05:46:14.882Z] 2.0.0-dev.79 [Pipeline] } [2021-02-05T05:46:14.893Z] $ docker exec --env ******** --env ******** 7a82b4c509e1f40483ba6d3bf835a8b55ffc7800b95961b1227e029eb290edb0 ssh-agent -k [2021-02-05T05:46:15.025Z] unset SSH_AUTH_SOCK; [2021-02-05T05:46:15.025Z] unset SSH_AGENT_PID; [2021-02-05T05:46:15.025Z] echo Agent pid 17 killed; [2021-02-05T05:46:15.081Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T05:46:15.526Z] + git semver [Pipeline] } [2021-02-05T05:46:15.541Z] $ docker stop --time=1 7a82b4c509e1f40483ba6d3bf835a8b55ffc7800b95961b1227e029eb290edb0 [2021-02-05T05:46:16.894Z] $ docker rm -f 7a82b4c509e1f40483ba6d3bf835a8b55ffc7800b95961b1227e029eb290edb0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:46:17.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:46:17.524Z] . [Pipeline] withDockerContainer [2021-02-05T05:46:17.620Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:46:17.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:46:18.333Z] $ docker top 573bcfbd3ed3552a00c8b904475510c3ee4d7dab6b9167aee9c4a1beb497ec5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T05:46:18.628Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T05:46:18.629Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T05:46:18.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T05:46:18.812Z] $ docker exec 573bcfbd3ed3552a00c8b904475510c3ee4d7dab6b9167aee9c4a1beb497ec5f ssh-agent [2021-02-05T05:46:18.974Z] SSH_AUTH_SOCK=/tmp/ssh-tLjYR9J2TMQE/agent.11 [2021-02-05T05:46:18.974Z] SSH_AGENT_PID=17 [2021-02-05T05:46:18.981Z] Running ssh-add (command line suppressed) [2021-02-05T05:46:19.099Z] Identity added: /w/workspace/edgex-go/343@tmp/private_key_3306167958233733439.key (/w/workspace/edgex-go/343@tmp/private_key_3306167958233733439.key) [2021-02-05T05:46:19.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T05:46:19.512Z] + git semver push [2021-02-05T05:46:19.512Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T05:46:19.512Z] # $GIT_DIR = /w/workspace/edgex-go/343/.git [2021-02-05T05:46:19.512Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/343 [2021-02-05T05:46:19.512Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T05:46:19.512Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T05:46:19.512Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T05:46:19.512Z] # $SEMVER_BRANCH = master [2021-02-05T05:46:19.512Z] # $SEMVER_DIR = /w/workspace/edgex-go/343/.semver [Pipeline] } [2021-02-05T05:46:29.530Z] $ docker exec --env ******** --env ******** 573bcfbd3ed3552a00c8b904475510c3ee4d7dab6b9167aee9c4a1beb497ec5f ssh-agent -k [2021-02-05T05:46:29.663Z] unset SSH_AUTH_SOCK; [2021-02-05T05:46:29.663Z] unset SSH_AGENT_PID; [2021-02-05T05:46:29.663Z] echo Agent pid 17 killed; [2021-02-05T05:46:29.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T05:46:30.218Z] + git semver [Pipeline] } [2021-02-05T05:46:30.235Z] $ docker stop --time=1 573bcfbd3ed3552a00c8b904475510c3ee4d7dab6b9167aee9c4a1beb497ec5f [2021-02-05T05:46:31.583Z] $ docker rm -f 573bcfbd3ed3552a00c8b904475510c3ee4d7dab6b9167aee9c4a1beb497ec5f [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-05T05:46:32.713Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:33.580Z] ---> package-listing.sh [2021-02-05T05:46:33.580Z] ++ facter osfamily [2021-02-05T05:46:33.580Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T05:46:33.580Z] + OS_FAMILY=redhat [2021-02-05T05:46:33.580Z] + workspace=/w/workspace/edgex-go/343 [2021-02-05T05:46:33.580Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T05:46:33.580Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T05:46:33.580Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T05:46:33.580Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T05:46:33.580Z] + '[' /w/workspace/edgex-go/343 ']' [2021-02-05T05:46:33.580Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T05:46:33.580Z] + case "${OS_FAMILY}" in [2021-02-05T05:46:33.580Z] + rpm -qa [2021-02-05T05:46:33.580Z] + sort [2021-02-05T05:46:38.875Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T05:46:38.875Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T05:46:38.875Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T05:46:38.875Z] + '[' /w/workspace/edgex-go/343 ']' [2021-02-05T05:46:38.875Z] + mkdir -p /w/workspace/edgex-go/343/archives/ [2021-02-05T05:46:38.875Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/343/archives/ [Pipeline] echo [2021-02-05T05:46:38.888Z] 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/343/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T05:46:39.240Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:46:39.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T05:46:39.541Z] [2021-02-05T05:46:39.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:46:39.883Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T05:46:39.883Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T05:46:39.883Z] df20fa9351a1: Pulling fs layer [2021-02-05T05:46:39.883Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T05:46:39.883Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T05:46:39.883Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T05:46:39.883Z] 93b61091891f: Pulling fs layer [2021-02-05T05:46:39.883Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T05:46:39.883Z] 5e14af77c1be: Pulling fs layer [2021-02-05T05:46:39.883Z] 01666e4c0597: Pulling fs layer [2021-02-05T05:46:39.883Z] aa168da1d23b: Pulling fs layer [2021-02-05T05:46:39.883Z] 93b9cdb0e59b: Waiting [2021-02-05T05:46:39.883Z] 5e14af77c1be: Waiting [2021-02-05T05:46:39.883Z] 01666e4c0597: Waiting [2021-02-05T05:46:39.883Z] aa168da1d23b: Waiting [2021-02-05T05:46:39.883Z] 93b61091891f: Waiting [2021-02-05T05:46:39.883Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T05:46:39.883Z] 46f8f816bc3b: Download complete [2021-02-05T05:46:40.145Z] df20fa9351a1: Verifying Checksum [2021-02-05T05:46:40.145Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T05:46:40.145Z] 93b9cdb0e59b: Download complete [2021-02-05T05:46:40.145Z] 5e14af77c1be: Verifying Checksum [2021-02-05T05:46:40.145Z] 5e14af77c1be: Download complete [2021-02-05T05:46:40.145Z] 93b61091891f: Verifying Checksum [2021-02-05T05:46:40.145Z] 93b61091891f: Download complete [2021-02-05T05:46:40.145Z] 01666e4c0597: Verifying Checksum [2021-02-05T05:46:40.145Z] 01666e4c0597: Download complete [2021-02-05T05:46:40.407Z] df20fa9351a1: Pull complete [2021-02-05T05:46:40.407Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T05:46:40.407Z] 8ad3a11d3b57: Download complete [2021-02-05T05:46:40.668Z] 36b3adc4ff6f: Pull complete [2021-02-05T05:46:42.590Z] aa168da1d23b: Verifying Checksum [2021-02-05T05:46:42.590Z] aa168da1d23b: Download complete [2021-02-05T05:46:42.590Z] 8ad3a11d3b57: Pull complete [2021-02-05T05:46:42.590Z] 46f8f816bc3b: Pull complete [2021-02-05T05:46:43.535Z] 93b61091891f: Pull complete [2021-02-05T05:46:43.535Z] 93b9cdb0e59b: Pull complete [2021-02-05T05:46:43.798Z] 5e14af77c1be: Pull complete [2021-02-05T05:46:44.060Z] 01666e4c0597: Pull complete [2021-02-05T05:46:50.665Z] aa168da1d23b: Pull complete [2021-02-05T05:46:50.665Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T05:46:50.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T05:46:50.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T05:46:50.831Z] prd-centos7-docker-4c-2g-25188 does not seem to be running inside a container [2021-02-05T05:46:50.872Z] $ 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/343/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/343 -v /w/workspace/edgex-go/343:/w/workspace/edgex-go/343:rw,z -v /w/workspace/edgex-go/343@tmp:/w/workspace/edgex-go/343@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-05T05:46:54.098Z] $ docker top 0c8700110d66ec622c78efafd48fb8ed84d98bee679efaa6bdf324a4b9c76a01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:46:54.587Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T05:46:54.922Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T05:46:55.220Z] + ls /var/log/sa-host [2021-02-05T05:46:55.220Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T05:46:55.220Z] file_magic: OK [2021-02-05T05:46:55.220Z] HZ: Using current value: 100 [2021-02-05T05:46:55.220Z] file_header: OK [2021-02-05T05:46:55.220Z] 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-05T05:46:55.220Z] Statistics: [2021-02-05T05:46:55.220Z] 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-05T05:46:55.220Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T05:46:55.220Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T05:46:55.220Z] file_magic: OK [2021-02-05T05:46:55.220Z] HZ: Using current value: 100 [2021-02-05T05:46:55.220Z] file_header: OK [2021-02-05T05:46:55.220Z] 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-05T05:46:55.220Z] Statistics: [2021-02-05T05:46:55.220Z] Hnuu...uuuununununu... [2021-02-05T05:46:55.220Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T05:46:55.432Z] provisioning config files... [2021-02-05T05:46:55.448Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/343@tmp/config7908319241584559353tmp [Pipeline] { [Pipeline] echo [2021-02-05T05:46:55.536Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:55.834Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T05:46:55.847Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T05:46:55.942Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:56.236Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T05:46:56.246Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:56.538Z] ---> sudo-logs.sh [2021-02-05T05:46:56.538Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T05:46:56.549Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:56.842Z] ---> job-cost.sh [2021-02-05T05:46:56.842Z] lf-activate-venv: SKIPPING [2021-02-05T05:46:56.842Z] INFO: No Stack... [2021-02-05T05:46:57.786Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T05:46:58.357Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T05:46:58.370Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:46:58.659Z] ---> logs-deploy.sh [2021-02-05T05:46:58.659Z] lf-activate-venv: SKIPPING [2021-02-05T05:46:58.659Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/343 [2021-02-05T05:46:58.659Z] INFO: archiving workspace using pattern(s): [2021-02-05T05:47:00.044Z] Archives upload complete. [2021-02-05T05:47:00.044Z] INFO: archiving logs to Nexus