Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ffeef0baf9084ef973288a9a81981f0cc896aaf1 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1188 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/449 [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/449 # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 (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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 Commit message: "Merge pull request #3384 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.17" > git rev-list --no-walk b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T15:52:38.978Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T15:52:39.071Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T15:52:39.098Z] ========================================================= [2021-04-20T15:52:39.098Z] EdgeX Global Pipelines Version Info [2021-04-20T15:52:39.098Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:52:40.546Z] ------------------- [2021-04-20T15:52:40.546Z] stable info: [2021-04-20T15:52:40.546Z] ------------------- [2021-04-20T15:52:40.546Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T15:52:40.546Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T15:52:40.546Z] Message: update stable to v1.0.186 [2021-04-20T15:52:41.494Z] ------------------- [2021-04-20T15:52:41.494Z] experimental info: [2021-04-20T15:52:41.494Z] ------------------- [2021-04-20T15:52:41.494Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T15:52:41.494Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T15:52:41.494Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T15:52:41.612Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T15:52:41.633Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T15:52:41.654Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T15:52:41.675Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T15:52:41.696Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T15:52:41.738Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T15:52:41.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T15:52:41.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T15:52:41.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T15:52:41.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T15:52:41.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T15:52:41.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T15:52:41.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T15:52:41.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T15:52:41.947Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:52:41.969Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:52:41.990Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T15:52:42.046Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T15:52:42.068Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T15:52:42.089Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T15:52:42.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T15:52:42.132Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T15:52:42.153Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-20T15:52:42.194Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-20T15:52:42.215Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-20T15:52:42.237Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] echo [2021-04-20T15:52:42.257Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffeef0b [Pipeline] echo [2021-04-20T15:52:42.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:52:42.378Z] provisioning config files... [2021-04-20T15:52:42.412Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config6096464468529266940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:52:42.735Z] ---> docker-login.sh [2021-04-20T15:52:42.735Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:52:42.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:52:42.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:52:42.998Z] Configure a credential helper to remove this warning. See [2021-04-20T15:52:42.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:52:42.998Z] [2021-04-20T15:52:42.998Z] Login Succeeded [2021-04-20T15:52:42.998Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:52:43.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:52:43.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:52:43.263Z] Configure a credential helper to remove this warning. See [2021-04-20T15:52:43.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:52:43.263Z] [2021-04-20T15:52:43.263Z] Login Succeeded [2021-04-20T15:52:43.263Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:52:43.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:52:43.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:52:43.528Z] Configure a credential helper to remove this warning. See [2021-04-20T15:52:43.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:52:43.528Z] [2021-04-20T15:52:43.528Z] Login Succeeded [2021-04-20T15:52:43.528Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:52:43.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:52:43.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:52:43.792Z] Configure a credential helper to remove this warning. See [2021-04-20T15:52:43.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:52:43.792Z] [2021-04-20T15:52:43.792Z] Login Succeeded [2021-04-20T15:52:43.792Z] docker.io [2021-04-20T15:52:43.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:52:44.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:52:44.056Z] Configure a credential helper to remove this warning. See [2021-04-20T15:52:44.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:52:44.056Z] [2021-04-20T15:52:44.056Z] Login Succeeded [2021-04-20T15:52:44.056Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:52:44.066Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:52:44.402Z] ++ 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-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T15:52:44.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:52:44.402Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:52:44.402Z] ++ cut -d/ -f2 [2021-04-20T15:52:44.402Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T15:52:44.493Z] 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-04-20T15:52:45.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:52:45.171Z] [2021-04-20T15:52:45.171Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:52:45.499Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:52:45.499Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T15:52:45.499Z] 31603596830f: Pulling fs layer [2021-04-20T15:52:45.499Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T15:52:45.499Z] 6ca5941a6612: Pulling fs layer [2021-04-20T15:52:45.499Z] ecc8261a40a4: Pulling fs layer [2021-04-20T15:52:45.499Z] ecc8261a40a4: Waiting [2021-04-20T15:52:45.499Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T15:52:45.499Z] 2a8b12db71e7: Download complete [2021-04-20T15:52:45.499Z] 31603596830f: Verifying Checksum [2021-04-20T15:52:45.499Z] 31603596830f: Download complete [2021-04-20T15:52:45.774Z] ecc8261a40a4: Verifying Checksum [2021-04-20T15:52:45.774Z] ecc8261a40a4: Download complete [2021-04-20T15:52:45.774Z] 6ca5941a6612: Verifying Checksum [2021-04-20T15:52:45.774Z] 6ca5941a6612: Download complete [2021-04-20T15:52:46.035Z] 31603596830f: Pull complete [2021-04-20T15:52:46.035Z] 2a8b12db71e7: Pull complete [2021-04-20T15:52:46.995Z] 6ca5941a6612: Pull complete [2021-04-20T15:52:47.263Z] ecc8261a40a4: Pull complete [2021-04-20T15:52:47.263Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T15:52:47.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:52:47.263Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T15:52:47.384Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T15:52:47.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T15:52:50.057Z] $ docker top fa57753905d5f56818c937ef0ea6f78b22f72f5b90645c779dbbee53d3fe7748 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T15:52:50.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:52:50.245Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:52:50.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:52:50.496Z] $ docker exec fa57753905d5f56818c937ef0ea6f78b22f72f5b90645c779dbbee53d3fe7748 ssh-agent [2021-04-20T15:52:50.667Z] SSH_AUTH_SOCK=/tmp/ssh-o6cPEvvkEte8/agent.12 [2021-04-20T15:52:50.667Z] SSH_AGENT_PID=17 [2021-04-20T15:52:50.680Z] Running ssh-add (command line suppressed) [2021-04-20T15:52:50.800Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_5634843933665375171.key (/w/workspace/edgex-go/449@tmp/private_key_5634843933665375171.key) [2021-04-20T15:52:50.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:52:51.156Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T15:52:51.179Z] $ docker exec --env ******** --env ******** fa57753905d5f56818c937ef0ea6f78b22f72f5b90645c779dbbee53d3fe7748 ssh-agent -k [2021-04-20T15:52:51.292Z] unset SSH_AUTH_SOCK; [2021-04-20T15:52:51.292Z] unset SSH_AGENT_PID; [2021-04-20T15:52:51.292Z] echo Agent pid 17 killed; [2021-04-20T15:52:51.341Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T15:52:51.379Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:52:51.379Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:52:51.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:52:51.547Z] $ docker exec fa57753905d5f56818c937ef0ea6f78b22f72f5b90645c779dbbee53d3fe7748 ssh-agent [2021-04-20T15:52:51.714Z] SSH_AUTH_SOCK=/tmp/ssh-UK3PAa1fZxoa/agent.46 [2021-04-20T15:52:51.714Z] SSH_AGENT_PID=52 [2021-04-20T15:52:51.721Z] Running ssh-add (command line suppressed) [2021-04-20T15:52:51.839Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_1345019923686718390.key (/w/workspace/edgex-go/449@tmp/private_key_1345019923686718390.key) [2021-04-20T15:52:51.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:52:52.197Z] + git semver init [2021-04-20T15:52:52.197Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T15:52:52.197Z] # $GIT_DIR = /w/workspace/edgex-go/449/.git [2021-04-20T15:52:52.197Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/449 [2021-04-20T15:52:52.197Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T15:52:52.197Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T15:52:52.197Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T15:52:52.197Z] # $SEMVER_BRANCH = master [2021-04-20T15:52:52.197Z] # $SEMVER_TEMP = /tmp/semver-922182819 [2021-04-20T15:52:52.197Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T15:53:18.837Z] # '/tmp/semver-922182819' -> '/w/workspace/edgex-go/449/.semver' [2021-04-20T15:53:18.837Z] # -> Force: false [2021-04-20T15:53:18.837Z] # $SEMVER_DIR = /w/workspace/edgex-go/449/.semver [Pipeline] } [2021-04-20T15:53:18.853Z] $ docker exec --env ******** --env ******** fa57753905d5f56818c937ef0ea6f78b22f72f5b90645c779dbbee53d3fe7748 ssh-agent -k [2021-04-20T15:53:19.085Z] unset SSH_AUTH_SOCK; [2021-04-20T15:53:19.086Z] unset SSH_AGENT_PID; [2021-04-20T15:53:19.086Z] echo Agent pid 52 killed; [2021-04-20T15:53:19.164Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:53:19.507Z] + git semver [Pipeline] } [2021-04-20T15:53:19.532Z] $ docker stop --time=1 fa57753905d5f56818c937ef0ea6f78b22f72f5b90645c779dbbee53d3fe7748 [2021-04-20T15:53:21.415Z] $ docker rm -f fa57753905d5f56818c937ef0ea6f78b22f72f5b90645c779dbbee53d3fe7748 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:53:21.906Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T15:53:22.358Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T15:53:22.361Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.181 [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-04-20T15:53:22.935Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:53:23.299Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:53:23.613Z] + sudo service docker restart [2021-04-20T15:53:23.613Z] + true [2021-04-20T15:53:23.613Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T15:53:24.204Z] ========================================================= [2021-04-20T15:53:24.204Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T15:53:24.204Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:53:24.518Z] + 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-04-20T15:53:28.755Z] Sending build context to Docker daemon 329.6MB [2021-04-20T15:53:28.755Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:53:28.755Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:53:29.022Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T15:53:29.022Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T15:53:29.022Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T15:53:29.022Z] de9db76c5a1d: Pulling fs layer [2021-04-20T15:53:29.022Z] bca2f99d35d6: Pulling fs layer [2021-04-20T15:53:29.022Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T15:53:29.022Z] 7c6f9722023f: Pulling fs layer [2021-04-20T15:53:29.022Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T15:53:29.022Z] 93359f2a8cfa: Waiting [2021-04-20T15:53:29.022Z] 7c6f9722023f: Waiting [2021-04-20T15:53:29.022Z] a35cf1a2eb13: Waiting [2021-04-20T15:53:29.022Z] bca2f99d35d6: Waiting [2021-04-20T15:53:29.022Z] de9db76c5a1d: Verifying Checksum [2021-04-20T15:53:29.022Z] de9db76c5a1d: Download complete [2021-04-20T15:53:29.022Z] 0ef7d3d256c8: Download complete [2021-04-20T15:53:29.022Z] 93359f2a8cfa: Download complete [2021-04-20T15:53:29.022Z] 7c6f9722023f: Verifying Checksum [2021-04-20T15:53:29.022Z] 7c6f9722023f: Download complete [2021-04-20T15:53:29.022Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T15:53:29.022Z] 188c0c94c7c5: Download complete [2021-04-20T15:53:29.602Z] 188c0c94c7c5: Pull complete [2021-04-20T15:53:29.602Z] 0ef7d3d256c8: Pull complete [2021-04-20T15:53:29.866Z] de9db76c5a1d: Pull complete [2021-04-20T15:53:31.283Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T15:53:31.283Z] a35cf1a2eb13: Download complete [2021-04-20T15:53:31.883Z] bca2f99d35d6: Verifying Checksum [2021-04-20T15:53:31.883Z] bca2f99d35d6: Download complete [2021-04-20T15:53:37.508Z] Still waiting to schedule task [2021-04-20T15:53:37.509Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ [2021-04-20T15:53:38.543Z] bca2f99d35d6: Pull complete [2021-04-20T15:53:38.543Z] 93359f2a8cfa: Pull complete [2021-04-20T15:53:38.543Z] 7c6f9722023f: Pull complete [2021-04-20T15:53:41.905Z] a35cf1a2eb13: Pull complete [2021-04-20T15:53:41.905Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T15:53:41.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T15:53:41.905Z] ---> a62c8e92a672 [2021-04-20T15:53:41.905Z] 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-04-20T15:53:42.169Z] ---> Running in a6e3c5ee5449 [2021-04-20T15:53:43.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:53:43.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:53:44.309Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:53:44.886Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:53:44.886Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:53:44.886Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:53:51.521Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:53:51.521Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:53:51.521Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:53:51.521Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:53:51.521Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:53:51.521Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:53:51.521Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:53:51.521Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:53:51.521Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:53:51.521Z] OK: 233 MiB in 51 packages [2021-04-20T15:53:54.871Z] Removing intermediate container a6e3c5ee5449 [2021-04-20T15:53:54.871Z] ---> 6f02861c874b [2021-04-20T15:53:54.871Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:53:54.871Z] ---> Running in bbd3956f8597 [2021-04-20T15:53:55.136Z] Removing intermediate container bbd3956f8597 [2021-04-20T15:53:55.136Z] ---> 5182b7e0466b [2021-04-20T15:53:55.136Z] Step 5/6 : COPY go.mod . [2021-04-20T15:53:55.403Z] ---> 6bc2f3471b14 [2021-04-20T15:53:55.403Z] Step 6/6 : RUN go mod download [2021-04-20T15:53:55.403Z] ---> Running in 84992a56a727 [2021-04-20T15:54:17.410Z] Removing intermediate container 84992a56a727 [2021-04-20T15:54:17.410Z] ---> 78ec24acd00b [2021-04-20T15:54:17.410Z] Successfully built 78ec24acd00b [2021-04-20T15:54:17.410Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:54:17.741Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:54:17.741Z] . [Pipeline] withDockerContainer [2021-04-20T15:54:17.858Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T15:54:17.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:54:19.043Z] $ docker top c55a78f40ae6b10dda8d5dce36ef405371b39d9c7df7ef68329700f631134a77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:54:19.516Z] + go version [2021-04-20T15:54:19.517Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T15:54:19.534Z] $ docker stop --time=1 c55a78f40ae6b10dda8d5dce36ef405371b39d9c7df7ef68329700f631134a77 [2021-04-20T15:54:20.940Z] $ docker rm -f c55a78f40ae6b10dda8d5dce36ef405371b39d9c7df7ef68329700f631134a77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:54:21.438Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:54:21.438Z] . [Pipeline] withDockerContainer [2021-04-20T15:54:21.546Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T15:54:21.599Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:54:22.340Z] $ docker top dbc706273f129f164030927c5f350e398c8a7cf717fc334f2c4547b180a91a02 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:54:22.457Z] ========================================================= [2021-04-20T15:54:22.457Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:54:22.457Z] ========================================================= [Pipeline] sh [2021-04-20T15:54:22.753Z] + make test [2021-04-20T15:54:22.753Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:54:32.844Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:54:55.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T15:55:00.382Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T15:55:00.382Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T15:55:00.382Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T15:55:01.367Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T15:55:01.367Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T15:55:01.367Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T15:55:01.635Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T15:55:02.630Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T15:55:03.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T15:55:05.836Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T15:55:05.836Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T15:55:05.836Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T15:55:08.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 45.9% of statements [2021-04-20T15:55:08.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T15:55:08.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T15:55:08.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T15:55:08.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T15:55:08.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T15:55:08.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T15:55:08.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.097s coverage: 19.8% of statements [2021-04-20T15:55:08.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.128s coverage: 100.0% of statements [2021-04-20T15:55:13.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T15:55:13.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T15:55:13.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T15:55:13.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 71.3% of statements [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T15:55:13.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.192s coverage: 82.9% of statements [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:55:13.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.112s coverage: 78.9% of statements [2021-04-20T15:55:13.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T15:55:17.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T15:55:17.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.128s coverage: 100.0% of statements [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T15:55:17.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T15:55:17.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.195s coverage: 86.7% of statements [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T15:55:17.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.179s coverage: 97.5% of statements [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T15:55:17.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T15:55:17.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T15:55:20.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.531s coverage: 93.0% of statements [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T15:55:20.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T15:55:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T15:55:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.9% of statements [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T15:55:20.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T15:55:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements [2021-04-20T15:55:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.112s coverage: 79.5% of statements [2021-04-20T15:55:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.109s coverage: 94.1% of statements [2021-04-20T15:55:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-04-20T15:55:20.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-04-20T15:55:33.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-04-20T15:55:33.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-20T15:55:35.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.282s coverage: 81.9% of statements [2021-04-20T15:55:35.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.094s coverage: 92.9% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 77.8% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.095s coverage: 84.6% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.6% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.285s coverage: 64.4% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 69.0% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 38.4% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.173s coverage: 47.0% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.062s coverage: 9.6% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T15:55:46.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.163s coverage: 88.6% of statements [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:55:46.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T15:55:47.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.944s coverage: 28.7% of statements [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T15:55:47.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T15:55:47.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T15:55:47.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.101s coverage: 64.6% of statements [2021-04-20T15:55:47.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T15:55:48.044Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.126s coverage: 95.6% of statements [2021-04-20T15:55:48.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T15:55:48.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:55:48.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T15:55:48.045Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-04-20T15:55:48.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T15:55:48.045Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-04-20T15:55:48.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T15:55:48.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T15:55:48.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T15:55:48.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T15:55:48.312Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-04-20T15:55:48.312Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T15:55:48.312Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T15:55:48.312Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-04-20T15:55:48.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 28.1% of statements [2021-04-20T15:55:48.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-20T15:55:49.426Z] GO111MODULE=on go vet ./... [2021-04-20T15:56:21.728Z] gofmt -l . [2021-04-20T15:56:21.728Z] [ "`gofmt -l .`" = "" ] [2021-04-20T15:56:22.316Z] ./bin/test-go-mod-tidy.sh [2021-04-20T15:56:23.291Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T15:56:24.557Z] + ls -al . [2021-04-20T15:56:24.557Z] total 812 [2021-04-20T15:56:24.557Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 15:56 . [2021-04-20T15:56:24.557Z] drwxr-xr-x 4 root root 32 Apr 20 15:54 .. [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:52 .dockerignore [2021-04-20T15:56:24.557Z] drwxrwxr-x 8 1001 1001 162 Apr 20 15:52 .git [2021-04-20T15:56:24.557Z] drwxrwxr-x 3 1001 1001 125 Apr 20 15:52 .github [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:52 .gitignore [2021-04-20T15:56:24.557Z] drwx------ 3 1001 1001 45 Apr 20 15:53 .semver [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:52 .sonarcloud.properties [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:52 Attribution.txt [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:52 CONTRIBUTING.md [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:52 Dockerfile.build [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:52 Jenkinsfile [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:52 LICENSE [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:52 Makefile [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:52 README.md [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:52 SECURITY.md [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 13 Apr 20 15:53 VERSION [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:52 ZMQWindows.md [2021-04-20T15:56:24.557Z] drwxrwxr-x 2 1001 1001 117 Apr 20 15:52 bin [2021-04-20T15:56:24.557Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:52 cmd [2021-04-20T15:56:24.557Z] -rw-r--r-- 1 root root 703598 Apr 20 15:55 coverage.out [2021-04-20T15:56:24.557Z] -rw-r--r-- 1 root root 1058 Apr 20 15:56 go.mod [2021-04-20T15:56:24.557Z] -rw-r--r-- 1 root root 22071 Apr 20 15:56 go.sum [2021-04-20T15:56:24.557Z] drwxrwxr-x 8 1001 1001 127 Apr 20 15:52 internal [2021-04-20T15:56:24.557Z] drwxrwxr-x 4 1001 1001 26 Apr 20 15:52 openapi [2021-04-20T15:56:24.557Z] drwxrwxr-x 4 1001 1001 71 Apr 20 15:52 snap [2021-04-20T15:56:24.557Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:52 version.go [Pipeline] sh [2021-04-20T15:56:24.867Z] + '[' -e coverage.out ] [2021-04-20T15:56:24.868Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T15:56:25.073Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T15:56:25.393Z] + make build [2021-04-20T15:56:25.393Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T15:56:29.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T15:56:39.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T15:56:41.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T15:56:43.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T15:56:43.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T15:56:45.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T15:56:47.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T15:56:49.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T15:56:51.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T15:56:52.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T15:56:54.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T15:56:56.665Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1199 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-20T15:56:56.683Z] Running in /w/workspace/edgex-go/449 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-04-20T15:56:57.533Z] $ docker stop --time=1 dbc706273f129f164030927c5f350e398c8a7cf717fc334f2c4547b180a91a02 [2021-04-20T15:56:59.249Z] $ docker rm -f dbc706273f129f164030927c5f350e398c8a7cf717fc334f2c4547b180a91a02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:57:01.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:57:01.827Z] [2021-04-20T15:57:01.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:57:02.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:57:02.149Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T15:57:02.149Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T15:57:02.149Z] ca9280d653b3: Pulling fs layer [2021-04-20T15:57:02.149Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T15:57:02.295Z] using credential edgex-jenkins-ssh [2021-04-20T15:57:02.339Z] Cloning the remote Git repository [2021-04-20T15:57:02.420Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T15:57:02.420Z] cbdbe7a5bc2a: Download complete [2021-04-20T15:57:02.686Z] ca9280d653b3: Verifying Checksum [2021-04-20T15:57:02.686Z] ca9280d653b3: Download complete [2021-04-20T15:57:02.960Z] cbdbe7a5bc2a: Pull complete [2021-04-20T15:57:02.449Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:57:02.567Z] > git init /w/workspace/edgex-go/449 # timeout=10 [2021-04-20T15:57:02.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:57:02.676Z] > git --version # timeout=10 [2021-04-20T15:57:02.698Z] > git --version # 'git version 2.17.1' [2021-04-20T15:57:02.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:57:02.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:57:03.922Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T15:57:03.922Z] 7e9c9ca2126c: Download complete [2021-04-20T15:57:04.192Z] ca9280d653b3: Pull complete [2021-04-20T15:57:10.846Z] 7e9c9ca2126c: Pull complete [2021-04-20T15:57:10.846Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T15:57:10.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:57:10.846Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T15:57:11.043Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T15:57:11.088Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T15:57:14.096Z] $ docker top 9fc8636cd9bb3b9b3aca6dca8b99cf5596b09f10d6e345e871a8d0cf2d49bfe9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:57:14.510Z] + docker-compose build --help [2021-04-20T15:57:14.510Z] + grep parallel [2021-04-20T15:57:15.461Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T15:57:15.477Z] $ docker stop --time=1 9fc8636cd9bb3b9b3aca6dca8b99cf5596b09f10d6e345e871a8d0cf2d49bfe9 [2021-04-20T15:57:16.861Z] $ docker rm -f 9fc8636cd9bb3b9b3aca6dca8b99cf5596b09f10d6e345e871a8d0cf2d49bfe9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:57:17.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:57:17.339Z] . [Pipeline] withDockerContainer [2021-04-20T15:57:17.441Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T15:57:17.492Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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-04-20T15:57:18.324Z] $ docker top ed9ef93f0c3194e316f5fa5c97034c5fa6ef2b171887594b84402dcdeaabb62a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:57:18.907Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T15:57:19.943Z] Building docker-core-command-go ... [2021-04-20T15:57:19.943Z] Building docker-core-data-go ... [2021-04-20T15:57:19.943Z] Building docker-core-metadata-go ... [2021-04-20T15:57:19.943Z] Building docker-security-bootstrapper-go ... [2021-04-20T15:57:19.943Z] Building docker-security-proxy-setup-go ... [2021-04-20T15:57:19.943Z] Building docker-security-secretstore-setup-go ... [2021-04-20T15:57:19.943Z] Building docker-support-notifications-go ... [2021-04-20T15:57:19.943Z] Building docker-support-scheduler-go ... [2021-04-20T15:57:19.943Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T15:57:19.943Z] Building docker-security-proxy-setup-go [2021-04-20T15:57:19.943Z] Building docker-security-secretstore-setup-go [2021-04-20T15:57:19.943Z] Building docker-sys-mgmt-agent-go [2021-04-20T15:57:19.944Z] Building docker-support-scheduler-go [2021-04-20T15:57:19.944Z] Building docker-core-command-go [2021-04-20T15:57:20.312Z] Checking out Revision ffeef0baf9084ef973288a9a81981f0cc896aaf1 (master) [2021-04-20T15:57:19.571Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:57:19.590Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:57:19.616Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:57:19.654Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:57:19.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:57:19.670Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T15:57:20.327Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:57:20.347Z] > git checkout -f ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 [2021-04-20T15:57:24.827Z] Commit message: "Merge pull request #3384 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.17" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T15:57:26.128Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:57:26.543Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:57:26.891Z] + + true [2021-04-20T15:57:26.892Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:57:29.565Z] provisioning config files... [2021-04-20T15:57:29.612Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config2972447457737224137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:57:29.999Z] ---> docker-login.sh [2021-04-20T15:57:29.999Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:57:30.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:57:31.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:57:31.252Z] Configure a credential helper to remove this warning. See [2021-04-20T15:57:31.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:57:31.252Z] [2021-04-20T15:57:31.252Z] Login Succeeded [2021-04-20T15:57:31.252Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:57:31.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:57:31.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:57:31.862Z] Configure a credential helper to remove this warning. See [2021-04-20T15:57:31.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:57:31.862Z] [2021-04-20T15:57:31.862Z] Login Succeeded [2021-04-20T15:57:31.862Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:57:32.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:57:32.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:57:32.415Z] Configure a credential helper to remove this warning. See [2021-04-20T15:57:32.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:57:32.416Z] [2021-04-20T15:57:32.416Z] Login Succeeded [2021-04-20T15:57:32.416Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:57:32.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:57:32.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:57:32.964Z] Configure a credential helper to remove this warning. See [2021-04-20T15:57:32.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:57:32.964Z] [2021-04-20T15:57:32.964Z] Login Succeeded [2021-04-20T15:57:32.964Z] docker.io [2021-04-20T15:57:33.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:57:33.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:57:33.512Z] Configure a credential helper to remove this warning. See [2021-04-20T15:57:33.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:57:33.512Z] [2021-04-20T15:57:33.512Z] Login Succeeded [2021-04-20T15:57:33.512Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:57:33.530Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T15:57:33.833Z] ========================================================= [2021-04-20T15:57:33.834Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T15:57:33.834Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:57:34.200Z] + 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-04-20T15:57:36.852Z] Sending build context to Docker daemon 167.4MB [2021-04-20T15:57:36.852Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:57:36.852Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:57:36.852Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T15:57:36.852Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T15:57:36.852Z] a4357932f1b6: Pulling fs layer [2021-04-20T15:57:36.852Z] 18c013af1878: Pulling fs layer [2021-04-20T15:57:36.852Z] 00ac8860ef70: Pulling fs layer [2021-04-20T15:57:36.852Z] 63d7cb157983: Pulling fs layer [2021-04-20T15:57:36.852Z] b116817d02f9: Pulling fs layer [2021-04-20T15:57:36.852Z] 745a02a5169b: Pulling fs layer [2021-04-20T15:57:36.852Z] 00ac8860ef70: Waiting [2021-04-20T15:57:36.852Z] 63d7cb157983: Waiting [2021-04-20T15:57:36.852Z] b116817d02f9: Waiting [2021-04-20T15:57:36.852Z] 18c013af1878: Verifying Checksum [2021-04-20T15:57:36.852Z] 18c013af1878: Download complete [2021-04-20T15:57:36.852Z] 63d7cb157983: Verifying Checksum [2021-04-20T15:57:36.852Z] 63d7cb157983: Download complete [2021-04-20T15:57:36.852Z] b116817d02f9: Download complete [2021-04-20T15:57:36.852Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T15:57:36.852Z] 5f621e34cdf4: Download complete [2021-04-20T15:57:37.481Z] 5f621e34cdf4: Pull complete [2021-04-20T15:57:38.086Z] a4357932f1b6: Pull complete [2021-04-20T15:57:38.362Z] 18c013af1878: Pull complete [2021-04-20T15:57:38.970Z] 745a02a5169b: Verifying Checksum [2021-04-20T15:57:38.970Z] 745a02a5169b: Download complete [2021-04-20T15:57:39.954Z] 00ac8860ef70: Verifying Checksum [2021-04-20T15:57:39.954Z] 00ac8860ef70: Download complete [2021-04-20T15:57:50.124Z] 00ac8860ef70: Pull complete [2021-04-20T15:57:50.396Z] 63d7cb157983: Pull complete [2021-04-20T15:57:50.991Z] b116817d02f9: Pull complete [2021-04-20T15:57:54.396Z] 745a02a5169b: Pull complete [2021-04-20T15:57:54.396Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T15:57:54.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T15:57:54.396Z] ---> b7e6874047d6 [2021-04-20T15:57:54.396Z] 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-04-20T15:57:57.807Z] ---> Running in c27f7106000b [2021-04-20T15:57:59.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:57:59.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:58:00.823Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:58:00.824Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:58:00.824Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:58:01.094Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:58:06.952Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:58:06.953Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:58:06.953Z] ---> 78ec24acd00b [2021-04-20T15:58:06.953Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T15:58:06.953Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:58:06.953Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:58:06.953Z] ---> 78ec24acd00b [2021-04-20T15:58:06.953Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:58:06.953Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:58:06.953Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:58:06.953Z] ---> 78ec24acd00b [2021-04-20T15:58:06.953Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T15:58:06.953Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:58:06.953Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:58:06.953Z] ---> 78ec24acd00b [2021-04-20T15:58:06.953Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:58:06.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:58:06.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:58:06.953Z] ---> 78ec24acd00b [2021-04-20T15:58:06.953Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T15:58:06.953Z] ---> Running in d49bf6788669 [2021-04-20T15:58:06.953Z] ---> Running in db10eacfd8f9 [2021-04-20T15:58:06.953Z] ---> Running in c5a91069379f [2021-04-20T15:58:06.953Z] ---> Running in 45337010855a [2021-04-20T15:58:06.953Z] ---> Running in 65b4c65bac88 [2021-04-20T15:58:06.953Z] Removing intermediate container 45337010855a [2021-04-20T15:58:06.953Z] ---> 945da50f2ce2 [2021-04-20T15:58:06.953Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:58:06.953Z] Removing intermediate container d49bf6788669 [2021-04-20T15:58:06.953Z] ---> e3c526b57f84 [2021-04-20T15:58:06.953Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:58:06.953Z] Removing intermediate container db10eacfd8f9 [2021-04-20T15:58:06.953Z] ---> fe2e31bef9c8 [2021-04-20T15:58:06.953Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:58:06.953Z] Removing intermediate container c5a91069379f [2021-04-20T15:58:06.953Z] ---> 4c0df45c54d3 [2021-04-20T15:58:06.953Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:58:06.953Z] ---> Running in b6e2aa9a7f05 [2021-04-20T15:58:06.953Z] Removing intermediate container 65b4c65bac88 [2021-04-20T15:58:06.953Z] ---> ee8f0d0a57e9 [2021-04-20T15:58:06.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:58:06.953Z] ---> Running in 64a9f13f8709 [2021-04-20T15:58:06.953Z] ---> Running in 708f65606a09 [2021-04-20T15:58:06.953Z] ---> Running in b3699bf0d37e [2021-04-20T15:58:06.953Z] ---> Running in cb037c138917 [2021-04-20T15:58:08.429Z] Removing intermediate container b6e2aa9a7f05 [2021-04-20T15:58:08.429Z] ---> 37a1e3051cfd [2021-04-20T15:58:08.429Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T15:58:08.429Z] Removing intermediate container 64a9f13f8709 [2021-04-20T15:58:08.429Z] ---> b88839b1ec72 [2021-04-20T15:58:08.429Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T15:58:08.429Z] ---> Running in 1bd239e7eedd [2021-04-20T15:58:08.429Z] ---> Running in 49c3c1e708e4 [2021-04-20T15:58:08.429Z] Removing intermediate container b3699bf0d37e [2021-04-20T15:58:08.429Z] ---> f85717bb8cc4 [2021-04-20T15:58:08.429Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T15:58:08.692Z] ---> Running in ae1803d99800 [2021-04-20T15:58:08.692Z] Removing intermediate container 708f65606a09 [2021-04-20T15:58:08.692Z] ---> 8a80b3edbc98 [2021-04-20T15:58:08.692Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T15:58:08.692Z] Removing intermediate container cb037c138917 [2021-04-20T15:58:08.692Z] ---> bd81bb416b4f [2021-04-20T15:58:08.692Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T15:58:08.956Z] ---> Running in 486e7c0ccb1e [2021-04-20T15:58:08.956Z] ---> Running in ef4d584d1d6d [2021-04-20T15:58:09.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:09.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:10.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:10.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:10.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:10.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:10.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:11.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:11.074Z] OK: 233 MiB in 51 packages [2021-04-20T15:58:11.074Z] OK: 233 MiB in 51 packages [2021-04-20T15:58:11.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:11.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:11.950Z] OK: 233 MiB in 51 packages [2021-04-20T15:58:11.950Z] OK: 233 MiB in 51 packages [2021-04-20T15:58:11.950Z] Removing intermediate container 1bd239e7eedd [2021-04-20T15:58:11.950Z] ---> 8fb80328b930 [2021-04-20T15:58:11.950Z] Step 6/23 : COPY go.mod . [2021-04-20T15:58:11.950Z] Removing intermediate container 49c3c1e708e4 [2021-04-20T15:58:11.950Z] ---> 991e74c23890 [2021-04-20T15:58:11.950Z] Step 6/21 : COPY go.mod . [2021-04-20T15:58:11.950Z] OK: 233 MiB in 51 packages [2021-04-20T15:58:12.532Z] ---> 85c3d3bdfc30 [2021-04-20T15:58:12.532Z] Step 7/23 : RUN go mod download [2021-04-20T15:58:12.532Z] ---> 992d0d4e94b2 [2021-04-20T15:58:12.532Z] Step 7/21 : RUN go mod download [2021-04-20T15:58:12.799Z] ---> Running in c7e65bd7e742 [2021-04-20T15:58:12.799Z] ---> Running in 9e13e5b7225b [2021-04-20T15:58:12.799Z] Removing intermediate container ae1803d99800 [2021-04-20T15:58:12.799Z] ---> c359c4cc0aae [2021-04-20T15:58:12.799Z] Step 6/24 : COPY go.mod . [2021-04-20T15:58:13.069Z] Removing intermediate container 486e7c0ccb1e [2021-04-20T15:58:13.069Z] ---> 0d28d7f75ed3 [2021-04-20T15:58:13.069Z] Step 6/23 : COPY go.mod . [2021-04-20T15:58:13.364Z] Removing intermediate container ef4d584d1d6d [2021-04-20T15:58:13.364Z] ---> b0c2085851e7 [2021-04-20T15:58:13.364Z] Step 6/22 : COPY go.mod . [2021-04-20T15:58:13.634Z] ---> 6eedd5403342 [2021-04-20T15:58:13.634Z] Step 7/24 : RUN go mod download [2021-04-20T15:58:13.634Z] ---> Running in fefa9c85307d [2021-04-20T15:58:13.634Z] ---> 39a28f526797 [2021-04-20T15:58:13.634Z] Step 7/23 : RUN go mod download [2021-04-20T15:58:13.900Z] ---> f1528e546e9b [2021-04-20T15:58:13.900Z] Step 7/22 : RUN go mod download [2021-04-20T15:58:13.900Z] ---> Running in 188910d01f11 [2021-04-20T15:58:14.167Z] ---> Running in 651106bc19de [2021-04-20T15:58:16.150Z] Removing intermediate container 9e13e5b7225b [2021-04-20T15:58:16.150Z] ---> 81fbd490919b [2021-04-20T15:58:16.150Z] Step 8/21 : COPY . . [2021-04-20T15:58:16.150Z] Removing intermediate container c7e65bd7e742 [2021-04-20T15:58:16.150Z] ---> f8788fd69b12 [2021-04-20T15:58:16.150Z] Step 8/23 : COPY . . [2021-04-20T15:58:16.150Z] Removing intermediate container fefa9c85307d [2021-04-20T15:58:16.150Z] ---> 5632e853477e [2021-04-20T15:58:16.150Z] Step 8/24 : COPY . . [2021-04-20T15:58:19.378Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:58:19.379Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:58:19.379Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:58:19.379Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:58:19.379Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:58:19.379Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:58:19.379Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:58:19.379Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:58:19.379Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:58:19.379Z] OK: 217 MiB in 51 packages [2021-04-20T15:58:20.480Z] Removing intermediate container 188910d01f11 [2021-04-20T15:58:20.480Z] ---> ea5f42b4210a [2021-04-20T15:58:20.480Z] Step 8/23 : COPY . . [2021-04-20T15:58:20.480Z] Removing intermediate container 651106bc19de [2021-04-20T15:58:20.480Z] ---> 8a5b2cdd5875 [2021-04-20T15:58:20.480Z] Step 8/22 : COPY . . [2021-04-20T15:58:22.779Z] Removing intermediate container c27f7106000b [2021-04-20T15:58:22.779Z] ---> d1d77f016873 [2021-04-20T15:58:22.779Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:58:22.779Z] ---> Running in f76ee0f130d4 [2021-04-20T15:58:23.053Z] Removing intermediate container f76ee0f130d4 [2021-04-20T15:58:23.053Z] ---> 6aaacc4f148d [2021-04-20T15:58:23.053Z] Step 5/6 : COPY go.mod . [2021-04-20T15:58:23.647Z] ---> edcd13fdf68d [2021-04-20T15:58:23.647Z] Step 6/6 : RUN go mod download [2021-04-20T15:58:23.920Z] ---> Running in 90c8dd5d6b47 [2021-04-20T15:58:50.723Z] Removing intermediate container 90c8dd5d6b47 [2021-04-20T15:58:50.723Z] ---> 08399eecd513 [2021-04-20T15:58:50.723Z] Successfully built 08399eecd513 [2021-04-20T15:58:50.723Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:58:51.070Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T15:58:51.070Z] . [Pipeline] withDockerContainer [2021-04-20T15:58:51.373Z] prd-ubuntu18.04-docker-arm64-4c-16g-1199 does not seem to be running inside a container [2021-04-20T15:58:51.460Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T15:58:53.038Z] $ docker top 4b0220944af042da8ee302d02268709e74ffdac84580b066696cc0fb62ec4c2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:58:53.974Z] + go version [2021-04-20T15:58:53.974Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T15:58:53.992Z] $ docker stop --time=1 4b0220944af042da8ee302d02268709e74ffdac84580b066696cc0fb62ec4c2d [2021-04-20T15:58:55.958Z] $ docker rm -f 4b0220944af042da8ee302d02268709e74ffdac84580b066696cc0fb62ec4c2d [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-04-20T15:58:56.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:58:56.740Z] [2021-04-20T15:58:56.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:58:57.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:58:57.370Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T15:58:57.370Z] 29e5d40040c1: Pulling fs layer [2021-04-20T15:58:57.370Z] 1ce36da41761: Pulling fs layer [2021-04-20T15:58:57.370Z] 25b303627fd3: Pulling fs layer [2021-04-20T15:58:57.644Z] 29e5d40040c1: Verifying Checksum [2021-04-20T15:58:57.645Z] 29e5d40040c1: Download complete [2021-04-20T15:58:57.919Z] 1ce36da41761: Verifying Checksum [2021-04-20T15:58:57.919Z] 1ce36da41761: Download complete [2021-04-20T15:58:58.191Z] 29e5d40040c1: Pull complete [2021-04-20T15:58:59.634Z] 1ce36da41761: Pull complete [2021-04-20T15:58:59.736Z] ---> 6ce39a0dd26d [2021-04-20T15:58:59.736Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T15:58:59.736Z] ---> cdf729d90214 [2021-04-20T15:58:59.736Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T15:58:59.736Z] ---> Running in 28e24145430d [2021-04-20T15:58:59.736Z] ---> Running in 5b54242b5fa7 [2021-04-20T15:58:59.736Z] ---> d646f850da8c [2021-04-20T15:58:59.736Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T15:58:59.736Z] ---> ddcf429e662a [2021-04-20T15:58:59.736Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T15:58:59.736Z] ---> 6528d3a8a34c [2021-04-20T15:58:59.736Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T15:58:59.736Z] ---> Running in 015376f0b5ce [2021-04-20T15:58:59.736Z] ---> Running in 3dba89aac0be [2021-04-20T15:58:59.736Z] ---> Running in 4455d845f0d6 [2021-04-20T15:58:59.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T15:58:59.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T15:58:59.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T15:58:59.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T15:58:59.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T15:59:00.227Z] 25b303627fd3: Verifying Checksum [2021-04-20T15:59:00.227Z] 25b303627fd3: Download complete [2021-04-20T15:59:10.386Z] 25b303627fd3: Pull complete [2021-04-20T15:59:10.386Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T15:59:10.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:59:10.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T15:59:10.657Z] prd-ubuntu18.04-docker-arm64-4c-16g-1199 does not seem to be running inside a container [2021-04-20T15:59:10.748Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T15:59:13.831Z] $ docker top 293d6342d03cb71f316582fdda4a4449d06e2d314ec05aeeb1b792a59b601700 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:59:14.816Z] + docker-compose build --help [2021-04-20T15:59:14.816Z] + grep parallel [2021-04-20T15:59:19.123Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T15:59:19.144Z] $ docker stop --time=1 293d6342d03cb71f316582fdda4a4449d06e2d314ec05aeeb1b792a59b601700 [2021-04-20T15:59:21.097Z] $ docker rm -f 293d6342d03cb71f316582fdda4a4449d06e2d314ec05aeeb1b792a59b601700 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:59:21.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:59:21.776Z] . [Pipeline] withDockerContainer [2021-04-20T15:59:22.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-1199 does not seem to be running inside a container [2021-04-20T15:59:22.145Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T15:59:23.651Z] $ docker top bb66126e237058313b7d3a351a58417fc038d254ef72f3cac6775e2c8eed89aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:59:24.644Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T15:59:28.945Z] Building docker-core-command-go ... [2021-04-20T15:59:28.945Z] Building docker-core-data-go ... [2021-04-20T15:59:28.945Z] Building docker-core-metadata-go ... [2021-04-20T15:59:28.945Z] Building docker-security-bootstrapper-go ... [2021-04-20T15:59:28.945Z] Building docker-security-proxy-setup-go ... [2021-04-20T15:59:28.945Z] Building docker-security-secretstore-setup-go ... [2021-04-20T15:59:28.945Z] Building docker-support-notifications-go ... [2021-04-20T15:59:28.945Z] Building docker-support-scheduler-go ... [2021-04-20T15:59:28.945Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T15:59:28.945Z] Building docker-support-notifications-go [2021-04-20T15:59:28.945Z] Building docker-sys-mgmt-agent-go [2021-04-20T15:59:28.945Z] Building docker-security-proxy-setup-go [2021-04-20T15:59:28.945Z] Building docker-core-command-go [2021-04-20T15:59:28.945Z] Building docker-support-scheduler-go [2021-04-20T15:59:46.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T15:59:46.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T15:59:52.074Z] Removing intermediate container 28e24145430d [2021-04-20T15:59:52.074Z] ---> 91b085923477 [2021-04-20T15:59:52.074Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T15:59:52.074Z] Removing intermediate container 5b54242b5fa7 [2021-04-20T15:59:52.074Z] ---> 1ee401c39719 [2021-04-20T15:59:52.074Z] [2021-04-20T15:59:52.074Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T15:59:52.074Z] Removing intermediate container 3dba89aac0be [2021-04-20T15:59:52.074Z] ---> 43a7c2b57105 [2021-04-20T15:59:52.074Z] [2021-04-20T15:59:52.074Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T15:59:52.074Z] 3.12: Pulling from library/alpine [2021-04-20T15:59:52.074Z] Removing intermediate container 4455d845f0d6 [2021-04-20T15:59:52.074Z] ---> 014a0487b1ab [2021-04-20T15:59:52.074Z] [2021-04-20T15:59:52.074Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T15:59:52.338Z] Removing intermediate container 015376f0b5ce [2021-04-20T15:59:52.338Z] ---> 7c82a3729827 [2021-04-20T15:59:52.338Z] [2021-04-20T15:59:52.338Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T15:59:52.338Z] 3.12: Pulling from library/alpine [2021-04-20T15:59:52.338Z] 3.12: Pulling from library/alpine [2021-04-20T15:59:52.338Z] 3.12: Pulling from library/alpine [2021-04-20T15:59:53.751Z] ---> Running in efefabdd3495 [2021-04-20T15:59:53.751Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:59:53.751Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:59:53.751Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:59:53.751Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T15:59:53.751Z] Status: Image is up to date for alpine:3.12 [2021-04-20T15:59:53.751Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T15:59:53.751Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:59:53.751Z] Status: Image is up to date for alpine:3.12 [2021-04-20T15:59:53.751Z] ---> 13621d1b12d4 [2021-04-20T15:59:53.751Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T15:59:53.751Z] ---> 13621d1b12d4 [2021-04-20T15:59:53.751Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T15:59:53.751Z] ---> 13621d1b12d4 [2021-04-20T15:59:53.751Z] ---> 13621d1b12d4 [2021-04-20T15:59:53.751Z] Step 11/23 : RUN apk add --update --no-cache dumb-initStep 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T15:59:53.751Z] [2021-04-20T15:59:53.751Z] ---> Running in df104c6dc1a5 [2021-04-20T15:59:53.751Z] ---> Running in 7cee45fbcaba [2021-04-20T15:59:53.751Z] ---> Running in 329a007fa3ec [2021-04-20T15:59:53.751Z] ---> Running in 85eee7694630 [2021-04-20T15:59:54.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T15:59:54.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.294Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T15:59:55.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.294Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:59:55.294Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T15:59:55.294Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T15:59:55.294Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T15:59:55.294Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T15:59:55.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.294Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:59:55.294Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:59:55.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:59:55.572Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T15:59:55.572Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:59:55.572Z] OK: 6 MiB in 15 packages [2021-04-20T15:59:55.572Z] OK: 7 MiB in 20 packages [2021-04-20T15:59:55.572Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T15:59:55.572Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:59:55.572Z] OK: 6 MiB in 15 packages [2021-04-20T15:59:55.572Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T15:59:55.572Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:59:55.572Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T15:59:55.572Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T15:59:55.572Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:59:55.853Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:59:55.853Z] OK: 7 MiB in 18 packages [2021-04-20T15:59:57.280Z] Removing intermediate container 7cee45fbcaba [2021-04-20T15:59:57.280Z] ---> a0e38869f0a5 [2021-04-20T15:59:57.280Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:59:57.280Z] ---> Running in a1cd721c6f1b [2021-04-20T15:59:57.280Z] Removing intermediate container 329a007fa3ec [2021-04-20T15:59:57.280Z] ---> 760f5f423e86 [2021-04-20T15:59:57.280Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:59:57.557Z] Removing intermediate container df104c6dc1a5 [2021-04-20T15:59:57.558Z] ---> 2ee34106e023 [2021-04-20T15:59:57.558Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T15:59:57.826Z] ---> Running in c0c2f1e60c79 [2021-04-20T15:59:57.826Z] ---> Running in 2bedd554d0e5 [2021-04-20T15:59:57.826Z] Removing intermediate container efefabdd3495 [2021-04-20T15:59:57.826Z] ---> 5c0efc5acadd [2021-04-20T15:59:57.826Z] [2021-04-20T15:59:57.826Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T15:59:57.826Z] Removing intermediate container a1cd721c6f1b [2021-04-20T15:59:57.826Z] ---> 83e3680d7a99 [2021-04-20T15:59:57.826Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T15:59:58.092Z] Removing intermediate container 85eee7694630 [2021-04-20T15:59:58.092Z] ---> a2e7a8ddbe1e [2021-04-20T15:59:58.092Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T15:59:58.092Z] 20.10.0: Pulling from library/docker [2021-04-20T15:59:58.365Z] ---> Running in 984577b3a9c6 [2021-04-20T15:59:58.366Z] Removing intermediate container c0c2f1e60c79 [2021-04-20T15:59:58.366Z] ---> 95419b47253e [2021-04-20T15:59:58.366Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T15:59:58.959Z] ---> Running in e7cfa10f8de6 [2021-04-20T15:59:58.959Z] Removing intermediate container 2bedd554d0e5 [2021-04-20T15:59:58.959Z] ---> 08104756468d [2021-04-20T15:59:58.959Z] Step 13/24 : WORKDIR / [2021-04-20T15:59:58.959Z] ---> Running in f4abcf8334a5 [2021-04-20T15:59:59.227Z] ---> Running in 5743714cd310 [2021-04-20T15:59:59.227Z] Removing intermediate container 984577b3a9c6 [2021-04-20T15:59:59.227Z] ---> 6dec96e201c1 [2021-04-20T15:59:59.227Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T15:59:59.490Z] Removing intermediate container e7cfa10f8de6 [2021-04-20T15:59:59.490Z] ---> 0fef30319353 [2021-04-20T15:59:59.490Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:00:00.074Z] ---> Running in c06abd6b579b [2021-04-20T16:00:00.074Z] ---> Running in be8566818f9a [2021-04-20T16:00:00.074Z] Removing intermediate container f4abcf8334a5 [2021-04-20T16:00:00.074Z] ---> 1ecfca75a803 [2021-04-20T16:00:00.074Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:00:00.074Z] Removing intermediate container 5743714cd310 [2021-04-20T16:00:00.074Z] ---> 85940915c4a1 [2021-04-20T16:00:00.074Z] 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-04-20T16:00:00.074Z] ---> Running in 954271cfe0cd [2021-04-20T16:00:00.344Z] Removing intermediate container be8566818f9a [2021-04-20T16:00:00.344Z] ---> a055fb6e4908 [2021-04-20T16:00:00.344Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:00:00.344Z] Removing intermediate container c06abd6b579b [2021-04-20T16:00:00.344Z] ---> 1317d2d65107 [2021-04-20T16:00:00.344Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:00:00.616Z] Removing intermediate container 954271cfe0cd [2021-04-20T16:00:00.616Z] ---> a9a69c26b886 [2021-04-20T16:00:00.616Z] Step 15/23 : WORKDIR / [2021-04-20T16:00:00.616Z] ---> 2fff900becc8 [2021-04-20T16:00:00.616Z] 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-04-20T16:00:00.616Z] ---> Running in cb4b238c2469 [2021-04-20T16:00:00.616Z] ---> 51b9a1933ffa [2021-04-20T16:00:00.616Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:00:01.607Z] ---> 9caff067e8c0 [2021-04-20T16:00:01.607Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:00:01.607Z] ---> 99b96cc48bb3 [2021-04-20T16:00:01.607Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:00:01.607Z] Removing intermediate container cb4b238c2469 [2021-04-20T16:00:01.607Z] ---> 74ffbb6caa06 [2021-04-20T16:00:01.607Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:00:01.607Z] ---> 2dacf7c94275 [2021-04-20T16:00:01.607Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:00:01.910Z] ---> 9894681c2144 [2021-04-20T16:00:01.910Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:00:02.191Z] ---> 7545e5ac5520 [2021-04-20T16:00:02.191Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:00:02.191Z] ---> 98dc277f6e33 [2021-04-20T16:00:02.191Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:00:02.191Z] ---> 0954e22ddb91 [2021-04-20T16:00:02.191Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:00:02.469Z] ---> Running in 37d6adf6faa0 [2021-04-20T16:00:02.744Z] Removing intermediate container 37d6adf6faa0 [2021-04-20T16:00:02.744Z] ---> 214cc4eab8e9 [2021-04-20T16:00:02.744Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:00:03.014Z] ---> Running in a4008326be3f [2021-04-20T16:00:03.014Z] ---> 4e1772c499b6 [2021-04-20T16:00:03.014Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:00:03.014Z] ---> c7b061e50753 [2021-04-20T16:00:03.014Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:00:03.283Z] ---> 424a75bbbf4b [2021-04-20T16:00:03.283Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:00:03.283Z] Removing intermediate container a4008326be3f [2021-04-20T16:00:03.283Z] ---> a903c2d4dfcc [2021-04-20T16:00:03.283Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:00:03.283Z] ---> Running in d08a3f21a735 [2021-04-20T16:00:03.283Z] ---> Running in 146aafa0dde9 [2021-04-20T16:00:03.550Z] Removing intermediate container d08a3f21a735 [2021-04-20T16:00:03.550Z] ---> 1a8a767e04f7 [2021-04-20T16:00:03.550Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:00:03.819Z] ---> Running in 1ca749a508cd [2021-04-20T16:00:03.819Z] ---> 7087c0d64942 [2021-04-20T16:00:03.819Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:00:04.085Z] Removing intermediate container 146aafa0dde9 [2021-04-20T16:00:04.085Z] ---> 3ddce33881c2 [2021-04-20T16:00:04.085Z] Step 21/22 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:00:04.352Z] ---> Running in aecc58ac8000 [2021-04-20T16:00:04.352Z] ---> Running in 9d75b28f6c91 [2021-04-20T16:00:04.352Z] ---> fe798ab54cb9 [2021-04-20T16:00:04.352Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:00:04.352Z] Removing intermediate container 1ca749a508cd [2021-04-20T16:00:04.352Z] ---> 5629740a730b [2021-04-20T16:00:04.352Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T16:00:04.943Z] ---> Running in e19a71b453d8 [2021-04-20T16:00:05.210Z] Removing intermediate container 9d75b28f6c91 [2021-04-20T16:00:05.210Z] ---> c35a55eaf257 [2021-04-20T16:00:05.210Z] Step 22/22 : LABEL version=2.0.0-dev.181 [2021-04-20T16:00:05.210Z] Removing intermediate container aecc58ac8000 [2021-04-20T16:00:05.210Z] ---> 0212bae86a9f [2021-04-20T16:00:05.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:00:05.210Z] ---> e934c4721d49 [2021-04-20T16:00:05.210Z] 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-04-20T16:00:05.481Z] ---> Running in 0cf5c5fdcf86 [2021-04-20T16:00:05.481Z] ---> Running in 0f7a515be277 [2021-04-20T16:00:05.481Z] Removing intermediate container e19a71b453d8 [2021-04-20T16:00:05.481Z] ---> 5340b13be4a5 [2021-04-20T16:00:05.481Z] Step 20/21 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:00:05.481Z] ---> Running in d63c69fc5702 [2021-04-20T16:00:05.754Z] ---> Running in a22db4824d1c [2021-04-20T16:00:06.029Z] Removing intermediate container 0cf5c5fdcf86 [2021-04-20T16:00:06.029Z] ---> 4dc100d2a3ec [2021-04-20T16:00:06.029Z] [2021-04-20T16:00:06.029Z] Removing intermediate container 0f7a515be277 [2021-04-20T16:00:06.029Z] ---> 739584890261 [2021-04-20T16:00:06.029Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:00:06.029Z] Removing intermediate container a22db4824d1c [2021-04-20T16:00:06.029Z] ---> 5f085b0ac9aa [2021-04-20T16:00:06.029Z] Step 21/21 : LABEL version=2.0.0-dev.181 [2021-04-20T16:00:06.029Z] ---> Running in 0076da9a3263 [2021-04-20T16:00:06.295Z] ---> Running in 64eb1e444863 [2021-04-20T16:00:06.571Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:00:06.571Z] Successfully built 4dc100d2a3ec [2021-04-20T16:00:06.571Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:00:06.571Z] Removing intermediate container 0076da9a3263 [2021-04-20T16:00:06.571Z] ---> ce5e9f76ba54 [2021-04-20T16:00:06.571Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:00:06.571Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T16:00:06.571Z] ---> aefe523efa57 [2021-04-20T16:00:06.571Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:00:06.571Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-04-20T16:00:06.571Z] Removing intermediate container 64eb1e444863 [2021-04-20T16:00:06.571Z] ---> b77b40767239 [2021-04-20T16:00:06.571Z] [2021-04-20T16:00:06.571Z] ---> Running in 4c7c9bcefa2a [2021-04-20T16:00:06.571Z] ---> Running in b163c7eb4008 [2021-04-20T16:00:06.839Z] Successfully built b77b40767239 [2021-04-20T16:00:06.839Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T16:00:06.839Z] Building docker-support-notifications-go [2021-04-20T16:00:06.839Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4c7c9bcefa2a [2021-04-20T16:00:06.839Z] ---> 0856c33f267d [2021-04-20T16:00:06.840Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:00:06.840Z] Removing intermediate container b163c7eb4008 [2021-04-20T16:00:06.840Z] ---> 1a03261edef2 [2021-04-20T16:00:06.840Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:00:07.115Z] ---> Running in 365c1818494f [2021-04-20T16:00:07.115Z] ---> Running in 2dfcd8756396 [2021-04-20T16:00:07.389Z] Removing intermediate container d63c69fc5702 [2021-04-20T16:00:07.389Z] ---> 23253aa2d0a5 [2021-04-20T16:00:07.389Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:00:07.389Z] ---> Running in 54d5ec9feb7c [2021-04-20T16:00:07.389Z] Removing intermediate container 365c1818494f [2021-04-20T16:00:07.389Z] ---> c7b0be18d1eb [2021-04-20T16:00:07.389Z] [2021-04-20T16:00:09.974Z] Successfully built c7b0be18d1eb [2021-04-20T16:00:10.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:10.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:10.932Z] Successfully tagged docker-core-command-go:latest [2021-04-20T16:00:10.932Z] Building docker-core-data-go [2021-04-20T16:00:10.932Z]  Building docker-core-command-go ... done (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:00:10.932Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:00:11.202Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:00:11.202Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:00:11.202Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:00:11.484Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:00:11.484Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:00:11.484Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:00:11.484Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:00:11.484Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:00:11.484Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:00:11.484Z] Removing intermediate container 54d5ec9feb7c [2021-04-20T16:00:11.484Z] ---> a338534ab4e0 [2021-04-20T16:00:11.484Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T16:00:11.484Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:00:11.484Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:00:11.484Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:00:14.851Z] ---> Running in a90f4fb6aa57 [2021-04-20T16:00:20.205Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:00:20.205Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:00:20.205Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:00:20.206Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:00:20.206Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:00:20.206Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:00:20.206Z] Removing intermediate container a90f4fb6aa57 [2021-04-20T16:00:20.206Z] ---> 1bc105815f9a [2021-04-20T16:00:20.206Z] Step 23/24 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:00:20.206Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:00:20.482Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:00:20.482Z] ---> Running in cef4230cf77a [2021-04-20T16:00:20.482Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:00:20.752Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:00:20.752Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:00:20.752Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:00:20.752Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:00:20.752Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:00:21.330Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:00:21.330Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:00:21.330Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:00:21.330Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:00:21.330Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:00:21.916Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:00:21.916Z] Removing intermediate container cef4230cf77a [2021-04-20T16:00:21.916Z] ---> b844090ce35a [2021-04-20T16:00:21.916Z] Step 24/24 : LABEL version=2.0.0-dev.181 [2021-04-20T16:00:21.916Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:00:21.916Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:00:21.916Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:00:21.916Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:00:21.916Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:00:21.916Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:00:23.378Z] ---> Running in 9ae401edf7e1 [2021-04-20T16:00:23.379Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:00:24.372Z] OK: 72 MiB in 59 packages [2021-04-20T16:00:25.370Z] Removing intermediate container 9ae401edf7e1 [2021-04-20T16:00:25.370Z] ---> aa504c1c8a68 [2021-04-20T16:00:25.370Z] [2021-04-20T16:00:25.506Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:25.506Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:25.506Z] ---> 08399eecd513 [2021-04-20T16:00:25.506Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T16:00:25.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:25.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:25.506Z] ---> 08399eecd513 [2021-04-20T16:00:25.506Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:00:25.506Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:25.506Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:25.506Z] ---> 08399eecd513 [2021-04-20T16:00:25.506Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:00:25.506Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:25.506Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:25.506Z] ---> 08399eecd513 [2021-04-20T16:00:25.506Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:00:25.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:25.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:25.506Z] ---> 08399eecd513 [2021-04-20T16:00:25.506Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:00:25.506Z] ---> Running in dcf259ddf26e [2021-04-20T16:00:25.506Z] ---> Running in 6d9e50c24da2 [2021-04-20T16:00:25.506Z] ---> Running in 14ee9798782f [2021-04-20T16:00:25.506Z] ---> Running in 586271055fce [2021-04-20T16:00:25.506Z] ---> Running in 786ba0d55551 [2021-04-20T16:00:25.506Z] Removing intermediate container 6d9e50c24da2 [2021-04-20T16:00:25.506Z] ---> c2a08e606302 [2021-04-20T16:00:25.506Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:25.506Z] Removing intermediate container 786ba0d55551 [2021-04-20T16:00:25.506Z] ---> c7a154682f4b [2021-04-20T16:00:25.506Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:25.506Z] Removing intermediate container 14ee9798782f [2021-04-20T16:00:25.506Z] ---> 9a73e65beac5 [2021-04-20T16:00:25.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:25.506Z] ---> Running in ac04d07d9508 [2021-04-20T16:00:25.506Z] Removing intermediate container 586271055fce [2021-04-20T16:00:25.506Z] ---> a81654235eb1 [2021-04-20T16:00:25.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:25.506Z] ---> Running in 1977062be31c [2021-04-20T16:00:25.506Z] Removing intermediate container dcf259ddf26e [2021-04-20T16:00:25.506Z] ---> 4b24ec6e3c9e [2021-04-20T16:00:25.506Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:25.506Z] ---> Running in 0fb75f2aaddc [2021-04-20T16:00:25.506Z] ---> Running in 7db35e88898f [2021-04-20T16:00:25.506Z] ---> Running in fa622976aebc [2021-04-20T16:00:25.506Z] Removing intermediate container ac04d07d9508 [2021-04-20T16:00:25.506Z] ---> 7808adcb47a7 [2021-04-20T16:00:25.506Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:00:25.644Z] Successfully built aa504c1c8a68 [2021-04-20T16:00:25.644Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T16:00:25.644Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-20T16:00:25.780Z] ---> Running in 57fbf71c5bad [2021-04-20T16:00:25.780Z] Removing intermediate container 1977062be31c [2021-04-20T16:00:25.780Z] ---> b93db788f591 [2021-04-20T16:00:25.780Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T16:00:26.057Z] Removing intermediate container 0fb75f2aaddc [2021-04-20T16:00:26.057Z] ---> 5e94a3e6e2eb [2021-04-20T16:00:26.057Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T16:00:26.057Z] ---> Running in ffb9ef9d6cf2 [2021-04-20T16:00:26.057Z] Removing intermediate container 7db35e88898f [2021-04-20T16:00:26.057Z] ---> 373aff10a57a [2021-04-20T16:00:26.057Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:00:26.346Z] ---> Running in 248aaf52c8a8 [2021-04-20T16:00:26.346Z] Removing intermediate container fa622976aebc [2021-04-20T16:00:26.346Z] ---> c1345205d21f [2021-04-20T16:00:26.346Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T16:00:26.346Z] ---> Running in 1611de93eac5 [2021-04-20T16:00:26.628Z] ---> Running in 349a18a5ec5c [2021-04-20T16:00:27.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:27.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:28.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:28.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:28.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:28.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:28.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:29.020Z] OK: 217 MiB in 51 packages [2021-04-20T16:00:29.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:29.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:29.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:00:29.589Z] OK: 217 MiB in 51 packages [2021-04-20T16:00:30.258Z] OK: 217 MiB in 51 packages [2021-04-20T16:00:30.258Z] OK: 217 MiB in 51 packages [2021-04-20T16:00:30.258Z] OK: 217 MiB in 51 packages [2021-04-20T16:00:30.869Z] Removing intermediate container 57fbf71c5bad [2021-04-20T16:00:30.869Z] ---> ce9f577400d4 [2021-04-20T16:00:30.869Z] Step 6/23 : COPY go.mod . [2021-04-20T16:00:31.490Z] Removing intermediate container ffb9ef9d6cf2 [2021-04-20T16:00:31.490Z] ---> 92bd22e4a72d [2021-04-20T16:00:31.490Z] Step 6/21 : COPY go.mod . [2021-04-20T16:00:31.779Z] ---> 6db4f606787b [2021-04-20T16:00:31.779Z] Step 7/23 : RUN go mod download [2021-04-20T16:00:32.055Z] ---> Running in 106a4267584a [2021-04-20T16:00:32.055Z] Removing intermediate container 248aaf52c8a8 [2021-04-20T16:00:32.055Z] ---> 0f70926f9040 [2021-04-20T16:00:32.055Z] Step 6/22 : COPY go.mod . [2021-04-20T16:00:32.334Z] Removing intermediate container 349a18a5ec5c [2021-04-20T16:00:32.334Z] ---> 6c0f8ce57f14 [2021-04-20T16:00:32.334Z] Step 6/23 : COPY go.mod . [2021-04-20T16:00:32.334Z] Removing intermediate container 1611de93eac5 [2021-04-20T16:00:32.334Z] ---> 6708899d522a [2021-04-20T16:00:32.334Z] Step 6/22 : COPY go.mod . [2021-04-20T16:00:32.365Z] Collecting docker-compose==1.23.2 [2021-04-20T16:00:32.366Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:00:32.614Z] ---> 4305565d8f1b [2021-04-20T16:00:32.614Z] Step 7/21 : RUN go mod download [2021-04-20T16:00:32.887Z] ---> Running in 4894bd6b6b0a [2021-04-20T16:00:32.989Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:00:32.989Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:00:33.502Z] ---> e5fe21a31d28 [2021-04-20T16:00:33.502Z] Step 7/22 : RUN go mod download [2021-04-20T16:00:33.502Z] ---> Running in 88cb396f5689 [2021-04-20T16:00:33.502Z] ---> b5e22fb78dd8 [2021-04-20T16:00:33.788Z] Step 7/23 : RUN go mod download [2021-04-20T16:00:33.788Z] ---> 3fa9e9dec1c1 [2021-04-20T16:00:33.788Z] Step 7/22 : RUN go mod download [2021-04-20T16:00:33.788Z] ---> Running in 157ea5b6f583 [2021-04-20T16:00:34.069Z] ---> Running in 31b2fde1cfbf [2021-04-20T16:00:36.741Z] Removing intermediate container 106a4267584a [2021-04-20T16:00:36.741Z] ---> e62521c34428 [2021-04-20T16:00:36.741Z] Step 8/23 : COPY . . [2021-04-20T16:00:37.354Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:00:37.355Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:00:37.359Z] Removing intermediate container 4894bd6b6b0a [2021-04-20T16:00:37.359Z] ---> 2f0ab579f35b [2021-04-20T16:00:37.359Z] Step 8/21 : COPY . . [2021-04-20T16:00:38.351Z] Removing intermediate container 88cb396f5689 [2021-04-20T16:00:38.351Z] ---> 7c24ce027fc2 [2021-04-20T16:00:38.351Z] Step 8/22 : COPY . . [2021-04-20T16:00:39.427Z] Removing intermediate container 31b2fde1cfbf [2021-04-20T16:00:39.427Z] ---> 2d5038a37d85 [2021-04-20T16:00:39.427Z] Step 8/22 : COPY . . [2021-04-20T16:00:40.030Z] Removing intermediate container 157ea5b6f583 [2021-04-20T16:00:40.030Z] ---> ed1987e7297b [2021-04-20T16:00:40.030Z] Step 8/23 : COPY . . [2021-04-20T16:00:40.805Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:00:40.805Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:00:41.077Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:41.077Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:41.077Z] ---> 78ec24acd00b [2021-04-20T16:00:41.077Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:00:41.077Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:41.077Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:41.077Z] ---> 78ec24acd00b [2021-04-20T16:00:41.077Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:00:41.077Z] ---> Using cache [2021-04-20T16:00:41.077Z] ---> ee8f0d0a57e9 [2021-04-20T16:00:41.077Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:41.077Z] ---> Using cache [2021-04-20T16:00:41.077Z] ---> ee8f0d0a57e9 [2021-04-20T16:00:41.077Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:41.077Z] ---> Using cache [2021-04-20T16:00:41.077Z] ---> bd81bb416b4f [2021-04-20T16:00:41.077Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:00:41.077Z] ---> Using cache [2021-04-20T16:00:41.077Z] ---> bd81bb416b4f [2021-04-20T16:00:41.077Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:00:41.077Z] ---> Using cache [2021-04-20T16:00:41.077Z] ---> b0c2085851e7 [2021-04-20T16:00:41.077Z] Step 6/31 : COPY go.mod . [2021-04-20T16:00:41.077Z] ---> Using cache [2021-04-20T16:00:41.077Z] ---> f1528e546e9b [2021-04-20T16:00:41.077Z] Step 7/31 : RUN go mod download [2021-04-20T16:00:41.077Z] ---> Using cache [2021-04-20T16:00:41.077Z] ---> 8a5b2cdd5875 [2021-04-20T16:00:41.077Z] Step 8/31 : COPY . . [2021-04-20T16:00:41.343Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:00:41.343Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:00:41.343Z] ---> Using cache [2021-04-20T16:00:41.343Z] ---> ddcf429e662a [2021-04-20T16:00:41.343Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T16:00:42.790Z] ---> Running in 760cf3c6560a [2021-04-20T16:00:42.790Z] ---> Running in f4eae3fd5b8d [2021-04-20T16:00:43.069Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:43.069Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:43.069Z] ---> 78ec24acd00b [2021-04-20T16:00:43.069Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:00:43.069Z] ---> Using cache [2021-04-20T16:00:43.069Z] ---> ee8f0d0a57e9 [2021-04-20T16:00:43.069Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:43.069Z] ---> Using cache [2021-04-20T16:00:43.069Z] ---> bd81bb416b4f [2021-04-20T16:00:43.069Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:00:43.655Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:00:44.153Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:00:44.153Z] ---> Running in eb0ccb0faeee [2021-04-20T16:00:44.752Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:00:44.752Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:00:44.752Z] 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-04-20T16:00:44.752Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:00:44.752Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:00:45.849Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:00:45.849Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:00:46.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T16:00:46.195Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:00:46.195Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:00:46.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:46.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:47.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:47.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:00:48.082Z] OK: 233 MiB in 51 packages [2021-04-20T16:00:48.082Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:00:48.082Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:00:48.082Z] 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-04-20T16:00:48.354Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:00:48.354Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:00:48.625Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:00:48.625Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:00:48.625Z] 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-04-20T16:00:48.625Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:00:48.625Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:00:48.625Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:00:48.625Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:00:48.914Z] Installing collected packages: texttable, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, jsonschema, PyYAML, docker-compose [2021-04-20T16:00:48.914Z] Running setup.py install for texttable: started [2021-04-20T16:00:49.912Z] OK: 233 MiB in 51 packages [2021-04-20T16:00:50.917Z] Removing intermediate container 760cf3c6560a [2021-04-20T16:00:50.917Z] ---> c497e6180aeb [2021-04-20T16:00:50.917Z] Step 6/22 : COPY go.mod . [2021-04-20T16:00:50.917Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:00:50.917Z] Running setup.py install for dockerpty: started [2021-04-20T16:00:51.899Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:00:51.899Z] Attempting uninstall: urllib3 [2021-04-20T16:00:51.899Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:00:51.899Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:00:52.178Z] ---> 9ca9c2033faf [2021-04-20T16:00:52.178Z] Step 7/22 : RUN go mod download [2021-04-20T16:00:52.178Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:00:52.459Z] ---> Running in 56299b4f8d45 [2021-04-20T16:00:52.729Z] Removing intermediate container eb0ccb0faeee [2021-04-20T16:00:52.729Z] ---> 2e8184112fdf [2021-04-20T16:00:52.729Z] Step 6/23 : COPY go.mod . [2021-04-20T16:00:53.002Z] Attempting uninstall: idna [2021-04-20T16:00:53.002Z] Found existing installation: idna 2.9 [2021-04-20T16:00:53.002Z] Uninstalling idna-2.9: [2021-04-20T16:00:53.273Z] Successfully uninstalled idna-2.9 [2021-04-20T16:00:53.875Z] Attempting uninstall: requests [2021-04-20T16:00:53.875Z] Found existing installation: requests 2.23.0 [2021-04-20T16:00:53.875Z] Uninstalling requests-2.23.0: [2021-04-20T16:00:53.875Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:00:54.930Z] ---> 8b448262ea18 [2021-04-20T16:00:54.930Z] Step 7/23 : RUN go mod download [2021-04-20T16:00:55.530Z] ---> Running in fd4cd63d0efd [2021-04-20T16:00:57.019Z] Running setup.py install for docopt: started [2021-04-20T16:00:58.053Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:58.053Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:00:58.053Z] ---> 78ec24acd00b [2021-04-20T16:00:58.053Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:00:58.053Z] ---> Using cache [2021-04-20T16:00:58.053Z] ---> ee8f0d0a57e9 [2021-04-20T16:00:58.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:00:58.053Z] ---> Using cache [2021-04-20T16:00:58.053Z] ---> bd81bb416b4f [2021-04-20T16:00:58.053Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:00:58.053Z] ---> Using cache [2021-04-20T16:00:58.053Z] ---> b0c2085851e7 [2021-04-20T16:00:58.053Z] Step 6/23 : COPY go.mod . [2021-04-20T16:00:58.053Z] ---> Using cache [2021-04-20T16:00:58.053Z] ---> f1528e546e9b [2021-04-20T16:00:58.053Z] Step 7/23 : RUN go mod download [2021-04-20T16:00:58.053Z] ---> Using cache [2021-04-20T16:00:58.053Z] ---> 8a5b2cdd5875 [2021-04-20T16:00:58.053Z] Step 8/23 : COPY . . [2021-04-20T16:00:58.053Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:00:58.053Z] ---> Using cache [2021-04-20T16:00:58.053Z] ---> ddcf429e662a [2021-04-20T16:00:58.053Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:00:58.424Z] ---> 1f3bdbd3a080 [2021-04-20T16:00:58.424Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T16:00:58.424Z] ---> 3fd7ab8d9e99 [2021-04-20T16:00:58.424Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T16:00:58.424Z] ---> b8012e7721ab [2021-04-20T16:00:58.424Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T16:00:58.424Z] ---> 9c38afead1a5 [2021-04-20T16:00:58.424Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:00:58.424Z] ---> d34e97ef7292 [2021-04-20T16:00:58.424Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T16:00:58.424Z] ---> Running in 7559ca5697ba [2021-04-20T16:00:58.424Z] ---> Running in 0ae12e9fcd75 [2021-04-20T16:00:58.424Z] ---> Running in db1667659621 [2021-04-20T16:00:58.424Z] ---> Running in a66d74d16a9d [2021-04-20T16:00:58.424Z] ---> Running in 26989d7ea340 [2021-04-20T16:00:59.081Z] Running setup.py install for PyYAML: started [2021-04-20T16:00:59.082Z] ---> Running in 402cd3babfec [2021-04-20T16:00:59.082Z] Removing intermediate container 56299b4f8d45 [2021-04-20T16:00:59.082Z] ---> 66fec2fdb929 [2021-04-20T16:00:59.082Z] Step 8/22 : COPY . . [2021-04-20T16:00:59.691Z] Removing intermediate container fd4cd63d0efd [2021-04-20T16:00:59.691Z] ---> eefcfe585a14 [2021-04-20T16:00:59.691Z] Step 8/23 : COPY . . [2021-04-20T16:00:59.975Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:01:00.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T16:01:00.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T16:01:00.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T16:01:00.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T16:01:00.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T16:01:00.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T16:01:01.787Z] 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.58.0 [2021-04-20T16:01:35.075Z] Removing intermediate container f4eae3fd5b8d [2021-04-20T16:01:35.075Z] ---> 6741223bbcea [2021-04-20T16:01:35.075Z] [2021-04-20T16:01:35.075Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:01:35.075Z] ---> 13621d1b12d4 [2021-04-20T16:01:35.075Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:01:37.096Z] ---> Running in f3f5fce91110 [2021-04-20T16:01:38.577Z] Removing intermediate container f3f5fce91110 [2021-04-20T16:01:38.577Z] ---> 0cd7bee0708e [2021-04-20T16:01:38.577Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:01:40.046Z] ---> Running in 96e55498de9e [2021-04-20T16:01:42.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:42.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:42.585Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:01:42.585Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:01:42.585Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:01:42.585Z] OK: 6 MiB in 16 packages [2021-04-20T16:01:44.062Z] Removing intermediate container 2dfcd8756396 [2021-04-20T16:01:44.062Z] ---> 66e4595fcbd6 [2021-04-20T16:01:44.062Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:01:44.062Z] ---> d43ea1dafaf4 [2021-04-20T16:01:44.062Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:01:44.342Z] ---> 8335448fb9b0 [2021-04-20T16:01:44.342Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:01:44.625Z] ---> Running in 4526a863bbd3 [2021-04-20T16:01:44.625Z] ---> Running in 0434ef20ea37 [2021-04-20T16:01:44.625Z] ---> Running in 719b8dc0c642 [2021-04-20T16:01:44.625Z] Removing intermediate container 96e55498de9e [2021-04-20T16:01:44.625Z] ---> b78afc72cc5d [2021-04-20T16:01:44.625Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:01:47.230Z] ---> Running in cbeeb13d3ff4 [2021-04-20T16:01:47.501Z] Removing intermediate container 0434ef20ea37 [2021-04-20T16:01:47.501Z] ---> 1b7bd06b9ec3 [2021-04-20T16:01:47.501Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:01:47.784Z] Removing intermediate container cbeeb13d3ff4 [2021-04-20T16:01:47.784Z] ---> 1f59fb2c7575 [2021-04-20T16:01:47.784Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:01:47.784Z] ---> Running in 1154af13fa5b [2021-04-20T16:01:48.084Z] ---> Running in 1c67b318ce27 [2021-04-20T16:01:48.084Z] Removing intermediate container 402cd3babfec [2021-04-20T16:01:48.084Z] ---> a1e302ab5d8b [2021-04-20T16:01:48.084Z] [2021-04-20T16:01:48.084Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:01:48.084Z] ---> 13621d1b12d4 [2021-04-20T16:01:48.084Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:01:48.084Z] ---> Using cache [2021-04-20T16:01:48.084Z] ---> 760f5f423e86 [2021-04-20T16:01:48.084Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:01:48.084Z] ---> Using cache [2021-04-20T16:01:48.084Z] ---> 95419b47253e [2021-04-20T16:01:48.084Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:01:48.084Z] ---> Running in 5906a4a055f8 [2021-04-20T16:01:48.363Z] Removing intermediate container 1154af13fa5b [2021-04-20T16:01:48.363Z] ---> 04ff17d94ea0 [2021-04-20T16:01:48.363Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:01:48.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T16:01:48.363Z] Removing intermediate container 1c67b318ce27 [2021-04-20T16:01:48.363Z] ---> 3b7e7c797cd5 [2021-04-20T16:01:48.363Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:01:48.363Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T16:01:48.363Z] ---> Running in 1f5279897328 [2021-04-20T16:01:48.633Z] Removing intermediate container 5906a4a055f8 [2021-04-20T16:01:48.633Z] ---> fe5721c529ed [2021-04-20T16:01:48.633Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:01:48.633Z] ---> Running in a6049b925ba6 [2021-04-20T16:01:49.221Z] Removing intermediate container a6049b925ba6 [2021-04-20T16:01:49.221Z] ---> 3f5d05e0d139 [2021-04-20T16:01:49.221Z] Step 15/23 : WORKDIR / [2021-04-20T16:01:49.221Z] ---> 75951e4795f8 [2021-04-20T16:01:49.221Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:01:49.221Z] ---> Running in 49a600cbe265 [2021-04-20T16:01:49.824Z] Removing intermediate container 49a600cbe265 [2021-04-20T16:01:49.824Z] ---> aa0aefc6b2d0 [2021-04-20T16:01:49.824Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:01:49.824Z] ---> 4c8489471797 [2021-04-20T16:01:49.824Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:01:50.105Z] Removing intermediate container 1f5279897328 [2021-04-20T16:01:50.105Z] ---> 185d377e208a [2021-04-20T16:01:50.105Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:01:50.712Z] ---> Running in 2677d7a5921e [2021-04-20T16:01:50.712Z] ---> 347a069159d3 [2021-04-20T16:01:50.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:01:50.712Z] ---> 690271e5b10e [2021-04-20T16:01:50.712Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:01:51.030Z] ---> Running in 8ec65aad2c2b [2021-04-20T16:01:51.030Z] Removing intermediate container 2677d7a5921e [2021-04-20T16:01:51.030Z] ---> 2f32889397d6 [2021-04-20T16:01:51.030Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:01:51.654Z] Removing intermediate container 8ec65aad2c2b [2021-04-20T16:01:51.654Z] ---> 5e46019abd88 [2021-04-20T16:01:51.654Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:01:51.654Z] ---> Running in 7fe76629e199 [2021-04-20T16:01:51.941Z] ---> 84a810625c43 [2021-04-20T16:01:51.941Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:01:52.233Z] ---> Running in a432d04140ce [2021-04-20T16:01:52.512Z] Removing intermediate container 7fe76629e199 [2021-04-20T16:01:52.512Z] ---> a706909ca4aa [2021-04-20T16:01:52.512Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:01:52.789Z] ---> Running in faa5d5666435 [2021-04-20T16:01:52.790Z] ---> 167aecb3e60d [2021-04-20T16:01:52.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:01:53.396Z] Removing intermediate container faa5d5666435 [2021-04-20T16:01:53.396Z] ---> 7e5c52f368c7 [2021-04-20T16:01:53.396Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:01:53.396Z] ---> Running in ae1a869477d7 [2021-04-20T16:01:53.675Z] ---> d46a2e81b5a3 [2021-04-20T16:01:53.675Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:01:53.972Z] ---> Running in b087b6e189d8 [2021-04-20T16:01:53.972Z] Removing intermediate container ae1a869477d7 [2021-04-20T16:01:53.972Z] ---> 32345b5fff0a [2021-04-20T16:01:53.972Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:01:53.972Z] ---> Running in 7d4ab8e3716a [2021-04-20T16:01:55.403Z] Removing intermediate container b087b6e189d8 [2021-04-20T16:01:55.403Z] ---> c3e8026bab7d [2021-04-20T16:01:55.403Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:01:55.403Z] Removing intermediate container 7d4ab8e3716a [2021-04-20T16:01:55.403Z] ---> 50bf31334743 [2021-04-20T16:01:55.403Z] [2021-04-20T16:01:55.673Z] ---> Running in 44009c4df3d6 [2021-04-20T16:01:55.952Z] Removing intermediate container a432d04140ce [2021-04-20T16:01:55.952Z] ---> 89aa9e936199 [2021-04-20T16:01:55.952Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:01:55.952Z] Successfully built 50bf31334743 [2021-04-20T16:01:55.952Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T16:01:55.952Z] Removing intermediate container 44009c4df3d6 [2021-04-20T16:01:55.952Z] ---> 9f84737075c4 [2021-04-20T16:01:55.952Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:01:55.952Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 4387d529757d [2021-04-20T16:01:56.565Z] Removing intermediate container 4387d529757d [2021-04-20T16:01:56.565Z] ---> 7e50d751b1d1 [2021-04-20T16:01:56.565Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:01:56.831Z] ---> Running in b4ba6f792d20 [2021-04-20T16:01:56.831Z] ---> 6eacde80cc26 [2021-04-20T16:01:56.831Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:01:57.104Z] Removing intermediate container b4ba6f792d20 [2021-04-20T16:01:57.104Z] ---> 5f2c153c9956 [2021-04-20T16:01:57.104Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:01:57.375Z] ---> Running in 9f26ca9dcce3 [2021-04-20T16:01:57.646Z] Removing intermediate container 9f26ca9dcce3 [2021-04-20T16:01:57.646Z] ---> 2c4bd8d9aa5e [2021-04-20T16:01:57.646Z] [2021-04-20T16:01:57.922Z] ---> 0d2058426a10 [2021-04-20T16:01:57.922Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:01:58.908Z] Successfully built 2c4bd8d9aa5e [2021-04-20T16:01:58.908Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T16:01:59.186Z]  Building docker-core-metadata-go ... done  ---> 25e6d2bbc525 [2021-04-20T16:01:59.186Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:02:00.183Z] ---> 30ed01dc16de [2021-04-20T16:02:00.183Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:02:01.213Z] ---> 4f563e817be4 [2021-04-20T16:02:01.213Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:02:01.522Z] ---> Running in a744787e64f4 [2021-04-20T16:02:01.806Z] Removing intermediate container a744787e64f4 [2021-04-20T16:02:01.806Z] ---> 64fe4621940a [2021-04-20T16:02:01.806Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:02:02.820Z] ---> 31302d60bc06 [2021-04-20T16:02:02.820Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:02:03.094Z] ---> Running in 254b5eff0989 [2021-04-20T16:02:05.767Z] Removing intermediate container 254b5eff0989 [2021-04-20T16:02:05.767Z] ---> e7a90606df84 [2021-04-20T16:02:05.767Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:02:05.767Z] ---> Running in e2e9c3a61777 [2021-04-20T16:02:06.379Z] Removing intermediate container e2e9c3a61777 [2021-04-20T16:02:06.379Z] ---> f2cc176ef986 [2021-04-20T16:02:06.379Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:02:06.379Z] ---> Running in 3091889375f9 [2021-04-20T16:02:07.001Z] Removing intermediate container 3091889375f9 [2021-04-20T16:02:07.001Z] ---> d80fede68a93 [2021-04-20T16:02:07.001Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T16:02:07.288Z] ---> Running in 4ff77eddc2e2 [2021-04-20T16:02:07.893Z] Removing intermediate container 4ff77eddc2e2 [2021-04-20T16:02:07.893Z] ---> 0b5417c0898b [2021-04-20T16:02:07.893Z] Step 30/31 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:08.182Z] ---> Running in 32d4976b6263 [2021-04-20T16:02:08.466Z] Removing intermediate container 32d4976b6263 [2021-04-20T16:02:08.466Z] ---> 7989bcc48d0c [2021-04-20T16:02:08.466Z] Step 31/31 : LABEL version=2.0.0-dev.181 [2021-04-20T16:02:08.741Z] ---> Running in 729b4736362a [2021-04-20T16:02:09.039Z] Removing intermediate container 729b4736362a [2021-04-20T16:02:09.039Z] ---> 383610778f4e [2021-04-20T16:02:09.039Z] [2021-04-20T16:02:09.354Z] Successfully built 383610778f4e [2021-04-20T16:02:09.633Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T16:02:19.858Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4526a863bbd3 [2021-04-20T16:02:19.858Z] ---> 8975c11aa36d [2021-04-20T16:02:19.858Z] [2021-04-20T16:02:19.858Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:02:19.858Z] ---> 13621d1b12d4 [2021-04-20T16:02:19.858Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:02:19.858Z] ---> Running in 1075f1131f48 [2021-04-20T16:02:20.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:20.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:20.804Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:02:21.071Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:02:21.071Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:02:21.071Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:02:21.071Z] OK: 6 MiB in 16 packages [2021-04-20T16:02:23.023Z] Removing intermediate container 719b8dc0c642 [2021-04-20T16:02:23.023Z] ---> c074564d5ed5 [2021-04-20T16:02:23.023Z] [2021-04-20T16:02:23.023Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:02:23.023Z] ---> 13621d1b12d4 [2021-04-20T16:02:23.023Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:02:23.292Z] ---> Running in 6f8df0983fd5 [2021-04-20T16:02:23.557Z] Removing intermediate container 1075f1131f48 [2021-04-20T16:02:23.557Z] ---> 0687ae12ead8 [2021-04-20T16:02:23.557Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:02:23.557Z] ---> Running in 4670b2b54511 [2021-04-20T16:02:23.557Z] Removing intermediate container 6f8df0983fd5 [2021-04-20T16:02:23.558Z] ---> 84df0aa7b63e [2021-04-20T16:02:23.558Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:02:23.830Z] ---> Running in 9c8b65880f53 [2021-04-20T16:02:23.830Z] Removing intermediate container 4670b2b54511 [2021-04-20T16:02:23.830Z] ---> 26c9582d16bb [2021-04-20T16:02:23.830Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:02:23.830Z] ---> Running in 0c4820b1d9bd [2021-04-20T16:02:23.830Z] Removing intermediate container 9c8b65880f53 [2021-04-20T16:02:23.830Z] ---> 01cf9472a5fa [2021-04-20T16:02:23.830Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:02:24.096Z] ---> Running in 1fd4b83c9871 [2021-04-20T16:02:24.096Z] Removing intermediate container 0c4820b1d9bd [2021-04-20T16:02:24.096Z] ---> 00622532ca6c [2021-04-20T16:02:24.096Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:02:24.096Z] ---> Running in 5c21dff1e2f4 [2021-04-20T16:02:24.361Z] Removing intermediate container 1fd4b83c9871 [2021-04-20T16:02:24.361Z] ---> 87ff7339dd7f [2021-04-20T16:02:24.361Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:02:24.627Z] ---> Running in 01f00ead0eac [2021-04-20T16:02:24.627Z] Removing intermediate container 5c21dff1e2f4 [2021-04-20T16:02:24.627Z] ---> 60d68b07d17e [2021-04-20T16:02:24.627Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:02:25.215Z] ---> 0901ae51ba2d [2021-04-20T16:02:25.215Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:02:25.812Z] ---> 45b1a976aa89 [2021-04-20T16:02:25.812Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:02:25.812Z] Removing intermediate container 01f00ead0eac [2021-04-20T16:02:25.812Z] ---> d3103c6ae894 [2021-04-20T16:02:25.812Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:02:26.087Z] ---> Running in 2fadd0a9e188 [2021-04-20T16:02:26.087Z] ---> 2cae30383613 [2021-04-20T16:02:26.087Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:02:26.592Z] ---> Running in 5e6a23c64f53 [2021-04-20T16:02:26.912Z] Removing intermediate container 5e6a23c64f53 [2021-04-20T16:02:26.912Z] ---> 57049e9f8fe2 [2021-04-20T16:02:26.912Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:02:26.912Z] ---> Running in 5b1d02d927c3 [2021-04-20T16:02:26.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:27.228Z] Removing intermediate container 5b1d02d927c3 [2021-04-20T16:02:27.229Z] ---> 64f5774d6a10 [2021-04-20T16:02:27.229Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:02:27.229Z] ---> Running in a973a7cf7677 [2021-04-20T16:02:27.533Z] Removing intermediate container a973a7cf7677 [2021-04-20T16:02:27.533Z] ---> 55a375260da5 [2021-04-20T16:02:27.533Z] Step 21/22 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:27.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:02:27.806Z] ---> Running in d7d7c953aa11 [2021-04-20T16:02:27.806Z] Removing intermediate container d7d7c953aa11 [2021-04-20T16:02:27.806Z] ---> ead2b2e1afd8 [2021-04-20T16:02:27.806Z] Step 22/22 : LABEL version=2.0.0-dev.181 [2021-04-20T16:02:28.072Z] ---> Running in 8f8d61e1e5b4 [2021-04-20T16:02:28.072Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:02:28.072Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:02:28.336Z] Removing intermediate container 8f8d61e1e5b4 [2021-04-20T16:02:28.336Z] ---> 78db9275081f [2021-04-20T16:02:28.336Z] [2021-04-20T16:02:28.336Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:02:28.336Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:02:29.293Z] Successfully built 78db9275081f [2021-04-20T16:02:29.293Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T16:02:29.293Z]  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:02:29.557Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:02:29.557Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:02:29.557Z] OK: 8 MiB in 20 packages [2021-04-20T16:02:30.511Z] Removing intermediate container 2fadd0a9e188 [2021-04-20T16:02:30.512Z] ---> c479d6ff48fe [2021-04-20T16:02:30.512Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:02:30.784Z] ---> 4f72606ae16a [2021-04-20T16:02:30.784Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:02:31.360Z] ---> ec45ba271f4c [2021-04-20T16:02:31.360Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:02:31.943Z] ---> 0c0d0f5eb051 [2021-04-20T16:02:31.943Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:02:31.943Z] ---> Running in 17251a0eaa7c [2021-04-20T16:02:32.207Z] Removing intermediate container 17251a0eaa7c [2021-04-20T16:02:32.207Z] ---> 4ccc4a462f03 [2021-04-20T16:02:32.207Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:02:32.207Z] ---> Running in 3316dc8c2885 [2021-04-20T16:02:32.471Z] Removing intermediate container 3316dc8c2885 [2021-04-20T16:02:32.471Z] ---> ecde5119bd0c [2021-04-20T16:02:32.471Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:02:32.471Z] ---> Running in 79c5cdb9b425 [2021-04-20T16:02:32.752Z] Removing intermediate container 79c5cdb9b425 [2021-04-20T16:02:32.752Z] ---> 625abb6fbce7 [2021-04-20T16:02:32.752Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:32.752Z] ---> Running in 1eebc4411909 [2021-04-20T16:02:33.019Z] Removing intermediate container 1eebc4411909 [2021-04-20T16:02:33.019Z] ---> 2a2c69b38fa8 [2021-04-20T16:02:33.019Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:02:33.019Z] ---> Running in 7488d29fb0a4 [2021-04-20T16:02:33.288Z] Removing intermediate container 7488d29fb0a4 [2021-04-20T16:02:33.288Z] ---> 3f7c206e307b [2021-04-20T16:02:33.288Z] [2021-04-20T16:02:33.555Z] Successfully built 3f7c206e307b [2021-04-20T16:02:33.555Z] Successfully tagged docker-core-data-go:latest [2021-04-20T16:02:34.153Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-20T16:02:34.171Z] $ docker stop --time=1 ed9ef93f0c3194e316f5fa5c97034c5fa6ef2b171887594b84402dcdeaabb62a [2021-04-20T16:02:35.998Z] $ docker rm -f ed9ef93f0c3194e316f5fa5c97034c5fa6ef2b171887594b84402dcdeaabb62a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:02:36.449Z] + docker images [2021-04-20T16:02:36.450Z] + grep docker [2021-04-20T16:02:36.713Z] docker-core-data-go latest 3f7c206e307b 3 seconds ago 22.9MB [2021-04-20T16:02:36.713Z] docker-support-notifications-go latest 78db9275081f 8 seconds ago 18.2MB [2021-04-20T16:02:36.713Z] docker-security-bootstrapper-go latest 383610778f4e 28 seconds ago 19.3MB [2021-04-20T16:02:36.713Z] docker-core-metadata-go latest 2c4bd8d9aa5e 39 seconds ago 19.2MB [2021-04-20T16:02:36.713Z] docker-sys-mgmt-agent-go latest 50bf31334743 42 seconds ago 312MB [2021-04-20T16:02:36.713Z] docker-security-secretstore-setup-go latest aa504c1c8a68 2 minutes ago 26.3MB [2021-04-20T16:02:36.713Z] docker-core-command-go latest c7b0be18d1eb 2 minutes ago 17.5MB [2021-04-20T16:02:36.713Z] docker-security-proxy-setup-go latest b77b40767239 2 minutes ago 26MB [2021-04-20T16:02:36.713Z] docker-support-scheduler-go latest 4dc100d2a3ec 2 minutes ago 17.7MB [2021-04-20T16:02:36.713Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T16:02:36.910Z] provisioning config files... [2021-04-20T16:02:36.955Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config3747874692265495316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:02:37.329Z] ---> docker-login.sh [2021-04-20T16:02:37.329Z] nexus3.edgexfoundry.org:10001 [2021-04-20T16:02:37.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:02:37.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:02:37.595Z] Configure a credential helper to remove this warning. See [2021-04-20T16:02:37.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:02:37.595Z] [2021-04-20T16:02:37.595Z] Login Succeeded [2021-04-20T16:02:37.595Z] nexus3.edgexfoundry.org:10002 [2021-04-20T16:02:37.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:02:38.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:02:38.126Z] Configure a credential helper to remove this warning. See [2021-04-20T16:02:38.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:02:38.126Z] [2021-04-20T16:02:38.126Z] Login Succeeded [2021-04-20T16:02:38.126Z] nexus3.edgexfoundry.org:10003 [2021-04-20T16:02:38.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:02:38.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:02:38.126Z] Configure a credential helper to remove this warning. See [2021-04-20T16:02:38.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:02:38.126Z] [2021-04-20T16:02:38.126Z] Login Succeeded [2021-04-20T16:02:38.126Z] nexus3.edgexfoundry.org:10004 [2021-04-20T16:02:38.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:02:38.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:02:38.657Z] Configure a credential helper to remove this warning. See [2021-04-20T16:02:38.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:02:38.657Z] [2021-04-20T16:02:38.657Z] Login Succeeded [2021-04-20T16:02:38.657Z] docker.io [2021-04-20T16:02:38.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:02:39.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:02:39.233Z] Configure a credential helper to remove this warning. See [2021-04-20T16:02:39.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:02:39.233Z] [2021-04-20T16:02:39.233Z] Login Succeeded [2021-04-20T16:02:39.233Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T16:02:39.243Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:02:39.327Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-20T16:02:39.327Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:39.327Z] 2.0.0-dev.181 [2021-04-20T16:02:39.327Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:39.327Z] master [2021-04-20T16:02:39.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:39.688Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:40.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:40.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T16:02:40.014Z] 769e18d8119b: Preparing [2021-04-20T16:02:40.014Z] 20ac9d157ebf: Preparing [2021-04-20T16:02:40.014Z] 53353dda6fee: Preparing [2021-04-20T16:02:40.014Z] 8f8983f659eb: Preparing [2021-04-20T16:02:40.014Z] 32f366d666a5: Preparing [2021-04-20T16:02:40.014Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:40.280Z] 769e18d8119b: Pushed [2021-04-20T16:02:40.280Z] 8f8983f659eb: Pushed [2021-04-20T16:02:40.280Z] 53353dda6fee: Pushed [2021-04-20T16:02:41.686Z] 20ac9d157ebf: Pushed [2021-04-20T16:02:41.953Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:d8541aead7090f0b7a42f2d8d56136e9214df001eec86a0420bac885130817ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:42.282Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:42.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.181 [2021-04-20T16:02:42.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T16:02:42.598Z] 769e18d8119b: Preparing [2021-04-20T16:02:42.598Z] 20ac9d157ebf: Preparing [2021-04-20T16:02:42.598Z] 53353dda6fee: Preparing [2021-04-20T16:02:42.598Z] 8f8983f659eb: Preparing [2021-04-20T16:02:42.598Z] 32f366d666a5: Preparing [2021-04-20T16:02:42.598Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:42.598Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:42.598Z] 769e18d8119b: Layer already exists [2021-04-20T16:02:42.598Z] 20ac9d157ebf: Layer already exists [2021-04-20T16:02:42.598Z] 8f8983f659eb: Layer already exists [2021-04-20T16:02:42.598Z] 2.0.0-dev.181: digest: sha256:d8541aead7090f0b7a42f2d8d56136e9214df001eec86a0420bac885130817ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:42.935Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:43.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:43.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T16:02:43.256Z] 769e18d8119b: Preparing [2021-04-20T16:02:43.256Z] 20ac9d157ebf: Preparing [2021-04-20T16:02:43.256Z] 53353dda6fee: Preparing [2021-04-20T16:02:43.256Z] 8f8983f659eb: Preparing [2021-04-20T16:02:43.256Z] 32f366d666a5: Preparing [2021-04-20T16:02:43.256Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:43.256Z] 769e18d8119b: Layer already exists [2021-04-20T16:02:43.256Z] 20ac9d157ebf: Layer already exists [2021-04-20T16:02:43.256Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:43.256Z] 8f8983f659eb: Layer already exists [2021-04-20T16:02:43.519Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:d8541aead7090f0b7a42f2d8d56136e9214df001eec86a0420bac885130817ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:43.838Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:44.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-20T16:02:44.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T16:02:44.157Z] 769e18d8119b: Preparing [2021-04-20T16:02:44.157Z] 20ac9d157ebf: Preparing [2021-04-20T16:02:44.157Z] 53353dda6fee: Preparing [2021-04-20T16:02:44.157Z] 8f8983f659eb: Preparing [2021-04-20T16:02:44.157Z] 32f366d666a5: Preparing [2021-04-20T16:02:44.157Z] 20ac9d157ebf: Layer already exists [2021-04-20T16:02:44.157Z] 769e18d8119b: Layer already exists [2021-04-20T16:02:44.157Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:44.157Z] 8f8983f659eb: Layer already exists [2021-04-20T16:02:44.157Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:44.421Z] master: digest: sha256:d8541aead7090f0b7a42f2d8d56136e9214df001eec86a0420bac885130817ed size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:02:44.478Z] ===================================================== [Pipeline] echo [2021-04-20T16:02:44.494Z] taggedImages: [2021-04-20T16:02:44.494Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:44.494Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.181 [2021-04-20T16:02:44.494Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:44.494Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-20T16:02:44.527Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-20T16:02:44.527Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:44.527Z] 2.0.0-dev.181 [2021-04-20T16:02:44.527Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:44.527Z] master [2021-04-20T16:02:44.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:44.913Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:45.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:45.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T16:02:45.223Z] b05050f895ea: Preparing [2021-04-20T16:02:45.223Z] 1c1c66484b0f: Preparing [2021-04-20T16:02:45.223Z] 53353dda6fee: Preparing [2021-04-20T16:02:45.223Z] 14145ea8aaeb: Preparing [2021-04-20T16:02:45.223Z] 8a6020b1b286: Preparing [2021-04-20T16:02:45.223Z] 32f366d666a5: Preparing [2021-04-20T16:02:45.223Z] 32f366d666a5: Waiting [2021-04-20T16:02:45.819Z] b05050f895ea: Pushed [2021-04-20T16:02:45.819Z] 8a6020b1b286: Pushed [2021-04-20T16:02:46.083Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:46.083Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:46.349Z] 14145ea8aaeb: Pushed [2021-04-20T16:02:47.762Z] 1c1c66484b0f: Pushed [2021-04-20T16:02:47.762Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:86e206184ec9f7cbc1fa4c80ef0b9b0209ab213b5dcbba903f388c82b670888f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:48.078Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:48.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.181 [2021-04-20T16:02:48.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T16:02:48.390Z] b05050f895ea: Preparing [2021-04-20T16:02:48.390Z] 1c1c66484b0f: Preparing [2021-04-20T16:02:48.390Z] 53353dda6fee: Preparing [2021-04-20T16:02:48.390Z] 14145ea8aaeb: Preparing [2021-04-20T16:02:48.390Z] 8a6020b1b286: Preparing [2021-04-20T16:02:48.390Z] 32f366d666a5: Preparing [2021-04-20T16:02:48.390Z] 32f366d666a5: Waiting [2021-04-20T16:02:48.390Z] 14145ea8aaeb: Layer already exists [2021-04-20T16:02:48.390Z] 1c1c66484b0f: Layer already exists [2021-04-20T16:02:48.390Z] 8a6020b1b286: Layer already exists [2021-04-20T16:02:48.390Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:48.390Z] b05050f895ea: Layer already exists [2021-04-20T16:02:48.390Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:48.658Z] 2.0.0-dev.181: digest: sha256:86e206184ec9f7cbc1fa4c80ef0b9b0209ab213b5dcbba903f388c82b670888f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:48.982Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:49.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:49.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T16:02:49.295Z] b05050f895ea: Preparing [2021-04-20T16:02:49.295Z] 1c1c66484b0f: Preparing [2021-04-20T16:02:49.295Z] 53353dda6fee: Preparing [2021-04-20T16:02:49.295Z] 14145ea8aaeb: Preparing [2021-04-20T16:02:49.295Z] 8a6020b1b286: Preparing [2021-04-20T16:02:49.295Z] 32f366d666a5: Preparing [2021-04-20T16:02:49.295Z] 32f366d666a5: Waiting [2021-04-20T16:02:49.295Z] b05050f895ea: Layer already exists [2021-04-20T16:02:49.295Z] 14145ea8aaeb: Layer already exists [2021-04-20T16:02:49.295Z] 1c1c66484b0f: Layer already exists [2021-04-20T16:02:49.295Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:49.295Z] 8a6020b1b286: Layer already exists [2021-04-20T16:02:49.295Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:49.295Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:86e206184ec9f7cbc1fa4c80ef0b9b0209ab213b5dcbba903f388c82b670888f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:49.879Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:50.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-20T16:02:50.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T16:02:50.212Z] b05050f895ea: Preparing [2021-04-20T16:02:50.212Z] 1c1c66484b0f: Preparing [2021-04-20T16:02:50.212Z] 53353dda6fee: Preparing [2021-04-20T16:02:50.212Z] 14145ea8aaeb: Preparing [2021-04-20T16:02:50.212Z] 8a6020b1b286: Preparing [2021-04-20T16:02:50.212Z] 32f366d666a5: Preparing [2021-04-20T16:02:50.212Z] 32f366d666a5: Waiting [2021-04-20T16:02:50.212Z] 14145ea8aaeb: Layer already exists [2021-04-20T16:02:50.212Z] 8a6020b1b286: Layer already exists [2021-04-20T16:02:50.212Z] b05050f895ea: Layer already exists [2021-04-20T16:02:50.212Z] 1c1c66484b0f: Layer already exists [2021-04-20T16:02:50.212Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:50.212Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:50.212Z] master: digest: sha256:86e206184ec9f7cbc1fa4c80ef0b9b0209ab213b5dcbba903f388c82b670888f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:02:50.545Z] ===================================================== [Pipeline] echo [2021-04-20T16:02:50.562Z] taggedImages: [2021-04-20T16:02:50.562Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:50.562Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.181 [2021-04-20T16:02:50.562Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:50.562Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-20T16:02:50.595Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-20T16:02:50.595Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:50.595Z] 2.0.0-dev.181 [2021-04-20T16:02:50.595Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:50.595Z] master [2021-04-20T16:02:50.595Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:50.953Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:51.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:51.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T16:02:51.266Z] a843c31e0d7f: Preparing [2021-04-20T16:02:51.266Z] a6d77e5fd5d9: Preparing [2021-04-20T16:02:51.266Z] 53353dda6fee: Preparing [2021-04-20T16:02:51.266Z] 8f8983f659eb: Preparing [2021-04-20T16:02:51.266Z] 32f366d666a5: Preparing [2021-04-20T16:02:51.266Z] 8f8983f659eb: Layer already exists [2021-04-20T16:02:51.266Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:51.266Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:51.539Z] a843c31e0d7f: Pushed [2021-04-20T16:02:52.934Z] a6d77e5fd5d9: Pushed [2021-04-20T16:02:52.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T16:02:53.203Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:b7f57eab65f7bc04110ab6eb2b56f1f940cd891ef78ee2a020a7458e1504ca89 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:53.545Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:53.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.181 [2021-04-20T16:02:53.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T16:02:53.856Z] a843c31e0d7f: Preparing [2021-04-20T16:02:53.856Z] a6d77e5fd5d9: Preparing [2021-04-20T16:02:53.856Z] 53353dda6fee: Preparing [2021-04-20T16:02:53.856Z] 8f8983f659eb: Preparing [2021-04-20T16:02:53.856Z] 32f366d666a5: Preparing [2021-04-20T16:02:53.856Z] a6d77e5fd5d9: Layer already exists [2021-04-20T16:02:53.856Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:53.856Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:53.856Z] a843c31e0d7f: Layer already exists [2021-04-20T16:02:53.856Z] 8f8983f659eb: Layer already exists [2021-04-20T16:02:53.856Z] 2.0.0-dev.181: digest: sha256:b7f57eab65f7bc04110ab6eb2b56f1f940cd891ef78ee2a020a7458e1504ca89 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:54.185Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:54.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:54.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T16:02:54.500Z] a843c31e0d7f: Preparing [2021-04-20T16:02:54.500Z] a6d77e5fd5d9: Preparing [2021-04-20T16:02:54.500Z] 53353dda6fee: Preparing [2021-04-20T16:02:54.500Z] 8f8983f659eb: Preparing [2021-04-20T16:02:54.500Z] 32f366d666a5: Preparing [2021-04-20T16:02:54.500Z] a843c31e0d7f: Layer already exists [2021-04-20T16:02:54.500Z] a6d77e5fd5d9: Layer already exists [2021-04-20T16:02:54.500Z] 8f8983f659eb: Layer already exists [2021-04-20T16:02:54.500Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:54.500Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:54.500Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:b7f57eab65f7bc04110ab6eb2b56f1f940cd891ef78ee2a020a7458e1504ca89 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:54.814Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:55.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-20T16:02:55.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T16:02:55.308Z] a843c31e0d7f: Preparing [2021-04-20T16:02:55.308Z] a6d77e5fd5d9: Preparing [2021-04-20T16:02:55.308Z] 53353dda6fee: Preparing [2021-04-20T16:02:55.308Z] 8f8983f659eb: Preparing [2021-04-20T16:02:55.308Z] 32f366d666a5: Preparing [2021-04-20T16:02:55.308Z] a843c31e0d7f: Layer already exists [2021-04-20T16:02:55.308Z] 8f8983f659eb: Layer already exists [2021-04-20T16:02:55.308Z] a6d77e5fd5d9: Layer already exists [2021-04-20T16:02:55.308Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:55.308Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:55.308Z] master: digest: sha256:b7f57eab65f7bc04110ab6eb2b56f1f940cd891ef78ee2a020a7458e1504ca89 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:02:55.399Z] ===================================================== [Pipeline] echo [2021-04-20T16:02:55.428Z] taggedImages: [2021-04-20T16:02:55.428Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:55.428Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.181 [2021-04-20T16:02:55.428Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:55.428Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-20T16:02:55.462Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-20T16:02:55.462Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:55.462Z] 2.0.0-dev.181 [2021-04-20T16:02:55.462Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:55.462Z] master [2021-04-20T16:02:55.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:55.905Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:56.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:02:56.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T16:02:56.237Z] 88c27682f211: Preparing [2021-04-20T16:02:56.237Z] 88c27682f211: Preparing [2021-04-20T16:02:56.237Z] 04e1149acacd: Preparing [2021-04-20T16:02:56.237Z] 627e36a2037d: Preparing [2021-04-20T16:02:56.237Z] f7f0acb6cac4: Preparing [2021-04-20T16:02:56.237Z] 1bd25560543d: Preparing [2021-04-20T16:02:56.237Z] 53353dda6fee: Preparing [2021-04-20T16:02:56.237Z] 81b7436b82f3: Preparing [2021-04-20T16:02:56.237Z] 81b7436b82f3: Preparing [2021-04-20T16:02:56.237Z] 6327511b0290: Preparing [2021-04-20T16:02:56.237Z] adff949de023: Preparing [2021-04-20T16:02:56.237Z] 32f366d666a5: Preparing [2021-04-20T16:02:56.237Z] 81b7436b82f3: Waiting [2021-04-20T16:02:56.237Z] 53353dda6fee: Waiting [2021-04-20T16:02:56.237Z] adff949de023: Waiting [2021-04-20T16:02:56.237Z] 32f366d666a5: Waiting [2021-04-20T16:02:56.237Z] 6327511b0290: Waiting [2021-04-20T16:02:56.815Z] 88c27682f211: Pushed [2021-04-20T16:02:56.815Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:57.085Z] f7f0acb6cac4: Pushed [2021-04-20T16:02:57.085Z] 627e36a2037d: Pushed [2021-04-20T16:02:57.085Z] 04e1149acacd: Pushed [2021-04-20T16:02:57.085Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:57.085Z] 81b7436b82f3: Pushed [2021-04-20T16:02:57.085Z] 6327511b0290: Pushed [2021-04-20T16:02:57.349Z] adff949de023: Pushed [2021-04-20T16:02:58.300Z] 1bd25560543d: Pushed [2021-04-20T16:02:58.300Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:f58946002deff3fdedf20ced45a59c45c22adbcc4c7ac307317859e325f0db5d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:58.609Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:58.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.181 [2021-04-20T16:02:58.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T16:02:58.919Z] 88c27682f211: Preparing [2021-04-20T16:02:58.919Z] 88c27682f211: Preparing [2021-04-20T16:02:58.919Z] 04e1149acacd: Preparing [2021-04-20T16:02:58.919Z] 627e36a2037d: Preparing [2021-04-20T16:02:58.919Z] f7f0acb6cac4: Preparing [2021-04-20T16:02:58.919Z] 1bd25560543d: Preparing [2021-04-20T16:02:58.919Z] 53353dda6fee: Preparing [2021-04-20T16:02:58.919Z] 81b7436b82f3: Preparing [2021-04-20T16:02:58.919Z] 81b7436b82f3: Preparing [2021-04-20T16:02:58.919Z] 6327511b0290: Preparing [2021-04-20T16:02:58.919Z] adff949de023: Preparing [2021-04-20T16:02:58.919Z] 32f366d666a5: Preparing [2021-04-20T16:02:58.919Z] 81b7436b82f3: Waiting [2021-04-20T16:02:58.919Z] 6327511b0290: Waiting [2021-04-20T16:02:58.919Z] adff949de023: Waiting [2021-04-20T16:02:58.919Z] 32f366d666a5: Waiting [2021-04-20T16:02:58.919Z] 53353dda6fee: Waiting [2021-04-20T16:02:58.919Z] 04e1149acacd: Layer already exists [2021-04-20T16:02:58.919Z] 1bd25560543d: Layer already exists [2021-04-20T16:02:58.919Z] f7f0acb6cac4: Layer already exists [2021-04-20T16:02:58.919Z] 88c27682f211: Layer already exists [2021-04-20T16:02:58.919Z] 627e36a2037d: Layer already exists [2021-04-20T16:02:58.919Z] 81b7436b82f3: Layer already exists [2021-04-20T16:02:58.919Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:58.919Z] 32f366d666a5: Layer already exists [2021-04-20T16:02:58.919Z] 6327511b0290: Layer already exists [2021-04-20T16:02:58.919Z] adff949de023: Layer already exists [2021-04-20T16:02:59.180Z] 2.0.0-dev.181: digest: sha256:f58946002deff3fdedf20ced45a59c45c22adbcc4c7ac307317859e325f0db5d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:59.486Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:02:59.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:02:59.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T16:02:59.789Z] 88c27682f211: Preparing [2021-04-20T16:02:59.789Z] 88c27682f211: Preparing [2021-04-20T16:02:59.789Z] 04e1149acacd: Preparing [2021-04-20T16:02:59.789Z] 627e36a2037d: Preparing [2021-04-20T16:02:59.789Z] f7f0acb6cac4: Preparing [2021-04-20T16:02:59.789Z] 1bd25560543d: Preparing [2021-04-20T16:02:59.789Z] 53353dda6fee: Preparing [2021-04-20T16:02:59.789Z] 81b7436b82f3: Preparing [2021-04-20T16:02:59.789Z] 81b7436b82f3: Preparing [2021-04-20T16:02:59.789Z] 6327511b0290: Preparing [2021-04-20T16:02:59.789Z] adff949de023: Preparing [2021-04-20T16:02:59.789Z] 32f366d666a5: Preparing [2021-04-20T16:02:59.789Z] 6327511b0290: Waiting [2021-04-20T16:02:59.789Z] adff949de023: Waiting [2021-04-20T16:02:59.789Z] 32f366d666a5: Waiting [2021-04-20T16:02:59.789Z] 53353dda6fee: Waiting [2021-04-20T16:02:59.789Z] 81b7436b82f3: Waiting [2021-04-20T16:02:59.789Z] 627e36a2037d: Layer already exists [2021-04-20T16:02:59.789Z] 88c27682f211: Layer already exists [2021-04-20T16:02:59.789Z] 04e1149acacd: Layer already exists [2021-04-20T16:02:59.789Z] f7f0acb6cac4: Layer already exists [2021-04-20T16:02:59.789Z] adff949de023: Layer already exists [2021-04-20T16:02:59.789Z] 81b7436b82f3: Layer already exists [2021-04-20T16:02:59.789Z] 53353dda6fee: Layer already exists [2021-04-20T16:02:59.789Z] 6327511b0290: Layer already exists [2021-04-20T16:02:59.789Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:00.050Z] 1bd25560543d: Layer already exists [2021-04-20T16:03:00.050Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:f58946002deff3fdedf20ced45a59c45c22adbcc4c7ac307317859e325f0db5d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:00.358Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:00.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-20T16:03:00.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T16:03:00.669Z] 88c27682f211: Preparing [2021-04-20T16:03:00.669Z] 88c27682f211: Preparing [2021-04-20T16:03:00.669Z] 04e1149acacd: Preparing [2021-04-20T16:03:00.669Z] 627e36a2037d: Preparing [2021-04-20T16:03:00.669Z] f7f0acb6cac4: Preparing [2021-04-20T16:03:00.669Z] 1bd25560543d: Preparing [2021-04-20T16:03:00.669Z] 53353dda6fee: Preparing [2021-04-20T16:03:00.669Z] 81b7436b82f3: Preparing [2021-04-20T16:03:00.669Z] 81b7436b82f3: Preparing [2021-04-20T16:03:00.669Z] 6327511b0290: Preparing [2021-04-20T16:03:00.669Z] adff949de023: Preparing [2021-04-20T16:03:00.669Z] 32f366d666a5: Preparing [2021-04-20T16:03:00.669Z] 81b7436b82f3: Waiting [2021-04-20T16:03:00.669Z] 6327511b0290: Waiting [2021-04-20T16:03:00.669Z] adff949de023: Waiting [2021-04-20T16:03:00.669Z] 32f366d666a5: Waiting [2021-04-20T16:03:00.669Z] 53353dda6fee: Waiting [2021-04-20T16:03:00.669Z] 1bd25560543d: Layer already exists [2021-04-20T16:03:00.669Z] f7f0acb6cac4: Layer already exists [2021-04-20T16:03:00.669Z] 88c27682f211: Layer already exists [2021-04-20T16:03:00.669Z] 627e36a2037d: Layer already exists [2021-04-20T16:03:00.669Z] 04e1149acacd: Layer already exists [2021-04-20T16:03:00.669Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:00.669Z] 6327511b0290: Layer already exists [2021-04-20T16:03:00.669Z] adff949de023: Layer already exists [2021-04-20T16:03:00.669Z] 81b7436b82f3: Layer already exists [2021-04-20T16:03:00.669Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:00.934Z] master: digest: sha256:f58946002deff3fdedf20ced45a59c45c22adbcc4c7ac307317859e325f0db5d size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:03:00.989Z] ===================================================== [Pipeline] echo [2021-04-20T16:03:01.005Z] taggedImages: [2021-04-20T16:03:01.005Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:01.005Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.181 [2021-04-20T16:03:01.005Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:01.005Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-20T16:03:01.036Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-20T16:03:01.036Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:01.036Z] 2.0.0-dev.181 [2021-04-20T16:03:01.036Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:01.036Z] master [2021-04-20T16:03:01.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:01.385Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:01.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:01.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T16:03:01.711Z] 088cdbae5f53: Preparing [2021-04-20T16:03:01.711Z] bc8b83978f71: Preparing [2021-04-20T16:03:01.711Z] c514999b0f18: Preparing [2021-04-20T16:03:01.711Z] eebf26846f3c: Preparing [2021-04-20T16:03:01.711Z] 709d7e66ade8: Preparing [2021-04-20T16:03:01.711Z] 32f366d666a5: Preparing [2021-04-20T16:03:01.711Z] 32f366d666a5: Waiting [2021-04-20T16:03:01.988Z] c514999b0f18: Pushed [2021-04-20T16:03:01.988Z] eebf26846f3c: Pushed [2021-04-20T16:03:02.280Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:02.563Z] 709d7e66ade8: Pushed [2021-04-20T16:03:03.511Z] bc8b83978f71: Pushed [2021-04-20T16:03:03.511Z] 088cdbae5f53: Pushed [2021-04-20T16:03:03.781Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:b27162fdcc4b839a3f4cd40f894abd4d373379346d5cd3a6c825617bde461571 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:04.101Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:04.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.181 [2021-04-20T16:03:04.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T16:03:04.427Z] 088cdbae5f53: Preparing [2021-04-20T16:03:04.427Z] bc8b83978f71: Preparing [2021-04-20T16:03:04.427Z] c514999b0f18: Preparing [2021-04-20T16:03:04.427Z] eebf26846f3c: Preparing [2021-04-20T16:03:04.427Z] 709d7e66ade8: Preparing [2021-04-20T16:03:04.427Z] 32f366d666a5: Preparing [2021-04-20T16:03:04.427Z] 32f366d666a5: Waiting [2021-04-20T16:03:04.427Z] 709d7e66ade8: Layer already exists [2021-04-20T16:03:04.427Z] eebf26846f3c: Layer already exists [2021-04-20T16:03:04.427Z] c514999b0f18: Layer already exists [2021-04-20T16:03:04.427Z] 088cdbae5f53: Layer already exists [2021-04-20T16:03:04.427Z] bc8b83978f71: Layer already exists [2021-04-20T16:03:04.427Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:04.690Z] 2.0.0-dev.181: digest: sha256:b27162fdcc4b839a3f4cd40f894abd4d373379346d5cd3a6c825617bde461571 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:05.012Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:05.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:05.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T16:03:05.322Z] 088cdbae5f53: Preparing [2021-04-20T16:03:05.322Z] bc8b83978f71: Preparing [2021-04-20T16:03:05.322Z] c514999b0f18: Preparing [2021-04-20T16:03:05.322Z] eebf26846f3c: Preparing [2021-04-20T16:03:05.322Z] 709d7e66ade8: Preparing [2021-04-20T16:03:05.322Z] 32f366d666a5: Preparing [2021-04-20T16:03:05.322Z] 32f366d666a5: Waiting [2021-04-20T16:03:05.322Z] bc8b83978f71: Layer already exists [2021-04-20T16:03:05.322Z] 088cdbae5f53: Layer already exists [2021-04-20T16:03:05.322Z] c514999b0f18: Layer already exists [2021-04-20T16:03:05.322Z] eebf26846f3c: Layer already exists [2021-04-20T16:03:05.322Z] 709d7e66ade8: Layer already exists [2021-04-20T16:03:05.588Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:05.588Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:b27162fdcc4b839a3f4cd40f894abd4d373379346d5cd3a6c825617bde461571 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:05.934Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:06.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-20T16:03:06.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T16:03:06.249Z] 088cdbae5f53: Preparing [2021-04-20T16:03:06.249Z] bc8b83978f71: Preparing [2021-04-20T16:03:06.249Z] c514999b0f18: Preparing [2021-04-20T16:03:06.249Z] eebf26846f3c: Preparing [2021-04-20T16:03:06.249Z] 709d7e66ade8: Preparing [2021-04-20T16:03:06.249Z] 32f366d666a5: Preparing [2021-04-20T16:03:06.249Z] 32f366d666a5: Waiting [2021-04-20T16:03:06.249Z] 088cdbae5f53: Layer already exists [2021-04-20T16:03:06.249Z] c514999b0f18: Layer already exists [2021-04-20T16:03:06.249Z] eebf26846f3c: Layer already exists [2021-04-20T16:03:06.249Z] bc8b83978f71: Layer already exists [2021-04-20T16:03:06.249Z] 709d7e66ade8: Layer already exists [2021-04-20T16:03:06.249Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:06.515Z] master: digest: sha256:b27162fdcc4b839a3f4cd40f894abd4d373379346d5cd3a6c825617bde461571 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:03:06.571Z] ===================================================== [Pipeline] echo [2021-04-20T16:03:06.586Z] taggedImages: [2021-04-20T16:03:06.586Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:06.586Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.181 [2021-04-20T16:03:06.586Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:06.586Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-20T16:03:06.634Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-20T16:03:06.634Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:06.634Z] 2.0.0-dev.181 [2021-04-20T16:03:06.634Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:06.634Z] master [2021-04-20T16:03:06.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:07.001Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:07.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:07.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T16:03:07.313Z] 9ab73be83f37: Preparing [2021-04-20T16:03:07.313Z] 1d9a826dad47: Preparing [2021-04-20T16:03:07.313Z] f5a072d8c843: Preparing [2021-04-20T16:03:07.313Z] 31290eba8f5b: Preparing [2021-04-20T16:03:07.313Z] 13176575c39d: Preparing [2021-04-20T16:03:07.313Z] bb5690113212: Preparing [2021-04-20T16:03:07.313Z] 2378a3ff0ff8: Preparing [2021-04-20T16:03:07.313Z] 1699d85cc9ae: Preparing [2021-04-20T16:03:07.313Z] 32f366d666a5: Preparing [2021-04-20T16:03:07.313Z] bb5690113212: Waiting [2021-04-20T16:03:07.313Z] 1699d85cc9ae: Waiting [2021-04-20T16:03:07.313Z] 2378a3ff0ff8: Waiting [2021-04-20T16:03:07.313Z] 32f366d666a5: Waiting [2021-04-20T16:03:07.586Z] 1d9a826dad47: Pushed [2021-04-20T16:03:07.586Z] 13176575c39d: Pushed [2021-04-20T16:03:07.586Z] 9ab73be83f37: Pushed [2021-04-20T16:03:07.859Z] bb5690113212: Pushed [2021-04-20T16:03:07.859Z] 2378a3ff0ff8: Pushed [2021-04-20T16:03:07.859Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:08.818Z] 1699d85cc9ae: Pushed [2021-04-20T16:03:08.818Z] 31290eba8f5b: Pushed [2021-04-20T16:03:08.818Z] f5a072d8c843: Pushed [2021-04-20T16:03:08.818Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:236306a24cfd78f2cc6e1b3c8d6e1448846ad3ce2c5d22e6c68e9e6261afe97d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:09.399Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:09.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.181 [2021-04-20T16:03:09.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T16:03:09.705Z] 9ab73be83f37: Preparing [2021-04-20T16:03:09.705Z] 1d9a826dad47: Preparing [2021-04-20T16:03:09.705Z] f5a072d8c843: Preparing [2021-04-20T16:03:09.705Z] 31290eba8f5b: Preparing [2021-04-20T16:03:09.705Z] 13176575c39d: Preparing [2021-04-20T16:03:09.705Z] bb5690113212: Preparing [2021-04-20T16:03:09.705Z] 2378a3ff0ff8: Preparing [2021-04-20T16:03:09.705Z] 1699d85cc9ae: Preparing [2021-04-20T16:03:09.705Z] 32f366d666a5: Preparing [2021-04-20T16:03:09.705Z] 2378a3ff0ff8: Waiting [2021-04-20T16:03:09.705Z] 1699d85cc9ae: Waiting [2021-04-20T16:03:09.705Z] 32f366d666a5: Waiting [2021-04-20T16:03:09.705Z] bb5690113212: Waiting [2021-04-20T16:03:09.705Z] f5a072d8c843: Layer already exists [2021-04-20T16:03:09.705Z] 13176575c39d: Layer already exists [2021-04-20T16:03:09.705Z] 31290eba8f5b: Layer already exists [2021-04-20T16:03:09.705Z] 9ab73be83f37: Layer already exists [2021-04-20T16:03:09.705Z] 1d9a826dad47: Layer already exists [2021-04-20T16:03:09.705Z] bb5690113212: Layer already exists [2021-04-20T16:03:09.705Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:09.705Z] 2378a3ff0ff8: Layer already exists [2021-04-20T16:03:09.705Z] 1699d85cc9ae: Layer already exists [2021-04-20T16:03:09.971Z] 2.0.0-dev.181: digest: sha256:236306a24cfd78f2cc6e1b3c8d6e1448846ad3ce2c5d22e6c68e9e6261afe97d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:10.283Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:10.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:10.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T16:03:10.595Z] 9ab73be83f37: Preparing [2021-04-20T16:03:10.595Z] 1d9a826dad47: Preparing [2021-04-20T16:03:10.595Z] f5a072d8c843: Preparing [2021-04-20T16:03:10.595Z] 31290eba8f5b: Preparing [2021-04-20T16:03:10.595Z] 13176575c39d: Preparing [2021-04-20T16:03:10.595Z] bb5690113212: Preparing [2021-04-20T16:03:10.595Z] 2378a3ff0ff8: Preparing [2021-04-20T16:03:10.595Z] 1699d85cc9ae: Preparing [2021-04-20T16:03:10.595Z] 32f366d666a5: Preparing [2021-04-20T16:03:10.595Z] bb5690113212: Waiting [2021-04-20T16:03:10.595Z] 2378a3ff0ff8: Waiting [2021-04-20T16:03:10.595Z] 1699d85cc9ae: Waiting [2021-04-20T16:03:10.595Z] 32f366d666a5: Waiting [2021-04-20T16:03:10.595Z] 13176575c39d: Layer already exists [2021-04-20T16:03:10.595Z] 31290eba8f5b: Layer already exists [2021-04-20T16:03:10.595Z] 1d9a826dad47: Layer already exists [2021-04-20T16:03:10.595Z] f5a072d8c843: Layer already exists [2021-04-20T16:03:10.595Z] 9ab73be83f37: Layer already exists [2021-04-20T16:03:10.595Z] bb5690113212: Layer already exists [2021-04-20T16:03:10.595Z] 1699d85cc9ae: Layer already exists [2021-04-20T16:03:10.595Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:10.595Z] 2378a3ff0ff8: Layer already exists [2021-04-20T16:03:10.861Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:236306a24cfd78f2cc6e1b3c8d6e1448846ad3ce2c5d22e6c68e9e6261afe97d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:11.178Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:11.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-20T16:03:11.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T16:03:11.483Z] 9ab73be83f37: Preparing [2021-04-20T16:03:11.483Z] 1d9a826dad47: Preparing [2021-04-20T16:03:11.483Z] f5a072d8c843: Preparing [2021-04-20T16:03:11.483Z] 31290eba8f5b: Preparing [2021-04-20T16:03:11.483Z] 13176575c39d: Preparing [2021-04-20T16:03:11.483Z] bb5690113212: Preparing [2021-04-20T16:03:11.483Z] 2378a3ff0ff8: Preparing [2021-04-20T16:03:11.483Z] 1699d85cc9ae: Preparing [2021-04-20T16:03:11.483Z] 32f366d666a5: Preparing [2021-04-20T16:03:11.483Z] bb5690113212: Waiting [2021-04-20T16:03:11.483Z] 2378a3ff0ff8: Waiting [2021-04-20T16:03:11.483Z] 1699d85cc9ae: Waiting [2021-04-20T16:03:11.483Z] 32f366d666a5: Waiting [2021-04-20T16:03:11.483Z] 9ab73be83f37: Layer already exists [2021-04-20T16:03:11.483Z] 31290eba8f5b: Layer already exists [2021-04-20T16:03:11.483Z] 13176575c39d: Layer already exists [2021-04-20T16:03:11.483Z] f5a072d8c843: Layer already exists [2021-04-20T16:03:11.483Z] 1d9a826dad47: Layer already exists [2021-04-20T16:03:11.483Z] 1699d85cc9ae: Layer already exists [2021-04-20T16:03:11.483Z] 2378a3ff0ff8: Layer already exists [2021-04-20T16:03:11.483Z] bb5690113212: Layer already exists [2021-04-20T16:03:11.483Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:11.751Z] master: digest: sha256:236306a24cfd78f2cc6e1b3c8d6e1448846ad3ce2c5d22e6c68e9e6261afe97d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:03:11.807Z] ===================================================== [Pipeline] echo [2021-04-20T16:03:11.823Z] taggedImages: [2021-04-20T16:03:11.823Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:11.823Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.181 [2021-04-20T16:03:11.823Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:11.823Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-20T16:03:11.856Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-20T16:03:11.856Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:11.856Z] 2.0.0-dev.181 [2021-04-20T16:03:11.856Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:11.856Z] master [2021-04-20T16:03:11.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:12.221Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:12.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:12.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T16:03:12.533Z] d49d7eaacf74: Preparing [2021-04-20T16:03:12.533Z] 84c3a7bc5799: Preparing [2021-04-20T16:03:12.533Z] 53353dda6fee: Preparing [2021-04-20T16:03:12.533Z] 8504e1717b0e: Preparing [2021-04-20T16:03:12.533Z] 32f366d666a5: Preparing [2021-04-20T16:03:12.533Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:12.533Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:12.806Z] d49d7eaacf74: Pushed [2021-04-20T16:03:12.806Z] 8504e1717b0e: Pushed [2021-04-20T16:03:14.205Z] 84c3a7bc5799: Pushed [2021-04-20T16:03:14.205Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:424a021dc2bcdc8d0fc066f608907c07737e079a565e294f95eba3e7a7398e14 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:14.528Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:14.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.181 [2021-04-20T16:03:14.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T16:03:14.837Z] d49d7eaacf74: Preparing [2021-04-20T16:03:14.837Z] 84c3a7bc5799: Preparing [2021-04-20T16:03:14.837Z] 53353dda6fee: Preparing [2021-04-20T16:03:14.837Z] 8504e1717b0e: Preparing [2021-04-20T16:03:14.837Z] 32f366d666a5: Preparing [2021-04-20T16:03:14.837Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:14.837Z] 8504e1717b0e: Layer already exists [2021-04-20T16:03:14.837Z] d49d7eaacf74: Layer already exists [2021-04-20T16:03:14.837Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:14.837Z] 84c3a7bc5799: Layer already exists [2021-04-20T16:03:14.837Z] 2.0.0-dev.181: digest: sha256:424a021dc2bcdc8d0fc066f608907c07737e079a565e294f95eba3e7a7398e14 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:15.151Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:15.193Z] Removing intermediate container 0ae12e9fcd75 [2021-04-20T16:03:15.193Z] ---> 0b6c0e92ecee [2021-04-20T16:03:15.193Z] [2021-04-20T16:03:15.193Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T16:03:15.193Z] 3.12: Pulling from library/alpine [2021-04-20T16:03:15.193Z] Removing intermediate container db1667659621 [2021-04-20T16:03:15.193Z] ---> 6bbfa1b654d5 [2021-04-20T16:03:15.193Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T16:03:15.193Z] ---> Running in 19dc62a0bfa3 [2021-04-20T16:03:15.193Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:03:15.193Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T16:03:15.193Z] ---> 9852663dfa18 [2021-04-20T16:03:15.193Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T16:03:15.193Z] ---> Running in 02075f0ef017 [2021-04-20T16:03:15.193Z] Removing intermediate container 7559ca5697ba [2021-04-20T16:03:15.193Z] ---> 6b582f2368e4 [2021-04-20T16:03:15.193Z] [2021-04-20T16:03:15.193Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:03:15.193Z] ---> 9852663dfa18 [2021-04-20T16:03:15.193Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:03:15.469Z] ---> Running in e4f1e4f7230e [2021-04-20T16:03:15.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:15.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T16:03:15.651Z] d49d7eaacf74: Preparing [2021-04-20T16:03:15.651Z] 84c3a7bc5799: Preparing [2021-04-20T16:03:15.651Z] 53353dda6fee: Preparing [2021-04-20T16:03:15.651Z] 8504e1717b0e: Preparing [2021-04-20T16:03:15.651Z] 32f366d666a5: Preparing [2021-04-20T16:03:15.651Z] 84c3a7bc5799: Layer already exists [2021-04-20T16:03:15.651Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:15.651Z] 8504e1717b0e: Layer already exists [2021-04-20T16:03:15.651Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:15.651Z] d49d7eaacf74: Layer already exists [2021-04-20T16:03:15.913Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:424a021dc2bcdc8d0fc066f608907c07737e079a565e294f95eba3e7a7398e14 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:16.228Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:16.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T16:03:16.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-20T16:03:16.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T16:03:16.532Z] d49d7eaacf74: Preparing [2021-04-20T16:03:16.532Z] 84c3a7bc5799: Preparing [2021-04-20T16:03:16.532Z] 53353dda6fee: Preparing [2021-04-20T16:03:16.532Z] 8504e1717b0e: Preparing [2021-04-20T16:03:16.532Z] 32f366d666a5: Preparing [2021-04-20T16:03:16.532Z] 84c3a7bc5799: Layer already exists [2021-04-20T16:03:16.532Z] d49d7eaacf74: Layer already exists [2021-04-20T16:03:16.532Z] 8504e1717b0e: Layer already exists [2021-04-20T16:03:16.532Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:16.532Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:16.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:16.795Z] master: digest: sha256:424a021dc2bcdc8d0fc066f608907c07737e079a565e294f95eba3e7a7398e14 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:03:16.861Z] ===================================================== [Pipeline] echo [2021-04-20T16:03:16.889Z] taggedImages: [2021-04-20T16:03:16.889Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:16.889Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.181 [2021-04-20T16:03:16.889Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:16.889Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-20T16:03:16.921Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-20T16:03:16.921Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:16.921Z] 2.0.0-dev.181 [2021-04-20T16:03:16.921Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:16.921Z] master [2021-04-20T16:03:16.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:17.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:17.347Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:17.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:17.620Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T16:03:17.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:17.620Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:03:17.620Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T16:03:17.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:17.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T16:03:17.811Z] 3d1691ed6b03: Preparing [2021-04-20T16:03:17.811Z] e61c4537e1aa: Preparing [2021-04-20T16:03:17.811Z] 53353dda6fee: Preparing [2021-04-20T16:03:17.811Z] 8f8983f659eb: Preparing [2021-04-20T16:03:17.811Z] 32f366d666a5: Preparing [2021-04-20T16:03:17.811Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:17.811Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:17.811Z] 8f8983f659eb: Layer already exists [2021-04-20T16:03:17.900Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T16:03:17.900Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:17.900Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:03:18.094Z] 3d1691ed6b03: Pushed [2021-04-20T16:03:18.191Z] OK: 7 MiB in 18 packages [2021-04-20T16:03:18.467Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:03:18.467Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:18.467Z] OK: 5 MiB in 15 packages [2021-04-20T16:03:19.491Z] e61c4537e1aa: Pushed [2021-04-20T16:03:19.491Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:b550326343c48fdc96e119d5afc85ec4aebcc732239615eb545c62f3ffcf5718 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:19.805Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:20.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.181 [2021-04-20T16:03:20.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T16:03:20.117Z] 3d1691ed6b03: Preparing [2021-04-20T16:03:20.117Z] e61c4537e1aa: Preparing [2021-04-20T16:03:20.117Z] 53353dda6fee: Preparing [2021-04-20T16:03:20.117Z] 8f8983f659eb: Preparing [2021-04-20T16:03:20.117Z] 32f366d666a5: Preparing [2021-04-20T16:03:20.117Z] 8f8983f659eb: Layer already exists [2021-04-20T16:03:20.117Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:20.117Z] 3d1691ed6b03: Layer already exists [2021-04-20T16:03:20.117Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:20.117Z] e61c4537e1aa: Layer already exists [2021-04-20T16:03:20.379Z] 2.0.0-dev.181: digest: sha256:b550326343c48fdc96e119d5afc85ec4aebcc732239615eb545c62f3ffcf5718 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:20.708Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:21.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:21.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T16:03:21.015Z] 3d1691ed6b03: Preparing [2021-04-20T16:03:21.015Z] e61c4537e1aa: Preparing [2021-04-20T16:03:21.015Z] 53353dda6fee: Preparing [2021-04-20T16:03:21.015Z] 8f8983f659eb: Preparing [2021-04-20T16:03:21.015Z] 32f366d666a5: Preparing [2021-04-20T16:03:21.015Z] e61c4537e1aa: Layer already exists [2021-04-20T16:03:21.015Z] 8f8983f659eb: Layer already exists [2021-04-20T16:03:21.015Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:21.015Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:21.015Z] 3d1691ed6b03: Layer already exists [2021-04-20T16:03:21.015Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:b550326343c48fdc96e119d5afc85ec4aebcc732239615eb545c62f3ffcf5718 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:21.114Z] Removing intermediate container 26989d7ea340 [2021-04-20T16:03:21.114Z] ---> 2904ec4bff8e [2021-04-20T16:03:21.114Z] [2021-04-20T16:03:21.114Z] Removing intermediate container a66d74d16a9d [2021-04-20T16:03:21.115Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:03:21.115Z] ---> 70f9fff3a91a [2021-04-20T16:03:21.115Z] [2021-04-20T16:03:21.115Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:03:21.115Z] ---> 9852663dfa18 [2021-04-20T16:03:21.115Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:03:21.326Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:21.390Z] ---> 9852663dfa18 [2021-04-20T16:03:21.390Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:03:21.390Z] ---> Using cache [2021-04-20T16:03:21.390Z] ---> b553808f1a9e [2021-04-20T16:03:21.390Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:03:21.390Z] Removing intermediate container e4f1e4f7230e [2021-04-20T16:03:21.390Z] ---> b553808f1a9e [2021-04-20T16:03:21.390Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:03:21.631Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-20T16:03:21.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T16:03:21.631Z] 3d1691ed6b03: Preparing [2021-04-20T16:03:21.631Z] e61c4537e1aa: Preparing [2021-04-20T16:03:21.631Z] 53353dda6fee: Preparing [2021-04-20T16:03:21.631Z] 8f8983f659eb: Preparing [2021-04-20T16:03:21.631Z] 32f366d666a5: Preparing [2021-04-20T16:03:21.631Z] 8f8983f659eb: Layer already exists [2021-04-20T16:03:21.631Z] e61c4537e1aa: Layer already exists [2021-04-20T16:03:21.631Z] 3d1691ed6b03: Layer already exists [2021-04-20T16:03:21.631Z] 53353dda6fee: Layer already exists [2021-04-20T16:03:21.631Z] 32f366d666a5: Layer already exists [2021-04-20T16:03:21.631Z] master: digest: sha256:b550326343c48fdc96e119d5afc85ec4aebcc732239615eb545c62f3ffcf5718 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-04-20T16:03:21.671Z] ---> Running in 490d39917c1b [2021-04-20T16:03:21.671Z] ---> Running in 300786623f3d [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:03:21.692Z] ===================================================== [Pipeline] echo [2021-04-20T16:03:21.707Z] taggedImages: [2021-04-20T16:03:21.707Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:21.707Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.181 [2021-04-20T16:03:21.707Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:21.707Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-20T16:03:21.739Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-20T16:03:21.739Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:21.739Z] 2.0.0-dev.181 [2021-04-20T16:03:21.739Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:21.739Z] master [2021-04-20T16:03:21.739Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:21.960Z] ---> Running in 761499b6cdaf [2021-04-20T16:03:21.960Z] Removing intermediate container 19dc62a0bfa3 [2021-04-20T16:03:21.960Z] ---> 549571b02205 [2021-04-20T16:03:21.960Z] [2021-04-20T16:03:21.960Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T16:03:22.102Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:22.237Z] 20.10.0: Pulling from library/docker [2021-04-20T16:03:22.238Z] Removing intermediate container 02075f0ef017 [2021-04-20T16:03:22.238Z] ---> 9d9d75225172 [2021-04-20T16:03:22.238Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:03:22.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:22.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T16:03:22.410Z] f2f0394aaa6e: Preparing [2021-04-20T16:03:22.410Z] 0b7e4660d7bd: Preparing [2021-04-20T16:03:22.410Z] e22ffcbe9d13: Preparing [2021-04-20T16:03:22.410Z] 212b6fad74a4: Preparing [2021-04-20T16:03:22.410Z] 0754057c0ad3: Preparing [2021-04-20T16:03:22.410Z] 998cdf262ab1: Preparing [2021-04-20T16:03:22.410Z] 02e56110abd2: Preparing [2021-04-20T16:03:22.410Z] abc36efb885a: Preparing [2021-04-20T16:03:22.410Z] b0b09059f4e1: Preparing [2021-04-20T16:03:22.410Z] bb961f40224b: Preparing [2021-04-20T16:03:22.410Z] f4666769fca7: Preparing [2021-04-20T16:03:22.410Z] 998cdf262ab1: Waiting [2021-04-20T16:03:22.410Z] 02e56110abd2: Waiting [2021-04-20T16:03:22.410Z] abc36efb885a: Waiting [2021-04-20T16:03:22.410Z] b0b09059f4e1: Waiting [2021-04-20T16:03:22.410Z] bb961f40224b: Waiting [2021-04-20T16:03:22.410Z] f4666769fca7: Waiting [2021-04-20T16:03:22.512Z] Removing intermediate container 300786623f3d [2021-04-20T16:03:22.512Z] ---> 6718c1ed9ed9 [2021-04-20T16:03:22.512Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T16:03:22.512Z] ---> Running in 8033b2931d6e [2021-04-20T16:03:22.676Z] 0754057c0ad3: Layer already exists [2021-04-20T16:03:22.676Z] 998cdf262ab1: Layer already exists [2021-04-20T16:03:22.785Z] Removing intermediate container 761499b6cdaf [2021-04-20T16:03:22.785Z] ---> 131e8a5f67a2 [2021-04-20T16:03:22.785Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T16:03:22.959Z] 02e56110abd2: Layer already exists [2021-04-20T16:03:22.959Z] 0b7e4660d7bd: Pushed [2021-04-20T16:03:22.959Z] abc36efb885a: Layer already exists [2021-04-20T16:03:23.065Z] ---> Running in 25ee8b4a98e9 [2021-04-20T16:03:23.065Z] ---> Running in b3a7cc1c4fde [2021-04-20T16:03:23.245Z] b0b09059f4e1: Layer already exists [2021-04-20T16:03:23.245Z] bb961f40224b: Layer already exists [2021-04-20T16:03:23.245Z] f4666769fca7: Layer already exists [2021-04-20T16:03:23.517Z] f2f0394aaa6e: Pushed [2021-04-20T16:03:23.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:23.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:23.664Z] Removing intermediate container 8033b2931d6e [2021-04-20T16:03:23.664Z] ---> af9e247d70d1 [2021-04-20T16:03:23.664Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:03:23.664Z] Removing intermediate container 25ee8b4a98e9 [2021-04-20T16:03:23.665Z] ---> 93b086e16491 [2021-04-20T16:03:23.665Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:03:24.117Z] e22ffcbe9d13: Pushed [2021-04-20T16:03:24.284Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:03:24.284Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:03:24.284Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:24.284Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:03:24.284Z] Removing intermediate container b3a7cc1c4fde [2021-04-20T16:03:24.284Z] ---> 63443aaaef25 [2021-04-20T16:03:24.284Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:03:24.561Z] ---> Running in ffde378da567 [2021-04-20T16:03:24.561Z] ---> Running in 3851d90e6504 [2021-04-20T16:03:24.561Z] OK: 6 MiB in 16 packages [2021-04-20T16:03:24.836Z] ---> Running in 4dcbb0dbd616 [2021-04-20T16:03:25.121Z] Removing intermediate container ffde378da567 [2021-04-20T16:03:25.121Z] ---> 43467cdfded2 [2021-04-20T16:03:25.121Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:03:25.723Z] Removing intermediate container 3851d90e6504 [2021-04-20T16:03:25.723Z] ---> 5d322f5691ad [2021-04-20T16:03:25.723Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:03:25.997Z] Removing intermediate container 4dcbb0dbd616 [2021-04-20T16:03:25.997Z] ---> ede7b153bddd [2021-04-20T16:03:25.997Z] Step 15/23 : WORKDIR / [2021-04-20T16:03:26.271Z] ---> aa37c66db2ea [2021-04-20T16:03:26.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:03:26.272Z] ---> Running in c51f062ab1eb [2021-04-20T16:03:27.273Z] ---> a6317560d406 [2021-04-20T16:03:27.273Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:03:27.551Z] Removing intermediate container c51f062ab1eb [2021-04-20T16:03:27.551Z] ---> 7809cf321c06 [2021-04-20T16:03:27.551Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:03:27.826Z] Removing intermediate container 490d39917c1b [2021-04-20T16:03:27.826Z] ---> d9d675f6cbd6 [2021-04-20T16:03:27.826Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:03:28.429Z] ---> 4641986f316f [2021-04-20T16:03:28.429Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:03:28.429Z] ---> Running in caa78ef344ed [2021-04-20T16:03:28.702Z] ---> 3458de989fe1 [2021-04-20T16:03:28.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:03:29.303Z] ---> f28b01c48022 [2021-04-20T16:03:29.303Z] Removing intermediate container caa78ef344ed [2021-04-20T16:03:29.303Z] ---> 843773c68330 [2021-04-20T16:03:29.303Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:03:29.303Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:03:29.589Z] ---> 9a9f0de3016e [2021-04-20T16:03:29.589Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:03:29.589Z] ---> Running in ce6afd6a3725 [2021-04-20T16:03:30.192Z] ---> Running in 4d8bc618e2e9 [2021-04-20T16:03:31.191Z] Removing intermediate container ce6afd6a3725 [2021-04-20T16:03:31.191Z] ---> 9e10ee800610 [2021-04-20T16:03:31.191Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:03:31.191Z] ---> 4bb2fbad736e [2021-04-20T16:03:31.191Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:03:31.191Z] ---> ddd92f620543 [2021-04-20T16:03:31.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:03:31.472Z] Removing intermediate container 4d8bc618e2e9 [2021-04-20T16:03:31.472Z] ---> 7903f0108e5b [2021-04-20T16:03:31.472Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:03:31.472Z] ---> Running in a70a81b9fe9e [2021-04-20T16:03:31.751Z] ---> Running in cfba5ae078b7 [2021-04-20T16:03:31.751Z] ---> Running in 99fd92a3b422 [2021-04-20T16:03:32.350Z] ---> 60ef1559f4b7 [2021-04-20T16:03:32.350Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:03:32.350Z] Removing intermediate container a70a81b9fe9e [2021-04-20T16:03:32.350Z] ---> a2c200518c47 [2021-04-20T16:03:32.350Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:03:32.625Z] ---> Running in 2b5e162c90f3 [2021-04-20T16:03:32.625Z] Removing intermediate container cfba5ae078b7 [2021-04-20T16:03:32.625Z] ---> 56ba3c7a3728 [2021-04-20T16:03:32.625Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:03:32.901Z] Removing intermediate container 99fd92a3b422 [2021-04-20T16:03:32.901Z] ---> 8a08e9441671 [2021-04-20T16:03:32.901Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:03:32.901Z] ---> Running in 726b665814d6 [2021-04-20T16:03:33.178Z] ---> Running in 84b41150f93e [2021-04-20T16:03:33.178Z] Removing intermediate container 2b5e162c90f3 [2021-04-20T16:03:33.178Z] ---> 012a4473ef02 [2021-04-20T16:03:33.178Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:03:33.456Z] ---> 1cea605c9def [2021-04-20T16:03:33.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:03:33.456Z] ---> Running in b8cb4e8dcee5 [2021-04-20T16:03:33.730Z] Removing intermediate container 726b665814d6 [2021-04-20T16:03:33.730Z] ---> a6320083d776 [2021-04-20T16:03:33.730Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T16:03:33.730Z] Removing intermediate container 84b41150f93e [2021-04-20T16:03:33.730Z] ---> c44bb51bc579 [2021-04-20T16:03:33.730Z] Step 21/22 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:34.011Z] ---> Running in 682b1529ca43 [2021-04-20T16:03:34.011Z] ---> Running in 908a6818af8e [2021-04-20T16:03:34.195Z] 212b6fad74a4: Pushed [2021-04-20T16:03:34.285Z] Removing intermediate container b8cb4e8dcee5 [2021-04-20T16:03:34.285Z] ---> 16328f4313dc [2021-04-20T16:03:34.285Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:03:34.460Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:32fb653ddbaa776ac473c9e3de22be0444df33ab999c2998b9bdafa9cf7b3efd size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:34.563Z] ---> Running in a1667a9e436f [2021-04-20T16:03:34.563Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:03:34.796Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:34.839Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:03:34.839Z] ---> eeaf43b92773 [2021-04-20T16:03:34.839Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:03:35.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.181 [2021-04-20T16:03:35.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T16:03:35.109Z] f2f0394aaa6e: Preparing [2021-04-20T16:03:35.109Z] 0b7e4660d7bd: Preparing [2021-04-20T16:03:35.109Z] e22ffcbe9d13: Preparing [2021-04-20T16:03:35.109Z] 212b6fad74a4: Preparing [2021-04-20T16:03:35.109Z] 0754057c0ad3: Preparing [2021-04-20T16:03:35.109Z] 998cdf262ab1: Preparing [2021-04-20T16:03:35.109Z] 02e56110abd2: Preparing [2021-04-20T16:03:35.109Z] abc36efb885a: Preparing [2021-04-20T16:03:35.109Z] b0b09059f4e1: Preparing [2021-04-20T16:03:35.109Z] bb961f40224b: Preparing [2021-04-20T16:03:35.109Z] f4666769fca7: Preparing [2021-04-20T16:03:35.109Z] abc36efb885a: Waiting [2021-04-20T16:03:35.109Z] b0b09059f4e1: Waiting [2021-04-20T16:03:35.109Z] bb961f40224b: Waiting [2021-04-20T16:03:35.109Z] f4666769fca7: Waiting [2021-04-20T16:03:35.109Z] 998cdf262ab1: Waiting [2021-04-20T16:03:35.109Z] 02e56110abd2: Waiting [2021-04-20T16:03:35.109Z] f2f0394aaa6e: Layer already exists [2021-04-20T16:03:35.109Z] e22ffcbe9d13: Layer already exists [2021-04-20T16:03:35.109Z] 0b7e4660d7bd: Layer already exists [2021-04-20T16:03:35.109Z] 212b6fad74a4: Layer already exists [2021-04-20T16:03:35.109Z] 0754057c0ad3: Layer already exists [2021-04-20T16:03:35.109Z] 02e56110abd2: Layer already exists [2021-04-20T16:03:35.109Z] 998cdf262ab1: Layer already exists [2021-04-20T16:03:35.109Z] abc36efb885a: Layer already exists [2021-04-20T16:03:35.109Z] bb961f40224b: Layer already exists [2021-04-20T16:03:35.109Z] b0b09059f4e1: Layer already exists [2021-04-20T16:03:35.109Z] f4666769fca7: Layer already exists [2021-04-20T16:03:35.113Z] Removing intermediate container 682b1529ca43 [2021-04-20T16:03:35.113Z] ---> 7122e149c033 [2021-04-20T16:03:35.113Z] Step 22/22 : LABEL version=2.0.0-dev.181 [2021-04-20T16:03:35.113Z] Removing intermediate container 908a6818af8e [2021-04-20T16:03:35.113Z] ---> c703901ad17b [2021-04-20T16:03:35.113Z] Step 20/21 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:35.113Z] ---> d39da2a5ee81 [2021-04-20T16:03:35.113Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:03:35.113Z] ---> Running in eb3737571618 [2021-04-20T16:03:35.373Z] 2.0.0-dev.181: digest: sha256:32fb653ddbaa776ac473c9e3de22be0444df33ab999c2998b9bdafa9cf7b3efd size: 2622 [2021-04-20T16:03:35.389Z] ---> Running in 90f8504aa1b1 [2021-04-20T16:03:35.390Z] ---> Running in 8ca6b7046be8 [2021-04-20T16:03:35.390Z] Removing intermediate container a1667a9e436f [2021-04-20T16:03:35.390Z] ---> ffc7b6a702ba [2021-04-20T16:03:35.390Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:35.674Z] ---> Running in 8386c8816db3 [2021-04-20T16:03:35.705Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:35.955Z] Removing intermediate container eb3737571618 [2021-04-20T16:03:35.955Z] ---> ab46829ca065 [2021-04-20T16:03:35.955Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:03:36.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:36.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T16:03:36.025Z] f2f0394aaa6e: Preparing [2021-04-20T16:03:36.025Z] 0b7e4660d7bd: Preparing [2021-04-20T16:03:36.025Z] e22ffcbe9d13: Preparing [2021-04-20T16:03:36.025Z] 212b6fad74a4: Preparing [2021-04-20T16:03:36.025Z] 0754057c0ad3: Preparing [2021-04-20T16:03:36.025Z] 998cdf262ab1: Preparing [2021-04-20T16:03:36.025Z] 02e56110abd2: Preparing [2021-04-20T16:03:36.025Z] abc36efb885a: Preparing [2021-04-20T16:03:36.025Z] b0b09059f4e1: Preparing [2021-04-20T16:03:36.025Z] bb961f40224b: Preparing [2021-04-20T16:03:36.025Z] f4666769fca7: Preparing [2021-04-20T16:03:36.025Z] 02e56110abd2: Waiting [2021-04-20T16:03:36.025Z] abc36efb885a: Waiting [2021-04-20T16:03:36.025Z] b0b09059f4e1: Waiting [2021-04-20T16:03:36.025Z] bb961f40224b: Waiting [2021-04-20T16:03:36.025Z] f4666769fca7: Waiting [2021-04-20T16:03:36.025Z] 998cdf262ab1: Waiting [2021-04-20T16:03:36.025Z] 212b6fad74a4: Layer already exists [2021-04-20T16:03:36.025Z] 0b7e4660d7bd: Layer already exists [2021-04-20T16:03:36.025Z] f2f0394aaa6e: Layer already exists [2021-04-20T16:03:36.025Z] e22ffcbe9d13: Layer already exists [2021-04-20T16:03:36.025Z] 0754057c0ad3: Layer already exists [2021-04-20T16:03:36.025Z] 998cdf262ab1: Layer already exists [2021-04-20T16:03:36.025Z] 02e56110abd2: Layer already exists [2021-04-20T16:03:36.025Z] b0b09059f4e1: Layer already exists [2021-04-20T16:03:36.025Z] bb961f40224b: Layer already exists [2021-04-20T16:03:36.025Z] abc36efb885a: Layer already exists [2021-04-20T16:03:36.025Z] f4666769fca7: Layer already exists [2021-04-20T16:03:36.025Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:32fb653ddbaa776ac473c9e3de22be0444df33ab999c2998b9bdafa9cf7b3efd size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:36.257Z] Removing intermediate container 8ca6b7046be8 [2021-04-20T16:03:36.257Z] ---> d1d8540bd67a [2021-04-20T16:03:36.257Z] Step 21/21 : LABEL version=2.0.0-dev.181 [2021-04-20T16:03:36.257Z] Removing intermediate container 90f8504aa1b1 [2021-04-20T16:03:36.257Z] ---> 0cb7aaba5ff7 [2021-04-20T16:03:36.257Z] [2021-04-20T16:03:36.257Z] ---> Running in 4a3351867bde [2021-04-20T16:03:36.257Z] ---> 5eb0268b3b22 [2021-04-20T16:03:36.257Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:03:36.345Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:03:36.537Z] ---> Running in 28dc93e31d6f [2021-04-20T16:03:36.537Z] Removing intermediate container 8386c8816db3 [2021-04-20T16:03:36.537Z] ---> f6f80999f472 [2021-04-20T16:03:36.537Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:03:36.537Z] Successfully built 0cb7aaba5ff7 [2021-04-20T16:03:36.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-20T16:03:36.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T16:03:36.661Z] f2f0394aaa6e: Preparing [2021-04-20T16:03:36.661Z] 0b7e4660d7bd: Preparing [2021-04-20T16:03:36.661Z] e22ffcbe9d13: Preparing [2021-04-20T16:03:36.661Z] 212b6fad74a4: Preparing [2021-04-20T16:03:36.661Z] 0754057c0ad3: Preparing [2021-04-20T16:03:36.661Z] 998cdf262ab1: Preparing [2021-04-20T16:03:36.661Z] 02e56110abd2: Preparing [2021-04-20T16:03:36.661Z] abc36efb885a: Preparing [2021-04-20T16:03:36.661Z] b0b09059f4e1: Preparing [2021-04-20T16:03:36.661Z] bb961f40224b: Preparing [2021-04-20T16:03:36.661Z] f4666769fca7: Preparing [2021-04-20T16:03:36.661Z] abc36efb885a: Waiting [2021-04-20T16:03:36.661Z] b0b09059f4e1: Waiting [2021-04-20T16:03:36.661Z] bb961f40224b: Waiting [2021-04-20T16:03:36.661Z] f4666769fca7: Waiting [2021-04-20T16:03:36.661Z] 998cdf262ab1: Waiting [2021-04-20T16:03:36.661Z] 02e56110abd2: Waiting [2021-04-20T16:03:36.661Z] e22ffcbe9d13: Layer already exists [2021-04-20T16:03:36.661Z] 0754057c0ad3: Layer already exists [2021-04-20T16:03:36.661Z] f2f0394aaa6e: Layer already exists [2021-04-20T16:03:36.661Z] 0b7e4660d7bd: Layer already exists [2021-04-20T16:03:36.661Z] 212b6fad74a4: Layer already exists [2021-04-20T16:03:36.661Z] 998cdf262ab1: Layer already exists [2021-04-20T16:03:36.661Z] bb961f40224b: Layer already exists [2021-04-20T16:03:36.661Z] abc36efb885a: Layer already exists [2021-04-20T16:03:36.661Z] b0b09059f4e1: Layer already exists [2021-04-20T16:03:36.661Z] 02e56110abd2: Layer already exists [2021-04-20T16:03:36.661Z] f4666769fca7: Layer already exists [2021-04-20T16:03:36.661Z] master: digest: sha256:32fb653ddbaa776ac473c9e3de22be0444df33ab999c2998b9bdafa9cf7b3efd size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:03:36.724Z] ===================================================== [Pipeline] echo [2021-04-20T16:03:36.743Z] taggedImages: [2021-04-20T16:03:36.743Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:36.743Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.181 [2021-04-20T16:03:36.743Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:03:36.743Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-04-20T16:03:36.820Z] ---> Running in 5e777d7d3e15 [2021-04-20T16:03:36.820Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T16:03:36.820Z] Building docker-security-secretstore-setup-go [2021-04-20T16:03:36.820Z]  Building docker-support-scheduler-go ... done  ---> Running in 4a8cfd3cac52 [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T16:03:37.099Z] Removing intermediate container 28dc93e31d6f [2021-04-20T16:03:37.100Z] ---> 683a7b4064d2 [2021-04-20T16:03:37.100Z] [2021-04-20T16:03:37.718Z] Successfully built 683a7b4064d2 [2021-04-20T16:03:37.718Z] Removing intermediate container 5e777d7d3e15 [2021-04-20T16:03:37.718Z] ---> 4d9b3d7a8a69 [2021-04-20T16:03:37.718Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:03:37.718Z] Removing intermediate container 4a8cfd3cac52 [2021-04-20T16:03:37.718Z] ---> 09c48efbedf4 [2021-04-20T16:03:37.718Z] [2021-04-20T16:03:37.718Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T16:03:37.718Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-20T16:03:37.718Z] ---> Running in a03d9b29960e [2021-04-20T16:03:37.998Z] Successfully built 09c48efbedf4 [2021-04-20T16:03:37.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:37.998Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T16:03:37.998Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-04-20T16:03:38.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:03:38.558Z] Removing intermediate container a03d9b29960e [2021-04-20T16:03:38.558Z] ---> 0b5e2c3c08e0 [2021-04-20T16:03:38.558Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:03:38.558Z] ---> Running in e5b9f3346e11 [2021-04-20T16:03:38.834Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:03:38.834Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:03:38.834Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:03:38.834Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:03:38.834Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:03:38.834Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:03:38.834Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:03:38.834Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:03:38.834Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:03:38.834Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:03:38.834Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:03:38.834Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:03:38.834Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:03:38.834Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:03:39.108Z] Removing intermediate container e5b9f3346e11 [2021-04-20T16:03:39.108Z] ---> b323110e8f05 [2021-04-20T16:03:39.108Z] Step 21/22 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:03:39.715Z] ---> Running in 33342bb84d8a [2021-04-20T16:03:40.714Z] Removing intermediate container 33342bb84d8a [2021-04-20T16:03:40.714Z] ---> d871833ce66a [2021-04-20T16:03:40.714Z] Step 22/22 : LABEL version=2.0.0-dev.181 [2021-04-20T16:03:40.995Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:03:40.995Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:03:40.995Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:03:40.995Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:03:40.995Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:03:41.271Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:03:41.271Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:03:41.271Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:03:41.271Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:03:41.271Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:03:41.554Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:03:41.554Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:03:41.554Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:03:41.554Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:03:41.554Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:03:41.554Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:03:41.554Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:03:41.554Z] ---> Running in e5349b773c56 [2021-04-20T16:03:41.554Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:03:41.554Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:03:41.554Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:03:41.554Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:03:41.554Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:03:41.554Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:03:41.554Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:03:41.831Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:03:41.831Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:03:41.831Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:03:41.831Z] OK: 72 MiB in 59 packages [2021-04-20T16:03:43.315Z] Removing intermediate container e5349b773c56 [2021-04-20T16:03:43.315Z] ---> 141030aaa639 [2021-04-20T16:03:43.315Z] [2021-04-20T16:03:43.593Z] Successfully built 141030aaa639 [2021-04-20T16:03:43.593Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T16:03:43.593Z] Building docker-core-metadata-go [2021-04-20T16:03:47.932Z]  Building docker-support-notifications-go ... done Collecting docker-compose==1.23.2 [2021-04-20T16:03:47.932Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:03:48.923Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:03:48.923Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:03:49.525Z] 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-04-20T16:03:49.802Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:03:49.802Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:03:52.436Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:03:52.436Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:03:55.241Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:03:55.241Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:03:55.941Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:03:55.941Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:03:57.518Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:03:57.518Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:04:02.022Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:04:02.022Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:04:04.009Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:04:04.009Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:04:05.446Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:04:05.446Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:04:06.045Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:04:06.045Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:04:06.319Z] 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-04-20T16:04:07.307Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:04:07.307Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:04:07.581Z] 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-04-20T16:04:07.856Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:04:07.856Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:04:07.856Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:04:07.856Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:04:07.856Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:04:07.856Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:04:09.300Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, dockerpty, jsonschema, PyYAML, texttable, cached-property, docker-compose [2021-04-20T16:04:09.574Z] Attempting uninstall: urllib3 [2021-04-20T16:04:09.574Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:04:09.574Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:04:09.853Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:04:10.454Z] Attempting uninstall: idna [2021-04-20T16:04:10.454Z] Found existing installation: idna 2.9 [2021-04-20T16:04:10.454Z] Uninstalling idna-2.9: [2021-04-20T16:04:10.733Z] Successfully uninstalled idna-2.9 [2021-04-20T16:04:11.334Z] Attempting uninstall: requests [2021-04-20T16:04:11.334Z] Found existing installation: requests 2.23.0 [2021-04-20T16:04:11.334Z] Uninstalling requests-2.23.0: [2021-04-20T16:04:11.612Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:04:11.889Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:11.889Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:11.889Z] ---> 08399eecd513 [2021-04-20T16:04:11.889Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T16:04:11.889Z] ---> Using cache [2021-04-20T16:04:11.889Z] ---> 4b24ec6e3c9e [2021-04-20T16:04:11.889Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:11.889Z] ---> Using cache [2021-04-20T16:04:11.889Z] ---> c1345205d21f [2021-04-20T16:04:11.889Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T16:04:12.494Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:12.494Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:12.494Z] ---> 08399eecd513 [2021-04-20T16:04:12.494Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:04:12.494Z] ---> Using cache [2021-04-20T16:04:12.494Z] ---> 4b24ec6e3c9e [2021-04-20T16:04:12.494Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:12.494Z] ---> Using cache [2021-04-20T16:04:12.494Z] ---> c1345205d21f [2021-04-20T16:04:12.494Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:04:12.771Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:12.771Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:12.771Z] ---> 08399eecd513 [2021-04-20T16:04:12.771Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:04:12.771Z] ---> Using cache [2021-04-20T16:04:12.771Z] ---> 4b24ec6e3c9e [2021-04-20T16:04:12.771Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:12.771Z] ---> Using cache [2021-04-20T16:04:12.771Z] ---> c1345205d21f [2021-04-20T16:04:12.771Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:04:13.788Z] Running setup.py install for docopt: started [2021-04-20T16:04:14.390Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:14.390Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:14.390Z] ---> 08399eecd513 [2021-04-20T16:04:14.390Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:04:14.390Z] ---> Using cache [2021-04-20T16:04:14.390Z] ---> 4b24ec6e3c9e [2021-04-20T16:04:14.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:14.390Z] ---> Using cache [2021-04-20T16:04:14.390Z] ---> c1345205d21f [2021-04-20T16:04:14.390Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:04:16.409Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:04:16.409Z] Running setup.py install for dockerpty: started [2021-04-20T16:04:17.863Z] ---> Running in 1992bb2a4654 [2021-04-20T16:04:17.863Z] ---> Running in 3492fa70d985 [2021-04-20T16:04:17.863Z] ---> Running in b5052ed23a18 [2021-04-20T16:04:17.863Z] ---> Running in e967f284fa9c [2021-04-20T16:04:19.329Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:04:19.606Z] Running setup.py install for PyYAML: started [2021-04-20T16:04:19.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:19.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:20.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:20.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:20.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:20.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:20.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:20.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:04:21.595Z] OK: 217 MiB in 51 packages [2021-04-20T16:04:21.595Z] OK: 217 MiB in 51 packages [2021-04-20T16:04:22.204Z] OK: 217 MiB in 51 packages [2021-04-20T16:04:22.204Z] OK: 217 MiB in 51 packages [2021-04-20T16:04:22.809Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:04:22.809Z] Running setup.py install for texttable: started [2021-04-20T16:04:23.096Z] Removing intermediate container 3492fa70d985 [2021-04-20T16:04:23.096Z] ---> ac70332c4028 [2021-04-20T16:04:23.096Z] Step 6/23 : COPY go.mod . [2021-04-20T16:04:23.723Z] Removing intermediate container 1992bb2a4654 [2021-04-20T16:04:23.723Z] ---> ec3d2349e0f5 [2021-04-20T16:04:23.723Z] Step 6/24 : COPY go.mod . [2021-04-20T16:04:23.723Z] Removing intermediate container b5052ed23a18 [2021-04-20T16:04:23.723Z] ---> d9fee5cc5b06 [2021-04-20T16:04:23.994Z] Step 6/23 : COPY go.mod . [2021-04-20T16:04:24.266Z] Removing intermediate container e967f284fa9c [2021-04-20T16:04:24.266Z] ---> c24b0fb68016 [2021-04-20T16:04:24.266Z] Step 6/31 : COPY go.mod . [2021-04-20T16:04:24.266Z] ---> 04070eb2efba [2021-04-20T16:04:24.266Z] Step 7/23 : RUN go mod download [2021-04-20T16:04:24.542Z] ---> Running in bee9a8cba3ce [2021-04-20T16:04:24.542Z] ---> 060823a4a257 [2021-04-20T16:04:24.542Z] Step 7/24 : RUN go mod download [2021-04-20T16:04:24.826Z] ---> Running in 2214d0fd9619 [2021-04-20T16:04:25.105Z] ---> ea59e5f2ae08 [2021-04-20T16:04:25.105Z] Step 7/23 : RUN go mod download [2021-04-20T16:04:25.381Z] ---> Running in dfcc4eebfd45 [2021-04-20T16:04:25.381Z] ---> c2c48a78e34f [2021-04-20T16:04:25.381Z] Step 7/31 : RUN go mod download [2021-04-20T16:04:25.658Z] ---> Running in ecf015583fd8 [2021-04-20T16:04:26.258Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:04:28.024Z] 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.58.0 [2021-04-20T16:04:29.028Z] Removing intermediate container bee9a8cba3ce [2021-04-20T16:04:29.028Z] ---> 44ff78d75112 [2021-04-20T16:04:29.028Z] Step 8/23 : COPY . . [2021-04-20T16:04:29.625Z] Removing intermediate container 2214d0fd9619 [2021-04-20T16:04:29.625Z] ---> 709be4790458 [2021-04-20T16:04:29.625Z] Step 8/24 : COPY . . [2021-04-20T16:04:29.625Z] Removing intermediate container dfcc4eebfd45 [2021-04-20T16:04:29.625Z] ---> 02116585135e [2021-04-20T16:04:29.625Z] Step 8/23 : COPY . . [2021-04-20T16:04:30.225Z] Removing intermediate container ecf015583fd8 [2021-04-20T16:04:30.225Z] ---> a0cd954704bf [2021-04-20T16:04:30.225Z] Step 8/31 : COPY . . [2021-04-20T16:04:48.560Z] ---> 4ca4ce4c5ee7 [2021-04-20T16:04:48.560Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:04:48.560Z] ---> 975fb3c4f5f6 [2021-04-20T16:04:48.560Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:04:48.560Z] ---> 1d38c0e60317 [2021-04-20T16:04:48.560Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T16:04:48.560Z] ---> c518c5d8a173 [2021-04-20T16:04:48.560Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T16:04:48.560Z] ---> Running in d566a6f4aaaa [2021-04-20T16:04:48.560Z] Removing intermediate container 4a3351867bde [2021-04-20T16:04:48.560Z] ---> 77a821f8ce33 [2021-04-20T16:04:48.560Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:04:48.560Z] ---> Running in df16f7f8bbc7 [2021-04-20T16:04:48.560Z] ---> Running in eeb13109e9e5 [2021-04-20T16:04:48.560Z] ---> Running in bdd80464a745 [2021-04-20T16:04:48.837Z] ---> Running in 691109c804dc [2021-04-20T16:04:49.823Z] Removing intermediate container 691109c804dc [2021-04-20T16:04:49.824Z] ---> 08df7ae2232e [2021-04-20T16:04:49.824Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:04:49.824Z] ---> Running in b8a783193b32 [2021-04-20T16:04:50.428Z] Removing intermediate container b8a783193b32 [2021-04-20T16:04:50.428Z] ---> ac2b501136e7 [2021-04-20T16:04:50.428Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:04:50.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T16:04:50.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T16:04:50.977Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T16:04:50.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T16:04:52.433Z] ---> 8dc5d3446a30 [2021-04-20T16:04:52.433Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:04:53.881Z] ---> 38af2437d20f [2021-04-20T16:04:53.881Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:04:54.863Z] ---> 2a35fb12d73e [2021-04-20T16:04:54.864Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:04:55.135Z] ---> Running in 4c24df6c519c [2021-04-20T16:04:55.732Z] Removing intermediate container 4c24df6c519c [2021-04-20T16:04:55.732Z] ---> c803c6af9659 [2021-04-20T16:04:55.732Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:04:56.006Z] ---> Running in fdc56d6d29f4 [2021-04-20T16:04:56.616Z] Removing intermediate container fdc56d6d29f4 [2021-04-20T16:04:56.616Z] ---> 5e7fcbd7800b [2021-04-20T16:04:56.616Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:04:56.616Z] ---> Running in f6a9ecc48315 [2021-04-20T16:04:57.609Z] Removing intermediate container f6a9ecc48315 [2021-04-20T16:04:57.609Z] ---> d27da9f9a73d [2021-04-20T16:04:57.609Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:04:57.609Z] ---> Running in beb79a574c8f [2021-04-20T16:04:58.218Z] Removing intermediate container beb79a574c8f [2021-04-20T16:04:58.218Z] ---> d31407bc3d6d [2021-04-20T16:04:58.218Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:04:58.492Z] ---> Running in ae439ab4bfc5 [2021-04-20T16:04:59.090Z] Removing intermediate container ae439ab4bfc5 [2021-04-20T16:04:59.090Z] ---> c2f4320de27e [2021-04-20T16:04:59.090Z] [2021-04-20T16:04:59.701Z] Successfully built c2f4320de27e [2021-04-20T16:04:59.701Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T16:06:21.530Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.181" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T16:06:31.721Z] Removing intermediate container eeb13109e9e5 [2021-04-20T16:06:31.721Z] ---> a1e60f6eed79 [2021-04-20T16:06:31.721Z] [2021-04-20T16:06:31.721Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:06:31.721Z] ---> 9852663dfa18 [2021-04-20T16:06:31.721Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:06:32.007Z] Removing intermediate container bdd80464a745 [2021-04-20T16:06:32.007Z] ---> 079364a75e93 [2021-04-20T16:06:32.007Z] [2021-04-20T16:06:32.007Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T16:06:32.007Z] ---> 9852663dfa18 [2021-04-20T16:06:32.007Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T16:06:32.299Z] ---> Running in 81954477a7a9 [2021-04-20T16:06:32.299Z] ---> Running in 442e26bc9b86 [2021-04-20T16:06:33.301Z] Removing intermediate container 81954477a7a9 [2021-04-20T16:06:33.301Z] ---> 31a4e47de81a [2021-04-20T16:06:33.301Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:06:33.301Z] ---> Running in d51d56927495 [2021-04-20T16:06:34.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:06:34.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:06:35.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:06:35.365Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T16:06:35.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:06:35.365Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:06:35.640Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T16:06:35.640Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T16:06:35.640Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:06:35.640Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T16:06:35.640Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:06:35.640Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:06:35.923Z] OK: 7 MiB in 20 packages [2021-04-20T16:06:36.204Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:06:36.204Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:06:36.204Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:06:36.204Z] OK: 5 MiB in 16 packages [2021-04-20T16:06:38.879Z] Removing intermediate container d51d56927495 [2021-04-20T16:06:38.879Z] ---> 7121a4801eaa [2021-04-20T16:06:38.879Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:06:38.879Z] Removing intermediate container 442e26bc9b86 [2021-04-20T16:06:38.879Z] ---> 0b9fb5158f71 [2021-04-20T16:06:38.879Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:06:38.879Z] ---> Running in 6335cb79bc3f [2021-04-20T16:06:38.879Z] ---> Running in fa3ee73304b2 [2021-04-20T16:06:39.485Z] Removing intermediate container 6335cb79bc3f [2021-04-20T16:06:39.485Z] ---> 6f5915b474bf [2021-04-20T16:06:39.485Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:06:39.485Z] Removing intermediate container fa3ee73304b2 [2021-04-20T16:06:39.485Z] ---> d148cc107b34 [2021-04-20T16:06:39.485Z] Step 13/24 : WORKDIR / [2021-04-20T16:06:39.765Z] ---> Running in 51338c1c79ff [2021-04-20T16:06:39.765Z] ---> Running in c8fe6c680ff6 [2021-04-20T16:06:40.386Z] Removing intermediate container c8fe6c680ff6 [2021-04-20T16:06:40.386Z] ---> d415eb7f4aaa [2021-04-20T16:06:40.386Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:06:40.662Z] Removing intermediate container 51338c1c79ff [2021-04-20T16:06:40.662Z] ---> 9de232eaa6de [2021-04-20T16:06:40.662Z] 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-04-20T16:06:40.662Z] ---> Running in 0138be371347 [2021-04-20T16:06:42.108Z] ---> 800641559bab [2021-04-20T16:06:42.108Z] 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-04-20T16:06:43.098Z] ---> b9a4178f707d [2021-04-20T16:06:43.098Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:06:44.097Z] Removing intermediate container 0138be371347 [2021-04-20T16:06:44.097Z] ---> 0465ae697db0 [2021-04-20T16:06:44.097Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:06:44.401Z] ---> Running in 8bcd22f703a2 [2021-04-20T16:06:44.401Z] ---> 7c5cfbf399d8 [2021-04-20T16:06:44.401Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:06:45.397Z] Removing intermediate container 8bcd22f703a2 [2021-04-20T16:06:45.397Z] ---> 3ccbbd17f6fe [2021-04-20T16:06:45.397Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:06:47.407Z] ---> bc4bed04fc15 [2021-04-20T16:06:47.407Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:06:47.407Z] ---> f78395e3e81e [2021-04-20T16:06:47.407Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:06:47.695Z] ---> Running in 6c3e8aa11e7d [2021-04-20T16:06:49.148Z] Removing intermediate container d566a6f4aaaa [2021-04-20T16:06:49.148Z] ---> 69185344021d [2021-04-20T16:06:49.148Z] [2021-04-20T16:06:49.148Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:06:49.148Z] ---> 9852663dfa18 [2021-04-20T16:06:49.148Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:06:49.148Z] ---> Using cache [2021-04-20T16:06:49.148Z] ---> b553808f1a9e [2021-04-20T16:06:49.148Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:06:49.148Z] ---> Using cache [2021-04-20T16:06:49.148Z] ---> 131e8a5f67a2 [2021-04-20T16:06:49.148Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:06:49.148Z] ---> 14dc6d0e8ac5 [2021-04-20T16:06:49.148Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:06:49.148Z] ---> Running in c21f76d2a131 [2021-04-20T16:06:49.753Z] Removing intermediate container c21f76d2a131 [2021-04-20T16:06:49.753Z] ---> 00913881ee3a [2021-04-20T16:06:49.753Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:06:50.035Z] ---> Running in 0470b5843bf5 [2021-04-20T16:06:50.308Z] ---> 6190ed2514e9 [2021-04-20T16:06:50.308Z] 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-04-20T16:06:50.591Z] ---> Running in 2062cbec558a [2021-04-20T16:06:50.591Z] Removing intermediate container 0470b5843bf5 [2021-04-20T16:06:50.591Z] ---> 3ad5d65d6cca [2021-04-20T16:06:50.591Z] Step 15/23 : WORKDIR / [2021-04-20T16:06:50.863Z] ---> Running in 066fa4f34d41 [2021-04-20T16:06:50.864Z] Removing intermediate container 6c3e8aa11e7d [2021-04-20T16:06:50.864Z] ---> b0ff739caa4c [2021-04-20T16:06:50.864Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:06:51.869Z] Removing intermediate container 066fa4f34d41 [2021-04-20T16:06:51.869Z] ---> c716f625a6ce [2021-04-20T16:06:51.869Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:06:52.151Z] ---> 546a42871d61 [2021-04-20T16:06:52.151Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:06:53.137Z] ---> 2575d5e40f7b [2021-04-20T16:06:53.137Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:06:54.584Z] Removing intermediate container 2062cbec558a [2021-04-20T16:06:54.584Z] ---> 218ea047645d [2021-04-20T16:06:54.584Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:06:54.861Z] ---> 0c0a79a072a3 [2021-04-20T16:06:54.861Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:06:55.139Z] ---> Running in dfa0d09c1899 [2021-04-20T16:06:55.422Z] ---> d11971863a0a [2021-04-20T16:06:55.422Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:06:56.032Z] Removing intermediate container dfa0d09c1899 [2021-04-20T16:06:56.032Z] ---> cfceff2e0fd6 [2021-04-20T16:06:56.032Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T16:06:56.032Z] Removing intermediate container df16f7f8bbc7 [2021-04-20T16:06:56.032Z] ---> f3065168cab9 [2021-04-20T16:06:56.032Z] [2021-04-20T16:06:56.032Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:06:56.032Z] ---> 9852663dfa18 [2021-04-20T16:06:56.032Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:06:56.032Z] ---> 3b117785ea65 [2021-04-20T16:06:56.032Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:06:56.309Z] ---> Running in 5931af400a89 [2021-04-20T16:06:56.309Z] ---> Running in e3ed83f1d123 [2021-04-20T16:06:56.309Z] ---> d5b101746219 [2021-04-20T16:06:56.309Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:06:56.585Z] ---> Running in e94c72dbc7fa [2021-04-20T16:06:56.860Z] Removing intermediate container 5931af400a89 [2021-04-20T16:06:56.860Z] ---> 420a00daeb7d [2021-04-20T16:06:56.860Z] Step 23/24 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:06:56.860Z] Removing intermediate container e3ed83f1d123 [2021-04-20T16:06:56.860Z] ---> 3058c7e47458 [2021-04-20T16:06:56.860Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:06:57.140Z] ---> Running in bedf9486091d [2021-04-20T16:06:57.140Z] ---> Running in 614c7ab75163 [2021-04-20T16:06:57.140Z] ---> 7a5da95b5ee1 [2021-04-20T16:06:57.140Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:06:57.140Z] Removing intermediate container e94c72dbc7fa [2021-04-20T16:06:57.140Z] ---> ce2dad571937 [2021-04-20T16:06:57.140Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:06:57.421Z] ---> Running in c7c222c39fdd [2021-04-20T16:06:57.696Z] Removing intermediate container 614c7ab75163 [2021-04-20T16:06:57.696Z] ---> bc6f88f1521c [2021-04-20T16:06:57.696Z] Step 24/24 : LABEL version=2.0.0-dev.181 [2021-04-20T16:06:57.974Z] Removing intermediate container bedf9486091d [2021-04-20T16:06:57.974Z] ---> 42ee10e1bbb0 [2021-04-20T16:06:57.974Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:06:57.974Z] ---> Running in fba846ee120e [2021-04-20T16:06:57.974Z] Removing intermediate container c7c222c39fdd [2021-04-20T16:06:57.974Z] ---> 3da41deea34c [2021-04-20T16:06:57.974Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:06:58.249Z] ---> Running in ccdb631faee7 [2021-04-20T16:06:58.249Z] ---> 26abcc93bfc0 [2021-04-20T16:06:58.249Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:06:58.249Z] ---> Running in 7671021c1e07 [2021-04-20T16:06:58.856Z] ---> Running in 4f08990fea64 [2021-04-20T16:06:58.856Z] Removing intermediate container fba846ee120e [2021-04-20T16:06:58.856Z] ---> 8201053e3373 [2021-04-20T16:06:58.856Z] [2021-04-20T16:06:58.856Z] Removing intermediate container ccdb631faee7 [2021-04-20T16:06:58.856Z] ---> 72741867a82e [2021-04-20T16:06:58.856Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:06:58.856Z] Removing intermediate container 7671021c1e07 [2021-04-20T16:06:58.856Z] ---> 05a17826f4fd [2021-04-20T16:06:58.856Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:06:59.132Z] ---> Running in 63fedb94b526 [2021-04-20T16:06:59.132Z] ---> Running in 505b36e72e0e [2021-04-20T16:06:59.132Z] Successfully built 8201053e3373 [2021-04-20T16:06:59.132Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T16:06:59.406Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4f08990fea64 [2021-04-20T16:06:59.406Z] ---> 76957f9a051e [2021-04-20T16:06:59.406Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:06:59.682Z] Removing intermediate container 63fedb94b526 [2021-04-20T16:06:59.682Z] ---> e343a095aec4 [2021-04-20T16:06:59.682Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:06:59.682Z] ---> Running in 7028c076b697 [2021-04-20T16:07:00.282Z] Removing intermediate container 7028c076b697 [2021-04-20T16:07:00.282Z] ---> e7e749dec0d8 [2021-04-20T16:07:00.282Z] [2021-04-20T16:07:00.282Z] ---> 90c7050cedc5 [2021-04-20T16:07:00.282Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:07:00.888Z] ---> Running in c9215db41df5 [2021-04-20T16:07:00.888Z] Successfully built e7e749dec0d8 [2021-04-20T16:07:00.888Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T16:07:01.878Z]  Building docker-core-metadata-go ... done Removing intermediate container 505b36e72e0e [2021-04-20T16:07:01.878Z] ---> a5c10c7e3be9 [2021-04-20T16:07:01.878Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:07:01.878Z] ---> Running in 2f9c0b032225 [2021-04-20T16:07:03.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:07:03.320Z] Removing intermediate container c9215db41df5 [2021-04-20T16:07:03.320Z] ---> 5a5520df9df1 [2021-04-20T16:07:03.320Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:07:03.595Z] ---> Running in 04dc6f59ead7 [2021-04-20T16:07:03.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:07:03.878Z] Removing intermediate container 04dc6f59ead7 [2021-04-20T16:07:03.878Z] ---> ce084ebc63ad [2021-04-20T16:07:03.878Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:07:04.482Z] ---> Running in 2eba4abcaf26 [2021-04-20T16:07:04.753Z] Removing intermediate container 2eba4abcaf26 [2021-04-20T16:07:04.753Z] ---> 0dcb4d63caf0 [2021-04-20T16:07:04.753Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T16:07:05.025Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:07:05.025Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:07:05.025Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:07:05.025Z] ---> Running in 99423ad80c94 [2021-04-20T16:07:05.299Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:07:05.299Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:07:05.572Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:07:05.572Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:07:05.572Z] OK: 8 MiB in 20 packages [2021-04-20T16:07:05.572Z] Removing intermediate container 99423ad80c94 [2021-04-20T16:07:05.572Z] ---> 6566750af609 [2021-04-20T16:07:05.854Z] Step 30/31 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:06.130Z] ---> Running in 6cf3045fcc45 [2021-04-20T16:07:06.728Z] Removing intermediate container 6cf3045fcc45 [2021-04-20T16:07:06.728Z] ---> 2caf09df177e [2021-04-20T16:07:06.728Z] Step 31/31 : LABEL version=2.0.0-dev.181 [2021-04-20T16:07:07.000Z] ---> Running in 1ca919615b8a [2021-04-20T16:07:07.000Z] Removing intermediate container 2f9c0b032225 [2021-04-20T16:07:07.000Z] ---> 599820cf5e7f [2021-04-20T16:07:07.000Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:07:07.596Z] Removing intermediate container 1ca919615b8a [2021-04-20T16:07:07.596Z] ---> 98dff843ff90 [2021-04-20T16:07:07.596Z] [2021-04-20T16:07:07.866Z] Successfully built 98dff843ff90 [2021-04-20T16:07:07.866Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T16:07:07.866Z]  Building docker-security-bootstrapper-go ... done  ---> 4948eee1b049 [2021-04-20T16:07:07.866Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:07:09.294Z] ---> 4afac2d48375 [2021-04-20T16:07:09.294Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:07:09.888Z] ---> 63bf83094ef1 [2021-04-20T16:07:09.888Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:07:09.888Z] ---> Running in 2ef279585206 [2021-04-20T16:07:10.487Z] Removing intermediate container 2ef279585206 [2021-04-20T16:07:10.487Z] ---> 931f7eb26454 [2021-04-20T16:07:10.487Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:07:10.487Z] ---> Running in a0292cfc65dd [2021-04-20T16:07:11.081Z] Removing intermediate container a0292cfc65dd [2021-04-20T16:07:11.081Z] ---> f2b04fdbddb5 [2021-04-20T16:07:11.081Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:07:11.081Z] ---> Running in 31d3c0c48538 [2021-04-20T16:07:11.675Z] Removing intermediate container 31d3c0c48538 [2021-04-20T16:07:11.675Z] ---> 592f1b03ab1e [2021-04-20T16:07:11.675Z] Step 22/23 : LABEL git_sha=ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:11.675Z] ---> Running in 3d7a47fe3a05 [2021-04-20T16:07:12.270Z] Removing intermediate container 3d7a47fe3a05 [2021-04-20T16:07:12.270Z] ---> 306984dfbf88 [2021-04-20T16:07:12.270Z] Step 23/23 : LABEL version=2.0.0-dev.181 [2021-04-20T16:07:12.270Z] ---> Running in ba2b6ffb1c25 [2021-04-20T16:07:12.867Z] Removing intermediate container ba2b6ffb1c25 [2021-04-20T16:07:12.867Z] ---> f6475231b5a1 [2021-04-20T16:07:12.867Z] [2021-04-20T16:07:13.139Z] Successfully built f6475231b5a1 [2021-04-20T16:07:13.139Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T16:07:13.427Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-20T16:07:13.433Z] $ docker stop --time=1 bb66126e237058313b7d3a351a58417fc038d254ef72f3cac6775e2c8eed89aa [2021-04-20T16:07:15.389Z] $ docker rm -f bb66126e237058313b7d3a351a58417fc038d254ef72f3cac6775e2c8eed89aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:07:16.013Z] + docker images [2021-04-20T16:07:16.013Z] + grep docker [2021-04-20T16:07:16.284Z] docker-core-data-go-arm64 latest f6475231b5a1 4 seconds ago 21.6MB [2021-04-20T16:07:16.284Z] docker-security-bootstrapper-go-arm64 latest 98dff843ff90 9 seconds ago 18.1MB [2021-04-20T16:07:16.284Z] docker-core-metadata-go-arm64 latest e7e749dec0d8 16 seconds ago 18.1MB [2021-04-20T16:07:16.284Z] docker-security-secretstore-setup-go-arm64 latest 8201053e3373 18 seconds ago 24.9MB [2021-04-20T16:07:16.284Z] docker-sys-mgmt-agent-go-arm64 latest c2f4320de27e 2 minutes ago 299MB [2021-04-20T16:07:16.284Z] docker-support-notifications-go-arm64 latest 141030aaa639 3 minutes ago 17.2MB [2021-04-20T16:07:16.284Z] docker-core-command-go-arm64 latest 09c48efbedf4 3 minutes ago 16.5MB [2021-04-20T16:07:16.284Z] docker-security-proxy-setup-go-arm64 latest 683a7b4064d2 3 minutes ago 24.6MB [2021-04-20T16:07:16.284Z] docker-support-scheduler-go-arm64 latest 0cb7aaba5ff7 3 minutes ago 16.6MB [2021-04-20T16:07:16.284Z] docker 20.10.0 eeaf43b92773 4 months 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-04-20T16:07:16.471Z] provisioning config files... [2021-04-20T16:07:16.522Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config3085035498981575588tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:07:16.875Z] ---> docker-login.sh [2021-04-20T16:07:16.875Z] nexus3.edgexfoundry.org:10001 [2021-04-20T16:07:17.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:07:17.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:07:17.416Z] Configure a credential helper to remove this warning. See [2021-04-20T16:07:17.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:07:17.416Z] [2021-04-20T16:07:17.416Z] Login Succeeded [2021-04-20T16:07:17.416Z] nexus3.edgexfoundry.org:10002 [2021-04-20T16:07:17.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:07:17.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:07:17.958Z] Configure a credential helper to remove this warning. See [2021-04-20T16:07:17.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:07:17.958Z] [2021-04-20T16:07:17.958Z] Login Succeeded [2021-04-20T16:07:17.958Z] nexus3.edgexfoundry.org:10003 [2021-04-20T16:07:18.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:07:18.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:07:18.501Z] Configure a credential helper to remove this warning. See [2021-04-20T16:07:18.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:07:18.501Z] [2021-04-20T16:07:18.501Z] Login Succeeded [2021-04-20T16:07:18.501Z] nexus3.edgexfoundry.org:10004 [2021-04-20T16:07:19.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:07:19.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:07:19.096Z] Configure a credential helper to remove this warning. See [2021-04-20T16:07:19.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:07:19.096Z] [2021-04-20T16:07:19.096Z] Login Succeeded [2021-04-20T16:07:19.096Z] docker.io [2021-04-20T16:07:19.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:07:19.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:07:19.961Z] Configure a credential helper to remove this warning. See [2021-04-20T16:07:19.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:07:19.961Z] [2021-04-20T16:07:19.961Z] Login Succeeded [2021-04-20T16:07:19.961Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T16:07:19.978Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:07:20.045Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-20T16:07:20.045Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:20.045Z] 2.0.0-dev.181 [2021-04-20T16:07:20.045Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:20.045Z] master [2021-04-20T16:07:20.045Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:20.423Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:20.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:20.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T16:07:20.769Z] 7b967154fb47: Preparing [2021-04-20T16:07:20.769Z] 6e6d61875a39: Preparing [2021-04-20T16:07:20.769Z] f3b5ca231abc: Preparing [2021-04-20T16:07:20.769Z] 117b9a1341b5: Preparing [2021-04-20T16:07:20.769Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:21.049Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:21.049Z] 117b9a1341b5: Pushed [2021-04-20T16:07:21.324Z] f3b5ca231abc: Pushed [2021-04-20T16:07:21.324Z] 7b967154fb47: Pushed [2021-04-20T16:07:23.999Z] 6e6d61875a39: Pushed [2021-04-20T16:07:23.999Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:1903e1d02f3321d0bf4d6cb247060f173ed3aadb5a06c374a2ce4f0d3bbcae3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:24.359Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:24.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:24.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T16:07:24.735Z] 7b967154fb47: Preparing [2021-04-20T16:07:24.735Z] 6e6d61875a39: Preparing [2021-04-20T16:07:24.735Z] f3b5ca231abc: Preparing [2021-04-20T16:07:24.735Z] 117b9a1341b5: Preparing [2021-04-20T16:07:24.735Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:25.011Z] 7b967154fb47: Layer already exists [2021-04-20T16:07:25.011Z] 117b9a1341b5: Layer already exists [2021-04-20T16:07:25.011Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:25.011Z] 6e6d61875a39: Layer already exists [2021-04-20T16:07:25.011Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:25.011Z] 2.0.0-dev.181: digest: sha256:1903e1d02f3321d0bf4d6cb247060f173ed3aadb5a06c374a2ce4f0d3bbcae3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:25.379Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:25.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:25.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T16:07:25.752Z] 7b967154fb47: Preparing [2021-04-20T16:07:25.752Z] 6e6d61875a39: Preparing [2021-04-20T16:07:25.752Z] f3b5ca231abc: Preparing [2021-04-20T16:07:25.752Z] 117b9a1341b5: Preparing [2021-04-20T16:07:25.752Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:25.752Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:25.752Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:25.752Z] 6e6d61875a39: Layer already exists [2021-04-20T16:07:25.752Z] 117b9a1341b5: Layer already exists [2021-04-20T16:07:25.752Z] 7b967154fb47: Layer already exists [2021-04-20T16:07:26.025Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:1903e1d02f3321d0bf4d6cb247060f173ed3aadb5a06c374a2ce4f0d3bbcae3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:26.389Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:26.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-20T16:07:26.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T16:07:26.757Z] 7b967154fb47: Preparing [2021-04-20T16:07:26.757Z] 6e6d61875a39: Preparing [2021-04-20T16:07:26.757Z] f3b5ca231abc: Preparing [2021-04-20T16:07:26.757Z] 117b9a1341b5: Preparing [2021-04-20T16:07:26.757Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:27.031Z] 6e6d61875a39: Layer already exists [2021-04-20T16:07:27.031Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:27.031Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:27.031Z] 7b967154fb47: Layer already exists [2021-04-20T16:07:27.031Z] 117b9a1341b5: Layer already exists [2021-04-20T16:07:27.031Z] master: digest: sha256:1903e1d02f3321d0bf4d6cb247060f173ed3aadb5a06c374a2ce4f0d3bbcae3d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:07:27.106Z] ===================================================== [Pipeline] echo [2021-04-20T16:07:27.121Z] taggedImages: [2021-04-20T16:07:27.121Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:27.121Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:27.121Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:27.121Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-20T16:07:27.157Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-20T16:07:27.157Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:27.157Z] 2.0.0-dev.181 [2021-04-20T16:07:27.157Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:27.157Z] master [2021-04-20T16:07:27.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:27.591Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:27.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:27.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T16:07:27.936Z] bf14ad5e3abb: Preparing [2021-04-20T16:07:27.936Z] 7f22fdff294d: Preparing [2021-04-20T16:07:27.936Z] f3b5ca231abc: Preparing [2021-04-20T16:07:27.936Z] 78445816d533: Preparing [2021-04-20T16:07:27.936Z] 514cf732e4e5: Preparing [2021-04-20T16:07:27.936Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:27.936Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:28.211Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:28.211Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:28.211Z] 514cf732e4e5: Pushed [2021-04-20T16:07:28.211Z] bf14ad5e3abb: Pushed [2021-04-20T16:07:28.811Z] 78445816d533: Pushed [2021-04-20T16:07:31.425Z] 7f22fdff294d: Pushed [2021-04-20T16:07:31.425Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:12355c04a55136db96d700ad6ec12fbdf641e3572d0e9373796df2f6860c04fb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:31.771Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:32.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:32.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T16:07:32.108Z] bf14ad5e3abb: Preparing [2021-04-20T16:07:32.108Z] 7f22fdff294d: Preparing [2021-04-20T16:07:32.108Z] f3b5ca231abc: Preparing [2021-04-20T16:07:32.108Z] 78445816d533: Preparing [2021-04-20T16:07:32.108Z] 514cf732e4e5: Preparing [2021-04-20T16:07:32.108Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:32.108Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:32.379Z] bf14ad5e3abb: Layer already exists [2021-04-20T16:07:32.379Z] 7f22fdff294d: Layer already exists [2021-04-20T16:07:32.379Z] 514cf732e4e5: Layer already exists [2021-04-20T16:07:32.379Z] 78445816d533: Layer already exists [2021-04-20T16:07:32.379Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:32.379Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:32.379Z] 2.0.0-dev.181: digest: sha256:12355c04a55136db96d700ad6ec12fbdf641e3572d0e9373796df2f6860c04fb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:32.724Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:33.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:33.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T16:07:33.069Z] bf14ad5e3abb: Preparing [2021-04-20T16:07:33.069Z] 7f22fdff294d: Preparing [2021-04-20T16:07:33.069Z] f3b5ca231abc: Preparing [2021-04-20T16:07:33.069Z] 78445816d533: Preparing [2021-04-20T16:07:33.069Z] 514cf732e4e5: Preparing [2021-04-20T16:07:33.069Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:33.069Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:33.341Z] 514cf732e4e5: Layer already exists [2021-04-20T16:07:33.341Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:33.341Z] 78445816d533: Layer already exists [2021-04-20T16:07:33.341Z] 7f22fdff294d: Layer already exists [2021-04-20T16:07:33.341Z] bf14ad5e3abb: Layer already exists [2021-04-20T16:07:33.341Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:33.341Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:12355c04a55136db96d700ad6ec12fbdf641e3572d0e9373796df2f6860c04fb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:33.688Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:34.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-20T16:07:34.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T16:07:34.034Z] bf14ad5e3abb: Preparing [2021-04-20T16:07:34.034Z] 7f22fdff294d: Preparing [2021-04-20T16:07:34.034Z] f3b5ca231abc: Preparing [2021-04-20T16:07:34.034Z] 78445816d533: Preparing [2021-04-20T16:07:34.034Z] 514cf732e4e5: Preparing [2021-04-20T16:07:34.034Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:34.034Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:34.034Z] 7f22fdff294d: Layer already exists [2021-04-20T16:07:34.034Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:34.034Z] bf14ad5e3abb: Layer already exists [2021-04-20T16:07:34.034Z] 514cf732e4e5: Layer already exists [2021-04-20T16:07:34.304Z] 78445816d533: Layer already exists [2021-04-20T16:07:34.304Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:34.304Z] master: digest: sha256:12355c04a55136db96d700ad6ec12fbdf641e3572d0e9373796df2f6860c04fb size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:07:34.368Z] ===================================================== [Pipeline] echo [2021-04-20T16:07:34.383Z] taggedImages: [2021-04-20T16:07:34.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:34.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:34.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:34.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-20T16:07:34.415Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-20T16:07:34.415Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:34.415Z] 2.0.0-dev.181 [2021-04-20T16:07:34.415Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:34.415Z] master [2021-04-20T16:07:34.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:34.811Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:35.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:35.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T16:07:35.157Z] 0db49a67898f: Preparing [2021-04-20T16:07:35.157Z] 0f4405288f30: Preparing [2021-04-20T16:07:35.157Z] f3b5ca231abc: Preparing [2021-04-20T16:07:35.157Z] 117b9a1341b5: Preparing [2021-04-20T16:07:35.157Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:35.427Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:35.427Z] 117b9a1341b5: Layer already exists [2021-04-20T16:07:35.427Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:35.427Z] 0db49a67898f: Pushed [2021-04-20T16:07:38.821Z] 0f4405288f30: Pushed [2021-04-20T16:07:38.821Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:5319ae39232a681c59f3419fb28f5e5bce85db05c280b99f5159dbbd9ec1ed1c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:39.159Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:39.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:39.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T16:07:39.501Z] 0db49a67898f: Preparing [2021-04-20T16:07:39.501Z] 0f4405288f30: Preparing [2021-04-20T16:07:39.501Z] f3b5ca231abc: Preparing [2021-04-20T16:07:39.501Z] 117b9a1341b5: Preparing [2021-04-20T16:07:39.501Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:39.771Z] 0db49a67898f: Layer already exists [2021-04-20T16:07:39.771Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:39.771Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:39.771Z] 117b9a1341b5: Layer already exists [2021-04-20T16:07:39.771Z] 0f4405288f30: Layer already exists [2021-04-20T16:07:39.771Z] 2.0.0-dev.181: digest: sha256:5319ae39232a681c59f3419fb28f5e5bce85db05c280b99f5159dbbd9ec1ed1c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:40.111Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:40.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:40.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T16:07:40.445Z] 0db49a67898f: Preparing [2021-04-20T16:07:40.445Z] 0f4405288f30: Preparing [2021-04-20T16:07:40.445Z] f3b5ca231abc: Preparing [2021-04-20T16:07:40.445Z] 117b9a1341b5: Preparing [2021-04-20T16:07:40.445Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:40.445Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:40.715Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:40.715Z] 0f4405288f30: Layer already exists [2021-04-20T16:07:40.715Z] 117b9a1341b5: Layer already exists [2021-04-20T16:07:40.715Z] 0db49a67898f: Layer already exists [2021-04-20T16:07:40.715Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:5319ae39232a681c59f3419fb28f5e5bce85db05c280b99f5159dbbd9ec1ed1c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:41.060Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:41.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-20T16:07:41.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T16:07:41.394Z] 0db49a67898f: Preparing [2021-04-20T16:07:41.394Z] 0f4405288f30: Preparing [2021-04-20T16:07:41.394Z] f3b5ca231abc: Preparing [2021-04-20T16:07:41.394Z] 117b9a1341b5: Preparing [2021-04-20T16:07:41.394Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:41.664Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:41.665Z] 0db49a67898f: Layer already exists [2021-04-20T16:07:41.665Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:41.665Z] 117b9a1341b5: Layer already exists [2021-04-20T16:07:41.665Z] 0f4405288f30: Layer already exists [2021-04-20T16:07:41.665Z] master: digest: sha256:5319ae39232a681c59f3419fb28f5e5bce85db05c280b99f5159dbbd9ec1ed1c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:07:41.745Z] ===================================================== [Pipeline] echo [2021-04-20T16:07:41.761Z] taggedImages: [2021-04-20T16:07:41.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:41.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:41.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:41.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-20T16:07:41.799Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-20T16:07:41.799Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:41.799Z] 2.0.0-dev.181 [2021-04-20T16:07:41.799Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:41.799Z] master [2021-04-20T16:07:41.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:42.198Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:42.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:42.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T16:07:42.537Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:42.537Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:42.537Z] 1c09ff185676: Preparing [2021-04-20T16:07:42.537Z] 53bf7399148b: Preparing [2021-04-20T16:07:42.537Z] 7fbf7b1e44c5: Preparing [2021-04-20T16:07:42.537Z] 982ad66b9583: Preparing [2021-04-20T16:07:42.537Z] f3b5ca231abc: Preparing [2021-04-20T16:07:42.537Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:42.537Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:42.537Z] 2044e89c0dba: Preparing [2021-04-20T16:07:42.537Z] 8838fe9bd879: Preparing [2021-04-20T16:07:42.537Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:42.537Z] 0f8c4d45003f: Waiting [2021-04-20T16:07:42.537Z] 2044e89c0dba: Waiting [2021-04-20T16:07:42.537Z] 8838fe9bd879: Waiting [2021-04-20T16:07:42.537Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:42.537Z] f3b5ca231abc: Waiting [2021-04-20T16:07:42.807Z] 1c09ff185676: Pushed [2021-04-20T16:07:43.078Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:43.078Z] 53bf7399148b: Pushed [2021-04-20T16:07:43.078Z] 56f15d12bd9b: Pushed [2021-04-20T16:07:43.078Z] 7fbf7b1e44c5: Pushed [2021-04-20T16:07:43.078Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:43.078Z] 0f8c4d45003f: Pushed [2021-04-20T16:07:43.078Z] 2044e89c0dba: Pushed [2021-04-20T16:07:43.348Z] 8838fe9bd879: Pushed [2021-04-20T16:07:45.966Z] 982ad66b9583: Pushed [2021-04-20T16:07:45.966Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:7378323faf663f292eadba02f3ebe5a5a0849620a2e1b94ba0909b9e5e4096ae size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:46.320Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:46.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:46.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T16:07:46.672Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:46.672Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:46.672Z] 1c09ff185676: Preparing [2021-04-20T16:07:46.672Z] 53bf7399148b: Preparing [2021-04-20T16:07:46.672Z] 7fbf7b1e44c5: Preparing [2021-04-20T16:07:46.672Z] 982ad66b9583: Preparing [2021-04-20T16:07:46.672Z] f3b5ca231abc: Preparing [2021-04-20T16:07:46.672Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:46.672Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:46.672Z] 2044e89c0dba: Preparing [2021-04-20T16:07:46.672Z] 8838fe9bd879: Preparing [2021-04-20T16:07:46.672Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:46.672Z] f3b5ca231abc: Waiting [2021-04-20T16:07:46.672Z] 2044e89c0dba: Waiting [2021-04-20T16:07:46.672Z] 8838fe9bd879: Waiting [2021-04-20T16:07:46.672Z] 0f8c4d45003f: Waiting [2021-04-20T16:07:46.672Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:46.944Z] 982ad66b9583: Layer already exists [2021-04-20T16:07:46.944Z] 7fbf7b1e44c5: Layer already exists [2021-04-20T16:07:46.944Z] 56f15d12bd9b: Layer already exists [2021-04-20T16:07:46.944Z] 53bf7399148b: Layer already exists [2021-04-20T16:07:46.944Z] 1c09ff185676: Layer already exists [2021-04-20T16:07:46.944Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:46.944Z] 0f8c4d45003f: Layer already exists [2021-04-20T16:07:46.944Z] 8838fe9bd879: Layer already exists [2021-04-20T16:07:46.944Z] 2044e89c0dba: Layer already exists [2021-04-20T16:07:46.944Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:46.944Z] 2.0.0-dev.181: digest: sha256:7378323faf663f292eadba02f3ebe5a5a0849620a2e1b94ba0909b9e5e4096ae size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:47.291Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:47.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:47.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T16:07:47.629Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:47.629Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:47.629Z] 1c09ff185676: Preparing [2021-04-20T16:07:47.629Z] 53bf7399148b: Preparing [2021-04-20T16:07:47.629Z] 7fbf7b1e44c5: Preparing [2021-04-20T16:07:47.629Z] 982ad66b9583: Preparing [2021-04-20T16:07:47.629Z] f3b5ca231abc: Preparing [2021-04-20T16:07:47.629Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:47.629Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:47.629Z] 2044e89c0dba: Preparing [2021-04-20T16:07:47.629Z] 8838fe9bd879: Preparing [2021-04-20T16:07:47.629Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:47.629Z] 2044e89c0dba: Waiting [2021-04-20T16:07:47.629Z] 8838fe9bd879: Waiting [2021-04-20T16:07:47.629Z] f3b5ca231abc: Waiting [2021-04-20T16:07:47.629Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:47.629Z] 0f8c4d45003f: Waiting [2021-04-20T16:07:47.904Z] 56f15d12bd9b: Layer already exists [2021-04-20T16:07:47.904Z] 53bf7399148b: Layer already exists [2021-04-20T16:07:47.904Z] 1c09ff185676: Layer already exists [2021-04-20T16:07:47.904Z] 982ad66b9583: Layer already exists [2021-04-20T16:07:47.904Z] 7fbf7b1e44c5: Layer already exists [2021-04-20T16:07:47.904Z] 0f8c4d45003f: Layer already exists [2021-04-20T16:07:47.904Z] 2044e89c0dba: Layer already exists [2021-04-20T16:07:47.904Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:47.904Z] 8838fe9bd879: Layer already exists [2021-04-20T16:07:47.904Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:47.904Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:7378323faf663f292eadba02f3ebe5a5a0849620a2e1b94ba0909b9e5e4096ae size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:48.246Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:48.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-20T16:07:48.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T16:07:48.583Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:48.583Z] 56f15d12bd9b: Preparing [2021-04-20T16:07:48.583Z] 1c09ff185676: Preparing [2021-04-20T16:07:48.583Z] 53bf7399148b: Preparing [2021-04-20T16:07:48.583Z] 7fbf7b1e44c5: Preparing [2021-04-20T16:07:48.583Z] 982ad66b9583: Preparing [2021-04-20T16:07:48.583Z] f3b5ca231abc: Preparing [2021-04-20T16:07:48.583Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:48.583Z] 0f8c4d45003f: Preparing [2021-04-20T16:07:48.583Z] 2044e89c0dba: Preparing [2021-04-20T16:07:48.583Z] 8838fe9bd879: Preparing [2021-04-20T16:07:48.583Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:48.583Z] f3b5ca231abc: Waiting [2021-04-20T16:07:48.583Z] 2044e89c0dba: Waiting [2021-04-20T16:07:48.583Z] 0f8c4d45003f: Waiting [2021-04-20T16:07:48.583Z] 8838fe9bd879: Waiting [2021-04-20T16:07:48.583Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:48.853Z] 982ad66b9583: Layer already exists [2021-04-20T16:07:48.853Z] 7fbf7b1e44c5: Layer already exists [2021-04-20T16:07:48.853Z] 53bf7399148b: Layer already exists [2021-04-20T16:07:48.853Z] 56f15d12bd9b: Layer already exists [2021-04-20T16:07:48.853Z] 1c09ff185676: Layer already exists [2021-04-20T16:07:48.853Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:48.853Z] 0f8c4d45003f: Layer already exists [2021-04-20T16:07:48.853Z] f3b5ca231abc: Layer already exists [2021-04-20T16:07:48.853Z] 2044e89c0dba: Layer already exists [2021-04-20T16:07:48.853Z] 8838fe9bd879: Layer already exists [2021-04-20T16:07:48.853Z] master: digest: sha256:7378323faf663f292eadba02f3ebe5a5a0849620a2e1b94ba0909b9e5e4096ae size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:07:48.914Z] ===================================================== [Pipeline] echo [2021-04-20T16:07:48.928Z] taggedImages: [2021-04-20T16:07:48.928Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:48.928Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:48.928Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:48.929Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-20T16:07:48.973Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-20T16:07:48.974Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:48.974Z] 2.0.0-dev.181 [2021-04-20T16:07:48.974Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:48.974Z] master [2021-04-20T16:07:48.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:49.364Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:49.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:49.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T16:07:49.701Z] 9997f6ce004a: Preparing [2021-04-20T16:07:49.701Z] d50dcef731e5: Preparing [2021-04-20T16:07:49.701Z] 71a87f01120d: Preparing [2021-04-20T16:07:49.701Z] fcdc3b3cd959: Preparing [2021-04-20T16:07:49.701Z] 893a99464c8f: Preparing [2021-04-20T16:07:49.701Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:49.701Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:49.973Z] fcdc3b3cd959: Pushed [2021-04-20T16:07:49.973Z] 71a87f01120d: Pushed [2021-04-20T16:07:49.973Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:50.566Z] 893a99464c8f: Pushed [2021-04-20T16:07:51.992Z] d50dcef731e5: Pushed [2021-04-20T16:07:51.992Z] 9997f6ce004a: Pushed [2021-04-20T16:07:52.267Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:70d6a6e329d0448c2045ae7cbcdb1e56d826e0ffd08606935ccce2300c9a3588 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:52.614Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:52.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:52.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T16:07:52.953Z] 9997f6ce004a: Preparing [2021-04-20T16:07:52.953Z] d50dcef731e5: Preparing [2021-04-20T16:07:52.953Z] 71a87f01120d: Preparing [2021-04-20T16:07:52.953Z] fcdc3b3cd959: Preparing [2021-04-20T16:07:52.953Z] 893a99464c8f: Preparing [2021-04-20T16:07:52.953Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:52.953Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:52.953Z] 71a87f01120d: Layer already exists [2021-04-20T16:07:52.953Z] d50dcef731e5: Layer already exists [2021-04-20T16:07:52.953Z] 893a99464c8f: Layer already exists [2021-04-20T16:07:52.953Z] 9997f6ce004a: Layer already exists [2021-04-20T16:07:52.953Z] fcdc3b3cd959: Layer already exists [2021-04-20T16:07:53.224Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:53.224Z] 2.0.0-dev.181: digest: sha256:70d6a6e329d0448c2045ae7cbcdb1e56d826e0ffd08606935ccce2300c9a3588 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:53.566Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:53.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:53.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T16:07:53.906Z] 9997f6ce004a: Preparing [2021-04-20T16:07:53.906Z] d50dcef731e5: Preparing [2021-04-20T16:07:53.906Z] 71a87f01120d: Preparing [2021-04-20T16:07:53.906Z] fcdc3b3cd959: Preparing [2021-04-20T16:07:53.906Z] 893a99464c8f: Preparing [2021-04-20T16:07:53.906Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:53.906Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:53.906Z] d50dcef731e5: Layer already exists [2021-04-20T16:07:53.906Z] 71a87f01120d: Layer already exists [2021-04-20T16:07:53.906Z] fcdc3b3cd959: Layer already exists [2021-04-20T16:07:53.906Z] 893a99464c8f: Layer already exists [2021-04-20T16:07:54.177Z] 9997f6ce004a: Layer already exists [2021-04-20T16:07:54.177Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:54.177Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:70d6a6e329d0448c2045ae7cbcdb1e56d826e0ffd08606935ccce2300c9a3588 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:54.519Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:54.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-20T16:07:54.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T16:07:54.853Z] 9997f6ce004a: Preparing [2021-04-20T16:07:54.853Z] d50dcef731e5: Preparing [2021-04-20T16:07:54.853Z] 71a87f01120d: Preparing [2021-04-20T16:07:54.853Z] fcdc3b3cd959: Preparing [2021-04-20T16:07:54.853Z] 893a99464c8f: Preparing [2021-04-20T16:07:54.854Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:54.854Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:54.854Z] 9997f6ce004a: Layer already exists [2021-04-20T16:07:54.854Z] d50dcef731e5: Layer already exists [2021-04-20T16:07:54.854Z] fcdc3b3cd959: Layer already exists [2021-04-20T16:07:54.854Z] 71a87f01120d: Layer already exists [2021-04-20T16:07:54.854Z] 893a99464c8f: Layer already exists [2021-04-20T16:07:54.854Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:55.124Z] master: digest: sha256:70d6a6e329d0448c2045ae7cbcdb1e56d826e0ffd08606935ccce2300c9a3588 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:07:55.185Z] ===================================================== [Pipeline] echo [2021-04-20T16:07:55.210Z] taggedImages: [2021-04-20T16:07:55.210Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:55.210Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:55.210Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:55.210Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-20T16:07:55.245Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-20T16:07:55.245Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:55.245Z] 2.0.0-dev.181 [2021-04-20T16:07:55.245Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:07:55.245Z] master [2021-04-20T16:07:55.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:55.613Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:55.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:07:55.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T16:07:55.949Z] f5f1476b463b: Preparing [2021-04-20T16:07:55.949Z] 472df47ca6fa: Preparing [2021-04-20T16:07:55.949Z] cb4603f259df: Preparing [2021-04-20T16:07:55.949Z] 7e87d664470f: Preparing [2021-04-20T16:07:55.949Z] a4df5d2f0656: Preparing [2021-04-20T16:07:55.949Z] 635de64319f3: Preparing [2021-04-20T16:07:55.949Z] 30e61d4c1e4c: Preparing [2021-04-20T16:07:55.949Z] 2ee6359682db: Preparing [2021-04-20T16:07:55.949Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:55.949Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:55.949Z] 30e61d4c1e4c: Waiting [2021-04-20T16:07:55.949Z] 2ee6359682db: Waiting [2021-04-20T16:07:55.949Z] 635de64319f3: Waiting [2021-04-20T16:07:56.224Z] f5f1476b463b: Pushed [2021-04-20T16:07:56.224Z] 472df47ca6fa: Pushed [2021-04-20T16:07:56.224Z] a4df5d2f0656: Pushed [2021-04-20T16:07:56.497Z] 635de64319f3: Pushed [2021-04-20T16:07:56.497Z] 30e61d4c1e4c: Pushed [2021-04-20T16:07:56.497Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:56.772Z] 2ee6359682db: Pushed [2021-04-20T16:07:58.737Z] 7e87d664470f: Pushed [2021-04-20T16:07:58.737Z] cb4603f259df: Pushed [2021-04-20T16:07:58.737Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:92caeb65c8ce807942654160bca36f9a05321145448cd55ca4925ce9198ac6c5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:59.078Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:59.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.181 [2021-04-20T16:07:59.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T16:07:59.414Z] f5f1476b463b: Preparing [2021-04-20T16:07:59.414Z] 472df47ca6fa: Preparing [2021-04-20T16:07:59.414Z] cb4603f259df: Preparing [2021-04-20T16:07:59.414Z] 7e87d664470f: Preparing [2021-04-20T16:07:59.414Z] a4df5d2f0656: Preparing [2021-04-20T16:07:59.414Z] 635de64319f3: Preparing [2021-04-20T16:07:59.414Z] 30e61d4c1e4c: Preparing [2021-04-20T16:07:59.414Z] 2ee6359682db: Preparing [2021-04-20T16:07:59.414Z] 3fbe34a1663b: Preparing [2021-04-20T16:07:59.414Z] 30e61d4c1e4c: Waiting [2021-04-20T16:07:59.414Z] 2ee6359682db: Waiting [2021-04-20T16:07:59.414Z] 3fbe34a1663b: Waiting [2021-04-20T16:07:59.414Z] 635de64319f3: Waiting [2021-04-20T16:07:59.414Z] 472df47ca6fa: Layer already exists [2021-04-20T16:07:59.414Z] a4df5d2f0656: Layer already exists [2021-04-20T16:07:59.414Z] 7e87d664470f: Layer already exists [2021-04-20T16:07:59.414Z] f5f1476b463b: Layer already exists [2021-04-20T16:07:59.414Z] cb4603f259df: Layer already exists [2021-04-20T16:07:59.414Z] 30e61d4c1e4c: Layer already exists [2021-04-20T16:07:59.414Z] 2ee6359682db: Layer already exists [2021-04-20T16:07:59.414Z] 635de64319f3: Layer already exists [2021-04-20T16:07:59.414Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:07:59.684Z] 2.0.0-dev.181: digest: sha256:92caeb65c8ce807942654160bca36f9a05321145448cd55ca4925ce9198ac6c5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:00.025Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:00.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:00.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T16:08:00.363Z] f5f1476b463b: Preparing [2021-04-20T16:08:00.363Z] 472df47ca6fa: Preparing [2021-04-20T16:08:00.363Z] cb4603f259df: Preparing [2021-04-20T16:08:00.363Z] 7e87d664470f: Preparing [2021-04-20T16:08:00.363Z] a4df5d2f0656: Preparing [2021-04-20T16:08:00.363Z] 635de64319f3: Preparing [2021-04-20T16:08:00.363Z] 30e61d4c1e4c: Preparing [2021-04-20T16:08:00.363Z] 2ee6359682db: Preparing [2021-04-20T16:08:00.363Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:00.363Z] 30e61d4c1e4c: Waiting [2021-04-20T16:08:00.363Z] 2ee6359682db: Waiting [2021-04-20T16:08:00.363Z] 3fbe34a1663b: Waiting [2021-04-20T16:08:00.363Z] 635de64319f3: Waiting [2021-04-20T16:08:00.363Z] a4df5d2f0656: Layer already exists [2021-04-20T16:08:00.363Z] 7e87d664470f: Layer already exists [2021-04-20T16:08:00.363Z] f5f1476b463b: Layer already exists [2021-04-20T16:08:00.363Z] cb4603f259df: Layer already exists [2021-04-20T16:08:00.363Z] 472df47ca6fa: Layer already exists [2021-04-20T16:08:00.363Z] 30e61d4c1e4c: Layer already exists [2021-04-20T16:08:00.363Z] 635de64319f3: Layer already exists [2021-04-20T16:08:00.363Z] 2ee6359682db: Layer already exists [2021-04-20T16:08:00.363Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:00.633Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:92caeb65c8ce807942654160bca36f9a05321145448cd55ca4925ce9198ac6c5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:00.977Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:01.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-20T16:08:01.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T16:08:01.320Z] f5f1476b463b: Preparing [2021-04-20T16:08:01.320Z] 472df47ca6fa: Preparing [2021-04-20T16:08:01.320Z] cb4603f259df: Preparing [2021-04-20T16:08:01.320Z] 7e87d664470f: Preparing [2021-04-20T16:08:01.320Z] a4df5d2f0656: Preparing [2021-04-20T16:08:01.320Z] 635de64319f3: Preparing [2021-04-20T16:08:01.320Z] 30e61d4c1e4c: Preparing [2021-04-20T16:08:01.320Z] 2ee6359682db: Preparing [2021-04-20T16:08:01.320Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:01.320Z] 30e61d4c1e4c: Waiting [2021-04-20T16:08:01.320Z] 2ee6359682db: Waiting [2021-04-20T16:08:01.320Z] 635de64319f3: Waiting [2021-04-20T16:08:01.320Z] 3fbe34a1663b: Waiting [2021-04-20T16:08:01.320Z] a4df5d2f0656: Layer already exists [2021-04-20T16:08:01.320Z] f5f1476b463b: Layer already exists [2021-04-20T16:08:01.320Z] cb4603f259df: Layer already exists [2021-04-20T16:08:01.320Z] 7e87d664470f: Layer already exists [2021-04-20T16:08:01.320Z] 472df47ca6fa: Layer already exists [2021-04-20T16:08:01.593Z] 635de64319f3: Layer already exists [2021-04-20T16:08:01.593Z] 2ee6359682db: Layer already exists [2021-04-20T16:08:01.593Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:01.593Z] 30e61d4c1e4c: Layer already exists [2021-04-20T16:08:01.593Z] master: digest: sha256:92caeb65c8ce807942654160bca36f9a05321145448cd55ca4925ce9198ac6c5 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:08:01.672Z] ===================================================== [Pipeline] echo [2021-04-20T16:08:01.687Z] taggedImages: [2021-04-20T16:08:01.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:01.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.181 [2021-04-20T16:08:01.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:01.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-20T16:08:01.725Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-20T16:08:01.726Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:01.726Z] 2.0.0-dev.181 [2021-04-20T16:08:01.726Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:01.726Z] master [2021-04-20T16:08:01.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:02.115Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:02.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:02.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T16:08:02.675Z] 2004d9f9e3d8: Preparing [2021-04-20T16:08:02.675Z] 8aa0602fdc62: Preparing [2021-04-20T16:08:02.675Z] f3b5ca231abc: Preparing [2021-04-20T16:08:02.675Z] e40183ace80c: Preparing [2021-04-20T16:08:02.675Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:02.984Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:02.984Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:02.984Z] 2004d9f9e3d8: Pushed [2021-04-20T16:08:03.278Z] e40183ace80c: Pushed [2021-04-20T16:08:05.933Z] 8aa0602fdc62: Pushed [2021-04-20T16:08:05.934Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:e5ae8ef831462320e30dd4f3d7ebe010d016bdb7b4141cc11a4b0c55b9eb7fcf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:06.276Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:06.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.181 [2021-04-20T16:08:06.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T16:08:06.607Z] 2004d9f9e3d8: Preparing [2021-04-20T16:08:06.607Z] 8aa0602fdc62: Preparing [2021-04-20T16:08:06.607Z] f3b5ca231abc: Preparing [2021-04-20T16:08:06.607Z] e40183ace80c: Preparing [2021-04-20T16:08:06.607Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:06.607Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:06.607Z] e40183ace80c: Layer already exists [2021-04-20T16:08:06.607Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:06.607Z] 2004d9f9e3d8: Layer already exists [2021-04-20T16:08:06.607Z] 8aa0602fdc62: Layer already exists [2021-04-20T16:08:06.882Z] 2.0.0-dev.181: digest: sha256:e5ae8ef831462320e30dd4f3d7ebe010d016bdb7b4141cc11a4b0c55b9eb7fcf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:07.221Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:07.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:07.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T16:08:07.554Z] 2004d9f9e3d8: Preparing [2021-04-20T16:08:07.554Z] 8aa0602fdc62: Preparing [2021-04-20T16:08:07.554Z] f3b5ca231abc: Preparing [2021-04-20T16:08:07.554Z] e40183ace80c: Preparing [2021-04-20T16:08:07.554Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:07.554Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:07.554Z] 2004d9f9e3d8: Layer already exists [2021-04-20T16:08:07.554Z] e40183ace80c: Layer already exists [2021-04-20T16:08:07.824Z] 8aa0602fdc62: Layer already exists [2021-04-20T16:08:07.824Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:07.824Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:e5ae8ef831462320e30dd4f3d7ebe010d016bdb7b4141cc11a4b0c55b9eb7fcf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:08.165Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:08.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-20T16:08:08.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T16:08:08.515Z] 2004d9f9e3d8: Preparing [2021-04-20T16:08:08.515Z] 8aa0602fdc62: Preparing [2021-04-20T16:08:08.515Z] f3b5ca231abc: Preparing [2021-04-20T16:08:08.515Z] e40183ace80c: Preparing [2021-04-20T16:08:08.515Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:08.515Z] 2004d9f9e3d8: Layer already exists [2021-04-20T16:08:08.515Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:08.515Z] 8aa0602fdc62: Layer already exists [2021-04-20T16:08:08.515Z] e40183ace80c: Layer already exists [2021-04-20T16:08:08.785Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:08.785Z] master: digest: sha256:e5ae8ef831462320e30dd4f3d7ebe010d016bdb7b4141cc11a4b0c55b9eb7fcf size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:08:08.863Z] ===================================================== [Pipeline] echo [2021-04-20T16:08:08.879Z] taggedImages: [2021-04-20T16:08:08.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:08.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.181 [2021-04-20T16:08:08.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:08.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-20T16:08:08.912Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-20T16:08:08.912Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:08.912Z] 2.0.0-dev.181 [2021-04-20T16:08:08.912Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:08.912Z] master [2021-04-20T16:08:08.912Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:09.290Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:09.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:09.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T16:08:09.642Z] f7248390df0f: Preparing [2021-04-20T16:08:09.642Z] a94da14267c2: Preparing [2021-04-20T16:08:09.642Z] f3b5ca231abc: Preparing [2021-04-20T16:08:09.642Z] 117b9a1341b5: Preparing [2021-04-20T16:08:09.642Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:09.918Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:09.918Z] 117b9a1341b5: Layer already exists [2021-04-20T16:08:09.918Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:09.918Z] f7248390df0f: Pushed [2021-04-20T16:08:12.513Z] a94da14267c2: Pushed [2021-04-20T16:08:12.513Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:26a8432b738c0ce39475c4c6a7d7f59904f5bbb5a8c65ccbe3dfdf773f5d4c11 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:12.854Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:13.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.181 [2021-04-20T16:08:13.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T16:08:13.195Z] f7248390df0f: Preparing [2021-04-20T16:08:13.195Z] a94da14267c2: Preparing [2021-04-20T16:08:13.195Z] f3b5ca231abc: Preparing [2021-04-20T16:08:13.195Z] 117b9a1341b5: Preparing [2021-04-20T16:08:13.195Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:13.466Z] a94da14267c2: Layer already exists [2021-04-20T16:08:13.466Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:13.466Z] f7248390df0f: Layer already exists [2021-04-20T16:08:13.466Z] 117b9a1341b5: Layer already exists [2021-04-20T16:08:13.466Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:13.466Z] 2.0.0-dev.181: digest: sha256:26a8432b738c0ce39475c4c6a7d7f59904f5bbb5a8c65ccbe3dfdf773f5d4c11 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:13.809Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:14.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:14.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T16:08:14.160Z] f7248390df0f: Preparing [2021-04-20T16:08:14.160Z] a94da14267c2: Preparing [2021-04-20T16:08:14.160Z] f3b5ca231abc: Preparing [2021-04-20T16:08:14.160Z] 117b9a1341b5: Preparing [2021-04-20T16:08:14.160Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:14.160Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:14.160Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:14.160Z] a94da14267c2: Layer already exists [2021-04-20T16:08:14.160Z] f7248390df0f: Layer already exists [2021-04-20T16:08:14.160Z] 117b9a1341b5: Layer already exists [2021-04-20T16:08:14.431Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:26a8432b738c0ce39475c4c6a7d7f59904f5bbb5a8c65ccbe3dfdf773f5d4c11 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:14.776Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:15.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-20T16:08:15.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T16:08:15.113Z] f7248390df0f: Preparing [2021-04-20T16:08:15.113Z] a94da14267c2: Preparing [2021-04-20T16:08:15.113Z] f3b5ca231abc: Preparing [2021-04-20T16:08:15.113Z] 117b9a1341b5: Preparing [2021-04-20T16:08:15.113Z] 3fbe34a1663b: Preparing [2021-04-20T16:08:15.113Z] f7248390df0f: Layer already exists [2021-04-20T16:08:15.113Z] 3fbe34a1663b: Layer already exists [2021-04-20T16:08:15.113Z] a94da14267c2: Layer already exists [2021-04-20T16:08:15.113Z] f3b5ca231abc: Layer already exists [2021-04-20T16:08:15.113Z] 117b9a1341b5: Layer already exists [2021-04-20T16:08:15.384Z] master: digest: sha256:26a8432b738c0ce39475c4c6a7d7f59904f5bbb5a8c65ccbe3dfdf773f5d4c11 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:08:15.450Z] ===================================================== [Pipeline] echo [2021-04-20T16:08:15.470Z] taggedImages: [2021-04-20T16:08:15.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:15.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.181 [2021-04-20T16:08:15.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:15.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-20T16:08:15.536Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-20T16:08:15.536Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:15.536Z] 2.0.0-dev.181 [2021-04-20T16:08:15.536Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:15.536Z] master [2021-04-20T16:08:15.536Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:15.925Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:16.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:16.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T16:08:16.266Z] 5a579f226a20: Preparing [2021-04-20T16:08:16.266Z] ce45ffc715a9: Preparing [2021-04-20T16:08:16.266Z] d6b7190b230b: Preparing [2021-04-20T16:08:16.266Z] 45eefc2c4a3e: Preparing [2021-04-20T16:08:16.266Z] 9ded3b6bb9b5: Preparing [2021-04-20T16:08:16.266Z] fa1afe8e6ed9: Preparing [2021-04-20T16:08:16.266Z] 87a09b4c083e: Preparing [2021-04-20T16:08:16.266Z] 0f74e9ff2a61: Preparing [2021-04-20T16:08:16.266Z] b122376c33c6: Preparing [2021-04-20T16:08:16.266Z] f8381ed47b22: Preparing [2021-04-20T16:08:16.266Z] e934a737d657: Preparing [2021-04-20T16:08:16.266Z] 0f74e9ff2a61: Waiting [2021-04-20T16:08:16.266Z] b122376c33c6: Waiting [2021-04-20T16:08:16.266Z] fa1afe8e6ed9: Waiting [2021-04-20T16:08:16.266Z] f8381ed47b22: Waiting [2021-04-20T16:08:16.266Z] e934a737d657: Waiting [2021-04-20T16:08:16.266Z] 87a09b4c083e: Waiting [2021-04-20T16:08:16.540Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T16:08:16.540Z] fa1afe8e6ed9: Layer already exists [2021-04-20T16:08:16.540Z] 87a09b4c083e: Layer already exists [2021-04-20T16:08:16.540Z] 0f74e9ff2a61: Layer already exists [2021-04-20T16:08:16.540Z] ce45ffc715a9: Pushed [2021-04-20T16:08:16.812Z] b122376c33c6: Layer already exists [2021-04-20T16:08:16.812Z] f8381ed47b22: Layer already exists [2021-04-20T16:08:16.812Z] e934a737d657: Layer already exists [2021-04-20T16:08:17.400Z] 5a579f226a20: Pushed [2021-04-20T16:08:18.823Z] d6b7190b230b: Pushed [2021-04-20T16:08:31.169Z] 45eefc2c4a3e: Pushed [2021-04-20T16:08:31.169Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1: digest: sha256:385b583560125ee56d1ba314e569c8ad5eacdb2e5d6b9f4524e475f859a5946b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:31.508Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:31.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.181 [2021-04-20T16:08:31.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T16:08:31.842Z] 5a579f226a20: Preparing [2021-04-20T16:08:31.842Z] ce45ffc715a9: Preparing [2021-04-20T16:08:31.842Z] d6b7190b230b: Preparing [2021-04-20T16:08:31.842Z] 45eefc2c4a3e: Preparing [2021-04-20T16:08:31.842Z] 9ded3b6bb9b5: Preparing [2021-04-20T16:08:31.842Z] fa1afe8e6ed9: Preparing [2021-04-20T16:08:31.842Z] 87a09b4c083e: Preparing [2021-04-20T16:08:31.842Z] 0f74e9ff2a61: Preparing [2021-04-20T16:08:31.842Z] b122376c33c6: Preparing [2021-04-20T16:08:31.842Z] f8381ed47b22: Preparing [2021-04-20T16:08:31.842Z] e934a737d657: Preparing [2021-04-20T16:08:31.842Z] fa1afe8e6ed9: Waiting [2021-04-20T16:08:31.842Z] 87a09b4c083e: Waiting [2021-04-20T16:08:31.842Z] b122376c33c6: Waiting [2021-04-20T16:08:31.842Z] f8381ed47b22: Waiting [2021-04-20T16:08:31.842Z] e934a737d657: Waiting [2021-04-20T16:08:31.842Z] 0f74e9ff2a61: Waiting [2021-04-20T16:08:32.115Z] 5a579f226a20: Layer already exists [2021-04-20T16:08:32.115Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T16:08:32.115Z] ce45ffc715a9: Layer already exists [2021-04-20T16:08:32.115Z] d6b7190b230b: Layer already exists [2021-04-20T16:08:32.115Z] 45eefc2c4a3e: Layer already exists [2021-04-20T16:08:32.115Z] fa1afe8e6ed9: Layer already exists [2021-04-20T16:08:32.115Z] 0f74e9ff2a61: Layer already exists [2021-04-20T16:08:32.115Z] 87a09b4c083e: Layer already exists [2021-04-20T16:08:32.115Z] f8381ed47b22: Layer already exists [2021-04-20T16:08:32.115Z] b122376c33c6: Layer already exists [2021-04-20T16:08:32.115Z] e934a737d657: Layer already exists [2021-04-20T16:08:33.088Z] 2.0.0-dev.181: digest: sha256:385b583560125ee56d1ba314e569c8ad5eacdb2e5d6b9f4524e475f859a5946b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:33.427Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:33.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:33.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T16:08:33.760Z] 5a579f226a20: Preparing [2021-04-20T16:08:33.760Z] ce45ffc715a9: Preparing [2021-04-20T16:08:33.760Z] d6b7190b230b: Preparing [2021-04-20T16:08:33.760Z] 45eefc2c4a3e: Preparing [2021-04-20T16:08:33.760Z] 9ded3b6bb9b5: Preparing [2021-04-20T16:08:33.761Z] fa1afe8e6ed9: Preparing [2021-04-20T16:08:33.761Z] 87a09b4c083e: Preparing [2021-04-20T16:08:33.761Z] 0f74e9ff2a61: Preparing [2021-04-20T16:08:33.761Z] fa1afe8e6ed9: Waiting [2021-04-20T16:08:33.761Z] b122376c33c6: Preparing [2021-04-20T16:08:33.761Z] f8381ed47b22: Preparing [2021-04-20T16:08:33.761Z] e934a737d657: Preparing [2021-04-20T16:08:33.761Z] 87a09b4c083e: Waiting [2021-04-20T16:08:33.761Z] f8381ed47b22: Waiting [2021-04-20T16:08:33.761Z] e934a737d657: Waiting [2021-04-20T16:08:33.761Z] b122376c33c6: Waiting [2021-04-20T16:08:33.761Z] 0f74e9ff2a61: Waiting [2021-04-20T16:08:34.033Z] 45eefc2c4a3e: Layer already exists [2021-04-20T16:08:34.033Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T16:08:34.033Z] ce45ffc715a9: Layer already exists [2021-04-20T16:08:34.033Z] d6b7190b230b: Layer already exists [2021-04-20T16:08:34.033Z] 5a579f226a20: Layer already exists [2021-04-20T16:08:34.033Z] b122376c33c6: Layer already exists [2021-04-20T16:08:34.033Z] fa1afe8e6ed9: Layer already exists [2021-04-20T16:08:34.033Z] 0f74e9ff2a61: Layer already exists [2021-04-20T16:08:34.033Z] f8381ed47b22: Layer already exists [2021-04-20T16:08:34.033Z] 87a09b4c083e: Layer already exists [2021-04-20T16:08:34.033Z] e934a737d657: Layer already exists [2021-04-20T16:08:34.033Z] ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181: digest: sha256:385b583560125ee56d1ba314e569c8ad5eacdb2e5d6b9f4524e475f859a5946b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:34.375Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:34.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-20T16:08:34.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T16:08:34.711Z] 5a579f226a20: Preparing [2021-04-20T16:08:34.711Z] ce45ffc715a9: Preparing [2021-04-20T16:08:34.711Z] d6b7190b230b: Preparing [2021-04-20T16:08:34.711Z] 45eefc2c4a3e: Preparing [2021-04-20T16:08:34.711Z] 9ded3b6bb9b5: Preparing [2021-04-20T16:08:34.711Z] fa1afe8e6ed9: Preparing [2021-04-20T16:08:34.711Z] 87a09b4c083e: Preparing [2021-04-20T16:08:34.711Z] 0f74e9ff2a61: Preparing [2021-04-20T16:08:34.711Z] b122376c33c6: Preparing [2021-04-20T16:08:34.711Z] f8381ed47b22: Preparing [2021-04-20T16:08:34.711Z] e934a737d657: Preparing [2021-04-20T16:08:34.711Z] 0f74e9ff2a61: Waiting [2021-04-20T16:08:34.711Z] b122376c33c6: Waiting [2021-04-20T16:08:34.711Z] e934a737d657: Waiting [2021-04-20T16:08:34.711Z] f8381ed47b22: Waiting [2021-04-20T16:08:34.711Z] fa1afe8e6ed9: Waiting [2021-04-20T16:08:34.711Z] 87a09b4c083e: Waiting [2021-04-20T16:08:34.981Z] 5a579f226a20: Layer already exists [2021-04-20T16:08:34.981Z] ce45ffc715a9: Layer already exists [2021-04-20T16:08:34.981Z] d6b7190b230b: Layer already exists [2021-04-20T16:08:34.981Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T16:08:34.981Z] 45eefc2c4a3e: Layer already exists [2021-04-20T16:08:34.981Z] fa1afe8e6ed9: Layer already exists [2021-04-20T16:08:34.981Z] 0f74e9ff2a61: Layer already exists [2021-04-20T16:08:34.981Z] 87a09b4c083e: Layer already exists [2021-04-20T16:08:34.981Z] f8381ed47b22: Layer already exists [2021-04-20T16:08:34.981Z] b122376c33c6: Layer already exists [2021-04-20T16:08:34.981Z] e934a737d657: Layer already exists [2021-04-20T16:08:34.981Z] master: digest: sha256:385b583560125ee56d1ba314e569c8ad5eacdb2e5d6b9f4524e475f859a5946b size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T16:08:35.043Z] ===================================================== [Pipeline] echo [2021-04-20T16:08:35.058Z] taggedImages: [2021-04-20T16:08:35.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1 [2021-04-20T16:08:35.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.181 [2021-04-20T16:08:35.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffeef0baf9084ef973288a9a81981f0cc896aaf1-2.0.0-dev.181 [2021-04-20T16:08:35.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:08:35.513Z] ---> job-cost.sh [2021-04-20T16:08:35.513Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wtqs [2021-04-20T16:09:32.031Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T16:11:38.840Z] lf-activate-venv(): INFO: Adding /tmp/venv-Wtqs/bin to PATH [2021-04-20T16:11:38.840Z] INFO: No Stack... [2021-04-20T16:11:38.840Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T16:11:38.840Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T16:11:39.183Z] + + cut -d,cat -f6 /w/workspace/edgex-go/449/archives/cost.csv [2021-04-20T16:11:39.183Z] [Pipeline] lock [2021-04-20T16:11:39.323Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-449-stack-cost] [2021-04-20T16:11:39.331Z] Resource [jenkins-edgexfoundry-edgex-go-master-449-stack-cost] did not exist. Created. [2021-04-20T16:11:39.332Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-449-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T16:11:39.705Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T16:11:40.593Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T16:11:40.603Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-449-stack-cost] [Pipeline] // lock [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-04-20T16:11:41.525Z] provisioning config files... [2021-04-20T16:11:41.538Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/449@tmp/config2330656014258276472tmp [Pipeline] { [Pipeline] sh [2021-04-20T16:11:41.864Z] + set +x [2021-04-20T16:11:41.864Z] + curl -s https://codecov.io/bash [2021-04-20T16:11:41.864Z] + bash -s -- [2021-04-20T16:11:42.440Z] [2021-04-20T16:11:42.440Z] _____ _ [2021-04-20T16:11:42.440Z] / ____| | | [2021-04-20T16:11:42.440Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T16:11:42.440Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T16:11:42.440Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T16:11:42.440Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T16:11:42.440Z] Bash-1.0.2 [2021-04-20T16:11:42.440Z] [2021-04-20T16:11:42.440Z] [2021-04-20T16:11:42.440Z] ==> git version 2.24.3 found [2021-04-20T16:11:42.440Z] ==> 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-04-20T16:11:42.440Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T16:11:42.440Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T16:11:42.440Z] ==> Jenkins CI detected. [2021-04-20T16:11:42.440Z] project root: . [2021-04-20T16:11:42.440Z] --> token set from env [2021-04-20T16:11:42.440Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T16:11:42.440Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T16:11:42.440Z] ==> Python coveragepy not found [2021-04-20T16:11:42.440Z] ==> Searching for coverage reports in: [2021-04-20T16:11:42.440Z] + . [2021-04-20T16:11:42.440Z] -> Found 1 reports [2021-04-20T16:11:42.440Z] ==> Detecting git/mercurial file structure [2021-04-20T16:11:42.440Z] ==> Reading reports [2021-04-20T16:11:42.703Z] + ./coverage.out bytes=703598 [2021-04-20T16:11:42.703Z] ==> Appending adjustments [2021-04-20T16:11:42.703Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T16:11:46.019Z] + Found adjustments [2021-04-20T16:11:46.019Z] ==> Gzipping contents [2021-04-20T16:11:46.282Z] 100K /tmp/codecov.VUKrHI.gz [2021-04-20T16:11:46.282Z] ==> Uploading reports [2021-04-20T16:11:46.282Z] url: https://codecov.io [2021-04-20T16:11:46.282Z] query: branch=master&commit=ffeef0baf9084ef973288a9a81981f0cc896aaf1&build=449&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F449%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T16:11:46.282Z] -> Pinging Codecov [2021-04-20T16:11:46.282Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=ffeef0baf9084ef973288a9a81981f0cc896aaf1&build=449&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F449%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T16:11:46.864Z] -> Uploading to [2021-04-20T16:11:46.864Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/ffeef0baf9084ef973288a9a81981f0cc896aaf1/1eca7af9-a248-4c29-8308-595c5113bd81.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T161146Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5cbcacfcc527d192b0a858d110e02d9ab83d4b56c29d5020a80563f98772d344 [2021-04-20T16:11:46.864Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:11:46.864Z] Dload Upload Total Spent Left Speed [2021-04-20T16:11:47.126Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 184k --:--:-- --:--:-- --:--:-- 185k [2021-04-20T16:11:47.126Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ffeef0baf9084ef973288a9a81981f0cc896aaf1 [Pipeline] } [2021-04-20T16:11:47.136Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-20T16:11:47.939Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-20T16:11:47.964Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:11:48.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T16:11:48.545Z] [2021-04-20T16:11:48.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:11:48.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T16:11:48.865Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-20T16:11:48.865Z] 188c0c94c7c5: Already exists [2021-04-20T16:11:48.865Z] 0ef7d3d256c8: Already exists [2021-04-20T16:11:48.865Z] de9db76c5a1d: Already exists [2021-04-20T16:11:48.865Z] 0eba1c9be4d2: Pulling fs layer [2021-04-20T16:11:48.865Z] 0d57e429df01: Pulling fs layer [2021-04-20T16:11:48.865Z] 4e4be7b47b0d: Pulling fs layer [2021-04-20T16:11:48.865Z] e1f770b5df2f: Pulling fs layer [2021-04-20T16:11:48.865Z] 85a0685a4137: Pulling fs layer [2021-04-20T16:11:48.865Z] e1f770b5df2f: Waiting [2021-04-20T16:11:48.866Z] 85a0685a4137: Waiting [2021-04-20T16:11:48.866Z] 0d57e429df01: Download complete [2021-04-20T16:11:48.866Z] 4e4be7b47b0d: Verifying Checksum [2021-04-20T16:11:48.866Z] 4e4be7b47b0d: Download complete [2021-04-20T16:11:50.791Z] e1f770b5df2f: Verifying Checksum [2021-04-20T16:11:50.791Z] e1f770b5df2f: Download complete [2021-04-20T16:11:52.712Z] 85a0685a4137: Verifying Checksum [2021-04-20T16:11:52.712Z] 85a0685a4137: Download complete [2021-04-20T16:11:52.977Z] 0eba1c9be4d2: Verifying Checksum [2021-04-20T16:11:52.977Z] 0eba1c9be4d2: Download complete [2021-04-20T16:11:58.327Z] 0eba1c9be4d2: Pull complete [2021-04-20T16:11:58.589Z] 0d57e429df01: Pull complete [2021-04-20T16:11:58.851Z] 4e4be7b47b0d: Pull complete [2021-04-20T16:12:02.183Z] e1f770b5df2f: Pull complete [2021-04-20T16:12:14.460Z] 85a0685a4137: Pull complete [2021-04-20T16:12:14.460Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-20T16:12:14.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T16:12:14.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-20T16:12:14.716Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T16:12:14.775Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-20T16:12:16.173Z] $ docker top 088624c926587aad44c525d188613e1e6027fcefa44b650bbd2aef37eb527731 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T16:12:16.407Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-20T16:12:16.743Z] + set -o pipefail [2021-04-20T16:12:16.743Z] + snyk monitor '--org=edgex-jenkins' [2021-04-20T16:12:26.834Z] [2021-04-20T16:12:26.834Z] Monitoring /w/workspace/edgex-go/449 (github.com/edgexfoundry/edgex-go)... [2021-04-20T16:12:26.834Z] [2021-04-20T16:12:26.834Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a93093be-805e-4100-aca4-8020aac8bbed [2021-04-20T16:12:26.834Z] [2021-04-20T16:12:26.834Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-20T16:12:26.834Z] [2021-04-20T16:12:26.834Z] [2021-04-20T16:12:26.834Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-20T16:12:26.834Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-20T16:12:26.850Z] $ docker stop --time=1 088624c926587aad44c525d188613e1e6027fcefa44b650bbd2aef37eb527731 [2021-04-20T16:12:30.559Z] $ docker rm -f 088624c926587aad44c525d188613e1e6027fcefa44b650bbd2aef37eb527731 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-20T16:12:31.656Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T16:12:31.676Z] provisioning config files... [2021-04-20T16:12:31.688Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/449@tmp/config4741018754337084945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:12:32.013Z] --> edgex-publish-swagger.sh [2021-04-20T16:12:32.013Z] === Publish openapi/v1 API === [2021-04-20T16:12:32.013Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-20T16:12:32.013Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/449/openapi/v1/core-command.yaml] [2021-04-20T16:12:32.013Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:32.013Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:33.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9063 0:00:01 0:00:01 --:--:-- 9070 100 10522 0 0 100 10522 0 9061 0:00:01 0:00:01 --:--:-- 9070 [2021-04-20T16:12:33.404Z] [2021-04-20T16:12:33.404Z] [2021-04-20T16:12:33.404Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/449/openapi/v1/core-data.yaml] [2021-04-20T16:12:33.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:33.404Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:34.353Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29689 0:00:01 0:00:01 --:--:-- 29705 100 32557 0 0 100 32557 0 29682 0:00:01 0:00:01 --:--:-- 29705 [2021-04-20T16:12:34.353Z] [2021-04-20T16:12:34.353Z] [2021-04-20T16:12:34.353Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/449/openapi/v1/core-metadata.yaml] [2021-04-20T16:12:34.353Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:34.353Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:35.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64918 0:00:01 0:00:01 --:--:-- 64952 100 73721 0 0 100 73721 0 64908 0:00:01 0:00:01 --:--:-- 64952 [2021-04-20T16:12:35.301Z] [2021-04-20T16:12:35.301Z] [2021-04-20T16:12:35.301Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/449/openapi/v1/support-logging.yaml] [2021-04-20T16:12:35.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:35.301Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:36.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12532 0:00:01 0:00:01 --:--:-- 12540 100 13581 0 0 100 13581 0 12530 0:00:01 0:00:01 --:--:-- 12540 [2021-04-20T16:12:36.694Z] [2021-04-20T16:12:36.694Z] [2021-04-20T16:12:36.694Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/449/openapi/v1/support-notifications.yaml] [2021-04-20T16:12:36.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:36.694Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:37.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 37384 0:00:01 0:00:01 --:--:-- 37394 [2021-04-20T16:12:37.639Z] [2021-04-20T16:12:37.639Z] [2021-04-20T16:12:37.639Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/449/openapi/v1/support-scheduler.yaml] [2021-04-20T16:12:37.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:37.639Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:38.585Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 17301 --:--:-- --:--:-- --:--:-- 17292 [2021-04-20T16:12:38.585Z] [2021-04-20T16:12:38.585Z] [2021-04-20T16:12:38.585Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/449/openapi/v1/system-agent.yaml] [2021-04-20T16:12:38.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:38.585Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:39.532Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3432 0:00:01 0:00:01 --:--:-- 3433 100 4110 0 0 100 4110 0 3432 0:00:01 0:00:01 --:--:-- 3433 [2021-04-20T16:12:39.532Z] [2021-04-20T16:12:39.532Z] [2021-04-20T16:12:39.532Z] === Publish openapi/v2 API === [2021-04-20T16:12:39.532Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-20T16:12:39.532Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/449/openapi/v2/core-command.yaml] [2021-04-20T16:12:39.532Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:39.532Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:40.742Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 31570 --:--:-- --:--:-- --:--:-- 31550 [2021-04-20T16:12:40.742Z] [2021-04-20T16:12:40.742Z] [2021-04-20T16:12:40.742Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/449/openapi/v2/core-data.yaml] [2021-04-20T16:12:40.742Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:40.742Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:41.690Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 57373 --:--:-- --:--:-- --:--:-- 57336 [2021-04-20T16:12:41.690Z] [2021-04-20T16:12:41.690Z] [2021-04-20T16:12:41.690Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/449/openapi/v2/core-metadata.yaml] [2021-04-20T16:12:41.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:41.690Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:42.636Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 118k 0 0 100 118k 0 102k 0:00:01 0:00:01 --:--:-- 102k [2021-04-20T16:12:42.637Z] [2021-04-20T16:12:42.637Z] [2021-04-20T16:12:42.637Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/449/openapi/v2/support-notifications.yaml] [2021-04-20T16:12:42.637Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:42.637Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:44.025Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 73835 0:00:01 0:00:01 --:--:-- 73855 100 75628 0 0 100 75628 0 73820 0:00:01 0:00:01 --:--:-- 73855 [2021-04-20T16:12:44.025Z] [2021-04-20T16:12:44.025Z] [2021-04-20T16:12:44.025Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/449/openapi/v2/support-scheduler.yaml] [2021-04-20T16:12:44.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:44.025Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:44.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 35326 0:00:01 0:00:01 --:--:-- 35354 100 37617 0 0 100 37617 0 35320 0:00:01 0:00:01 --:--:-- 35354 [2021-04-20T16:12:44.973Z] [2021-04-20T16:12:44.973Z] [2021-04-20T16:12:44.973Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/449/openapi/v2/system-agent.yaml] [2021-04-20T16:12:44.973Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:12:44.973Z] Dload Upload Total Spent Left Speed [2021-04-20T16:12:46.365Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 19727 0:00:01 0:00:01 --:--:-- 19747 100 24092 0 0 100 24092 0 18053 0:00:01 0:00:01 --:--:-- 18059 [2021-04-20T16:12:46.365Z] [2021-04-20T16:12:46.365Z] [Pipeline] } [2021-04-20T16:12:46.377Z] 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-04-20T16:12:46.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T16:12:46.855Z] . [Pipeline] withDockerContainer [2021-04-20T16:12:46.968Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T16:12:47.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T16:12:48.022Z] $ docker top 36c8cac4196b932600543d5be13c7f8e9aae9de0594302b09092aa329f08c481 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T16:12:48.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T16:12:48.218Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T16:12:48.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T16:12:48.503Z] $ docker exec 36c8cac4196b932600543d5be13c7f8e9aae9de0594302b09092aa329f08c481 ssh-agent [2021-04-20T16:12:48.694Z] SSH_AUTH_SOCK=/tmp/ssh-L1m6aFsNfBTn/agent.11 [2021-04-20T16:12:48.694Z] SSH_AGENT_PID=16 [2021-04-20T16:12:48.702Z] Running ssh-add (command line suppressed) [2021-04-20T16:12:48.835Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_266385940476238358.key (/w/workspace/edgex-go/449@tmp/private_key_266385940476238358.key) [2021-04-20T16:12:48.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T16:12:49.206Z] + git semver tag [2021-04-20T16:12:49.781Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T16:12:49.781Z] # $GIT_DIR = /w/workspace/edgex-go/449/.git [2021-04-20T16:12:49.781Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/449 [2021-04-20T16:12:49.781Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T16:12:49.781Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T16:12:49.781Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T16:12:49.781Z] # $SEMVER_BRANCH = master [2021-04-20T16:12:49.781Z] # $SEMVER_DIR = /w/workspace/edgex-go/449/.semver [2021-04-20T16:12:49.781Z] # ffeef0baf9084ef973288a9a81981f0cc896aaf1 HEAD [2021-04-20T16:12:50.354Z] # -> Force: false [2021-04-20T16:12:50.354Z] # 2e54cbfcb15101f552ea2260328e3fbbfeea69d2 refs/tags/v2.0.0-dev.181 [Pipeline] } [2021-04-20T16:12:50.365Z] $ docker exec --env ******** --env ******** 36c8cac4196b932600543d5be13c7f8e9aae9de0594302b09092aa329f08c481 ssh-agent -k [2021-04-20T16:12:50.504Z] unset SSH_AUTH_SOCK; [2021-04-20T16:12:50.504Z] unset SSH_AGENT_PID; [2021-04-20T16:12:50.505Z] echo Agent pid 16 killed; [2021-04-20T16:12:50.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T16:12:50.914Z] + git semver [Pipeline] } [2021-04-20T16:12:50.931Z] $ docker stop --time=1 36c8cac4196b932600543d5be13c7f8e9aae9de0594302b09092aa329f08c481 [2021-04-20T16:12:52.306Z] $ docker rm -f 36c8cac4196b932600543d5be13c7f8e9aae9de0594302b09092aa329f08c481 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:12:52.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T16:12:52.835Z] [2021-04-20T16:12:52.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:12:53.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T16:12:53.160Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-20T16:12:53.160Z] ab5ef0e58194: Pulling fs layer [2021-04-20T16:12:53.160Z] 9712f1f96733: Pulling fs layer [2021-04-20T16:12:53.160Z] 63f879dbbcfc: Pulling fs layer [2021-04-20T16:12:53.160Z] 0d9ebad4ef96: Pulling fs layer [2021-04-20T16:12:53.160Z] e9a5061849ea: Pulling fs layer [2021-04-20T16:12:53.160Z] d747dcd14b5f: Pulling fs layer [2021-04-20T16:12:53.160Z] 2de7ff778b66: Pulling fs layer [2021-04-20T16:12:53.160Z] 0d9ebad4ef96: Waiting [2021-04-20T16:12:53.160Z] e9a5061849ea: Waiting [2021-04-20T16:12:53.160Z] d747dcd14b5f: Waiting [2021-04-20T16:12:53.160Z] 2de7ff778b66: Waiting [2021-04-20T16:12:53.160Z] 9712f1f96733: Verifying Checksum [2021-04-20T16:12:53.160Z] 9712f1f96733: Download complete [2021-04-20T16:12:54.557Z] 63f879dbbcfc: Verifying Checksum [2021-04-20T16:12:54.557Z] 63f879dbbcfc: Download complete [2021-04-20T16:12:54.820Z] e9a5061849ea: Verifying Checksum [2021-04-20T16:12:54.820Z] e9a5061849ea: Download complete [2021-04-20T16:12:54.820Z] d747dcd14b5f: Download complete [2021-04-20T16:12:55.397Z] 2de7ff778b66: Verifying Checksum [2021-04-20T16:12:55.397Z] 2de7ff778b66: Download complete [2021-04-20T16:12:55.397Z] 0d9ebad4ef96: Download complete [2021-04-20T16:12:55.657Z] ab5ef0e58194: Verifying Checksum [2021-04-20T16:12:55.657Z] ab5ef0e58194: Download complete [2021-04-20T16:13:00.995Z] ab5ef0e58194: Pull complete [2021-04-20T16:13:00.995Z] 9712f1f96733: Pull complete [2021-04-20T16:13:03.569Z] 63f879dbbcfc: Pull complete [2021-04-20T16:13:10.204Z] 0d9ebad4ef96: Pull complete [2021-04-20T16:13:12.128Z] e9a5061849ea: Pull complete [2021-04-20T16:13:12.397Z] d747dcd14b5f: Pull complete [2021-04-20T16:13:15.814Z] 2de7ff778b66: Pull complete [2021-04-20T16:13:15.814Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-20T16:13:15.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T16:13:15.814Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-20T16:13:16.060Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T16:13:16.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-20T16:13:19.663Z] $ docker top 902b5b4ad36cc61cd5fb3161ff44f916660d4c7ae54b89a216ea839f5e276749 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-20T16:13:19.820Z] provisioning config files... [2021-04-20T16:13:19.829Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/449@tmp/config4995333292283152234tmp [2021-04-20T16:13:19.845Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/449@tmp/config3830106108063299066tmp [2021-04-20T16:13:19.860Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/449@tmp/config4483358290459278266tmp [Pipeline] { [Pipeline] echo [2021-04-20T16:13:19.881Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:13:20.186Z] ---> sigul-configuration.sh [2021-04-20T16:13:20.186Z] gpg: directory `/root/.gnupg' created [2021-04-20T16:13:20.186Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-20T16:13:20.186Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-20T16:13:20.186Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-20T16:13:20.186Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-20T16:13:20.186Z] gpg: CAST5 encrypted data [2021-04-20T16:13:20.448Z] gpg: encrypted with 1 passphrase [2021-04-20T16:13:20.448Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-20T16:13:20.752Z] + mkdir /home/jenkins [2021-04-20T16:13:20.752Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-20T16:13:21.056Z] + 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-04-20T16:13:21.067Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:13:21.367Z] ---> sigul-install.sh [2021-04-20T16:13:27.962Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-20T16:13:28.262Z] + git tag --list [2021-04-20T16:13:28.262Z] 0.6.0 [2021-04-20T16:13:28.262Z] 0.6.1 [2021-04-20T16:13:28.262Z] 0.7.0 [2021-04-20T16:13:28.262Z] 0.7.1 [2021-04-20T16:13:28.262Z] v0.0.0 [2021-04-20T16:13:28.262Z] v0.0.1-dev.1 [2021-04-20T16:13:28.262Z] v1.0.0 [2021-04-20T16:13:28.262Z] v1.0.1 [2021-04-20T16:13:28.262Z] v1.1.0 [2021-04-20T16:13:28.262Z] v1.2.0 [2021-04-20T16:13:28.262Z] v1.2.1 [2021-04-20T16:13:28.262Z] v1.2.2-dev.1 [2021-04-20T16:13:28.262Z] v1.2.2-dev.10 [2021-04-20T16:13:28.262Z] v1.2.2-dev.100 [2021-04-20T16:13:28.262Z] v1.2.2-dev.101 [2021-04-20T16:13:28.262Z] v1.2.2-dev.102 [2021-04-20T16:13:28.262Z] v1.2.2-dev.103 [2021-04-20T16:13:28.262Z] v1.2.2-dev.104 [2021-04-20T16:13:28.262Z] v1.2.2-dev.105 [2021-04-20T16:13:28.262Z] v1.2.2-dev.106 [2021-04-20T16:13:28.262Z] v1.2.2-dev.107 [2021-04-20T16:13:28.262Z] v1.2.2-dev.11 [2021-04-20T16:13:28.262Z] v1.2.2-dev.12 [2021-04-20T16:13:28.262Z] v1.2.2-dev.13 [2021-04-20T16:13:28.262Z] v1.2.2-dev.14 [2021-04-20T16:13:28.262Z] v1.2.2-dev.15 [2021-04-20T16:13:28.262Z] v1.2.2-dev.16 [2021-04-20T16:13:28.262Z] v1.2.2-dev.17 [2021-04-20T16:13:28.262Z] v1.2.2-dev.18 [2021-04-20T16:13:28.262Z] v1.2.2-dev.19 [2021-04-20T16:13:28.262Z] v1.2.2-dev.2 [2021-04-20T16:13:28.262Z] v1.2.2-dev.20 [2021-04-20T16:13:28.262Z] v1.2.2-dev.21 [2021-04-20T16:13:28.262Z] v1.2.2-dev.22 [2021-04-20T16:13:28.262Z] v1.2.2-dev.23 [2021-04-20T16:13:28.262Z] v1.2.2-dev.24 [2021-04-20T16:13:28.262Z] v1.2.2-dev.25 [2021-04-20T16:13:28.262Z] v1.2.2-dev.26 [2021-04-20T16:13:28.262Z] v1.2.2-dev.27 [2021-04-20T16:13:28.262Z] v1.2.2-dev.28 [2021-04-20T16:13:28.262Z] v1.2.2-dev.29 [2021-04-20T16:13:28.262Z] v1.2.2-dev.3 [2021-04-20T16:13:28.262Z] v1.2.2-dev.30 [2021-04-20T16:13:28.262Z] v1.2.2-dev.31 [2021-04-20T16:13:28.262Z] v1.2.2-dev.32 [2021-04-20T16:13:28.262Z] v1.2.2-dev.33 [2021-04-20T16:13:28.262Z] v1.2.2-dev.34 [2021-04-20T16:13:28.262Z] v1.2.2-dev.35 [2021-04-20T16:13:28.262Z] v1.2.2-dev.36 [2021-04-20T16:13:28.262Z] v1.2.2-dev.37 [2021-04-20T16:13:28.262Z] v1.2.2-dev.38 [2021-04-20T16:13:28.262Z] v1.2.2-dev.39 [2021-04-20T16:13:28.262Z] v1.2.2-dev.4 [2021-04-20T16:13:28.262Z] v1.2.2-dev.40 [2021-04-20T16:13:28.262Z] v1.2.2-dev.41 [2021-04-20T16:13:28.262Z] v1.2.2-dev.42 [2021-04-20T16:13:28.262Z] v1.2.2-dev.43 [2021-04-20T16:13:28.262Z] v1.2.2-dev.44 [2021-04-20T16:13:28.262Z] v1.2.2-dev.45 [2021-04-20T16:13:28.262Z] v1.2.2-dev.46 [2021-04-20T16:13:28.262Z] v1.2.2-dev.47 [2021-04-20T16:13:28.262Z] v1.2.2-dev.48 [2021-04-20T16:13:28.262Z] v1.2.2-dev.49 [2021-04-20T16:13:28.262Z] v1.2.2-dev.5 [2021-04-20T16:13:28.262Z] v1.2.2-dev.50 [2021-04-20T16:13:28.262Z] v1.2.2-dev.51 [2021-04-20T16:13:28.262Z] v1.2.2-dev.52 [2021-04-20T16:13:28.262Z] v1.2.2-dev.53 [2021-04-20T16:13:28.262Z] v1.2.2-dev.54 [2021-04-20T16:13:28.262Z] v1.2.2-dev.55 [2021-04-20T16:13:28.262Z] v1.2.2-dev.56 [2021-04-20T16:13:28.262Z] v1.2.2-dev.57 [2021-04-20T16:13:28.262Z] v1.2.2-dev.58 [2021-04-20T16:13:28.262Z] v1.2.2-dev.59 [2021-04-20T16:13:28.262Z] v1.2.2-dev.6 [2021-04-20T16:13:28.262Z] v1.2.2-dev.60 [2021-04-20T16:13:28.262Z] v1.2.2-dev.61 [2021-04-20T16:13:28.262Z] v1.2.2-dev.62 [2021-04-20T16:13:28.262Z] v1.2.2-dev.63 [2021-04-20T16:13:28.262Z] v1.2.2-dev.64 [2021-04-20T16:13:28.262Z] v1.2.2-dev.65 [2021-04-20T16:13:28.262Z] v1.2.2-dev.66 [2021-04-20T16:13:28.262Z] v1.2.2-dev.67 [2021-04-20T16:13:28.262Z] v1.2.2-dev.68 [2021-04-20T16:13:28.262Z] v1.2.2-dev.69 [2021-04-20T16:13:28.262Z] v1.2.2-dev.7 [2021-04-20T16:13:28.262Z] v1.2.2-dev.70 [2021-04-20T16:13:28.262Z] v1.2.2-dev.71 [2021-04-20T16:13:28.262Z] v1.2.2-dev.72 [2021-04-20T16:13:28.262Z] v1.2.2-dev.73 [2021-04-20T16:13:28.262Z] v1.2.2-dev.74 [2021-04-20T16:13:28.262Z] v1.2.2-dev.75 [2021-04-20T16:13:28.262Z] v1.2.2-dev.76 [2021-04-20T16:13:28.262Z] v1.2.2-dev.77 [2021-04-20T16:13:28.262Z] v1.2.2-dev.78 [2021-04-20T16:13:28.262Z] v1.2.2-dev.79 [2021-04-20T16:13:28.262Z] v1.2.2-dev.8 [2021-04-20T16:13:28.262Z] v1.2.2-dev.80 [2021-04-20T16:13:28.262Z] v1.2.2-dev.81 [2021-04-20T16:13:28.262Z] v1.2.2-dev.82 [2021-04-20T16:13:28.262Z] v1.2.2-dev.83 [2021-04-20T16:13:28.262Z] v1.2.2-dev.84 [2021-04-20T16:13:28.262Z] v1.2.2-dev.85 [2021-04-20T16:13:28.262Z] v1.2.2-dev.86 [2021-04-20T16:13:28.262Z] v1.2.2-dev.87 [2021-04-20T16:13:28.262Z] v1.2.2-dev.88 [2021-04-20T16:13:28.262Z] v1.2.2-dev.89 [2021-04-20T16:13:28.262Z] v1.2.2-dev.9 [2021-04-20T16:13:28.262Z] v1.2.2-dev.90 [2021-04-20T16:13:28.262Z] v1.2.2-dev.91 [2021-04-20T16:13:28.262Z] v1.2.2-dev.92 [2021-04-20T16:13:28.262Z] v1.2.2-dev.93 [2021-04-20T16:13:28.262Z] v1.2.2-dev.94 [2021-04-20T16:13:28.262Z] v1.2.2-dev.95 [2021-04-20T16:13:28.262Z] v1.2.2-dev.96 [2021-04-20T16:13:28.262Z] v1.2.2-dev.97 [2021-04-20T16:13:28.262Z] v1.2.2-dev.98 [2021-04-20T16:13:28.262Z] v1.2.2-dev.99 [2021-04-20T16:13:28.262Z] v1.3.0 [2021-04-20T16:13:28.262Z] v1.3.1 [2021-04-20T16:13:28.262Z] v1.3.1-dev.1 [2021-04-20T16:13:28.262Z] v1.3.1-dev.10 [2021-04-20T16:13:28.262Z] v1.3.1-dev.11 [2021-04-20T16:13:28.262Z] v1.3.1-dev.12 [2021-04-20T16:13:28.262Z] v1.3.1-dev.13 [2021-04-20T16:13:28.262Z] v1.3.1-dev.14 [2021-04-20T16:13:28.262Z] v1.3.1-dev.15 [2021-04-20T16:13:28.262Z] v1.3.1-dev.16 [2021-04-20T16:13:28.262Z] v1.3.1-dev.17 [2021-04-20T16:13:28.262Z] v1.3.1-dev.18 [2021-04-20T16:13:28.262Z] v1.3.1-dev.2 [2021-04-20T16:13:28.262Z] v1.3.1-dev.3 [2021-04-20T16:13:28.262Z] v1.3.1-dev.4 [2021-04-20T16:13:28.262Z] v1.3.1-dev.5 [2021-04-20T16:13:28.262Z] v1.3.1-dev.6 [2021-04-20T16:13:28.262Z] v1.3.1-dev.7 [2021-04-20T16:13:28.262Z] v1.3.1-dev.8 [2021-04-20T16:13:28.262Z] v1.3.1-dev.9 [2021-04-20T16:13:28.262Z] v2.0.0-dev.1 [2021-04-20T16:13:28.262Z] v2.0.0-dev.10 [2021-04-20T16:13:28.262Z] v2.0.0-dev.100 [2021-04-20T16:13:28.262Z] v2.0.0-dev.101 [2021-04-20T16:13:28.262Z] v2.0.0-dev.102 [2021-04-20T16:13:28.262Z] v2.0.0-dev.103 [2021-04-20T16:13:28.262Z] v2.0.0-dev.104 [2021-04-20T16:13:28.262Z] v2.0.0-dev.105 [2021-04-20T16:13:28.262Z] v2.0.0-dev.106 [2021-04-20T16:13:28.262Z] v2.0.0-dev.107 [2021-04-20T16:13:28.262Z] v2.0.0-dev.108 [2021-04-20T16:13:28.262Z] v2.0.0-dev.109 [2021-04-20T16:13:28.262Z] v2.0.0-dev.11 [2021-04-20T16:13:28.262Z] v2.0.0-dev.110 [2021-04-20T16:13:28.262Z] v2.0.0-dev.111 [2021-04-20T16:13:28.262Z] v2.0.0-dev.112 [2021-04-20T16:13:28.262Z] v2.0.0-dev.113 [2021-04-20T16:13:28.262Z] v2.0.0-dev.114 [2021-04-20T16:13:28.262Z] v2.0.0-dev.115 [2021-04-20T16:13:28.262Z] v2.0.0-dev.116 [2021-04-20T16:13:28.262Z] v2.0.0-dev.117 [2021-04-20T16:13:28.262Z] v2.0.0-dev.118 [2021-04-20T16:13:28.262Z] v2.0.0-dev.119 [2021-04-20T16:13:28.262Z] v2.0.0-dev.12 [2021-04-20T16:13:28.262Z] v2.0.0-dev.120 [2021-04-20T16:13:28.262Z] v2.0.0-dev.121 [2021-04-20T16:13:28.262Z] v2.0.0-dev.122 [2021-04-20T16:13:28.262Z] v2.0.0-dev.123 [2021-04-20T16:13:28.262Z] v2.0.0-dev.124 [2021-04-20T16:13:28.262Z] v2.0.0-dev.125 [2021-04-20T16:13:28.262Z] v2.0.0-dev.126 [2021-04-20T16:13:28.262Z] v2.0.0-dev.127 [2021-04-20T16:13:28.262Z] v2.0.0-dev.128 [2021-04-20T16:13:28.262Z] v2.0.0-dev.129 [2021-04-20T16:13:28.262Z] v2.0.0-dev.13 [2021-04-20T16:13:28.262Z] v2.0.0-dev.130 [2021-04-20T16:13:28.262Z] v2.0.0-dev.131 [2021-04-20T16:13:28.262Z] v2.0.0-dev.132 [2021-04-20T16:13:28.262Z] v2.0.0-dev.133 [2021-04-20T16:13:28.262Z] v2.0.0-dev.134 [2021-04-20T16:13:28.262Z] v2.0.0-dev.135 [2021-04-20T16:13:28.262Z] v2.0.0-dev.136 [2021-04-20T16:13:28.262Z] v2.0.0-dev.137 [2021-04-20T16:13:28.262Z] v2.0.0-dev.138 [2021-04-20T16:13:28.262Z] v2.0.0-dev.139 [2021-04-20T16:13:28.262Z] v2.0.0-dev.14 [2021-04-20T16:13:28.262Z] v2.0.0-dev.140 [2021-04-20T16:13:28.262Z] v2.0.0-dev.141 [2021-04-20T16:13:28.262Z] v2.0.0-dev.142 [2021-04-20T16:13:28.262Z] v2.0.0-dev.143 [2021-04-20T16:13:28.262Z] v2.0.0-dev.144 [2021-04-20T16:13:28.262Z] v2.0.0-dev.145 [2021-04-20T16:13:28.262Z] v2.0.0-dev.146 [2021-04-20T16:13:28.262Z] v2.0.0-dev.147 [2021-04-20T16:13:28.262Z] v2.0.0-dev.148 [2021-04-20T16:13:28.262Z] v2.0.0-dev.149 [2021-04-20T16:13:28.262Z] v2.0.0-dev.15 [2021-04-20T16:13:28.262Z] v2.0.0-dev.150 [2021-04-20T16:13:28.262Z] v2.0.0-dev.151 [2021-04-20T16:13:28.262Z] v2.0.0-dev.152 [2021-04-20T16:13:28.262Z] v2.0.0-dev.153 [2021-04-20T16:13:28.262Z] v2.0.0-dev.154 [2021-04-20T16:13:28.262Z] v2.0.0-dev.155 [2021-04-20T16:13:28.262Z] v2.0.0-dev.156 [2021-04-20T16:13:28.262Z] v2.0.0-dev.157 [2021-04-20T16:13:28.262Z] v2.0.0-dev.158 [2021-04-20T16:13:28.262Z] v2.0.0-dev.159 [2021-04-20T16:13:28.262Z] v2.0.0-dev.16 [2021-04-20T16:13:28.262Z] v2.0.0-dev.160 [2021-04-20T16:13:28.262Z] v2.0.0-dev.161 [2021-04-20T16:13:28.262Z] v2.0.0-dev.162 [2021-04-20T16:13:28.262Z] v2.0.0-dev.163 [2021-04-20T16:13:28.262Z] v2.0.0-dev.164 [2021-04-20T16:13:28.262Z] v2.0.0-dev.165 [2021-04-20T16:13:28.262Z] v2.0.0-dev.166 [2021-04-20T16:13:28.262Z] v2.0.0-dev.167 [2021-04-20T16:13:28.262Z] v2.0.0-dev.168 [2021-04-20T16:13:28.262Z] v2.0.0-dev.169 [2021-04-20T16:13:28.262Z] v2.0.0-dev.17 [2021-04-20T16:13:28.262Z] v2.0.0-dev.170 [2021-04-20T16:13:28.262Z] v2.0.0-dev.171 [2021-04-20T16:13:28.262Z] v2.0.0-dev.172 [2021-04-20T16:13:28.262Z] v2.0.0-dev.173 [2021-04-20T16:13:28.262Z] v2.0.0-dev.174 [2021-04-20T16:13:28.262Z] v2.0.0-dev.175 [2021-04-20T16:13:28.262Z] v2.0.0-dev.176 [2021-04-20T16:13:28.262Z] v2.0.0-dev.177 [2021-04-20T16:13:28.262Z] v2.0.0-dev.178 [2021-04-20T16:13:28.262Z] v2.0.0-dev.179 [2021-04-20T16:13:28.262Z] v2.0.0-dev.18 [2021-04-20T16:13:28.262Z] v2.0.0-dev.180 [2021-04-20T16:13:28.262Z] v2.0.0-dev.181 [2021-04-20T16:13:28.262Z] v2.0.0-dev.19 [2021-04-20T16:13:28.262Z] v2.0.0-dev.2 [2021-04-20T16:13:28.262Z] v2.0.0-dev.20 [2021-04-20T16:13:28.262Z] v2.0.0-dev.21 [2021-04-20T16:13:28.262Z] v2.0.0-dev.22 [2021-04-20T16:13:28.262Z] v2.0.0-dev.23 [2021-04-20T16:13:28.262Z] v2.0.0-dev.24 [2021-04-20T16:13:28.262Z] v2.0.0-dev.25 [2021-04-20T16:13:28.262Z] v2.0.0-dev.26 [2021-04-20T16:13:28.262Z] v2.0.0-dev.27 [2021-04-20T16:13:28.262Z] v2.0.0-dev.28 [2021-04-20T16:13:28.262Z] v2.0.0-dev.29 [2021-04-20T16:13:28.262Z] v2.0.0-dev.3 [2021-04-20T16:13:28.262Z] v2.0.0-dev.30 [2021-04-20T16:13:28.262Z] v2.0.0-dev.31 [2021-04-20T16:13:28.262Z] v2.0.0-dev.32 [2021-04-20T16:13:28.262Z] v2.0.0-dev.33 [2021-04-20T16:13:28.262Z] v2.0.0-dev.34 [2021-04-20T16:13:28.262Z] v2.0.0-dev.35 [2021-04-20T16:13:28.262Z] v2.0.0-dev.36 [2021-04-20T16:13:28.262Z] v2.0.0-dev.37 [2021-04-20T16:13:28.262Z] v2.0.0-dev.38 [2021-04-20T16:13:28.262Z] v2.0.0-dev.39 [2021-04-20T16:13:28.262Z] v2.0.0-dev.4 [2021-04-20T16:13:28.262Z] v2.0.0-dev.40 [2021-04-20T16:13:28.262Z] v2.0.0-dev.41 [2021-04-20T16:13:28.262Z] v2.0.0-dev.42 [2021-04-20T16:13:28.262Z] v2.0.0-dev.43 [2021-04-20T16:13:28.262Z] v2.0.0-dev.44 [2021-04-20T16:13:28.262Z] v2.0.0-dev.45 [2021-04-20T16:13:28.262Z] v2.0.0-dev.46 [2021-04-20T16:13:28.262Z] v2.0.0-dev.47 [2021-04-20T16:13:28.262Z] v2.0.0-dev.48 [2021-04-20T16:13:28.262Z] v2.0.0-dev.49 [2021-04-20T16:13:28.262Z] v2.0.0-dev.5 [2021-04-20T16:13:28.262Z] v2.0.0-dev.50 [2021-04-20T16:13:28.262Z] v2.0.0-dev.51 [2021-04-20T16:13:28.262Z] v2.0.0-dev.52 [2021-04-20T16:13:28.262Z] v2.0.0-dev.53 [2021-04-20T16:13:28.262Z] v2.0.0-dev.54 [2021-04-20T16:13:28.262Z] v2.0.0-dev.55 [2021-04-20T16:13:28.262Z] v2.0.0-dev.56 [2021-04-20T16:13:28.262Z] v2.0.0-dev.57 [2021-04-20T16:13:28.262Z] v2.0.0-dev.58 [2021-04-20T16:13:28.262Z] v2.0.0-dev.59 [2021-04-20T16:13:28.262Z] v2.0.0-dev.6 [2021-04-20T16:13:28.262Z] v2.0.0-dev.60 [2021-04-20T16:13:28.262Z] v2.0.0-dev.61 [2021-04-20T16:13:28.262Z] v2.0.0-dev.62 [2021-04-20T16:13:28.262Z] v2.0.0-dev.63 [2021-04-20T16:13:28.262Z] v2.0.0-dev.64 [2021-04-20T16:13:28.262Z] v2.0.0-dev.65 [2021-04-20T16:13:28.262Z] v2.0.0-dev.66 [2021-04-20T16:13:28.262Z] v2.0.0-dev.67 [2021-04-20T16:13:28.262Z] v2.0.0-dev.68 [2021-04-20T16:13:28.262Z] v2.0.0-dev.69 [2021-04-20T16:13:28.262Z] v2.0.0-dev.7 [2021-04-20T16:13:28.262Z] v2.0.0-dev.70 [2021-04-20T16:13:28.262Z] v2.0.0-dev.71 [2021-04-20T16:13:28.262Z] v2.0.0-dev.72 [2021-04-20T16:13:28.262Z] v2.0.0-dev.73 [2021-04-20T16:13:28.262Z] v2.0.0-dev.74 [2021-04-20T16:13:28.262Z] v2.0.0-dev.75 [2021-04-20T16:13:28.262Z] v2.0.0-dev.76 [2021-04-20T16:13:28.263Z] v2.0.0-dev.77 [2021-04-20T16:13:28.263Z] v2.0.0-dev.78 [2021-04-20T16:13:28.263Z] v2.0.0-dev.79 [2021-04-20T16:13:28.263Z] v2.0.0-dev.8 [2021-04-20T16:13:28.263Z] v2.0.0-dev.80 [2021-04-20T16:13:28.263Z] v2.0.0-dev.81 [2021-04-20T16:13:28.263Z] v2.0.0-dev.82 [2021-04-20T16:13:28.263Z] v2.0.0-dev.83 [2021-04-20T16:13:28.263Z] v2.0.0-dev.84 [2021-04-20T16:13:28.263Z] v2.0.0-dev.85 [2021-04-20T16:13:28.263Z] v2.0.0-dev.86 [2021-04-20T16:13:28.263Z] v2.0.0-dev.87 [2021-04-20T16:13:28.263Z] v2.0.0-dev.88 [2021-04-20T16:13:28.263Z] v2.0.0-dev.89 [2021-04-20T16:13:28.263Z] v2.0.0-dev.9 [2021-04-20T16:13:28.263Z] v2.0.0-dev.90 [2021-04-20T16:13:28.263Z] v2.0.0-dev.91 [2021-04-20T16:13:28.263Z] v2.0.0-dev.92 [2021-04-20T16:13:28.263Z] v2.0.0-dev.93 [2021-04-20T16:13:28.263Z] v2.0.0-dev.94 [2021-04-20T16:13:28.263Z] v2.0.0-dev.95 [2021-04-20T16:13:28.263Z] v2.0.0-dev.96 [2021-04-20T16:13:28.263Z] v2.0.0-dev.97 [2021-04-20T16:13:28.263Z] v2.0.0-dev.98 [2021-04-20T16:13:28.263Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-20T16:13:28.559Z] + lftools sign git-tag v2.0.0-dev.181 [2021-04-20T16:13:29.948Z] Signing Git tag with Sigul... [2021-04-20T16:13:29.948Z] Signing v2.0.0-dev.181 [Pipeline] echo [2021-04-20T16:13:31.896Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:13:32.195Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-20T16:13:32.206Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-20T16:13:32.234Z] $ docker stop --time=1 902b5b4ad36cc61cd5fb3161ff44f916660d4c7ae54b89a216ea839f5e276749 [2021-04-20T16:13:34.367Z] $ docker rm -f 902b5b4ad36cc61cd5fb3161ff44f916660d4c7ae54b89a216ea839f5e276749 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:13:34.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T16:13:34.947Z] . [Pipeline] withDockerContainer [2021-04-20T16:13:35.053Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T16:13:35.114Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T16:13:36.094Z] $ docker top cc54b3c17d885b9f0c8ae1629c35e26217ef0c97125b56bf991d60d4a1d214cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T16:13:36.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T16:13:36.282Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T16:13:36.522Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T16:13:36.524Z] $ docker exec cc54b3c17d885b9f0c8ae1629c35e26217ef0c97125b56bf991d60d4a1d214cb ssh-agent [2021-04-20T16:13:36.718Z] SSH_AUTH_SOCK=/tmp/ssh-DfUFVwgzWo5p/agent.11 [2021-04-20T16:13:36.718Z] SSH_AGENT_PID=17 [2021-04-20T16:13:36.728Z] Running ssh-add (command line suppressed) [2021-04-20T16:13:36.866Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_4639005013213345612.key (/w/workspace/edgex-go/449@tmp/private_key_4639005013213345612.key) [2021-04-20T16:13:36.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T16:13:37.232Z] + git semver bump pre [2021-04-20T16:13:37.233Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T16:13:37.233Z] # $GIT_DIR = /w/workspace/edgex-go/449/.git [2021-04-20T16:13:37.233Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/449 [2021-04-20T16:13:37.233Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T16:13:37.233Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T16:13:37.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T16:13:37.233Z] # $SEMVER_BRANCH = master [2021-04-20T16:13:37.233Z] # $SEMVER_DIR = /w/workspace/edgex-go/449/.semver [2021-04-20T16:13:37.233Z] 2.0.0-dev.182 [Pipeline] } [2021-04-20T16:13:37.243Z] $ docker exec --env ******** --env ******** cc54b3c17d885b9f0c8ae1629c35e26217ef0c97125b56bf991d60d4a1d214cb ssh-agent -k [2021-04-20T16:13:37.370Z] unset SSH_AUTH_SOCK; [2021-04-20T16:13:37.370Z] unset SSH_AGENT_PID; [2021-04-20T16:13:37.370Z] echo Agent pid 17 killed; [2021-04-20T16:13:37.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T16:13:37.763Z] + git semver [Pipeline] } [2021-04-20T16:13:37.780Z] $ docker stop --time=1 cc54b3c17d885b9f0c8ae1629c35e26217ef0c97125b56bf991d60d4a1d214cb [2021-04-20T16:13:39.134Z] $ docker rm -f cc54b3c17d885b9f0c8ae1629c35e26217ef0c97125b56bf991d60d4a1d214cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:13:39.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T16:13:39.558Z] . [Pipeline] withDockerContainer [2021-04-20T16:13:39.673Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T16:13:39.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T16:13:40.442Z] $ docker top 6ae0d2660015a71764f0bf5c55a5aa7f09abbba5e5f2374ecc80936c100b279e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T16:13:40.625Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T16:13:40.625Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T16:13:40.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T16:13:40.856Z] $ docker exec 6ae0d2660015a71764f0bf5c55a5aa7f09abbba5e5f2374ecc80936c100b279e ssh-agent [2021-04-20T16:13:41.046Z] SSH_AUTH_SOCK=/tmp/ssh-NOYq25oRYgvM/agent.11 [2021-04-20T16:13:41.046Z] SSH_AGENT_PID=16 [2021-04-20T16:13:41.054Z] Running ssh-add (command line suppressed) [2021-04-20T16:13:41.193Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_6135801299498548059.key (/w/workspace/edgex-go/449@tmp/private_key_6135801299498548059.key) [2021-04-20T16:13:41.262Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T16:13:41.594Z] + git semver push [2021-04-20T16:13:41.594Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T16:13:41.594Z] # $GIT_DIR = /w/workspace/edgex-go/449/.git [2021-04-20T16:13:41.594Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/449 [2021-04-20T16:13:41.594Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T16:13:41.594Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T16:13:41.594Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T16:13:41.594Z] # $SEMVER_BRANCH = master [2021-04-20T16:13:41.594Z] # $SEMVER_DIR = /w/workspace/edgex-go/449/.semver [Pipeline] } [2021-04-20T16:13:51.665Z] $ docker exec --env ******** --env ******** 6ae0d2660015a71764f0bf5c55a5aa7f09abbba5e5f2374ecc80936c100b279e ssh-agent -k [2021-04-20T16:13:51.850Z] unset SSH_AUTH_SOCK; [2021-04-20T16:13:51.850Z] unset SSH_AGENT_PID; [2021-04-20T16:13:51.850Z] echo Agent pid 16 killed; [2021-04-20T16:13:51.939Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T16:13:52.279Z] + git semver [Pipeline] } [2021-04-20T16:13:52.294Z] $ docker stop --time=1 6ae0d2660015a71764f0bf5c55a5aa7f09abbba5e5f2374ecc80936c100b279e [2021-04-20T16:13:53.665Z] $ docker rm -f 6ae0d2660015a71764f0bf5c55a5aa7f09abbba5e5f2374ecc80936c100b279e [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-04-20T16:13:54.470Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:13:55.350Z] ---> package-listing.sh [2021-04-20T16:13:55.350Z] ++ facter osfamily [2021-04-20T16:13:55.350Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T16:13:55.350Z] + OS_FAMILY=redhat [2021-04-20T16:13:55.350Z] + workspace=/w/workspace/edgex-go/449 [2021-04-20T16:13:55.350Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T16:13:55.350Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T16:13:55.350Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T16:13:55.350Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T16:13:55.350Z] + '[' /w/workspace/edgex-go/449 ']' [2021-04-20T16:13:55.350Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T16:13:55.350Z] + case "${OS_FAMILY}" in [2021-04-20T16:13:55.350Z] + rpm -qa [2021-04-20T16:13:55.350Z] + sort [2021-04-20T16:14:00.657Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T16:14:00.657Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T16:14:00.657Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T16:14:00.657Z] + '[' /w/workspace/edgex-go/449 ']' [2021-04-20T16:14:00.657Z] + mkdir -p /w/workspace/edgex-go/449/archives/ [2021-04-20T16:14:00.657Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/449/archives/ [Pipeline] echo [2021-04-20T16:14:00.671Z] 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/449/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T16:14:00.964Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:14:01.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:14:01.272Z] [2021-04-20T16:14:01.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:14:01.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:14:01.611Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T16:14:01.611Z] df20fa9351a1: Pulling fs layer [2021-04-20T16:14:01.611Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T16:14:01.611Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T16:14:01.611Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T16:14:01.611Z] 93b61091891f: Pulling fs layer [2021-04-20T16:14:01.611Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T16:14:01.611Z] 5e14af77c1be: Pulling fs layer [2021-04-20T16:14:01.611Z] 01666e4c0597: Pulling fs layer [2021-04-20T16:14:01.611Z] aa168da1d23b: Pulling fs layer [2021-04-20T16:14:01.611Z] 93b9cdb0e59b: Waiting [2021-04-20T16:14:01.611Z] 5e14af77c1be: Waiting [2021-04-20T16:14:01.611Z] 01666e4c0597: Waiting [2021-04-20T16:14:01.611Z] aa168da1d23b: Waiting [2021-04-20T16:14:01.611Z] 46f8f816bc3b: Waiting [2021-04-20T16:14:01.611Z] 93b61091891f: Waiting [2021-04-20T16:14:01.611Z] 36b3adc4ff6f: Download complete [2021-04-20T16:14:01.611Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T16:14:01.611Z] 46f8f816bc3b: Download complete [2021-04-20T16:14:01.885Z] df20fa9351a1: Verifying Checksum [2021-04-20T16:14:01.885Z] df20fa9351a1: Download complete [2021-04-20T16:14:01.885Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T16:14:01.885Z] 93b9cdb0e59b: Download complete [2021-04-20T16:14:01.885Z] 5e14af77c1be: Verifying Checksum [2021-04-20T16:14:01.885Z] 5e14af77c1be: Download complete [2021-04-20T16:14:01.885Z] 93b61091891f: Verifying Checksum [2021-04-20T16:14:01.885Z] 93b61091891f: Download complete [2021-04-20T16:14:01.885Z] 01666e4c0597: Verifying Checksum [2021-04-20T16:14:01.885Z] 01666e4c0597: Download complete [2021-04-20T16:14:01.885Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T16:14:01.885Z] 8ad3a11d3b57: Download complete [2021-04-20T16:14:02.154Z] df20fa9351a1: Pull complete [2021-04-20T16:14:02.424Z] 36b3adc4ff6f: Pull complete [2021-04-20T16:14:03.834Z] aa168da1d23b: Verifying Checksum [2021-04-20T16:14:03.834Z] aa168da1d23b: Download complete [2021-04-20T16:14:04.412Z] 8ad3a11d3b57: Pull complete [2021-04-20T16:14:04.990Z] 46f8f816bc3b: Pull complete [2021-04-20T16:14:05.252Z] 93b61091891f: Pull complete [2021-04-20T16:14:05.517Z] 93b9cdb0e59b: Pull complete [2021-04-20T16:14:05.518Z] 5e14af77c1be: Pull complete [2021-04-20T16:14:05.782Z] 01666e4c0597: Pull complete [2021-04-20T16:14:12.413Z] aa168da1d23b: Pull complete [2021-04-20T16:14:12.413Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T16:14:12.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:14:12.413Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T16:14:12.860Z] prd-centos7-docker-4c-2g-1188 does not seem to be running inside a container [2021-04-20T16:14:12.928Z] $ 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/449/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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T16:14:16.065Z] $ docker top d320ec09fd88daca49cb18a5a385a4977fa36b7cc6b72c2f1ae16cea5d0ad078 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:14:16.544Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T16:14:16.846Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T16:14:17.144Z] + ls /var/log/sa-host [2021-04-20T16:14:17.144Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T16:14:17.144Z] file_magic: OK [2021-04-20T16:14:17.144Z] HZ: Using current value: 100 [2021-04-20T16:14:17.144Z] file_header: OK [2021-04-20T16:14:17.144Z] 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-04-20T16:14:17.144Z] Statistics: [2021-04-20T16:14:17.144Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T16:14:17.144Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T16:14:17.144Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T16:14:17.144Z] file_magic: OK [2021-04-20T16:14:17.144Z] HZ: Using current value: 100 [2021-04-20T16:14:17.144Z] file_header: OK [2021-04-20T16:14:17.144Z] 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-04-20T16:14:17.144Z] Statistics: [2021-04-20T16:14:17.144Z] Hnuu...uuuununununu... [2021-04-20T16:14:17.144Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T16:14:17.320Z] provisioning config files... [2021-04-20T16:14:17.341Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/449@tmp/config1772568456172985059tmp [Pipeline] { [Pipeline] echo [2021-04-20T16:14:17.370Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:14:17.672Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T16:14:17.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T16:14:17.706Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:14:18.005Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T16:14:18.018Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:14:18.529Z] ---> sudo-logs.sh [2021-04-20T16:14:18.529Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T16:14:18.564Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:14:18.862Z] ---> job-cost.sh [2021-04-20T16:14:18.862Z] lf-activate-venv: SKIPPING [2021-04-20T16:14:18.862Z] DEBUG: total: 0.20999999344348907 [2021-04-20T16:14:18.862Z] INFO: Retrieving Stack Cost... [2021-04-20T16:14:20.255Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T16:14:20.517Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T16:14:20.533Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:14:20.834Z] ---> logs-deploy.sh [2021-04-20T16:14:20.834Z] lf-activate-venv: SKIPPING [2021-04-20T16:14:20.834Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/449 [2021-04-20T16:14:20.834Z] INFO: archiving workspace using pattern(s): [2021-04-20T16:14:22.751Z] Archives upload complete. [2021-04-20T16:14:22.751Z] INFO: archiving logs to Nexus