Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0b9a2565c35e3e793117cba23215fdd88b3162c 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-806 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/445 [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/445 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision f0b9a2565c35e3e793117cba23215fdd88b3162c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 Commit message: "feat(scheduler): Migrate the Interval Job Scheduler from v1 to v2 (#3356)" > git rev-list --no-walk 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T15:32:43.680Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T15:32:43.761Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T15:32:43.786Z] ========================================================= [2021-04-19T15:32:43.786Z] EdgeX Global Pipelines Version Info [2021-04-19T15:32:43.786Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:32:45.335Z] ------------------- [2021-04-19T15:32:45.335Z] stable info: [2021-04-19T15:32:45.335Z] ------------------- [2021-04-19T15:32:45.335Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T15:32:45.335Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T15:32:45.335Z] Message: update stable to v1.0.186 [2021-04-19T15:32:46.284Z] ------------------- [2021-04-19T15:32:46.284Z] experimental info: [2021-04-19T15:32:46.284Z] ------------------- [2021-04-19T15:32:46.284Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T15:32:46.284Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T15:32:46.284Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T15:32:46.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T15:32:46.417Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T15:32:46.438Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T15:32:46.459Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T15:32:46.479Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T15:32:46.499Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T15:32:46.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T15:32:46.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T15:32:46.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T15:32:46.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T15:32:46.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T15:32:46.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T15:32:46.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T15:32:46.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T15:32:46.680Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T15:32:46.700Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T15:32:46.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T15:32:46.742Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T15:32:46.762Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T15:32:46.783Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T15:32:46.809Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T15:32:46.829Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T15:32:46.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T15:32:46.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T15:32:46.939Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T15:32:46.962Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] echo [2021-04-19T15:32:46.983Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0b9a25 [Pipeline] echo [2021-04-19T15:32:47.004Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T15:32:47.078Z] provisioning config files... [2021-04-19T15:32:47.113Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config1202895578855060676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:32:47.442Z] ---> docker-login.sh [2021-04-19T15:32:47.442Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:32:47.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:32:47.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:32:47.975Z] Configure a credential helper to remove this warning. See [2021-04-19T15:32:47.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:32:47.975Z] [2021-04-19T15:32:47.975Z] Login Succeeded [2021-04-19T15:32:47.975Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:32:47.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:32:48.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:32:48.239Z] Configure a credential helper to remove this warning. See [2021-04-19T15:32:48.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:32:48.239Z] [2021-04-19T15:32:48.239Z] Login Succeeded [2021-04-19T15:32:48.239Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:32:48.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:32:48.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:32:48.239Z] Configure a credential helper to remove this warning. See [2021-04-19T15:32:48.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:32:48.239Z] [2021-04-19T15:32:48.239Z] Login Succeeded [2021-04-19T15:32:48.239Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:32:48.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:32:48.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:32:48.503Z] Configure a credential helper to remove this warning. See [2021-04-19T15:32:48.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:32:48.503Z] [2021-04-19T15:32:48.503Z] Login Succeeded [2021-04-19T15:32:48.503Z] docker.io [2021-04-19T15:32:48.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:32:49.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:32:49.030Z] Configure a credential helper to remove this warning. See [2021-04-19T15:32:49.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:32:49.030Z] [2021-04-19T15:32:49.030Z] Login Succeeded [2021-04-19T15:32:49.030Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:32:49.040Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:32:49.392Z] ++ 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-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T15:32:49.392Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T15:32:49.392Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T15:32:49.392Z] ++ cut -d/ -f2 [2021-04-19T15:32:49.392Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T15:32:49.479Z] 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-19T15:32:50.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:32:50.135Z] [2021-04-19T15:32:50.135Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:32:50.456Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:32:50.456Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T15:32:50.456Z] 31603596830f: Pulling fs layer [2021-04-19T15:32:50.456Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T15:32:50.456Z] 6ca5941a6612: Pulling fs layer [2021-04-19T15:32:50.456Z] ecc8261a40a4: Pulling fs layer [2021-04-19T15:32:50.456Z] ecc8261a40a4: Waiting [2021-04-19T15:32:50.456Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T15:32:50.456Z] 2a8b12db71e7: Download complete [2021-04-19T15:32:50.456Z] 31603596830f: Download complete [2021-04-19T15:32:50.730Z] ecc8261a40a4: Verifying Checksum [2021-04-19T15:32:50.730Z] ecc8261a40a4: Download complete [2021-04-19T15:32:50.730Z] 6ca5941a6612: Verifying Checksum [2021-04-19T15:32:50.730Z] 6ca5941a6612: Download complete [2021-04-19T15:32:50.995Z] 31603596830f: Pull complete [2021-04-19T15:32:51.263Z] 2a8b12db71e7: Pull complete [2021-04-19T15:32:52.215Z] 6ca5941a6612: Pull complete [2021-04-19T15:32:52.216Z] ecc8261a40a4: Pull complete [2021-04-19T15:32:52.216Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T15:32:52.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:32:52.216Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T15:32:52.330Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:32:52.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T15:32:54.969Z] $ docker top bc52fc4c5b9d535f9a019dc429b22e117c851e1dca083cef9ebf45b2f6d22c10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:32:55.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:32:55.132Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:32:55.392Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:32:55.394Z] $ docker exec bc52fc4c5b9d535f9a019dc429b22e117c851e1dca083cef9ebf45b2f6d22c10 ssh-agent [2021-04-19T15:32:55.580Z] SSH_AUTH_SOCK=/tmp/ssh-GfJnH11jqSJC/agent.12 [2021-04-19T15:32:55.580Z] SSH_AGENT_PID=18 [2021-04-19T15:32:55.594Z] Running ssh-add (command line suppressed) [2021-04-19T15:32:55.740Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_1711301983745582888.key (/w/workspace/edgex-go/445@tmp/private_key_1711301983745582888.key) [2021-04-19T15:32:55.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:32:56.110Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T15:32:56.131Z] $ docker exec --env ******** --env ******** bc52fc4c5b9d535f9a019dc429b22e117c851e1dca083cef9ebf45b2f6d22c10 ssh-agent -k [2021-04-19T15:32:56.256Z] unset SSH_AUTH_SOCK; [2021-04-19T15:32:56.256Z] unset SSH_AGENT_PID; [2021-04-19T15:32:56.256Z] echo Agent pid 18 killed; [2021-04-19T15:32:56.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T15:32:56.353Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:32:56.353Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:32:56.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:32:56.547Z] $ docker exec bc52fc4c5b9d535f9a019dc429b22e117c851e1dca083cef9ebf45b2f6d22c10 ssh-agent [2021-04-19T15:32:56.723Z] SSH_AUTH_SOCK=/tmp/ssh-lB0L4sCVYVGX/agent.48 [2021-04-19T15:32:56.724Z] SSH_AGENT_PID=54 [2021-04-19T15:32:56.731Z] Running ssh-add (command line suppressed) [2021-04-19T15:32:56.866Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_7530235563147643271.key (/w/workspace/edgex-go/445@tmp/private_key_7530235563147643271.key) [2021-04-19T15:32:56.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:32:57.231Z] + git semver init [2021-04-19T15:32:57.231Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:32:57.231Z] # $GIT_DIR = /w/workspace/edgex-go/445/.git [2021-04-19T15:32:57.231Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/445 [2021-04-19T15:32:57.231Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:32:57.231Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:32:57.231Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:32:57.231Z] # $SEMVER_BRANCH = master [2021-04-19T15:32:57.231Z] # $SEMVER_TEMP = /tmp/semver-043409904 [2021-04-19T15:32:57.231Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T15:33:15.444Z] # '/tmp/semver-043409904' -> '/w/workspace/edgex-go/445/.semver' [2021-04-19T15:33:16.397Z] # -> Force: false [2021-04-19T15:33:16.397Z] # $SEMVER_DIR = /w/workspace/edgex-go/445/.semver [Pipeline] } [2021-04-19T15:33:16.412Z] $ docker exec --env ******** --env ******** bc52fc4c5b9d535f9a019dc429b22e117c851e1dca083cef9ebf45b2f6d22c10 ssh-agent -k [2021-04-19T15:33:16.886Z] unset SSH_AUTH_SOCK; [2021-04-19T15:33:16.887Z] unset SSH_AGENT_PID; [2021-04-19T15:33:16.888Z] echo Agent pid 54 killed; [2021-04-19T15:33:17.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:33:17.355Z] + git semver [Pipeline] } [2021-04-19T15:33:17.371Z] $ docker stop --time=1 bc52fc4c5b9d535f9a019dc429b22e117c851e1dca083cef9ebf45b2f6d22c10 [2021-04-19T15:33:18.973Z] $ docker rm -f bc52fc4c5b9d535f9a019dc429b22e117c851e1dca083cef9ebf45b2f6d22c10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T15:33:19.436Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T15:33:19.947Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T15:33:19.950Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.177 [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-19T15:33:20.530Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T15:33:20.833Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T15:33:21.136Z] + true [2021-04-19T15:33:21.136Z] + sudo service docker restart [2021-04-19T15:33:21.136Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T15:33:21.728Z] ========================================================= [2021-04-19T15:33:21.728Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T15:33:21.728Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:33:22.042Z] + 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-19T15:33:26.285Z] Sending build context to Docker daemon 329.5MB [2021-04-19T15:33:26.285Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T15:33:26.285Z] Step 2/6 : FROM ${BASE} [2021-04-19T15:33:26.561Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T15:33:26.561Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T15:33:26.561Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T15:33:26.561Z] de9db76c5a1d: Pulling fs layer [2021-04-19T15:33:26.561Z] bca2f99d35d6: Pulling fs layer [2021-04-19T15:33:26.561Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T15:33:26.561Z] 7c6f9722023f: Pulling fs layer [2021-04-19T15:33:26.561Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T15:33:26.561Z] bca2f99d35d6: Waiting [2021-04-19T15:33:26.561Z] 93359f2a8cfa: Waiting [2021-04-19T15:33:26.561Z] 7c6f9722023f: Waiting [2021-04-19T15:33:26.561Z] a35cf1a2eb13: Waiting [2021-04-19T15:33:26.561Z] de9db76c5a1d: Verifying Checksum [2021-04-19T15:33:26.561Z] de9db76c5a1d: Download complete [2021-04-19T15:33:26.561Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T15:33:26.561Z] 0ef7d3d256c8: Download complete [2021-04-19T15:33:26.561Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T15:33:26.561Z] 93359f2a8cfa: Download complete [2021-04-19T15:33:26.561Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T15:33:26.561Z] 188c0c94c7c5: Download complete [2021-04-19T15:33:26.561Z] 7c6f9722023f: Verifying Checksum [2021-04-19T15:33:26.561Z] 7c6f9722023f: Download complete [2021-04-19T15:33:27.143Z] 188c0c94c7c5: Pull complete [2021-04-19T15:33:27.143Z] 0ef7d3d256c8: Pull complete [2021-04-19T15:33:27.419Z] de9db76c5a1d: Pull complete [2021-04-19T15:33:27.996Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T15:33:27.996Z] a35cf1a2eb13: Download complete [2021-04-19T15:33:28.965Z] bca2f99d35d6: Verifying Checksum [2021-04-19T15:33:28.965Z] bca2f99d35d6: Download complete [2021-04-19T15:33:34.302Z] bca2f99d35d6: Pull complete [2021-04-19T15:33:34.302Z] 93359f2a8cfa: Pull complete [2021-04-19T15:33:34.568Z] 7c6f9722023f: Pull complete [2021-04-19T15:33:35.088Z] Still waiting to schedule task [2021-04-19T15:33:35.088Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-804’ is offline [2021-04-19T15:33:39.918Z] a35cf1a2eb13: Pull complete [2021-04-19T15:33:39.918Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T15:33:39.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T15:33:39.918Z] ---> a62c8e92a672 [2021-04-19T15:33:39.918Z] 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-19T15:33:39.918Z] ---> Running in 508dbcd9dc38 [2021-04-19T15:33:40.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:33:41.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:33:41.333Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T15:33:41.911Z] (2/12) Installing file (5.38-r0) [2021-04-19T15:33:42.174Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T15:33:42.174Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T15:33:46.397Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T15:33:46.397Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T15:33:46.397Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T15:33:46.398Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T15:33:46.398Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T15:33:46.661Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T15:33:46.661Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T15:33:46.924Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T15:33:46.924Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T15:33:46.924Z] OK: 233 MiB in 51 packages [2021-04-19T15:33:51.160Z] Removing intermediate container 508dbcd9dc38 [2021-04-19T15:33:51.160Z] ---> 1554c31fde13 [2021-04-19T15:33:51.160Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T15:33:51.160Z] ---> Running in 372924393c00 [2021-04-19T15:33:51.160Z] Removing intermediate container 372924393c00 [2021-04-19T15:33:51.160Z] ---> 48de209abfc2 [2021-04-19T15:33:51.160Z] Step 5/6 : COPY go.mod . [2021-04-19T15:33:51.424Z] ---> 4c3ba3bd28ab [2021-04-19T15:33:51.424Z] Step 6/6 : RUN go mod download [2021-04-19T15:33:51.424Z] ---> Running in adf62092410c [2021-04-19T15:34:13.464Z] Removing intermediate container adf62092410c [2021-04-19T15:34:13.464Z] ---> e34b666f0591 [2021-04-19T15:34:13.464Z] Successfully built e34b666f0591 [2021-04-19T15:34:13.464Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:34:13.801Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T15:34:13.801Z] . [Pipeline] withDockerContainer [2021-04-19T15:34:13.924Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:34:13.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T15:34:15.068Z] $ docker top 053f759c625a9db73a446f0ad6fd31a54d8565fbe9a2fb2c6d16f60c3c7e774c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:34:15.508Z] + go version [2021-04-19T15:34:15.508Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T15:34:15.526Z] $ docker stop --time=1 053f759c625a9db73a446f0ad6fd31a54d8565fbe9a2fb2c6d16f60c3c7e774c [2021-04-19T15:34:16.894Z] $ docker rm -f 053f759c625a9db73a446f0ad6fd31a54d8565fbe9a2fb2c6d16f60c3c7e774c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:34:17.408Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T15:34:17.408Z] . [Pipeline] withDockerContainer [2021-04-19T15:34:17.514Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:34:17.567Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T15:34:18.275Z] $ docker top 95038c7bf70d02a32112950c7d8419be7bf45d78e4c0d4084e9f11a7135958be -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T15:34:18.399Z] ========================================================= [2021-04-19T15:34:18.399Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T15:34:18.399Z] ========================================================= [Pipeline] sh [2021-04-19T15:34:18.692Z] + make test [2021-04-19T15:34:18.692Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T15:34:28.793Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T15:34:43.840Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T15:34:52.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T15:34:52.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T15:34:52.126Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T15:34:54.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T15:34:54.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T15:34:54.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T15:34:54.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T15:34:55.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T15:34:55.936Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T15:34:59.330Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T15:34:59.330Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T15:34:59.330Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T15:35:01.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements [2021-04-19T15:35:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T15:35:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T15:35:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T15:35:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T15:35:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T15:35:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T15:35:01.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements [2021-04-19T15:35:01.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements [2021-04-19T15:35:04.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.1% of statements [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T15:35:04.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T15:35:04.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T15:35:04.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 71.3% of statements [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T15:35:04.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T15:35:05.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.157s coverage: 82.9% of statements [2021-04-19T15:35:05.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T15:35:05.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T15:35:05.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-04-19T15:35:05.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T15:35:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T15:35:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T15:35:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T15:35:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T15:35:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T15:35:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T15:35:11.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.388s coverage: 93.0% of statements [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T15:35:11.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T15:35:11.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.9% of statements [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T15:35:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T15:35:11.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-04-19T15:35:11.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements [2021-04-19T15:35:11.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-04-19T15:35:11.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-04-19T15:35:11.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-04-19T15:35:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements [2021-04-19T15:35:24.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-19T15:35:26.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.296s coverage: 81.9% of statements [2021-04-19T15:35:26.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T15:35:30.767Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-807 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-19T15:35:30.782Z] Running in /w/workspace/edgex-go/445 [Pipeline] { [Pipeline] checkout [2021-04-19T15:35:36.336Z] using credential edgex-jenkins-ssh [2021-04-19T15:35:36.376Z] Cloning the remote Git repository [2021-04-19T15:35:36.474Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T15:35:36.634Z] > git init /w/workspace/edgex-go/445 # timeout=10 [2021-04-19T15:35:36.697Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T15:35:36.697Z] > git --version # timeout=10 [2021-04-19T15:35:36.715Z] > git --version # 'git version 2.17.1' [2021-04-19T15:35:36.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T15:35:36.804Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.097s coverage: 92.9% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.070s coverage: 75.5% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.6% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.246s coverage: 64.4% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.393s coverage: 69.0% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 38.4% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.063s coverage: 9.6% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.174s coverage: 88.6% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 28.7% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T15:35:37.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.067s coverage: 64.6% of statements [2021-04-19T15:35:37.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T15:35:38.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.130s coverage: 95.6% of statements [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T15:35:38.148Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T15:35:38.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T15:35:38.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T15:35:38.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T15:35:38.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-04-19T15:35:38.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 28.1% of statements [2021-04-19T15:35:38.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-19T15:35:38.992Z] GO111MODULE=on go vet ./... [2021-04-19T15:35:52.534Z] Checking out Revision f0b9a2565c35e3e793117cba23215fdd88b3162c (master) [2021-04-19T15:35:51.689Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T15:35:51.707Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T15:35:51.733Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T15:35:51.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T15:35:51.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T15:35:51.775Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T15:35:52.558Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T15:35:52.584Z] > git checkout -f f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 [2021-04-19T15:35:57.049Z] Commit message: "feat(scheduler): Migrate the Interval Job Scheduler from v1 to v2 (#3356)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T15:35:58.338Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T15:35:58.763Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T15:35:59.109Z] + sudo service docker restart [2021-04-19T15:35:59.110Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T15:36:01.137Z] provisioning config files... [2021-04-19T15:36:01.182Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config977985634519593513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:36:01.576Z] ---> docker-login.sh [2021-04-19T15:36:01.576Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:36:02.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:36:02.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:36:02.866Z] Configure a credential helper to remove this warning. See [2021-04-19T15:36:02.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:36:02.866Z] [2021-04-19T15:36:02.866Z] Login Succeeded [2021-04-19T15:36:02.866Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:36:03.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:36:03.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:36:03.413Z] Configure a credential helper to remove this warning. See [2021-04-19T15:36:03.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:36:03.413Z] [2021-04-19T15:36:03.413Z] Login Succeeded [2021-04-19T15:36:03.413Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:36:04.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:36:04.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:36:04.008Z] Configure a credential helper to remove this warning. See [2021-04-19T15:36:04.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:36:04.008Z] [2021-04-19T15:36:04.008Z] Login Succeeded [2021-04-19T15:36:04.008Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:36:04.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:36:04.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:36:04.554Z] Configure a credential helper to remove this warning. See [2021-04-19T15:36:04.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:36:04.554Z] [2021-04-19T15:36:04.554Z] Login Succeeded [2021-04-19T15:36:04.554Z] docker.io [2021-04-19T15:36:04.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:36:05.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:36:05.420Z] Configure a credential helper to remove this warning. See [2021-04-19T15:36:05.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:36:05.420Z] [2021-04-19T15:36:05.420Z] Login Succeeded [2021-04-19T15:36:05.420Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:36:05.437Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T15:36:05.741Z] ========================================================= [2021-04-19T15:36:05.741Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T15:36:05.741Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:36:06.116Z] + 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-19T15:36:08.793Z] Sending build context to Docker daemon 167.3MB [2021-04-19T15:36:08.793Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T15:36:08.793Z] Step 2/6 : FROM ${BASE} [2021-04-19T15:36:08.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T15:36:08.793Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T15:36:08.793Z] a4357932f1b6: Pulling fs layer [2021-04-19T15:36:08.793Z] 18c013af1878: Pulling fs layer [2021-04-19T15:36:08.793Z] 00ac8860ef70: Pulling fs layer [2021-04-19T15:36:08.793Z] 63d7cb157983: Pulling fs layer [2021-04-19T15:36:08.793Z] b116817d02f9: Pulling fs layer [2021-04-19T15:36:08.793Z] 745a02a5169b: Pulling fs layer [2021-04-19T15:36:08.793Z] 00ac8860ef70: Waiting [2021-04-19T15:36:08.793Z] 63d7cb157983: Waiting [2021-04-19T15:36:08.793Z] b116817d02f9: Waiting [2021-04-19T15:36:08.793Z] 745a02a5169b: Waiting [2021-04-19T15:36:08.793Z] 18c013af1878: Verifying Checksum [2021-04-19T15:36:08.793Z] 18c013af1878: Download complete [2021-04-19T15:36:08.793Z] a4357932f1b6: Verifying Checksum [2021-04-19T15:36:08.793Z] a4357932f1b6: Download complete [2021-04-19T15:36:08.793Z] 63d7cb157983: Verifying Checksum [2021-04-19T15:36:08.793Z] 63d7cb157983: Download complete [2021-04-19T15:36:08.793Z] b116817d02f9: Verifying Checksum [2021-04-19T15:36:08.793Z] b116817d02f9: Download complete [2021-04-19T15:36:08.793Z] 5f621e34cdf4: Download complete [2021-04-19T15:36:09.399Z] 5f621e34cdf4: Pull complete [2021-04-19T15:36:09.677Z] a4357932f1b6: Pull complete [2021-04-19T15:36:10.279Z] 18c013af1878: Pull complete [2021-04-19T15:36:11.221Z] gofmt -l . [2021-04-19T15:36:11.221Z] [ "`gofmt -l .`" = "" ] [2021-04-19T15:36:11.221Z] ./bin/test-go-mod-tidy.sh [2021-04-19T15:36:11.221Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T15:36:11.261Z] 745a02a5169b: Verifying Checksum [2021-04-19T15:36:11.261Z] 745a02a5169b: Download complete [2021-04-19T15:36:11.538Z] + ls -al . [2021-04-19T15:36:11.538Z] total 812 [2021-04-19T15:36:11.538Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 15:36 . [2021-04-19T15:36:11.538Z] drwxr-xr-x 4 root root 32 Apr 19 15:34 .. [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 15:32 .dockerignore [2021-04-19T15:36:11.538Z] drwxrwxr-x 8 1001 1001 162 Apr 19 15:32 .git [2021-04-19T15:36:11.538Z] drwxrwxr-x 3 1001 1001 125 Apr 19 15:32 .github [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 15:32 .gitignore [2021-04-19T15:36:11.538Z] drwx------ 3 1001 1001 45 Apr 19 15:33 .semver [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 15:32 .sonarcloud.properties [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 15:32 Attribution.txt [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 15:32 CONTRIBUTING.md [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 15:32 Dockerfile.build [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 15:32 Jenkinsfile [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 15:32 LICENSE [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 15:32 Makefile [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 15:32 README.md [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 15:32 SECURITY.md [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 13 Apr 19 15:33 VERSION [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 15:32 ZMQWindows.md [2021-04-19T15:36:11.538Z] drwxrwxr-x 2 1001 1001 117 Apr 19 15:32 bin [2021-04-19T15:36:11.538Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 15:32 cmd [2021-04-19T15:36:11.538Z] -rw-r--r-- 1 root root 703598 Apr 19 15:35 coverage.out [2021-04-19T15:36:11.538Z] -rw-r--r-- 1 root root 1058 Apr 19 15:36 go.mod [2021-04-19T15:36:11.538Z] -rw-r--r-- 1 root root 22256 Apr 19 15:36 go.sum [2021-04-19T15:36:11.538Z] drwxrwxr-x 8 1001 1001 127 Apr 19 15:32 internal [2021-04-19T15:36:11.538Z] drwxrwxr-x 4 1001 1001 26 Apr 19 15:32 openapi [2021-04-19T15:36:11.538Z] drwxrwxr-x 4 1001 1001 71 Apr 19 15:32 snap [2021-04-19T15:36:11.538Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 15:32 version.go [Pipeline] sh [2021-04-19T15:36:11.844Z] + '[' -e coverage.out ] [2021-04-19T15:36:11.844Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T15:36:12.075Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T15:36:12.374Z] + make build [2021-04-19T15:36:12.375Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T15:36:12.698Z] 00ac8860ef70: Verifying Checksum [2021-04-19T15:36:12.698Z] 00ac8860ef70: Download complete [2021-04-19T15:36:17.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T15:36:22.888Z] 00ac8860ef70: Pull complete [2021-04-19T15:36:22.888Z] 63d7cb157983: Pull complete [2021-04-19T15:36:23.161Z] b116817d02f9: Pull complete [2021-04-19T15:36:25.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T15:36:27.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T15:36:27.491Z] 745a02a5169b: Pull complete [2021-04-19T15:36:27.491Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T15:36:27.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T15:36:27.491Z] ---> b7e6874047d6 [2021-04-19T15:36:27.491Z] 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-19T15:36:29.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T15:36:29.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T15:36:30.138Z] ---> Running in 4ba70e23ad8f [2021-04-19T15:36:31.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T15:36:31.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:36:32.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:36:32.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T15:36:33.148Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T15:36:33.148Z] (2/12) Installing file (5.38-r0) [2021-04-19T15:36:33.417Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T15:36:33.417Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T15:36:34.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T15:36:35.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T15:36:36.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T15:36:36.795Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T15:36:36.795Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T15:36:37.064Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T15:36:37.064Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T15:36:37.064Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T15:36:37.336Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T15:36:37.336Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T15:36:37.336Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T15:36:37.607Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T15:36:37.607Z] OK: 217 MiB in 51 packages [2021-04-19T15:36:38.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-19T15:36:40.796Z] $ docker stop --time=1 95038c7bf70d02a32112950c7d8419be7bf45d78e4c0d4084e9f11a7135958be [2021-04-19T15:36:41.908Z] Removing intermediate container 4ba70e23ad8f [2021-04-19T15:36:41.908Z] ---> f0e899f1fc37 [2021-04-19T15:36:41.908Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T15:36:41.908Z] ---> Running in 9138dab21b2d [2021-04-19T15:36:42.185Z] Removing intermediate container 9138dab21b2d [2021-04-19T15:36:42.185Z] ---> 7f358d141355 [2021-04-19T15:36:42.185Z] Step 5/6 : COPY go.mod . [2021-04-19T15:36:42.422Z] $ docker rm -f 95038c7bf70d02a32112950c7d8419be7bf45d78e4c0d4084e9f11a7135958be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-19T15:36:43.173Z] ---> 0df02bdc8b36 [2021-04-19T15:36:43.173Z] Step 6/6 : RUN go mod download [2021-04-19T15:36:43.173Z] ---> Running in c3026a039a06 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:36:45.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T15:36:45.737Z] [2021-04-19T15:36:45.737Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:36:46.067Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T15:36:46.067Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T15:36:46.067Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T15:36:46.067Z] ca9280d653b3: Pulling fs layer [2021-04-19T15:36:46.067Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T15:36:46.335Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-19T15:36:46.335Z] cbdbe7a5bc2a: Download complete [2021-04-19T15:36:46.600Z] ca9280d653b3: Verifying Checksum [2021-04-19T15:36:46.601Z] ca9280d653b3: Download complete [2021-04-19T15:36:46.601Z] cbdbe7a5bc2a: Pull complete [2021-04-19T15:36:48.004Z] 7e9c9ca2126c: Download complete [2021-04-19T15:36:48.005Z] ca9280d653b3: Pull complete [2021-04-19T15:36:56.198Z] 7e9c9ca2126c: Pull complete [2021-04-19T15:36:56.198Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T15:36:56.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T15:36:56.198Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T15:36:56.405Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:36:56.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-19T15:36:57.489Z] $ docker top 87ef0473123cf01a86f128f444a2da8482ac4fdf3dd9c6e8cb8bf976850ba651 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:36:57.934Z] + docker-compose build --help [2021-04-19T15:36:57.934Z] + grep parallel [2021-04-19T15:36:58.887Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T15:36:59.166Z] $ docker stop --time=1 87ef0473123cf01a86f128f444a2da8482ac4fdf3dd9c6e8cb8bf976850ba651 [2021-04-19T15:37:00.545Z] $ docker rm -f 87ef0473123cf01a86f128f444a2da8482ac4fdf3dd9c6e8cb8bf976850ba651 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:37:01.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T15:37:01.056Z] . [Pipeline] withDockerContainer [2021-04-19T15:37:01.227Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:37:01.349Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T15:37:02.132Z] $ docker top 7f5a677c0f62174c022973fe8ce4924c608389314915e3dc1802a5e96aec0990 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:37:02.645Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T15:37:03.607Z] Building docker-core-command-go ... [2021-04-19T15:37:03.607Z] Building docker-core-data-go ... [2021-04-19T15:37:03.607Z] Building docker-core-metadata-go ... [2021-04-19T15:37:03.607Z] Building docker-security-bootstrapper-go ... [2021-04-19T15:37:03.607Z] Building docker-security-proxy-setup-go ... [2021-04-19T15:37:03.607Z] Building docker-security-secretstore-setup-go ... [2021-04-19T15:37:03.607Z] Building docker-support-notifications-go ... [2021-04-19T15:37:03.607Z] Building docker-support-scheduler-go ... [2021-04-19T15:37:03.607Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T15:37:03.607Z] Building docker-core-command-go [2021-04-19T15:37:03.607Z] Building docker-support-scheduler-go [2021-04-19T15:37:03.607Z] Building docker-security-bootstrapper-go [2021-04-19T15:37:03.607Z] Building docker-core-data-go [2021-04-19T15:37:03.607Z] Building docker-support-notifications-go [2021-04-19T15:37:10.013Z] Removing intermediate container c3026a039a06 [2021-04-19T15:37:10.013Z] ---> 1cae4555d2c3 [2021-04-19T15:37:10.013Z] Successfully built 1cae4555d2c3 [2021-04-19T15:37:10.013Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:37:10.350Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T15:37:10.350Z] . [Pipeline] withDockerContainer [2021-04-19T15:37:10.591Z] prd-ubuntu18.04-docker-arm64-4c-16g-807 does not seem to be running inside a container [2021-04-19T15:37:10.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T15:37:12.211Z] $ docker top aad185416b5bde04cda64d4d6538006a9632c47bb054b67bf28ea09b03fc52a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:37:13.171Z] + go version [2021-04-19T15:37:13.171Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T15:37:13.206Z] $ docker stop --time=1 aad185416b5bde04cda64d4d6538006a9632c47bb054b67bf28ea09b03fc52a4 [2021-04-19T15:37:15.151Z] $ docker rm -f aad185416b5bde04cda64d4d6538006a9632c47bb054b67bf28ea09b03fc52a4 [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-19T15:37:16.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T15:37:16.159Z] [2021-04-19T15:37:16.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:37:16.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T15:37:17.084Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T15:37:17.084Z] 29e5d40040c1: Pulling fs layer [2021-04-19T15:37:17.084Z] 1ce36da41761: Pulling fs layer [2021-04-19T15:37:17.084Z] 25b303627fd3: Pulling fs layer [2021-04-19T15:37:17.084Z] 29e5d40040c1: Verifying Checksum [2021-04-19T15:37:17.084Z] 29e5d40040c1: Download complete [2021-04-19T15:37:17.687Z] 29e5d40040c1: Pull complete [2021-04-19T15:37:17.687Z] 1ce36da41761: Verifying Checksum [2021-04-19T15:37:17.687Z] 1ce36da41761: Download complete [2021-04-19T15:37:19.127Z] 1ce36da41761: Pull complete [2021-04-19T15:37:19.127Z] 25b303627fd3: Verifying Checksum [2021-04-19T15:37:19.127Z] 25b303627fd3: Download complete [2021-04-19T15:37:29.297Z] 25b303627fd3: Pull complete [2021-04-19T15:37:29.297Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T15:37:29.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T15:37:29.297Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T15:37:29.573Z] prd-ubuntu18.04-docker-arm64-4c-16g-807 does not seem to be running inside a container [2021-04-19T15:37:29.667Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-19T15:37:33.146Z] $ docker top 1df6be809c98baea923c271b4eafcd5ceae2aec5f6de5d6b85c043e59192c8c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:37:34.068Z] + docker-compose build --help [2021-04-19T15:37:34.068Z] + grep parallel [2021-04-19T15:37:37.460Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T15:37:37.493Z] $ docker stop --time=1 1df6be809c98baea923c271b4eafcd5ceae2aec5f6de5d6b85c043e59192c8c5 [2021-04-19T15:37:39.519Z] $ docker rm -f 1df6be809c98baea923c271b4eafcd5ceae2aec5f6de5d6b85c043e59192c8c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:37:40.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T15:37:40.265Z] . [Pipeline] withDockerContainer [2021-04-19T15:37:40.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-807 does not seem to be running inside a container [2021-04-19T15:37:40.889Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T15:37:42.425Z] $ docker top ea0ccac5bbe9860bd538607bc4e20ca02bdc14e7633b78b69dcda8da1caae355 -eo pid,comm [2021-04-19T15:37:42.541Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:37:42.541Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:37:42.541Z] ---> e34b666f0591 [2021-04-19T15:37:42.541Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T15:37:42.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:37:42.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:37:42.541Z] ---> e34b666f0591 [2021-04-19T15:37:42.541Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:37:42.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:37:42.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:37:42.541Z] ---> e34b666f0591 [2021-04-19T15:37:42.541Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T15:37:42.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:37:42.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:37:42.541Z] [2021-04-19T15:37:42.541Z] ---> e34b666f0591 [2021-04-19T15:37:42.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/22 : WORKDIR /edgex-go [2021-04-19T15:37:42.541Z] [2021-04-19T15:37:42.541Z] ---> e34b666f0591 [2021-04-19T15:37:42.541Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:37:42.541Z] ---> Running in f47657c9a73e [2021-04-19T15:37:42.541Z] ---> Running in fe3e537ee19b [2021-04-19T15:37:42.541Z] ---> Running in 9b5115c76d60 [2021-04-19T15:37:42.541Z] ---> Running in 72dbdb0429a1 [2021-04-19T15:37:42.541Z] ---> Running in 185a962eebef [Pipeline] { [Pipeline] sh [2021-04-19T15:37:42.807Z] Removing intermediate container f47657c9a73e [2021-04-19T15:37:42.807Z] ---> 9716f00096b4 [2021-04-19T15:37:42.807Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:37:42.807Z] Removing intermediate container fe3e537ee19b [2021-04-19T15:37:42.807Z] ---> 6979f6310733 [2021-04-19T15:37:42.807Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:37:42.807Z] Removing intermediate container 185a962eebef [2021-04-19T15:37:42.807Z] ---> 90080ffadd4e [2021-04-19T15:37:42.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:37:42.807Z] Removing intermediate container 72dbdb0429a1 [2021-04-19T15:37:42.807Z] ---> 3f1ef5e60ff6 [2021-04-19T15:37:42.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:37:42.807Z] Removing intermediate container 9b5115c76d60 [2021-04-19T15:37:42.807Z] ---> 77736b47fc85 [2021-04-19T15:37:42.807Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:37:42.807Z] ---> Running in d9e56cb6236d [2021-04-19T15:37:42.807Z] ---> Running in e5f0cc1b16fd [2021-04-19T15:37:42.807Z] ---> Running in ba9a066b90f0 [2021-04-19T15:37:42.807Z] ---> Running in 1ac8f3e2878d [2021-04-19T15:37:42.807Z] ---> Running in a6b868dc73b4 [2021-04-19T15:37:43.338Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T15:37:45.451Z] Removing intermediate container e5f0cc1b16fd [2021-04-19T15:37:45.451Z] ---> 7dbdc08e88e8 [2021-04-19T15:37:45.451Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T15:37:45.451Z] Removing intermediate container ba9a066b90f0 [2021-04-19T15:37:45.451Z] ---> daef2452ebc0 [2021-04-19T15:37:45.451Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T15:37:45.451Z] Removing intermediate container a6b868dc73b4 [2021-04-19T15:37:45.451Z] ---> 221d6c8384a6 [2021-04-19T15:37:45.451Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T15:37:45.451Z] Removing intermediate container 1ac8f3e2878d [2021-04-19T15:37:45.451Z] ---> 70ed32dfe03b [2021-04-19T15:37:45.451Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T15:37:45.451Z] Removing intermediate container d9e56cb6236d [2021-04-19T15:37:45.451Z] ---> c554350bcc50 [2021-04-19T15:37:45.451Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T15:37:45.716Z] ---> Running in d368bcde2448 [2021-04-19T15:37:45.716Z] ---> Running in 31df74d668af [2021-04-19T15:37:45.716Z] ---> Running in 29558b0c7f7b [2021-04-19T15:37:45.716Z] ---> Running in 23caf0dd60cd [2021-04-19T15:37:45.716Z] ---> Running in c17e53b5eeb6 [2021-04-19T15:37:46.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:46.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:46.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:46.732Z] Building docker-core-command-go ... [2021-04-19T15:37:46.732Z] Building docker-core-data-go ... [2021-04-19T15:37:46.732Z] Building docker-core-metadata-go ... [2021-04-19T15:37:46.732Z] Building docker-security-bootstrapper-go ... [2021-04-19T15:37:46.732Z] Building docker-security-proxy-setup-go ... [2021-04-19T15:37:46.732Z] Building docker-security-secretstore-setup-go ... [2021-04-19T15:37:46.732Z] Building docker-support-notifications-go ... [2021-04-19T15:37:46.732Z] Building docker-support-scheduler-go ... [2021-04-19T15:37:46.732Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T15:37:46.732Z] Building docker-sys-mgmt-agent-go [2021-04-19T15:37:46.732Z] Building docker-support-notifications-go [2021-04-19T15:37:46.732Z] Building docker-support-scheduler-go [2021-04-19T15:37:46.732Z] Building docker-security-proxy-setup-go [2021-04-19T15:37:46.732Z] Building docker-security-secretstore-setup-go [2021-04-19T15:37:46.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:46.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:47.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:47.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:47.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:47.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:47.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:37:47.749Z] OK: 233 MiB in 51 packages [2021-04-19T15:37:47.749Z] OK: 233 MiB in 51 packages [2021-04-19T15:37:48.027Z] OK: 233 MiB in 51 packages [2021-04-19T15:37:48.027Z] OK: 233 MiB in 51 packages [2021-04-19T15:37:48.294Z] OK: 233 MiB in 51 packages [2021-04-19T15:37:48.881Z] Removing intermediate container 31df74d668af [2021-04-19T15:37:48.881Z] ---> c87e85199e72 [2021-04-19T15:37:48.881Z] Step 6/31 : COPY go.mod . [2021-04-19T15:37:48.881Z] Removing intermediate container d368bcde2448 [2021-04-19T15:37:48.881Z] ---> 21018b34df69 [2021-04-19T15:37:48.881Z] Step 6/23 : COPY go.mod . [2021-04-19T15:37:49.147Z] Removing intermediate container 29558b0c7f7b [2021-04-19T15:37:49.147Z] ---> f5548374c59a [2021-04-19T15:37:49.147Z] Step 6/22 : COPY go.mod . [2021-04-19T15:37:49.147Z] Removing intermediate container 23caf0dd60cd [2021-04-19T15:37:49.147Z] ---> 700ddafb840f [2021-04-19T15:37:49.147Z] Step 6/22 : COPY go.mod . [2021-04-19T15:37:49.147Z] ---> 30e0fb7115d5 [2021-04-19T15:37:49.147Z] Step 7/31 : RUN go mod download [2021-04-19T15:37:49.147Z] ---> Running in 84cd14f4d1ef [2021-04-19T15:37:49.410Z] Removing intermediate container c17e53b5eeb6 [2021-04-19T15:37:49.410Z] ---> 261543a40634 [2021-04-19T15:37:49.410Z] Step 6/23 : COPY go.mod . [2021-04-19T15:37:49.410Z] ---> c54929b5a4a4 [2021-04-19T15:37:49.410Z] Step 7/23 : RUN go mod download [2021-04-19T15:37:49.681Z] ---> aa123379114d [2021-04-19T15:37:49.682Z] Step 7/22 : RUN go mod download [2021-04-19T15:37:49.682Z] ---> 75d91624227c [2021-04-19T15:37:49.682Z] Step 7/22 : RUN go mod download [2021-04-19T15:37:49.682Z] ---> Running in 5eaff541f92e [2021-04-19T15:37:49.682Z] ---> Running in ed0a5de83e7e [2021-04-19T15:37:49.945Z] ---> 731bf2da56a7 [2021-04-19T15:37:49.945Z] Step 7/23 : RUN go mod download [2021-04-19T15:37:49.945Z] ---> Running in a34627440dce [2021-04-19T15:37:49.945Z] ---> Running in 9e38c96ebc7d [2021-04-19T15:37:51.899Z] Removing intermediate container 84cd14f4d1ef [2021-04-19T15:37:51.899Z] ---> 9fa53462b0c2 [2021-04-19T15:37:51.899Z] Step 8/31 : COPY . . [2021-04-19T15:37:51.899Z] Removing intermediate container 5eaff541f92e [2021-04-19T15:37:51.899Z] ---> 3bdbd37ca44b [2021-04-19T15:37:51.899Z] Step 8/23 : COPY . . [2021-04-19T15:37:54.491Z] Removing intermediate container ed0a5de83e7e [2021-04-19T15:37:54.491Z] ---> 685a0a72c1fe [2021-04-19T15:37:54.491Z] Step 8/22 : COPY . . [2021-04-19T15:37:56.432Z] Removing intermediate container a34627440dce [2021-04-19T15:37:56.432Z] ---> 8f8f77d96839 [2021-04-19T15:37:56.432Z] Step 8/22 : COPY . . [2021-04-19T15:37:56.432Z] Removing intermediate container 9e38c96ebc7d [2021-04-19T15:37:56.432Z] ---> 27c2c61f2ca4 [2021-04-19T15:37:56.432Z] Step 8/23 : COPY . . [2021-04-19T15:38:35.475Z] ---> e940017bc441 [2021-04-19T15:38:35.475Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T15:38:35.475Z] ---> e204a51757ff [2021-04-19T15:38:35.475Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T15:38:35.475Z] ---> 4edae956d359 [2021-04-19T15:38:35.475Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T15:38:35.475Z] ---> 2b90576715c7 [2021-04-19T15:38:35.475Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T15:38:35.475Z] ---> Running in bd1b4f2fee84 [2021-04-19T15:38:35.475Z] ---> Running in bc7ea2a8d5f9 [2021-04-19T15:38:35.475Z] ---> Running in 9109b535a29a [2021-04-19T15:38:35.475Z] ---> b25cb527cb8b [2021-04-19T15:38:35.475Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T15:38:35.475Z] ---> Running in 58b20cfeeb5c [2021-04-19T15:38:35.475Z] ---> Running in db9576f782c4 [2021-04-19T15:38:35.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T15:38:35.475Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T15:38:35.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T15:38:35.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T15:38:35.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T15:38:43.263Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:38:43.263Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:38:43.263Z] ---> 1cae4555d2c3 [2021-04-19T15:38:43.263Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T15:38:43.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:38:43.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:38:43.263Z] ---> 1cae4555d2c3 [2021-04-19T15:38:43.263Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T15:38:43.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:38:43.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:38:43.263Z] ---> 1cae4555d2c3 [2021-04-19T15:38:43.263Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T15:38:43.263Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:38:43.263Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:38:43.263Z] ---> 1cae4555d2c3 [2021-04-19T15:38:43.263Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T15:38:43.263Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:38:43.263Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:38:43.263Z] ---> 1cae4555d2c3 [2021-04-19T15:38:43.263Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:38:43.263Z] ---> Running in a9e5d5cd9bc3 [2021-04-19T15:38:43.263Z] ---> Running in d227ed5e079a [2021-04-19T15:38:43.263Z] ---> Running in f08b2099abd1 [2021-04-19T15:38:43.263Z] ---> Running in bf2143b4777d [2021-04-19T15:38:43.263Z] ---> Running in c8cdc350b64f [2021-04-19T15:38:43.263Z] Removing intermediate container a9e5d5cd9bc3 [2021-04-19T15:38:43.263Z] ---> fe72b9d647ae [2021-04-19T15:38:43.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:38:43.263Z] Removing intermediate container c8cdc350b64f [2021-04-19T15:38:43.263Z] ---> 1819838fbba8 [2021-04-19T15:38:43.263Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:38:43.263Z] Removing intermediate container d227ed5e079a [2021-04-19T15:38:43.263Z] ---> dec33112c047 [2021-04-19T15:38:43.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:38:43.263Z] Removing intermediate container bf2143b4777d [2021-04-19T15:38:43.263Z] ---> 9f6e662b1456 [2021-04-19T15:38:43.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:38:43.263Z] Removing intermediate container f08b2099abd1 [2021-04-19T15:38:43.263Z] ---> 0f3679adb33c [2021-04-19T15:38:43.263Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:38:43.263Z] ---> Running in c9d2506e9326 [2021-04-19T15:38:43.263Z] ---> Running in 35b3160950a0 [2021-04-19T15:38:43.263Z] ---> Running in 478ee6a8d247 [2021-04-19T15:38:43.263Z] ---> Running in 9e2063e64344 [2021-04-19T15:38:43.263Z] ---> Running in 3982a6a129bf [2021-04-19T15:38:43.263Z] Removing intermediate container 35b3160950a0 [2021-04-19T15:38:43.263Z] ---> c872bae6262a [2021-04-19T15:38:43.263Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T15:38:43.263Z] ---> Running in b4c5244c17db [2021-04-19T15:38:43.263Z] Removing intermediate container c9d2506e9326 [2021-04-19T15:38:43.263Z] ---> 6d7617ee0703 [2021-04-19T15:38:43.263Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T15:38:43.263Z] ---> Running in 6ea03e492687 [2021-04-19T15:38:43.263Z] Removing intermediate container 9e2063e64344 [2021-04-19T15:38:43.263Z] ---> 5dc442239de5 [2021-04-19T15:38:43.263Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T15:38:43.263Z] Removing intermediate container 478ee6a8d247 [2021-04-19T15:38:43.263Z] ---> 988bce26737e [2021-04-19T15:38:43.263Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T15:38:43.263Z] Removing intermediate container 3982a6a129bf [2021-04-19T15:38:43.263Z] ---> 8b522682b820 [2021-04-19T15:38:43.263Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T15:38:43.536Z] ---> Running in 4f12f43b2ebe [2021-04-19T15:38:43.811Z] ---> Running in b176d7cbb51a [2021-04-19T15:38:43.811Z] ---> Running in 63162bf1b5db [2021-04-19T15:38:44.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:45.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:45.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:45.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:45.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:45.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:45.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:46.150Z] OK: 217 MiB in 51 packages [2021-04-19T15:38:46.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:46.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:46.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:38:46.443Z] OK: 217 MiB in 51 packages [2021-04-19T15:38:47.435Z] OK: 217 MiB in 51 packages [2021-04-19T15:38:47.435Z] OK: 217 MiB in 51 packages [2021-04-19T15:38:47.435Z] OK: 217 MiB in 51 packages [2021-04-19T15:38:47.717Z] Removing intermediate container b4c5244c17db [2021-04-19T15:38:47.717Z] ---> 205d82fb53dc [2021-04-19T15:38:47.717Z] Step 6/23 : COPY go.mod . [2021-04-19T15:38:48.321Z] Removing intermediate container 6ea03e492687 [2021-04-19T15:38:48.321Z] ---> 6ae40f8f3b43 [2021-04-19T15:38:48.321Z] Step 6/21 : COPY go.mod . [2021-04-19T15:38:48.608Z] ---> 4bc157baa3d0 [2021-04-19T15:38:48.608Z] Step 7/23 : RUN go mod download [2021-04-19T15:38:48.894Z] ---> Running in ea58d8a0fb2a [2021-04-19T15:38:49.174Z] Removing intermediate container 63162bf1b5db [2021-04-19T15:38:49.174Z] ---> 55cf719ccf8c [2021-04-19T15:38:49.174Z] Step 6/24 : COPY go.mod . [2021-04-19T15:38:49.174Z] Removing intermediate container 4f12f43b2ebe [2021-04-19T15:38:49.174Z] ---> 9d5452699025 [2021-04-19T15:38:49.174Z] Step 6/22 : COPY go.mod . [2021-04-19T15:38:49.449Z] Removing intermediate container b176d7cbb51a [2021-04-19T15:38:49.449Z] ---> 8f9e8169cb53 [2021-04-19T15:38:49.449Z] Step 6/22 : COPY go.mod . [2021-04-19T15:38:49.449Z] ---> 6014fe2f1fc8 [2021-04-19T15:38:49.449Z] Step 7/21 : RUN go mod download [2021-04-19T15:38:49.732Z] ---> Running in 59de9035214e [2021-04-19T15:38:50.345Z] ---> dc0c99d25990 [2021-04-19T15:38:50.345Z] Step 7/24 : RUN go mod download [2021-04-19T15:38:50.345Z] ---> 8a149d98077a [2021-04-19T15:38:50.345Z] Step 7/22 : RUN go mod download [2021-04-19T15:38:50.620Z] ---> Running in fe012652aa3c [2021-04-19T15:38:50.620Z] ---> f452afd63dd9 [2021-04-19T15:38:50.620Z] Step 7/22 : RUN go mod download [2021-04-19T15:38:50.620Z] ---> Running in 62150c0cbfde [2021-04-19T15:38:50.915Z] ---> Running in 2e940c773af3 [2021-04-19T15:38:52.915Z] Removing intermediate container ea58d8a0fb2a [2021-04-19T15:38:52.915Z] ---> d9abbfa6b17e [2021-04-19T15:38:52.915Z] Step 8/23 : COPY . . [2021-04-19T15:38:53.904Z] Removing intermediate container 59de9035214e [2021-04-19T15:38:53.904Z] ---> 936b35217910 [2021-04-19T15:38:53.904Z] Step 8/21 : COPY . . [2021-04-19T15:38:55.916Z] Removing intermediate container fe012652aa3c [2021-04-19T15:38:55.916Z] ---> 76003eb749d5 [2021-04-19T15:38:55.916Z] Step 8/24 : COPY . . [2021-04-19T15:38:55.916Z] Removing intermediate container 62150c0cbfde [2021-04-19T15:38:55.916Z] ---> 4e25dd40a466 [2021-04-19T15:38:55.916Z] Step 8/22 : COPY . . [2021-04-19T15:38:56.189Z] Removing intermediate container 2e940c773af3 [2021-04-19T15:38:56.189Z] ---> d0c5bba76203 [2021-04-19T15:38:56.189Z] Step 8/22 : COPY . . [2021-04-19T15:39:14.524Z] ---> 9fae902b344b [2021-04-19T15:39:14.524Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T15:39:14.524Z] ---> 364a9e2504b6 [2021-04-19T15:39:14.524Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T15:39:14.524Z] ---> 8d88468538ed [2021-04-19T15:39:14.524Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T15:39:14.524Z] ---> 6d819b2a1c12 [2021-04-19T15:39:14.524Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T15:39:14.524Z] ---> 4f77ccc2feb3 [2021-04-19T15:39:14.524Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T15:39:14.524Z] ---> Running in 935b6f8a42c1 [2021-04-19T15:39:14.524Z] ---> Running in 622f6407ff5b [2021-04-19T15:39:14.524Z] ---> Running in a3b372d5122d [2021-04-19T15:39:14.524Z] ---> Running in 318145fdaf79 [2021-04-19T15:39:14.524Z] ---> Running in ce061580fd6f [2021-04-19T15:39:16.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T15:39:16.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T15:39:16.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T15:39:17.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T15:39:17.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T15:39:22.408Z] Removing intermediate container 9109b535a29a [2021-04-19T15:39:22.408Z] ---> dcfed1a14190 [2021-04-19T15:39:22.408Z] [2021-04-19T15:39:22.408Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T15:39:22.408Z] 3.12: Pulling from library/alpine [2021-04-19T15:39:22.408Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T15:39:22.408Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T15:39:22.408Z] ---> 13621d1b12d4 [2021-04-19T15:39:22.408Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T15:39:22.408Z] ---> Running in 20644c350082 [2021-04-19T15:39:22.673Z] Removing intermediate container bd1b4f2fee84 [2021-04-19T15:39:22.673Z] ---> 3e8f5370eb7c [2021-04-19T15:39:22.673Z] [2021-04-19T15:39:22.673Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T15:39:22.673Z] ---> 13621d1b12d4 [2021-04-19T15:39:22.673Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T15:39:23.258Z] Removing intermediate container 20644c350082 [2021-04-19T15:39:23.258Z] ---> 8a267eba385d [2021-04-19T15:39:23.258Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T15:39:23.258Z] ---> Running in 645f53d61cfd [2021-04-19T15:39:23.258Z] Removing intermediate container 58b20cfeeb5c [2021-04-19T15:39:23.258Z] ---> 043a2196dee9 [2021-04-19T15:39:23.258Z] [2021-04-19T15:39:23.258Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T15:39:23.258Z] ---> 13621d1b12d4 [2021-04-19T15:39:23.258Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T15:39:23.258Z] Removing intermediate container db9576f782c4 [2021-04-19T15:39:23.258Z] ---> 245d22a696ff [2021-04-19T15:39:23.258Z] [2021-04-19T15:39:23.258Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T15:39:23.258Z] ---> 13621d1b12d4 [2021-04-19T15:39:23.258Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T15:39:23.258Z] ---> Running in a8e69e2e9282 [2021-04-19T15:39:23.534Z] ---> Running in 14274ccfe235 [2021-04-19T15:39:23.534Z] ---> Running in 395ddf38d60b [2021-04-19T15:39:24.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:24.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:24.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:24.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:24.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:24.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:24.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:24.810Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T15:39:25.081Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T15:39:25.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:25.081Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T15:39:25.081Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:39:25.081Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:39:25.081Z] OK: 6 MiB in 15 packages [2021-04-19T15:39:25.081Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T15:39:25.081Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T15:39:25.081Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T15:39:25.081Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:39:25.081Z] OK: 6 MiB in 16 packages [2021-04-19T15:39:25.081Z] OK: 6 MiB in 16 packages [2021-04-19T15:39:25.081Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T15:39:25.081Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:39:25.081Z] OK: 6 MiB in 15 packages [2021-04-19T15:39:28.417Z] Removing intermediate container bc7ea2a8d5f9 [2021-04-19T15:39:28.417Z] ---> bf8d2ee1e6e6 [2021-04-19T15:39:28.417Z] [2021-04-19T15:39:28.417Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T15:39:28.417Z] ---> 13621d1b12d4 [2021-04-19T15:39:28.417Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T15:39:28.417Z] ---> Running in aa67a08b2214 [2021-04-19T15:39:28.993Z] Removing intermediate container 14274ccfe235 [2021-04-19T15:39:28.993Z] ---> 2e9ccbda3b91 [2021-04-19T15:39:28.993Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:39:29.258Z] Removing intermediate container aa67a08b2214 [2021-04-19T15:39:29.258Z] ---> 3ef47ed45c43 [2021-04-19T15:39:29.258Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T15:39:29.258Z] Removing intermediate container 645f53d61cfd [2021-04-19T15:39:29.258Z] ---> af48872914e0 [2021-04-19T15:39:29.258Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:39:29.258Z] Removing intermediate container a8e69e2e9282 [2021-04-19T15:39:29.258Z] ---> 3df4ccc00f2c [2021-04-19T15:39:29.258Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T15:39:29.258Z] Removing intermediate container 395ddf38d60b [2021-04-19T15:39:29.258Z] ---> 4936570484e1 [2021-04-19T15:39:29.258Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:39:29.258Z] ---> Running in 891cd1da2d38 [2021-04-19T15:39:29.258Z] ---> Running in 41db755c7ee8 [2021-04-19T15:39:29.258Z] ---> Running in ab4e804402ac [2021-04-19T15:39:29.523Z] ---> Running in 6b7f8f6b7e83 [2021-04-19T15:39:29.523Z] ---> Running in b242fbb4c932 [2021-04-19T15:39:29.523Z] Removing intermediate container 891cd1da2d38 [2021-04-19T15:39:29.523Z] ---> 09fbb4f8aa5e [2021-04-19T15:39:29.523Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T15:39:29.786Z] ---> Running in 559d7c2210d7 [2021-04-19T15:39:29.786Z] Removing intermediate container ab4e804402ac [2021-04-19T15:39:29.786Z] ---> e7fe45416bf4 [2021-04-19T15:39:29.786Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T15:39:29.786Z] Removing intermediate container 41db755c7ee8 [2021-04-19T15:39:29.786Z] ---> b43d377f2618 [2021-04-19T15:39:29.786Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T15:39:29.786Z] Removing intermediate container 6b7f8f6b7e83 [2021-04-19T15:39:29.786Z] ---> a544bb9c7de9 [2021-04-19T15:39:29.786Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T15:39:30.049Z] Removing intermediate container b242fbb4c932 [2021-04-19T15:39:30.049Z] ---> 155de63cc892 [2021-04-19T15:39:30.049Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T15:39:30.049Z] ---> Running in cb1142b2c556 [2021-04-19T15:39:30.049Z] ---> Running in 1c86dc8b35f0 [2021-04-19T15:39:30.049Z] ---> Running in 76471c2e0683 [2021-04-19T15:39:30.049Z] Removing intermediate container 559d7c2210d7 [2021-04-19T15:39:30.049Z] ---> 39e2a41d3e0f [2021-04-19T15:39:30.049Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T15:39:30.049Z] ---> Running in 9ea97e3501ff [2021-04-19T15:39:30.316Z] ---> Running in 09d9bf1f26ef [2021-04-19T15:39:30.316Z] Removing intermediate container 76471c2e0683 [2021-04-19T15:39:30.316Z] ---> a334179f54bc [2021-04-19T15:39:30.316Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:39:30.587Z] Removing intermediate container cb1142b2c556 [2021-04-19T15:39:30.587Z] ---> 1e3a27b81c33 [2021-04-19T15:39:30.587Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T15:39:30.587Z] Removing intermediate container 1c86dc8b35f0 [2021-04-19T15:39:30.587Z] ---> 1f4924894971 [2021-04-19T15:39:30.587Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T15:39:30.587Z] Removing intermediate container 9ea97e3501ff [2021-04-19T15:39:30.587Z] ---> 9e163f9c9c81 [2021-04-19T15:39:30.587Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T15:39:30.587Z] ---> Running in e047aedb0f5f [2021-04-19T15:39:30.587Z] ---> Running in 1add75705f9c [2021-04-19T15:39:30.587Z] ---> Running in 7105a9214e8f [2021-04-19T15:39:30.854Z] ---> Running in 33efd6fd7682 [2021-04-19T15:39:30.854Z] Removing intermediate container 09d9bf1f26ef [2021-04-19T15:39:30.854Z] ---> ab907863244f [2021-04-19T15:39:30.854Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:39:31.117Z] Removing intermediate container 7105a9214e8f [2021-04-19T15:39:31.117Z] ---> ed0bf2c27edf [2021-04-19T15:39:31.117Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:39:31.387Z] Removing intermediate container 33efd6fd7682 [2021-04-19T15:39:31.387Z] ---> ce545e4dd85f [2021-04-19T15:39:31.387Z] Step 15/23 : WORKDIR / [2021-04-19T15:39:31.387Z] ---> deace2aec471 [2021-04-19T15:39:31.387Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T15:39:31.387Z] ---> Running in 5a11645304ee [2021-04-19T15:39:31.657Z] ---> 139e3ae5f626 [2021-04-19T15:39:31.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T15:39:31.926Z] Removing intermediate container 5a11645304ee [2021-04-19T15:39:31.926Z] ---> 28d0a1fbfa28 [2021-04-19T15:39:31.926Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:39:32.202Z] ---> 526e4dc7239b [2021-04-19T15:39:32.202Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T15:39:32.469Z] ---> 76e750f64237 [2021-04-19T15:39:32.469Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T15:39:32.469Z] Removing intermediate container e047aedb0f5f [2021-04-19T15:39:32.469Z] ---> 6cd98e2193e5 [2021-04-19T15:39:32.469Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T15:39:33.425Z] ---> Running in ffb03ca0d1e3 [2021-04-19T15:39:33.425Z] Removing intermediate container 1add75705f9c [2021-04-19T15:39:33.425Z] ---> 1ef60214ee9e [2021-04-19T15:39:33.425Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T15:39:33.425Z] ---> fc05603d0095 [2021-04-19T15:39:33.425Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T15:39:33.425Z] ---> d4a628236137 [2021-04-19T15:39:33.425Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T15:39:33.694Z] ---> Running in b5e6f5c573f0 [2021-04-19T15:39:33.694Z] ---> Running in 0dda7f24b74e [2021-04-19T15:39:33.965Z] ---> f7c80565ba83 [2021-04-19T15:39:33.965Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T15:39:33.965Z] ---> e6b992a7e721 [2021-04-19T15:39:33.965Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T15:39:33.965Z] ---> Running in 9f93b16ceb75 [2021-04-19T15:39:33.965Z] Removing intermediate container b5e6f5c573f0 [2021-04-19T15:39:33.965Z] ---> 9b5065fabeb7 [2021-04-19T15:39:33.965Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T15:39:34.231Z] Removing intermediate container 0dda7f24b74e [2021-04-19T15:39:34.231Z] ---> 518954f513cf [2021-04-19T15:39:34.231Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:39:34.231Z] ---> Running in 6f7e6f720d90 [2021-04-19T15:39:34.497Z] ---> e6471ac8df17 [2021-04-19T15:39:34.497Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T15:39:34.497Z] Removing intermediate container 9f93b16ceb75 [2021-04-19T15:39:34.497Z] ---> 95a0d40fc9f6 [2021-04-19T15:39:34.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:39:34.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:34.497Z] ---> Running in 0f8280962b92 [2021-04-19T15:39:34.497Z] ---> Running in 476e773a58f1 [2021-04-19T15:39:34.761Z] ---> 29699d423416 [2021-04-19T15:39:34.762Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T15:39:34.762Z] Removing intermediate container 6f7e6f720d90 [2021-04-19T15:39:34.762Z] ---> 5a724e0d7984 [2021-04-19T15:39:34.762Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T15:39:34.762Z] ---> Running in c78dd683fb84 [2021-04-19T15:39:35.031Z] ---> Running in f10968e13c3a [2021-04-19T15:39:35.031Z] Removing intermediate container 476e773a58f1 [2021-04-19T15:39:35.031Z] ---> 3b15eb5adfac [2021-04-19T15:39:35.031Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:39:35.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:39:35.031Z] Removing intermediate container 0f8280962b92 [2021-04-19T15:39:35.031Z] ---> a4b5c4072251 [2021-04-19T15:39:35.031Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T15:39:35.295Z] ---> Running in 14dd6fd0970d [2021-04-19T15:39:35.295Z] ---> Running in 4665a428a808 [2021-04-19T15:39:35.295Z] Removing intermediate container f10968e13c3a [2021-04-19T15:39:35.295Z] ---> 43fdad3740ec [2021-04-19T15:39:35.295Z] Step 21/22 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:39:35.559Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T15:39:35.559Z] ---> Running in c5de3364b158 [2021-04-19T15:39:35.559Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T15:39:35.559Z] Removing intermediate container 14dd6fd0970d [2021-04-19T15:39:35.559Z] ---> 981bf141ba76 [2021-04-19T15:39:35.559Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T15:39:35.559Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T15:39:35.559Z] Removing intermediate container 4665a428a808 [2021-04-19T15:39:35.559Z] ---> cf21a0e2ae8b [2021-04-19T15:39:35.559Z] Step 21/22 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:39:35.822Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T15:39:35.822Z] ---> Running in 85a1d9edf36f [2021-04-19T15:39:35.822Z] ---> Running in 6f4da33a1d58 [2021-04-19T15:39:35.822Z] Removing intermediate container c5de3364b158 [2021-04-19T15:39:35.822Z] ---> afcb366e9bf2 [2021-04-19T15:39:35.822Z] Step 22/22 : LABEL version=2.0.0-dev.177 [2021-04-19T15:39:36.088Z] ---> Running in 46aba19ea412 [2021-04-19T15:39:36.088Z] Removing intermediate container 6f4da33a1d58 [2021-04-19T15:39:36.088Z] ---> ce264b1dbdfc [2021-04-19T15:39:36.088Z] Step 22/22 : LABEL version=2.0.0-dev.177 [2021-04-19T15:39:36.356Z] Removing intermediate container 85a1d9edf36f [2021-04-19T15:39:36.356Z] ---> 244f0b856b58 [2021-04-19T15:39:36.356Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:39:36.356Z] ---> Running in 68759031221a [2021-04-19T15:39:36.356Z] ---> Running in 77333a277abe [2021-04-19T15:39:36.356Z] Removing intermediate container 46aba19ea412 [2021-04-19T15:39:36.356Z] ---> 46bea99ad6dc [2021-04-19T15:39:36.356Z] [2021-04-19T15:39:36.622Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T15:39:36.622Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T15:39:36.622Z] Removing intermediate container c78dd683fb84 [2021-04-19T15:39:36.622Z] ---> 0322c1862bce [2021-04-19T15:39:36.622Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:39:36.622Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:39:36.622Z] OK: 8 MiB in 20 packages [2021-04-19T15:39:36.622Z] Removing intermediate container 68759031221a [2021-04-19T15:39:36.622Z] ---> 4759e87c3038 [2021-04-19T15:39:36.622Z] [2021-04-19T15:39:36.886Z] Removing intermediate container 77333a277abe [2021-04-19T15:39:36.886Z] ---> 6087e4ebdc87 [2021-04-19T15:39:36.886Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:39:36.886Z] Successfully built 46bea99ad6dc [2021-04-19T15:39:36.886Z] Successfully built 4759e87c3038 [2021-04-19T15:39:37.161Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T15:39:37.161Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T15:39:37.161Z] Building docker-security-proxy-setup-go [2021-04-19T15:39:37.161Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-04-19T15:39:37.161Z] ---> Running in d2c432ba8df4 [2021-04-19T15:39:37.161Z] ---> 4e13df613e77 [2021-04-19T15:39:37.161Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T15:39:37.432Z] Removing intermediate container d2c432ba8df4 [2021-04-19T15:39:37.432Z] ---> ac4549ce42a9 [2021-04-19T15:39:37.432Z] [2021-04-19T15:39:37.699Z] Removing intermediate container ffb03ca0d1e3 [2021-04-19T15:39:37.699Z] ---> af1c52a8a840 [2021-04-19T15:39:37.699Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:39:37.699Z] Successfully built ac4549ce42a9 [2021-04-19T15:39:37.699Z] Successfully tagged docker-core-command-go:latest [2021-04-19T15:39:37.699Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-19T15:39:37.969Z] ---> e4eeddcde515 [2021-04-19T15:39:37.969Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T15:39:37.969Z] ---> 171b82aaf8f6 [2021-04-19T15:39:37.969Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T15:39:38.566Z] ---> dffd93bba6d1 [2021-04-19T15:39:38.566Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T15:39:39.153Z] ---> cd7823646ce3 [2021-04-19T15:39:39.153Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T15:39:41.726Z] ---> d838f74fe451 [2021-04-19T15:39:41.726Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T15:39:44.321Z] ---> 4dbb5abec61a [2021-04-19T15:39:44.321Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T15:39:44.593Z] ---> a181b8744046 [2021-04-19T15:39:44.593Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T15:39:44.593Z] ---> Running in 08b78792430b [2021-04-19T15:39:45.557Z] ---> Running in 9b313cc19bcf [2021-04-19T15:39:47.493Z] Removing intermediate container 08b78792430b [2021-04-19T15:39:47.493Z] ---> 330859503008 [2021-04-19T15:39:47.493Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:39:48.075Z] ---> Running in 02788655bde8 [2021-04-19T15:39:48.075Z] Removing intermediate container 9b313cc19bcf [2021-04-19T15:39:48.075Z] ---> 8e6f789b7af4 [2021-04-19T15:39:48.075Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T15:39:48.341Z] Removing intermediate container 02788655bde8 [2021-04-19T15:39:48.341Z] ---> facbd7003a9e [2021-04-19T15:39:48.341Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T15:39:48.603Z] ---> ae78cd999289 [2021-04-19T15:39:48.603Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T15:39:48.603Z] ---> Running in efacdf9fc535 [2021-04-19T15:39:48.865Z] ---> Running in 30e607c2c202 [2021-04-19T15:39:52.218Z] Removing intermediate container efacdf9fc535 [2021-04-19T15:39:52.218Z] ---> 8f353f469c9e [2021-04-19T15:39:52.218Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:39:52.489Z] ---> Running in ab23a819e66f [2021-04-19T15:39:53.092Z] Removing intermediate container ab23a819e66f [2021-04-19T15:39:53.092Z] ---> 638b38931de1 [2021-04-19T15:39:53.092Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:39:56.473Z] ---> Running in 6bfacd54b101 [2021-04-19T15:39:57.079Z] Removing intermediate container 6bfacd54b101 [2021-04-19T15:39:57.079Z] ---> a877987ea7a7 [2021-04-19T15:39:57.079Z] [2021-04-19T15:39:57.079Z] Removing intermediate container 30e607c2c202 [2021-04-19T15:39:57.079Z] ---> 57e078a6219d [2021-04-19T15:39:57.079Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T15:39:57.351Z] Successfully built a877987ea7a7 [2021-04-19T15:39:57.616Z] Successfully tagged docker-core-data-go:latest [2021-04-19T15:39:57.616Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-04-19T15:40:00.358Z] ---> Running in 3831e025e0e9 [2021-04-19T15:40:02.240Z] Removing intermediate container 3831e025e0e9 [2021-04-19T15:40:02.240Z] ---> ecf95cc79103 [2021-04-19T15:40:02.240Z] Step 28/31 : CMD ["gate"] [2021-04-19T15:40:02.819Z] ---> Running in 3ffa4851422f [2021-04-19T15:40:03.417Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:40:03.417Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:40:03.417Z] ---> e34b666f0591 [2021-04-19T15:40:03.417Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T15:40:03.685Z] ---> Using cache [2021-04-19T15:40:03.685Z] ---> 77736b47fc85 [2021-04-19T15:40:03.685Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:40:03.685Z] ---> Using cache [2021-04-19T15:40:03.685Z] ---> 221d6c8384a6 [2021-04-19T15:40:03.685Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T15:40:03.685Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:40:03.685Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:40:03.685Z] ---> e34b666f0591 [2021-04-19T15:40:03.685Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T15:40:03.685Z] ---> Using cache [2021-04-19T15:40:03.685Z] ---> 77736b47fc85 [2021-04-19T15:40:03.685Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:40:03.685Z] ---> Using cache [2021-04-19T15:40:03.685Z] ---> 221d6c8384a6 [2021-04-19T15:40:03.685Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T15:40:03.947Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:40:03.947Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:40:03.947Z] ---> e34b666f0591 [2021-04-19T15:40:03.947Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:40:03.947Z] ---> Using cache [2021-04-19T15:40:03.947Z] ---> 77736b47fc85 [2021-04-19T15:40:03.947Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:40:03.947Z] ---> Using cache [2021-04-19T15:40:03.947Z] ---> 221d6c8384a6 [2021-04-19T15:40:03.947Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T15:40:04.901Z] Removing intermediate container 3ffa4851422f [2021-04-19T15:40:04.901Z] ---> 3f4ee55b04d4 [2021-04-19T15:40:04.901Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T15:40:05.182Z] ---> Running in a685a7635759 [2021-04-19T15:40:05.182Z] ---> Running in da6b309a6be5 [2021-04-19T15:40:05.182Z] ---> Running in ecdd33c06897 [2021-04-19T15:40:05.451Z] ---> Running in afe0b3aaf191 [2021-04-19T15:40:06.040Z] Removing intermediate container afe0b3aaf191 [2021-04-19T15:40:06.040Z] ---> c0764526a93d [2021-04-19T15:40:06.040Z] Step 30/31 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:40:06.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:06.882Z] ---> Running in 03e822af3184 [2021-04-19T15:40:06.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:06.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:07.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:07.144Z] Removing intermediate container 03e822af3184 [2021-04-19T15:40:07.144Z] ---> a7ee1053a040 [2021-04-19T15:40:07.144Z] Step 31/31 : LABEL version=2.0.0-dev.177 [2021-04-19T15:40:07.418Z] ---> Running in 08328cebebda [2021-04-19T15:40:07.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:07.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:07.687Z] OK: 233 MiB in 51 packages [2021-04-19T15:40:07.687Z] Removing intermediate container 08328cebebda [2021-04-19T15:40:07.687Z] ---> ee2f7b3232fd [2021-04-19T15:40:07.687Z] [2021-04-19T15:40:07.954Z] Successfully built ee2f7b3232fd [2021-04-19T15:40:07.954Z] OK: 233 MiB in 51 packages [2021-04-19T15:40:07.954Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T15:40:07.954Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-04-19T15:40:09.391Z] Removing intermediate container a685a7635759 [2021-04-19T15:40:09.391Z] ---> e2ba20b3c87d [2021-04-19T15:40:09.391Z] Step 6/24 : COPY go.mod . [2021-04-19T15:40:10.801Z] ---> e9de88dc249e [2021-04-19T15:40:10.801Z] Step 7/24 : RUN go mod download [2021-04-19T15:40:11.378Z] ---> Running in dcfb31cc5e55 [2021-04-19T15:40:11.645Z] Removing intermediate container ecdd33c06897 [2021-04-19T15:40:11.645Z] ---> b358f868cbb6 [2021-04-19T15:40:11.645Z] Step 6/23 : COPY go.mod . [2021-04-19T15:40:11.645Z] Removing intermediate container da6b309a6be5 [2021-04-19T15:40:11.645Z] ---> 835256a14462 [2021-04-19T15:40:11.645Z] Step 6/21 : COPY go.mod . [2021-04-19T15:40:12.612Z] ---> a37a17deaba5 [2021-04-19T15:40:12.612Z] Step 7/23 : RUN go mod download [2021-04-19T15:40:13.220Z] ---> Running in 65f499e5f120 [2021-04-19T15:40:13.220Z] ---> 98906a771e16 [2021-04-19T15:40:13.220Z] Step 7/21 : RUN go mod download [2021-04-19T15:40:13.220Z] ---> Running in 6977f5e632f4 [2021-04-19T15:40:15.829Z] Removing intermediate container dcfb31cc5e55 [2021-04-19T15:40:15.829Z] ---> 710872ec4d4a [2021-04-19T15:40:15.829Z] Step 8/24 : COPY . . [2021-04-19T15:40:16.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:40:16.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:40:16.404Z] ---> e34b666f0591 [2021-04-19T15:40:16.404Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:40:16.404Z] ---> Using cache [2021-04-19T15:40:16.404Z] ---> 77736b47fc85 [2021-04-19T15:40:16.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:40:16.404Z] ---> Using cache [2021-04-19T15:40:16.404Z] ---> 221d6c8384a6 [2021-04-19T15:40:16.404Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T15:40:16.994Z] Removing intermediate container 65f499e5f120 [2021-04-19T15:40:16.994Z] ---> 654ff1a018b8 [2021-04-19T15:40:16.994Z] Step 8/23 : COPY . . [2021-04-19T15:40:17.578Z] ---> Running in 88eceb125b64 [2021-04-19T15:40:17.849Z] Removing intermediate container 6977f5e632f4 [2021-04-19T15:40:17.849Z] ---> d8b26ad3105d [2021-04-19T15:40:17.849Z] Step 8/21 : COPY . . [2021-04-19T15:40:23.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:23.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:40:24.064Z] OK: 233 MiB in 51 packages [2021-04-19T15:40:30.844Z] Removing intermediate container 88eceb125b64 [2021-04-19T15:40:30.844Z] ---> 1b94c60be106 [2021-04-19T15:40:30.844Z] Step 6/23 : COPY go.mod . [2021-04-19T15:40:34.283Z] ---> 24f2389f8b06 [2021-04-19T15:40:34.283Z] Step 7/23 : RUN go mod download [2021-04-19T15:40:34.283Z] ---> Running in 59921dc8105c [2021-04-19T15:40:42.539Z] Removing intermediate container 59921dc8105c [2021-04-19T15:40:42.539Z] ---> f0a7df6a144f [2021-04-19T15:40:42.539Z] Step 8/23 : COPY . . [2021-04-19T15:40:50.863Z] ---> a1ea4139a947 [2021-04-19T15:40:50.863Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T15:40:50.863Z] ---> b5be1123dfc0 [2021-04-19T15:40:50.863Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T15:40:50.863Z] ---> Running in c5978d6a5c1d [2021-04-19T15:40:50.863Z] ---> Running in d29c16774b2c [2021-04-19T15:40:50.863Z] ---> c2d72a7e25e8 [2021-04-19T15:40:50.863Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T15:40:50.863Z] ---> Running in bf84aeb5ebc0 [2021-04-19T15:40:52.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T15:40:52.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T15:40:53.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T15:40:53.911Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T15:40:57.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T15:41:05.827Z] ---> f787f4690793 [2021-04-19T15:41:05.827Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T15:41:05.827Z] ---> Running in f54234099938 [2021-04-19T15:41:06.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T15:41:15.642Z] Removing intermediate container a3b372d5122d [2021-04-19T15:41:15.642Z] ---> 3eff1570ffe2 [2021-04-19T15:41:15.642Z] [2021-04-19T15:41:15.642Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T15:41:15.642Z] Removing intermediate container 622f6407ff5b [2021-04-19T15:41:15.642Z] ---> fca775872b3c [2021-04-19T15:41:15.642Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T15:41:15.642Z] 3.12: Pulling from library/alpine [2021-04-19T15:41:15.642Z] ---> Running in a0c0e5892b84 [2021-04-19T15:41:16.637Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T15:41:16.637Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T15:41:16.637Z] ---> 9852663dfa18 [2021-04-19T15:41:16.637Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T15:41:16.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T15:41:17.649Z] ---> Running in 46c9a7f84b3f [2021-04-19T15:41:18.254Z] Removing intermediate container 935b6f8a42c1 [2021-04-19T15:41:18.254Z] ---> 1b5a7930c97d [2021-04-19T15:41:18.254Z] [2021-04-19T15:41:18.254Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T15:41:18.254Z] ---> 9852663dfa18 [2021-04-19T15:41:18.254Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T15:41:18.529Z] ---> Running in e11741f20da6 [2021-04-19T15:41:19.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T15:41:20.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:20.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:20.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T15:41:20.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:20.604Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T15:41:20.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:20.888Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T15:41:20.888Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T15:41:20.888Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T15:41:20.888Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T15:41:20.888Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T15:41:20.888Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:41:20.888Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T15:41:21.163Z] OK: 7 MiB in 20 packages [2021-04-19T15:41:21.163Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T15:41:21.588Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T15:41:21.588Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T15:41:21.588Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T15:41:21.588Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:41:21.588Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T15:41:21.588Z] OK: 7 MiB in 18 packages [2021-04-19T15:41:21.881Z] Removing intermediate container a0c0e5892b84 [2021-04-19T15:41:21.881Z] ---> 822db101b8a7 [2021-04-19T15:41:21.881Z] [2021-04-19T15:41:21.881Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T15:41:22.180Z] 20.10.0: Pulling from library/docker [2021-04-19T15:41:24.260Z] Removing intermediate container 318145fdaf79 [2021-04-19T15:41:24.260Z] ---> 25f10f617c43 [2021-04-19T15:41:24.260Z] [2021-04-19T15:41:24.260Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T15:41:24.260Z] ---> 9852663dfa18 [2021-04-19T15:41:24.260Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T15:41:24.864Z] Removing intermediate container 46c9a7f84b3f [2021-04-19T15:41:24.864Z] ---> 0653a0e3a637 [2021-04-19T15:41:24.864Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T15:41:25.143Z] ---> Running in 68d8010c79b9 [2021-04-19T15:41:25.754Z] Removing intermediate container ce061580fd6f [2021-04-19T15:41:25.754Z] ---> bcb04f4239b9 [2021-04-19T15:41:25.754Z] [2021-04-19T15:41:25.754Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T15:41:25.754Z] ---> 9852663dfa18 [2021-04-19T15:41:25.754Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T15:41:25.754Z] Removing intermediate container e11741f20da6 [2021-04-19T15:41:25.754Z] ---> c6dbb26156a5 [2021-04-19T15:41:25.754Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T15:41:26.027Z] ---> Running in d62b6663f291 [2021-04-19T15:41:26.027Z] ---> Running in c5f0b495cb1e [2021-04-19T15:41:26.027Z] ---> Running in 1ce28fc9fa5f [2021-04-19T15:41:27.011Z] Removing intermediate container d62b6663f291 [2021-04-19T15:41:27.011Z] ---> b0bbc5a6614e [2021-04-19T15:41:27.011Z] Step 13/24 : WORKDIR / [2021-04-19T15:41:27.011Z] Removing intermediate container 1ce28fc9fa5f [2021-04-19T15:41:27.011Z] ---> e32216d3f731 [2021-04-19T15:41:27.011Z] Step 13/21 : WORKDIR /edgex [2021-04-19T15:41:27.011Z] ---> Running in 52901c02ca4d [2021-04-19T15:41:27.283Z] ---> Running in add9ede396f5 [2021-04-19T15:41:27.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:27.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:27.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:27.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:27.836Z] Removing intermediate container 52901c02ca4d [2021-04-19T15:41:27.836Z] ---> 246e86938fc2 [2021-04-19T15:41:27.836Z] 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-19T15:41:28.111Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T15:41:28.111Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:41:28.111Z] OK: 5 MiB in 15 packages [2021-04-19T15:41:28.111Z] Removing intermediate container add9ede396f5 [2021-04-19T15:41:28.111Z] ---> 22ae69649726 [2021-04-19T15:41:28.111Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T15:41:28.387Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T15:41:28.667Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T15:41:28.667Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:41:28.667Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T15:41:28.823Z] Removing intermediate container bf84aeb5ebc0 [2021-04-19T15:41:28.823Z] ---> b11c8cce4bf0 [2021-04-19T15:41:28.823Z] [2021-04-19T15:41:28.823Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T15:41:28.823Z] ---> 13621d1b12d4 [2021-04-19T15:41:28.823Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T15:41:28.941Z] OK: 6 MiB in 16 packages [2021-04-19T15:41:29.093Z] Removing intermediate container d29c16774b2c [2021-04-19T15:41:29.093Z] ---> 2bc36f140bf2 [2021-04-19T15:41:29.093Z] [2021-04-19T15:41:29.093Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T15:41:29.093Z] ---> 13621d1b12d4 [2021-04-19T15:41:29.093Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T15:41:29.360Z] ---> Running in 1b53ef193782 [2021-04-19T15:41:29.543Z] ---> a9eb0cb194a7 [2021-04-19T15:41:29.543Z] 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-19T15:41:29.627Z] ---> Running in 807e33a30052 [2021-04-19T15:41:29.819Z] ---> 7e52559dee69 [2021-04-19T15:41:29.819Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T15:41:30.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:41:30.415Z] Removing intermediate container 68d8010c79b9 [2021-04-19T15:41:30.415Z] ---> 98d7293523f8 [2021-04-19T15:41:30.415Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:41:30.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:41:30.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:41:30.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:41:30.493Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T15:41:30.803Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T15:41:30.803Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T15:41:30.803Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T15:41:30.803Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:41:30.803Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T15:41:30.803Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T15:41:30.803Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T15:41:30.803Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T15:41:30.803Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T15:41:30.803Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T15:41:30.803Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T15:41:30.803Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:41:30.803Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T15:41:30.803Z] OK: 7 MiB in 18 packages [2021-04-19T15:41:30.803Z] OK: 7 MiB in 20 packages [2021-04-19T15:41:31.393Z] ---> Running in 8ccbbba7f67d [2021-04-19T15:41:31.393Z] ---> dfaf532bd6fa [2021-04-19T15:41:31.393Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T15:41:31.989Z] ---> fe083730f346 [2021-04-19T15:41:31.989Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T15:41:31.989Z] Removing intermediate container c5f0b495cb1e [2021-04-19T15:41:31.989Z] ---> 4e70c621f863 [2021-04-19T15:41:31.989Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:41:31.989Z] Removing intermediate container 8ccbbba7f67d [2021-04-19T15:41:31.989Z] ---> 12677cb90f14 [2021-04-19T15:41:31.989Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T15:41:32.260Z] ---> Running in 2b202157233c [2021-04-19T15:41:32.539Z] ---> Running in d40e0bbc03bf [2021-04-19T15:41:32.539Z] ---> de1b3c1ef985 [2021-04-19T15:41:32.539Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T15:41:33.138Z] Removing intermediate container 2b202157233c [2021-04-19T15:41:33.138Z] ---> 62e16c189e7d [2021-04-19T15:41:33.138Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T15:41:33.373Z] Removing intermediate container c5978d6a5c1d [2021-04-19T15:41:33.373Z] ---> 5c9ed17e5ce5 [2021-04-19T15:41:33.373Z] [2021-04-19T15:41:33.373Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T15:41:33.373Z] ---> 13621d1b12d4 [2021-04-19T15:41:33.373Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T15:41:33.373Z] ---> Using cache [2021-04-19T15:41:33.373Z] ---> 4936570484e1 [2021-04-19T15:41:33.373Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:41:33.373Z] ---> Using cache [2021-04-19T15:41:33.373Z] ---> 155de63cc892 [2021-04-19T15:41:33.373Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T15:41:33.735Z] ---> Running in 9f36d9ca74fd [2021-04-19T15:41:33.735Z] Removing intermediate container d40e0bbc03bf [2021-04-19T15:41:33.735Z] ---> ca99cbf989fe [2021-04-19T15:41:33.735Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T15:41:34.011Z] ---> 7f80749d5f06 [2021-04-19T15:41:34.011Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T15:41:34.011Z] ---> Running in f53612eb72cc [2021-04-19T15:41:34.610Z] ---> 67d9d6a9b024 [2021-04-19T15:41:34.610Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T15:41:34.610Z] ---> Running in a791889ba470 [2021-04-19T15:41:34.610Z] Removing intermediate container 9f36d9ca74fd [2021-04-19T15:41:34.610Z] ---> 6ae46e3c0c88 [2021-04-19T15:41:34.610Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T15:41:35.203Z] Removing intermediate container f53612eb72cc [2021-04-19T15:41:35.203Z] ---> 5861522008e1 [2021-04-19T15:41:35.203Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:41:35.203Z] ---> Running in b27bab0ee653 [2021-04-19T15:41:35.311Z] ---> Running in b4bcb5f02799 [2021-04-19T15:41:35.311Z] Removing intermediate container 1b53ef193782 [2021-04-19T15:41:35.311Z] ---> e76c45cc8d45 [2021-04-19T15:41:35.311Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T15:41:35.576Z] Removing intermediate container 807e33a30052 [2021-04-19T15:41:35.576Z] ---> 394724ddc3db [2021-04-19T15:41:35.576Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T15:41:35.576Z] Removing intermediate container f54234099938 [2021-04-19T15:41:35.576Z] ---> 10ce69e1881a [2021-04-19T15:41:35.576Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T15:41:35.576Z] ---> Running in 1ec902799147 [2021-04-19T15:41:35.576Z] ---> Running in 4023534711e4 [2021-04-19T15:41:35.799Z] Removing intermediate container a791889ba470 [2021-04-19T15:41:35.800Z] ---> d220ae29c756 [2021-04-19T15:41:35.800Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T15:41:35.842Z] ---> Running in 5431eb405531 [2021-04-19T15:41:35.842Z] Removing intermediate container b4bcb5f02799 [2021-04-19T15:41:35.842Z] ---> 6c53e5440ecd [2021-04-19T15:41:35.842Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T15:41:35.842Z] ---> Running in 09330620d0fc [2021-04-19T15:41:36.073Z] ---> Running in b88b9502d603 [2021-04-19T15:41:36.347Z] Removing intermediate container b27bab0ee653 [2021-04-19T15:41:36.347Z] ---> e669ee741c59 [2021-04-19T15:41:36.347Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:41:36.347Z] ---> 4f8b81a86231 [2021-04-19T15:41:36.347Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T15:41:36.347Z] ---> b29d4284e2c1 [2021-04-19T15:41:36.347Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T15:41:36.423Z] Removing intermediate container 1ec902799147 [2021-04-19T15:41:36.423Z] ---> 9ce111636453 [2021-04-19T15:41:36.423Z] Step 13/24 : WORKDIR / [2021-04-19T15:41:36.423Z] Removing intermediate container 4023534711e4 [2021-04-19T15:41:36.423Z] ---> f6fabdf0949c [2021-04-19T15:41:36.423Z] Step 13/21 : WORKDIR /edgex [2021-04-19T15:41:36.693Z] Removing intermediate container 09330620d0fc [2021-04-19T15:41:36.693Z] ---> 633969977598 [2021-04-19T15:41:36.693Z] Step 15/23 : WORKDIR / [2021-04-19T15:41:36.693Z] ---> Running in 705615ab6300 [2021-04-19T15:41:36.693Z] ---> Running in 024fc04d6b22 [2021-04-19T15:41:36.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T15:41:36.693Z] ---> Running in 5ee08a24ecca [2021-04-19T15:41:36.946Z] Removing intermediate container b88b9502d603 [2021-04-19T15:41:36.946Z] ---> 4030ac4b285e [2021-04-19T15:41:36.946Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T15:41:36.962Z] Removing intermediate container 705615ab6300 [2021-04-19T15:41:36.962Z] ---> 1a2a0fccec2e [2021-04-19T15:41:36.962Z] 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-19T15:41:36.962Z] Removing intermediate container 024fc04d6b22 [2021-04-19T15:41:36.962Z] ---> 523669f42667 [2021-04-19T15:41:36.962Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T15:41:36.962Z] Removing intermediate container 5ee08a24ecca [2021-04-19T15:41:36.962Z] ---> 2eb802b38e7b [2021-04-19T15:41:36.962Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:41:37.544Z] ---> 0090a87acc92 [2021-04-19T15:41:37.545Z] 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-19T15:41:37.545Z] ---> 37044045d585 [2021-04-19T15:41:37.545Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T15:41:37.545Z] ---> 2699b9c7231a [2021-04-19T15:41:37.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T15:41:37.546Z] ---> Running in 71c8ee6227c4 [2021-04-19T15:41:37.546Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T15:41:37.546Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T15:41:37.546Z] ---> eeaf43b92773 [2021-04-19T15:41:37.546Z] 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-19T15:41:37.546Z] ---> 1a63518f41b9 [2021-04-19T15:41:37.546Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T15:41:37.811Z] ---> aa454d13cd50 [2021-04-19T15:41:37.811Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T15:41:37.828Z] ---> 64dc844a6bc0 [2021-04-19T15:41:37.828Z] 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-19T15:41:37.828Z] ---> Running in c7dd1d39e638 [2021-04-19T15:41:38.078Z] ---> 860d7cf5508b [2021-04-19T15:41:38.078Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T15:41:38.346Z] ---> 3b8e81ff15fb [2021-04-19T15:41:38.346Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T15:41:38.346Z] ---> 8e9fa2f4e71c [2021-04-19T15:41:38.346Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T15:41:38.346Z] Removing intermediate container 5431eb405531 [2021-04-19T15:41:38.346Z] ---> ba8c2c362dd8 [2021-04-19T15:41:38.346Z] [2021-04-19T15:41:38.346Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T15:41:38.346Z] 20.10.0: Pulling from library/docker [2021-04-19T15:41:38.425Z] ---> Running in f78b9266c695 [2021-04-19T15:41:38.425Z] Removing intermediate container 71c8ee6227c4 [2021-04-19T15:41:38.425Z] ---> 4fc9b12da1d7 [2021-04-19T15:41:38.425Z] Step 20/21 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:41:38.425Z] ---> 59500b9ff031 [2021-04-19T15:41:38.425Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T15:41:38.720Z] ---> Running in 030458ecfce6 [2021-04-19T15:41:38.720Z] Removing intermediate container c7dd1d39e638 [2021-04-19T15:41:38.720Z] ---> 7f6d30f08cb4 [2021-04-19T15:41:38.720Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T15:41:39.314Z] ---> Running in 6968efe002d2 [2021-04-19T15:41:39.314Z] ---> f5716484cec9 [2021-04-19T15:41:39.314Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T15:41:39.609Z] Removing intermediate container 030458ecfce6 [2021-04-19T15:41:39.609Z] ---> a3d5a0ac06d7 [2021-04-19T15:41:39.609Z] Step 21/21 : LABEL version=2.0.0-dev.177 [2021-04-19T15:41:39.609Z] ---> 1297045c151d [2021-04-19T15:41:39.609Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T15:41:39.809Z] ---> 27dbff728b0e [2021-04-19T15:41:39.809Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T15:41:39.886Z] ---> Running in d172ce8b7108 [2021-04-19T15:41:39.886Z] ---> Running in dd865571e431 [2021-04-19T15:41:40.131Z] ---> Running in 08bbcec122f9 [2021-04-19T15:41:40.131Z] ---> f5ab626ddb62 [2021-04-19T15:41:40.131Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T15:41:40.131Z] ---> b1815f3abab3 [2021-04-19T15:41:40.131Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T15:41:40.131Z] ---> Running in 5b0c99186d00 [2021-04-19T15:41:40.446Z] Removing intermediate container 08bbcec122f9 [2021-04-19T15:41:40.446Z] ---> 4985c10d9425 [2021-04-19T15:41:40.446Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:41:40.498Z] ---> e909e0290e48 [2021-04-19T15:41:40.498Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T15:41:40.498Z] Removing intermediate container d172ce8b7108 [2021-04-19T15:41:40.498Z] ---> 9e2235955791 [2021-04-19T15:41:40.498Z] [2021-04-19T15:41:40.779Z] ---> Running in ca4b6e0a3502 [2021-04-19T15:41:40.779Z] Removing intermediate container dd865571e431 [2021-04-19T15:41:40.779Z] ---> f8a87b5ddb97 [2021-04-19T15:41:40.779Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:41:41.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:41.056Z] Successfully built 9e2235955791 [2021-04-19T15:41:41.056Z] ---> Running in fa4da5a21015 [2021-04-19T15:41:41.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:41:41.072Z] ---> Running in 6637fcf34878 [2021-04-19T15:41:41.072Z] Removing intermediate container 5b0c99186d00 [2021-04-19T15:41:41.072Z] ---> f8b561aa9dea [2021-04-19T15:41:41.072Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T15:41:41.072Z] ---> a8e5b215b8ea [2021-04-19T15:41:41.072Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T15:41:41.072Z] ---> Running in bd1241e2a965 [2021-04-19T15:41:41.072Z] Removing intermediate container 6637fcf34878 [2021-04-19T15:41:41.072Z] ---> 815a04a0ab92 [2021-04-19T15:41:41.072Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T15:41:41.335Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T15:41:41.335Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-04-19T15:41:41.359Z] ---> Running in 5c620be30ef8 [2021-04-19T15:41:41.359Z] Removing intermediate container bd1241e2a965 [2021-04-19T15:41:41.359Z] ---> bc0240ca4101 [2021-04-19T15:41:41.359Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T15:41:41.611Z] Removing intermediate container ca4b6e0a3502 [2021-04-19T15:41:41.611Z] ---> dca9028dc3fd [2021-04-19T15:41:41.611Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:41:41.726Z] ---> 6bdb3e334e3f [2021-04-19T15:41:41.726Z] 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-19T15:41:41.726Z] ---> Running in af853e4e7577 [2021-04-19T15:41:41.726Z] ---> Running in f599e934aab3 [2021-04-19T15:41:41.726Z] Removing intermediate container 5c620be30ef8 [2021-04-19T15:41:41.726Z] ---> e740be7adf5c [2021-04-19T15:41:41.726Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:41:41.891Z] ---> Running in 2785741ce7a8 [2021-04-19T15:41:41.892Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T15:41:41.892Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T15:41:41.892Z] Removing intermediate container f78b9266c695 [2021-04-19T15:41:41.892Z] ---> 0eac013a943b [2021-04-19T15:41:41.892Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T15:41:41.892Z] Executing bash-5.0.17-r0.post-install [2021-04-19T15:41:41.892Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T15:41:41.892Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T15:41:42.005Z] ---> Running in 20e2238954e4 [2021-04-19T15:41:42.178Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T15:41:42.178Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T15:41:42.178Z] Removing intermediate container fa4da5a21015 [2021-04-19T15:41:42.178Z] ---> 3673a44505f7 [2021-04-19T15:41:42.178Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T15:41:42.178Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T15:41:42.178Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T15:41:42.178Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T15:41:42.178Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T15:41:42.178Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T15:41:42.178Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T15:41:42.178Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T15:41:42.473Z] ---> Running in 0365b5038951 [2021-04-19T15:41:42.473Z] ---> Running in c59846819ae6 [2021-04-19T15:41:42.608Z] Removing intermediate container af853e4e7577 [2021-04-19T15:41:42.608Z] ---> e54413f0e559 [2021-04-19T15:41:42.608Z] Step 20/21 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:41:42.608Z] Removing intermediate container 20e2238954e4 [2021-04-19T15:41:42.608Z] ---> 1d7b4a990e45 [2021-04-19T15:41:42.608Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:41:42.608Z] ---> Running in 84367a9525f9 [2021-04-19T15:41:42.608Z] ---> Running in 8bb53ab14b10 [2021-04-19T15:41:42.888Z] Removing intermediate container 84367a9525f9 [2021-04-19T15:41:42.888Z] ---> 9845153cb8b8 [2021-04-19T15:41:42.888Z] Step 21/21 : LABEL version=2.0.0-dev.177 [2021-04-19T15:41:43.092Z] Removing intermediate container 2785741ce7a8 [2021-04-19T15:41:43.092Z] ---> 668df79ea593 [2021-04-19T15:41:43.092Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T15:41:43.184Z] Removing intermediate container 8bb53ab14b10 [2021-04-19T15:41:43.185Z] ---> 1636a7721057 [2021-04-19T15:41:43.185Z] [2021-04-19T15:41:43.185Z] ---> Running in 2549739db8de [2021-04-19T15:41:43.455Z] Successfully built 1636a7721057 [2021-04-19T15:41:43.455Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T15:41:43.720Z]  Building docker-core-metadata-go ... done Removing intermediate container 2549739db8de [2021-04-19T15:41:43.720Z] ---> 569e019bfedc [2021-04-19T15:41:43.720Z] [2021-04-19T15:41:43.720Z] Removing intermediate container f599e934aab3 [2021-04-19T15:41:43.720Z] ---> e0ebb555875a [2021-04-19T15:41:43.720Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T15:41:43.985Z] ---> Running in 971c1eaab530 [2021-04-19T15:41:43.985Z] Successfully built 569e019bfedc [2021-04-19T15:41:43.985Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T15:41:44.088Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T15:41:44.088Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T15:41:44.088Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T15:41:44.249Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 971c1eaab530 [2021-04-19T15:41:44.249Z] ---> 3690b2d95298 [2021-04-19T15:41:44.249Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T15:41:44.249Z] ---> Running in ebc5aa203cdb [2021-04-19T15:41:44.363Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T15:41:44.363Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T15:41:44.363Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T15:41:44.363Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T15:41:44.363Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T15:41:44.363Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T15:41:44.363Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T15:41:44.363Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T15:41:44.640Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T15:41:44.640Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T15:41:44.640Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T15:41:44.640Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T15:41:44.640Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T15:41:44.640Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T15:41:44.640Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T15:41:44.640Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T15:41:44.640Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T15:41:44.640Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T15:41:44.640Z] ---> Running in 804347c1d69d [2021-04-19T15:41:44.640Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T15:41:44.640Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T15:41:44.640Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T15:41:44.640Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T15:41:44.640Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T15:41:44.640Z] Removing intermediate container 0365b5038951 [2021-04-19T15:41:44.823Z] Removing intermediate container ebc5aa203cdb [2021-04-19T15:41:44.823Z] ---> bbdb82690365 [2021-04-19T15:41:44.823Z] Step 23/24 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:41:44.948Z] ---> d4179e6252a4 [2021-04-19T15:41:44.948Z] Removing intermediate container c59846819ae6 [2021-04-19T15:41:44.948Z] ---> 3a809c0ddd36 [2021-04-19T15:41:44.948Z] Step 21/22 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162cStep 22/24 : LABEL arch=arm64 [2021-04-19T15:41:44.948Z] [2021-04-19T15:41:44.948Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T15:41:44.948Z] OK: 72 MiB in 59 packages [2021-04-19T15:41:45.088Z] ---> Running in 6a3dd154c365 [2021-04-19T15:41:45.088Z] Removing intermediate container 6a3dd154c365 [2021-04-19T15:41:45.088Z] ---> 9cd1f0934acf [2021-04-19T15:41:45.088Z] Step 24/24 : LABEL version=2.0.0-dev.177 [2021-04-19T15:41:45.350Z] ---> Running in ad9888ca3d85 [2021-04-19T15:41:45.350Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T15:41:45.350Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T15:41:45.350Z] ---> aefe523efa57 [2021-04-19T15:41:45.350Z] 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-19T15:41:45.553Z] ---> Running in 1173828b9ba9 [2021-04-19T15:41:45.553Z] ---> Running in 1188fcfa9fc0 [2021-04-19T15:41:45.553Z] Removing intermediate container 804347c1d69d [2021-04-19T15:41:45.553Z] ---> 37c4c0d6aa22 [2021-04-19T15:41:45.553Z] Step 21/22 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:41:45.613Z] Removing intermediate container ad9888ca3d85 [2021-04-19T15:41:45.613Z] ---> 01b1c7fb4b68 [2021-04-19T15:41:45.613Z] [2021-04-19T15:41:45.613Z] ---> Running in 17aed782d883 [2021-04-19T15:41:45.613Z] Successfully built 01b1c7fb4b68 [2021-04-19T15:41:45.613Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T15:41:45.613Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 17aed782d883 [2021-04-19T15:41:45.613Z] ---> d87d0cbfb51f [2021-04-19T15:41:45.613Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T15:41:45.825Z] ---> Running in 9871df53d2c8 [2021-04-19T15:41:45.876Z] ---> Running in 7a9d6310a24a [2021-04-19T15:41:46.428Z] Removing intermediate container 1173828b9ba9 [2021-04-19T15:41:46.428Z] ---> 03833e62fba5 [2021-04-19T15:41:46.428Z] Step 22/22 : LABEL version=2.0.0-dev.177 [2021-04-19T15:41:46.428Z] Removing intermediate container 1188fcfa9fc0 [2021-04-19T15:41:46.428Z] ---> a8175a1cdd47 [2021-04-19T15:41:46.428Z] Step 23/24 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:41:46.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:41:46.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:41:46.454Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T15:41:46.454Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T15:41:46.454Z] Executing bash-5.0.17-r0.post-install [2021-04-19T15:41:46.454Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T15:41:46.454Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T15:41:46.454Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T15:41:46.454Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T15:41:46.454Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T15:41:46.454Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T15:41:46.454Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T15:41:46.454Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T15:41:46.705Z] ---> Running in d0756ca83067 [2021-04-19T15:41:46.705Z] Removing intermediate container 9871df53d2c8 [2021-04-19T15:41:46.705Z] ---> db29d8dbe6a7 [2021-04-19T15:41:46.705Z] Step 22/22 : LABEL version=2.0.0-dev.177 [2021-04-19T15:41:46.705Z] ---> Running in 0433c139a94c [2021-04-19T15:41:46.714Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T15:41:46.714Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T15:41:46.714Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T15:41:46.985Z] ---> Running in bb065ab2fff6 [2021-04-19T15:41:47.261Z] Removing intermediate container d0756ca83067 [2021-04-19T15:41:47.261Z] ---> 1b79c8b9a071 [2021-04-19T15:41:47.261Z] [2021-04-19T15:41:47.535Z] Removing intermediate container 0433c139a94c [2021-04-19T15:41:47.535Z] ---> 8c7bd994b625 [2021-04-19T15:41:47.535Z] Step 24/24 : LABEL version=2.0.0-dev.177 [2021-04-19T15:41:47.661Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T15:41:47.661Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T15:41:47.661Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T15:41:47.661Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T15:41:47.661Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T15:41:47.661Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T15:41:47.661Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T15:41:47.661Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T15:41:47.661Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T15:41:47.661Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T15:41:47.661Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T15:41:47.813Z] Removing intermediate container bb065ab2fff6 [2021-04-19T15:41:47.813Z] ---> 5fb24f1e9125 [2021-04-19T15:41:47.813Z] [2021-04-19T15:41:47.813Z] Successfully built 1b79c8b9a071 [2021-04-19T15:41:47.813Z] ---> Running in a92d0a6a32d3 [2021-04-19T15:41:47.813Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T15:41:47.813Z] Building docker-core-data-go [2021-04-19T15:41:47.925Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T15:41:47.925Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T15:41:47.925Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T15:41:47.925Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T15:41:47.925Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T15:41:47.925Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T15:41:47.925Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T15:41:47.925Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T15:41:47.925Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T15:41:47.925Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T15:41:47.925Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T15:41:47.925Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T15:41:47.925Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T15:41:47.925Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T15:41:47.925Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T15:41:48.419Z]  Building docker-support-scheduler-go ... done Successfully built 5fb24f1e9125 [2021-04-19T15:41:48.419Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T15:41:48.419Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-04-19T15:41:48.499Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T15:41:48.500Z] OK: 72 MiB in 59 packages [2021-04-19T15:41:48.692Z] Removing intermediate container a92d0a6a32d3 [2021-04-19T15:41:48.692Z] ---> 7007bd525723 [2021-04-19T15:41:48.692Z] [2021-04-19T15:41:48.963Z] Successfully built 7007bd525723 [2021-04-19T15:41:48.963Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T15:41:48.963Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-19T15:41:49.458Z] Collecting docker-compose==1.23.2 [2021-04-19T15:41:49.458Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T15:41:49.721Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T15:41:49.721Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T15:41:50.301Z] 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-19T15:41:50.301Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T15:41:50.415Z] Collecting docker-compose==1.23.2 [2021-04-19T15:41:50.415Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T15:41:50.563Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T15:41:50.563Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T15:41:50.563Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T15:41:50.563Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T15:41:50.563Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T15:41:51.142Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T15:41:51.142Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T15:41:51.393Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T15:41:51.394Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T15:41:51.714Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T15:41:51.715Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T15:41:51.978Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T15:41:51.978Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T15:41:52.242Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T15:41:52.242Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T15:41:52.505Z] Collecting PyYAML<4,>=3.10 [2021-04-19T15:41:52.505Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T15:41:53.459Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T15:41:53.459Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T15:41:53.459Z] Collecting idna<2.8,>=2.5 [2021-04-19T15:41:53.459Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T15:41:53.459Z] 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-19T15:41:53.459Z] 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-19T15:41:53.459Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T15:41:53.459Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T15:41:53.459Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T15:41:53.459Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T15:41:53.459Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T15:41:53.459Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T15:41:53.722Z] Installing collected packages: dockerpty, urllib3, idna, requests, cached-property, texttable, docopt, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docker-compose [2021-04-19T15:41:53.722Z] Running setup.py install for dockerpty: started [2021-04-19T15:41:54.298Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T15:41:54.298Z] Attempting uninstall: urllib3 [2021-04-19T15:41:54.298Z] Found existing installation: urllib3 1.25.9 [2021-04-19T15:41:54.298Z] Uninstalling urllib3-1.25.9: [2021-04-19T15:41:54.298Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T15:41:54.562Z] Attempting uninstall: idna [2021-04-19T15:41:54.562Z] Found existing installation: idna 2.9 [2021-04-19T15:41:54.562Z] Uninstalling idna-2.9: [2021-04-19T15:41:54.562Z] Successfully uninstalled idna-2.9 [2021-04-19T15:41:54.793Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T15:41:54.793Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T15:41:54.793Z] 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-19T15:41:54.824Z] Attempting uninstall: requests [2021-04-19T15:41:54.824Z] Found existing installation: requests 2.23.0 [2021-04-19T15:41:54.824Z] Uninstalling requests-2.23.0: [2021-04-19T15:41:54.824Z] Successfully uninstalled requests-2.23.0 [2021-04-19T15:41:54.824Z] Running setup.py install for texttable: started [2021-04-19T15:41:55.387Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T15:41:55.387Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T15:41:55.400Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T15:41:55.400Z] Running setup.py install for docopt: started [2021-04-19T15:41:55.975Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T15:41:55.994Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T15:41:55.994Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T15:41:57.365Z] Running setup.py install for PyYAML: started [2021-04-19T15:41:57.426Z] Collecting PyYAML<4,>=3.10 [2021-04-19T15:41:57.426Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T15:41:57.940Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T15:41:58.202Z] 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-19T15:42:01.774Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T15:42:01.774Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T15:42:04.385Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T15:42:04.385Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T15:42:04.981Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T15:42:04.981Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T15:42:08.448Z] Removing intermediate container 7a9d6310a24a [2021-04-19T15:42:08.448Z] ---> e409f111795d [2021-04-19T15:42:08.448Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T15:42:08.448Z] ---> Running in 79e90b96bf69 [2021-04-19T15:42:08.448Z] Removing intermediate container 79e90b96bf69 [2021-04-19T15:42:08.448Z] ---> b702072f4849 [2021-04-19T15:42:08.448Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T15:42:08.448Z] ---> Running in c9f9d3e18c0b [2021-04-19T15:42:08.448Z] Removing intermediate container c9f9d3e18c0b [2021-04-19T15:42:08.448Z] ---> eaccba6759de [2021-04-19T15:42:08.448Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T15:42:08.448Z] ---> d524dcb645ce [2021-04-19T15:42:08.448Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T15:42:08.448Z] ---> 2e1b30e0786b [2021-04-19T15:42:08.448Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T15:42:08.711Z] ---> a4b865ee0619 [2021-04-19T15:42:08.711Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T15:42:08.711Z] ---> Running in 1fb0bbde6c34 [2021-04-19T15:42:08.974Z] Removing intermediate container 1fb0bbde6c34 [2021-04-19T15:42:08.974Z] ---> aad017d5e40d [2021-04-19T15:42:08.974Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:42:08.974Z] ---> Running in 0b6dfb445faf [2021-04-19T15:42:09.237Z] Removing intermediate container 0b6dfb445faf [2021-04-19T15:42:09.237Z] ---> 4a7e02b4c47c [2021-04-19T15:42:09.237Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T15:42:09.237Z] ---> Running in 5f77e3444c44 [2021-04-19T15:42:09.288Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T15:42:09.288Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T15:42:09.500Z] Removing intermediate container 5f77e3444c44 [2021-04-19T15:42:09.500Z] ---> f9a13167c300 [2021-04-19T15:42:09.500Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:09.500Z] ---> Running in 0fb61e693d7a [2021-04-19T15:42:09.565Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T15:42:09.565Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T15:42:09.763Z] Removing intermediate container 0fb61e693d7a [2021-04-19T15:42:09.763Z] ---> 7cff640d8774 [2021-04-19T15:42:09.763Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:42:09.763Z] ---> Running in 186efdb585b9 [2021-04-19T15:42:09.841Z] 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-19T15:42:09.841Z] 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-19T15:42:10.026Z] Removing intermediate container 186efdb585b9 [2021-04-19T15:42:10.026Z] ---> 6ce086f62c9a [2021-04-19T15:42:10.026Z] [2021-04-19T15:42:10.026Z] Successfully built 6ce086f62c9a [2021-04-19T15:42:10.026Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T15:42:10.633Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T15:42:10.698Z] $ docker stop --time=1 7f5a677c0f62174c022973fe8ce4924c608389314915e3dc1802a5e96aec0990 [2021-04-19T15:42:10.836Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T15:42:10.836Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T15:42:11.438Z] Collecting idna<2.8,>=2.5 [2021-04-19T15:42:11.438Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T15:42:11.438Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T15:42:11.438Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T15:42:11.438Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T15:42:11.438Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T15:42:12.428Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:42:12.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:42:12.428Z] ---> 1cae4555d2c3 [2021-04-19T15:42:12.428Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:42:12.428Z] ---> Using cache [2021-04-19T15:42:12.428Z] ---> 0f3679adb33c [2021-04-19T15:42:12.428Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:42:12.428Z] ---> Using cache [2021-04-19T15:42:12.428Z] ---> 8b522682b820 [2021-04-19T15:42:12.428Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T15:42:12.428Z] ---> Using cache [2021-04-19T15:42:12.428Z] ---> 55cf719ccf8c [2021-04-19T15:42:12.428Z] Step 6/23 : COPY go.mod . [2021-04-19T15:42:12.428Z] ---> Using cache [2021-04-19T15:42:12.428Z] ---> dc0c99d25990 [2021-04-19T15:42:12.428Z] Step 7/23 : RUN go mod download [2021-04-19T15:42:12.428Z] ---> Using cache [2021-04-19T15:42:12.428Z] ---> 76003eb749d5 [2021-04-19T15:42:12.428Z] Step 8/23 : COPY . . [2021-04-19T15:42:12.428Z] ---> Using cache [2021-04-19T15:42:12.428Z] ---> 4f77ccc2feb3 [2021-04-19T15:42:12.428Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T15:42:12.440Z] $ docker rm -f 7f5a677c0f62174c022973fe8ce4924c608389314915e3dc1802a5e96aec0990 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T15:42:12.960Z] + docker images [2021-04-19T15:42:12.960Z] + grep docker [2021-04-19T15:42:13.034Z] Installing collected packages: docopt, jsonschema, websocket-client, cached-property, PyYAML, texttable, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose [2021-04-19T15:42:13.035Z] Running setup.py install for docopt: started [2021-04-19T15:42:13.225Z] docker-sys-mgmt-agent-go latest 6ce086f62c9a 4 seconds ago 312MB [2021-04-19T15:42:13.225Z] docker-security-secretstore-setup-go latest 01b1c7fb4b68 28 seconds ago 26.3MB [2021-04-19T15:42:13.225Z] docker-security-proxy-setup-go latest 569e019bfedc 30 seconds ago 26MB [2021-04-19T15:42:13.225Z] docker-core-metadata-go latest 1636a7721057 31 seconds ago 19.2MB [2021-04-19T15:42:13.225Z] docker-security-bootstrapper-go latest ee2f7b3232fd 2 minutes ago 19.3MB [2021-04-19T15:42:13.225Z] docker-core-data-go latest a877987ea7a7 2 minutes ago 22.9MB [2021-04-19T15:42:13.225Z] docker-core-command-go latest ac4549ce42a9 2 minutes ago 17.5MB [2021-04-19T15:42:13.225Z] docker-support-notifications-go latest 4759e87c3038 2 minutes ago 18.2MB [2021-04-19T15:42:13.225Z] docker-support-scheduler-go latest 46bea99ad6dc 2 minutes ago 17.7MB [2021-04-19T15:42:13.225Z] 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-19T15:42:13.379Z] provisioning config files... [2021-04-19T15:42:13.424Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config2171843720644770170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:42:13.761Z] ---> docker-login.sh [2021-04-19T15:42:13.761Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:42:13.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:42:14.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:42:14.026Z] Configure a credential helper to remove this warning. See [2021-04-19T15:42:14.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:42:14.026Z] [2021-04-19T15:42:14.026Z] Login Succeeded [2021-04-19T15:42:14.026Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:42:14.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:42:14.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:42:14.295Z] Configure a credential helper to remove this warning. See [2021-04-19T15:42:14.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:42:14.295Z] [2021-04-19T15:42:14.295Z] Login Succeeded [2021-04-19T15:42:14.295Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:42:14.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:42:14.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:42:14.295Z] Configure a credential helper to remove this warning. See [2021-04-19T15:42:14.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:42:14.295Z] [2021-04-19T15:42:14.295Z] Login Succeeded [2021-04-19T15:42:14.295Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:42:14.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:42:14.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:42:14.558Z] Configure a credential helper to remove this warning. See [2021-04-19T15:42:14.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:42:14.558Z] [2021-04-19T15:42:14.558Z] Login Succeeded [2021-04-19T15:42:14.558Z] docker.io [2021-04-19T15:42:14.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:42:15.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:42:15.084Z] Configure a credential helper to remove this warning. See [2021-04-19T15:42:15.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:42:15.084Z] [2021-04-19T15:42:15.084Z] Login Succeeded [2021-04-19T15:42:15.084Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:42:15.095Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:15.156Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-19T15:42:15.156Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:15.156Z] 2.0.0-dev.177 [2021-04-19T15:42:15.156Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:15.156Z] master [2021-04-19T15:42:15.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:15.507Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:15.680Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T15:42:15.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:15.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T15:42:15.818Z] 92cac03200bd: Preparing [2021-04-19T15:42:15.818Z] 19a26a3738a7: Preparing [2021-04-19T15:42:15.818Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:15.818Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:15.818Z] 32f366d666a5: Preparing [2021-04-19T15:42:15.818Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:16.088Z] 92cac03200bd: Pushed [2021-04-19T15:42:16.088Z] 7cc6b231c3b1: Pushed [2021-04-19T15:42:16.088Z] 7a63ff9f1235: Pushed [2021-04-19T15:42:17.033Z] 19a26a3738a7: Pushed [2021-04-19T15:42:17.296Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:f57df8598881dd57db64d9882316dd1d3963d97558a146cb01c6a728329711a0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:17.627Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:17.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.177 [2021-04-19T15:42:17.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T15:42:17.932Z] 92cac03200bd: Preparing [2021-04-19T15:42:17.932Z] 19a26a3738a7: Preparing [2021-04-19T15:42:17.932Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:17.932Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:17.932Z] 32f366d666a5: Preparing [2021-04-19T15:42:17.932Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:17.932Z] 19a26a3738a7: Layer already exists [2021-04-19T15:42:17.932Z] 92cac03200bd: Layer already exists [2021-04-19T15:42:17.932Z] 7a63ff9f1235: Layer already exists [2021-04-19T15:42:17.932Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:17.932Z] 2.0.0-dev.177: digest: sha256:f57df8598881dd57db64d9882316dd1d3963d97558a146cb01c6a728329711a0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:18.243Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:18.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:18.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T15:42:18.546Z] 92cac03200bd: Preparing [2021-04-19T15:42:18.546Z] 19a26a3738a7: Preparing [2021-04-19T15:42:18.546Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:18.546Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:18.546Z] 32f366d666a5: Preparing [2021-04-19T15:42:18.546Z] 19a26a3738a7: Layer already exists [2021-04-19T15:42:18.546Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:18.546Z] 92cac03200bd: Layer already exists [2021-04-19T15:42:18.546Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:18.546Z] 7a63ff9f1235: Layer already exists [2021-04-19T15:42:18.546Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:f57df8598881dd57db64d9882316dd1d3963d97558a146cb01c6a728329711a0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:18.855Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:19.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-19T15:42:19.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T15:42:19.159Z] 92cac03200bd: Preparing [2021-04-19T15:42:19.159Z] 19a26a3738a7: Preparing [2021-04-19T15:42:19.159Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:19.159Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:19.159Z] 32f366d666a5: Preparing [2021-04-19T15:42:19.159Z] 92cac03200bd: Layer already exists [2021-04-19T15:42:19.159Z] 7a63ff9f1235: Layer already exists [2021-04-19T15:42:19.159Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:19.159Z] 19a26a3738a7: Layer already exists [2021-04-19T15:42:19.159Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:19.159Z] master: digest: sha256:f57df8598881dd57db64d9882316dd1d3963d97558a146cb01c6a728329711a0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:19.213Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:19.228Z] taggedImages: [2021-04-19T15:42:19.228Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:19.228Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.177 [2021-04-19T15:42:19.228Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:19.228Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-19T15:42:19.257Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-19T15:42:19.257Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:19.257Z] 2.0.0-dev.177 [2021-04-19T15:42:19.257Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:19.257Z] master [2021-04-19T15:42:19.257Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:19.606Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:19.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:19.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T15:42:19.916Z] 2662d27119e5: Preparing [2021-04-19T15:42:19.916Z] 5588abadd611: Preparing [2021-04-19T15:42:19.916Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:19.916Z] dbd6c3e64f46: Preparing [2021-04-19T15:42:19.916Z] 6694618c10bb: Preparing [2021-04-19T15:42:19.916Z] 32f366d666a5: Preparing [2021-04-19T15:42:19.916Z] 32f366d666a5: Waiting [2021-04-19T15:42:19.916Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:19.916Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:19.987Z] Running setup.py install for PyYAML: started [2021-04-19T15:42:19.987Z] ---> Running in f32202f19f40 [2021-04-19T15:42:20.180Z] 6694618c10bb: Pushed [2021-04-19T15:42:20.180Z] 2662d27119e5: Pushed [2021-04-19T15:42:20.443Z] dbd6c3e64f46: Pushed [2021-04-19T15:42:20.598Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:42:20.598Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:42:20.598Z] ---> 1cae4555d2c3 [2021-04-19T15:42:20.598Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T15:42:20.598Z] ---> Using cache [2021-04-19T15:42:20.598Z] ---> 0f3679adb33c [2021-04-19T15:42:20.598Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:42:20.598Z] ---> Using cache [2021-04-19T15:42:20.598Z] ---> 8b522682b820 [2021-04-19T15:42:20.598Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T15:42:20.598Z] ---> Using cache [2021-04-19T15:42:20.598Z] ---> 55cf719ccf8c [2021-04-19T15:42:20.598Z] Step 6/31 : COPY go.mod . [2021-04-19T15:42:20.598Z] ---> Using cache [2021-04-19T15:42:20.598Z] ---> dc0c99d25990 [2021-04-19T15:42:20.598Z] Step 7/31 : RUN go mod download [2021-04-19T15:42:20.598Z] ---> Using cache [2021-04-19T15:42:20.598Z] ---> 76003eb749d5 [2021-04-19T15:42:20.598Z] Step 8/31 : COPY . . [2021-04-19T15:42:20.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:42:20.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:42:20.598Z] ---> 1cae4555d2c3 [2021-04-19T15:42:20.598Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:42:20.598Z] ---> Using cache [2021-04-19T15:42:20.598Z] ---> 0f3679adb33c [2021-04-19T15:42:20.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:42:20.598Z] ---> Using cache [2021-04-19T15:42:20.599Z] ---> 8b522682b820 [2021-04-19T15:42:20.599Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T15:42:20.873Z] ---> Using cache [2021-04-19T15:42:20.873Z] ---> 4f77ccc2feb3 [2021-04-19T15:42:20.873Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T15:42:20.873Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T15:42:20.873Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T15:42:20.873Z] ---> 1cae4555d2c3 [2021-04-19T15:42:20.873Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T15:42:20.873Z] ---> Using cache [2021-04-19T15:42:20.873Z] ---> 0f3679adb33c [2021-04-19T15:42:20.873Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:42:20.873Z] ---> Using cache [2021-04-19T15:42:20.873Z] ---> 8b522682b820 [2021-04-19T15:42:20.873Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T15:42:20.873Z] ---> Using cache [2021-04-19T15:42:20.873Z] ---> 55cf719ccf8c [2021-04-19T15:42:20.873Z] Step 6/23 : COPY go.mod . [2021-04-19T15:42:20.873Z] ---> Using cache [2021-04-19T15:42:20.873Z] ---> dc0c99d25990 [2021-04-19T15:42:20.873Z] Step 7/23 : RUN go mod download [2021-04-19T15:42:20.873Z] ---> Using cache [2021-04-19T15:42:20.873Z] ---> 76003eb749d5 [2021-04-19T15:42:20.873Z] Step 8/23 : COPY . . [2021-04-19T15:42:21.148Z] ---> Using cache [2021-04-19T15:42:21.149Z] ---> 4f77ccc2feb3 [2021-04-19T15:42:21.149Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T15:42:21.149Z] ---> Running in e3096d75521a [2021-04-19T15:42:21.149Z] ---> Running in d60c6ac045a6 [2021-04-19T15:42:21.390Z] 5588abadd611: Pushed [2021-04-19T15:42:21.390Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:54320c4b64ddabea35d4a5d218599175f3d9ebe36f1c8bfcca8965ac8d5f0ecc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:21.424Z] ---> Running in 19873fa9fecb [2021-04-19T15:42:21.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T15:42:21.701Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:22.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.177 [2021-04-19T15:42:22.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T15:42:22.014Z] 2662d27119e5: Preparing [2021-04-19T15:42:22.014Z] 5588abadd611: Preparing [2021-04-19T15:42:22.014Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:22.014Z] dbd6c3e64f46: Preparing [2021-04-19T15:42:22.014Z] 6694618c10bb: Preparing [2021-04-19T15:42:22.014Z] 32f366d666a5: Preparing [2021-04-19T15:42:22.014Z] 32f366d666a5: Waiting [2021-04-19T15:42:22.014Z] 5588abadd611: Layer already exists [2021-04-19T15:42:22.014Z] 2662d27119e5: Layer already exists [2021-04-19T15:42:22.014Z] dbd6c3e64f46: Layer already exists [2021-04-19T15:42:22.014Z] 6694618c10bb: Layer already exists [2021-04-19T15:42:22.014Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:22.014Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:22.014Z] 2.0.0-dev.177: digest: sha256:54320c4b64ddabea35d4a5d218599175f3d9ebe36f1c8bfcca8965ac8d5f0ecc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:22.412Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:22.696Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T15:42:22.696Z] Running setup.py install for texttable: started [2021-04-19T15:42:22.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:22.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T15:42:22.783Z] 2662d27119e5: Preparing [2021-04-19T15:42:22.783Z] 5588abadd611: Preparing [2021-04-19T15:42:22.783Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:22.783Z] dbd6c3e64f46: Preparing [2021-04-19T15:42:22.783Z] 6694618c10bb: Preparing [2021-04-19T15:42:22.783Z] 32f366d666a5: Preparing [2021-04-19T15:42:22.783Z] 32f366d666a5: Waiting [2021-04-19T15:42:22.783Z] 2662d27119e5: Layer already exists [2021-04-19T15:42:22.783Z] 5588abadd611: Layer already exists [2021-04-19T15:42:22.783Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:22.783Z] 6694618c10bb: Layer already exists [2021-04-19T15:42:22.783Z] dbd6c3e64f46: Layer already exists [2021-04-19T15:42:22.783Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:22.783Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:54320c4b64ddabea35d4a5d218599175f3d9ebe36f1c8bfcca8965ac8d5f0ecc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:23.110Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:23.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:42:23.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-19T15:42:23.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T15:42:23.417Z] 2662d27119e5: Preparing [2021-04-19T15:42:23.417Z] 5588abadd611: Preparing [2021-04-19T15:42:23.417Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:23.417Z] dbd6c3e64f46: Preparing [2021-04-19T15:42:23.417Z] 6694618c10bb: Preparing [2021-04-19T15:42:23.417Z] 32f366d666a5: Preparing [2021-04-19T15:42:23.417Z] 32f366d666a5: Waiting [2021-04-19T15:42:23.417Z] 5588abadd611: Layer already exists [2021-04-19T15:42:23.417Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:23.417Z] dbd6c3e64f46: Layer already exists [2021-04-19T15:42:23.417Z] 2662d27119e5: Layer already exists [2021-04-19T15:42:23.417Z] 6694618c10bb: Layer already exists [2021-04-19T15:42:23.417Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:23.417Z] master: digest: sha256:54320c4b64ddabea35d4a5d218599175f3d9ebe36f1c8bfcca8965ac8d5f0ecc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:23.472Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:23.486Z] taggedImages: [2021-04-19T15:42:23.486Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:23.486Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.177 [2021-04-19T15:42:23.486Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:23.486Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-19T15:42:23.536Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-19T15:42:23.536Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:23.536Z] 2.0.0-dev.177 [2021-04-19T15:42:23.536Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:23.536Z] master [2021-04-19T15:42:23.536Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-04-19T15:42:23.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T15:42:23.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:23.887Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:24.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:42:24.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:24.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T15:42:24.190Z] 5290614f41d4: Preparing [2021-04-19T15:42:24.190Z] 83cfdb5e7160: Preparing [2021-04-19T15:42:24.190Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:24.190Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:24.190Z] 32f366d666a5: Preparing [2021-04-19T15:42:24.190Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:24.190Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:24.190Z] 7a63ff9f1235: Layer already exists [2021-04-19T15:42:24.452Z] 5290614f41d4: Pushed [2021-04-19T15:42:25.152Z] OK: 217 MiB in 51 packages [2021-04-19T15:42:25.401Z] 83cfdb5e7160: Pushed [2021-04-19T15:42:25.664Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:b0876e33017778b27c74fc5a7f7493651c992766ceaabc6fc8bb43570954c177 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:25.977Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.177 [2021-04-19T15:42:26.146Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T15:42:26.146Z] Attempting uninstall: urllib3 [2021-04-19T15:42:26.146Z] Found existing installation: urllib3 1.25.9 [2021-04-19T15:42:26.146Z] Uninstalling urllib3-1.25.9: [2021-04-19T15:42:26.426Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T15:42:26.704Z] Removing intermediate container d60c6ac045a6 [2021-04-19T15:42:26.704Z] ---> 7a7f87f92588 [2021-04-19T15:42:26.704Z] Step 6/23 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:27.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.177 [2021-04-19T15:42:27.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T15:42:27.671Z] 5290614f41d4: Preparing [2021-04-19T15:42:27.671Z] 83cfdb5e7160: Preparing [2021-04-19T15:42:27.671Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:27.671Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:27.671Z] 32f366d666a5: Preparing [2021-04-19T15:42:27.671Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:27.671Z] 5290614f41d4: Layer already exists [2021-04-19T15:42:27.671Z] 7a63ff9f1235: Layer already exists [2021-04-19T15:42:27.671Z] 83cfdb5e7160: Layer already exists [2021-04-19T15:42:27.671Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:27.671Z] 2.0.0-dev.177: digest: sha256:b0876e33017778b27c74fc5a7f7493651c992766ceaabc6fc8bb43570954c177 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:27.703Z] Attempting uninstall: idna [2021-04-19T15:42:27.703Z] Found existing installation: idna 2.9 [2021-04-19T15:42:27.703Z] Uninstalling idna-2.9: [2021-04-19T15:42:27.703Z] ---> 3221cf8d0e9b [2021-04-19T15:42:27.703Z] Step 7/23 : RUN go mod download [2021-04-19T15:42:27.703Z] Successfully uninstalled idna-2.9 [2021-04-19T15:42:27.703Z] ---> Running in 2fa0d7f7fe52 [2021-04-19T15:42:27.979Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:28.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:28.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T15:42:28.279Z] 5290614f41d4: Preparing [2021-04-19T15:42:28.279Z] 83cfdb5e7160: Preparing [2021-04-19T15:42:28.279Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:28.279Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:28.279Z] 32f366d666a5: Preparing [2021-04-19T15:42:28.279Z] 83cfdb5e7160: Layer already exists [2021-04-19T15:42:28.279Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:28.279Z] 7a63ff9f1235: Layer already exists [2021-04-19T15:42:28.279Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:28.279Z] 5290614f41d4: Layer already exists [2021-04-19T15:42:28.279Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:b0876e33017778b27c74fc5a7f7493651c992766ceaabc6fc8bb43570954c177 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:28.587Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:28.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-19T15:42:28.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T15:42:28.895Z] 5290614f41d4: Preparing [2021-04-19T15:42:28.895Z] 83cfdb5e7160: Preparing [2021-04-19T15:42:28.895Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:28.895Z] 7a63ff9f1235: Preparing [2021-04-19T15:42:28.895Z] 32f366d666a5: Preparing [2021-04-19T15:42:28.895Z] 5290614f41d4: Layer already exists [2021-04-19T15:42:28.895Z] 7a63ff9f1235: Layer already exists [2021-04-19T15:42:28.895Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:28.895Z] 83cfdb5e7160: Layer already exists [2021-04-19T15:42:28.895Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:28.895Z] master: digest: sha256:b0876e33017778b27c74fc5a7f7493651c992766ceaabc6fc8bb43570954c177 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:28.946Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:28.959Z] taggedImages: [2021-04-19T15:42:28.959Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:28.959Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.177 [2021-04-19T15:42:28.959Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:28.959Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-19T15:42:28.999Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-19T15:42:28.999Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:28.999Z] 2.0.0-dev.177 [2021-04-19T15:42:28.999Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:28.999Z] master [2021-04-19T15:42:28.999Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:29.153Z] Attempting uninstall: requests [2021-04-19T15:42:29.153Z] Found existing installation: requests 2.23.0 [2021-04-19T15:42:29.153Z] Uninstalling requests-2.23.0: [2021-04-19T15:42:29.153Z] Successfully uninstalled requests-2.23.0 [2021-04-19T15:42:29.346Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:29.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:29.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T15:42:29.655Z] 0faea7232288: Preparing [2021-04-19T15:42:29.655Z] 0faea7232288: Preparing [2021-04-19T15:42:29.655Z] cd6df53f7947: Preparing [2021-04-19T15:42:29.655Z] 1133a49b6ba6: Preparing [2021-04-19T15:42:29.655Z] 0f7992dfb34d: Preparing [2021-04-19T15:42:29.655Z] 1fe1a846e3d7: Preparing [2021-04-19T15:42:29.655Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:29.655Z] 29e71429d0b2: Preparing [2021-04-19T15:42:29.656Z] 29e71429d0b2: Preparing [2021-04-19T15:42:29.656Z] b06f7e9c9d6c: Preparing [2021-04-19T15:42:29.656Z] 2cc1db50e212: Preparing [2021-04-19T15:42:29.656Z] 32f366d666a5: Preparing [2021-04-19T15:42:29.656Z] 29e71429d0b2: Waiting [2021-04-19T15:42:29.656Z] b06f7e9c9d6c: Waiting [2021-04-19T15:42:29.656Z] 2cc1db50e212: Waiting [2021-04-19T15:42:29.656Z] 32f366d666a5: Waiting [2021-04-19T15:42:29.656Z] 7cc6b231c3b1: Waiting [2021-04-19T15:42:29.923Z] 0faea7232288: Pushed [2021-04-19T15:42:29.923Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:29.923Z] 1133a49b6ba6: Pushed [2021-04-19T15:42:29.923Z] cd6df53f7947: Pushed [2021-04-19T15:42:29.923Z] 0f7992dfb34d: Pushed [2021-04-19T15:42:30.185Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:30.185Z] 29e71429d0b2: Pushed [2021-04-19T15:42:30.185Z] b06f7e9c9d6c: Pushed [2021-04-19T15:42:30.185Z] 2cc1db50e212: Pushed [2021-04-19T15:42:31.131Z] 1fe1a846e3d7: Pushed [2021-04-19T15:42:31.146Z] Running setup.py install for dockerpty: started [2021-04-19T15:42:31.394Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:2ea9e43079217aa06a4bd09e794ba51e11b969941cd6c60dd514cbd7fb875be2 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:31.703Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:32.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.177 [2021-04-19T15:42:32.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T15:42:32.004Z] 0faea7232288: Preparing [2021-04-19T15:42:32.004Z] 0faea7232288: Preparing [2021-04-19T15:42:32.004Z] cd6df53f7947: Preparing [2021-04-19T15:42:32.004Z] 1133a49b6ba6: Preparing [2021-04-19T15:42:32.004Z] 0f7992dfb34d: Preparing [2021-04-19T15:42:32.004Z] 1fe1a846e3d7: Preparing [2021-04-19T15:42:32.004Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:32.004Z] 29e71429d0b2: Preparing [2021-04-19T15:42:32.004Z] 29e71429d0b2: Preparing [2021-04-19T15:42:32.004Z] b06f7e9c9d6c: Preparing [2021-04-19T15:42:32.004Z] 2cc1db50e212: Preparing [2021-04-19T15:42:32.004Z] 32f366d666a5: Preparing [2021-04-19T15:42:32.004Z] 7cc6b231c3b1: Waiting [2021-04-19T15:42:32.004Z] 29e71429d0b2: Waiting [2021-04-19T15:42:32.004Z] 2cc1db50e212: Waiting [2021-04-19T15:42:32.004Z] b06f7e9c9d6c: Waiting [2021-04-19T15:42:32.004Z] 32f366d666a5: Waiting [2021-04-19T15:42:32.004Z] 0faea7232288: Layer already exists [2021-04-19T15:42:32.004Z] 0f7992dfb34d: Layer already exists [2021-04-19T15:42:32.004Z] cd6df53f7947: Layer already exists [2021-04-19T15:42:32.004Z] 1133a49b6ba6: Layer already exists [2021-04-19T15:42:32.004Z] 1fe1a846e3d7: Layer already exists [2021-04-19T15:42:32.004Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:32.004Z] 29e71429d0b2: Layer already exists [2021-04-19T15:42:32.004Z] b06f7e9c9d6c: Layer already exists [2021-04-19T15:42:32.004Z] 2cc1db50e212: Layer already exists [2021-04-19T15:42:32.004Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:32.004Z] 2.0.0-dev.177: digest: sha256:2ea9e43079217aa06a4bd09e794ba51e11b969941cd6c60dd514cbd7fb875be2 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:32.158Z] Removing intermediate container 2fa0d7f7fe52 [2021-04-19T15:42:32.158Z] ---> 46a8eebe64f8 [2021-04-19T15:42:32.158Z] Step 8/23 : COPY . . [2021-04-19T15:42:32.312Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:32.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:32.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T15:42:32.618Z] 0faea7232288: Preparing [2021-04-19T15:42:32.618Z] 0faea7232288: Preparing [2021-04-19T15:42:32.618Z] cd6df53f7947: Preparing [2021-04-19T15:42:32.618Z] 1133a49b6ba6: Preparing [2021-04-19T15:42:32.618Z] 0f7992dfb34d: Preparing [2021-04-19T15:42:32.618Z] 1fe1a846e3d7: Preparing [2021-04-19T15:42:32.618Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:32.618Z] 29e71429d0b2: Preparing [2021-04-19T15:42:32.618Z] 29e71429d0b2: Preparing [2021-04-19T15:42:32.618Z] b06f7e9c9d6c: Preparing [2021-04-19T15:42:32.618Z] 2cc1db50e212: Preparing [2021-04-19T15:42:32.618Z] 32f366d666a5: Preparing [2021-04-19T15:42:32.618Z] 29e71429d0b2: Waiting [2021-04-19T15:42:32.618Z] 32f366d666a5: Waiting [2021-04-19T15:42:32.618Z] b06f7e9c9d6c: Waiting [2021-04-19T15:42:32.618Z] 2cc1db50e212: Waiting [2021-04-19T15:42:32.618Z] 7cc6b231c3b1: Waiting [2021-04-19T15:42:32.618Z] 0faea7232288: Layer already exists [2021-04-19T15:42:32.618Z] 1133a49b6ba6: Layer already exists [2021-04-19T15:42:32.618Z] 1fe1a846e3d7: Layer already exists [2021-04-19T15:42:32.618Z] 0f7992dfb34d: Layer already exists [2021-04-19T15:42:32.618Z] cd6df53f7947: Layer already exists [2021-04-19T15:42:32.618Z] 29e71429d0b2: Layer already exists [2021-04-19T15:42:32.618Z] b06f7e9c9d6c: Layer already exists [2021-04-19T15:42:32.618Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:32.618Z] 2cc1db50e212: Layer already exists [2021-04-19T15:42:32.618Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:32.883Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:2ea9e43079217aa06a4bd09e794ba51e11b969941cd6c60dd514cbd7fb875be2 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:33.190Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:33.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-19T15:42:33.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T15:42:33.493Z] 0faea7232288: Preparing [2021-04-19T15:42:33.493Z] 0faea7232288: Preparing [2021-04-19T15:42:33.493Z] cd6df53f7947: Preparing [2021-04-19T15:42:33.493Z] 1133a49b6ba6: Preparing [2021-04-19T15:42:33.493Z] 0f7992dfb34d: Preparing [2021-04-19T15:42:33.493Z] 1fe1a846e3d7: Preparing [2021-04-19T15:42:33.493Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:33.493Z] 29e71429d0b2: Preparing [2021-04-19T15:42:33.493Z] 29e71429d0b2: Preparing [2021-04-19T15:42:33.493Z] b06f7e9c9d6c: Preparing [2021-04-19T15:42:33.493Z] 2cc1db50e212: Preparing [2021-04-19T15:42:33.493Z] 32f366d666a5: Preparing [2021-04-19T15:42:33.493Z] 29e71429d0b2: Waiting [2021-04-19T15:42:33.493Z] b06f7e9c9d6c: Waiting [2021-04-19T15:42:33.493Z] 2cc1db50e212: Waiting [2021-04-19T15:42:33.493Z] 32f366d666a5: Waiting [2021-04-19T15:42:33.493Z] 7cc6b231c3b1: Waiting [2021-04-19T15:42:33.493Z] 0f7992dfb34d: Layer already exists [2021-04-19T15:42:33.493Z] 1133a49b6ba6: Layer already exists [2021-04-19T15:42:33.493Z] 0faea7232288: Layer already exists [2021-04-19T15:42:33.493Z] 1fe1a846e3d7: Layer already exists [2021-04-19T15:42:33.493Z] cd6df53f7947: Layer already exists [2021-04-19T15:42:33.493Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:33.493Z] b06f7e9c9d6c: Layer already exists [2021-04-19T15:42:33.493Z] 29e71429d0b2: Layer already exists [2021-04-19T15:42:33.493Z] 2cc1db50e212: Layer already exists [2021-04-19T15:42:33.493Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:33.758Z] master: digest: sha256:2ea9e43079217aa06a4bd09e794ba51e11b969941cd6c60dd514cbd7fb875be2 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:33.809Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:33.822Z] taggedImages: [2021-04-19T15:42:33.823Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:33.823Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.177 [2021-04-19T15:42:33.823Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:33.823Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-19T15:42:33.851Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-19T15:42:33.851Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:33.851Z] 2.0.0-dev.177 [2021-04-19T15:42:33.851Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:33.851Z] master [2021-04-19T15:42:33.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:34.203Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:34.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:34.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T15:42:34.509Z] 60c421972245: Preparing [2021-04-19T15:42:34.509Z] 91fd21ddd490: Preparing [2021-04-19T15:42:34.509Z] dd6e95f5246b: Preparing [2021-04-19T15:42:34.509Z] 020a5daad4f1: Preparing [2021-04-19T15:42:34.509Z] 6c22f5b8871c: Preparing [2021-04-19T15:42:34.509Z] 32f366d666a5: Preparing [2021-04-19T15:42:34.509Z] 32f366d666a5: Waiting [2021-04-19T15:42:34.792Z] dd6e95f5246b: Pushed [2021-04-19T15:42:34.792Z] 020a5daad4f1: Pushed [2021-04-19T15:42:34.792Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:34.792Z] 6c22f5b8871c: Pushed [2021-04-19T15:42:35.656Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T15:42:35.743Z] 91fd21ddd490: Pushed [2021-04-19T15:42:35.743Z] 60c421972245: Pushed [2021-04-19T15:42:36.006Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:905cbbdd8f87b9f91d81336f1ff561e67b3c376023364b19a8c5d8d2f48ff783 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:36.313Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:36.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.177 [2021-04-19T15:42:36.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T15:42:36.616Z] 60c421972245: Preparing [2021-04-19T15:42:36.616Z] 91fd21ddd490: Preparing [2021-04-19T15:42:36.616Z] dd6e95f5246b: Preparing [2021-04-19T15:42:36.616Z] 020a5daad4f1: Preparing [2021-04-19T15:42:36.616Z] 6c22f5b8871c: Preparing [2021-04-19T15:42:36.616Z] 32f366d666a5: Preparing [2021-04-19T15:42:36.616Z] 32f366d666a5: Waiting [2021-04-19T15:42:36.616Z] 020a5daad4f1: Layer already exists [2021-04-19T15:42:36.616Z] 91fd21ddd490: Layer already exists [2021-04-19T15:42:36.616Z] dd6e95f5246b: Layer already exists [2021-04-19T15:42:36.616Z] 6c22f5b8871c: Layer already exists [2021-04-19T15:42:36.616Z] 60c421972245: Layer already exists [2021-04-19T15:42:36.616Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:36.616Z] 2.0.0-dev.177: digest: sha256:905cbbdd8f87b9f91d81336f1ff561e67b3c376023364b19a8c5d8d2f48ff783 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:36.916Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:37.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:37.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T15:42:37.213Z] 60c421972245: Preparing [2021-04-19T15:42:37.213Z] 91fd21ddd490: Preparing [2021-04-19T15:42:37.213Z] dd6e95f5246b: Preparing [2021-04-19T15:42:37.213Z] 020a5daad4f1: Preparing [2021-04-19T15:42:37.213Z] 6c22f5b8871c: Preparing [2021-04-19T15:42:37.213Z] 32f366d666a5: Preparing [2021-04-19T15:42:37.213Z] 32f366d666a5: Waiting [2021-04-19T15:42:37.213Z] 91fd21ddd490: Layer already exists [2021-04-19T15:42:37.213Z] 60c421972245: Layer already exists [2021-04-19T15:42:37.213Z] 020a5daad4f1: Layer already exists [2021-04-19T15:42:37.213Z] dd6e95f5246b: Layer already exists [2021-04-19T15:42:37.213Z] 6c22f5b8871c: Layer already exists [2021-04-19T15:42:37.213Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:37.213Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:905cbbdd8f87b9f91d81336f1ff561e67b3c376023364b19a8c5d8d2f48ff783 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:37.519Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:37.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-19T15:42:37.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T15:42:37.819Z] 60c421972245: Preparing [2021-04-19T15:42:37.819Z] 91fd21ddd490: Preparing [2021-04-19T15:42:37.819Z] dd6e95f5246b: Preparing [2021-04-19T15:42:37.819Z] 020a5daad4f1: Preparing [2021-04-19T15:42:37.819Z] 6c22f5b8871c: Preparing [2021-04-19T15:42:37.819Z] 32f366d666a5: Preparing [2021-04-19T15:42:37.819Z] 32f366d666a5: Waiting [2021-04-19T15:42:37.819Z] 91fd21ddd490: Layer already exists [2021-04-19T15:42:37.819Z] 6c22f5b8871c: Layer already exists [2021-04-19T15:42:37.819Z] dd6e95f5246b: Layer already exists [2021-04-19T15:42:37.819Z] 60c421972245: Layer already exists [2021-04-19T15:42:37.819Z] 020a5daad4f1: Layer already exists [2021-04-19T15:42:37.819Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:37.819Z] master: digest: sha256:905cbbdd8f87b9f91d81336f1ff561e67b3c376023364b19a8c5d8d2f48ff783 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:37.875Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:37.893Z] taggedImages: [2021-04-19T15:42:37.893Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:37.893Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.177 [2021-04-19T15:42:37.893Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:37.893Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-19T15:42:37.925Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-19T15:42:37.925Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:37.925Z] 2.0.0-dev.177 [2021-04-19T15:42:37.925Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:37.925Z] master [2021-04-19T15:42:37.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:38.270Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:38.379Z] 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-19T15:42:38.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:38.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T15:42:38.678Z] 581165acbb08: Preparing [2021-04-19T15:42:38.678Z] 0ba0afda2c04: Preparing [2021-04-19T15:42:38.678Z] ca10cdc67ffe: Preparing [2021-04-19T15:42:38.678Z] 4c07c109157d: Preparing [2021-04-19T15:42:38.678Z] 11d132ebf069: Preparing [2021-04-19T15:42:38.678Z] edbf0581253e: Preparing [2021-04-19T15:42:38.678Z] 69e536ee62f9: Preparing [2021-04-19T15:42:38.678Z] 000cbcc340d2: Preparing [2021-04-19T15:42:38.678Z] 32f366d666a5: Preparing [2021-04-19T15:42:38.678Z] edbf0581253e: Waiting [2021-04-19T15:42:38.678Z] 69e536ee62f9: Waiting [2021-04-19T15:42:38.678Z] 000cbcc340d2: Waiting [2021-04-19T15:42:38.678Z] 32f366d666a5: Waiting [2021-04-19T15:42:38.982Z] 11d132ebf069: Pushed [2021-04-19T15:42:38.982Z] 581165acbb08: Pushed [2021-04-19T15:42:38.982Z] 0ba0afda2c04: Pushed [2021-04-19T15:42:38.982Z] edbf0581253e: Pushed [2021-04-19T15:42:38.982Z] 69e536ee62f9: Pushed [2021-04-19T15:42:38.982Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:39.262Z] 000cbcc340d2: Pushed [2021-04-19T15:42:39.837Z] 4c07c109157d: Pushed [2021-04-19T15:42:39.837Z] ca10cdc67ffe: Pushed [2021-04-19T15:42:40.100Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:f6f1cd8e4be1097dd31551a812dc75414e2a458925f0deaecd3f05d2a9021769 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:40.411Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:40.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.177 [2021-04-19T15:42:40.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T15:42:40.723Z] 581165acbb08: Preparing [2021-04-19T15:42:40.723Z] 0ba0afda2c04: Preparing [2021-04-19T15:42:40.723Z] ca10cdc67ffe: Preparing [2021-04-19T15:42:40.723Z] 4c07c109157d: Preparing [2021-04-19T15:42:40.723Z] 11d132ebf069: Preparing [2021-04-19T15:42:40.723Z] edbf0581253e: Preparing [2021-04-19T15:42:40.723Z] 69e536ee62f9: Preparing [2021-04-19T15:42:40.723Z] 000cbcc340d2: Preparing [2021-04-19T15:42:40.723Z] 32f366d666a5: Preparing [2021-04-19T15:42:40.723Z] 69e536ee62f9: Waiting [2021-04-19T15:42:40.723Z] 32f366d666a5: Waiting [2021-04-19T15:42:40.723Z] 000cbcc340d2: Waiting [2021-04-19T15:42:40.723Z] edbf0581253e: Waiting [2021-04-19T15:42:40.723Z] 11d132ebf069: Layer already exists [2021-04-19T15:42:40.723Z] ca10cdc67ffe: Layer already exists [2021-04-19T15:42:40.723Z] 581165acbb08: Layer already exists [2021-04-19T15:42:40.723Z] 4c07c109157d: Layer already exists [2021-04-19T15:42:40.723Z] 0ba0afda2c04: Layer already exists [2021-04-19T15:42:40.723Z] 69e536ee62f9: Layer already exists [2021-04-19T15:42:40.723Z] edbf0581253e: Layer already exists [2021-04-19T15:42:40.723Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:40.723Z] 000cbcc340d2: Layer already exists [2021-04-19T15:42:40.723Z] 2.0.0-dev.177: digest: sha256:f6f1cd8e4be1097dd31551a812dc75414e2a458925f0deaecd3f05d2a9021769 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:41.040Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:41.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:41.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T15:42:41.347Z] 581165acbb08: Preparing [2021-04-19T15:42:41.347Z] 0ba0afda2c04: Preparing [2021-04-19T15:42:41.347Z] ca10cdc67ffe: Preparing [2021-04-19T15:42:41.347Z] 4c07c109157d: Preparing [2021-04-19T15:42:41.347Z] 11d132ebf069: Preparing [2021-04-19T15:42:41.347Z] edbf0581253e: Preparing [2021-04-19T15:42:41.347Z] 69e536ee62f9: Preparing [2021-04-19T15:42:41.347Z] 000cbcc340d2: Preparing [2021-04-19T15:42:41.347Z] 32f366d666a5: Preparing [2021-04-19T15:42:41.347Z] edbf0581253e: Waiting [2021-04-19T15:42:41.347Z] 69e536ee62f9: Waiting [2021-04-19T15:42:41.347Z] 000cbcc340d2: Waiting [2021-04-19T15:42:41.347Z] 32f366d666a5: Waiting [2021-04-19T15:42:41.347Z] 0ba0afda2c04: Layer already exists [2021-04-19T15:42:41.347Z] 4c07c109157d: Layer already exists [2021-04-19T15:42:41.347Z] 11d132ebf069: Layer already exists [2021-04-19T15:42:41.347Z] 581165acbb08: Layer already exists [2021-04-19T15:42:41.347Z] ca10cdc67ffe: Layer already exists [2021-04-19T15:42:41.347Z] edbf0581253e: Layer already exists [2021-04-19T15:42:41.347Z] 69e536ee62f9: Layer already exists [2021-04-19T15:42:41.347Z] 000cbcc340d2: Layer already exists [2021-04-19T15:42:41.347Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:41.347Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:f6f1cd8e4be1097dd31551a812dc75414e2a458925f0deaecd3f05d2a9021769 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:41.654Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:41.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-19T15:42:41.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T15:42:41.956Z] 581165acbb08: Preparing [2021-04-19T15:42:41.956Z] 0ba0afda2c04: Preparing [2021-04-19T15:42:41.956Z] ca10cdc67ffe: Preparing [2021-04-19T15:42:41.956Z] 4c07c109157d: Preparing [2021-04-19T15:42:41.956Z] 11d132ebf069: Preparing [2021-04-19T15:42:41.956Z] edbf0581253e: Preparing [2021-04-19T15:42:41.956Z] 69e536ee62f9: Preparing [2021-04-19T15:42:41.956Z] 000cbcc340d2: Preparing [2021-04-19T15:42:41.956Z] 32f366d666a5: Preparing [2021-04-19T15:42:41.956Z] 69e536ee62f9: Waiting [2021-04-19T15:42:41.956Z] 000cbcc340d2: Waiting [2021-04-19T15:42:41.956Z] edbf0581253e: Waiting [2021-04-19T15:42:41.956Z] 32f366d666a5: Waiting [2021-04-19T15:42:41.956Z] 11d132ebf069: Layer already exists [2021-04-19T15:42:41.956Z] 581165acbb08: Layer already exists [2021-04-19T15:42:41.956Z] 4c07c109157d: Layer already exists [2021-04-19T15:42:41.956Z] ca10cdc67ffe: Layer already exists [2021-04-19T15:42:41.956Z] 0ba0afda2c04: Layer already exists [2021-04-19T15:42:41.956Z] edbf0581253e: Layer already exists [2021-04-19T15:42:41.956Z] 000cbcc340d2: Layer already exists [2021-04-19T15:42:41.956Z] 69e536ee62f9: Layer already exists [2021-04-19T15:42:41.956Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:41.956Z] master: digest: sha256:f6f1cd8e4be1097dd31551a812dc75414e2a458925f0deaecd3f05d2a9021769 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:42.009Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:42.023Z] taggedImages: [2021-04-19T15:42:42.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:42.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.177 [2021-04-19T15:42:42.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:42.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-19T15:42:42.053Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-19T15:42:42.053Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:42.053Z] 2.0.0-dev.177 [2021-04-19T15:42:42.053Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:42.053Z] master [2021-04-19T15:42:42.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:42.401Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:42.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:42.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T15:42:42.699Z] 1a3ca4077771: Preparing [2021-04-19T15:42:42.699Z] f48cf1e6b9f5: Preparing [2021-04-19T15:42:42.699Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:42.699Z] e2345798fe19: Preparing [2021-04-19T15:42:42.699Z] 32f366d666a5: Preparing [2021-04-19T15:42:42.699Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:42.699Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:42.699Z] 1a3ca4077771: Pushed [2021-04-19T15:42:43.276Z] e2345798fe19: Pushed [2021-04-19T15:42:43.848Z] f48cf1e6b9f5: Pushed [2021-04-19T15:42:44.110Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:f4749451be9281605b1163df88fe99b003d023a91968b8411eb42cf789c25ac9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:44.414Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:44.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.177 [2021-04-19T15:42:44.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T15:42:44.710Z] 1a3ca4077771: Preparing [2021-04-19T15:42:44.710Z] f48cf1e6b9f5: Preparing [2021-04-19T15:42:44.710Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:44.710Z] e2345798fe19: Preparing [2021-04-19T15:42:44.710Z] 32f366d666a5: Preparing [2021-04-19T15:42:44.710Z] e2345798fe19: Layer already exists [2021-04-19T15:42:44.710Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:44.710Z] 1a3ca4077771: Layer already exists [2021-04-19T15:42:44.710Z] f48cf1e6b9f5: Layer already exists [2021-04-19T15:42:44.710Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:44.710Z] 2.0.0-dev.177: digest: sha256:f4749451be9281605b1163df88fe99b003d023a91968b8411eb42cf789c25ac9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:45.025Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:45.187Z] ---> 8848c5df29ea [2021-04-19T15:42:45.187Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T15:42:45.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:45.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T15:42:45.341Z] 1a3ca4077771: Preparing [2021-04-19T15:42:45.341Z] f48cf1e6b9f5: Preparing [2021-04-19T15:42:45.341Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:45.341Z] e2345798fe19: Preparing [2021-04-19T15:42:45.341Z] 32f366d666a5: Preparing [2021-04-19T15:42:45.341Z] 1a3ca4077771: Layer already exists [2021-04-19T15:42:45.341Z] e2345798fe19: Layer already exists [2021-04-19T15:42:45.341Z] f48cf1e6b9f5: Layer already exists [2021-04-19T15:42:45.341Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:45.341Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:45.341Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:f4749451be9281605b1163df88fe99b003d023a91968b8411eb42cf789c25ac9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:45.464Z] ---> Running in f49acfc96f08 [2021-04-19T15:42:45.659Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:45.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-19T15:42:45.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T15:42:45.961Z] 1a3ca4077771: Preparing [2021-04-19T15:42:45.961Z] f48cf1e6b9f5: Preparing [2021-04-19T15:42:45.961Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:45.961Z] e2345798fe19: Preparing [2021-04-19T15:42:45.961Z] 32f366d666a5: Preparing [2021-04-19T15:42:45.961Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:45.961Z] e2345798fe19: Layer already exists [2021-04-19T15:42:45.961Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:45.961Z] f48cf1e6b9f5: Layer already exists [2021-04-19T15:42:45.961Z] 1a3ca4077771: Layer already exists [2021-04-19T15:42:45.961Z] master: digest: sha256:f4749451be9281605b1163df88fe99b003d023a91968b8411eb42cf789c25ac9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:46.029Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:46.042Z] taggedImages: [2021-04-19T15:42:46.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:46.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.177 [2021-04-19T15:42:46.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:46.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-19T15:42:46.073Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-19T15:42:46.073Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:46.073Z] 2.0.0-dev.177 [2021-04-19T15:42:46.073Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:46.073Z] master [2021-04-19T15:42:46.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:46.416Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:46.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:46.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T15:42:46.721Z] acc470ff59b2: Preparing [2021-04-19T15:42:46.721Z] 476ab665c85e: Preparing [2021-04-19T15:42:46.721Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:46.721Z] d168bf1cce4e: Preparing [2021-04-19T15:42:46.721Z] 32f366d666a5: Preparing [2021-04-19T15:42:46.721Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:46.721Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:46.721Z] acc470ff59b2: Pushed [2021-04-19T15:42:46.984Z] d168bf1cce4e: Pushed [2021-04-19T15:42:47.927Z] 476ab665c85e: Pushed [2021-04-19T15:42:48.104Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.177" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T15:42:48.189Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:8dfd249ac904c311ac6bcb235d2d5e8d2371f732ee6d815bbf0c894f56a16a53 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:48.491Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:48.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.177 [2021-04-19T15:42:48.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T15:42:48.785Z] acc470ff59b2: Preparing [2021-04-19T15:42:48.785Z] 476ab665c85e: Preparing [2021-04-19T15:42:48.785Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:48.785Z] d168bf1cce4e: Preparing [2021-04-19T15:42:48.785Z] 32f366d666a5: Preparing [2021-04-19T15:42:48.785Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:48.785Z] 476ab665c85e: Layer already exists [2021-04-19T15:42:48.785Z] acc470ff59b2: Layer already exists [2021-04-19T15:42:48.785Z] d168bf1cce4e: Layer already exists [2021-04-19T15:42:48.785Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:48.785Z] 2.0.0-dev.177: digest: sha256:8dfd249ac904c311ac6bcb235d2d5e8d2371f732ee6d815bbf0c894f56a16a53 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:49.091Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:49.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:49.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T15:42:49.395Z] acc470ff59b2: Preparing [2021-04-19T15:42:49.395Z] 476ab665c85e: Preparing [2021-04-19T15:42:49.395Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:49.395Z] d168bf1cce4e: Preparing [2021-04-19T15:42:49.395Z] 32f366d666a5: Preparing [2021-04-19T15:42:49.395Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:49.395Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:49.395Z] acc470ff59b2: Layer already exists [2021-04-19T15:42:49.395Z] d168bf1cce4e: Layer already exists [2021-04-19T15:42:49.395Z] 476ab665c85e: Layer already exists [2021-04-19T15:42:49.395Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:8dfd249ac904c311ac6bcb235d2d5e8d2371f732ee6d815bbf0c894f56a16a53 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:49.695Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:49.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-19T15:42:49.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T15:42:49.992Z] acc470ff59b2: Preparing [2021-04-19T15:42:49.992Z] 476ab665c85e: Preparing [2021-04-19T15:42:49.992Z] 7cc6b231c3b1: Preparing [2021-04-19T15:42:49.992Z] d168bf1cce4e: Preparing [2021-04-19T15:42:49.992Z] 32f366d666a5: Preparing [2021-04-19T15:42:49.992Z] acc470ff59b2: Layer already exists [2021-04-19T15:42:49.992Z] 476ab665c85e: Layer already exists [2021-04-19T15:42:49.992Z] 7cc6b231c3b1: Layer already exists [2021-04-19T15:42:49.992Z] d168bf1cce4e: Layer already exists [2021-04-19T15:42:49.992Z] 32f366d666a5: Layer already exists [2021-04-19T15:42:49.992Z] master: digest: sha256:8dfd249ac904c311ac6bcb235d2d5e8d2371f732ee6d815bbf0c894f56a16a53 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:50.057Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:50.077Z] taggedImages: [2021-04-19T15:42:50.077Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:50.077Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.177 [2021-04-19T15:42:50.077Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:50.077Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-19T15:42:50.106Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-19T15:42:50.106Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:50.106Z] 2.0.0-dev.177 [2021-04-19T15:42:50.106Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:50.106Z] master [2021-04-19T15:42:50.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:50.446Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:50.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:50.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T15:42:50.742Z] 895b3cc80b90: Preparing [2021-04-19T15:42:50.742Z] 9190b8c715d3: Preparing [2021-04-19T15:42:50.742Z] 345340cb2f39: Preparing [2021-04-19T15:42:50.742Z] 98eb573c4fcc: Preparing [2021-04-19T15:42:50.742Z] 0754057c0ad3: Preparing [2021-04-19T15:42:50.742Z] 998cdf262ab1: Preparing [2021-04-19T15:42:50.742Z] 02e56110abd2: Preparing [2021-04-19T15:42:50.742Z] abc36efb885a: Preparing [2021-04-19T15:42:50.742Z] b0b09059f4e1: Preparing [2021-04-19T15:42:50.742Z] bb961f40224b: Preparing [2021-04-19T15:42:50.742Z] f4666769fca7: Preparing [2021-04-19T15:42:50.742Z] 998cdf262ab1: Waiting [2021-04-19T15:42:50.742Z] b0b09059f4e1: Waiting [2021-04-19T15:42:50.742Z] bb961f40224b: Waiting [2021-04-19T15:42:50.742Z] f4666769fca7: Waiting [2021-04-19T15:42:50.742Z] 02e56110abd2: Waiting [2021-04-19T15:42:50.742Z] abc36efb885a: Waiting [2021-04-19T15:42:50.742Z] 0754057c0ad3: Layer already exists [2021-04-19T15:42:50.742Z] 998cdf262ab1: Layer already exists [2021-04-19T15:42:50.742Z] 02e56110abd2: Layer already exists [2021-04-19T15:42:51.007Z] abc36efb885a: Layer already exists [2021-04-19T15:42:51.007Z] 9190b8c715d3: Pushed [2021-04-19T15:42:51.007Z] b0b09059f4e1: Layer already exists [2021-04-19T15:42:51.007Z] bb961f40224b: Layer already exists [2021-04-19T15:42:51.007Z] f4666769fca7: Layer already exists [2021-04-19T15:42:51.273Z] 895b3cc80b90: Pushed [2021-04-19T15:42:51.846Z] 345340cb2f39: Pushed [2021-04-19T15:42:56.060Z] 98eb573c4fcc: Pushed [2021-04-19T15:42:56.060Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:1a93cafeaa68e4e246224c3f55e54b10b8788ffda4b3ce988b6da1be8fdb0d57 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:56.426Z] Removing intermediate container 6968efe002d2 [2021-04-19T15:42:56.426Z] ---> abf72b7e361f [2021-04-19T15:42:56.426Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T15:42:56.426Z] ---> Running in 42cf0438ad10 [2021-04-19T15:42:56.426Z] Removing intermediate container 42cf0438ad10 [2021-04-19T15:42:56.426Z] ---> 176993b70b12 [2021-04-19T15:42:56.426Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T15:42:56.623Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:56.704Z] ---> Running in f3c06ac9a7c2 [2021-04-19T15:42:56.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.177 [2021-04-19T15:42:56.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T15:42:56.921Z] 895b3cc80b90: Preparing [2021-04-19T15:42:56.921Z] 9190b8c715d3: Preparing [2021-04-19T15:42:56.921Z] 345340cb2f39: Preparing [2021-04-19T15:42:56.921Z] 98eb573c4fcc: Preparing [2021-04-19T15:42:56.921Z] 0754057c0ad3: Preparing [2021-04-19T15:42:56.921Z] 998cdf262ab1: Preparing [2021-04-19T15:42:56.921Z] 02e56110abd2: Preparing [2021-04-19T15:42:56.921Z] abc36efb885a: Preparing [2021-04-19T15:42:56.921Z] b0b09059f4e1: Preparing [2021-04-19T15:42:56.921Z] bb961f40224b: Preparing [2021-04-19T15:42:56.921Z] f4666769fca7: Preparing [2021-04-19T15:42:56.921Z] 998cdf262ab1: Waiting [2021-04-19T15:42:56.921Z] 02e56110abd2: Waiting [2021-04-19T15:42:56.921Z] abc36efb885a: Waiting [2021-04-19T15:42:56.921Z] b0b09059f4e1: Waiting [2021-04-19T15:42:56.921Z] bb961f40224b: Waiting [2021-04-19T15:42:56.921Z] f4666769fca7: Waiting [2021-04-19T15:42:56.921Z] 895b3cc80b90: Layer already exists [2021-04-19T15:42:56.921Z] 345340cb2f39: Layer already exists [2021-04-19T15:42:56.921Z] 0754057c0ad3: Layer already exists [2021-04-19T15:42:56.921Z] 98eb573c4fcc: Layer already exists [2021-04-19T15:42:56.921Z] 9190b8c715d3: Layer already exists [2021-04-19T15:42:56.921Z] 998cdf262ab1: Layer already exists [2021-04-19T15:42:56.921Z] b0b09059f4e1: Layer already exists [2021-04-19T15:42:56.921Z] 02e56110abd2: Layer already exists [2021-04-19T15:42:56.921Z] abc36efb885a: Layer already exists [2021-04-19T15:42:56.921Z] bb961f40224b: Layer already exists [2021-04-19T15:42:56.921Z] f4666769fca7: Layer already exists [2021-04-19T15:42:56.921Z] 2.0.0-dev.177: digest: sha256:1a93cafeaa68e4e246224c3f55e54b10b8788ffda4b3ce988b6da1be8fdb0d57 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:57.225Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:57.302Z] Removing intermediate container f3c06ac9a7c2 [2021-04-19T15:42:57.302Z] ---> ffe3026e969e [2021-04-19T15:42:57.302Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T15:42:57.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:57.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T15:42:57.521Z] 895b3cc80b90: Preparing [2021-04-19T15:42:57.521Z] 9190b8c715d3: Preparing [2021-04-19T15:42:57.521Z] 345340cb2f39: Preparing [2021-04-19T15:42:57.521Z] 98eb573c4fcc: Preparing [2021-04-19T15:42:57.521Z] 0754057c0ad3: Preparing [2021-04-19T15:42:57.521Z] 998cdf262ab1: Preparing [2021-04-19T15:42:57.521Z] 02e56110abd2: Preparing [2021-04-19T15:42:57.521Z] abc36efb885a: Preparing [2021-04-19T15:42:57.521Z] b0b09059f4e1: Preparing [2021-04-19T15:42:57.521Z] bb961f40224b: Preparing [2021-04-19T15:42:57.521Z] f4666769fca7: Preparing [2021-04-19T15:42:57.521Z] 998cdf262ab1: Waiting [2021-04-19T15:42:57.521Z] 02e56110abd2: Waiting [2021-04-19T15:42:57.521Z] bb961f40224b: Waiting [2021-04-19T15:42:57.521Z] abc36efb885a: Waiting [2021-04-19T15:42:57.521Z] b0b09059f4e1: Waiting [2021-04-19T15:42:57.521Z] f4666769fca7: Waiting [2021-04-19T15:42:57.521Z] 0754057c0ad3: Layer already exists [2021-04-19T15:42:57.521Z] 345340cb2f39: Layer already exists [2021-04-19T15:42:57.521Z] 98eb573c4fcc: Layer already exists [2021-04-19T15:42:57.521Z] 9190b8c715d3: Layer already exists [2021-04-19T15:42:57.521Z] 895b3cc80b90: Layer already exists [2021-04-19T15:42:57.521Z] 998cdf262ab1: Layer already exists [2021-04-19T15:42:57.521Z] 02e56110abd2: Layer already exists [2021-04-19T15:42:57.521Z] abc36efb885a: Layer already exists [2021-04-19T15:42:57.521Z] b0b09059f4e1: Layer already exists [2021-04-19T15:42:57.521Z] bb961f40224b: Layer already exists [2021-04-19T15:42:57.521Z] f4666769fca7: Layer already exists [2021-04-19T15:42:57.521Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:1a93cafeaa68e4e246224c3f55e54b10b8788ffda4b3ce988b6da1be8fdb0d57 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:57.822Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:42:58.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-19T15:42:58.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T15:42:58.199Z] 895b3cc80b90: Preparing [2021-04-19T15:42:58.199Z] 9190b8c715d3: Preparing [2021-04-19T15:42:58.199Z] 345340cb2f39: Preparing [2021-04-19T15:42:58.199Z] 98eb573c4fcc: Preparing [2021-04-19T15:42:58.199Z] 0754057c0ad3: Preparing [2021-04-19T15:42:58.199Z] 998cdf262ab1: Preparing [2021-04-19T15:42:58.199Z] 02e56110abd2: Preparing [2021-04-19T15:42:58.199Z] abc36efb885a: Preparing [2021-04-19T15:42:58.199Z] b0b09059f4e1: Preparing [2021-04-19T15:42:58.199Z] bb961f40224b: Preparing [2021-04-19T15:42:58.199Z] f4666769fca7: Preparing [2021-04-19T15:42:58.199Z] 02e56110abd2: Waiting [2021-04-19T15:42:58.199Z] abc36efb885a: Waiting [2021-04-19T15:42:58.199Z] b0b09059f4e1: Waiting [2021-04-19T15:42:58.199Z] bb961f40224b: Waiting [2021-04-19T15:42:58.199Z] f4666769fca7: Waiting [2021-04-19T15:42:58.199Z] 998cdf262ab1: Waiting [2021-04-19T15:42:58.199Z] 0754057c0ad3: Layer already exists [2021-04-19T15:42:58.199Z] 98eb573c4fcc: Layer already exists [2021-04-19T15:42:58.199Z] 9190b8c715d3: Layer already exists [2021-04-19T15:42:58.199Z] 345340cb2f39: Layer already exists [2021-04-19T15:42:58.199Z] 895b3cc80b90: Layer already exists [2021-04-19T15:42:58.199Z] abc36efb885a: Layer already exists [2021-04-19T15:42:58.199Z] b0b09059f4e1: Layer already exists [2021-04-19T15:42:58.199Z] bb961f40224b: Layer already exists [2021-04-19T15:42:58.199Z] 02e56110abd2: Layer already exists [2021-04-19T15:42:58.199Z] 998cdf262ab1: Layer already exists [2021-04-19T15:42:58.199Z] f4666769fca7: Layer already exists [2021-04-19T15:42:58.199Z] master: digest: sha256:1a93cafeaa68e4e246224c3f55e54b10b8788ffda4b3ce988b6da1be8fdb0d57 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:42:58.280Z] ===================================================== [Pipeline] echo [2021-04-19T15:42:58.293Z] taggedImages: [2021-04-19T15:42:58.293Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:42:58.293Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.177 [2021-04-19T15:42:58.293Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:42:58.293Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T15:42:59.287Z] ---> fe88e5536749 [2021-04-19T15:42:59.287Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T15:43:00.275Z] ---> 888965be6852 [2021-04-19T15:43:00.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T15:43:01.725Z] ---> f5ac9fe35017 [2021-04-19T15:43:01.725Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T15:43:01.725Z] ---> Running in d52a78c9404a [2021-04-19T15:43:02.724Z] Removing intermediate container d52a78c9404a [2021-04-19T15:43:02.724Z] ---> 7eef36822bff [2021-04-19T15:43:02.724Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:43:02.724Z] ---> Running in 5c05c5aa8edf [2021-04-19T15:43:03.333Z] Removing intermediate container 5c05c5aa8edf [2021-04-19T15:43:03.333Z] ---> 857b271884c2 [2021-04-19T15:43:03.333Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T15:43:03.610Z] ---> Running in 0ceaa0218520 [2021-04-19T15:43:04.213Z] Removing intermediate container 0ceaa0218520 [2021-04-19T15:43:04.213Z] ---> 39058f3ffbbe [2021-04-19T15:43:04.213Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:43:04.495Z] ---> Running in 17f786133bc2 [2021-04-19T15:43:05.491Z] Removing intermediate container 17f786133bc2 [2021-04-19T15:43:05.491Z] ---> 749332abd098 [2021-04-19T15:43:05.491Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:43:05.769Z] ---> Running in 3567c5f5c709 [2021-04-19T15:43:06.373Z] Removing intermediate container 3567c5f5c709 [2021-04-19T15:43:06.373Z] ---> 27f74c34d6cb [2021-04-19T15:43:06.373Z] [2021-04-19T15:43:06.655Z] Successfully built 27f74c34d6cb [2021-04-19T15:43:06.655Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T15:44:14.705Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e3096d75521a [2021-04-19T15:44:14.705Z] ---> dbdf9f5a0c29 [2021-04-19T15:44:14.705Z] [2021-04-19T15:44:14.705Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T15:44:14.705Z] ---> 9852663dfa18 [2021-04-19T15:44:14.705Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T15:44:14.705Z] ---> Running in 92648ec34512 [2021-04-19T15:44:14.705Z] Removing intermediate container 92648ec34512 [2021-04-19T15:44:14.705Z] ---> 45330f2a207d [2021-04-19T15:44:14.705Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T15:44:14.705Z] ---> Running in cf826adfde85 [2021-04-19T15:44:14.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:44:14.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:44:14.705Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T15:44:14.705Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T15:44:14.705Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:44:14.705Z] OK: 5 MiB in 16 packages [2021-04-19T15:44:14.705Z] Removing intermediate container cf826adfde85 [2021-04-19T15:44:14.705Z] ---> 55bc32aa4715 [2021-04-19T15:44:14.705Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T15:44:14.705Z] ---> Running in ba8d6b4f41c3 [2021-04-19T15:44:14.705Z] Removing intermediate container f32202f19f40 [2021-04-19T15:44:14.705Z] ---> 7e88ad90a590 [2021-04-19T15:44:14.705Z] [2021-04-19T15:44:14.705Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T15:44:14.705Z] ---> 9852663dfa18 [2021-04-19T15:44:14.705Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T15:44:14.705Z] ---> Using cache [2021-04-19T15:44:14.705Z] ---> 98d7293523f8 [2021-04-19T15:44:14.705Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:44:14.705Z] ---> Using cache [2021-04-19T15:44:14.705Z] ---> 12677cb90f14 [2021-04-19T15:44:14.705Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T15:44:14.705Z] ---> Running in 980dbcff44ae [2021-04-19T15:44:14.705Z] Removing intermediate container ba8d6b4f41c3 [2021-04-19T15:44:14.705Z] ---> 872e9b79cc58 [2021-04-19T15:44:14.705Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T15:44:14.705Z] ---> Running in 0747743b1dcd [2021-04-19T15:44:14.705Z] Removing intermediate container 980dbcff44ae [2021-04-19T15:44:14.705Z] ---> 3db7294e59b0 [2021-04-19T15:44:14.705Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T15:44:14.705Z] ---> Running in fd871ce8e6f5 [2021-04-19T15:44:14.705Z] Removing intermediate container 0747743b1dcd [2021-04-19T15:44:14.705Z] ---> 226642fa3049 [2021-04-19T15:44:14.705Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T15:44:14.980Z] ---> Running in b4a17f026690 [2021-04-19T15:44:15.258Z] Removing intermediate container fd871ce8e6f5 [2021-04-19T15:44:15.258Z] ---> 438079681579 [2021-04-19T15:44:15.258Z] Step 15/23 : WORKDIR / [2021-04-19T15:44:15.533Z] ---> Running in 4dac6cd461fe [2021-04-19T15:44:16.977Z] Removing intermediate container 4dac6cd461fe [2021-04-19T15:44:16.977Z] ---> 1d190d0de8e8 [2021-04-19T15:44:16.977Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:44:18.421Z] ---> ca12de76c75d [2021-04-19T15:44:18.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T15:44:19.406Z] Removing intermediate container b4a17f026690 [2021-04-19T15:44:19.406Z] ---> aacf0cf7420d [2021-04-19T15:44:19.406Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T15:44:19.680Z] ---> Running in d5242bb07582 [2021-04-19T15:44:21.123Z] Removing intermediate container d5242bb07582 [2021-04-19T15:44:21.123Z] ---> c42f38212a19 [2021-04-19T15:44:21.123Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T15:44:21.123Z] ---> d4a7c22eec11 [2021-04-19T15:44:21.123Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T15:44:23.107Z] ---> 4941938b0b41 [2021-04-19T15:44:23.107Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T15:44:23.107Z] ---> 80e471b89717 [2021-04-19T15:44:23.107Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T15:44:23.107Z] ---> Running in 327e456fcaa7 [2021-04-19T15:44:23.107Z] ---> Running in 5574dace680a [2021-04-19T15:44:23.389Z] Removing intermediate container 19873fa9fecb [2021-04-19T15:44:23.389Z] ---> 5483e73e8750 [2021-04-19T15:44:23.389Z] [2021-04-19T15:44:23.389Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T15:44:23.389Z] ---> 9852663dfa18 [2021-04-19T15:44:23.389Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T15:44:23.389Z] ---> Using cache [2021-04-19T15:44:23.389Z] ---> 98d7293523f8 [2021-04-19T15:44:23.389Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T15:44:23.389Z] ---> Using cache [2021-04-19T15:44:23.389Z] ---> 12677cb90f14 [2021-04-19T15:44:23.389Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T15:44:23.674Z] ---> Running in 820895fa130f [2021-04-19T15:44:23.674Z] Removing intermediate container 5574dace680a [2021-04-19T15:44:23.963Z] ---> 89941b4ab43b [2021-04-19T15:44:23.963Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:44:23.963Z] ---> Running in 1e64d12c1bb0 [2021-04-19T15:44:24.570Z] Removing intermediate container 820895fa130f [2021-04-19T15:44:24.570Z] ---> af3e17712a9c [2021-04-19T15:44:24.570Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T15:44:24.570Z] Removing intermediate container 1e64d12c1bb0 [2021-04-19T15:44:24.570Z] ---> 5945e5c11f24 [2021-04-19T15:44:24.570Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T15:44:24.570Z] ---> Running in aa6e8418687b [2021-04-19T15:44:24.845Z] ---> Running in d9d45d7c5492 [2021-04-19T15:44:25.448Z] Removing intermediate container aa6e8418687b [2021-04-19T15:44:25.448Z] ---> c7ed3cc6fd6b [2021-04-19T15:44:25.448Z] Step 15/23 : WORKDIR / [2021-04-19T15:44:25.448Z] Removing intermediate container d9d45d7c5492 [2021-04-19T15:44:25.448Z] ---> bb3ac6240265 [2021-04-19T15:44:25.448Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:44:25.448Z] ---> Running in b78ae0b5bdc0 [2021-04-19T15:44:26.044Z] ---> Running in c02f3ddbf4c6 [2021-04-19T15:44:26.316Z] Removing intermediate container 327e456fcaa7 [2021-04-19T15:44:26.316Z] ---> 7a7b86bd63a2 [2021-04-19T15:44:26.316Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:44:26.316Z] Removing intermediate container b78ae0b5bdc0 [2021-04-19T15:44:26.316Z] ---> e9ec8e8d7ffb [2021-04-19T15:44:26.316Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:44:26.590Z] Removing intermediate container c02f3ddbf4c6 [2021-04-19T15:44:26.590Z] ---> 3383fb0d1ea5 [2021-04-19T15:44:26.590Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:44:26.862Z] ---> Running in eaa743bde3e3 [2021-04-19T15:44:27.456Z] ---> c40f0ebb7e87 [2021-04-19T15:44:27.456Z] ---> 44acebb1d61a [2021-04-19T15:44:27.456Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T15:44:27.456Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T15:44:27.728Z] Removing intermediate container eaa743bde3e3 [2021-04-19T15:44:27.728Z] ---> 9985a7074226 [2021-04-19T15:44:27.728Z] [2021-04-19T15:44:28.005Z] Successfully built 9985a7074226 [2021-04-19T15:44:28.005Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T15:44:29.442Z]  Building docker-core-command-go ... done  ---> a95e4d99cd48 [2021-04-19T15:44:29.442Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T15:44:29.442Z] ---> d887667580c9 [2021-04-19T15:44:29.442Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T15:44:30.441Z] ---> 90104f444175 [2021-04-19T15:44:30.441Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T15:44:30.441Z] ---> f118f23f2d8a [2021-04-19T15:44:30.441Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T15:44:30.716Z] ---> Running in b7da749de85f [2021-04-19T15:44:31.312Z] Removing intermediate container b7da749de85f [2021-04-19T15:44:31.312Z] ---> 7e976b9cf4ac [2021-04-19T15:44:31.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:44:31.312Z] ---> Running in 15156cb70cca [2021-04-19T15:44:31.312Z] ---> 7ba8b96e52f3 [2021-04-19T15:44:31.312Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T15:44:31.909Z] Removing intermediate container 15156cb70cca [2021-04-19T15:44:31.909Z] ---> aa87f5c795c4 [2021-04-19T15:44:31.909Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T15:44:31.909Z] ---> Running in 4edfdba46ad8 [2021-04-19T15:44:32.191Z] ---> 78add48007eb [2021-04-19T15:44:32.191Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T15:44:32.785Z] Removing intermediate container 4edfdba46ad8 [2021-04-19T15:44:32.785Z] ---> fe72b91a37c5 [2021-04-19T15:44:32.785Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:44:32.785Z] ---> Running in b59f16799c22 [2021-04-19T15:44:32.785Z] ---> Running in e7a6413269e4 [2021-04-19T15:44:33.391Z] Removing intermediate container b59f16799c22 [2021-04-19T15:44:33.391Z] ---> af6abd1406e9 [2021-04-19T15:44:33.391Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T15:44:33.391Z] Removing intermediate container e7a6413269e4 [2021-04-19T15:44:33.391Z] ---> f01e1d610fc7 [2021-04-19T15:44:33.391Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:44:33.667Z] ---> Running in f3bb5cf4c0ec [2021-04-19T15:44:33.955Z] ---> db293983cc7a [2021-04-19T15:44:33.955Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T15:44:34.552Z] ---> Running in 0a73d20a1d7f [2021-04-19T15:44:34.552Z] Removing intermediate container f3bb5cf4c0ec [2021-04-19T15:44:34.552Z] ---> e78f7468570c [2021-04-19T15:44:34.552Z] [2021-04-19T15:44:35.152Z] Successfully built e78f7468570c [2021-04-19T15:44:35.152Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T15:44:36.591Z]  Building docker-core-metadata-go ... done Removing intermediate container f49acfc96f08 [2021-04-19T15:44:36.591Z] ---> 11a866e117dc [2021-04-19T15:44:36.591Z] [2021-04-19T15:44:36.591Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T15:44:36.591Z] ---> 9852663dfa18 [2021-04-19T15:44:36.591Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T15:44:36.864Z] ---> Running in 3e8dbd3d1e10 [2021-04-19T15:44:37.145Z] Removing intermediate container 0a73d20a1d7f [2021-04-19T15:44:37.145Z] ---> d644d2906ecf [2021-04-19T15:44:37.145Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T15:44:37.425Z] Removing intermediate container 3e8dbd3d1e10 [2021-04-19T15:44:37.425Z] ---> e4062b5b4a4b [2021-04-19T15:44:37.425Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T15:44:37.698Z] ---> Running in f3582c4d6c05 [2021-04-19T15:44:37.698Z] ---> Running in af0b64b5f780 [2021-04-19T15:44:38.300Z] Removing intermediate container f3582c4d6c05 [2021-04-19T15:44:38.300Z] ---> 5183c07f76f9 [2021-04-19T15:44:38.300Z] Step 28/31 : CMD ["gate"] [2021-04-19T15:44:38.300Z] Removing intermediate container af0b64b5f780 [2021-04-19T15:44:38.300Z] ---> 6b7a80c424df [2021-04-19T15:44:38.300Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T15:44:38.572Z] ---> Running in 41077f35a5db [2021-04-19T15:44:38.572Z] ---> Running in 24c4511d2146 [2021-04-19T15:44:38.844Z] Removing intermediate container 41077f35a5db [2021-04-19T15:44:38.844Z] ---> 0b9dd6927083 [2021-04-19T15:44:38.845Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T15:44:39.117Z] Removing intermediate container 24c4511d2146 [2021-04-19T15:44:39.117Z] ---> a1676a4425c5 [2021-04-19T15:44:39.117Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:44:39.391Z] ---> Running in 8eef886cb00f [2021-04-19T15:44:39.391Z] ---> Running in e983c7612439 [2021-04-19T15:44:39.987Z] Removing intermediate container 8eef886cb00f [2021-04-19T15:44:39.987Z] ---> 1591b9e629f8 [2021-04-19T15:44:39.987Z] Step 30/31 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:44:40.257Z] ---> Running in ca1a30f8d2bf [2021-04-19T15:44:40.851Z] Removing intermediate container ca1a30f8d2bf [2021-04-19T15:44:40.851Z] ---> c1581fdfceaf [2021-04-19T15:44:40.851Z] Step 31/31 : LABEL version=2.0.0-dev.177 [2021-04-19T15:44:41.123Z] ---> Running in abf4bd8b6e40 [2021-04-19T15:44:41.714Z] Removing intermediate container abf4bd8b6e40 [2021-04-19T15:44:41.714Z] ---> df13a506ea59 [2021-04-19T15:44:41.714Z] [2021-04-19T15:44:41.989Z] Removing intermediate container e983c7612439 [2021-04-19T15:44:41.989Z] ---> 474fbad89c8b [2021-04-19T15:44:41.989Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T15:44:41.989Z] Successfully built df13a506ea59 [2021-04-19T15:44:41.989Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T15:44:41.989Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 2a7d05d26208 [2021-04-19T15:44:43.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:44:44.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:44:44.649Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T15:44:44.649Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T15:44:44.928Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T15:44:44.928Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T15:44:45.205Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T15:44:45.205Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T15:44:45.205Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T15:44:45.493Z] OK: 8 MiB in 20 packages [2021-04-19T15:44:46.954Z] Removing intermediate container 2a7d05d26208 [2021-04-19T15:44:46.954Z] ---> 4024c791cb79 [2021-04-19T15:44:46.954Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T15:44:47.554Z] ---> bc30e9d776f9 [2021-04-19T15:44:47.554Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T15:44:48.984Z] ---> f448a82d0790 [2021-04-19T15:44:48.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T15:44:49.582Z] ---> 58f8dfaa743a [2021-04-19T15:44:49.582Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T15:44:49.582Z] ---> Running in ac2dd3f9d546 [2021-04-19T15:44:50.177Z] Removing intermediate container ac2dd3f9d546 [2021-04-19T15:44:50.177Z] ---> b5f7fdfbd05d [2021-04-19T15:44:50.177Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T15:44:50.177Z] ---> Running in e297b7a1032a [2021-04-19T15:44:50.772Z] Removing intermediate container e297b7a1032a [2021-04-19T15:44:50.772Z] ---> b7eb9ded68c6 [2021-04-19T15:44:50.772Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T15:44:51.052Z] ---> Running in c6e2ecec6221 [2021-04-19T15:44:51.323Z] Removing intermediate container c6e2ecec6221 [2021-04-19T15:44:51.323Z] ---> 1df1a12665f4 [2021-04-19T15:44:51.323Z] Step 22/23 : LABEL git_sha=f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:44:51.596Z] ---> Running in 76d148e5fd6e [2021-04-19T15:44:51.873Z] Removing intermediate container 76d148e5fd6e [2021-04-19T15:44:51.873Z] ---> 7d84f60cdca6 [2021-04-19T15:44:51.873Z] Step 23/23 : LABEL version=2.0.0-dev.177 [2021-04-19T15:44:52.144Z] ---> Running in 6b621a289763 [2021-04-19T15:44:52.736Z] Removing intermediate container 6b621a289763 [2021-04-19T15:44:52.736Z] ---> 1838f46a9b9c [2021-04-19T15:44:52.736Z] [2021-04-19T15:44:53.008Z] Successfully built 1838f46a9b9c [2021-04-19T15:44:53.008Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T15:44:53.295Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T15:44:53.324Z] $ docker stop --time=1 ea0ccac5bbe9860bd538607bc4e20ca02bdc14e7633b78b69dcda8da1caae355 [2021-04-19T15:44:55.345Z] $ docker rm -f ea0ccac5bbe9860bd538607bc4e20ca02bdc14e7633b78b69dcda8da1caae355 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T15:44:55.927Z] + docker images [2021-04-19T15:44:55.928Z] + grep docker [2021-04-19T15:44:56.202Z] docker-core-data-go-arm64 latest 1838f46a9b9c 4 seconds ago 21.6MB [2021-04-19T15:44:56.202Z] docker-security-bootstrapper-go-arm64 latest df13a506ea59 15 seconds ago 18.1MB [2021-04-19T15:44:56.202Z] docker-core-metadata-go-arm64 latest e78f7468570c 22 seconds ago 18.1MB [2021-04-19T15:44:56.202Z] docker-core-command-go-arm64 latest 9985a7074226 29 seconds ago 16.5MB [2021-04-19T15:44:56.202Z] docker-sys-mgmt-agent-go-arm64 latest 27f74c34d6cb About a minute ago 299MB [2021-04-19T15:44:56.202Z] docker-security-secretstore-setup-go-arm64 latest 7007bd525723 3 minutes ago 24.9MB [2021-04-19T15:44:56.202Z] docker-support-scheduler-go-arm64 latest 1b79c8b9a071 3 minutes ago 16.6MB [2021-04-19T15:44:56.202Z] docker-support-notifications-go-arm64 latest 5fb24f1e9125 3 minutes ago 17.2MB [2021-04-19T15:44:56.202Z] docker-security-proxy-setup-go-arm64 latest 9e2235955791 3 minutes ago 24.6MB [2021-04-19T15:44:56.202Z] 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-19T15:44:56.340Z] provisioning config files... [2021-04-19T15:44:56.377Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config7041423039708056074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:44:56.732Z] ---> docker-login.sh [2021-04-19T15:44:56.732Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:44:57.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:44:57.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:44:57.275Z] Configure a credential helper to remove this warning. See [2021-04-19T15:44:57.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:44:57.275Z] [2021-04-19T15:44:57.275Z] Login Succeeded [2021-04-19T15:44:57.275Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:44:57.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:44:57.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:44:57.819Z] Configure a credential helper to remove this warning. See [2021-04-19T15:44:57.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:44:57.819Z] [2021-04-19T15:44:57.819Z] Login Succeeded [2021-04-19T15:44:57.819Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:44:58.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:44:58.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:44:58.362Z] Configure a credential helper to remove this warning. See [2021-04-19T15:44:58.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:44:58.362Z] [2021-04-19T15:44:58.362Z] Login Succeeded [2021-04-19T15:44:58.362Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:44:58.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:44:58.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:44:58.961Z] Configure a credential helper to remove this warning. See [2021-04-19T15:44:58.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:44:58.961Z] [2021-04-19T15:44:58.961Z] Login Succeeded [2021-04-19T15:44:58.961Z] docker.io [2021-04-19T15:44:59.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:44:59.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:44:59.826Z] Configure a credential helper to remove this warning. See [2021-04-19T15:44:59.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:44:59.826Z] [2021-04-19T15:44:59.826Z] Login Succeeded [2021-04-19T15:44:59.826Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:44:59.843Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:44:59.908Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-19T15:44:59.908Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:44:59.908Z] 2.0.0-dev.177 [2021-04-19T15:44:59.908Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:44:59.908Z] master [2021-04-19T15:44:59.908Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:00.285Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:00.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:00.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T15:45:00.621Z] 8b6ae7a70b21: Preparing [2021-04-19T15:45:00.621Z] a4ed006453b8: Preparing [2021-04-19T15:45:00.621Z] b33e333f8468: Preparing [2021-04-19T15:45:00.621Z] 4c902c98af3e: Preparing [2021-04-19T15:45:00.621Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:00.894Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:00.894Z] 4c902c98af3e: Pushed [2021-04-19T15:45:00.894Z] b33e333f8468: Pushed [2021-04-19T15:45:00.894Z] 8b6ae7a70b21: Pushed [2021-04-19T15:45:04.273Z] a4ed006453b8: Pushed [2021-04-19T15:45:04.273Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:f4eea0d5cc6ee4d3bd46c44cb69d2b4ca3cf2920749fd16c49baa0b18a64d15b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:04.639Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:04.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:04.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T15:45:04.975Z] 8b6ae7a70b21: Preparing [2021-04-19T15:45:04.975Z] a4ed006453b8: Preparing [2021-04-19T15:45:04.975Z] b33e333f8468: Preparing [2021-04-19T15:45:04.975Z] 4c902c98af3e: Preparing [2021-04-19T15:45:04.975Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:04.975Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:04.975Z] b33e333f8468: Layer already exists [2021-04-19T15:45:05.245Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:05.245Z] a4ed006453b8: Layer already exists [2021-04-19T15:45:05.245Z] 8b6ae7a70b21: Layer already exists [2021-04-19T15:45:05.245Z] 2.0.0-dev.177: digest: sha256:f4eea0d5cc6ee4d3bd46c44cb69d2b4ca3cf2920749fd16c49baa0b18a64d15b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:05.584Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:05.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:05.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T15:45:05.918Z] 8b6ae7a70b21: Preparing [2021-04-19T15:45:05.918Z] a4ed006453b8: Preparing [2021-04-19T15:45:05.918Z] b33e333f8468: Preparing [2021-04-19T15:45:05.918Z] 4c902c98af3e: Preparing [2021-04-19T15:45:05.918Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:06.189Z] 8b6ae7a70b21: Layer already exists [2021-04-19T15:45:06.189Z] b33e333f8468: Layer already exists [2021-04-19T15:45:06.189Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:06.189Z] a4ed006453b8: Layer already exists [2021-04-19T15:45:06.189Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:06.189Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:f4eea0d5cc6ee4d3bd46c44cb69d2b4ca3cf2920749fd16c49baa0b18a64d15b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:06.531Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:06.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-19T15:45:06.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T15:45:06.876Z] 8b6ae7a70b21: Preparing [2021-04-19T15:45:06.876Z] a4ed006453b8: Preparing [2021-04-19T15:45:06.876Z] b33e333f8468: Preparing [2021-04-19T15:45:06.876Z] 4c902c98af3e: Preparing [2021-04-19T15:45:06.876Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:07.146Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:07.146Z] 8b6ae7a70b21: Layer already exists [2021-04-19T15:45:07.146Z] a4ed006453b8: Layer already exists [2021-04-19T15:45:07.146Z] b33e333f8468: Layer already exists [2021-04-19T15:45:07.146Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:07.146Z] master: digest: sha256:f4eea0d5cc6ee4d3bd46c44cb69d2b4ca3cf2920749fd16c49baa0b18a64d15b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:07.203Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:07.218Z] taggedImages: [2021-04-19T15:45:07.218Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:07.218Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:07.218Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:07.218Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-19T15:45:07.247Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-19T15:45:07.247Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:07.247Z] 2.0.0-dev.177 [2021-04-19T15:45:07.247Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:07.247Z] master [2021-04-19T15:45:07.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:07.616Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:07.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:07.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T15:45:07.956Z] 578da29c63e6: Preparing [2021-04-19T15:45:07.956Z] ff3032ba6f87: Preparing [2021-04-19T15:45:07.956Z] b33e333f8468: Preparing [2021-04-19T15:45:07.956Z] e5bdfaeace45: Preparing [2021-04-19T15:45:07.956Z] 8dc4b88df9d4: Preparing [2021-04-19T15:45:07.956Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:07.956Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:08.230Z] b33e333f8468: Layer already exists [2021-04-19T15:45:08.230Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:08.230Z] 578da29c63e6: Pushed [2021-04-19T15:45:08.230Z] 8dc4b88df9d4: Pushed [2021-04-19T15:45:08.823Z] e5bdfaeace45: Pushed [2021-04-19T15:45:11.430Z] ff3032ba6f87: Pushed [2021-04-19T15:45:11.430Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:5835cc3b0082a8b879d76970f95f34fc8cafc62a4039518e98fac5b960734770 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:11.772Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:12.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:12.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T15:45:12.113Z] 578da29c63e6: Preparing [2021-04-19T15:45:12.113Z] ff3032ba6f87: Preparing [2021-04-19T15:45:12.113Z] b33e333f8468: Preparing [2021-04-19T15:45:12.113Z] e5bdfaeace45: Preparing [2021-04-19T15:45:12.113Z] 8dc4b88df9d4: Preparing [2021-04-19T15:45:12.113Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:12.113Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:12.113Z] 578da29c63e6: Layer already exists [2021-04-19T15:45:12.386Z] 8dc4b88df9d4: Layer already exists [2021-04-19T15:45:12.386Z] b33e333f8468: Layer already exists [2021-04-19T15:45:12.386Z] ff3032ba6f87: Layer already exists [2021-04-19T15:45:12.386Z] e5bdfaeace45: Layer already exists [2021-04-19T15:45:12.386Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:12.386Z] 2.0.0-dev.177: digest: sha256:5835cc3b0082a8b879d76970f95f34fc8cafc62a4039518e98fac5b960734770 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:12.728Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:13.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:13.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T15:45:13.069Z] 578da29c63e6: Preparing [2021-04-19T15:45:13.069Z] ff3032ba6f87: Preparing [2021-04-19T15:45:13.069Z] b33e333f8468: Preparing [2021-04-19T15:45:13.069Z] e5bdfaeace45: Preparing [2021-04-19T15:45:13.069Z] 8dc4b88df9d4: Preparing [2021-04-19T15:45:13.069Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:13.069Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:13.341Z] 578da29c63e6: Layer already exists [2021-04-19T15:45:13.341Z] ff3032ba6f87: Layer already exists [2021-04-19T15:45:13.341Z] e5bdfaeace45: Layer already exists [2021-04-19T15:45:13.341Z] b33e333f8468: Layer already exists [2021-04-19T15:45:13.341Z] 8dc4b88df9d4: Layer already exists [2021-04-19T15:45:13.341Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:13.341Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:5835cc3b0082a8b879d76970f95f34fc8cafc62a4039518e98fac5b960734770 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:13.682Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:14.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-19T15:45:14.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T15:45:14.024Z] 578da29c63e6: Preparing [2021-04-19T15:45:14.024Z] ff3032ba6f87: Preparing [2021-04-19T15:45:14.024Z] b33e333f8468: Preparing [2021-04-19T15:45:14.024Z] e5bdfaeace45: Preparing [2021-04-19T15:45:14.024Z] 8dc4b88df9d4: Preparing [2021-04-19T15:45:14.024Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:14.024Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:14.024Z] 8dc4b88df9d4: Layer already exists [2021-04-19T15:45:14.024Z] e5bdfaeace45: Layer already exists [2021-04-19T15:45:14.024Z] ff3032ba6f87: Layer already exists [2021-04-19T15:45:14.024Z] 578da29c63e6: Layer already exists [2021-04-19T15:45:14.024Z] b33e333f8468: Layer already exists [2021-04-19T15:45:14.297Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:14.297Z] master: digest: sha256:5835cc3b0082a8b879d76970f95f34fc8cafc62a4039518e98fac5b960734770 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:14.356Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:14.371Z] taggedImages: [2021-04-19T15:45:14.372Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:14.372Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:14.372Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:14.372Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-19T15:45:14.421Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-19T15:45:14.421Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:14.421Z] 2.0.0-dev.177 [2021-04-19T15:45:14.421Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:14.421Z] master [2021-04-19T15:45:14.421Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:14.798Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:15.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:15.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T15:45:15.194Z] f9d8ed694008: Preparing [2021-04-19T15:45:15.194Z] ce57d6afc0d2: Preparing [2021-04-19T15:45:15.194Z] b33e333f8468: Preparing [2021-04-19T15:45:15.194Z] 4c902c98af3e: Preparing [2021-04-19T15:45:15.194Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:15.479Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:15.479Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:15.479Z] b33e333f8468: Layer already exists [2021-04-19T15:45:15.479Z] f9d8ed694008: Pushed [2021-04-19T15:45:18.874Z] ce57d6afc0d2: Pushed [2021-04-19T15:45:18.874Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:14533a88e20a8af8b3655ad85d8ebae374f7d89faf387f04f87be02bc6a42476 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:19.214Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:19.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:19.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T15:45:19.550Z] f9d8ed694008: Preparing [2021-04-19T15:45:19.550Z] ce57d6afc0d2: Preparing [2021-04-19T15:45:19.550Z] b33e333f8468: Preparing [2021-04-19T15:45:19.550Z] 4c902c98af3e: Preparing [2021-04-19T15:45:19.550Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:19.550Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:19.550Z] b33e333f8468: Layer already exists [2021-04-19T15:45:19.550Z] ce57d6afc0d2: Layer already exists [2021-04-19T15:45:19.821Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:19.821Z] f9d8ed694008: Layer already exists [2021-04-19T15:45:19.821Z] 2.0.0-dev.177: digest: sha256:14533a88e20a8af8b3655ad85d8ebae374f7d89faf387f04f87be02bc6a42476 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:20.159Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:20.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:20.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T15:45:20.493Z] f9d8ed694008: Preparing [2021-04-19T15:45:20.493Z] ce57d6afc0d2: Preparing [2021-04-19T15:45:20.493Z] b33e333f8468: Preparing [2021-04-19T15:45:20.493Z] 4c902c98af3e: Preparing [2021-04-19T15:45:20.493Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:20.765Z] b33e333f8468: Layer already exists [2021-04-19T15:45:20.765Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:20.766Z] f9d8ed694008: Layer already exists [2021-04-19T15:45:20.766Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:20.766Z] ce57d6afc0d2: Layer already exists [2021-04-19T15:45:20.766Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:14533a88e20a8af8b3655ad85d8ebae374f7d89faf387f04f87be02bc6a42476 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:21.110Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:21.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-19T15:45:21.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T15:45:21.444Z] f9d8ed694008: Preparing [2021-04-19T15:45:21.444Z] ce57d6afc0d2: Preparing [2021-04-19T15:45:21.444Z] b33e333f8468: Preparing [2021-04-19T15:45:21.444Z] 4c902c98af3e: Preparing [2021-04-19T15:45:21.444Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:21.717Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:21.717Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:21.717Z] b33e333f8468: Layer already exists [2021-04-19T15:45:21.717Z] f9d8ed694008: Layer already exists [2021-04-19T15:45:21.717Z] ce57d6afc0d2: Layer already exists [2021-04-19T15:45:21.717Z] master: digest: sha256:14533a88e20a8af8b3655ad85d8ebae374f7d89faf387f04f87be02bc6a42476 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:21.776Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:21.789Z] taggedImages: [2021-04-19T15:45:21.789Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:21.789Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:21.789Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:21.789Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-19T15:45:21.830Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-19T15:45:21.830Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:21.830Z] 2.0.0-dev.177 [2021-04-19T15:45:21.830Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:21.830Z] master [2021-04-19T15:45:21.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:22.203Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:22.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:22.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T15:45:22.539Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:22.539Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:22.539Z] e58ed007cad0: Preparing [2021-04-19T15:45:22.539Z] 427f6f980e2a: Preparing [2021-04-19T15:45:22.539Z] c69b0c037ac4: Preparing [2021-04-19T15:45:22.539Z] 62d679959299: Preparing [2021-04-19T15:45:22.539Z] b33e333f8468: Preparing [2021-04-19T15:45:22.539Z] 12468caf2f41: Preparing [2021-04-19T15:45:22.539Z] 12468caf2f41: Preparing [2021-04-19T15:45:22.539Z] d62ba0e70619: Preparing [2021-04-19T15:45:22.539Z] ea4a4f96a0f5: Preparing [2021-04-19T15:45:22.539Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:22.539Z] b33e333f8468: Waiting [2021-04-19T15:45:22.539Z] 12468caf2f41: Waiting [2021-04-19T15:45:22.539Z] d62ba0e70619: Waiting [2021-04-19T15:45:22.539Z] ea4a4f96a0f5: Waiting [2021-04-19T15:45:22.539Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:22.812Z] c69b0c037ac4: Pushed [2021-04-19T15:45:22.813Z] 427f6f980e2a: Pushed [2021-04-19T15:45:22.813Z] 6c5a9c2abdc7: Pushed [2021-04-19T15:45:22.813Z] e58ed007cad0: Pushed [2021-04-19T15:45:22.813Z] b33e333f8468: Layer already exists [2021-04-19T15:45:23.085Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:23.085Z] 12468caf2f41: Pushed [2021-04-19T15:45:23.085Z] d62ba0e70619: Pushed [2021-04-19T15:45:23.085Z] ea4a4f96a0f5: Pushed [2021-04-19T15:45:25.694Z] 62d679959299: Pushed [2021-04-19T15:45:25.965Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:c998ca485080329106b152f99e11f0e891c87378ee8702eb666e9f4f1cbe9904 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:26.305Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:26.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:26.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T15:45:26.637Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:26.637Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:26.637Z] e58ed007cad0: Preparing [2021-04-19T15:45:26.637Z] 427f6f980e2a: Preparing [2021-04-19T15:45:26.637Z] c69b0c037ac4: Preparing [2021-04-19T15:45:26.637Z] 62d679959299: Preparing [2021-04-19T15:45:26.637Z] b33e333f8468: Preparing [2021-04-19T15:45:26.637Z] 12468caf2f41: Preparing [2021-04-19T15:45:26.637Z] 12468caf2f41: Preparing [2021-04-19T15:45:26.637Z] d62ba0e70619: Preparing [2021-04-19T15:45:26.637Z] ea4a4f96a0f5: Preparing [2021-04-19T15:45:26.637Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:26.637Z] d62ba0e70619: Waiting [2021-04-19T15:45:26.637Z] ea4a4f96a0f5: Waiting [2021-04-19T15:45:26.637Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:26.637Z] b33e333f8468: Waiting [2021-04-19T15:45:26.637Z] 12468caf2f41: Waiting [2021-04-19T15:45:26.637Z] c69b0c037ac4: Layer already exists [2021-04-19T15:45:26.637Z] e58ed007cad0: Layer already exists [2021-04-19T15:45:26.637Z] 62d679959299: Layer already exists [2021-04-19T15:45:26.637Z] 427f6f980e2a: Layer already exists [2021-04-19T15:45:26.637Z] 6c5a9c2abdc7: Layer already exists [2021-04-19T15:45:26.906Z] b33e333f8468: Layer already exists [2021-04-19T15:45:26.906Z] 12468caf2f41: Layer already exists [2021-04-19T15:45:26.906Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:26.906Z] ea4a4f96a0f5: Layer already exists [2021-04-19T15:45:26.906Z] d62ba0e70619: Layer already exists [2021-04-19T15:45:26.906Z] 2.0.0-dev.177: digest: sha256:c998ca485080329106b152f99e11f0e891c87378ee8702eb666e9f4f1cbe9904 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:27.240Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:27.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:27.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T15:45:27.571Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:27.571Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:27.571Z] e58ed007cad0: Preparing [2021-04-19T15:45:27.571Z] 427f6f980e2a: Preparing [2021-04-19T15:45:27.571Z] c69b0c037ac4: Preparing [2021-04-19T15:45:27.571Z] 62d679959299: Preparing [2021-04-19T15:45:27.571Z] b33e333f8468: Preparing [2021-04-19T15:45:27.571Z] 12468caf2f41: Preparing [2021-04-19T15:45:27.571Z] 12468caf2f41: Preparing [2021-04-19T15:45:27.571Z] d62ba0e70619: Preparing [2021-04-19T15:45:27.571Z] ea4a4f96a0f5: Preparing [2021-04-19T15:45:27.571Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:27.571Z] 12468caf2f41: Waiting [2021-04-19T15:45:27.571Z] d62ba0e70619: Waiting [2021-04-19T15:45:27.571Z] ea4a4f96a0f5: Waiting [2021-04-19T15:45:27.571Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:27.571Z] b33e333f8468: Waiting [2021-04-19T15:45:27.571Z] 427f6f980e2a: Layer already exists [2021-04-19T15:45:27.571Z] 62d679959299: Layer already exists [2021-04-19T15:45:27.571Z] 6c5a9c2abdc7: Layer already exists [2021-04-19T15:45:27.571Z] c69b0c037ac4: Layer already exists [2021-04-19T15:45:27.571Z] e58ed007cad0: Layer already exists [2021-04-19T15:45:27.571Z] d62ba0e70619: Layer already exists [2021-04-19T15:45:27.571Z] 12468caf2f41: Layer already exists [2021-04-19T15:45:27.571Z] b33e333f8468: Layer already exists [2021-04-19T15:45:27.843Z] ea4a4f96a0f5: Layer already exists [2021-04-19T15:45:27.843Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:27.843Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:c998ca485080329106b152f99e11f0e891c87378ee8702eb666e9f4f1cbe9904 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:28.191Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:28.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-19T15:45:28.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T15:45:28.524Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:28.524Z] 6c5a9c2abdc7: Preparing [2021-04-19T15:45:28.524Z] e58ed007cad0: Preparing [2021-04-19T15:45:28.524Z] 427f6f980e2a: Preparing [2021-04-19T15:45:28.524Z] c69b0c037ac4: Preparing [2021-04-19T15:45:28.524Z] 62d679959299: Preparing [2021-04-19T15:45:28.524Z] b33e333f8468: Preparing [2021-04-19T15:45:28.524Z] 12468caf2f41: Preparing [2021-04-19T15:45:28.524Z] 12468caf2f41: Preparing [2021-04-19T15:45:28.524Z] d62ba0e70619: Preparing [2021-04-19T15:45:28.524Z] ea4a4f96a0f5: Preparing [2021-04-19T15:45:28.524Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:28.524Z] d62ba0e70619: Waiting [2021-04-19T15:45:28.524Z] ea4a4f96a0f5: Waiting [2021-04-19T15:45:28.524Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:28.524Z] 12468caf2f41: Waiting [2021-04-19T15:45:28.524Z] b33e333f8468: Waiting [2021-04-19T15:45:28.524Z] 427f6f980e2a: Layer already exists [2021-04-19T15:45:28.524Z] c69b0c037ac4: Layer already exists [2021-04-19T15:45:28.524Z] 6c5a9c2abdc7: Layer already exists [2021-04-19T15:45:28.524Z] e58ed007cad0: Layer already exists [2021-04-19T15:45:28.524Z] 62d679959299: Layer already exists [2021-04-19T15:45:28.524Z] b33e333f8468: Layer already exists [2021-04-19T15:45:28.524Z] 12468caf2f41: Layer already exists [2021-04-19T15:45:28.795Z] d62ba0e70619: Layer already exists [2021-04-19T15:45:28.795Z] ea4a4f96a0f5: Layer already exists [2021-04-19T15:45:28.795Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:28.795Z] master: digest: sha256:c998ca485080329106b152f99e11f0e891c87378ee8702eb666e9f4f1cbe9904 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:28.854Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:28.869Z] taggedImages: [2021-04-19T15:45:28.869Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:28.869Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:28.869Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:28.869Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-19T15:45:28.900Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-19T15:45:28.900Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:28.900Z] 2.0.0-dev.177 [2021-04-19T15:45:28.900Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:28.900Z] master [2021-04-19T15:45:28.900Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:29.271Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:29.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:29.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T15:45:29.603Z] ced2565f00b5: Preparing [2021-04-19T15:45:29.603Z] b3f6daaa3b6a: Preparing [2021-04-19T15:45:29.603Z] 0a6909592d85: Preparing [2021-04-19T15:45:29.603Z] d24abfc7ea99: Preparing [2021-04-19T15:45:29.603Z] dcbc13b648b5: Preparing [2021-04-19T15:45:29.603Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:29.603Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:30.198Z] 0a6909592d85: Pushed [2021-04-19T15:45:30.198Z] d24abfc7ea99: Pushed [2021-04-19T15:45:30.198Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:30.471Z] dcbc13b648b5: Pushed [2021-04-19T15:45:31.897Z] ced2565f00b5: Pushed [2021-04-19T15:45:32.170Z] b3f6daaa3b6a: Pushed [2021-04-19T15:45:32.441Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:bcd25cdb5d293b2e627b6105710cb6aa6f2319e84f6551384687a2bce3f49189 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:32.782Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:33.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:33.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T15:45:33.124Z] ced2565f00b5: Preparing [2021-04-19T15:45:33.124Z] b3f6daaa3b6a: Preparing [2021-04-19T15:45:33.124Z] 0a6909592d85: Preparing [2021-04-19T15:45:33.124Z] d24abfc7ea99: Preparing [2021-04-19T15:45:33.124Z] dcbc13b648b5: Preparing [2021-04-19T15:45:33.124Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:33.124Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:33.397Z] b3f6daaa3b6a: Layer already exists [2021-04-19T15:45:33.397Z] dcbc13b648b5: Layer already exists [2021-04-19T15:45:33.397Z] d24abfc7ea99: Layer already exists [2021-04-19T15:45:33.397Z] 0a6909592d85: Layer already exists [2021-04-19T15:45:33.397Z] ced2565f00b5: Layer already exists [2021-04-19T15:45:33.397Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:33.397Z] 2.0.0-dev.177: digest: sha256:bcd25cdb5d293b2e627b6105710cb6aa6f2319e84f6551384687a2bce3f49189 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:33.737Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:34.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:34.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T15:45:34.075Z] ced2565f00b5: Preparing [2021-04-19T15:45:34.075Z] b3f6daaa3b6a: Preparing [2021-04-19T15:45:34.075Z] 0a6909592d85: Preparing [2021-04-19T15:45:34.075Z] d24abfc7ea99: Preparing [2021-04-19T15:45:34.075Z] dcbc13b648b5: Preparing [2021-04-19T15:45:34.075Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:34.075Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:34.075Z] ced2565f00b5: Layer already exists [2021-04-19T15:45:34.075Z] b3f6daaa3b6a: Layer already exists [2021-04-19T15:45:34.075Z] d24abfc7ea99: Layer already exists [2021-04-19T15:45:34.075Z] dcbc13b648b5: Layer already exists [2021-04-19T15:45:34.075Z] 0a6909592d85: Layer already exists [2021-04-19T15:45:34.075Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:34.346Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:bcd25cdb5d293b2e627b6105710cb6aa6f2319e84f6551384687a2bce3f49189 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:34.691Z] + 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-19T15:45:35.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-19T15:45:35.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T15:45:35.040Z] ced2565f00b5: Preparing [2021-04-19T15:45:35.040Z] b3f6daaa3b6a: Preparing [2021-04-19T15:45:35.040Z] 0a6909592d85: Preparing [2021-04-19T15:45:35.040Z] d24abfc7ea99: Preparing [2021-04-19T15:45:35.040Z] dcbc13b648b5: Preparing [2021-04-19T15:45:35.040Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:35.040Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:35.311Z] dcbc13b648b5: Layer already exists [2021-04-19T15:45:35.311Z] b3f6daaa3b6a: Layer already exists [2021-04-19T15:45:35.311Z] d24abfc7ea99: Layer already exists [2021-04-19T15:45:35.311Z] 0a6909592d85: Layer already exists [2021-04-19T15:45:35.311Z] ced2565f00b5: Layer already exists [2021-04-19T15:45:35.311Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:35.311Z] master: digest: sha256:bcd25cdb5d293b2e627b6105710cb6aa6f2319e84f6551384687a2bce3f49189 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:35.370Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:35.385Z] taggedImages: [2021-04-19T15:45:35.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:35.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:35.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:35.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-19T15:45:35.415Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-19T15:45:35.415Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:35.415Z] 2.0.0-dev.177 [2021-04-19T15:45:35.415Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:35.415Z] master [2021-04-19T15:45:35.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:35.783Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:36.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:36.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T15:45:36.113Z] 82c34b08de90: Preparing [2021-04-19T15:45:36.113Z] e2ab87eaf33f: Preparing [2021-04-19T15:45:36.113Z] a4613291528c: Preparing [2021-04-19T15:45:36.113Z] 0198b7e65cac: Preparing [2021-04-19T15:45:36.113Z] b7b6cc91e864: Preparing [2021-04-19T15:45:36.113Z] 5441b42fe150: Preparing [2021-04-19T15:45:36.113Z] be9f8c8312ee: Preparing [2021-04-19T15:45:36.113Z] 67dbd5cb80d3: Preparing [2021-04-19T15:45:36.113Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:36.113Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:36.113Z] be9f8c8312ee: Waiting [2021-04-19T15:45:36.113Z] 67dbd5cb80d3: Waiting [2021-04-19T15:45:36.113Z] 5441b42fe150: Waiting [2021-04-19T15:45:36.384Z] e2ab87eaf33f: Pushed [2021-04-19T15:45:36.384Z] b7b6cc91e864: Pushed [2021-04-19T15:45:36.384Z] 82c34b08de90: Pushed [2021-04-19T15:45:36.666Z] 5441b42fe150: Pushed [2021-04-19T15:45:36.666Z] be9f8c8312ee: Pushed [2021-04-19T15:45:36.938Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:37.210Z] 67dbd5cb80d3: Pushed [2021-04-19T15:45:39.567Z] a4613291528c: Pushed [2021-04-19T15:45:39.567Z] 0198b7e65cac: Pushed [2021-04-19T15:45:39.567Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:53a3ec40eb48a1bf34fd6edfcb32c875f2cb9bdb490d0a3ed5487f301d767ab9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:39.917Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:40.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:40.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T15:45:40.261Z] 82c34b08de90: Preparing [2021-04-19T15:45:40.261Z] e2ab87eaf33f: Preparing [2021-04-19T15:45:40.261Z] a4613291528c: Preparing [2021-04-19T15:45:40.261Z] 0198b7e65cac: Preparing [2021-04-19T15:45:40.261Z] b7b6cc91e864: Preparing [2021-04-19T15:45:40.261Z] 5441b42fe150: Preparing [2021-04-19T15:45:40.261Z] be9f8c8312ee: Preparing [2021-04-19T15:45:40.261Z] 67dbd5cb80d3: Preparing [2021-04-19T15:45:40.261Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:40.261Z] be9f8c8312ee: Waiting [2021-04-19T15:45:40.261Z] 67dbd5cb80d3: Waiting [2021-04-19T15:45:40.261Z] 5441b42fe150: Waiting [2021-04-19T15:45:40.261Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:40.261Z] e2ab87eaf33f: Layer already exists [2021-04-19T15:45:40.261Z] 82c34b08de90: Layer already exists [2021-04-19T15:45:40.261Z] b7b6cc91e864: Layer already exists [2021-04-19T15:45:40.261Z] a4613291528c: Layer already exists [2021-04-19T15:45:40.261Z] 0198b7e65cac: Layer already exists [2021-04-19T15:45:40.261Z] be9f8c8312ee: Layer already exists [2021-04-19T15:45:40.261Z] 5441b42fe150: Layer already exists [2021-04-19T15:45:40.261Z] 67dbd5cb80d3: Layer already exists [2021-04-19T15:45:40.261Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:40.535Z] 2.0.0-dev.177: digest: sha256:53a3ec40eb48a1bf34fd6edfcb32c875f2cb9bdb490d0a3ed5487f301d767ab9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:40.898Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:41.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:41.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T15:45:41.252Z] 82c34b08de90: Preparing [2021-04-19T15:45:41.252Z] e2ab87eaf33f: Preparing [2021-04-19T15:45:41.252Z] a4613291528c: Preparing [2021-04-19T15:45:41.252Z] 0198b7e65cac: Preparing [2021-04-19T15:45:41.252Z] b7b6cc91e864: Preparing [2021-04-19T15:45:41.252Z] 5441b42fe150: Preparing [2021-04-19T15:45:41.252Z] be9f8c8312ee: Preparing [2021-04-19T15:45:41.252Z] 67dbd5cb80d3: Preparing [2021-04-19T15:45:41.252Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:41.252Z] be9f8c8312ee: Waiting [2021-04-19T15:45:41.252Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:41.252Z] 5441b42fe150: Waiting [2021-04-19T15:45:41.252Z] 67dbd5cb80d3: Waiting [2021-04-19T15:45:41.536Z] 0198b7e65cac: Layer already exists [2021-04-19T15:45:41.536Z] 82c34b08de90: Layer already exists [2021-04-19T15:45:41.536Z] b7b6cc91e864: Layer already exists [2021-04-19T15:45:41.536Z] a4613291528c: Layer already exists [2021-04-19T15:45:41.536Z] e2ab87eaf33f: Layer already exists [2021-04-19T15:45:41.536Z] 5441b42fe150: Layer already exists [2021-04-19T15:45:41.536Z] be9f8c8312ee: Layer already exists [2021-04-19T15:45:41.536Z] 67dbd5cb80d3: Layer already exists [2021-04-19T15:45:41.536Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:41.536Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:53a3ec40eb48a1bf34fd6edfcb32c875f2cb9bdb490d0a3ed5487f301d767ab9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:41.890Z] + 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-19T15:45:42.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-19T15:45:42.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T15:45:42.247Z] 82c34b08de90: Preparing [2021-04-19T15:45:42.247Z] e2ab87eaf33f: Preparing [2021-04-19T15:45:42.247Z] a4613291528c: Preparing [2021-04-19T15:45:42.247Z] 0198b7e65cac: Preparing [2021-04-19T15:45:42.247Z] b7b6cc91e864: Preparing [2021-04-19T15:45:42.247Z] 5441b42fe150: Preparing [2021-04-19T15:45:42.247Z] be9f8c8312ee: Preparing [2021-04-19T15:45:42.247Z] 67dbd5cb80d3: Preparing [2021-04-19T15:45:42.247Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:42.247Z] 5441b42fe150: Waiting [2021-04-19T15:45:42.248Z] be9f8c8312ee: Waiting [2021-04-19T15:45:42.248Z] 67dbd5cb80d3: Waiting [2021-04-19T15:45:42.248Z] 3fbe34a1663b: Waiting [2021-04-19T15:45:42.523Z] a4613291528c: Layer already exists [2021-04-19T15:45:42.523Z] 0198b7e65cac: Layer already exists [2021-04-19T15:45:42.523Z] b7b6cc91e864: Layer already exists [2021-04-19T15:45:42.523Z] 82c34b08de90: Layer already exists [2021-04-19T15:45:42.523Z] e2ab87eaf33f: Layer already exists [2021-04-19T15:45:42.523Z] be9f8c8312ee: Layer already exists [2021-04-19T15:45:42.523Z] 5441b42fe150: Layer already exists [2021-04-19T15:45:42.523Z] 67dbd5cb80d3: Layer already exists [2021-04-19T15:45:42.523Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:42.523Z] master: digest: sha256:53a3ec40eb48a1bf34fd6edfcb32c875f2cb9bdb490d0a3ed5487f301d767ab9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:42.584Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:42.602Z] taggedImages: [2021-04-19T15:45:42.602Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:42.602Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:42.602Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:42.602Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-19T15:45:42.649Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-19T15:45:42.649Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:42.649Z] 2.0.0-dev.177 [2021-04-19T15:45:42.649Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:42.649Z] master [2021-04-19T15:45:42.649Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:43.043Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:43.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:43.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T15:45:43.381Z] a695f10d0bf9: Preparing [2021-04-19T15:45:43.381Z] 73dbfda532a9: Preparing [2021-04-19T15:45:43.381Z] b33e333f8468: Preparing [2021-04-19T15:45:43.381Z] 8ea14646ad90: Preparing [2021-04-19T15:45:43.381Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:43.655Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:43.655Z] b33e333f8468: Layer already exists [2021-04-19T15:45:43.655Z] a695f10d0bf9: Pushed [2021-04-19T15:45:43.931Z] 8ea14646ad90: Pushed [2021-04-19T15:45:46.540Z] 73dbfda532a9: Pushed [2021-04-19T15:45:46.811Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:c39106f5e26c201a2bc6f3de7d9c10832f4325e1fc42eb6cbba645fa5886b707 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:47.378Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:47.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:47.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T15:45:47.719Z] a695f10d0bf9: Preparing [2021-04-19T15:45:47.719Z] 73dbfda532a9: Preparing [2021-04-19T15:45:47.719Z] b33e333f8468: Preparing [2021-04-19T15:45:47.719Z] 8ea14646ad90: Preparing [2021-04-19T15:45:47.719Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:47.719Z] a695f10d0bf9: Layer already exists [2021-04-19T15:45:47.719Z] b33e333f8468: Layer already exists [2021-04-19T15:45:47.719Z] 73dbfda532a9: Layer already exists [2021-04-19T15:45:47.719Z] 8ea14646ad90: Layer already exists [2021-04-19T15:45:47.719Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:47.990Z] 2.0.0-dev.177: digest: sha256:c39106f5e26c201a2bc6f3de7d9c10832f4325e1fc42eb6cbba645fa5886b707 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:48.325Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:48.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:48.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T15:45:48.656Z] a695f10d0bf9: Preparing [2021-04-19T15:45:48.656Z] 73dbfda532a9: Preparing [2021-04-19T15:45:48.656Z] b33e333f8468: Preparing [2021-04-19T15:45:48.656Z] 8ea14646ad90: Preparing [2021-04-19T15:45:48.656Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:48.656Z] b33e333f8468: Layer already exists [2021-04-19T15:45:48.656Z] a695f10d0bf9: Layer already exists [2021-04-19T15:45:48.656Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:48.656Z] 73dbfda532a9: Layer already exists [2021-04-19T15:45:48.656Z] 8ea14646ad90: Layer already exists [2021-04-19T15:45:48.928Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:c39106f5e26c201a2bc6f3de7d9c10832f4325e1fc42eb6cbba645fa5886b707 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:49.264Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:49.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-19T15:45:49.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T15:45:49.592Z] a695f10d0bf9: Preparing [2021-04-19T15:45:49.592Z] 73dbfda532a9: Preparing [2021-04-19T15:45:49.592Z] b33e333f8468: Preparing [2021-04-19T15:45:49.592Z] 8ea14646ad90: Preparing [2021-04-19T15:45:49.592Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:49.592Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:49.592Z] 73dbfda532a9: Layer already exists [2021-04-19T15:45:49.592Z] b33e333f8468: Layer already exists [2021-04-19T15:45:49.592Z] a695f10d0bf9: Layer already exists [2021-04-19T15:45:49.865Z] 8ea14646ad90: Layer already exists [2021-04-19T15:45:49.865Z] master: digest: sha256:c39106f5e26c201a2bc6f3de7d9c10832f4325e1fc42eb6cbba645fa5886b707 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:49.923Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:49.936Z] taggedImages: [2021-04-19T15:45:49.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:49.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:49.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:49.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-19T15:45:49.970Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-19T15:45:49.970Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:49.970Z] 2.0.0-dev.177 [2021-04-19T15:45:49.970Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:49.970Z] master [2021-04-19T15:45:49.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:50.359Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:50.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:50.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T15:45:50.709Z] ac97b0d703d4: Preparing [2021-04-19T15:45:50.709Z] 1c3836453925: Preparing [2021-04-19T15:45:50.709Z] b33e333f8468: Preparing [2021-04-19T15:45:50.709Z] 4c902c98af3e: Preparing [2021-04-19T15:45:50.709Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:50.978Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:50.978Z] b33e333f8468: Layer already exists [2021-04-19T15:45:50.978Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:50.978Z] ac97b0d703d4: Pushed [2021-04-19T15:45:53.573Z] 1c3836453925: Pushed [2021-04-19T15:45:53.844Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:4bc6bcbd98c7154ecf44b10d9f50c8fed9797900b436d0810015bf1dbd152278 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:54.178Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:54.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:54.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T15:45:54.524Z] ac97b0d703d4: Preparing [2021-04-19T15:45:54.524Z] 1c3836453925: Preparing [2021-04-19T15:45:54.524Z] b33e333f8468: Preparing [2021-04-19T15:45:54.524Z] 4c902c98af3e: Preparing [2021-04-19T15:45:54.524Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:54.524Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:54.524Z] ac97b0d703d4: Layer already exists [2021-04-19T15:45:54.524Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:54.524Z] 1c3836453925: Layer already exists [2021-04-19T15:45:54.524Z] b33e333f8468: Layer already exists [2021-04-19T15:45:54.797Z] 2.0.0-dev.177: digest: sha256:4bc6bcbd98c7154ecf44b10d9f50c8fed9797900b436d0810015bf1dbd152278 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:55.133Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:55.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:55.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T15:45:55.462Z] ac97b0d703d4: Preparing [2021-04-19T15:45:55.462Z] 1c3836453925: Preparing [2021-04-19T15:45:55.462Z] b33e333f8468: Preparing [2021-04-19T15:45:55.462Z] 4c902c98af3e: Preparing [2021-04-19T15:45:55.462Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:55.462Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:55.462Z] 1c3836453925: Layer already exists [2021-04-19T15:45:55.736Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:55.737Z] ac97b0d703d4: Layer already exists [2021-04-19T15:45:55.737Z] b33e333f8468: Layer already exists [2021-04-19T15:45:55.737Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:4bc6bcbd98c7154ecf44b10d9f50c8fed9797900b436d0810015bf1dbd152278 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:56.072Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:56.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-19T15:45:56.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T15:45:56.401Z] ac97b0d703d4: Preparing [2021-04-19T15:45:56.401Z] 1c3836453925: Preparing [2021-04-19T15:45:56.401Z] b33e333f8468: Preparing [2021-04-19T15:45:56.401Z] 4c902c98af3e: Preparing [2021-04-19T15:45:56.401Z] 3fbe34a1663b: Preparing [2021-04-19T15:45:56.673Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:45:56.673Z] b33e333f8468: Layer already exists [2021-04-19T15:45:56.673Z] 4c902c98af3e: Layer already exists [2021-04-19T15:45:56.673Z] 1c3836453925: Layer already exists [2021-04-19T15:45:56.673Z] ac97b0d703d4: Layer already exists [2021-04-19T15:45:56.673Z] master: digest: sha256:4bc6bcbd98c7154ecf44b10d9f50c8fed9797900b436d0810015bf1dbd152278 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:45:56.730Z] ===================================================== [Pipeline] echo [2021-04-19T15:45:56.745Z] taggedImages: [2021-04-19T15:45:56.745Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:56.745Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.177 [2021-04-19T15:45:56.745Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:56.745Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-19T15:45:56.774Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-19T15:45:56.774Z] f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:56.774Z] 2.0.0-dev.177 [2021-04-19T15:45:56.774Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:45:56.774Z] master [2021-04-19T15:45:56.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:57.143Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:45:57.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:45:57.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T15:45:57.480Z] 80482808674f: Preparing [2021-04-19T15:45:57.480Z] 9e765658c299: Preparing [2021-04-19T15:45:57.480Z] dacb648116a4: Preparing [2021-04-19T15:45:57.480Z] 6c33327a763c: Preparing [2021-04-19T15:45:57.480Z] 9ded3b6bb9b5: Preparing [2021-04-19T15:45:57.480Z] fa1afe8e6ed9: Preparing [2021-04-19T15:45:57.480Z] 87a09b4c083e: Preparing [2021-04-19T15:45:57.480Z] 0f74e9ff2a61: Preparing [2021-04-19T15:45:57.480Z] b122376c33c6: Preparing [2021-04-19T15:45:57.480Z] f8381ed47b22: Preparing [2021-04-19T15:45:57.480Z] e934a737d657: Preparing [2021-04-19T15:45:57.480Z] 0f74e9ff2a61: Waiting [2021-04-19T15:45:57.480Z] fa1afe8e6ed9: Waiting [2021-04-19T15:45:57.480Z] 87a09b4c083e: Waiting [2021-04-19T15:45:57.480Z] b122376c33c6: Waiting [2021-04-19T15:45:57.480Z] f8381ed47b22: Waiting [2021-04-19T15:45:57.480Z] e934a737d657: Waiting [2021-04-19T15:45:57.752Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T15:45:57.752Z] fa1afe8e6ed9: Layer already exists [2021-04-19T15:45:57.752Z] 87a09b4c083e: Layer already exists [2021-04-19T15:45:57.752Z] 0f74e9ff2a61: Layer already exists [2021-04-19T15:45:57.752Z] b122376c33c6: Layer already exists [2021-04-19T15:45:57.752Z] 9e765658c299: Pushed [2021-04-19T15:45:57.752Z] f8381ed47b22: Layer already exists [2021-04-19T15:45:58.026Z] e934a737d657: Layer already exists [2021-04-19T15:45:58.298Z] 80482808674f: Pushed [2021-04-19T15:46:00.266Z] dacb648116a4: Pushed [2021-04-19T15:46:12.626Z] 6c33327a763c: Pushed [2021-04-19T15:46:12.626Z] f0b9a2565c35e3e793117cba23215fdd88b3162c: digest: sha256:ec9d950ba052bf7f527e1ac099cdac43b79c55001a66443c8b4e65a452047dfb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:46:12.968Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:46:13.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.177 [2021-04-19T15:46:13.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T15:46:13.300Z] 80482808674f: Preparing [2021-04-19T15:46:13.300Z] 9e765658c299: Preparing [2021-04-19T15:46:13.300Z] dacb648116a4: Preparing [2021-04-19T15:46:13.300Z] 6c33327a763c: Preparing [2021-04-19T15:46:13.300Z] 9ded3b6bb9b5: Preparing [2021-04-19T15:46:13.300Z] fa1afe8e6ed9: Preparing [2021-04-19T15:46:13.300Z] 87a09b4c083e: Preparing [2021-04-19T15:46:13.300Z] 0f74e9ff2a61: Preparing [2021-04-19T15:46:13.300Z] b122376c33c6: Preparing [2021-04-19T15:46:13.300Z] f8381ed47b22: Preparing [2021-04-19T15:46:13.300Z] e934a737d657: Preparing [2021-04-19T15:46:13.300Z] fa1afe8e6ed9: Waiting [2021-04-19T15:46:13.300Z] 87a09b4c083e: Waiting [2021-04-19T15:46:13.300Z] 0f74e9ff2a61: Waiting [2021-04-19T15:46:13.300Z] b122376c33c6: Waiting [2021-04-19T15:46:13.300Z] f8381ed47b22: Waiting [2021-04-19T15:46:13.300Z] e934a737d657: Waiting [2021-04-19T15:46:13.300Z] 6c33327a763c: Layer already exists [2021-04-19T15:46:13.300Z] 9e765658c299: Layer already exists [2021-04-19T15:46:13.300Z] dacb648116a4: Layer already exists [2021-04-19T15:46:13.300Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T15:46:13.300Z] 80482808674f: Layer already exists [2021-04-19T15:46:13.575Z] 87a09b4c083e: Layer already exists [2021-04-19T15:46:13.575Z] b122376c33c6: Layer already exists [2021-04-19T15:46:13.575Z] 0f74e9ff2a61: Layer already exists [2021-04-19T15:46:13.575Z] fa1afe8e6ed9: Layer already exists [2021-04-19T15:46:13.575Z] f8381ed47b22: Layer already exists [2021-04-19T15:46:13.575Z] e934a737d657: Layer already exists [2021-04-19T15:46:13.575Z] 2.0.0-dev.177: digest: sha256:ec9d950ba052bf7f527e1ac099cdac43b79c55001a66443c8b4e65a452047dfb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:46:13.915Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:46:14.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:46:14.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T15:46:14.251Z] 80482808674f: Preparing [2021-04-19T15:46:14.251Z] 9e765658c299: Preparing [2021-04-19T15:46:14.251Z] dacb648116a4: Preparing [2021-04-19T15:46:14.251Z] 6c33327a763c: Preparing [2021-04-19T15:46:14.251Z] 9ded3b6bb9b5: Preparing [2021-04-19T15:46:14.251Z] fa1afe8e6ed9: Preparing [2021-04-19T15:46:14.251Z] 87a09b4c083e: Preparing [2021-04-19T15:46:14.251Z] 0f74e9ff2a61: Preparing [2021-04-19T15:46:14.251Z] b122376c33c6: Preparing [2021-04-19T15:46:14.251Z] f8381ed47b22: Preparing [2021-04-19T15:46:14.251Z] e934a737d657: Preparing [2021-04-19T15:46:14.251Z] fa1afe8e6ed9: Waiting [2021-04-19T15:46:14.251Z] 87a09b4c083e: Waiting [2021-04-19T15:46:14.251Z] 0f74e9ff2a61: Waiting [2021-04-19T15:46:14.251Z] b122376c33c6: Waiting [2021-04-19T15:46:14.251Z] f8381ed47b22: Waiting [2021-04-19T15:46:14.251Z] e934a737d657: Waiting [2021-04-19T15:46:14.523Z] 6c33327a763c: Layer already exists [2021-04-19T15:46:14.523Z] 80482808674f: Layer already exists [2021-04-19T15:46:14.523Z] 9e765658c299: Layer already exists [2021-04-19T15:46:14.523Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T15:46:14.523Z] dacb648116a4: Layer already exists [2021-04-19T15:46:14.523Z] 0f74e9ff2a61: Layer already exists [2021-04-19T15:46:14.523Z] 87a09b4c083e: Layer already exists [2021-04-19T15:46:14.523Z] fa1afe8e6ed9: Layer already exists [2021-04-19T15:46:14.523Z] b122376c33c6: Layer already exists [2021-04-19T15:46:14.523Z] f8381ed47b22: Layer already exists [2021-04-19T15:46:14.523Z] e934a737d657: Layer already exists [2021-04-19T15:46:14.523Z] f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177: digest: sha256:ec9d950ba052bf7f527e1ac099cdac43b79c55001a66443c8b4e65a452047dfb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:46:14.861Z] + 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-19T15:46:15.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-19T15:46:15.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T15:46:15.192Z] 80482808674f: Preparing [2021-04-19T15:46:15.192Z] 9e765658c299: Preparing [2021-04-19T15:46:15.192Z] dacb648116a4: Preparing [2021-04-19T15:46:15.192Z] 6c33327a763c: Preparing [2021-04-19T15:46:15.192Z] 9ded3b6bb9b5: Preparing [2021-04-19T15:46:15.192Z] fa1afe8e6ed9: Preparing [2021-04-19T15:46:15.192Z] 87a09b4c083e: Preparing [2021-04-19T15:46:15.192Z] 0f74e9ff2a61: Preparing [2021-04-19T15:46:15.192Z] b122376c33c6: Preparing [2021-04-19T15:46:15.192Z] f8381ed47b22: Preparing [2021-04-19T15:46:15.192Z] e934a737d657: Preparing [2021-04-19T15:46:15.192Z] 87a09b4c083e: Waiting [2021-04-19T15:46:15.192Z] 0f74e9ff2a61: Waiting [2021-04-19T15:46:15.192Z] b122376c33c6: Waiting [2021-04-19T15:46:15.192Z] fa1afe8e6ed9: Waiting [2021-04-19T15:46:15.192Z] f8381ed47b22: Waiting [2021-04-19T15:46:15.192Z] e934a737d657: Waiting [2021-04-19T15:46:15.466Z] 80482808674f: Layer already exists [2021-04-19T15:46:15.466Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T15:46:15.466Z] dacb648116a4: Layer already exists [2021-04-19T15:46:15.466Z] 9e765658c299: Layer already exists [2021-04-19T15:46:15.466Z] 6c33327a763c: Layer already exists [2021-04-19T15:46:15.466Z] 0f74e9ff2a61: Layer already exists [2021-04-19T15:46:15.466Z] fa1afe8e6ed9: Layer already exists [2021-04-19T15:46:15.466Z] 87a09b4c083e: Layer already exists [2021-04-19T15:46:15.466Z] f8381ed47b22: Layer already exists [2021-04-19T15:46:15.466Z] b122376c33c6: Layer already exists [2021-04-19T15:46:15.466Z] e934a737d657: Layer already exists [2021-04-19T15:46:15.466Z] master: digest: sha256:ec9d950ba052bf7f527e1ac099cdac43b79c55001a66443c8b4e65a452047dfb size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:46:15.524Z] ===================================================== [Pipeline] echo [2021-04-19T15:46:15.538Z] taggedImages: [2021-04-19T15:46:15.538Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c [2021-04-19T15:46:15.538Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.177 [2021-04-19T15:46:15.538Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0b9a2565c35e3e793117cba23215fdd88b3162c-2.0.0-dev.177 [2021-04-19T15:46:15.538Z] - 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-19T15:46:15.966Z] ---> job-cost.sh [2021-04-19T15:46:15.966Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X2yQ [2021-04-19T15:46:54.905Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T15:48:31.636Z] lf-activate-venv(): INFO: Adding /tmp/venv-X2yQ/bin to PATH [2021-04-19T15:48:31.636Z] INFO: No Stack... [2021-04-19T15:48:31.636Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T15:48:31.636Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T15:48:31.979Z] + + catcut /w/workspace/edgex-go/445/archives/cost.csv -d, [2021-04-19T15:48:31.979Z] -f6 [Pipeline] lock [2021-04-19T15:48:32.095Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-445-stack-cost] [2021-04-19T15:48:32.103Z] Resource [jenkins-edgexfoundry-edgex-go-master-445-stack-cost] did not exist. Created. [2021-04-19T15:48:32.103Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-445-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T15:48:32.448Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T15:48:33.424Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T15:48:33.434Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-445-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-19T15:48:34.080Z] provisioning config files... [2021-04-19T15:48:34.092Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/445@tmp/config1425550559873150594tmp [Pipeline] { [Pipeline] sh [2021-04-19T15:48:34.406Z] + set +x [2021-04-19T15:48:34.406Z] + curl -s https://codecov.io/bash [2021-04-19T15:48:34.406Z] + bash -s -- [2021-04-19T15:48:34.671Z] [2021-04-19T15:48:34.671Z] _____ _ [2021-04-19T15:48:34.671Z] / ____| | | [2021-04-19T15:48:34.671Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T15:48:34.671Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T15:48:34.671Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T15:48:34.671Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T15:48:34.671Z] Bash-1.0.1 [2021-04-19T15:48:34.671Z] [2021-04-19T15:48:34.671Z] [2021-04-19T15:48:34.671Z] ==> git version 2.24.3 found [2021-04-19T15:48:34.671Z] ==> 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-19T15:48:34.671Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T15:48:34.671Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T15:48:34.934Z] ==> Jenkins CI detected. [2021-04-19T15:48:34.934Z] project root: . [2021-04-19T15:48:34.934Z] --> token set from env [2021-04-19T15:48:34.934Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T15:48:34.934Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T15:48:34.934Z] ==> Python coveragepy not found [2021-04-19T15:48:34.934Z] ==> Searching for coverage reports in: [2021-04-19T15:48:34.934Z] + . [2021-04-19T15:48:34.934Z] -> Found 1 reports [2021-04-19T15:48:34.934Z] ==> Detecting git/mercurial file structure [2021-04-19T15:48:34.934Z] ==> Reading reports [2021-04-19T15:48:34.934Z] + ./coverage.out bytes=703598 [2021-04-19T15:48:35.199Z] ==> Appending adjustments [2021-04-19T15:48:35.199Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T15:48:39.425Z] + Found adjustments [2021-04-19T15:48:39.425Z] ==> Gzipping contents [2021-04-19T15:48:39.425Z] 100K /tmp/codecov.P6vxqX.gz [2021-04-19T15:48:39.425Z] ==> Uploading reports [2021-04-19T15:48:39.425Z] url: https://codecov.io [2021-04-19T15:48:39.425Z] query: branch=master&commit=f0b9a2565c35e3e793117cba23215fdd88b3162c&build=445&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F445%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T15:48:39.425Z] -> Pinging Codecov [2021-04-19T15:48:39.425Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=f0b9a2565c35e3e793117cba23215fdd88b3162c&build=445&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F445%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T15:48:39.687Z] -> Uploading to [2021-04-19T15:48:39.688Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/f0b9a2565c35e3e793117cba23215fdd88b3162c/a49220de-19ce-4c6b-bb67-bb2bec8168b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T154839Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=387376dec048c88c10eb9228921b09e9f748b2974d19bfb90adf98422a6f52f9 [2021-04-19T15:48:39.688Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:48:39.688Z] Dload Upload Total Spent Left Speed [2021-04-19T15:48:39.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 224k --:--:-- --:--:-- --:--:-- 224k [2021-04-19T15:48:40.214Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f0b9a2565c35e3e793117cba23215fdd88b3162c [Pipeline] } [2021-04-19T15:48:40.224Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-19T15:48:40.871Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T15:48:40.899Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:48:41.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T15:48:41.482Z] [2021-04-19T15:48:41.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:48:41.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T15:48:41.802Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T15:48:41.802Z] 188c0c94c7c5: Already exists [2021-04-19T15:48:41.802Z] 0ef7d3d256c8: Already exists [2021-04-19T15:48:41.802Z] de9db76c5a1d: Already exists [2021-04-19T15:48:41.802Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T15:48:41.802Z] 0d57e429df01: Pulling fs layer [2021-04-19T15:48:41.802Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T15:48:41.802Z] e1f770b5df2f: Pulling fs layer [2021-04-19T15:48:41.802Z] 85a0685a4137: Pulling fs layer [2021-04-19T15:48:41.802Z] 85a0685a4137: Waiting [2021-04-19T15:48:41.802Z] 0d57e429df01: Verifying Checksum [2021-04-19T15:48:41.802Z] 0d57e429df01: Download complete [2021-04-19T15:48:41.802Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T15:48:41.802Z] 4e4be7b47b0d: Download complete [2021-04-19T15:48:43.197Z] e1f770b5df2f: Verifying Checksum [2021-04-19T15:48:43.197Z] e1f770b5df2f: Download complete [2021-04-19T15:48:45.773Z] 85a0685a4137: Verifying Checksum [2021-04-19T15:48:45.773Z] 85a0685a4137: Download complete [2021-04-19T15:48:45.773Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T15:48:45.773Z] 0eba1c9be4d2: Download complete [2021-04-19T15:48:51.117Z] 0eba1c9be4d2: Pull complete [2021-04-19T15:48:51.380Z] 0d57e429df01: Pull complete [2021-04-19T15:48:51.646Z] 4e4be7b47b0d: Pull complete [2021-04-19T15:48:54.203Z] e1f770b5df2f: Pull complete [2021-04-19T15:49:02.527Z] 85a0685a4137: Pull complete [2021-04-19T15:49:02.527Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T15:49:02.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T15:49:02.527Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T15:49:02.747Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:49:02.810Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T15:49:04.067Z] $ docker top 36fd37b15816512f59486793acf7943b1dc4a424a151c06eea84e73e72de1f1e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T15:49:04.224Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T15:49:04.532Z] + set -o pipefail [2021-04-19T15:49:04.532Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T15:49:14.579Z] [2021-04-19T15:49:14.579Z] Monitoring /w/workspace/edgex-go/445 (github.com/edgexfoundry/edgex-go)... [2021-04-19T15:49:14.579Z] [2021-04-19T15:49:14.579Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/895fef71-f121-4b05-a534-1867866743aa [2021-04-19T15:49:14.579Z] [2021-04-19T15:49:14.579Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T15:49:14.579Z] [2021-04-19T15:49:14.841Z] [2021-04-19T15:49:14.841Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T15:49:14.841Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T15:49:14.856Z] $ docker stop --time=1 36fd37b15816512f59486793acf7943b1dc4a424a151c06eea84e73e72de1f1e [2021-04-19T15:49:18.268Z] $ docker rm -f 36fd37b15816512f59486793acf7943b1dc4a424a151c06eea84e73e72de1f1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-19T15:49:19.216Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T15:49:19.236Z] provisioning config files... [2021-04-19T15:49:19.246Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/445@tmp/config3743538325608583033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:49:19.564Z] --> edgex-publish-swagger.sh [2021-04-19T15:49:19.564Z] === Publish openapi/v1 API === [2021-04-19T15:49:19.564Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-19T15:49:19.564Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/445/openapi/v1/core-command.yaml] [2021-04-19T15:49:19.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:19.564Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:20.774Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9307 0:00:01 0:00:01 --:--:-- 9311 100 10522 0 0 100 10522 0 9305 0:00:01 0:00:01 --:--:-- 9311 [2021-04-19T15:49:20.774Z] [2021-04-19T15:49:20.774Z] [2021-04-19T15:49:20.774Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/445/openapi/v1/core-data.yaml] [2021-04-19T15:49:20.775Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:20.775Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:21.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 31869 0:00:01 0:00:01 --:--:-- 31887 100 32557 0 0 100 32557 0 31863 0:00:01 0:00:01 --:--:-- 31887 [2021-04-19T15:49:21.721Z] [2021-04-19T15:49:21.721Z] [2021-04-19T15:49:21.721Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/445/openapi/v1/core-metadata.yaml] [2021-04-19T15:49:21.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:21.721Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:23.113Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64384 0:00:01 0:00:01 --:--:-- 64441 100 73721 0 0 100 73721 0 64372 0:00:01 0:00:01 --:--:-- 64385 [2021-04-19T15:49:23.113Z] [2021-04-19T15:49:23.113Z] [2021-04-19T15:49:23.113Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/445/openapi/v1/support-logging.yaml] [2021-04-19T15:49:23.113Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:23.113Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:23.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13967 --:--:-- --:--:-- --:--:-- 13957 100 13581 0 0 100 13581 0 13965 --:--:-- --:--:-- --:--:-- 13957 [2021-04-19T15:49:23.951Z] [2021-04-19T15:49:23.951Z] [2021-04-19T15:49:23.951Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/445/openapi/v1/support-notifications.yaml] [2021-04-19T15:49:23.951Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:23.951Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:24.898Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 37649 0:00:01 0:00:01 --:--:-- 37684 100 38890 0 0 100 38890 0 37640 0:00:01 0:00:01 --:--:-- 37647 [2021-04-19T15:49:24.898Z] [2021-04-19T15:49:24.898Z] [2021-04-19T15:49:24.898Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/445/openapi/v1/support-scheduler.yaml] [2021-04-19T15:49:24.898Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:24.898Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:25.847Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13344 0:00:01 0:00:01 --:--:-- 13354 100 14249 0 0 100 14249 0 13341 0:00:01 0:00:01 --:--:-- 13354 [2021-04-19T15:49:25.847Z] [2021-04-19T15:49:25.847Z] [2021-04-19T15:49:25.847Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/445/openapi/v1/system-agent.yaml] [2021-04-19T15:49:25.847Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:25.847Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:27.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4198 --:--:-- --:--:-- --:--:-- 4198 100 4110 0 0 100 4110 0 4197 --:--:-- --:--:-- --:--:-- 4193 [2021-04-19T15:49:27.239Z] [2021-04-19T15:49:27.239Z] [2021-04-19T15:49:27.239Z] === Publish openapi/v2 API === [2021-04-19T15:49:27.239Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-19T15:49:27.239Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/445/openapi/v2/core-command.yaml] [2021-04-19T15:49:27.239Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:27.239Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:28.188Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 28424 0:00:01 0:00:01 --:--:-- 28455 100 29594 0 0 100 29594 0 28419 0:00:01 0:00:01 --:--:-- 28428 [2021-04-19T15:49:28.188Z] [2021-04-19T15:49:28.188Z] [2021-04-19T15:49:28.188Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/445/openapi/v2/core-data.yaml] [2021-04-19T15:49:28.188Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:28.188Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:29.136Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 52833 0:00:01 0:00:01 --:--:-- 52859 100 56190 0 0 100 56190 0 52822 0:00:01 0:00:01 --:--:-- 52859 [2021-04-19T15:49:29.136Z] [2021-04-19T15:49:29.136Z] [2021-04-19T15:49:29.136Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/445/openapi/v2/core-metadata.yaml] [2021-04-19T15:49:29.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:29.136Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:30.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 111k 0:00:01 0:00:01 --:--:-- 111k 100 118k 0 0 100 118k 0 111k 0:00:01 0:00:01 --:--:-- 111k [2021-04-19T15:49:30.087Z] [2021-04-19T15:49:30.087Z] [2021-04-19T15:49:30.087Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/445/openapi/v2/support-notifications.yaml] [2021-04-19T15:49:30.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:30.087Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:31.482Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 65387 0:00:01 0:00:01 --:--:-- 65422 100 75628 0 0 100 75628 0 65369 0:00:01 0:00:01 --:--:-- 65422 [2021-04-19T15:49:31.482Z] [2021-04-19T15:49:31.482Z] [2021-04-19T15:49:31.482Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/445/openapi/v2/support-scheduler.yaml] [2021-04-19T15:49:31.482Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:31.482Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:32.429Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 36495 0:00:01 0:00:01 --:--:-- 36521 100 37617 0 0 100 37617 0 36487 0:00:01 0:00:01 --:--:-- 36521 [2021-04-19T15:49:32.429Z] [2021-04-19T15:49:32.429Z] [2021-04-19T15:49:32.429Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/445/openapi/v2/system-agent.yaml] [2021-04-19T15:49:32.429Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:49:32.429Z] Dload Upload Total Spent Left Speed [2021-04-19T15:49:33.418Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 22613 0:00:01 0:00:01 --:--:-- 22621 100 24092 0 0 100 24092 0 22608 0:00:01 0:00:01 --:--:-- 22621 [2021-04-19T15:49:33.418Z] [2021-04-19T15:49:33.418Z] [Pipeline] } [2021-04-19T15:49:33.446Z] 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-19T15:49:33.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:49:33.925Z] . [Pipeline] withDockerContainer [2021-04-19T15:49:34.071Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:49:34.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T15:49:35.250Z] $ docker top cb64f2b09133dce73196f6d14d4494dfd9cd44907e9a9d9961e298b14698a846 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:49:35.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:49:35.455Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:49:35.735Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:49:35.737Z] $ docker exec cb64f2b09133dce73196f6d14d4494dfd9cd44907e9a9d9961e298b14698a846 ssh-agent [2021-04-19T15:49:35.934Z] SSH_AUTH_SOCK=/tmp/ssh-oI6LLyrCY7Sc/agent.11 [2021-04-19T15:49:35.934Z] SSH_AGENT_PID=16 [2021-04-19T15:49:35.944Z] Running ssh-add (command line suppressed) [2021-04-19T15:49:36.092Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_3837063679453680254.key (/w/workspace/edgex-go/445@tmp/private_key_3837063679453680254.key) [2021-04-19T15:49:36.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:49:36.477Z] + git semver tag [2021-04-19T15:49:37.053Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:49:37.053Z] # $GIT_DIR = /w/workspace/edgex-go/445/.git [2021-04-19T15:49:37.053Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/445 [2021-04-19T15:49:37.053Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:49:37.053Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:49:37.053Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:49:37.053Z] # $SEMVER_BRANCH = master [2021-04-19T15:49:37.053Z] # $SEMVER_DIR = /w/workspace/edgex-go/445/.semver [2021-04-19T15:49:37.053Z] # f0b9a2565c35e3e793117cba23215fdd88b3162c HEAD [2021-04-19T15:49:37.628Z] # -> Force: false [2021-04-19T15:49:37.628Z] # a1d6248a4840e3f49ac71d06236f30f9f250ad21 refs/tags/v2.0.0-dev.177 [Pipeline] } [2021-04-19T15:49:37.642Z] $ docker exec --env ******** --env ******** cb64f2b09133dce73196f6d14d4494dfd9cd44907e9a9d9961e298b14698a846 ssh-agent -k [2021-04-19T15:49:37.793Z] unset SSH_AUTH_SOCK; [2021-04-19T15:49:37.793Z] unset SSH_AGENT_PID; [2021-04-19T15:49:37.793Z] echo Agent pid 16 killed; [2021-04-19T15:49:37.881Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:49:38.210Z] + git semver [Pipeline] } [2021-04-19T15:49:38.236Z] $ docker stop --time=1 cb64f2b09133dce73196f6d14d4494dfd9cd44907e9a9d9961e298b14698a846 [2021-04-19T15:49:39.653Z] $ docker rm -f cb64f2b09133dce73196f6d14d4494dfd9cd44907e9a9d9961e298b14698a846 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:49:40.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T15:49:40.141Z] [2021-04-19T15:49:40.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:49:40.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T15:49:40.466Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T15:49:40.466Z] ab5ef0e58194: Pulling fs layer [2021-04-19T15:49:40.466Z] 9712f1f96733: Pulling fs layer [2021-04-19T15:49:40.466Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T15:49:40.466Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T15:49:40.466Z] e9a5061849ea: Pulling fs layer [2021-04-19T15:49:40.466Z] d747dcd14b5f: Pulling fs layer [2021-04-19T15:49:40.466Z] 2de7ff778b66: Pulling fs layer [2021-04-19T15:49:40.466Z] 0d9ebad4ef96: Waiting [2021-04-19T15:49:40.466Z] e9a5061849ea: Waiting [2021-04-19T15:49:40.466Z] d747dcd14b5f: Waiting [2021-04-19T15:49:40.466Z] 2de7ff778b66: Waiting [2021-04-19T15:49:40.466Z] 9712f1f96733: Download complete [2021-04-19T15:49:41.867Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T15:49:41.868Z] 63f879dbbcfc: Download complete [2021-04-19T15:49:41.868Z] e9a5061849ea: Verifying Checksum [2021-04-19T15:49:41.868Z] e9a5061849ea: Download complete [2021-04-19T15:49:41.868Z] d747dcd14b5f: Verifying Checksum [2021-04-19T15:49:41.868Z] d747dcd14b5f: Download complete [2021-04-19T15:49:42.134Z] 2de7ff778b66: Verifying Checksum [2021-04-19T15:49:42.134Z] 2de7ff778b66: Download complete [2021-04-19T15:49:42.713Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T15:49:42.713Z] 0d9ebad4ef96: Download complete [2021-04-19T15:49:42.976Z] ab5ef0e58194: Verifying Checksum [2021-04-19T15:49:42.976Z] ab5ef0e58194: Download complete [2021-04-19T15:49:49.604Z] ab5ef0e58194: Pull complete [2021-04-19T15:49:49.604Z] 9712f1f96733: Pull complete [2021-04-19T15:49:51.533Z] 63f879dbbcfc: Pull complete [2021-04-19T15:49:59.709Z] 0d9ebad4ef96: Pull complete [2021-04-19T15:50:00.285Z] e9a5061849ea: Pull complete [2021-04-19T15:50:00.550Z] d747dcd14b5f: Pull complete [2021-04-19T15:50:03.124Z] 2de7ff778b66: Pull complete [2021-04-19T15:50:03.389Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T15:50:03.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T15:50:03.389Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T15:50:03.625Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:50:03.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T15:50:07.892Z] $ docker top 4d5a6c2b7826295ae44f604b6d7353e4c851572febff07f82bc60a20cf70864f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T15:50:08.082Z] provisioning config files... [2021-04-19T15:50:08.092Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/445@tmp/config6643390872939038084tmp [2021-04-19T15:50:08.109Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/445@tmp/config3658344736926834976tmp [2021-04-19T15:50:08.124Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/445@tmp/config4933259281984964557tmp [Pipeline] { [Pipeline] echo [2021-04-19T15:50:08.145Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:50:08.447Z] ---> sigul-configuration.sh [2021-04-19T15:50:08.447Z] gpg: directory `/root/.gnupg' created [2021-04-19T15:50:08.447Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T15:50:08.447Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T15:50:08.447Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T15:50:08.447Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T15:50:08.447Z] gpg: CAST5 encrypted data [2021-04-19T15:50:08.710Z] gpg: encrypted with 1 passphrase [2021-04-19T15:50:08.710Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T15:50:09.013Z] + mkdir /home/jenkins [2021-04-19T15:50:09.013Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T15:50:09.323Z] + 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-19T15:50:09.335Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:50:09.634Z] ---> sigul-install.sh [2021-04-19T15:50:16.353Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T15:50:16.657Z] + git tag --list [2021-04-19T15:50:16.657Z] 0.6.0 [2021-04-19T15:50:16.657Z] 0.6.1 [2021-04-19T15:50:16.657Z] 0.7.0 [2021-04-19T15:50:16.657Z] 0.7.1 [2021-04-19T15:50:16.657Z] v0.0.0 [2021-04-19T15:50:16.657Z] v0.0.1-dev.1 [2021-04-19T15:50:16.657Z] v1.0.0 [2021-04-19T15:50:16.657Z] v1.0.1 [2021-04-19T15:50:16.657Z] v1.1.0 [2021-04-19T15:50:16.657Z] v1.2.0 [2021-04-19T15:50:16.657Z] v1.2.1 [2021-04-19T15:50:16.657Z] v1.2.2-dev.1 [2021-04-19T15:50:16.657Z] v1.2.2-dev.10 [2021-04-19T15:50:16.657Z] v1.2.2-dev.100 [2021-04-19T15:50:16.657Z] v1.2.2-dev.101 [2021-04-19T15:50:16.657Z] v1.2.2-dev.102 [2021-04-19T15:50:16.657Z] v1.2.2-dev.103 [2021-04-19T15:50:16.657Z] v1.2.2-dev.104 [2021-04-19T15:50:16.657Z] v1.2.2-dev.105 [2021-04-19T15:50:16.657Z] v1.2.2-dev.106 [2021-04-19T15:50:16.657Z] v1.2.2-dev.107 [2021-04-19T15:50:16.657Z] v1.2.2-dev.11 [2021-04-19T15:50:16.657Z] v1.2.2-dev.12 [2021-04-19T15:50:16.657Z] v1.2.2-dev.13 [2021-04-19T15:50:16.657Z] v1.2.2-dev.14 [2021-04-19T15:50:16.657Z] v1.2.2-dev.15 [2021-04-19T15:50:16.657Z] v1.2.2-dev.16 [2021-04-19T15:50:16.657Z] v1.2.2-dev.17 [2021-04-19T15:50:16.657Z] v1.2.2-dev.18 [2021-04-19T15:50:16.657Z] v1.2.2-dev.19 [2021-04-19T15:50:16.657Z] v1.2.2-dev.2 [2021-04-19T15:50:16.657Z] v1.2.2-dev.20 [2021-04-19T15:50:16.657Z] v1.2.2-dev.21 [2021-04-19T15:50:16.657Z] v1.2.2-dev.22 [2021-04-19T15:50:16.657Z] v1.2.2-dev.23 [2021-04-19T15:50:16.657Z] v1.2.2-dev.24 [2021-04-19T15:50:16.657Z] v1.2.2-dev.25 [2021-04-19T15:50:16.657Z] v1.2.2-dev.26 [2021-04-19T15:50:16.657Z] v1.2.2-dev.27 [2021-04-19T15:50:16.657Z] v1.2.2-dev.28 [2021-04-19T15:50:16.657Z] v1.2.2-dev.29 [2021-04-19T15:50:16.657Z] v1.2.2-dev.3 [2021-04-19T15:50:16.657Z] v1.2.2-dev.30 [2021-04-19T15:50:16.657Z] v1.2.2-dev.31 [2021-04-19T15:50:16.657Z] v1.2.2-dev.32 [2021-04-19T15:50:16.657Z] v1.2.2-dev.33 [2021-04-19T15:50:16.657Z] v1.2.2-dev.34 [2021-04-19T15:50:16.657Z] v1.2.2-dev.35 [2021-04-19T15:50:16.657Z] v1.2.2-dev.36 [2021-04-19T15:50:16.657Z] v1.2.2-dev.37 [2021-04-19T15:50:16.657Z] v1.2.2-dev.38 [2021-04-19T15:50:16.657Z] v1.2.2-dev.39 [2021-04-19T15:50:16.657Z] v1.2.2-dev.4 [2021-04-19T15:50:16.657Z] v1.2.2-dev.40 [2021-04-19T15:50:16.657Z] v1.2.2-dev.41 [2021-04-19T15:50:16.657Z] v1.2.2-dev.42 [2021-04-19T15:50:16.657Z] v1.2.2-dev.43 [2021-04-19T15:50:16.657Z] v1.2.2-dev.44 [2021-04-19T15:50:16.657Z] v1.2.2-dev.45 [2021-04-19T15:50:16.657Z] v1.2.2-dev.46 [2021-04-19T15:50:16.657Z] v1.2.2-dev.47 [2021-04-19T15:50:16.657Z] v1.2.2-dev.48 [2021-04-19T15:50:16.657Z] v1.2.2-dev.49 [2021-04-19T15:50:16.657Z] v1.2.2-dev.5 [2021-04-19T15:50:16.657Z] v1.2.2-dev.50 [2021-04-19T15:50:16.657Z] v1.2.2-dev.51 [2021-04-19T15:50:16.657Z] v1.2.2-dev.52 [2021-04-19T15:50:16.657Z] v1.2.2-dev.53 [2021-04-19T15:50:16.657Z] v1.2.2-dev.54 [2021-04-19T15:50:16.657Z] v1.2.2-dev.55 [2021-04-19T15:50:16.657Z] v1.2.2-dev.56 [2021-04-19T15:50:16.657Z] v1.2.2-dev.57 [2021-04-19T15:50:16.657Z] v1.2.2-dev.58 [2021-04-19T15:50:16.657Z] v1.2.2-dev.59 [2021-04-19T15:50:16.657Z] v1.2.2-dev.6 [2021-04-19T15:50:16.657Z] v1.2.2-dev.60 [2021-04-19T15:50:16.657Z] v1.2.2-dev.61 [2021-04-19T15:50:16.657Z] v1.2.2-dev.62 [2021-04-19T15:50:16.657Z] v1.2.2-dev.63 [2021-04-19T15:50:16.657Z] v1.2.2-dev.64 [2021-04-19T15:50:16.657Z] v1.2.2-dev.65 [2021-04-19T15:50:16.657Z] v1.2.2-dev.66 [2021-04-19T15:50:16.657Z] v1.2.2-dev.67 [2021-04-19T15:50:16.657Z] v1.2.2-dev.68 [2021-04-19T15:50:16.657Z] v1.2.2-dev.69 [2021-04-19T15:50:16.657Z] v1.2.2-dev.7 [2021-04-19T15:50:16.657Z] v1.2.2-dev.70 [2021-04-19T15:50:16.657Z] v1.2.2-dev.71 [2021-04-19T15:50:16.657Z] v1.2.2-dev.72 [2021-04-19T15:50:16.657Z] v1.2.2-dev.73 [2021-04-19T15:50:16.657Z] v1.2.2-dev.74 [2021-04-19T15:50:16.657Z] v1.2.2-dev.75 [2021-04-19T15:50:16.657Z] v1.2.2-dev.76 [2021-04-19T15:50:16.657Z] v1.2.2-dev.77 [2021-04-19T15:50:16.657Z] v1.2.2-dev.78 [2021-04-19T15:50:16.657Z] v1.2.2-dev.79 [2021-04-19T15:50:16.657Z] v1.2.2-dev.8 [2021-04-19T15:50:16.657Z] v1.2.2-dev.80 [2021-04-19T15:50:16.657Z] v1.2.2-dev.81 [2021-04-19T15:50:16.657Z] v1.2.2-dev.82 [2021-04-19T15:50:16.657Z] v1.2.2-dev.83 [2021-04-19T15:50:16.657Z] v1.2.2-dev.84 [2021-04-19T15:50:16.657Z] v1.2.2-dev.85 [2021-04-19T15:50:16.657Z] v1.2.2-dev.86 [2021-04-19T15:50:16.657Z] v1.2.2-dev.87 [2021-04-19T15:50:16.657Z] v1.2.2-dev.88 [2021-04-19T15:50:16.657Z] v1.2.2-dev.89 [2021-04-19T15:50:16.657Z] v1.2.2-dev.9 [2021-04-19T15:50:16.657Z] v1.2.2-dev.90 [2021-04-19T15:50:16.657Z] v1.2.2-dev.91 [2021-04-19T15:50:16.657Z] v1.2.2-dev.92 [2021-04-19T15:50:16.657Z] v1.2.2-dev.93 [2021-04-19T15:50:16.658Z] v1.2.2-dev.94 [2021-04-19T15:50:16.658Z] v1.2.2-dev.95 [2021-04-19T15:50:16.658Z] v1.2.2-dev.96 [2021-04-19T15:50:16.658Z] v1.2.2-dev.97 [2021-04-19T15:50:16.658Z] v1.2.2-dev.98 [2021-04-19T15:50:16.658Z] v1.2.2-dev.99 [2021-04-19T15:50:16.658Z] v1.3.0 [2021-04-19T15:50:16.658Z] v1.3.1 [2021-04-19T15:50:16.658Z] v1.3.1-dev.1 [2021-04-19T15:50:16.658Z] v1.3.1-dev.10 [2021-04-19T15:50:16.658Z] v1.3.1-dev.11 [2021-04-19T15:50:16.658Z] v1.3.1-dev.12 [2021-04-19T15:50:16.658Z] v1.3.1-dev.13 [2021-04-19T15:50:16.658Z] v1.3.1-dev.14 [2021-04-19T15:50:16.658Z] v1.3.1-dev.15 [2021-04-19T15:50:16.658Z] v1.3.1-dev.16 [2021-04-19T15:50:16.658Z] v1.3.1-dev.17 [2021-04-19T15:50:16.658Z] v1.3.1-dev.18 [2021-04-19T15:50:16.658Z] v1.3.1-dev.2 [2021-04-19T15:50:16.658Z] v1.3.1-dev.3 [2021-04-19T15:50:16.658Z] v1.3.1-dev.4 [2021-04-19T15:50:16.658Z] v1.3.1-dev.5 [2021-04-19T15:50:16.658Z] v1.3.1-dev.6 [2021-04-19T15:50:16.658Z] v1.3.1-dev.7 [2021-04-19T15:50:16.658Z] v1.3.1-dev.8 [2021-04-19T15:50:16.658Z] v1.3.1-dev.9 [2021-04-19T15:50:16.658Z] v2.0.0-dev.1 [2021-04-19T15:50:16.658Z] v2.0.0-dev.10 [2021-04-19T15:50:16.658Z] v2.0.0-dev.100 [2021-04-19T15:50:16.658Z] v2.0.0-dev.101 [2021-04-19T15:50:16.658Z] v2.0.0-dev.102 [2021-04-19T15:50:16.658Z] v2.0.0-dev.103 [2021-04-19T15:50:16.658Z] v2.0.0-dev.104 [2021-04-19T15:50:16.658Z] v2.0.0-dev.105 [2021-04-19T15:50:16.658Z] v2.0.0-dev.106 [2021-04-19T15:50:16.658Z] v2.0.0-dev.107 [2021-04-19T15:50:16.658Z] v2.0.0-dev.108 [2021-04-19T15:50:16.658Z] v2.0.0-dev.109 [2021-04-19T15:50:16.658Z] v2.0.0-dev.11 [2021-04-19T15:50:16.658Z] v2.0.0-dev.110 [2021-04-19T15:50:16.658Z] v2.0.0-dev.111 [2021-04-19T15:50:16.658Z] v2.0.0-dev.112 [2021-04-19T15:50:16.658Z] v2.0.0-dev.113 [2021-04-19T15:50:16.658Z] v2.0.0-dev.114 [2021-04-19T15:50:16.658Z] v2.0.0-dev.115 [2021-04-19T15:50:16.658Z] v2.0.0-dev.116 [2021-04-19T15:50:16.658Z] v2.0.0-dev.117 [2021-04-19T15:50:16.658Z] v2.0.0-dev.118 [2021-04-19T15:50:16.658Z] v2.0.0-dev.119 [2021-04-19T15:50:16.658Z] v2.0.0-dev.12 [2021-04-19T15:50:16.658Z] v2.0.0-dev.120 [2021-04-19T15:50:16.658Z] v2.0.0-dev.121 [2021-04-19T15:50:16.658Z] v2.0.0-dev.122 [2021-04-19T15:50:16.658Z] v2.0.0-dev.123 [2021-04-19T15:50:16.658Z] v2.0.0-dev.124 [2021-04-19T15:50:16.658Z] v2.0.0-dev.125 [2021-04-19T15:50:16.658Z] v2.0.0-dev.126 [2021-04-19T15:50:16.658Z] v2.0.0-dev.127 [2021-04-19T15:50:16.658Z] v2.0.0-dev.128 [2021-04-19T15:50:16.658Z] v2.0.0-dev.129 [2021-04-19T15:50:16.658Z] v2.0.0-dev.13 [2021-04-19T15:50:16.658Z] v2.0.0-dev.130 [2021-04-19T15:50:16.658Z] v2.0.0-dev.131 [2021-04-19T15:50:16.658Z] v2.0.0-dev.132 [2021-04-19T15:50:16.658Z] v2.0.0-dev.133 [2021-04-19T15:50:16.658Z] v2.0.0-dev.134 [2021-04-19T15:50:16.658Z] v2.0.0-dev.135 [2021-04-19T15:50:16.658Z] v2.0.0-dev.136 [2021-04-19T15:50:16.658Z] v2.0.0-dev.137 [2021-04-19T15:50:16.658Z] v2.0.0-dev.138 [2021-04-19T15:50:16.658Z] v2.0.0-dev.139 [2021-04-19T15:50:16.658Z] v2.0.0-dev.14 [2021-04-19T15:50:16.658Z] v2.0.0-dev.140 [2021-04-19T15:50:16.658Z] v2.0.0-dev.141 [2021-04-19T15:50:16.658Z] v2.0.0-dev.142 [2021-04-19T15:50:16.658Z] v2.0.0-dev.143 [2021-04-19T15:50:16.658Z] v2.0.0-dev.144 [2021-04-19T15:50:16.658Z] v2.0.0-dev.145 [2021-04-19T15:50:16.658Z] v2.0.0-dev.146 [2021-04-19T15:50:16.658Z] v2.0.0-dev.147 [2021-04-19T15:50:16.658Z] v2.0.0-dev.148 [2021-04-19T15:50:16.658Z] v2.0.0-dev.149 [2021-04-19T15:50:16.658Z] v2.0.0-dev.15 [2021-04-19T15:50:16.658Z] v2.0.0-dev.150 [2021-04-19T15:50:16.658Z] v2.0.0-dev.151 [2021-04-19T15:50:16.658Z] v2.0.0-dev.152 [2021-04-19T15:50:16.658Z] v2.0.0-dev.153 [2021-04-19T15:50:16.658Z] v2.0.0-dev.154 [2021-04-19T15:50:16.658Z] v2.0.0-dev.155 [2021-04-19T15:50:16.658Z] v2.0.0-dev.156 [2021-04-19T15:50:16.658Z] v2.0.0-dev.157 [2021-04-19T15:50:16.658Z] v2.0.0-dev.158 [2021-04-19T15:50:16.658Z] v2.0.0-dev.159 [2021-04-19T15:50:16.658Z] v2.0.0-dev.16 [2021-04-19T15:50:16.658Z] v2.0.0-dev.160 [2021-04-19T15:50:16.658Z] v2.0.0-dev.161 [2021-04-19T15:50:16.658Z] v2.0.0-dev.162 [2021-04-19T15:50:16.658Z] v2.0.0-dev.163 [2021-04-19T15:50:16.658Z] v2.0.0-dev.164 [2021-04-19T15:50:16.658Z] v2.0.0-dev.165 [2021-04-19T15:50:16.658Z] v2.0.0-dev.166 [2021-04-19T15:50:16.658Z] v2.0.0-dev.167 [2021-04-19T15:50:16.658Z] v2.0.0-dev.168 [2021-04-19T15:50:16.658Z] v2.0.0-dev.169 [2021-04-19T15:50:16.658Z] v2.0.0-dev.17 [2021-04-19T15:50:16.658Z] v2.0.0-dev.170 [2021-04-19T15:50:16.658Z] v2.0.0-dev.171 [2021-04-19T15:50:16.658Z] v2.0.0-dev.172 [2021-04-19T15:50:16.658Z] v2.0.0-dev.173 [2021-04-19T15:50:16.658Z] v2.0.0-dev.174 [2021-04-19T15:50:16.658Z] v2.0.0-dev.175 [2021-04-19T15:50:16.658Z] v2.0.0-dev.176 [2021-04-19T15:50:16.658Z] v2.0.0-dev.177 [2021-04-19T15:50:16.658Z] v2.0.0-dev.18 [2021-04-19T15:50:16.658Z] v2.0.0-dev.19 [2021-04-19T15:50:16.658Z] v2.0.0-dev.2 [2021-04-19T15:50:16.658Z] v2.0.0-dev.20 [2021-04-19T15:50:16.658Z] v2.0.0-dev.21 [2021-04-19T15:50:16.658Z] v2.0.0-dev.22 [2021-04-19T15:50:16.658Z] v2.0.0-dev.23 [2021-04-19T15:50:16.658Z] v2.0.0-dev.24 [2021-04-19T15:50:16.658Z] v2.0.0-dev.25 [2021-04-19T15:50:16.658Z] v2.0.0-dev.26 [2021-04-19T15:50:16.658Z] v2.0.0-dev.27 [2021-04-19T15:50:16.658Z] v2.0.0-dev.28 [2021-04-19T15:50:16.658Z] v2.0.0-dev.29 [2021-04-19T15:50:16.658Z] v2.0.0-dev.3 [2021-04-19T15:50:16.658Z] v2.0.0-dev.30 [2021-04-19T15:50:16.658Z] v2.0.0-dev.31 [2021-04-19T15:50:16.658Z] v2.0.0-dev.32 [2021-04-19T15:50:16.658Z] v2.0.0-dev.33 [2021-04-19T15:50:16.658Z] v2.0.0-dev.34 [2021-04-19T15:50:16.658Z] v2.0.0-dev.35 [2021-04-19T15:50:16.658Z] v2.0.0-dev.36 [2021-04-19T15:50:16.658Z] v2.0.0-dev.37 [2021-04-19T15:50:16.658Z] v2.0.0-dev.38 [2021-04-19T15:50:16.658Z] v2.0.0-dev.39 [2021-04-19T15:50:16.658Z] v2.0.0-dev.4 [2021-04-19T15:50:16.658Z] v2.0.0-dev.40 [2021-04-19T15:50:16.658Z] v2.0.0-dev.41 [2021-04-19T15:50:16.658Z] v2.0.0-dev.42 [2021-04-19T15:50:16.658Z] v2.0.0-dev.43 [2021-04-19T15:50:16.658Z] v2.0.0-dev.44 [2021-04-19T15:50:16.658Z] v2.0.0-dev.45 [2021-04-19T15:50:16.658Z] v2.0.0-dev.46 [2021-04-19T15:50:16.658Z] v2.0.0-dev.47 [2021-04-19T15:50:16.658Z] v2.0.0-dev.48 [2021-04-19T15:50:16.658Z] v2.0.0-dev.49 [2021-04-19T15:50:16.658Z] v2.0.0-dev.5 [2021-04-19T15:50:16.658Z] v2.0.0-dev.50 [2021-04-19T15:50:16.658Z] v2.0.0-dev.51 [2021-04-19T15:50:16.658Z] v2.0.0-dev.52 [2021-04-19T15:50:16.658Z] v2.0.0-dev.53 [2021-04-19T15:50:16.658Z] v2.0.0-dev.54 [2021-04-19T15:50:16.658Z] v2.0.0-dev.55 [2021-04-19T15:50:16.658Z] v2.0.0-dev.56 [2021-04-19T15:50:16.658Z] v2.0.0-dev.57 [2021-04-19T15:50:16.658Z] v2.0.0-dev.58 [2021-04-19T15:50:16.658Z] v2.0.0-dev.59 [2021-04-19T15:50:16.658Z] v2.0.0-dev.6 [2021-04-19T15:50:16.658Z] v2.0.0-dev.60 [2021-04-19T15:50:16.658Z] v2.0.0-dev.61 [2021-04-19T15:50:16.658Z] v2.0.0-dev.62 [2021-04-19T15:50:16.658Z] v2.0.0-dev.63 [2021-04-19T15:50:16.658Z] v2.0.0-dev.64 [2021-04-19T15:50:16.658Z] v2.0.0-dev.65 [2021-04-19T15:50:16.658Z] v2.0.0-dev.66 [2021-04-19T15:50:16.658Z] v2.0.0-dev.67 [2021-04-19T15:50:16.658Z] v2.0.0-dev.68 [2021-04-19T15:50:16.658Z] v2.0.0-dev.69 [2021-04-19T15:50:16.658Z] v2.0.0-dev.7 [2021-04-19T15:50:16.658Z] v2.0.0-dev.70 [2021-04-19T15:50:16.658Z] v2.0.0-dev.71 [2021-04-19T15:50:16.658Z] v2.0.0-dev.72 [2021-04-19T15:50:16.658Z] v2.0.0-dev.73 [2021-04-19T15:50:16.658Z] v2.0.0-dev.74 [2021-04-19T15:50:16.658Z] v2.0.0-dev.75 [2021-04-19T15:50:16.658Z] v2.0.0-dev.76 [2021-04-19T15:50:16.658Z] v2.0.0-dev.77 [2021-04-19T15:50:16.658Z] v2.0.0-dev.78 [2021-04-19T15:50:16.658Z] v2.0.0-dev.79 [2021-04-19T15:50:16.658Z] v2.0.0-dev.8 [2021-04-19T15:50:16.658Z] v2.0.0-dev.80 [2021-04-19T15:50:16.658Z] v2.0.0-dev.81 [2021-04-19T15:50:16.658Z] v2.0.0-dev.82 [2021-04-19T15:50:16.658Z] v2.0.0-dev.83 [2021-04-19T15:50:16.658Z] v2.0.0-dev.84 [2021-04-19T15:50:16.658Z] v2.0.0-dev.85 [2021-04-19T15:50:16.658Z] v2.0.0-dev.86 [2021-04-19T15:50:16.658Z] v2.0.0-dev.87 [2021-04-19T15:50:16.658Z] v2.0.0-dev.88 [2021-04-19T15:50:16.658Z] v2.0.0-dev.89 [2021-04-19T15:50:16.658Z] v2.0.0-dev.9 [2021-04-19T15:50:16.658Z] v2.0.0-dev.90 [2021-04-19T15:50:16.658Z] v2.0.0-dev.91 [2021-04-19T15:50:16.658Z] v2.0.0-dev.92 [2021-04-19T15:50:16.658Z] v2.0.0-dev.93 [2021-04-19T15:50:16.658Z] v2.0.0-dev.94 [2021-04-19T15:50:16.658Z] v2.0.0-dev.95 [2021-04-19T15:50:16.658Z] v2.0.0-dev.96 [2021-04-19T15:50:16.658Z] v2.0.0-dev.97 [2021-04-19T15:50:16.658Z] v2.0.0-dev.98 [2021-04-19T15:50:16.658Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-19T15:50:16.967Z] + lftools sign git-tag v2.0.0-dev.177 [2021-04-19T15:50:18.359Z] Signing Git tag with Sigul... [2021-04-19T15:50:18.359Z] Signing v2.0.0-dev.177 [Pipeline] echo [2021-04-19T15:50:20.290Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:50:20.588Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T15:50:20.598Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T15:50:20.626Z] $ docker stop --time=1 4d5a6c2b7826295ae44f604b6d7353e4c851572febff07f82bc60a20cf70864f [2021-04-19T15:50:22.849Z] $ docker rm -f 4d5a6c2b7826295ae44f604b6d7353e4c851572febff07f82bc60a20cf70864f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:50:23.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:50:23.416Z] . [Pipeline] withDockerContainer [2021-04-19T15:50:23.533Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:50:23.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T15:50:24.532Z] $ docker top 7910dec10af8f407330ede6005b245499a0960c17611ccf48a191de54e75d059 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:50:24.753Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:50:24.753Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:50:25.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:50:25.018Z] $ docker exec 7910dec10af8f407330ede6005b245499a0960c17611ccf48a191de54e75d059 ssh-agent [2021-04-19T15:50:25.214Z] SSH_AUTH_SOCK=/tmp/ssh-scteoE0bMEVN/agent.11 [2021-04-19T15:50:25.214Z] SSH_AGENT_PID=17 [2021-04-19T15:50:25.223Z] Running ssh-add (command line suppressed) [2021-04-19T15:50:25.370Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_8108147373799820715.key (/w/workspace/edgex-go/445@tmp/private_key_8108147373799820715.key) [2021-04-19T15:50:25.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:50:25.748Z] + git semver bump pre [2021-04-19T15:50:25.748Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:50:25.748Z] # $GIT_DIR = /w/workspace/edgex-go/445/.git [2021-04-19T15:50:25.748Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/445 [2021-04-19T15:50:25.748Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:50:25.748Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:50:25.748Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:50:25.748Z] # $SEMVER_BRANCH = master [2021-04-19T15:50:25.748Z] # $SEMVER_DIR = /w/workspace/edgex-go/445/.semver [2021-04-19T15:50:25.748Z] 2.0.0-dev.178 [Pipeline] } [2021-04-19T15:50:25.764Z] $ docker exec --env ******** --env ******** 7910dec10af8f407330ede6005b245499a0960c17611ccf48a191de54e75d059 ssh-agent -k [2021-04-19T15:50:25.967Z] unset SSH_AUTH_SOCK; [2021-04-19T15:50:25.967Z] unset SSH_AGENT_PID; [2021-04-19T15:50:25.967Z] echo Agent pid 17 killed; [2021-04-19T15:50:26.038Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:50:26.388Z] + git semver [Pipeline] } [2021-04-19T15:50:26.403Z] $ docker stop --time=1 7910dec10af8f407330ede6005b245499a0960c17611ccf48a191de54e75d059 [2021-04-19T15:50:27.797Z] $ docker rm -f 7910dec10af8f407330ede6005b245499a0960c17611ccf48a191de54e75d059 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:50:28.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:50:28.723Z] . [Pipeline] withDockerContainer [2021-04-19T15:50:28.833Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:50:28.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T15:50:29.678Z] $ docker top 2fed37560f7e89c1dbd3bf338dd2b4d2255f4299daed0c3ae073d2063666309b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:50:29.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:50:29.851Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:50:30.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:50:30.081Z] $ docker exec 2fed37560f7e89c1dbd3bf338dd2b4d2255f4299daed0c3ae073d2063666309b ssh-agent [2021-04-19T15:50:30.280Z] SSH_AUTH_SOCK=/tmp/ssh-svSlmoSzc4tX/agent.11 [2021-04-19T15:50:30.280Z] SSH_AGENT_PID=17 [2021-04-19T15:50:30.288Z] Running ssh-add (command line suppressed) [2021-04-19T15:50:30.428Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_3122697768190905296.key (/w/workspace/edgex-go/445@tmp/private_key_3122697768190905296.key) [2021-04-19T15:50:30.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:50:30.804Z] + git semver push [2021-04-19T15:50:30.804Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:50:30.804Z] # $GIT_DIR = /w/workspace/edgex-go/445/.git [2021-04-19T15:50:30.804Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/445 [2021-04-19T15:50:30.804Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:50:30.804Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:50:30.804Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:50:30.804Z] # $SEMVER_BRANCH = master [2021-04-19T15:50:30.804Z] # $SEMVER_DIR = /w/workspace/edgex-go/445/.semver [Pipeline] } [2021-04-19T15:50:40.834Z] $ docker exec --env ******** --env ******** 2fed37560f7e89c1dbd3bf338dd2b4d2255f4299daed0c3ae073d2063666309b ssh-agent -k [2021-04-19T15:50:40.994Z] unset SSH_AUTH_SOCK; [2021-04-19T15:50:40.994Z] unset SSH_AGENT_PID; [2021-04-19T15:50:40.994Z] echo Agent pid 17 killed; [2021-04-19T15:50:41.074Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:50:41.401Z] + git semver [Pipeline] } [2021-04-19T15:50:41.418Z] $ docker stop --time=1 2fed37560f7e89c1dbd3bf338dd2b4d2255f4299daed0c3ae073d2063666309b [2021-04-19T15:50:42.906Z] $ docker rm -f 2fed37560f7e89c1dbd3bf338dd2b4d2255f4299daed0c3ae073d2063666309b [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-19T15:50:43.789Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:50:44.697Z] ---> package-listing.sh [2021-04-19T15:50:44.697Z] ++ facter osfamily [2021-04-19T15:50:44.697Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T15:50:44.697Z] + OS_FAMILY=redhat [2021-04-19T15:50:44.698Z] + workspace=/w/workspace/edgex-go/445 [2021-04-19T15:50:44.698Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T15:50:44.698Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T15:50:44.698Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T15:50:44.698Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T15:50:44.698Z] + '[' /w/workspace/edgex-go/445 ']' [2021-04-19T15:50:44.698Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T15:50:44.698Z] + case "${OS_FAMILY}" in [2021-04-19T15:50:44.698Z] + rpm -qa [2021-04-19T15:50:44.698Z] + sort [2021-04-19T15:50:50.006Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T15:50:50.006Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T15:50:50.006Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T15:50:50.006Z] + '[' /w/workspace/edgex-go/445 ']' [2021-04-19T15:50:50.006Z] + mkdir -p /w/workspace/edgex-go/445/archives/ [2021-04-19T15:50:50.006Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/445/archives/ [Pipeline] echo [2021-04-19T15:50:50.020Z] 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/445/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T15:50:50.314Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:50:50.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T15:50:50.621Z] [2021-04-19T15:50:50.621Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:50:50.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T15:50:50.940Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T15:50:50.940Z] df20fa9351a1: Pulling fs layer [2021-04-19T15:50:50.940Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T15:50:50.940Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T15:50:50.940Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T15:50:50.940Z] 93b61091891f: Pulling fs layer [2021-04-19T15:50:50.940Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T15:50:50.940Z] 5e14af77c1be: Pulling fs layer [2021-04-19T15:50:50.940Z] 01666e4c0597: Pulling fs layer [2021-04-19T15:50:50.940Z] 46f8f816bc3b: Waiting [2021-04-19T15:50:50.940Z] 93b61091891f: Waiting [2021-04-19T15:50:50.940Z] aa168da1d23b: Pulling fs layer [2021-04-19T15:50:50.940Z] 93b9cdb0e59b: Waiting [2021-04-19T15:50:50.940Z] 5e14af77c1be: Waiting [2021-04-19T15:50:50.940Z] 01666e4c0597: Waiting [2021-04-19T15:50:50.940Z] aa168da1d23b: Waiting [2021-04-19T15:50:50.940Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T15:50:50.940Z] 36b3adc4ff6f: Download complete [2021-04-19T15:50:50.940Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T15:50:50.940Z] 46f8f816bc3b: Download complete [2021-04-19T15:50:50.940Z] df20fa9351a1: Verifying Checksum [2021-04-19T15:50:50.940Z] df20fa9351a1: Download complete [2021-04-19T15:50:51.206Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T15:50:51.206Z] 93b9cdb0e59b: Download complete [2021-04-19T15:50:51.206Z] 93b61091891f: Verifying Checksum [2021-04-19T15:50:51.206Z] 93b61091891f: Download complete [2021-04-19T15:50:51.206Z] 5e14af77c1be: Verifying Checksum [2021-04-19T15:50:51.206Z] 5e14af77c1be: Download complete [2021-04-19T15:50:51.206Z] 01666e4c0597: Verifying Checksum [2021-04-19T15:50:51.206Z] 01666e4c0597: Download complete [2021-04-19T15:50:51.206Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T15:50:51.206Z] 8ad3a11d3b57: Download complete [2021-04-19T15:50:51.797Z] df20fa9351a1: Pull complete [2021-04-19T15:50:52.386Z] 36b3adc4ff6f: Pull complete [2021-04-19T15:50:53.354Z] aa168da1d23b: Verifying Checksum [2021-04-19T15:50:53.354Z] aa168da1d23b: Download complete [2021-04-19T15:50:53.929Z] 8ad3a11d3b57: Pull complete [2021-04-19T15:50:54.192Z] 46f8f816bc3b: Pull complete [2021-04-19T15:50:54.456Z] 93b61091891f: Pull complete [2021-04-19T15:50:54.717Z] 93b9cdb0e59b: Pull complete [2021-04-19T15:50:54.717Z] 5e14af77c1be: Pull complete [2021-04-19T15:50:54.986Z] 01666e4c0597: Pull complete [2021-04-19T15:51:03.172Z] aa168da1d23b: Pull complete [2021-04-19T15:51:03.173Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T15:51:03.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T15:51:03.173Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T15:51:03.395Z] prd-centos7-docker-4c-2g-806 does not seem to be running inside a container [2021-04-19T15:51:03.448Z] $ 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/445/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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T15:51:06.416Z] $ docker top 769a455f8873ea29d36949347af798de3a20528d24368c940b656a64a7d82f9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:51:06.866Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T15:51:07.179Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T15:51:07.477Z] + ls /var/log/sa-host [2021-04-19T15:51:07.478Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T15:51:07.478Z] file_magic: OK [2021-04-19T15:51:07.478Z] HZ: Using current value: 100 [2021-04-19T15:51:07.478Z] file_header: OK [2021-04-19T15:51:07.478Z] 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-19T15:51:07.478Z] Statistics: [2021-04-19T15:51:07.478Z] 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... [2021-04-19T15:51:07.478Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T15:51:07.478Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T15:51:07.478Z] file_magic: OK [2021-04-19T15:51:07.478Z] HZ: Using current value: 100 [2021-04-19T15:51:07.478Z] file_header: OK [2021-04-19T15:51:07.478Z] 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-19T15:51:07.478Z] Statistics: [2021-04-19T15:51:07.478Z] Hnuu...uuuununununu... [2021-04-19T15:51:07.478Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T15:51:07.634Z] provisioning config files... [2021-04-19T15:51:07.658Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/445@tmp/config989810869816263168tmp [Pipeline] { [Pipeline] echo [2021-04-19T15:51:07.691Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:51:08.003Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T15:51:08.013Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T15:51:08.036Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:51:08.348Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T15:51:08.359Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:51:08.658Z] ---> sudo-logs.sh [2021-04-19T15:51:08.658Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T15:51:08.684Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:51:08.981Z] ---> job-cost.sh [2021-04-19T15:51:08.982Z] lf-activate-venv: SKIPPING [2021-04-19T15:51:08.982Z] DEBUG: total: 0.20999999344348907 [2021-04-19T15:51:08.982Z] INFO: Retrieving Stack Cost... [2021-04-19T15:51:09.558Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T15:51:10.132Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T15:51:10.146Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:51:10.442Z] ---> logs-deploy.sh [2021-04-19T15:51:10.442Z] lf-activate-venv: SKIPPING [2021-04-19T15:51:10.442Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/445 [2021-04-19T15:51:10.442Z] INFO: archiving workspace using pattern(s): [2021-04-19T15:51:11.838Z] Archives upload complete. [2021-04-19T15:51:12.102Z] INFO: archiving logs to Nexus