Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c501ec80a15903c04bbfabfe9c8b77aea5670573 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > 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-28065 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/374 [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/374 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c501ec80a15903c04bbfabfe9c8b77aea5670573 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 Commit message: "feat(scheduler): Implement DELETE /interval V2 API (#3199)" > git rev-list --no-walk 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-01T17:03:10.981Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-01T17:03:11.264Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-01T17:03:11.405Z] ========================================================= [2021-03-01T17:03:11.405Z] EdgeX Global Pipelines Version Info [2021-03-01T17:03:11.405Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:03:12.897Z] ------------------- [2021-03-01T17:03:12.897Z] stable info: [2021-03-01T17:03:12.897Z] ------------------- [2021-03-01T17:03:12.897Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-01T17:03:12.897Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T17:03:12.897Z] Message: update stable to v1.0.183 [2021-03-01T17:03:13.846Z] ------------------- [2021-03-01T17:03:13.846Z] experimental info: [2021-03-01T17:03:13.846Z] ------------------- [2021-03-01T17:03:13.846Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-01T17:03:13.846Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T17:03:13.846Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-01T17:03:14.139Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-01T17:03:14.243Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-01T17:03:14.344Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-01T17:03:14.439Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-01T17:03:14.538Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-01T17:03:14.633Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-01T17:03:14.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-01T17:03:14.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-01T17:03:14.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-01T17:03:15.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-01T17:03:15.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-01T17:03:15.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-01T17:03:15.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-01T17:03:15.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-01T17:03:15.527Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-01T17:03:15.616Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-01T17:03:15.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-01T17:03:15.835Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-01T17:03:15.927Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-01T17:03:16.060Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-01T17:03:16.176Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-01T17:03:16.265Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-01T17:03:16.398Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-01T17:03:16.487Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-01T17:03:16.602Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-01T17:03:16.696Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] echo [2021-03-01T17:03:16.788Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c501ec8 [Pipeline] echo [2021-03-01T17:03:16.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-01T17:03:17.154Z] provisioning config files... [2021-03-01T17:03:17.188Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/374@tmp/config8393817583284197058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:03:17.558Z] ---> docker-login.sh [2021-03-01T17:03:17.558Z] nexus3.edgexfoundry.org:10001 [2021-03-01T17:03:17.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:03:18.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:03:18.089Z] Configure a credential helper to remove this warning. See [2021-03-01T17:03:18.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:03:18.089Z] [2021-03-01T17:03:18.089Z] Login Succeeded [2021-03-01T17:03:18.089Z] nexus3.edgexfoundry.org:10002 [2021-03-01T17:03:18.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:03:18.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:03:18.352Z] Configure a credential helper to remove this warning. See [2021-03-01T17:03:18.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:03:18.352Z] [2021-03-01T17:03:18.352Z] Login Succeeded [2021-03-01T17:03:18.352Z] nexus3.edgexfoundry.org:10003 [2021-03-01T17:03:18.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:03:18.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:03:18.352Z] Configure a credential helper to remove this warning. See [2021-03-01T17:03:18.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:03:18.352Z] [2021-03-01T17:03:18.352Z] Login Succeeded [2021-03-01T17:03:18.352Z] nexus3.edgexfoundry.org:10004 [2021-03-01T17:03:18.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:03:18.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:03:18.616Z] Configure a credential helper to remove this warning. See [2021-03-01T17:03:18.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:03:18.616Z] [2021-03-01T17:03:18.616Z] Login Succeeded [2021-03-01T17:03:18.616Z] docker.io [2021-03-01T17:03:18.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:03:19.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:03:19.192Z] Configure a credential helper to remove this warning. See [2021-03-01T17:03:19.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:03:19.192Z] [2021-03-01T17:03:19.192Z] Login Succeeded [2021-03-01T17:03:19.192Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T17:03:19.203Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T17:03:19.692Z] ++ 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-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/core-command/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/core-data/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-01T17:03:19.692Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-01T17:03:19.692Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T17:03:19.692Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-01T17:03:19.692Z] ++ cut -d/ -f2 [2021-03-01T17:03:19.692Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-01T17:03:19.780Z] 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-03-01T17:03:21.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T17:03:21.421Z] [2021-03-01T17:03:21.421Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:03:21.770Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T17:03:21.770Z] latest: Pulling from edgex-devops/git-semver [2021-03-01T17:03:21.770Z] 31603596830f: Pulling fs layer [2021-03-01T17:03:21.770Z] 2a8b12db71e7: Pulling fs layer [2021-03-01T17:03:21.770Z] 6ca5941a6612: Pulling fs layer [2021-03-01T17:03:21.770Z] ecc8261a40a4: Pulling fs layer [2021-03-01T17:03:21.770Z] ecc8261a40a4: Waiting [2021-03-01T17:03:21.770Z] 2a8b12db71e7: Verifying Checksum [2021-03-01T17:03:21.770Z] 2a8b12db71e7: Download complete [2021-03-01T17:03:22.033Z] 31603596830f: Verifying Checksum [2021-03-01T17:03:22.033Z] 31603596830f: Download complete [2021-03-01T17:03:22.033Z] 6ca5941a6612: Verifying Checksum [2021-03-01T17:03:22.033Z] 6ca5941a6612: Download complete [2021-03-01T17:03:22.033Z] ecc8261a40a4: Verifying Checksum [2021-03-01T17:03:22.033Z] ecc8261a40a4: Download complete [2021-03-01T17:03:22.296Z] 31603596830f: Pull complete [2021-03-01T17:03:22.560Z] 2a8b12db71e7: Pull complete [2021-03-01T17:03:23.139Z] 6ca5941a6612: Pull complete [2021-03-01T17:03:23.402Z] ecc8261a40a4: Pull complete [2021-03-01T17:03:23.402Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-01T17:03:23.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T17:03:23.665Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-01T17:03:23.786Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:03:23.845Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:03:26.800Z] $ docker top e93492433ac44f66fbb226ab2f743f96aac649c89721634d4d23fff8e8765df2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T17:03:27.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T17:03:27.229Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T17:03:27.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T17:03:27.464Z] $ docker exec e93492433ac44f66fbb226ab2f743f96aac649c89721634d4d23fff8e8765df2 ssh-agent [2021-03-01T17:03:27.632Z] SSH_AUTH_SOCK=/tmp/ssh-Z4cHHSveJUOZ/agent.11 [2021-03-01T17:03:27.632Z] SSH_AGENT_PID=16 [2021-03-01T17:03:27.643Z] Running ssh-add (command line suppressed) [2021-03-01T17:03:27.759Z] Identity added: /w/workspace/edgex-go/374@tmp/private_key_6998586905190471041.key (/w/workspace/edgex-go/374@tmp/private_key_6998586905190471041.key) [2021-03-01T17:03:27.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T17:03:28.149Z] + git tag --points-at HEAD [Pipeline] } [2021-03-01T17:03:28.172Z] $ docker exec --env ******** --env ******** e93492433ac44f66fbb226ab2f743f96aac649c89721634d4d23fff8e8765df2 ssh-agent -k [2021-03-01T17:03:28.284Z] unset SSH_AUTH_SOCK; [2021-03-01T17:03:28.284Z] unset SSH_AGENT_PID; [2021-03-01T17:03:28.284Z] echo Agent pid 16 killed; [2021-03-01T17:03:28.340Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-01T17:03:28.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T17:03:28.488Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T17:03:28.651Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T17:03:28.654Z] $ docker exec e93492433ac44f66fbb226ab2f743f96aac649c89721634d4d23fff8e8765df2 ssh-agent [2021-03-01T17:03:28.832Z] SSH_AUTH_SOCK=/tmp/ssh-QUjqn64fNgD6/agent.45 [2021-03-01T17:03:28.832Z] SSH_AGENT_PID=50 [2021-03-01T17:03:28.839Z] Running ssh-add (command line suppressed) [2021-03-01T17:03:28.960Z] Identity added: /w/workspace/edgex-go/374@tmp/private_key_659765715365429701.key (/w/workspace/edgex-go/374@tmp/private_key_659765715365429701.key) [2021-03-01T17:03:29.012Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T17:03:29.351Z] + git semver init [2021-03-01T17:03:29.351Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T17:03:29.351Z] # $GIT_DIR = /w/workspace/edgex-go/374/.git [2021-03-01T17:03:29.351Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/374 [2021-03-01T17:03:29.351Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T17:03:29.351Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T17:03:29.351Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T17:03:29.351Z] # $SEMVER_BRANCH = master [2021-03-01T17:03:29.351Z] # $SEMVER_TEMP = /tmp/semver-546866689 [2021-03-01T17:03:29.351Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-01T17:03:47.523Z] # '/tmp/semver-546866689' -> '/w/workspace/edgex-go/374/.semver' [2021-03-01T17:03:47.523Z] # -> Force: false [2021-03-01T17:03:47.523Z] # $SEMVER_DIR = /w/workspace/edgex-go/374/.semver [Pipeline] } [2021-03-01T17:03:47.538Z] $ docker exec --env ******** --env ******** e93492433ac44f66fbb226ab2f743f96aac649c89721634d4d23fff8e8765df2 ssh-agent -k [2021-03-01T17:03:47.759Z] unset SSH_AUTH_SOCK; [2021-03-01T17:03:47.760Z] unset SSH_AGENT_PID; [2021-03-01T17:03:47.760Z] echo Agent pid 50 killed; [2021-03-01T17:03:47.854Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T17:03:48.398Z] + git semver [Pipeline] } [2021-03-01T17:03:48.417Z] $ docker stop --time=1 e93492433ac44f66fbb226ab2f743f96aac649c89721634d4d23fff8e8765df2 [2021-03-01T17:03:50.065Z] $ docker rm -f e93492433ac44f66fbb226ab2f743f96aac649c89721634d4d23fff8e8765df2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T17:03:50.572Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-01T17:03:51.093Z] Stashed 1 file(s) [Pipeline] echo [2021-03-01T17:03:51.096Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.108 [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-03-01T17:03:52.017Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-01T17:03:52.318Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T17:03:52.624Z] + sudo service docker restart [2021-03-01T17:03:52.625Z] + true [2021-03-01T17:03:52.625Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-01T17:03:53.217Z] ========================================================= [2021-03-01T17:03:53.217Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-01T17:03:53.217Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:03:53.565Z] + 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-03-01T17:03:57.794Z] Sending build context to Docker daemon 328MB [2021-03-01T17:03:57.794Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-01T17:03:57.794Z] Step 2/6 : FROM ${BASE} [2021-03-01T17:03:58.059Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-01T17:03:58.059Z] 188c0c94c7c5: Pulling fs layer [2021-03-01T17:03:58.059Z] 0ef7d3d256c8: Pulling fs layer [2021-03-01T17:03:58.059Z] de9db76c5a1d: Pulling fs layer [2021-03-01T17:03:58.059Z] bca2f99d35d6: Pulling fs layer [2021-03-01T17:03:58.059Z] 93359f2a8cfa: Pulling fs layer [2021-03-01T17:03:58.059Z] 7c6f9722023f: Pulling fs layer [2021-03-01T17:03:58.059Z] a35cf1a2eb13: Pulling fs layer [2021-03-01T17:03:58.059Z] 93359f2a8cfa: Waiting [2021-03-01T17:03:58.059Z] 7c6f9722023f: Waiting [2021-03-01T17:03:58.059Z] a35cf1a2eb13: Waiting [2021-03-01T17:03:58.059Z] bca2f99d35d6: Waiting [2021-03-01T17:03:58.059Z] de9db76c5a1d: Verifying Checksum [2021-03-01T17:03:58.059Z] de9db76c5a1d: Download complete [2021-03-01T17:03:58.059Z] 0ef7d3d256c8: Verifying Checksum [2021-03-01T17:03:58.059Z] 0ef7d3d256c8: Download complete [2021-03-01T17:03:58.059Z] 93359f2a8cfa: Download complete [2021-03-01T17:03:58.059Z] 188c0c94c7c5: Download complete [2021-03-01T17:03:58.059Z] 7c6f9722023f: Verifying Checksum [2021-03-01T17:03:58.059Z] 7c6f9722023f: Download complete [2021-03-01T17:03:58.635Z] 188c0c94c7c5: Pull complete [2021-03-01T17:03:58.635Z] 0ef7d3d256c8: Pull complete [2021-03-01T17:03:58.898Z] de9db76c5a1d: Pull complete [2021-03-01T17:04:00.835Z] a35cf1a2eb13: Verifying Checksum [2021-03-01T17:04:00.835Z] a35cf1a2eb13: Download complete [2021-03-01T17:04:01.097Z] bca2f99d35d6: Verifying Checksum [2021-03-01T17:04:01.097Z] bca2f99d35d6: Download complete [2021-03-01T17:04:06.497Z] Still waiting to schedule task [2021-03-01T17:04:06.497Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-01T17:04:07.766Z] bca2f99d35d6: Pull complete [2021-03-01T17:04:07.766Z] 93359f2a8cfa: Pull complete [2021-03-01T17:04:07.766Z] 7c6f9722023f: Pull complete [2021-03-01T17:04:12.005Z] a35cf1a2eb13: Pull complete [2021-03-01T17:04:12.006Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-01T17:04:12.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-01T17:04:12.006Z] ---> a62c8e92a672 [2021-03-01T17:04:12.006Z] 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-03-01T17:04:12.006Z] ---> Running in b3e614f83c4b [2021-03-01T17:04:12.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:04:13.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:04:13.456Z] (1/12) Installing libmagic (5.38-r0) [2021-03-01T17:04:14.422Z] (2/12) Installing file (5.38-r0) [2021-03-01T17:04:14.422Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-01T17:04:14.422Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-01T17:04:18.655Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-01T17:04:18.655Z] (6/12) Installing patch (2.7.6-r6) [2021-03-01T17:04:18.655Z] (7/12) Installing build-base (0.5-r2) [2021-03-01T17:04:18.655Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-01T17:04:18.655Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-01T17:04:18.655Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-01T17:04:18.655Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-01T17:04:18.655Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-01T17:04:18.655Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:04:19.230Z] OK: 233 MiB in 51 packages [2021-03-01T17:04:22.549Z] Removing intermediate container b3e614f83c4b [2021-03-01T17:04:22.549Z] ---> 5ac0951a2d27 [2021-03-01T17:04:22.549Z] Step 4/6 : WORKDIR /edgex-go [2021-03-01T17:04:22.811Z] ---> Running in a2e53ea38b6b [2021-03-01T17:04:22.811Z] Removing intermediate container a2e53ea38b6b [2021-03-01T17:04:22.811Z] ---> 11ee597e0753 [2021-03-01T17:04:22.811Z] Step 5/6 : COPY go.mod . [2021-03-01T17:04:23.073Z] ---> 7e94c415a3ce [2021-03-01T17:04:23.073Z] Step 6/6 : RUN go mod download [2021-03-01T17:04:23.336Z] ---> Running in e1db2cb186eb [2021-03-01T17:04:49.975Z] Removing intermediate container e1db2cb186eb [2021-03-01T17:04:49.975Z] ---> e5beed017f37 [2021-03-01T17:04:49.975Z] Successfully built e5beed017f37 [2021-03-01T17:04:49.975Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:04:50.293Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T17:04:50.294Z] . [Pipeline] withDockerContainer [2021-03-01T17:04:50.395Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:04:50.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:04:51.287Z] $ docker top 68aa00f6e77bcee0dbe67231eff9d5438f7bff22804f3ab2c5b418118b131e8e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T17:04:51.836Z] + go version [2021-03-01T17:04:51.836Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-01T17:04:51.852Z] $ docker stop --time=1 68aa00f6e77bcee0dbe67231eff9d5438f7bff22804f3ab2c5b418118b131e8e [2021-03-01T17:04:53.215Z] $ docker rm -f 68aa00f6e77bcee0dbe67231eff9d5438f7bff22804f3ab2c5b418118b131e8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:04:54.036Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T17:04:54.036Z] . [Pipeline] withDockerContainer [2021-03-01T17:04:54.138Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:04:54.187Z] $ 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/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:04:55.046Z] $ docker top 94ae5dde1c4b68118c49333972c6682c94e55a8fd0230bc840cce7a72da7633c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-01T17:04:55.253Z] ========================================================= [2021-03-01T17:04:55.254Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-01T17:04:55.254Z] ========================================================= [Pipeline] sh [2021-03-01T17:04:55.572Z] + make test [2021-03-01T17:04:55.572Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-01T17:05:05.664Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-01T17:05:23.949Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-01T17:05:23.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-01T17:05:26.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-01T17:05:26.562Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-01T17:05:27.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-01T17:05:27.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-01T17:05:27.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-01T17:05:27.547Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-01T17:05:28.511Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-01T17:05:28.779Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-01T17:05:31.367Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-01T17:05:31.367Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-01T17:05:31.367Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-01T17:05:33.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 45.9% of statements [2021-03-01T17:05:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-01T17:05:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-01T17:05:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-01T17:05:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-01T17:05:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-01T17:05:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-01T17:05:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-01T17:05:33.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-03-01T17:05:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-01T17:05:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-01T17:05:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-01T17:05:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-01T17:05:36.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements [2021-03-01T17:05:36.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-01T17:05:36.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-01T17:05:37.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.429s coverage: 82.3% of statements [2021-03-01T17:05:37.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-01T17:05:37.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T17:05:37.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-01T17:05:37.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-01T17:05:38.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements [2021-03-01T17:05:38.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-01T17:05:38.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-01T17:05:38.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-01T17:05:38.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-01T17:05:38.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-01T17:05:38.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-03-01T17:05:38.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-01T17:05:38.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-03-01T17:05:38.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-01T17:05:39.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.146s coverage: 86.7% of statements [2021-03-01T17:05:39.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-01T17:05:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2021-03-01T17:05:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-01T17:05:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.121s coverage: 78.3% of statements [2021-03-01T17:05:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-01T17:05:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-01T17:05:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-01T17:05:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-01T17:05:42.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-01T17:05:42.048Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-01T17:05:42.048Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-01T17:05:42.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-01T17:05:42.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 45.5% of statements [2021-03-01T17:05:42.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-03-01T17:05:42.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-03-01T17:05:42.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-03-01T17:05:42.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-03-01T17:05:54.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-03-01T17:05:54.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-01T17:05:57.404Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28067 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-01T17:05:57.462Z] Running in /w/workspace/edgex-go/374 [Pipeline] { [Pipeline] checkout [2021-03-01T17:06:02.558Z] using credential edgex-jenkins-ssh [2021-03-01T17:06:02.651Z] Cloning the remote Git repository [2021-03-01T17:06:02.708Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-01T17:06:02.814Z] > git init /w/workspace/edgex-go/374 # timeout=10 [2021-03-01T17:06:02.912Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T17:06:02.913Z] > git --version # timeout=10 [2021-03-01T17:06:02.933Z] > git --version # 'git version 2.17.1' [2021-03-01T17:06:02.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T17:06:02.998Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T17:06:09.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.059s coverage: 92.9% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.114s coverage: 89.4% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 94.3% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-01T17:06:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-01T17:06:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-01T17:06:09.578Z] GO111MODULE=on go vet ./... [2021-03-01T17:06:20.824Z] Checking out Revision c501ec80a15903c04bbfabfe9c8b77aea5670573 (master) [2021-03-01T17:06:20.035Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T17:06:20.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T17:06:20.096Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T17:06:20.128Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T17:06:20.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T17:06:20.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-01T17:06:20.846Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T17:06:20.861Z] > git checkout -f c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 [2021-03-01T17:06:25.515Z] Commit message: "feat(scheduler): Implement DELETE /interval V2 API (#3199)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T17:06:27.143Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-01T17:06:27.549Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T17:06:27.893Z] + sudo service docker restart [2021-03-01T17:06:27.893Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-01T17:06:30.603Z] provisioning config files... [2021-03-01T17:06:30.697Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/374@tmp/config8050934064708607418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:06:31.205Z] ---> docker-login.sh [2021-03-01T17:06:31.205Z] nexus3.edgexfoundry.org:10001 [2021-03-01T17:06:32.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:06:32.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:06:32.463Z] Configure a credential helper to remove this warning. See [2021-03-01T17:06:32.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:06:32.463Z] [2021-03-01T17:06:32.463Z] Login Succeeded [2021-03-01T17:06:32.463Z] nexus3.edgexfoundry.org:10002 [2021-03-01T17:06:32.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:06:33.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:06:33.021Z] Configure a credential helper to remove this warning. See [2021-03-01T17:06:33.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:06:33.021Z] [2021-03-01T17:06:33.021Z] Login Succeeded [2021-03-01T17:06:33.021Z] nexus3.edgexfoundry.org:10003 [2021-03-01T17:06:33.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:06:33.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:06:33.571Z] Configure a credential helper to remove this warning. See [2021-03-01T17:06:33.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:06:33.571Z] [2021-03-01T17:06:33.571Z] Login Succeeded [2021-03-01T17:06:33.571Z] nexus3.edgexfoundry.org:10004 [2021-03-01T17:06:33.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:06:34.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:06:34.127Z] Configure a credential helper to remove this warning. See [2021-03-01T17:06:34.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:06:34.127Z] [2021-03-01T17:06:34.127Z] Login Succeeded [2021-03-01T17:06:34.127Z] docker.io [2021-03-01T17:06:34.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:06:34.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:06:34.668Z] Configure a credential helper to remove this warning. See [2021-03-01T17:06:34.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:06:34.668Z] [2021-03-01T17:06:34.668Z] Login Succeeded [2021-03-01T17:06:34.668Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T17:06:34.687Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-01T17:06:35.116Z] ========================================================= [2021-03-01T17:06:35.116Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-01T17:06:35.116Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:06:35.500Z] + 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-03-01T17:06:36.296Z] gofmt -l . [2021-03-01T17:06:36.296Z] [ "`gofmt -l .`" = "" ] [2021-03-01T17:06:36.296Z] ./bin/test-go-mod-tidy.sh [2021-03-01T17:06:36.296Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-01T17:06:36.602Z] + ls -al . [2021-03-01T17:06:36.602Z] total 712 [2021-03-01T17:06:36.602Z] drwxrwxr-x 10 1001 1001 4096 Mar 1 17:06 . [2021-03-01T17:06:36.602Z] drwxr-xr-x 4 root root 32 Mar 1 17:04 .. [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 11 Mar 1 17:03 .dockerignore [2021-03-01T17:06:36.602Z] drwxrwxr-x 8 1001 1001 162 Mar 1 17:03 .git [2021-03-01T17:06:36.602Z] drwxrwxr-x 3 1001 1001 125 Mar 1 17:03 .github [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 818 Mar 1 17:03 .gitignore [2021-03-01T17:06:36.602Z] drwx------ 3 1001 1001 45 Mar 1 17:03 .semver [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 166 Mar 1 17:03 .sonarcloud.properties [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 8475 Mar 1 17:03 Attribution.txt [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 3804 Mar 1 17:03 CONTRIBUTING.md [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 931 Mar 1 17:03 Dockerfile.build [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 863 Mar 1 17:03 Jenkinsfile [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 10775 Mar 1 17:03 LICENSE [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 5774 Mar 1 17:03 Makefile [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 6524 Mar 1 17:03 README.md [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 6755 Mar 1 17:03 SECURITY.md [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 13 Mar 1 17:03 VERSION [2021-03-01T17:06:36.602Z] -rw-rw-r-- 1 1001 1001 4131 Mar 1 17:03 ZMQWindows.md [2021-03-01T17:06:36.602Z] drwxrwxr-x 2 1001 1001 117 Mar 1 17:03 bin [2021-03-01T17:06:36.602Z] drwxrwxr-x 14 1001 1001 4096 Mar 1 17:03 cmd [2021-03-01T17:06:36.603Z] -rw-r--r-- 1 root root 600651 Mar 1 17:06 coverage.out [2021-03-01T17:06:36.603Z] -rw-r--r-- 1 root root 1055 Mar 1 17:06 go.mod [2021-03-01T17:06:36.603Z] -rw-r--r-- 1 root root 21699 Mar 1 17:06 go.sum [2021-03-01T17:06:36.603Z] drwxrwxr-x 8 1001 1001 127 Mar 1 17:03 internal [2021-03-01T17:06:36.603Z] drwxrwxr-x 4 1001 1001 26 Mar 1 17:03 openapi [2021-03-01T17:06:36.603Z] drwxrwxr-x 4 1001 1001 71 Mar 1 17:03 snap [2021-03-01T17:06:36.603Z] -rw-rw-r-- 1 1001 1001 168 Mar 1 17:03 version.go [Pipeline] sh [2021-03-01T17:06:36.910Z] + '[' -e coverage.out ] [2021-03-01T17:06:36.910Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-01T17:06:37.111Z] Stashed 1 file(s) [Pipeline] sh [2021-03-01T17:06:37.411Z] + make build [2021-03-01T17:06:37.411Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T17:06:38.166Z] Sending build context to Docker daemon 166.4MB [2021-03-01T17:06:38.166Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-01T17:06:38.166Z] Step 2/6 : FROM ${BASE} [2021-03-01T17:06:38.166Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-01T17:06:38.166Z] 5f621e34cdf4: Pulling fs layer [2021-03-01T17:06:38.166Z] a4357932f1b6: Pulling fs layer [2021-03-01T17:06:38.166Z] 18c013af1878: Pulling fs layer [2021-03-01T17:06:38.166Z] 00ac8860ef70: Pulling fs layer [2021-03-01T17:06:38.166Z] 63d7cb157983: Pulling fs layer [2021-03-01T17:06:38.166Z] b116817d02f9: Pulling fs layer [2021-03-01T17:06:38.166Z] 745a02a5169b: Pulling fs layer [2021-03-01T17:06:38.166Z] 00ac8860ef70: Waiting [2021-03-01T17:06:38.166Z] 63d7cb157983: Waiting [2021-03-01T17:06:38.166Z] b116817d02f9: Waiting [2021-03-01T17:06:38.166Z] 745a02a5169b: Waiting [2021-03-01T17:06:38.166Z] 18c013af1878: Verifying Checksum [2021-03-01T17:06:38.166Z] 18c013af1878: Download complete [2021-03-01T17:06:38.166Z] a4357932f1b6: Verifying Checksum [2021-03-01T17:06:38.166Z] a4357932f1b6: Download complete [2021-03-01T17:06:38.166Z] 63d7cb157983: Verifying Checksum [2021-03-01T17:06:38.166Z] 63d7cb157983: Download complete [2021-03-01T17:06:38.771Z] b116817d02f9: Verifying Checksum [2021-03-01T17:06:38.772Z] b116817d02f9: Download complete [2021-03-01T17:06:38.772Z] 5f621e34cdf4: Verifying Checksum [2021-03-01T17:06:38.772Z] 5f621e34cdf4: Download complete [2021-03-01T17:06:39.773Z] 5f621e34cdf4: Pull complete [2021-03-01T17:06:40.053Z] a4357932f1b6: Pull complete [2021-03-01T17:06:40.669Z] 18c013af1878: Pull complete [2021-03-01T17:06:40.943Z] 745a02a5169b: Verifying Checksum [2021-03-01T17:06:40.943Z] 745a02a5169b: Download complete [2021-03-01T17:06:41.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T17:06:42.388Z] 00ac8860ef70: Download complete [2021-03-01T17:06:49.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T17:06:50.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T17:06:52.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-01T17:06:52.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T17:06:52.547Z] 00ac8860ef70: Pull complete [2021-03-01T17:06:52.821Z] 63d7cb157983: Pull complete [2021-03-01T17:06:53.094Z] b116817d02f9: Pull complete [2021-03-01T17:06:54.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T17:06:55.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-01T17:06:57.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T17:06:57.434Z] 745a02a5169b: Pull complete [2021-03-01T17:06:57.434Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-01T17:06:57.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-01T17:06:57.434Z] ---> b7e6874047d6 [2021-03-01T17:06:57.434Z] 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-03-01T17:06:58.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T17:06:59.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T17:07:00.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-01T17:07:00.843Z] ---> Running in 1541195858ef [2021-03-01T17:07:01.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:07:02.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-03-01T17:07:02.555Z] $ docker stop --time=1 94ae5dde1c4b68118c49333972c6682c94e55a8fd0230bc840cce7a72da7633c [2021-03-01T17:07:03.390Z] (1/12) Installing libmagic (5.38-r0) [2021-03-01T17:07:03.661Z] (2/12) Installing file (5.38-r0) [2021-03-01T17:07:03.661Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-01T17:07:03.661Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-01T17:07:04.284Z] $ docker rm -f 94ae5dde1c4b68118c49333972c6682c94e55a8fd0230bc840cce7a72da7633c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-01T17:07:08.194Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-01T17:07:08.194Z] (6/12) Installing patch (2.7.6-r6) [2021-03-01T17:07:08.194Z] (7/12) Installing build-base (0.5-r2) [2021-03-01T17:07:08.194Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-01T17:07:08.194Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-01T17:07:08.194Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-01T17:07:08.465Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-01T17:07:08.465Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-01T17:07:08.465Z] Executing busybox-1.31.1-r19.trigger [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:07:08.738Z] OK: 217 MiB in 51 packages [2021-03-01T17:07:08.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T17:07:08.871Z] [2021-03-01T17:07:08.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:07:09.228Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T17:07:09.228Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-01T17:07:09.228Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-01T17:07:09.228Z] ca9280d653b3: Pulling fs layer [2021-03-01T17:07:09.228Z] 7e9c9ca2126c: Pulling fs layer [2021-03-01T17:07:09.228Z] cbdbe7a5bc2a: Download complete [2021-03-01T17:07:09.805Z] cbdbe7a5bc2a: Pull complete [2021-03-01T17:07:09.805Z] ca9280d653b3: Verifying Checksum [2021-03-01T17:07:09.805Z] ca9280d653b3: Download complete [2021-03-01T17:07:10.756Z] 7e9c9ca2126c: Download complete [2021-03-01T17:07:11.027Z] ca9280d653b3: Pull complete [2021-03-01T17:07:13.053Z] Removing intermediate container 1541195858ef [2021-03-01T17:07:13.053Z] ---> 8ebff34b5e13 [2021-03-01T17:07:13.053Z] Step 4/6 : WORKDIR /edgex-go [2021-03-01T17:07:13.053Z] ---> Running in d162efebfcc9 [2021-03-01T17:07:13.053Z] Removing intermediate container d162efebfcc9 [2021-03-01T17:07:13.053Z] ---> 0d799cb0480a [2021-03-01T17:07:13.053Z] Step 5/6 : COPY go.mod . [2021-03-01T17:07:13.648Z] ---> d66324552977 [2021-03-01T17:07:13.648Z] Step 6/6 : RUN go mod download [2021-03-01T17:07:13.922Z] ---> Running in cd3d61689929 [2021-03-01T17:07:17.648Z] 7e9c9ca2126c: Pull complete [2021-03-01T17:07:17.648Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-01T17:07:17.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T17:07:17.648Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-01T17:07:17.762Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:07:17.809Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:07:20.712Z] $ docker top 1a5b99198f66d9ea66a53d1e21b4864db8722f5f67eb701a8fbde6420a14304d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T17:07:21.250Z] + docker-compose build --help [2021-03-01T17:07:21.250Z] + grep parallel [2021-03-01T17:07:22.195Z] --parallel Build images in parallel. [Pipeline] } [2021-03-01T17:07:22.209Z] $ docker stop --time=1 1a5b99198f66d9ea66a53d1e21b4864db8722f5f67eb701a8fbde6420a14304d [2021-03-01T17:07:23.567Z] $ docker rm -f 1a5b99198f66d9ea66a53d1e21b4864db8722f5f67eb701a8fbde6420a14304d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:07:24.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T17:07:24.186Z] . [Pipeline] withDockerContainer [2021-03-01T17:07:24.280Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:07:24.328Z] $ 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/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:07:24.927Z] $ docker top ea3a47ff186b4d2500b91c3d7d19a84689584974204f5e4ec5e82d307c112f07 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T17:07:25.387Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-01T17:07:26.340Z] Building docker-core-command-go ... [2021-03-01T17:07:26.340Z] Building docker-core-data-go ... [2021-03-01T17:07:26.340Z] Building docker-core-metadata-go ... [2021-03-01T17:07:26.340Z] Building docker-security-bootstrapper-go ... [2021-03-01T17:07:26.341Z] Building docker-security-proxy-setup-go ... [2021-03-01T17:07:26.341Z] Building docker-security-secretstore-setup-go ... [2021-03-01T17:07:26.341Z] Building docker-support-notifications-go ... [2021-03-01T17:07:26.341Z] Building docker-support-scheduler-go ... [2021-03-01T17:07:26.341Z] Building docker-sys-mgmt-agent-go ... [2021-03-01T17:07:26.341Z] Building docker-sys-mgmt-agent-go [2021-03-01T17:07:26.341Z] Building docker-support-scheduler-go [2021-03-01T17:07:26.341Z] Building docker-security-proxy-setup-go [2021-03-01T17:07:26.341Z] Building docker-security-secretstore-setup-go [2021-03-01T17:07:26.341Z] Building docker-core-command-go [2021-03-01T17:07:46.264Z] Removing intermediate container cd3d61689929 [2021-03-01T17:07:46.264Z] ---> 74beb37304b7 [2021-03-01T17:07:46.264Z] Successfully built 74beb37304b7 [2021-03-01T17:07:46.264Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:07:46.606Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T17:07:46.606Z] . [Pipeline] withDockerContainer [2021-03-01T17:07:46.875Z] prd-ubuntu18.04-docker-arm64-4c-16g-28067 does not seem to be running inside a container [2021-03-01T17:07:46.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-01T17:07:48.530Z] $ docker top b98d7025956f112d652b56f87c655d98e94506daf2882026d12d911deef14561 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T17:07:49.598Z] + go version [2021-03-01T17:07:49.598Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-01T17:07:49.622Z] $ docker stop --time=1 b98d7025956f112d652b56f87c655d98e94506daf2882026d12d911deef14561 [2021-03-01T17:07:51.618Z] $ docker rm -f b98d7025956f112d652b56f87c655d98e94506daf2882026d12d911deef14561 [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-03-01T17:07:52.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T17:07:52.765Z] [2021-03-01T17:07:52.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:07:53.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T17:07:53.411Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-01T17:07:53.411Z] 29e5d40040c1: Pulling fs layer [2021-03-01T17:07:53.411Z] 1ce36da41761: Pulling fs layer [2021-03-01T17:07:53.411Z] 25b303627fd3: Pulling fs layer [2021-03-01T17:07:53.682Z] 29e5d40040c1: Verifying Checksum [2021-03-01T17:07:53.682Z] 29e5d40040c1: Download complete [2021-03-01T17:07:54.277Z] 29e5d40040c1: Pull complete [2021-03-01T17:07:54.549Z] 1ce36da41761: Verifying Checksum [2021-03-01T17:07:54.549Z] 1ce36da41761: Download complete [2021-03-01T17:07:55.975Z] 1ce36da41761: Pull complete [2021-03-01T17:07:55.975Z] 25b303627fd3: Download complete [2021-03-01T17:07:58.708Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:07:58.708Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:07:58.708Z] ---> e5beed017f37 [2021-03-01T17:07:58.708Z] Step 3/24 : WORKDIR /edgex-go [2021-03-01T17:07:58.708Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:07:58.709Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:07:58.709Z] ---> e5beed017f37 [2021-03-01T17:07:58.709Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T17:07:58.709Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:07:58.709Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:07:58.709Z] ---> e5beed017f37 [2021-03-01T17:07:58.709Z] Step 3/26 : WORKDIR /edgex-go [2021-03-01T17:07:58.709Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:07:58.709Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:07:58.709Z] ---> e5beed017f37 [2021-03-01T17:07:58.709Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T17:07:58.709Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:07:58.709Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:07:58.709Z] ---> e5beed017f37 [2021-03-01T17:07:58.709Z] Step 3/21 : WORKDIR /edgex-go [2021-03-01T17:07:58.709Z] ---> Running in 10980edc5a24 [2021-03-01T17:07:58.709Z] ---> Running in 64ab0faef0ba [2021-03-01T17:07:58.709Z] ---> Running in 43b0bacc6735 [2021-03-01T17:07:58.709Z] ---> Running in 142fe06c5c73 [2021-03-01T17:07:58.709Z] ---> Running in 4bfb4fc0c1fe [2021-03-01T17:07:58.971Z] Removing intermediate container 4bfb4fc0c1fe [2021-03-01T17:07:58.971Z] ---> cad1cb5f813e [2021-03-01T17:07:58.971Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:07:58.971Z] Removing intermediate container 43b0bacc6735 [2021-03-01T17:07:58.971Z] ---> 318b0503247c [2021-03-01T17:07:58.971Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:07:58.971Z] Removing intermediate container 142fe06c5c73 [2021-03-01T17:07:58.971Z] ---> 7caae5ca9790 [2021-03-01T17:07:58.971Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:07:58.971Z] Removing intermediate container 10980edc5a24 [2021-03-01T17:07:58.971Z] ---> 58e9442a5255 [2021-03-01T17:07:58.971Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:07:58.971Z] Removing intermediate container 64ab0faef0ba [2021-03-01T17:07:58.971Z] ---> da45c1baf897 [2021-03-01T17:07:58.971Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:07:58.971Z] ---> Running in 94e62e75d7c2 [2021-03-01T17:07:58.971Z] ---> Running in befec95ba4cb [2021-03-01T17:07:58.971Z] ---> Running in 77275616b75d [2021-03-01T17:07:58.971Z] ---> Running in 008c8fd1f8ad [2021-03-01T17:07:58.971Z] ---> Running in e8659bd9809e [2021-03-01T17:08:00.918Z] Removing intermediate container 94e62e75d7c2 [2021-03-01T17:08:00.918Z] ---> 290bba0dc5eb [2021-03-01T17:08:00.918Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T17:08:01.180Z] Removing intermediate container befec95ba4cb [2021-03-01T17:08:01.181Z] ---> b79358a1d733 [2021-03-01T17:08:01.181Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-01T17:08:01.181Z] ---> Running in 6285f33fd53e [2021-03-01T17:08:01.443Z] Removing intermediate container 77275616b75d [2021-03-01T17:08:01.443Z] ---> 13f8caa3db00 [2021-03-01T17:08:01.443Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-01T17:08:01.443Z] ---> Running in 928e8c7105d4 [2021-03-01T17:08:01.443Z] Removing intermediate container 008c8fd1f8ad [2021-03-01T17:08:01.443Z] ---> dc2c5e29f2e5 [2021-03-01T17:08:01.443Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-01T17:08:01.711Z] ---> Running in f1537b09a424 [2021-03-01T17:08:01.711Z] Removing intermediate container e8659bd9809e [2021-03-01T17:08:01.711Z] ---> 273f64f7d935 [2021-03-01T17:08:01.711Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-01T17:08:01.711Z] ---> Running in 763310c7df38 [2021-03-01T17:08:01.990Z] ---> Running in 52e01fb59f33 [2021-03-01T17:08:01.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:02.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:02.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:02.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:02.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:02.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:03.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:03.369Z] OK: 233 MiB in 51 packages [2021-03-01T17:08:03.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:03.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:03.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:08:03.637Z] Removing intermediate container 6285f33fd53e [2021-03-01T17:08:03.637Z] ---> 67e5d8ed13b4 [2021-03-01T17:08:03.637Z] Step 6/23 : COPY go.mod . [2021-03-01T17:08:03.637Z] OK: 233 MiB in 51 packages [2021-03-01T17:08:03.637Z] OK: 233 MiB in 51 packages [2021-03-01T17:08:03.637Z] OK: 233 MiB in 51 packages [2021-03-01T17:08:03.900Z] OK: 233 MiB in 51 packages [2021-03-01T17:08:03.900Z] ---> e190b5ccaff8 [2021-03-01T17:08:03.900Z] Step 7/23 : RUN go mod download [2021-03-01T17:08:04.162Z] ---> Running in 32aae485a60e [2021-03-01T17:08:04.745Z] Removing intermediate container 928e8c7105d4 [2021-03-01T17:08:04.745Z] ---> a2070eddaad7 [2021-03-01T17:08:04.745Z] Step 6/21 : COPY go.mod . [2021-03-01T17:08:04.745Z] Removing intermediate container 763310c7df38 [2021-03-01T17:08:04.745Z] ---> 3ebe7646f00a [2021-03-01T17:08:04.745Z] Step 6/24 : COPY go.mod . [2021-03-01T17:08:05.010Z] Removing intermediate container f1537b09a424 [2021-03-01T17:08:05.010Z] ---> fcf52e0c4bc0 [2021-03-01T17:08:05.010Z] Step 6/22 : COPY go.mod . [2021-03-01T17:08:05.010Z] Removing intermediate container 52e01fb59f33 [2021-03-01T17:08:05.010Z] ---> 2e61bf722dd3 [2021-03-01T17:08:05.010Z] Step 6/26 : COPY go.mod . [2021-03-01T17:08:05.294Z] ---> 7a82d6af088a [2021-03-01T17:08:05.294Z] Step 7/21 : RUN go mod download [2021-03-01T17:08:05.294Z] ---> 1e3e138a21dd [2021-03-01T17:08:05.294Z] Step 7/24 : RUN go mod download [2021-03-01T17:08:05.294Z] ---> 355b6d65e0b2 [2021-03-01T17:08:05.294Z] Step 7/22 : RUN go mod download [2021-03-01T17:08:05.294Z] ---> Running in db9b779fd4e2 [2021-03-01T17:08:05.565Z] ---> Running in d0a2a0e726f3 [2021-03-01T17:08:05.565Z] ---> Running in 8fd0b1c1c835 [2021-03-01T17:08:05.565Z] ---> 2f6646583d65 [2021-03-01T17:08:05.565Z] Step 7/26 : RUN go mod download [2021-03-01T17:08:05.838Z] ---> Running in 9fd94fee7f03 [2021-03-01T17:08:06.138Z] 25b303627fd3: Pull complete [2021-03-01T17:08:06.138Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-01T17:08:06.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T17:08:06.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-01T17:08:06.368Z] prd-ubuntu18.04-docker-arm64-4c-16g-28067 does not seem to be running inside a container [2021-03-01T17:08:06.448Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-01T17:08:06.805Z] Removing intermediate container 32aae485a60e [2021-03-01T17:08:06.805Z] ---> cc31852a4fd5 [2021-03-01T17:08:06.805Z] Step 8/23 : COPY . . [2021-03-01T17:08:09.312Z] $ docker top bf1d33de61db7d857284d5090f9c3c915925ab0b2281f2fc058c78ca30e263f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T17:08:10.280Z] + docker-compose build --help [2021-03-01T17:08:10.280Z] + grep parallel [2021-03-01T17:08:11.058Z] Removing intermediate container db9b779fd4e2 [2021-03-01T17:08:11.058Z] ---> 8911bd275585 [2021-03-01T17:08:11.058Z] Step 8/21 : COPY . . [2021-03-01T17:08:13.661Z] --parallel Build images in parallel. [Pipeline] } [2021-03-01T17:08:13.685Z] $ docker stop --time=1 bf1d33de61db7d857284d5090f9c3c915925ab0b2281f2fc058c78ca30e263f2 [2021-03-01T17:08:14.397Z] Removing intermediate container d0a2a0e726f3 [2021-03-01T17:08:14.397Z] ---> 1dfe3fa0bf1d [2021-03-01T17:08:14.397Z] Step 8/24 : COPY . . [2021-03-01T17:08:15.613Z] $ docker rm -f bf1d33de61db7d857284d5090f9c3c915925ab0b2281f2fc058c78ca30e263f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:08:16.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T17:08:16.421Z] . [Pipeline] withDockerContainer [2021-03-01T17:08:16.685Z] prd-ubuntu18.04-docker-arm64-4c-16g-28067 does not seem to be running inside a container [2021-03-01T17:08:16.768Z] $ 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/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:08:18.233Z] $ docker top 193592c981290c0f17ec8e47da9316e05944c376694ef663c14569035bae800e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T17:08:19.430Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-01T17:08:19.727Z] Removing intermediate container 9fd94fee7f03 [2021-03-01T17:08:19.727Z] ---> e567fc0fc88e [2021-03-01T17:08:19.728Z] Step 8/26 : COPY . . [2021-03-01T17:08:19.728Z] Removing intermediate container 8fd0b1c1c835 [2021-03-01T17:08:19.728Z] ---> 3b14816bc199 [2021-03-01T17:08:19.728Z] Step 8/22 : COPY . . [2021-03-01T17:08:23.772Z] Building docker-core-command-go ... [2021-03-01T17:08:23.772Z] Building docker-core-data-go ... [2021-03-01T17:08:23.772Z] Building docker-core-metadata-go ... [2021-03-01T17:08:23.772Z] Building docker-security-bootstrapper-go ... [2021-03-01T17:08:23.772Z] Building docker-security-proxy-setup-go ... [2021-03-01T17:08:23.772Z] Building docker-security-secretstore-setup-go ... [2021-03-01T17:08:23.772Z] Building docker-support-notifications-go ... [2021-03-01T17:08:23.772Z] Building docker-support-scheduler-go ... [2021-03-01T17:08:23.772Z] Building docker-sys-mgmt-agent-go ... [2021-03-01T17:08:23.772Z] Building docker-support-notifications-go [2021-03-01T17:08:23.772Z] Building docker-support-scheduler-go [2021-03-01T17:08:23.772Z] Building docker-core-metadata-go [2021-03-01T17:08:23.772Z] Building docker-sys-mgmt-agent-go [2021-03-01T17:08:23.772Z] Building docker-security-proxy-setup-go [2021-03-01T17:08:47.390Z] ---> 737a4af3edc8 [2021-03-01T17:08:47.390Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-01T17:08:50.730Z] ---> Running in a9a5126f9a81 [2021-03-01T17:08:51.306Z] ---> 2bbae6fbc951 [2021-03-01T17:08:51.306Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-01T17:08:52.706Z] ---> Running in dd2cd7414a43 [2021-03-01T17:08:53.672Z] ---> 4e823124f858 [2021-03-01T17:08:53.673Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-01T17:08:53.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T17:08:53.673Z] ---> 00f472d74dcf [2021-03-01T17:08:53.673Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-01T17:08:53.673Z] ---> 74b7a32ba023 [2021-03-01T17:08:53.673Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-01T17:08:53.673Z] ---> Running in 1a6b4d856e7a [2021-03-01T17:08:53.673Z] ---> Running in f96254f0f827 [2021-03-01T17:08:53.673Z] ---> Running in 4680552da20e [2021-03-01T17:08:53.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-01T17:08:54.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T17:08:54.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T17:08:54.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T17:09:10.739Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:09:10.739Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:09:10.739Z] ---> 74beb37304b7 [2021-03-01T17:09:10.739Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T17:09:10.739Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:09:10.739Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:09:10.739Z] ---> 74beb37304b7 [2021-03-01T17:09:10.739Z] Step 3/21 : WORKDIR /edgex-go [2021-03-01T17:09:10.739Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:09:10.739Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:09:10.739Z] ---> 74beb37304b7 [2021-03-01T17:09:10.739Z] Step 3/26 : WORKDIR /edgex-go [2021-03-01T17:09:10.739Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:09:10.739Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:09:10.739Z] ---> 74beb37304b7 [2021-03-01T17:09:10.739Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T17:09:10.739Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:09:10.739Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:09:10.739Z] ---> 74beb37304b7 [2021-03-01T17:09:10.739Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T17:09:14.129Z] ---> Running in cf3d5724aae4 [2021-03-01T17:09:14.129Z] ---> Running in 5f3c7e967563 [2021-03-01T17:09:14.129Z] ---> Running in b136d8f1ee21 [2021-03-01T17:09:14.129Z] ---> Running in 5958f697d214 [2021-03-01T17:09:14.129Z] ---> Running in 7dbaa252a970 [2021-03-01T17:09:14.722Z] Removing intermediate container 5f3c7e967563 [2021-03-01T17:09:14.722Z] ---> 35b8077184b7 [2021-03-01T17:09:14.722Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:09:14.722Z] Removing intermediate container b136d8f1ee21 [2021-03-01T17:09:14.722Z] ---> 6fec2ad66468 [2021-03-01T17:09:14.722Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:09:14.722Z] Removing intermediate container cf3d5724aae4 [2021-03-01T17:09:14.722Z] ---> 938d0bdf7d4f [2021-03-01T17:09:14.722Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:09:14.722Z] Removing intermediate container 7dbaa252a970 [2021-03-01T17:09:14.722Z] ---> c276a8759d39 [2021-03-01T17:09:14.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:09:14.722Z] Removing intermediate container 5958f697d214 [2021-03-01T17:09:14.722Z] ---> f8d4c330311d [2021-03-01T17:09:14.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:09:14.992Z] ---> Running in 9fd14810db3d [2021-03-01T17:09:14.992Z] ---> Running in a963e658069b [2021-03-01T17:09:14.992Z] ---> Running in fd7de4df1285 [2021-03-01T17:09:14.992Z] ---> Running in cbd103ab10a7 [2021-03-01T17:09:14.992Z] ---> Running in f751d969642c [2021-03-01T17:09:19.315Z] Removing intermediate container a963e658069b [2021-03-01T17:09:19.315Z] ---> 1c8b05b7b794 [2021-03-01T17:09:19.315Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-01T17:09:19.315Z] Removing intermediate container 9fd14810db3d [2021-03-01T17:09:19.315Z] ---> df9dc7d036e1 [2021-03-01T17:09:19.315Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-01T17:09:19.315Z] ---> Running in 3189f3841cb6 [2021-03-01T17:09:19.315Z] ---> Running in bfee32eb3add [2021-03-01T17:09:19.315Z] Removing intermediate container fd7de4df1285 [2021-03-01T17:09:19.315Z] ---> ba9b9be9af96 [2021-03-01T17:09:19.315Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T17:09:19.315Z] Removing intermediate container cbd103ab10a7 [2021-03-01T17:09:19.315Z] ---> b6b040bf708f [2021-03-01T17:09:19.315Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-01T17:09:19.315Z] ---> Running in 038f8feea9ce [2021-03-01T17:09:19.591Z] ---> Running in 289c53abe7cb [2021-03-01T17:09:19.592Z] Removing intermediate container f751d969642c [2021-03-01T17:09:19.592Z] ---> 5a33d75f1a46 [2021-03-01T17:09:19.592Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-01T17:09:19.871Z] ---> Running in e8604e3513bd [2021-03-01T17:09:21.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:21.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:21.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:21.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:21.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:21.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:21.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:22.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:22.502Z] OK: 217 MiB in 51 packages [2021-03-01T17:09:22.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:22.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:09:22.502Z] OK: 217 MiB in 51 packages [2021-03-01T17:09:23.111Z] OK: 217 MiB in 51 packages [2021-03-01T17:09:23.111Z] OK: 217 MiB in 51 packages [2021-03-01T17:09:23.390Z] OK: 217 MiB in 51 packages [2021-03-01T17:09:24.391Z] Removing intermediate container 3189f3841cb6 [2021-03-01T17:09:24.391Z] ---> 9fb914017197 [2021-03-01T17:09:24.391Z] Step 6/26 : COPY go.mod . [2021-03-01T17:09:24.391Z] Removing intermediate container bfee32eb3add [2021-03-01T17:09:24.391Z] ---> 604debdba43d [2021-03-01T17:09:24.391Z] Step 6/21 : COPY go.mod . [2021-03-01T17:09:24.667Z] Removing intermediate container 289c53abe7cb [2021-03-01T17:09:24.667Z] ---> 5afe2158215e [2021-03-01T17:09:24.667Z] Step 6/22 : COPY go.mod . [2021-03-01T17:09:25.266Z] Removing intermediate container 038f8feea9ce [2021-03-01T17:09:25.266Z] ---> 19b3292f29ec [2021-03-01T17:09:25.266Z] Step 6/23 : COPY go.mod . [2021-03-01T17:09:25.266Z] Removing intermediate container e8604e3513bd [2021-03-01T17:09:25.266Z] ---> 80b8b5f41854 [2021-03-01T17:09:25.266Z] Step 6/22 : COPY go.mod . [2021-03-01T17:09:25.266Z] ---> 606fd27441fe [2021-03-01T17:09:25.266Z] Step 7/26 : RUN go mod download [2021-03-01T17:09:25.550Z] ---> 239c6054802f [2021-03-01T17:09:25.550Z] Step 7/21 : RUN go mod download [2021-03-01T17:09:25.550Z] ---> Running in a5ffbc9361ef [2021-03-01T17:09:25.550Z] ---> Running in d3d21eb445e8 [2021-03-01T17:09:25.826Z] ---> 661d070949bb [2021-03-01T17:09:25.826Z] Step 7/22 : RUN go mod download [2021-03-01T17:09:26.099Z] ---> Running in 9862713f9ba9 [2021-03-01T17:09:26.099Z] ---> ffbd8548a3ec [2021-03-01T17:09:26.099Z] Step 7/23 : RUN go mod download [2021-03-01T17:09:26.099Z] ---> 2acdd54b28da [2021-03-01T17:09:26.099Z] Step 7/22 : RUN go mod download [2021-03-01T17:09:26.375Z] ---> Running in 5b1ea095ca53 [2021-03-01T17:09:26.375Z] ---> Running in e64f1d5b6fb1 [2021-03-01T17:09:26.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T17:09:26.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T17:09:28.750Z] Removing intermediate container f96254f0f827 [2021-03-01T17:09:28.750Z] ---> e23d33325df2 [2021-03-01T17:09:28.750Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-01T17:09:29.025Z] Removing intermediate container a9a5126f9a81 [2021-03-01T17:09:29.025Z] ---> 7a3d4e06fbd2 [2021-03-01T17:09:29.025Z] [2021-03-01T17:09:29.025Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T17:09:29.025Z] ---> Running in a1eb79411547 [2021-03-01T17:09:29.025Z] 3.12: Pulling from library/alpine [2021-03-01T17:09:29.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-01T17:09:29.637Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T17:09:29.908Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T17:09:29.909Z] ---> 88dd2752d2ea [2021-03-01T17:09:29.909Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T17:09:30.696Z] Removing intermediate container d3d21eb445e8 [2021-03-01T17:09:30.696Z] ---> ce5d66b9718d [2021-03-01T17:09:30.696Z] Step 8/21 : COPY . . [2021-03-01T17:09:30.696Z] Removing intermediate container a5ffbc9361ef [2021-03-01T17:09:30.696Z] ---> 26740e66d0bf [2021-03-01T17:09:30.696Z] Step 8/26 : COPY . . [2021-03-01T17:09:30.969Z] Removing intermediate container 9862713f9ba9 [2021-03-01T17:09:30.969Z] ---> 4ea5c7e50de3 [2021-03-01T17:09:30.969Z] Step 8/22 : COPY . . [2021-03-01T17:09:31.246Z] Removing intermediate container e64f1d5b6fb1 [2021-03-01T17:09:31.246Z] ---> c2a4793200a8 [2021-03-01T17:09:31.246Z] Step 8/23 : COPY . . [2021-03-01T17:09:31.246Z] Removing intermediate container 5b1ea095ca53 [2021-03-01T17:09:31.246Z] ---> 9af7d5c6e6d4 [2021-03-01T17:09:31.246Z] Step 8/22 : COPY . . [2021-03-01T17:09:34.129Z] ---> Running in 775fb8f6d9fd [2021-03-01T17:09:34.129Z] Removing intermediate container 1a6b4d856e7a [2021-03-01T17:09:34.129Z] ---> bf0c23f1b572 [2021-03-01T17:09:34.129Z] [2021-03-01T17:09:34.129Z] Step 10/24 : FROM alpine:3.12 [2021-03-01T17:09:34.129Z] ---> 88dd2752d2ea [2021-03-01T17:09:34.129Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-01T17:09:34.392Z] Removing intermediate container dd2cd7414a43 [2021-03-01T17:09:34.392Z] ---> fdfbcb1d8f03 [2021-03-01T17:09:34.392Z] [2021-03-01T17:09:34.392Z] Step 10/21 : FROM alpine:3.12 [2021-03-01T17:09:34.392Z] ---> 88dd2752d2ea [2021-03-01T17:09:34.392Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-01T17:09:34.392Z] Removing intermediate container 4680552da20e [2021-03-01T17:09:34.392Z] ---> d8c954b60278 [2021-03-01T17:09:34.392Z] [2021-03-01T17:09:34.392Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T17:09:34.392Z] ---> 88dd2752d2ea [2021-03-01T17:09:34.392Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-01T17:09:34.973Z] ---> Running in 75796f2d9ec6 [2021-03-01T17:09:34.973Z] ---> Running in 1f65d2b3d65a [2021-03-01T17:09:34.973Z] ---> Running in 796726ac1bf3 [2021-03-01T17:09:35.568Z] Removing intermediate container a1eb79411547 [2021-03-01T17:09:35.568Z] ---> 7e2fea625846 [2021-03-01T17:09:35.568Z] [2021-03-01T17:09:35.568Z] Step 11/26 : FROM docker:20.10.0 [2021-03-01T17:09:35.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:35.568Z] 20.10.0: Pulling from library/docker [2021-03-01T17:09:35.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:35.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:35.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:35.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:35.848Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T17:09:35.848Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:09:35.848Z] OK: 6 MiB in 15 packages [2021-03-01T17:09:35.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:35.848Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-01T17:09:35.848Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T17:09:35.848Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-01T17:09:35.848Z] (4/5) Installing curl (7.69.1-r3) [2021-03-01T17:09:35.848Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-01T17:09:35.848Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:09:35.848Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T17:09:36.123Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-01T17:09:36.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:36.123Z] OK: 7 MiB in 19 packages [2021-03-01T17:09:36.123Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T17:09:36.123Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-01T17:09:36.123Z] (4/4) Installing curl (7.69.1-r3) [2021-03-01T17:09:36.123Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:09:36.123Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T17:09:36.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:36.123Z] OK: 7 MiB in 18 packages [2021-03-01T17:09:36.385Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T17:09:36.385Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:09:36.385Z] OK: 6 MiB in 15 packages [2021-03-01T17:09:38.314Z] Removing intermediate container 775fb8f6d9fd [2021-03-01T17:09:38.314Z] ---> d5b9b065ee30 [2021-03-01T17:09:38.314Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:09:39.263Z] ---> Running in f79ce0b49ef7 [2021-03-01T17:09:39.263Z] Removing intermediate container 796726ac1bf3 [2021-03-01T17:09:39.263Z] ---> 4b672553d60f [2021-03-01T17:09:39.263Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:09:39.841Z] Removing intermediate container 1f65d2b3d65a [2021-03-01T17:09:39.841Z] ---> e436ce6f42f9 [2021-03-01T17:09:39.841Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T17:09:39.841Z] Removing intermediate container 75796f2d9ec6 [2021-03-01T17:09:39.841Z] ---> 3235460a0d3e [2021-03-01T17:09:39.841Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T17:09:40.418Z] ---> Running in 74be7efbc7a1 [2021-03-01T17:09:40.418Z] ---> Running in 1ec26639988b [2021-03-01T17:09:40.418Z] ---> Running in 1d3b73b1b74d [2021-03-01T17:09:40.418Z] Removing intermediate container f79ce0b49ef7 [2021-03-01T17:09:40.418Z] ---> 54077ac6fc68 [2021-03-01T17:09:40.418Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-01T17:09:40.418Z] ---> Running in a9073ae318c8 [2021-03-01T17:09:40.681Z] Removing intermediate container 74be7efbc7a1 [2021-03-01T17:09:40.681Z] ---> b69cb6b7bd20 [2021-03-01T17:09:40.681Z] Step 13/24 : WORKDIR / [2021-03-01T17:09:40.681Z] Removing intermediate container 1ec26639988b [2021-03-01T17:09:40.681Z] ---> 14147e114fd8 [2021-03-01T17:09:40.681Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-01T17:09:40.681Z] Removing intermediate container 1d3b73b1b74d [2021-03-01T17:09:40.681Z] ---> ab101b7da3ba [2021-03-01T17:09:40.681Z] Step 13/21 : WORKDIR /edgex [2021-03-01T17:09:40.681Z] ---> Running in aaabfab782a9 [2021-03-01T17:09:40.681Z] Removing intermediate container a9073ae318c8 [2021-03-01T17:09:40.681Z] ---> 40251d34a39e [2021-03-01T17:09:40.681Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T17:09:40.953Z] ---> Running in 6a8089bb1a52 [2021-03-01T17:09:40.953Z] ---> Running in 280065e51e84 [2021-03-01T17:09:40.953Z] ---> Running in df8932b7a713 [2021-03-01T17:09:41.225Z] Removing intermediate container aaabfab782a9 [2021-03-01T17:09:41.225Z] ---> 8458cdbd540b [2021-03-01T17:09:41.225Z] 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-03-01T17:09:41.225Z] Removing intermediate container 280065e51e84 [2021-03-01T17:09:41.225Z] ---> 697a26a92a4c [2021-03-01T17:09:41.225Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T17:09:41.225Z] Removing intermediate container df8932b7a713 [2021-03-01T17:09:41.225Z] ---> 2c146dac8046 [2021-03-01T17:09:41.225Z] Step 15/23 : WORKDIR / [2021-03-01T17:09:41.225Z] ---> Running in f9a0b40cf43f [2021-03-01T17:09:41.225Z] Removing intermediate container 6a8089bb1a52 [2021-03-01T17:09:41.225Z] ---> bf5664e7a600 [2021-03-01T17:09:41.225Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-01T17:09:41.492Z] ---> Running in 603e6cb65fad [2021-03-01T17:09:41.757Z] ---> d65cb4d4c801 [2021-03-01T17:09:41.757Z] 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-03-01T17:09:41.757Z] Removing intermediate container f9a0b40cf43f [2021-03-01T17:09:41.757Z] ---> f782640f0029 [2021-03-01T17:09:41.757Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:09:41.757Z] ---> eb217ecdc5a7 [2021-03-01T17:09:41.757Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-01T17:09:42.350Z] Removing intermediate container 603e6cb65fad [2021-03-01T17:09:42.350Z] ---> c4f27bdb211b [2021-03-01T17:09:42.350Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:09:42.350Z] ---> 466910eca02a [2021-03-01T17:09:42.350Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-01T17:09:42.350Z] ---> ff7b7efe436a [2021-03-01T17:09:42.350Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-01T17:09:42.350Z] ---> c8d7d1c99073 [2021-03-01T17:09:42.350Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-01T17:09:42.624Z] ---> 39bcc5af0924 [2021-03-01T17:09:42.624Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-01T17:09:42.889Z] ---> b9fe39e1499b [2021-03-01T17:09:42.889Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-01T17:09:43.837Z] ---> caec538ba414 [2021-03-01T17:09:43.837Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-01T17:09:43.837Z] ---> 1f8189f2ae6f [2021-03-01T17:09:43.837Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-01T17:09:43.837Z] ---> Running in 258f3999d368 [2021-03-01T17:09:43.837Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-01T17:09:43.837Z] ---> f2ef21b9cefc [2021-03-01T17:09:43.837Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-01T17:09:43.837Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-01T17:09:43.837Z] ---> aefe523efa57 [2021-03-01T17:09:43.837Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-01T17:09:43.837Z] ---> 08297e2dc606 [2021-03-01T17:09:43.837Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-01T17:09:44.102Z] ---> Running in 9794aa77ba7d [2021-03-01T17:09:44.365Z] Removing intermediate container 258f3999d368 [2021-03-01T17:09:44.365Z] ---> 6065508b42e2 [2021-03-01T17:09:44.365Z] Step 18/21 : CMD ["--init=true"] [2021-03-01T17:09:44.365Z] ---> b6a33eb9a26b [2021-03-01T17:09:44.365Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-01T17:09:44.365Z] ---> 3aece347b181 [2021-03-01T17:09:44.632Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-01T17:09:44.632Z] ---> Running in 15b6a8d22a13 [2021-03-01T17:09:44.632Z] ---> Running in 1d93ed6d3912 [2021-03-01T17:09:44.632Z] ---> fa2eb6b28aea [2021-03-01T17:09:44.632Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-01T17:09:44.632Z] ---> Running in 5f84b84036b4 [2021-03-01T17:09:45.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:45.207Z] Removing intermediate container 15b6a8d22a13 [2021-03-01T17:09:45.207Z] ---> e8f4dc8f969a [2021-03-01T17:09:45.207Z] Step 19/21 : LABEL arch=x86_64 [2021-03-01T17:09:45.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:09:45.470Z] ---> Running in 576ae35133f9 [2021-03-01T17:09:45.470Z] Removing intermediate container 5f84b84036b4 [2021-03-01T17:09:45.470Z] ---> 827b07698eb4 [2021-03-01T17:09:45.470Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:09:45.470Z] ---> 6a64c64340d6 [2021-03-01T17:09:45.470Z] 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-03-01T17:09:45.470Z] Removing intermediate container 1d93ed6d3912 [2021-03-01T17:09:45.470Z] ---> 298da2869110 [2021-03-01T17:09:45.470Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:09:45.470Z] (1/2) Installing readline (8.0.4-r0) [2021-03-01T17:09:45.470Z] (2/2) Installing bash (5.0.17-r0) [2021-03-01T17:09:45.470Z] Executing bash-5.0.17-r0.post-install [2021-03-01T17:09:45.470Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:09:45.732Z] OK: 12 MiB in 22 packages [2021-03-01T17:09:45.732Z] ---> Running in 7dc803c008e4 [2021-03-01T17:09:45.732Z] ---> Running in 741e43f60e7c [2021-03-01T17:09:45.732Z] ---> Running in dd00d8c5e614 [2021-03-01T17:09:45.732Z] Removing intermediate container 576ae35133f9 [2021-03-01T17:09:45.732Z] ---> f92ddd6abd04 [2021-03-01T17:09:45.732Z] Step 20/21 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:09:45.998Z] ---> Running in eff75f4246cf [2021-03-01T17:09:46.263Z] Removing intermediate container 7dc803c008e4 [2021-03-01T17:09:46.263Z] ---> 2b4a2d0d353e [2021-03-01T17:09:46.263Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T17:09:46.263Z] Removing intermediate container 741e43f60e7c [2021-03-01T17:09:46.263Z] ---> 662d968815ce [2021-03-01T17:09:46.263Z] Step 20/22 : LABEL arch=x86_64 [2021-03-01T17:09:46.527Z] ---> Running in 7c3ee8de02cd [2021-03-01T17:09:46.527Z] ---> Running in 3e1602164f7c [2021-03-01T17:09:46.527Z] Removing intermediate container eff75f4246cf [2021-03-01T17:09:46.527Z] ---> 3954c24b3a3a [2021-03-01T17:09:46.527Z] Step 21/21 : LABEL version=2.0.0-dev.108 [2021-03-01T17:09:46.791Z] ---> Running in 5fd078871366 [2021-03-01T17:09:46.791Z] Removing intermediate container 9794aa77ba7d [2021-03-01T17:09:46.791Z] ---> b66809a1e721 [2021-03-01T17:09:46.791Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-01T17:09:47.053Z] Removing intermediate container 3e1602164f7c [2021-03-01T17:09:47.053Z] ---> 60387fc6db14 [2021-03-01T17:09:47.053Z] Step 21/22 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:09:47.053Z] Removing intermediate container 7c3ee8de02cd [2021-03-01T17:09:47.053Z] ---> f89be7098a4a [2021-03-01T17:09:47.053Z] Step 22/23 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:09:47.053Z] ---> Running in f96e4d2d4bad [2021-03-01T17:09:47.315Z] ---> Running in 69455779d1b5 [2021-03-01T17:09:47.315Z] ---> Running in 9198a37072f6 [2021-03-01T17:09:47.315Z] Removing intermediate container 5fd078871366 [2021-03-01T17:09:47.315Z] ---> 5da97be92afc [2021-03-01T17:09:47.315Z] [2021-03-01T17:09:47.315Z] Removing intermediate container dd00d8c5e614 [2021-03-01T17:09:47.315Z] ---> 4aa18f1a5c72 [2021-03-01T17:09:47.315Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-01T17:09:47.582Z] Removing intermediate container f96e4d2d4bad [2021-03-01T17:09:47.582Z] ---> e5de43dd1f40 [2021-03-01T17:09:47.582Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-01T17:09:47.582Z] Successfully built 5da97be92afc [2021-03-01T17:09:47.582Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-01T17:09:47.582Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-01T17:09:47.582Z] ---> Running in 9f9eb530f75e [2021-03-01T17:09:47.582Z] Removing intermediate container 9198a37072f6 [2021-03-01T17:09:47.582Z] ---> 00fd6c63c197 [2021-03-01T17:09:47.582Z] Step 23/23 : LABEL version=2.0.0-dev.108 [2021-03-01T17:09:47.582Z] Removing intermediate container 69455779d1b5 [2021-03-01T17:09:47.582Z] ---> 2e6dc1872104 [2021-03-01T17:09:47.582Z] Step 22/22 : LABEL version=2.0.0-dev.108 [2021-03-01T17:09:47.582Z] ---> Running in f1d1ffdfc3bc [2021-03-01T17:09:47.844Z] ---> Running in 260dfcad7ec0 [2021-03-01T17:09:47.844Z] ---> Running in c5f985449aad [2021-03-01T17:09:47.844Z] Removing intermediate container 9f9eb530f75e [2021-03-01T17:09:47.844Z] ---> 5431ccf0efb8 [2021-03-01T17:09:47.844Z] Step 22/24 : LABEL arch=x86_64 [2021-03-01T17:09:48.107Z] Removing intermediate container f1d1ffdfc3bc [2021-03-01T17:09:48.107Z] ---> 206901112e61 [2021-03-01T17:09:48.107Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-01T17:09:48.107Z] Removing intermediate container 260dfcad7ec0 [2021-03-01T17:09:48.107Z] ---> 34ff5ded687d [2021-03-01T17:09:48.107Z] [2021-03-01T17:09:48.369Z] Successfully built 34ff5ded687d [2021-03-01T17:09:48.369Z] ---> Running in 3fe736e79e85 [2021-03-01T17:09:48.945Z] ---> Running in 77cc5d85db85 [2021-03-01T17:09:49.522Z] Successfully tagged docker-core-command-go:latest [2021-03-01T17:09:49.522Z] Building docker-support-notifications-go [2021-03-01T17:09:49.522Z]  Building docker-core-command-go ... done Removing intermediate container c5f985449aad [2021-03-01T17:09:49.522Z] ---> fa2b59651ea2 [2021-03-01T17:09:49.522Z] [2021-03-01T17:09:50.469Z] Successfully built fa2b59651ea2 [2021-03-01T17:09:50.469Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-01T17:09:50.469Z] Building docker-security-bootstrapper-go [2021-03-01T17:09:53.029Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3fe736e79e85 [2021-03-01T17:09:53.029Z] ---> f788f8d3f0c4 [2021-03-01T17:09:53.029Z] Step 23/24 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:09:53.297Z] Removing intermediate container 77cc5d85db85 [2021-03-01T17:09:53.297Z] ---> 6493a7585986 [2021-03-01T17:09:53.297Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-01T17:09:53.443Z] ---> 4467b8d23228 [2021-03-01T17:09:53.443Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-01T17:09:53.443Z] ---> 92ce381f0cd5 [2021-03-01T17:09:53.443Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-01T17:09:53.443Z] ---> 62b7204ba647 [2021-03-01T17:09:53.443Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-01T17:09:53.443Z] ---> 6a190e6e3a1f [2021-03-01T17:09:53.443Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-01T17:09:53.443Z] ---> 60b8795cf668 [2021-03-01T17:09:53.443Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-01T17:09:53.443Z] ---> Running in dcfc8faa32e5 [2021-03-01T17:09:53.443Z] ---> Running in a399be312b77 [2021-03-01T17:09:53.443Z] ---> Running in de56da5430b9 [2021-03-01T17:09:53.443Z] ---> Running in 9ef8a7bf1c90 [2021-03-01T17:09:53.443Z] ---> Running in d60ccdb1992e [2021-03-01T17:09:53.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T17:09:53.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T17:09:53.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-01T17:09:53.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-01T17:09:53.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-01T17:09:54.247Z] ---> Running in e6632f5398ad [2021-03-01T17:09:56.815Z] Removing intermediate container e6632f5398ad [2021-03-01T17:09:56.815Z] ---> fbab4dfcf56c [2021-03-01T17:09:56.815Z] Step 24/24 : LABEL version=2.0.0-dev.108 [2021-03-01T17:09:59.405Z] ---> 319701ea8698 [2021-03-01T17:09:59.405Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-01T17:09:59.405Z] ---> Running in 9f9edbc86af5 [2021-03-01T17:09:59.405Z] Removing intermediate container 9f9edbc86af5 [2021-03-01T17:09:59.405Z] ---> 03c7850f0abb [2021-03-01T17:09:59.405Z] [2021-03-01T17:09:59.405Z] ---> 5349f513626a [2021-03-01T17:09:59.405Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-01T17:09:59.405Z] Successfully built 03c7850f0abb [2021-03-01T17:09:59.405Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-01T17:09:59.405Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-01T17:10:03.664Z] ---> bed4ba878032 [2021-03-01T17:10:03.664Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-01T17:10:10.397Z] ---> Running in 81653ecb6c4d [2021-03-01T17:10:11.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:10:11.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:10:11.801Z] ---> e5beed017f37 [2021-03-01T17:10:11.801Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T17:10:11.801Z] ---> Using cache [2021-03-01T17:10:11.801Z] ---> da45c1baf897 [2021-03-01T17:10:11.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:10:11.801Z] ---> Using cache [2021-03-01T17:10:11.801Z] ---> 273f64f7d935 [2021-03-01T17:10:11.801Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-01T17:10:12.379Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:10:12.379Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:10:12.379Z] ---> e5beed017f37 [2021-03-01T17:10:12.379Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T17:10:12.379Z] ---> Using cache [2021-03-01T17:10:12.379Z] ---> da45c1baf897 [2021-03-01T17:10:12.379Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:10:12.379Z] ---> Using cache [2021-03-01T17:10:12.379Z] ---> 273f64f7d935 [2021-03-01T17:10:12.379Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-01T17:10:12.641Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:10:12.641Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:10:12.641Z] ---> e5beed017f37 [2021-03-01T17:10:12.641Z] Step 3/30 : WORKDIR /edgex-go [2021-03-01T17:10:12.641Z] ---> Using cache [2021-03-01T17:10:12.641Z] ---> da45c1baf897 [2021-03-01T17:10:12.641Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:10:12.641Z] ---> Using cache [2021-03-01T17:10:12.641Z] ---> 273f64f7d935 [2021-03-01T17:10:12.641Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-01T17:10:14.036Z] ---> Running in 40e74c97b2be [2021-03-01T17:10:14.036Z] ---> Running in e342f8e1d1e2 [2021-03-01T17:10:14.036Z] ---> Running in ca1c75553145 [2021-03-01T17:10:15.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:15.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:15.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:15.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:15.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:15.703Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-01T17:10:15.703Z] (2/33) Installing expat (2.2.9-r1) [2021-03-01T17:10:15.703Z] (3/33) Installing libffi (3.3-r2) [2021-03-01T17:10:15.703Z] (4/33) Installing gdbm (1.13-r1) [2021-03-01T17:10:15.703Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-01T17:10:15.703Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-01T17:10:15.703Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-01T17:10:15.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:16.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:16.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:16.504Z] OK: 233 MiB in 51 packages [2021-03-01T17:10:16.768Z] OK: 233 MiB in 51 packages [2021-03-01T17:10:16.768Z] OK: 233 MiB in 51 packages [2021-03-01T17:10:17.715Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-01T17:10:17.715Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-01T17:10:17.715Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-01T17:10:17.715Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-01T17:10:18.305Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-01T17:10:18.305Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-01T17:10:18.305Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-01T17:10:18.880Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-01T17:10:19.955Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-01T17:10:20.220Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-01T17:10:20.801Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-01T17:10:20.801Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-01T17:10:21.072Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-01T17:10:21.335Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-01T17:10:21.601Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-01T17:10:21.602Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-01T17:10:22.183Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:10:22.183Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:10:22.183Z] ---> e5beed017f37 [2021-03-01T17:10:22.183Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T17:10:22.183Z] ---> Using cache [2021-03-01T17:10:22.183Z] ---> da45c1baf897 [2021-03-01T17:10:22.183Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:10:22.183Z] ---> Using cache [2021-03-01T17:10:22.183Z] ---> 273f64f7d935 [2021-03-01T17:10:22.183Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T17:10:22.183Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-01T17:10:22.757Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-01T17:10:22.758Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-01T17:10:23.020Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-01T17:10:23.282Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-01T17:10:23.282Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-01T17:10:23.282Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-01T17:10:23.282Z] ---> Running in 48a7542437a4 [2021-03-01T17:10:23.282Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-01T17:10:23.282Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-01T17:10:23.282Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-01T17:10:24.283Z] Removing intermediate container e342f8e1d1e2 [2021-03-01T17:10:24.283Z] ---> b36e84ac4bc8 [2021-03-01T17:10:24.283Z] Step 6/22 : COPY go.mod . [2021-03-01T17:10:24.283Z] Removing intermediate container ca1c75553145 [2021-03-01T17:10:24.283Z] ---> 3668a3833cae [2021-03-01T17:10:24.283Z] Step 6/30 : COPY go.mod . [2021-03-01T17:10:24.283Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:10:24.283Z] Removing intermediate container 40e74c97b2be [2021-03-01T17:10:24.283Z] ---> f10a0158c4ec [2021-03-01T17:10:24.283Z] Step 6/23 : COPY go.mod . [2021-03-01T17:10:24.283Z] OK: 71 MiB in 55 packages [2021-03-01T17:10:24.556Z] ---> e5f7af17e227 [2021-03-01T17:10:24.556Z] Step 7/22 : RUN go mod download [2021-03-01T17:10:24.556Z] ---> Running in ba2f3d5e3160 [2021-03-01T17:10:24.556Z] ---> d478938f4f89 [2021-03-01T17:10:24.556Z] Step 7/30 : RUN go mod download [2021-03-01T17:10:24.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:24.829Z] ---> 2631b4aa15a8 [2021-03-01T17:10:24.829Z] Step 7/23 : RUN go mod download [2021-03-01T17:10:24.829Z] ---> Running in 51bac83bec82 [2021-03-01T17:10:24.829Z] ---> Running in ad25766b5f89 [2021-03-01T17:10:25.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:10:26.116Z] OK: 233 MiB in 51 packages [2021-03-01T17:10:28.051Z] Removing intermediate container 48a7542437a4 [2021-03-01T17:10:28.051Z] ---> 6da51c26cffa [2021-03-01T17:10:28.051Z] Step 6/23 : COPY go.mod . [2021-03-01T17:10:29.985Z] ---> f7f603918b86 [2021-03-01T17:10:29.985Z] Step 7/23 : RUN go mod download [2021-03-01T17:10:31.379Z] Removing intermediate container 51bac83bec82 [2021-03-01T17:10:31.379Z] ---> 93639eec2531 [2021-03-01T17:10:31.379Z] Step 8/30 : COPY . . [2021-03-01T17:10:31.379Z] ---> Running in dbe73aa3c2b2 [2021-03-01T17:10:31.379Z] Removing intermediate container ad25766b5f89 [2021-03-01T17:10:31.379Z] ---> 9f41895696c4 [2021-03-01T17:10:31.379Z] Step 8/23 : COPY . . [2021-03-01T17:10:31.650Z] Removing intermediate container ba2f3d5e3160 [2021-03-01T17:10:31.650Z] ---> ed1e7e103b27 [2021-03-01T17:10:31.650Z] Step 8/22 : COPY . . [2021-03-01T17:10:31.920Z] Removing intermediate container 81653ecb6c4d [2021-03-01T17:10:31.920Z] ---> 93fc6ecafa86 [2021-03-01T17:10:31.920Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-01T17:10:38.539Z] ---> Running in af20543d03a9 [2021-03-01T17:10:45.164Z] Removing intermediate container dbe73aa3c2b2 [2021-03-01T17:10:45.164Z] ---> 80aaab5adefa [2021-03-01T17:10:45.164Z] Step 8/23 : COPY . . [2021-03-01T17:10:55.241Z] Collecting docker-compose==1.23.2 [2021-03-01T17:10:55.241Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-01T17:10:56.650Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-01T17:10:56.919Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-01T17:10:57.503Z] Collecting docopt<0.7,>=0.6.1 [2021-03-01T17:10:57.503Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-01T17:11:01.782Z] Collecting cached-property<2,>=1.2.0 [2021-03-01T17:11:01.782Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-01T17:11:03.734Z] Collecting docker<4.0,>=3.6.0 [2021-03-01T17:11:03.734Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-01T17:11:04.313Z] 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-03-01T17:11:04.313Z] Collecting texttable<0.10,>=0.9.0 [2021-03-01T17:11:04.313Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-01T17:11:06.879Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-01T17:11:06.879Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-01T17:11:08.810Z] Collecting PyYAML<4,>=3.10 [2021-03-01T17:11:08.810Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-01T17:11:08.810Z] ---> 848aef2a68b0 [2021-03-01T17:11:08.810Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-01T17:11:08.810Z] ---> 7413bfffa1e2 [2021-03-01T17:11:08.810Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> eef11149f906 [2021-03-01T17:11:08.810Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-01T17:11:08.810Z] [2021-03-01T17:11:10.227Z] ---> Running in f77817a269ff [2021-03-01T17:11:10.227Z] ---> Running in 37ae763fab5f [2021-03-01T17:11:10.227Z] ---> Running in 3e6ac3e5ce73 [2021-03-01T17:11:12.178Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-01T17:11:12.178Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-01T17:11:12.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T17:11:12.178Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T17:11:12.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-01T17:11:12.755Z] Collecting jsonschema<3,>=2.5.1 [2021-03-01T17:11:12.755Z] ---> 5a97f728b783 [2021-03-01T17:11:12.755Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-01T17:11:12.755Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-01T17:11:12.755Z] ---> Running in 6d78125627b5 [2021-03-01T17:11:12.755Z] Collecting docker-pycreds>=0.4.0 [2021-03-01T17:11:12.755Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-01T17:11:12.755Z] 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-03-01T17:11:13.025Z] Collecting idna<2.8,>=2.5 [2021-03-01T17:11:13.025Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-01T17:11:13.025Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-01T17:11:13.025Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-01T17:11:13.304Z] 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-03-01T17:11:13.304Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-01T17:11:13.304Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-01T17:11:13.304Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-01T17:11:13.304Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-01T17:11:13.581Z] Installing collected packages: websocket-client, docopt, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, PyYAML, jsonschema, docker-compose [2021-03-01T17:11:13.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-01T17:11:13.581Z] Running setup.py install for docopt: started [2021-03-01T17:11:14.543Z] Running setup.py install for docopt: finished with status 'done' [2021-03-01T17:11:14.543Z] Attempting uninstall: idna [2021-03-01T17:11:14.543Z] Found existing installation: idna 2.9 [2021-03-01T17:11:14.543Z] Uninstalling idna-2.9: [2021-03-01T17:11:14.543Z] Successfully uninstalled idna-2.9 [2021-03-01T17:11:14.818Z] Attempting uninstall: urllib3 [2021-03-01T17:11:14.818Z] Found existing installation: urllib3 1.25.9 [2021-03-01T17:11:14.818Z] Uninstalling urllib3-1.25.9: [2021-03-01T17:11:15.086Z] Successfully uninstalled urllib3-1.25.9 [2021-03-01T17:11:15.355Z] Attempting uninstall: requests [2021-03-01T17:11:15.355Z] Found existing installation: requests 2.23.0 [2021-03-01T17:11:15.355Z] Uninstalling requests-2.23.0: [2021-03-01T17:11:15.355Z] Successfully uninstalled requests-2.23.0 [2021-03-01T17:11:15.940Z] Running setup.py install for texttable: started [2021-03-01T17:11:17.356Z] Running setup.py install for texttable: finished with status 'done' [2021-03-01T17:11:17.356Z] Running setup.py install for dockerpty: started [2021-03-01T17:11:18.321Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-01T17:11:18.321Z] Running setup.py install for PyYAML: started [2021-03-01T17:11:19.287Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-01T17:11:20.251Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-03-01T17:11:26.923Z] Removing intermediate container af20543d03a9 [2021-03-01T17:11:26.923Z] ---> 13a2e16e7c93 [2021-03-01T17:11:26.923Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-01T17:11:26.923Z] ---> Running in c7c45fc9d454 [2021-03-01T17:11:28.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:11:28.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:11:29.175Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T17:11:29.175Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-01T17:11:29.175Z] (3/3) Installing curl (7.69.1-r3) [2021-03-01T17:11:29.175Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:11:29.445Z] OK: 72 MiB in 58 packages [2021-03-01T17:11:30.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-01T17:11:30.886Z] Removing intermediate container c7c45fc9d454 [2021-03-01T17:11:30.886Z] ---> 10f6ab9e1f35 [2021-03-01T17:11:30.886Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-01T17:11:31.167Z] ---> Running in 12dab9d59ee9 [2021-03-01T17:11:31.436Z] Removing intermediate container 12dab9d59ee9 [2021-03-01T17:11:31.436Z] ---> 55c76d43e9cf [2021-03-01T17:11:31.436Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:11:31.436Z] ---> Running in 5346945023b6 [2021-03-01T17:11:31.708Z] Removing intermediate container 5346945023b6 [2021-03-01T17:11:31.708Z] ---> 8c3555e5a07c [2021-03-01T17:11:31.708Z] Step 24/26 : LABEL arch=x86_64 [2021-03-01T17:11:31.708Z] ---> Running in 1ad59f14f5ac [2021-03-01T17:11:32.296Z] Removing intermediate container 1ad59f14f5ac [2021-03-01T17:11:32.296Z] ---> e5254e5a9a2f [2021-03-01T17:11:32.296Z] Step 25/26 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:11:32.296Z] ---> Running in ee0d1ca0a737 [2021-03-01T17:11:32.886Z] Removing intermediate container ee0d1ca0a737 [2021-03-01T17:11:32.886Z] ---> 7899f0b4bbbb [2021-03-01T17:11:32.886Z] Step 26/26 : LABEL version=2.0.0-dev.108 [2021-03-01T17:11:32.886Z] ---> Running in 8548659d6c66 [2021-03-01T17:11:33.154Z] Removing intermediate container 8548659d6c66 [2021-03-01T17:11:33.154Z] ---> a206ff178842 [2021-03-01T17:11:33.154Z] [2021-03-01T17:11:33.749Z] Successfully built a206ff178842 [2021-03-01T17:11:33.749Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-01T17:11:37.057Z] Removing intermediate container 9ef8a7bf1c90 [2021-03-01T17:11:37.057Z] ---> 30932790626c [2021-03-01T17:11:37.057Z] [2021-03-01T17:11:37.057Z] Step 10/21 : FROM alpine:3.12 [2021-03-01T17:11:37.057Z] 3.12: Pulling from library/alpine [2021-03-01T17:11:37.057Z] Removing intermediate container a399be312b77 [2021-03-01T17:11:37.057Z] ---> fa2affba7833 [2021-03-01T17:11:37.057Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-01T17:11:37.057Z] ---> Running in 7a25cdb82ee0 [2021-03-01T17:11:38.161Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T17:11:38.161Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T17:11:38.161Z] ---> d10569e2745f [2021-03-01T17:11:38.161Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-01T17:11:38.771Z] ---> Running in 6e855e314197 [2021-03-01T17:11:39.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-01T17:11:40.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:11:40.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:11:41.435Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-01T17:11:41.435Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T17:11:41.435Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-01T17:11:41.435Z] (4/4) Installing curl (7.69.1-r3) [2021-03-01T17:11:41.435Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:11:41.435Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T17:11:41.711Z] OK: 7 MiB in 18 packages [2021-03-01T17:11:45.139Z] Removing intermediate container 7a25cdb82ee0 [2021-03-01T17:11:45.139Z] ---> be00bf0a8bca [2021-03-01T17:11:45.139Z] [2021-03-01T17:11:45.139Z] Step 11/26 : FROM docker:20.10.0 [2021-03-01T17:11:45.139Z] Removing intermediate container 6e855e314197 [2021-03-01T17:11:45.139Z] ---> f9473dc4016e [2021-03-01T17:11:45.139Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T17:11:45.139Z] 20.10.0: Pulling from library/docker [2021-03-01T17:11:45.744Z] ---> Running in 3216fa751367 [2021-03-01T17:11:46.632Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 3e6ac3e5ce73 [2021-03-01T17:11:46.632Z] ---> 6e62ff41d189 [2021-03-01T17:11:46.632Z] [2021-03-01T17:11:46.632Z] Step 10/30 : FROM alpine:3.12 [2021-03-01T17:11:46.632Z] ---> 88dd2752d2ea [2021-03-01T17:11:46.632Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-01T17:11:46.632Z] ---> Running in fab4c3cc8303 [2021-03-01T17:11:46.748Z] Removing intermediate container 3216fa751367 [2021-03-01T17:11:46.748Z] ---> 8e5de35f6f39 [2021-03-01T17:11:46.748Z] Step 13/21 : WORKDIR /edgex [2021-03-01T17:11:47.345Z] ---> Running in 468f11d0d69a [2021-03-01T17:11:48.556Z] Removing intermediate container fab4c3cc8303 [2021-03-01T17:11:48.557Z] ---> f14ce2ae252b [2021-03-01T17:11:48.557Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-01T17:11:49.338Z] Removing intermediate container 468f11d0d69a [2021-03-01T17:11:49.339Z] ---> d11efd4544c1 [2021-03-01T17:11:49.339Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-01T17:11:49.504Z] ---> Running in 0b8ae4e2b3da [2021-03-01T17:11:49.768Z] Removing intermediate container 37ae763fab5f [2021-03-01T17:11:49.768Z] ---> b2f9eb98a974 [2021-03-01T17:11:49.768Z] [2021-03-01T17:11:49.768Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T17:11:49.768Z] ---> 88dd2752d2ea [2021-03-01T17:11:49.768Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-01T17:11:50.030Z] ---> Running in 8f03f4eebc44 [2021-03-01T17:11:51.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:11:51.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:11:51.689Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-01T17:11:51.689Z] (2/2) Installing su-exec (0.2-r1) [2021-03-01T17:11:51.689Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:11:51.689Z] OK: 6 MiB in 16 packages [2021-03-01T17:11:51.959Z] ---> 9d47f8425c4d [2021-03-01T17:11:51.960Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-01T17:11:52.574Z] Removing intermediate container dcfc8faa32e5 [2021-03-01T17:11:52.574Z] ---> 69b54a2eb83b [2021-03-01T17:11:52.574Z] [2021-03-01T17:11:52.574Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T17:11:52.574Z] ---> d10569e2745f [2021-03-01T17:11:52.574Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-01T17:11:52.574Z] Removing intermediate container d60ccdb1992e [2021-03-01T17:11:52.574Z] ---> 0a06a158b547 [2021-03-01T17:11:52.574Z] [2021-03-01T17:11:52.574Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T17:11:52.574Z] ---> d10569e2745f [2021-03-01T17:11:52.574Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-01T17:11:53.558Z] ---> Running in 4545aa376ab4 [2021-03-01T17:11:53.558Z] ---> Running in aa0fc6bf50eb [2021-03-01T17:11:53.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:11:53.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:11:53.986Z] Removing intermediate container f77817a269ff [2021-03-01T17:11:53.986Z] ---> 2f7c6441064c [2021-03-01T17:11:53.986Z] [2021-03-01T17:11:53.986Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T17:11:53.986Z] ---> 88dd2752d2ea [2021-03-01T17:11:53.986Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-01T17:11:53.986Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-01T17:11:53.986Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-01T17:11:53.986Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:11:53.986Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T17:11:54.153Z] ---> ce16584367ae [2021-03-01T17:11:54.153Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-01T17:11:55.376Z] OK: 6 MiB in 16 packages [2021-03-01T17:11:55.639Z] ---> Running in e8611ff3f431 [2021-03-01T17:11:55.901Z] Removing intermediate container 0b8ae4e2b3da [2021-03-01T17:11:55.901Z] ---> 03317f373b9f [2021-03-01T17:11:55.901Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-01T17:11:56.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:11:56.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:11:56.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:11:56.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:11:56.164Z] Removing intermediate container 6d78125627b5 [2021-03-01T17:11:56.164Z] ---> 58b72386d844 [2021-03-01T17:11:56.164Z] [2021-03-01T17:11:56.164Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T17:11:56.164Z] ---> 88dd2752d2ea [2021-03-01T17:11:56.164Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T17:11:56.164Z] ---> Using cache [2021-03-01T17:11:56.164Z] ---> 4b672553d60f [2021-03-01T17:11:56.164Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:11:56.164Z] ---> Using cache [2021-03-01T17:11:56.164Z] ---> 14147e114fd8 [2021-03-01T17:11:56.164Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-01T17:11:56.164Z] Removing intermediate container e8611ff3f431 [2021-03-01T17:11:56.164Z] ---> ba95a34fd9df [2021-03-01T17:11:56.164Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-01T17:11:56.164Z] ---> Running in a31554a86f7e [2021-03-01T17:11:56.426Z] ---> Running in ee35fa23345f [2021-03-01T17:11:56.426Z] ---> Running in 7b80112ed1ab [2021-03-01T17:11:56.688Z] Removing intermediate container a31554a86f7e [2021-03-01T17:11:56.688Z] ---> 15c6c414f377 [2021-03-01T17:11:56.688Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-01T17:11:56.688Z] Removing intermediate container 8f03f4eebc44 [2021-03-01T17:11:56.688Z] ---> 775fbef8f0a7 [2021-03-01T17:11:56.688Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:11:56.739Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-01T17:11:56.739Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T17:11:56.739Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-01T17:11:56.739Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:11:56.739Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:11:56.739Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T17:11:56.949Z] ---> Running in 60bc9dade887 [2021-03-01T17:11:56.950Z] ---> Running in cf2231244fb9 [2021-03-01T17:11:56.950Z] Removing intermediate container ee35fa23345f [2021-03-01T17:11:56.950Z] ---> c401edb71b4a [2021-03-01T17:11:56.950Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T17:11:56.950Z] Removing intermediate container 7b80112ed1ab [2021-03-01T17:11:56.950Z] ---> 81939feda76c [2021-03-01T17:11:56.950Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-01T17:11:57.015Z] OK: 5 MiB in 15 packages [2021-03-01T17:11:57.015Z] OK: 6 MiB in 16 packages [2021-03-01T17:11:57.211Z] ---> Running in 5235e176b99c [2021-03-01T17:11:57.211Z] ---> Running in 6cb7da94c9f5 [2021-03-01T17:11:57.211Z] Removing intermediate container 60bc9dade887 [2021-03-01T17:11:57.211Z] ---> 455d84dd7978 [2021-03-01T17:11:57.211Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-01T17:11:57.211Z] Removing intermediate container cf2231244fb9 [2021-03-01T17:11:57.211Z] ---> 9ad06bfcba03 [2021-03-01T17:11:57.211Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-01T17:11:57.287Z] ---> ea00feb31b6c [2021-03-01T17:11:57.288Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-01T17:11:57.475Z] ---> Running in 43f390f6e05a [2021-03-01T17:11:57.475Z] ---> Running in 1593911c0240 [2021-03-01T17:11:57.475Z] Removing intermediate container 5235e176b99c [2021-03-01T17:11:57.475Z] ---> f8b745c5f069 [2021-03-01T17:11:57.475Z] Step 15/23 : WORKDIR / [2021-03-01T17:11:57.475Z] Removing intermediate container 6cb7da94c9f5 [2021-03-01T17:11:57.475Z] ---> 48cef4575902 [2021-03-01T17:11:57.475Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:11:57.562Z] ---> Running in 53c5b2f53d30 [2021-03-01T17:11:57.744Z] ---> Running in 9c58ee5c1163 [2021-03-01T17:11:57.744Z] ---> Running in b08ac66ce3f0 [2021-03-01T17:11:58.011Z] Removing intermediate container 1593911c0240 [2021-03-01T17:11:58.011Z] ---> 10dc06511b3d [2021-03-01T17:11:58.011Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T17:11:58.011Z] ---> Running in 5cab3dd7f50a [2021-03-01T17:11:58.163Z] Removing intermediate container de56da5430b9 [2021-03-01T17:11:58.163Z] ---> a2969a3375b1 [2021-03-01T17:11:58.163Z] [2021-03-01T17:11:58.163Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T17:11:58.163Z] ---> d10569e2745f [2021-03-01T17:11:58.163Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T17:11:58.280Z] Removing intermediate container 9c58ee5c1163 [2021-03-01T17:11:58.280Z] ---> 0f3b147ab69a [2021-03-01T17:11:58.280Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:11:58.280Z] Removing intermediate container 5cab3dd7f50a [2021-03-01T17:11:58.280Z] ---> ac7c70df1a19 [2021-03-01T17:11:58.280Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:11:58.554Z] ---> 7b65bf65a171 [2021-03-01T17:11:58.554Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-01T17:11:58.758Z] ---> Running in 28df2a59d30e [2021-03-01T17:11:58.758Z] Removing intermediate container 53c5b2f53d30 [2021-03-01T17:11:58.758Z] ---> 5c8733fe1f1b [2021-03-01T17:11:58.758Z] Step 18/21 : CMD ["--init=true"] [2021-03-01T17:11:58.819Z] ---> 2bdee4b089ec [2021-03-01T17:11:58.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-01T17:11:58.819Z] Removing intermediate container 43f390f6e05a [2021-03-01T17:11:58.819Z] ---> 09b09fa9e883 [2021-03-01T17:11:58.819Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-01T17:11:59.082Z] ---> Running in 53959f33b600 [2021-03-01T17:11:59.082Z] ---> a01b04537d7e [2021-03-01T17:11:59.082Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-01T17:11:59.345Z] Removing intermediate container b08ac66ce3f0 [2021-03-01T17:11:59.345Z] ---> 6db7a651723f [2021-03-01T17:11:59.345Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-01T17:11:59.365Z] ---> Running in 8c567f8111d9 [2021-03-01T17:11:59.708Z] Removing intermediate container aa0fc6bf50eb [2021-03-01T17:11:59.708Z] ---> c0fa0d2f9a50 [2021-03-01T17:11:59.708Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:12:00.024Z] ---> Running in cec36a49551b [2021-03-01T17:12:00.291Z] Removing intermediate container 53959f33b600 [2021-03-01T17:12:00.291Z] ---> f5d4984c7063 [2021-03-01T17:12:00.291Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-01T17:12:00.326Z] Removing intermediate container 4545aa376ab4 [2021-03-01T17:12:00.326Z] ---> 901d08f2d9ab [2021-03-01T17:12:00.326Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:12:00.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:12:00.326Z] Removing intermediate container 8c567f8111d9 [2021-03-01T17:12:00.326Z] ---> aae34259d473 [2021-03-01T17:12:00.326Z] Step 19/21 : LABEL arch=arm64 [2021-03-01T17:12:00.553Z] ---> 27034da7e316 [2021-03-01T17:12:00.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-01T17:12:00.553Z] ---> Running in 2999461dc904 [2021-03-01T17:12:00.553Z] ---> 8e94d8d8b198 [2021-03-01T17:12:00.553Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-01T17:12:00.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:12:00.621Z] ---> Running in 2a3050166663 [2021-03-01T17:12:00.621Z] ---> Running in 723274ecb2be [2021-03-01T17:12:00.821Z] ---> Running in d366526d2c07 [2021-03-01T17:12:00.821Z] ---> 5bb619796fd6 [2021-03-01T17:12:00.821Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-01T17:12:00.911Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T17:12:00.911Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:12:00.911Z] OK: 5 MiB in 15 packages [2021-03-01T17:12:01.087Z] ---> 95a40030ce5b [2021-03-01T17:12:01.087Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-01T17:12:01.087Z] ---> Running in 3e6a43b7b37f [2021-03-01T17:12:01.087Z] ---> Running in 7c0c572f033b [2021-03-01T17:12:01.191Z] Removing intermediate container cec36a49551b [2021-03-01T17:12:01.191Z] ---> 489119b0ddab [2021-03-01T17:12:01.191Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-01T17:12:01.348Z] Removing intermediate container d366526d2c07 [2021-03-01T17:12:01.348Z] ---> 37c7285e2563 [2021-03-01T17:12:01.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:12:01.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T17:12:01.348Z] ---> Running in e41bf373f661 [2021-03-01T17:12:01.555Z] ---> Running in 53abbd5491c2 [2021-03-01T17:12:01.555Z] Removing intermediate container 2a3050166663 [2021-03-01T17:12:01.555Z] ---> dc3d7be20f04 [2021-03-01T17:12:01.555Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-01T17:12:01.555Z] Removing intermediate container 723274ecb2be [2021-03-01T17:12:01.555Z] ---> f33a661bdc35 [2021-03-01T17:12:01.555Z] Step 20/21 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:01.609Z] Removing intermediate container 7c0c572f033b [2021-03-01T17:12:01.609Z] ---> 52bc4d8963dd [2021-03-01T17:12:01.609Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:12:01.609Z] ---> Running in 605cd1ad0d98 [2021-03-01T17:12:01.609Z] Removing intermediate container e41bf373f661 [2021-03-01T17:12:01.609Z] ---> 910df157e685 [2021-03-01T17:12:01.609Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T17:12:01.871Z] ---> Running in 644eb5a787ef [2021-03-01T17:12:01.872Z] ---> Running in 411a6feca053 [2021-03-01T17:12:01.873Z] ---> Running in a9f6030dbd8b [2021-03-01T17:12:01.873Z] Removing intermediate container 605cd1ad0d98 [2021-03-01T17:12:01.873Z] ---> 53bbb9cfd8b3 [2021-03-01T17:12:01.873Z] Step 20/22 : LABEL arch=x86_64 [2021-03-01T17:12:01.873Z] ---> Running in d7fb64e76199 [2021-03-01T17:12:01.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T17:12:02.137Z] Removing intermediate container a9f6030dbd8b [2021-03-01T17:12:02.137Z] ---> 161eec2deefe [2021-03-01T17:12:02.137Z] Step 22/23 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:02.137Z] ---> Running in 7c182a2d9cab [2021-03-01T17:12:02.201Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-01T17:12:02.201Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-01T17:12:02.201Z] ---> eeaf43b92773 [2021-03-01T17:12:02.201Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-01T17:12:02.201Z] Removing intermediate container 53abbd5491c2 [2021-03-01T17:12:02.201Z] ---> 53665dfa0ef0 [2021-03-01T17:12:02.201Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T17:12:02.400Z] Removing intermediate container d7fb64e76199 [2021-03-01T17:12:02.400Z] ---> 4af7c791a33f [2021-03-01T17:12:02.400Z] Step 21/22 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:02.400Z] ---> Running in 0130982e73ed [2021-03-01T17:12:02.400Z] Removing intermediate container 7c182a2d9cab [2021-03-01T17:12:02.400Z] ---> 4dbc37d6c0ec [2021-03-01T17:12:02.400Z] Step 23/23 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:02.400Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-01T17:12:02.501Z] ---> Running in 84bde7eee936 [2021-03-01T17:12:02.501Z] ---> Running in 07d168e65423 [2021-03-01T17:12:02.663Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-01T17:12:02.663Z] ---> Running in 10a6dfe363e4 [2021-03-01T17:12:02.663Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-01T17:12:02.663Z] Removing intermediate container 3e6a43b7b37f [2021-03-01T17:12:02.663Z] ---> 7910c6eddb76 [2021-03-01T17:12:02.663Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:12:02.663Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-01T17:12:02.774Z] Removing intermediate container 644eb5a787ef [2021-03-01T17:12:02.774Z] ---> 83a9bb82901a [2021-03-01T17:12:02.774Z] Step 21/21 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:02.774Z] Removing intermediate container 411a6feca053 [2021-03-01T17:12:02.774Z] ---> 9d2a89c35846 [2021-03-01T17:12:02.774Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T17:12:02.927Z] Removing intermediate container 0130982e73ed [2021-03-01T17:12:02.928Z] ---> 0792e0c73d83 [2021-03-01T17:12:02.928Z] Step 22/22 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:02.928Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-01T17:12:02.928Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-01T17:12:03.050Z] Removing intermediate container 28df2a59d30e [2021-03-01T17:12:03.050Z] ---> ffd3ed47d797 [2021-03-01T17:12:03.050Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:12:03.050Z] ---> Running in ff323eadb7bf [2021-03-01T17:12:03.050Z] ---> Running in 14f4c4f872ca [2021-03-01T17:12:03.050Z] ---> Running in b6639032d568 [2021-03-01T17:12:03.191Z] ---> Running in 513625aca8ad [2021-03-01T17:12:03.191Z] Removing intermediate container 10a6dfe363e4 [2021-03-01T17:12:03.191Z] ---> 556ed5443241 [2021-03-01T17:12:03.191Z] [2021-03-01T17:12:03.191Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:12:03.191Z] OK: 8 MiB in 20 packages [2021-03-01T17:12:03.191Z] Successfully built 556ed5443241 [2021-03-01T17:12:03.191Z] ---> 96bf335fbd1d [2021-03-01T17:12:03.191Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-01T17:12:03.191Z] Successfully tagged docker-core-metadata-go:latest [2021-03-01T17:12:03.327Z] Removing intermediate container 07d168e65423 [2021-03-01T17:12:03.327Z] ---> d6ff85fe81c9 [2021-03-01T17:12:03.327Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:12:03.457Z]  Building docker-core-metadata-go ... done Removing intermediate container 513625aca8ad [2021-03-01T17:12:03.457Z] ---> 3751ac41c3f7 [2021-03-01T17:12:03.457Z] [2021-03-01T17:12:03.719Z] Successfully built 3751ac41c3f7 [2021-03-01T17:12:03.719Z] Successfully tagged docker-support-notifications-go:latest [2021-03-01T17:12:03.719Z]  Building docker-support-notifications-go ... done Removing intermediate container 2999461dc904 [2021-03-01T17:12:03.719Z] ---> 12f3e9342576 [2021-03-01T17:12:03.719Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:12:03.934Z] Removing intermediate container ff323eadb7bf [2021-03-01T17:12:03.934Z] ---> 7f009df873e8 [2021-03-01T17:12:03.934Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:12:03.934Z] Removing intermediate container b6639032d568 [2021-03-01T17:12:03.934Z] ---> 78b4739b3574 [2021-03-01T17:12:03.934Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-01T17:12:03.934Z] Removing intermediate container 14f4c4f872ca [2021-03-01T17:12:03.934Z] ---> cdb8229c494f [2021-03-01T17:12:03.934Z] [2021-03-01T17:12:03.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:12:03.982Z] ---> 85ceeae8b2ce [2021-03-01T17:12:03.982Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-01T17:12:03.982Z] ---> 23e82c88c356 [2021-03-01T17:12:03.982Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-01T17:12:04.213Z] ---> Running in dd7ff43173c7 [2021-03-01T17:12:04.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:12:04.213Z] ---> e8de0917f205 [2021-03-01T17:12:04.213Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-01T17:12:04.243Z] ---> aff5330f04ff [2021-03-01T17:12:04.243Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-01T17:12:04.504Z] ---> da888274a1aa [2021-03-01T17:12:04.505Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-01T17:12:04.769Z] ---> Running in 354d7d15060d [2021-03-01T17:12:04.769Z] ---> ad622ca192af [2021-03-01T17:12:04.769Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-01T17:12:04.813Z] Successfully built cdb8229c494f [2021-03-01T17:12:04.813Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-01T17:12:04.813Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-01T17:12:04.813Z] (1/2) Installing readline (8.0.4-r0) [2021-03-01T17:12:04.813Z] (2/2) Installing bash (5.0.17-r0) [2021-03-01T17:12:04.813Z] Executing bash-5.0.17-r0.post-install [2021-03-01T17:12:04.813Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:12:04.813Z] OK: 12 MiB in 22 packages [2021-03-01T17:12:05.030Z] Removing intermediate container 354d7d15060d [2021-03-01T17:12:05.031Z] ---> 694b72a3f498 [2021-03-01T17:12:05.031Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-01T17:12:05.031Z] ---> 14f41aef571b [2021-03-01T17:12:05.031Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-01T17:12:05.031Z] ---> Running in 9c73c1ee1763 [2021-03-01T17:12:05.087Z] Removing intermediate container dd7ff43173c7 [2021-03-01T17:12:05.087Z] ---> 9962e0dead8d [2021-03-01T17:12:05.087Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T17:12:05.302Z] ---> 6b46e5801d25 [2021-03-01T17:12:05.303Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-01T17:12:05.303Z] Removing intermediate container 9c73c1ee1763 [2021-03-01T17:12:05.303Z] ---> 749f115c3fe9 [2021-03-01T17:12:05.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:12:05.303Z] ---> Running in d8600259f666 [2021-03-01T17:12:05.359Z] ---> cf15beb57c8d [2021-03-01T17:12:05.359Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-01T17:12:05.359Z] ---> Running in dc8b40a5d094 [2021-03-01T17:12:05.567Z] ---> Running in e4e0e5ca6508 [2021-03-01T17:12:05.568Z] Removing intermediate container e4e0e5ca6508 [2021-03-01T17:12:05.568Z] ---> 8bb61db68c72 [2021-03-01T17:12:05.568Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T17:12:05.831Z] ---> Running in 98ddae247813 [2021-03-01T17:12:06.093Z] Removing intermediate container 98ddae247813 [2021-03-01T17:12:06.093Z] ---> 4818fdeda0c9 [2021-03-01T17:12:06.093Z] Step 22/23 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:06.093Z] ---> Running in 009578a1b2fe [2021-03-01T17:12:06.341Z] Removing intermediate container dc8b40a5d094 [2021-03-01T17:12:06.341Z] ---> 0fc217139212 [2021-03-01T17:12:06.341Z] Step 15/23 : WORKDIR / [2021-03-01T17:12:06.355Z] Removing intermediate container 009578a1b2fe [2021-03-01T17:12:06.355Z] ---> 3cd0742ecaf3 [2021-03-01T17:12:06.355Z] Step 23/23 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:06.355Z] ---> Running in df1294ce013d [2021-03-01T17:12:06.616Z] Removing intermediate container d8600259f666 [2021-03-01T17:12:06.616Z] ---> 8301da648d01 [2021-03-01T17:12:06.616Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-01T17:12:06.616Z] Removing intermediate container df1294ce013d [2021-03-01T17:12:06.616Z] ---> 4ead90bae8f3 [2021-03-01T17:12:06.616Z] [2021-03-01T17:12:06.616Z] ---> Running in b813be94b4a6 [2021-03-01T17:12:06.879Z] Successfully built 4ead90bae8f3 [2021-03-01T17:12:06.938Z] ---> 1d9a1a53a656 [2021-03-01T17:12:06.938Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-01T17:12:07.142Z] Successfully tagged docker-core-data-go:latest [2021-03-01T17:12:07.142Z]  Building docker-core-data-go ... done Removing intermediate container b813be94b4a6 [2021-03-01T17:12:07.142Z] ---> a5baf1070a88 [2021-03-01T17:12:07.142Z] Step 27/30 : CMD ["gate"] [2021-03-01T17:12:07.218Z] ---> Running in 71666fb234b7 [2021-03-01T17:12:07.404Z] ---> Running in 841865e358b1 [2021-03-01T17:12:07.404Z] Removing intermediate container 841865e358b1 [2021-03-01T17:12:07.404Z] ---> db07eaec410e [2021-03-01T17:12:07.404Z] Step 28/30 : LABEL arch=x86_64 [2021-03-01T17:12:07.666Z] ---> Running in 776bad9f146b [2021-03-01T17:12:07.817Z] Removing intermediate container 84bde7eee936 [2021-03-01T17:12:07.817Z] ---> 13f70a4c72a4 [2021-03-01T17:12:07.817Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-01T17:12:07.929Z] Removing intermediate container 776bad9f146b [2021-03-01T17:12:07.929Z] ---> 5305a623ed3f [2021-03-01T17:12:07.929Z] Step 29/30 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:07.929Z] ---> Running in 4607a7ff5c71 [2021-03-01T17:12:08.092Z] ---> 0055500c6035 [2021-03-01T17:12:08.093Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-01T17:12:08.191Z] Removing intermediate container 4607a7ff5c71 [2021-03-01T17:12:08.191Z] ---> 50211d38213f [2021-03-01T17:12:08.191Z] Step 30/30 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:08.191Z] ---> Running in 1f23e24ea4ae [2021-03-01T17:12:08.368Z] ---> Running in 38eded796360 [2021-03-01T17:12:08.368Z] ---> 89342ddf37c0 [2021-03-01T17:12:08.368Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-01T17:12:08.368Z] Removing intermediate container 71666fb234b7 [2021-03-01T17:12:08.368Z] ---> cdb192a8395e [2021-03-01T17:12:08.368Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:12:08.453Z] Removing intermediate container 1f23e24ea4ae [2021-03-01T17:12:08.453Z] ---> 8133c3769d3e [2021-03-01T17:12:08.453Z] [2021-03-01T17:12:08.643Z] ---> Running in 359eeaa436aa [2021-03-01T17:12:08.714Z] Successfully built 8133c3769d3e [2021-03-01T17:12:08.714Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-01T17:12:08.920Z] Removing intermediate container 38eded796360 [2021-03-01T17:12:08.920Z] ---> de20050441d5 [2021-03-01T17:12:08.920Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-01T17:12:08.986Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-01T17:12:09.022Z] $ docker stop --time=1 ea3a47ff186b4d2500b91c3d7d19a84689584974204f5e4ec5e82d307c112f07 [2021-03-01T17:12:09.194Z] ---> c2b2ed015c21 [2021-03-01T17:12:09.194Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-01T17:12:09.195Z] ---> Running in 8910c73f67c2 [2021-03-01T17:12:09.480Z] ---> Running in 842cf752bcb1 [2021-03-01T17:12:09.480Z] Removing intermediate container 359eeaa436aa [2021-03-01T17:12:09.480Z] ---> d7774e10c7cb [2021-03-01T17:12:09.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:12:09.480Z] ---> 49cb7c506ea8 [2021-03-01T17:12:09.480Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-01T17:12:09.756Z] ---> Running in 406e0efec48e [2021-03-01T17:12:09.756Z] Removing intermediate container 8910c73f67c2 [2021-03-01T17:12:09.756Z] ---> f19d00418d61 [2021-03-01T17:12:09.756Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-01T17:12:10.028Z] Removing intermediate container 842cf752bcb1 [2021-03-01T17:12:10.028Z] ---> 659924da9d03 [2021-03-01T17:12:10.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:12:10.028Z] ---> Running in fdc665462d57 [2021-03-01T17:12:10.303Z] ---> Running in 2bb8d0aabc5c [2021-03-01T17:12:10.581Z] Removing intermediate container 406e0efec48e [2021-03-01T17:12:10.581Z] ---> 859b60d5ddf5 [2021-03-01T17:12:10.581Z] Step 20/22 : LABEL arch=arm64 [2021-03-01T17:12:10.601Z] $ docker rm -f ea3a47ff186b4d2500b91c3d7d19a84689584974204f5e4ec5e82d307c112f07 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T17:12:10.861Z] ---> Running in dd25d0c19348 [2021-03-01T17:12:10.861Z] Removing intermediate container fdc665462d57 [2021-03-01T17:12:10.861Z] ---> cf5c604b6d8e [2021-03-01T17:12:10.861Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-01T17:12:10.861Z] Removing intermediate container 2bb8d0aabc5c [2021-03-01T17:12:10.861Z] ---> 377fe00f370b [2021-03-01T17:12:10.861Z] Step 20/22 : LABEL arch=arm64 [2021-03-01T17:12:11.142Z] + docker images [2021-03-01T17:12:11.142Z] + grep docker [2021-03-01T17:12:11.406Z] docker-security-bootstrapper-go latest 8133c3769d3e 3 seconds ago 18.7MB [2021-03-01T17:12:11.406Z] docker-core-data-go latest 4ead90bae8f3 5 seconds ago 22.4MB [2021-03-01T17:12:11.406Z] docker-support-notifications-go latest 3751ac41c3f7 8 seconds ago 17.8MB [2021-03-01T17:12:11.406Z] docker-core-metadata-go latest 556ed5443241 9 seconds ago 19MB [2021-03-01T17:12:11.406Z] docker-sys-mgmt-agent-go latest a206ff178842 38 seconds ago 313MB [2021-03-01T17:12:11.406Z] docker-security-secretstore-setup-go latest 03c7850f0abb 2 minutes ago 24.9MB [2021-03-01T17:12:11.406Z] docker-support-scheduler-go latest fa2b59651ea2 2 minutes ago 17.2MB [2021-03-01T17:12:11.406Z] docker-core-command-go latest 34ff5ded687d 2 minutes ago 17MB [2021-03-01T17:12:11.406Z] docker-security-proxy-setup-go latest 5da97be92afc 2 minutes ago 24.7MB [2021-03-01T17:12:11.406Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [2021-03-01T17:12:11.459Z] ---> Running in 800db8fd6325 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-01T17:12:11.733Z] Removing intermediate container dd25d0c19348 [2021-03-01T17:12:11.733Z] ---> 7b9594bff8d9 [2021-03-01T17:12:11.733Z] Step 21/22 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-03-01T17:12:12.005Z] ---> ef08206ed010 [2021-03-01T17:12:12.005Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-01T17:12:12.215Z] provisioning config files... [2021-03-01T17:12:12.292Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/374@tmp/config1855534042960173019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:12:12.626Z] ---> Running in 55455301a04f [2021-03-01T17:12:12.727Z] ---> docker-login.sh [2021-03-01T17:12:12.727Z] nexus3.edgexfoundry.org:10001 [2021-03-01T17:12:12.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:12:12.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:12:12.727Z] Configure a credential helper to remove this warning. See [2021-03-01T17:12:12.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:12:12.727Z] [2021-03-01T17:12:12.727Z] Login Succeeded [2021-03-01T17:12:12.727Z] nexus3.edgexfoundry.org:10002 [2021-03-01T17:12:12.910Z] Removing intermediate container 800db8fd6325 [2021-03-01T17:12:12.910Z] ---> 6f62f6d9f890 [2021-03-01T17:12:12.910Z] Step 21/22 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:12.910Z] ---> 3af784d84495 [2021-03-01T17:12:12.910Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-01T17:12:12.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:12:12.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:12:12.989Z] Configure a credential helper to remove this warning. See [2021-03-01T17:12:12.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:12:12.989Z] [2021-03-01T17:12:12.989Z] Login Succeeded [2021-03-01T17:12:12.989Z] nexus3.edgexfoundry.org:10003 [2021-03-01T17:12:13.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:12:13.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:12:13.250Z] Configure a credential helper to remove this warning. See [2021-03-01T17:12:13.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:12:13.250Z] [2021-03-01T17:12:13.250Z] Login Succeeded [2021-03-01T17:12:13.250Z] nexus3.edgexfoundry.org:10004 [2021-03-01T17:12:13.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:12:13.510Z] ---> Running in 491c14d1f898 [2021-03-01T17:12:13.511Z] Removing intermediate container 55455301a04f [2021-03-01T17:12:13.511Z] ---> 2667b1cb48f6 [2021-03-01T17:12:13.511Z] Step 22/22 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:13.511Z] ---> 95f0b61e1a9d [2021-03-01T17:12:13.511Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-01T17:12:13.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:12:13.512Z] Configure a credential helper to remove this warning. See [2021-03-01T17:12:13.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:12:13.512Z] [2021-03-01T17:12:13.512Z] Login Succeeded [2021-03-01T17:12:13.512Z] docker.io [2021-03-01T17:12:13.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:12:13.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:12:13.775Z] Configure a credential helper to remove this warning. See [2021-03-01T17:12:13.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:12:13.775Z] [2021-03-01T17:12:13.775Z] Login Succeeded [2021-03-01T17:12:13.775Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T17:12:13.791Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-03-01T17:12:14.114Z] ---> Running in 60660881a8f2 [2021-03-01T17:12:14.114Z] ---> Running in 1462e4d479a6 [Pipeline] echo [2021-03-01T17:12:14.126Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-01T17:12:14.126Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:14.126Z] 2.0.0-dev.108 [2021-03-01T17:12:14.126Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:14.126Z] master [2021-03-01T17:12:14.126Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:14.403Z] ---> a96d6d6bc197 [2021-03-01T17:12:14.403Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-01T17:12:14.403Z] Removing intermediate container 491c14d1f898 [2021-03-01T17:12:14.403Z] ---> 35b8df03bfc7 [2021-03-01T17:12:14.403Z] Step 22/22 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:14.631Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:14.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:14.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-01T17:12:14.934Z] f228503eac0c: Preparing [2021-03-01T17:12:14.934Z] 351810911b62: Preparing [2021-03-01T17:12:14.934Z] a17217f2bb84: Preparing [2021-03-01T17:12:14.934Z] 31d88a1f8f60: Preparing [2021-03-01T17:12:14.934Z] 33e8713114f8: Preparing [2021-03-01T17:12:14.934Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:15.003Z] ---> Running in c1916a82dc8a [2021-03-01T17:12:15.003Z] Removing intermediate container 1462e4d479a6 [2021-03-01T17:12:15.003Z] ---> d76b82f2243a [2021-03-01T17:12:15.003Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:12:15.003Z] Removing intermediate container 60660881a8f2 [2021-03-01T17:12:15.003Z] ---> 4c8f25b5bf07 [2021-03-01T17:12:15.003Z] [2021-03-01T17:12:15.196Z] a17217f2bb84: Pushed [2021-03-01T17:12:15.196Z] 31d88a1f8f60: Pushed [2021-03-01T17:12:15.196Z] f228503eac0c: Pushed [2021-03-01T17:12:15.277Z] Successfully built 4c8f25b5bf07 [2021-03-01T17:12:15.548Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:12:15.548Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:12:15.819Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-01T17:12:15.819Z] ---> 74beb37304b7 [2021-03-01T17:12:15.819Z] Step 3/24 : WORKDIR /edgex-go [2021-03-01T17:12:15.819Z] ---> Using cache [2021-03-01T17:12:15.819Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-01T17:12:15.819Z] ---> f8d4c330311d [2021-03-01T17:12:15.819Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:12:15.819Z] ---> Using cache [2021-03-01T17:12:15.819Z] ---> 5a33d75f1a46 [2021-03-01T17:12:15.819Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-01T17:12:15.819Z] ---> Running in c1612938385b [2021-03-01T17:12:16.097Z] Removing intermediate container c1916a82dc8a [2021-03-01T17:12:16.097Z] ---> bb1b01feec69 [2021-03-01T17:12:16.097Z] [2021-03-01T17:12:16.097Z] ---> 1d24cf689741 [2021-03-01T17:12:16.097Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-01T17:12:16.097Z] ---> Running in bb13b36d87d4 [2021-03-01T17:12:16.141Z] 351810911b62: Pushed [2021-03-01T17:12:16.141Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:9844bcdb6ed2c935b9895015ea3e0198c1da5840f8a3a650e15f4007e22b2278 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:16.377Z] ---> Running in 26699b61972b [2021-03-01T17:12:16.377Z] Removing intermediate container c1612938385b [2021-03-01T17:12:16.377Z] ---> 07b32e2dfcc2 [2021-03-01T17:12:16.377Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T17:12:16.451Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:16.653Z] Successfully built bb1b01feec69 [2021-03-01T17:12:16.653Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-01T17:12:16.653Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-01T17:12:16.653Z] ---> Running in 24e53acd3326 [2021-03-01T17:12:16.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.108 [2021-03-01T17:12:16.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-01T17:12:16.754Z] f228503eac0c: Preparing [2021-03-01T17:12:16.754Z] 351810911b62: Preparing [2021-03-01T17:12:16.754Z] a17217f2bb84: Preparing [2021-03-01T17:12:16.754Z] 31d88a1f8f60: Preparing [2021-03-01T17:12:16.754Z] 33e8713114f8: Preparing [2021-03-01T17:12:16.754Z] 351810911b62: Layer already exists [2021-03-01T17:12:16.754Z] f228503eac0c: Layer already exists [2021-03-01T17:12:16.754Z] 31d88a1f8f60: Layer already exists [2021-03-01T17:12:16.754Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:16.754Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:16.754Z] 2.0.0-dev.108: digest: sha256:9844bcdb6ed2c935b9895015ea3e0198c1da5840f8a3a650e15f4007e22b2278 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:17.068Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:17.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:17.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-01T17:12:17.372Z] f228503eac0c: Preparing [2021-03-01T17:12:17.372Z] 351810911b62: Preparing [2021-03-01T17:12:17.372Z] a17217f2bb84: Preparing [2021-03-01T17:12:17.372Z] 31d88a1f8f60: Preparing [2021-03-01T17:12:17.372Z] 33e8713114f8: Preparing [2021-03-01T17:12:17.372Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:17.372Z] 31d88a1f8f60: Layer already exists [2021-03-01T17:12:17.372Z] 351810911b62: Layer already exists [2021-03-01T17:12:17.372Z] f228503eac0c: Layer already exists [2021-03-01T17:12:17.372Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:17.372Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:9844bcdb6ed2c935b9895015ea3e0198c1da5840f8a3a650e15f4007e22b2278 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:17.637Z] Removing intermediate container 24e53acd3326 [2021-03-01T17:12:17.637Z] ---> 4002f4607f27 [2021-03-01T17:12:17.637Z] Step 22/23 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:17.680Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:17.919Z] ---> Running in 3f3efe65ce34 [2021-03-01T17:12:17.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:12:17.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-01T17:12:17.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-01T17:12:17.986Z] f228503eac0c: Preparing [2021-03-01T17:12:17.986Z] 351810911b62: Preparing [2021-03-01T17:12:17.986Z] a17217f2bb84: Preparing [2021-03-01T17:12:17.986Z] 31d88a1f8f60: Preparing [2021-03-01T17:12:17.986Z] 33e8713114f8: Preparing [2021-03-01T17:12:17.986Z] f228503eac0c: Layer already exists [2021-03-01T17:12:17.986Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:17.986Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:17.986Z] 31d88a1f8f60: Layer already exists [2021-03-01T17:12:17.986Z] 351810911b62: Layer already exists [2021-03-01T17:12:17.986Z] master: digest: sha256:9844bcdb6ed2c935b9895015ea3e0198c1da5840f8a3a650e15f4007e22b2278 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:12:18.173Z] ===================================================== [2021-03-01T17:12:18.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-03-01T17:12:18.221Z] taggedImages: [2021-03-01T17:12:18.221Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:18.221Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.108 [2021-03-01T17:12:18.221Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:18.221Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-01T17:12:18.287Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-01T17:12:18.287Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:18.287Z] 2.0.0-dev.108 [2021-03-01T17:12:18.287Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:18.287Z] master [2021-03-01T17:12:18.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-01T17:12:18.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:18.744Z] Removing intermediate container 3f3efe65ce34 [2021-03-01T17:12:18.744Z] ---> e693585d6cca [2021-03-01T17:12:18.744Z] Step 23/23 : LABEL version=2.0.0-dev.108 [2021-03-01T17:12:18.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:12:18.769Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:19.020Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-01T17:12:19.020Z] (2/33) Installing expat (2.2.9-r1) [2021-03-01T17:12:19.020Z] (3/33) Installing libffi (3.3-r2) [2021-03-01T17:12:19.020Z] (4/33) Installing gdbm (1.13-r1) [2021-03-01T17:12:19.020Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-01T17:12:19.020Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-01T17:12:19.020Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-01T17:12:19.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:19.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-01T17:12:19.145Z] 7f9c3a8c3a6a: Preparing [2021-03-01T17:12:19.145Z] 64f46aed4114: Preparing [2021-03-01T17:12:19.145Z] a17217f2bb84: Preparing [2021-03-01T17:12:19.145Z] 53ba3dab434e: Preparing [2021-03-01T17:12:19.145Z] b980059d0e86: Preparing [2021-03-01T17:12:19.145Z] 33e8713114f8: Preparing [2021-03-01T17:12:19.145Z] 33e8713114f8: Waiting [2021-03-01T17:12:19.145Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:19.145Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:19.451Z] 7f9c3a8c3a6a: Pushed [2021-03-01T17:12:19.451Z] b980059d0e86: Pushed [2021-03-01T17:12:19.452Z] 53ba3dab434e: Pushed [2021-03-01T17:12:19.632Z] OK: 217 MiB in 51 packages [2021-03-01T17:12:20.242Z] ---> Running in e4c840c59213 [2021-03-01T17:12:20.417Z] 64f46aed4114: Pushed [2021-03-01T17:12:20.679Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:44bb6ab0402469b512af85a78ea86f0f9416778f90b1bf48901c833cdb7a8a7c size: 1572 [2021-03-01T17:12:20.849Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-01T17:12:20.849Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-01T17:12:21.271Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-01T17:12:21.271Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-01T17:12:21.271Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-01T17:12:21.271Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-01T17:12:21.271Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-01T17:12:21.271Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-01T17:12:21.271Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-01T17:12:21.271Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-01T17:12:21.546Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-01T17:12:21.546Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-01T17:12:21.546Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-01T17:12:21.546Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-01T17:12:21.546Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-01T17:12:21.546Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-01T17:12:21.546Z] (24/33) Installing py3-distro (1.5.0-r1) [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:21.840Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-01T17:12:21.840Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-01T17:12:21.840Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-01T17:12:21.840Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-01T17:12:21.840Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-01T17:12:21.840Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-01T17:12:21.840Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-01T17:12:21.840Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-01T17:12:21.840Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-01T17:12:21.840Z] Removing intermediate container e4c840c59213 [2021-03-01T17:12:21.840Z] ---> 054cbb99d000 [2021-03-01T17:12:21.840Z] [2021-03-01T17:12:21.934Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:22.120Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:12:22.120Z] OK: 71 MiB in 55 packages [2021-03-01T17:12:22.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.108 [2021-03-01T17:12:22.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-01T17:12:22.238Z] 7f9c3a8c3a6a: Preparing [2021-03-01T17:12:22.238Z] 64f46aed4114: Preparing [2021-03-01T17:12:22.238Z] a17217f2bb84: Preparing [2021-03-01T17:12:22.238Z] 53ba3dab434e: Preparing [2021-03-01T17:12:22.238Z] b980059d0e86: Preparing [2021-03-01T17:12:22.238Z] 33e8713114f8: Preparing [2021-03-01T17:12:22.238Z] 33e8713114f8: Waiting [2021-03-01T17:12:22.238Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:22.238Z] 53ba3dab434e: Layer already exists [2021-03-01T17:12:22.238Z] 64f46aed4114: Layer already exists [2021-03-01T17:12:22.238Z] 7f9c3a8c3a6a: Layer already exists [2021-03-01T17:12:22.238Z] b980059d0e86: Layer already exists [2021-03-01T17:12:22.238Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:22.238Z] 2.0.0-dev.108: digest: sha256:44bb6ab0402469b512af85a78ea86f0f9416778f90b1bf48901c833cdb7a8a7c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:22.399Z] Successfully built 054cbb99d000 [2021-03-01T17:12:22.399Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-01T17:12:22.399Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-01T17:12:22.399Z] Removing intermediate container bb13b36d87d4 [2021-03-01T17:12:22.399Z] ---> 9692c362085a [2021-03-01T17:12:22.399Z] Step 6/24 : COPY go.mod . [2021-03-01T17:12:22.546Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:22.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:22.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-01T17:12:22.851Z] 7f9c3a8c3a6a: Preparing [2021-03-01T17:12:22.851Z] 64f46aed4114: Preparing [2021-03-01T17:12:22.851Z] a17217f2bb84: Preparing [2021-03-01T17:12:22.851Z] 53ba3dab434e: Preparing [2021-03-01T17:12:22.851Z] b980059d0e86: Preparing [2021-03-01T17:12:22.851Z] 33e8713114f8: Preparing [2021-03-01T17:12:22.851Z] 33e8713114f8: Waiting [2021-03-01T17:12:22.851Z] 7f9c3a8c3a6a: Layer already exists [2021-03-01T17:12:22.851Z] b980059d0e86: Layer already exists [2021-03-01T17:12:22.851Z] 64f46aed4114: Layer already exists [2021-03-01T17:12:22.851Z] 53ba3dab434e: Layer already exists [2021-03-01T17:12:22.851Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:22.851Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:22.851Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:44bb6ab0402469b512af85a78ea86f0f9416778f90b1bf48901c833cdb7a8a7c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:23.169Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:23.387Z] ---> 005301cc1ff8 [2021-03-01T17:12:23.387Z] Step 7/24 : RUN go mod download [2021-03-01T17:12:23.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-01T17:12:23.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-01T17:12:23.555Z] 7f9c3a8c3a6a: Preparing [2021-03-01T17:12:23.555Z] 64f46aed4114: Preparing [2021-03-01T17:12:23.555Z] a17217f2bb84: Preparing [2021-03-01T17:12:23.555Z] 53ba3dab434e: Preparing [2021-03-01T17:12:23.555Z] b980059d0e86: Preparing [2021-03-01T17:12:23.555Z] 33e8713114f8: Preparing [2021-03-01T17:12:23.555Z] 33e8713114f8: Waiting [2021-03-01T17:12:23.555Z] 53ba3dab434e: Layer already exists [2021-03-01T17:12:23.555Z] 7f9c3a8c3a6a: Layer already exists [2021-03-01T17:12:23.555Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:23.555Z] b980059d0e86: Layer already exists [2021-03-01T17:12:23.555Z] 64f46aed4114: Layer already exists [2021-03-01T17:12:23.555Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:23.555Z] master: digest: sha256:44bb6ab0402469b512af85a78ea86f0f9416778f90b1bf48901c833cdb7a8a7c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-01T17:12:23.660Z] ---> Running in b387f5e661b0 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:12:23.763Z] ===================================================== [Pipeline] echo [2021-03-01T17:12:23.825Z] taggedImages: [2021-03-01T17:12:23.825Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:23.825Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.108 [2021-03-01T17:12:23.825Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:23.825Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-01T17:12:23.891Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-01T17:12:23.891Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:23.891Z] 2.0.0-dev.108 [2021-03-01T17:12:23.891Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:23.891Z] master [2021-03-01T17:12:23.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:24.425Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:24.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:24.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-01T17:12:24.726Z] 5debe07f125f: Preparing [2021-03-01T17:12:24.726Z] 2cf1153f46f7: Preparing [2021-03-01T17:12:24.726Z] a17217f2bb84: Preparing [2021-03-01T17:12:24.726Z] 74ca3c312142: Preparing [2021-03-01T17:12:24.726Z] 33e8713114f8: Preparing [2021-03-01T17:12:24.726Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:24.726Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:24.726Z] 5debe07f125f: Pushed [2021-03-01T17:12:24.988Z] 74ca3c312142: Pushed [2021-03-01T17:12:25.932Z] 2cf1153f46f7: Pushed [2021-03-01T17:12:26.194Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:4343d6669afd62bdd4912456f30f693a0d30d33e48476fc113ed710a592979a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:26.509Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:26.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.108 [2021-03-01T17:12:26.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-01T17:12:26.812Z] 5debe07f125f: Preparing [2021-03-01T17:12:26.812Z] 2cf1153f46f7: Preparing [2021-03-01T17:12:26.812Z] a17217f2bb84: Preparing [2021-03-01T17:12:26.812Z] 74ca3c312142: Preparing [2021-03-01T17:12:26.812Z] 33e8713114f8: Preparing [2021-03-01T17:12:26.812Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:26.812Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:26.812Z] 2cf1153f46f7: Layer already exists [2021-03-01T17:12:26.812Z] 5debe07f125f: Layer already exists [2021-03-01T17:12:26.812Z] 74ca3c312142: Layer already exists [2021-03-01T17:12:26.812Z] 2.0.0-dev.108: digest: sha256:4343d6669afd62bdd4912456f30f693a0d30d33e48476fc113ed710a592979a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:27.117Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:27.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:27.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-01T17:12:27.414Z] 5debe07f125f: Preparing [2021-03-01T17:12:27.414Z] 2cf1153f46f7: Preparing [2021-03-01T17:12:27.414Z] a17217f2bb84: Preparing [2021-03-01T17:12:27.414Z] 74ca3c312142: Preparing [2021-03-01T17:12:27.414Z] 33e8713114f8: Preparing [2021-03-01T17:12:27.414Z] 74ca3c312142: Layer already exists [2021-03-01T17:12:27.414Z] 5debe07f125f: Layer already exists [2021-03-01T17:12:27.414Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:27.414Z] 2cf1153f46f7: Layer already exists [2021-03-01T17:12:27.414Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:27.414Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:4343d6669afd62bdd4912456f30f693a0d30d33e48476fc113ed710a592979a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:27.720Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:27.997Z] Removing intermediate container b387f5e661b0 [2021-03-01T17:12:27.997Z] ---> 5bb99c15a04b [2021-03-01T17:12:27.997Z] Step 8/24 : COPY . . [2021-03-01T17:12:28.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-01T17:12:28.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-01T17:12:28.019Z] 5debe07f125f: Preparing [2021-03-01T17:12:28.019Z] 2cf1153f46f7: Preparing [2021-03-01T17:12:28.019Z] a17217f2bb84: Preparing [2021-03-01T17:12:28.019Z] 74ca3c312142: Preparing [2021-03-01T17:12:28.019Z] 33e8713114f8: Preparing [2021-03-01T17:12:28.019Z] 74ca3c312142: Layer already exists [2021-03-01T17:12:28.019Z] 5debe07f125f: Layer already exists [2021-03-01T17:12:28.019Z] 2cf1153f46f7: Layer already exists [2021-03-01T17:12:28.019Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:28.019Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:28.019Z] master: digest: sha256:4343d6669afd62bdd4912456f30f693a0d30d33e48476fc113ed710a592979a2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:12:28.211Z] ===================================================== [Pipeline] echo [2021-03-01T17:12:28.259Z] taggedImages: [2021-03-01T17:12:28.259Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:28.259Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.108 [2021-03-01T17:12:28.259Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:28.260Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-01T17:12:28.343Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-01T17:12:28.343Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:28.343Z] 2.0.0-dev.108 [2021-03-01T17:12:28.343Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:28.343Z] master [2021-03-01T17:12:28.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:28.825Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:29.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:29.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-01T17:12:29.132Z] 70ccf1a35215: Preparing [2021-03-01T17:12:29.132Z] 70ccf1a35215: Preparing [2021-03-01T17:12:29.132Z] 2d233056b1a6: Preparing [2021-03-01T17:12:29.132Z] ae8432a1f8a2: Preparing [2021-03-01T17:12:29.132Z] 727dbe524068: Preparing [2021-03-01T17:12:29.132Z] a17217f2bb84: Preparing [2021-03-01T17:12:29.132Z] 361b39205e1a: Preparing [2021-03-01T17:12:29.132Z] 361b39205e1a: Preparing [2021-03-01T17:12:29.132Z] 957c2a4c8184: Preparing [2021-03-01T17:12:29.132Z] 0b7eee74f7c7: Preparing [2021-03-01T17:12:29.132Z] 33e8713114f8: Preparing [2021-03-01T17:12:29.132Z] 361b39205e1a: Waiting [2021-03-01T17:12:29.132Z] 957c2a4c8184: Waiting [2021-03-01T17:12:29.132Z] 0b7eee74f7c7: Waiting [2021-03-01T17:12:29.132Z] 33e8713114f8: Waiting [2021-03-01T17:12:29.132Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:29.395Z] 70ccf1a35215: Pushed [2021-03-01T17:12:29.395Z] ae8432a1f8a2: Pushed [2021-03-01T17:12:29.395Z] 2d233056b1a6: Pushed [2021-03-01T17:12:29.395Z] 361b39205e1a: Pushed [2021-03-01T17:12:29.395Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:29.395Z] 957c2a4c8184: Pushed [2021-03-01T17:12:29.395Z] 0b7eee74f7c7: Pushed [2021-03-01T17:12:30.338Z] 727dbe524068: Pushed [2021-03-01T17:12:30.598Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:99fa599b6c34202a9bf2fc22f1a7a2dc15ed3c877f0f0590b5fbc1e49f30bb0e size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:30.626Z] Removing intermediate container 26699b61972b [2021-03-01T17:12:30.626Z] ---> 5563720ef0a3 [2021-03-01T17:12:30.626Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-01T17:12:30.901Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:31.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.108 [2021-03-01T17:12:31.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-01T17:12:31.199Z] 70ccf1a35215: Preparing [2021-03-01T17:12:31.199Z] 70ccf1a35215: Preparing [2021-03-01T17:12:31.199Z] 2d233056b1a6: Preparing [2021-03-01T17:12:31.199Z] ae8432a1f8a2: Preparing [2021-03-01T17:12:31.199Z] 727dbe524068: Preparing [2021-03-01T17:12:31.199Z] a17217f2bb84: Preparing [2021-03-01T17:12:31.199Z] 361b39205e1a: Preparing [2021-03-01T17:12:31.199Z] 361b39205e1a: Preparing [2021-03-01T17:12:31.199Z] 957c2a4c8184: Preparing [2021-03-01T17:12:31.199Z] 0b7eee74f7c7: Preparing [2021-03-01T17:12:31.199Z] 33e8713114f8: Preparing [2021-03-01T17:12:31.199Z] 361b39205e1a: Waiting [2021-03-01T17:12:31.199Z] 957c2a4c8184: Waiting [2021-03-01T17:12:31.199Z] 0b7eee74f7c7: Waiting [2021-03-01T17:12:31.199Z] 33e8713114f8: Waiting [2021-03-01T17:12:31.199Z] ae8432a1f8a2: Layer already exists [2021-03-01T17:12:31.199Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:31.199Z] 70ccf1a35215: Layer already exists [2021-03-01T17:12:31.199Z] 2d233056b1a6: Layer already exists [2021-03-01T17:12:31.199Z] 727dbe524068: Layer already exists [2021-03-01T17:12:31.199Z] 361b39205e1a: Layer already exists [2021-03-01T17:12:31.199Z] 957c2a4c8184: Layer already exists [2021-03-01T17:12:31.199Z] 0b7eee74f7c7: Layer already exists [2021-03-01T17:12:31.199Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:31.199Z] 2.0.0-dev.108: digest: sha256:99fa599b6c34202a9bf2fc22f1a7a2dc15ed3c877f0f0590b5fbc1e49f30bb0e size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:31.503Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:31.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:31.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-01T17:12:31.804Z] 70ccf1a35215: Preparing [2021-03-01T17:12:31.804Z] 70ccf1a35215: Preparing [2021-03-01T17:12:31.804Z] 2d233056b1a6: Preparing [2021-03-01T17:12:31.804Z] ae8432a1f8a2: Preparing [2021-03-01T17:12:31.804Z] 727dbe524068: Preparing [2021-03-01T17:12:31.804Z] a17217f2bb84: Preparing [2021-03-01T17:12:31.804Z] 361b39205e1a: Preparing [2021-03-01T17:12:31.804Z] 361b39205e1a: Preparing [2021-03-01T17:12:31.804Z] 957c2a4c8184: Preparing [2021-03-01T17:12:31.804Z] 0b7eee74f7c7: Preparing [2021-03-01T17:12:31.804Z] 33e8713114f8: Preparing [2021-03-01T17:12:31.804Z] 361b39205e1a: Waiting [2021-03-01T17:12:31.804Z] 33e8713114f8: Waiting [2021-03-01T17:12:31.804Z] 957c2a4c8184: Waiting [2021-03-01T17:12:31.804Z] 0b7eee74f7c7: Waiting [2021-03-01T17:12:31.804Z] ae8432a1f8a2: Layer already exists [2021-03-01T17:12:31.804Z] 2d233056b1a6: Layer already exists [2021-03-01T17:12:31.804Z] 70ccf1a35215: Layer already exists [2021-03-01T17:12:31.804Z] 727dbe524068: Layer already exists [2021-03-01T17:12:31.804Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:31.804Z] 361b39205e1a: Layer already exists [2021-03-01T17:12:31.804Z] 957c2a4c8184: Layer already exists [2021-03-01T17:12:31.804Z] 0b7eee74f7c7: Layer already exists [2021-03-01T17:12:31.804Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:31.804Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:99fa599b6c34202a9bf2fc22f1a7a2dc15ed3c877f0f0590b5fbc1e49f30bb0e size: 2609 [2021-03-01T17:12:32.063Z] ---> Running in 5d0e5000fb82 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:32.368Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:32.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-01T17:12:32.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-01T17:12:32.667Z] 70ccf1a35215: Preparing [2021-03-01T17:12:32.667Z] 70ccf1a35215: Preparing [2021-03-01T17:12:32.667Z] 2d233056b1a6: Preparing [2021-03-01T17:12:32.667Z] ae8432a1f8a2: Preparing [2021-03-01T17:12:32.667Z] 727dbe524068: Preparing [2021-03-01T17:12:32.667Z] a17217f2bb84: Preparing [2021-03-01T17:12:32.667Z] 361b39205e1a: Preparing [2021-03-01T17:12:32.667Z] 361b39205e1a: Preparing [2021-03-01T17:12:32.667Z] 957c2a4c8184: Preparing [2021-03-01T17:12:32.667Z] 0b7eee74f7c7: Preparing [2021-03-01T17:12:32.667Z] 33e8713114f8: Preparing [2021-03-01T17:12:32.667Z] 957c2a4c8184: Waiting [2021-03-01T17:12:32.667Z] 0b7eee74f7c7: Waiting [2021-03-01T17:12:32.667Z] 361b39205e1a: Waiting [2021-03-01T17:12:32.667Z] 33e8713114f8: Waiting [2021-03-01T17:12:32.667Z] ae8432a1f8a2: Layer already exists [2021-03-01T17:12:32.667Z] 70ccf1a35215: Layer already exists [2021-03-01T17:12:32.667Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:32.667Z] 727dbe524068: Layer already exists [2021-03-01T17:12:32.667Z] 2d233056b1a6: Layer already exists [2021-03-01T17:12:32.667Z] 361b39205e1a: Layer already exists [2021-03-01T17:12:32.667Z] 957c2a4c8184: Layer already exists [2021-03-01T17:12:32.667Z] 0b7eee74f7c7: Layer already exists [2021-03-01T17:12:32.667Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:32.667Z] master: digest: sha256:99fa599b6c34202a9bf2fc22f1a7a2dc15ed3c877f0f0590b5fbc1e49f30bb0e size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:12:32.912Z] ===================================================== [Pipeline] echo [2021-03-01T17:12:32.972Z] taggedImages: [2021-03-01T17:12:32.972Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:32.972Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.108 [2021-03-01T17:12:32.972Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:32.972Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-01T17:12:33.041Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-01T17:12:33.041Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:33.041Z] 2.0.0-dev.108 [2021-03-01T17:12:33.041Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:33.041Z] master [2021-03-01T17:12:33.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:33.545Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:33.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:33.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-01T17:12:33.849Z] f721195a4134: Preparing [2021-03-01T17:12:33.849Z] ccbae279d142: Preparing [2021-03-01T17:12:33.849Z] 720fc8aefe91: Preparing [2021-03-01T17:12:33.849Z] e7eb6d968431: Preparing [2021-03-01T17:12:33.849Z] 59e36117e529: Preparing [2021-03-01T17:12:33.849Z] 33e8713114f8: Preparing [2021-03-01T17:12:33.849Z] 33e8713114f8: Waiting [2021-03-01T17:12:34.112Z] 720fc8aefe91: Pushed [2021-03-01T17:12:34.112Z] e7eb6d968431: Pushed [2021-03-01T17:12:34.112Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:34.373Z] 59e36117e529: Pushed [2021-03-01T17:12:34.633Z] ccbae279d142: Pushed [2021-03-01T17:12:34.895Z] f721195a4134: Pushed [2021-03-01T17:12:34.895Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:c3fd5573f67d4f75bf1a3c1d1792865c4ef66fbd78f874159d2822d565f7c077 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:35.200Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:35.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.108 [2021-03-01T17:12:35.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-01T17:12:35.500Z] f721195a4134: Preparing [2021-03-01T17:12:35.500Z] ccbae279d142: Preparing [2021-03-01T17:12:35.500Z] 720fc8aefe91: Preparing [2021-03-01T17:12:35.500Z] e7eb6d968431: Preparing [2021-03-01T17:12:35.500Z] 59e36117e529: Preparing [2021-03-01T17:12:35.500Z] 33e8713114f8: Preparing [2021-03-01T17:12:35.500Z] 33e8713114f8: Waiting [2021-03-01T17:12:35.500Z] e7eb6d968431: Layer already exists [2021-03-01T17:12:35.500Z] f721195a4134: Layer already exists [2021-03-01T17:12:35.500Z] ccbae279d142: Layer already exists [2021-03-01T17:12:35.500Z] 59e36117e529: Layer already exists [2021-03-01T17:12:35.500Z] 720fc8aefe91: Layer already exists [2021-03-01T17:12:35.500Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:35.500Z] 2.0.0-dev.108: digest: sha256:c3fd5573f67d4f75bf1a3c1d1792865c4ef66fbd78f874159d2822d565f7c077 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:35.872Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:36.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:36.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-01T17:12:36.209Z] f721195a4134: Preparing [2021-03-01T17:12:36.209Z] ccbae279d142: Preparing [2021-03-01T17:12:36.209Z] 720fc8aefe91: Preparing [2021-03-01T17:12:36.209Z] e7eb6d968431: Preparing [2021-03-01T17:12:36.209Z] 59e36117e529: Preparing [2021-03-01T17:12:36.209Z] 33e8713114f8: Preparing [2021-03-01T17:12:36.209Z] 33e8713114f8: Waiting [2021-03-01T17:12:36.209Z] 59e36117e529: Layer already exists [2021-03-01T17:12:36.209Z] ccbae279d142: Layer already exists [2021-03-01T17:12:36.209Z] e7eb6d968431: Layer already exists [2021-03-01T17:12:36.209Z] 720fc8aefe91: Layer already exists [2021-03-01T17:12:36.209Z] f721195a4134: Layer already exists [2021-03-01T17:12:36.209Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:36.209Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:c3fd5573f67d4f75bf1a3c1d1792865c4ef66fbd78f874159d2822d565f7c077 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:36.516Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:36.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-01T17:12:36.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-01T17:12:36.819Z] f721195a4134: Preparing [2021-03-01T17:12:36.819Z] ccbae279d142: Preparing [2021-03-01T17:12:36.819Z] 720fc8aefe91: Preparing [2021-03-01T17:12:36.819Z] e7eb6d968431: Preparing [2021-03-01T17:12:36.819Z] 59e36117e529: Preparing [2021-03-01T17:12:36.819Z] 33e8713114f8: Preparing [2021-03-01T17:12:36.819Z] 33e8713114f8: Waiting [2021-03-01T17:12:36.819Z] 59e36117e529: Layer already exists [2021-03-01T17:12:36.819Z] ccbae279d142: Layer already exists [2021-03-01T17:12:36.819Z] e7eb6d968431: Layer already exists [2021-03-01T17:12:36.819Z] 720fc8aefe91: Layer already exists [2021-03-01T17:12:36.819Z] f721195a4134: Layer already exists [2021-03-01T17:12:36.819Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:36.819Z] master: digest: sha256:c3fd5573f67d4f75bf1a3c1d1792865c4ef66fbd78f874159d2822d565f7c077 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:12:37.037Z] ===================================================== [Pipeline] echo [2021-03-01T17:12:37.087Z] taggedImages: [2021-03-01T17:12:37.087Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:37.087Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.108 [2021-03-01T17:12:37.087Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:37.087Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-01T17:12:37.156Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-01T17:12:37.156Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:37.156Z] 2.0.0-dev.108 [2021-03-01T17:12:37.156Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:37.156Z] master [2021-03-01T17:12:37.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:37.625Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:37.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:37.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-01T17:12:37.925Z] 2f82940f1232: Preparing [2021-03-01T17:12:37.925Z] c96caa0521e3: Preparing [2021-03-01T17:12:37.925Z] f5e965ba415b: Preparing [2021-03-01T17:12:37.925Z] 1ef28137c879: Preparing [2021-03-01T17:12:37.925Z] da2674c44cac: Preparing [2021-03-01T17:12:37.925Z] 77a587121a09: Preparing [2021-03-01T17:12:37.925Z] ef457fdf1842: Preparing [2021-03-01T17:12:37.925Z] b08fb0f6ec5a: Preparing [2021-03-01T17:12:37.925Z] 33e8713114f8: Preparing [2021-03-01T17:12:37.925Z] ef457fdf1842: Waiting [2021-03-01T17:12:37.925Z] b08fb0f6ec5a: Waiting [2021-03-01T17:12:37.925Z] 77a587121a09: Waiting [2021-03-01T17:12:37.925Z] 33e8713114f8: Waiting [2021-03-01T17:12:38.187Z] da2674c44cac: Pushed [2021-03-01T17:12:38.187Z] 2f82940f1232: Pushed [2021-03-01T17:12:38.187Z] c96caa0521e3: Pushed [2021-03-01T17:12:38.187Z] 77a587121a09: Pushed [2021-03-01T17:12:38.450Z] ef457fdf1842: Pushed [2021-03-01T17:12:38.450Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:38.711Z] b08fb0f6ec5a: Pushed [2021-03-01T17:12:38.791Z] Collecting docker-compose==1.23.2 [2021-03-01T17:12:38.792Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-01T17:12:38.792Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:12:38.792Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:12:38.792Z] ---> 74beb37304b7 [2021-03-01T17:12:38.792Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T17:12:38.792Z] ---> Using cache [2021-03-01T17:12:38.792Z] ---> f8d4c330311d [2021-03-01T17:12:38.792Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:12:38.792Z] ---> Using cache [2021-03-01T17:12:38.792Z] ---> 5a33d75f1a46 [2021-03-01T17:12:38.792Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-01T17:12:38.792Z] Collecting jsonschema<3,>=2.5.1 [2021-03-01T17:12:38.792Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-01T17:12:38.971Z] 1ef28137c879: Pushed [2021-03-01T17:12:38.971Z] f5e965ba415b: Pushed [2021-03-01T17:12:39.233Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:8e89265bb6ba810ac337d701e6c562b3eb1e36152686da7673f79b7b43379ed0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:39.535Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:39.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:12:39.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:12:39.796Z] ---> 74beb37304b7 [2021-03-01T17:12:39.796Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T17:12:39.796Z] ---> Using cache [2021-03-01T17:12:39.796Z] ---> f8d4c330311d [2021-03-01T17:12:39.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:12:39.796Z] ---> Using cache [2021-03-01T17:12:39.796Z] ---> 5a33d75f1a46 [2021-03-01T17:12:39.796Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T17:12:39.796Z] ---> Using cache [2021-03-01T17:12:39.796Z] ---> 9692c362085a [2021-03-01T17:12:39.797Z] Step 6/23 : COPY go.mod . [2021-03-01T17:12:39.797Z] ---> Using cache [2021-03-01T17:12:39.797Z] ---> 005301cc1ff8 [2021-03-01T17:12:39.797Z] Step 7/23 : RUN go mod download [2021-03-01T17:12:39.797Z] ---> Using cache [2021-03-01T17:12:39.797Z] ---> 5bb99c15a04b [2021-03-01T17:12:39.797Z] Step 8/23 : COPY . . [2021-03-01T17:12:39.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.108 [2021-03-01T17:12:39.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-01T17:12:39.837Z] 2f82940f1232: Preparing [2021-03-01T17:12:39.837Z] c96caa0521e3: Preparing [2021-03-01T17:12:39.837Z] f5e965ba415b: Preparing [2021-03-01T17:12:39.837Z] 1ef28137c879: Preparing [2021-03-01T17:12:39.837Z] da2674c44cac: Preparing [2021-03-01T17:12:39.837Z] 77a587121a09: Preparing [2021-03-01T17:12:39.837Z] ef457fdf1842: Preparing [2021-03-01T17:12:39.837Z] b08fb0f6ec5a: Preparing [2021-03-01T17:12:39.837Z] 33e8713114f8: Preparing [2021-03-01T17:12:39.837Z] 77a587121a09: Waiting [2021-03-01T17:12:39.837Z] ef457fdf1842: Waiting [2021-03-01T17:12:39.837Z] 33e8713114f8: Waiting [2021-03-01T17:12:39.837Z] b08fb0f6ec5a: Waiting [2021-03-01T17:12:39.837Z] da2674c44cac: Layer already exists [2021-03-01T17:12:39.837Z] f5e965ba415b: Layer already exists [2021-03-01T17:12:39.837Z] 1ef28137c879: Layer already exists [2021-03-01T17:12:39.837Z] 2f82940f1232: Layer already exists [2021-03-01T17:12:39.837Z] c96caa0521e3: Layer already exists [2021-03-01T17:12:39.837Z] b08fb0f6ec5a: Layer already exists [2021-03-01T17:12:39.837Z] ef457fdf1842: Layer already exists [2021-03-01T17:12:39.837Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:39.837Z] 77a587121a09: Layer already exists [2021-03-01T17:12:39.837Z] 2.0.0-dev.108: digest: sha256:8e89265bb6ba810ac337d701e6c562b3eb1e36152686da7673f79b7b43379ed0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:40.141Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:40.394Z] Collecting docopt<0.7,>=0.6.1 [2021-03-01T17:12:40.394Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-01T17:12:40.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:40.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-01T17:12:40.440Z] 2f82940f1232: Preparing [2021-03-01T17:12:40.440Z] c96caa0521e3: Preparing [2021-03-01T17:12:40.440Z] f5e965ba415b: Preparing [2021-03-01T17:12:40.440Z] 1ef28137c879: Preparing [2021-03-01T17:12:40.440Z] da2674c44cac: Preparing [2021-03-01T17:12:40.440Z] 77a587121a09: Preparing [2021-03-01T17:12:40.440Z] ef457fdf1842: Preparing [2021-03-01T17:12:40.440Z] b08fb0f6ec5a: Preparing [2021-03-01T17:12:40.440Z] 33e8713114f8: Preparing [2021-03-01T17:12:40.440Z] ef457fdf1842: Waiting [2021-03-01T17:12:40.440Z] 33e8713114f8: Waiting [2021-03-01T17:12:40.440Z] b08fb0f6ec5a: Waiting [2021-03-01T17:12:40.440Z] 77a587121a09: Waiting [2021-03-01T17:12:40.440Z] 1ef28137c879: Layer already exists [2021-03-01T17:12:40.440Z] f5e965ba415b: Layer already exists [2021-03-01T17:12:40.440Z] da2674c44cac: Layer already exists [2021-03-01T17:12:40.440Z] 2f82940f1232: Layer already exists [2021-03-01T17:12:40.440Z] c96caa0521e3: Layer already exists [2021-03-01T17:12:40.440Z] 77a587121a09: Layer already exists [2021-03-01T17:12:40.440Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:40.440Z] b08fb0f6ec5a: Layer already exists [2021-03-01T17:12:40.440Z] ef457fdf1842: Layer already exists [2021-03-01T17:12:40.440Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:8e89265bb6ba810ac337d701e6c562b3eb1e36152686da7673f79b7b43379ed0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:40.744Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:41.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-01T17:12:41.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-01T17:12:41.046Z] 2f82940f1232: Preparing [2021-03-01T17:12:41.046Z] c96caa0521e3: Preparing [2021-03-01T17:12:41.046Z] f5e965ba415b: Preparing [2021-03-01T17:12:41.046Z] 1ef28137c879: Preparing [2021-03-01T17:12:41.046Z] da2674c44cac: Preparing [2021-03-01T17:12:41.046Z] 77a587121a09: Preparing [2021-03-01T17:12:41.046Z] ef457fdf1842: Preparing [2021-03-01T17:12:41.046Z] b08fb0f6ec5a: Preparing [2021-03-01T17:12:41.046Z] 33e8713114f8: Preparing [2021-03-01T17:12:41.046Z] ef457fdf1842: Waiting [2021-03-01T17:12:41.046Z] b08fb0f6ec5a: Waiting [2021-03-01T17:12:41.046Z] 77a587121a09: Waiting [2021-03-01T17:12:41.046Z] 33e8713114f8: Waiting [2021-03-01T17:12:41.046Z] 2f82940f1232: Layer already exists [2021-03-01T17:12:41.046Z] da2674c44cac: Layer already exists [2021-03-01T17:12:41.046Z] 1ef28137c879: Layer already exists [2021-03-01T17:12:41.046Z] f5e965ba415b: Layer already exists [2021-03-01T17:12:41.046Z] c96caa0521e3: Layer already exists [2021-03-01T17:12:41.046Z] 77a587121a09: Layer already exists [2021-03-01T17:12:41.046Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:41.046Z] b08fb0f6ec5a: Layer already exists [2021-03-01T17:12:41.046Z] ef457fdf1842: Layer already exists [2021-03-01T17:12:41.046Z] master: digest: sha256:8e89265bb6ba810ac337d701e6c562b3eb1e36152686da7673f79b7b43379ed0 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:12:41.267Z] ===================================================== [Pipeline] echo [2021-03-01T17:12:41.317Z] taggedImages: [2021-03-01T17:12:41.317Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:41.317Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.108 [2021-03-01T17:12:41.317Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:41.317Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-01T17:12:41.381Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-01T17:12:41.381Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:41.381Z] 2.0.0-dev.108 [2021-03-01T17:12:41.381Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:41.381Z] master [2021-03-01T17:12:41.381Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:41.867Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:42.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:42.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-01T17:12:42.167Z] 5a73affefc9c: Preparing [2021-03-01T17:12:42.167Z] 28397e9d8b04: Preparing [2021-03-01T17:12:42.167Z] a17217f2bb84: Preparing [2021-03-01T17:12:42.167Z] 1ac474d2ff2b: Preparing [2021-03-01T17:12:42.167Z] 33e8713114f8: Preparing [2021-03-01T17:12:42.167Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:42.167Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:42.167Z] 5a73affefc9c: Pushed [2021-03-01T17:12:42.431Z] 1ac474d2ff2b: Pushed [2021-03-01T17:12:43.376Z] 28397e9d8b04: Pushed [2021-03-01T17:12:43.376Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:aa6f4d26ab70ffba71aa30c904e8bc01ea070c9e292b5bdf0d53237559f4ec8c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:43.687Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:43.815Z] ---> Running in 4501edd10883 [2021-03-01T17:12:43.815Z] ---> 56683d4c6e8e [2021-03-01T17:12:43.815Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-01T17:12:43.815Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-01T17:12:43.815Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T17:12:43.815Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-01T17:12:43.815Z] ---> 74beb37304b7 [2021-03-01T17:12:43.815Z] Step 3/30 : WORKDIR /edgex-go [2021-03-01T17:12:43.815Z] ---> Using cache [2021-03-01T17:12:43.815Z] ---> f8d4c330311d [2021-03-01T17:12:43.815Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:12:43.815Z] ---> Using cache [2021-03-01T17:12:43.815Z] ---> 5a33d75f1a46 [2021-03-01T17:12:43.815Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-01T17:12:43.815Z] ---> Using cache [2021-03-01T17:12:43.815Z] ---> 9692c362085a [2021-03-01T17:12:43.815Z] Step 6/30 : COPY go.mod . [2021-03-01T17:12:43.815Z] ---> Using cache [2021-03-01T17:12:43.815Z] ---> 005301cc1ff8 [2021-03-01T17:12:43.815Z] Step 7/30 : RUN go mod download [2021-03-01T17:12:43.815Z] ---> Using cache [2021-03-01T17:12:43.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.108 [2021-03-01T17:12:43.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-01T17:12:43.988Z] 5a73affefc9c: Preparing [2021-03-01T17:12:43.988Z] 28397e9d8b04: Preparing [2021-03-01T17:12:43.988Z] a17217f2bb84: Preparing [2021-03-01T17:12:43.988Z] 1ac474d2ff2b: Preparing [2021-03-01T17:12:43.988Z] 33e8713114f8: Preparing [2021-03-01T17:12:43.988Z] 28397e9d8b04: Layer already exists [2021-03-01T17:12:43.988Z] 1ac474d2ff2b: Layer already exists [2021-03-01T17:12:43.988Z] 5a73affefc9c: Layer already exists [2021-03-01T17:12:43.988Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:43.988Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:43.988Z] 2.0.0-dev.108: digest: sha256:aa6f4d26ab70ffba71aa30c904e8bc01ea070c9e292b5bdf0d53237559f4ec8c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:44.092Z] ---> 5bb99c15a04b [2021-03-01T17:12:44.092Z] Step 8/30 : COPY . . [2021-03-01T17:12:44.092Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-01T17:12:44.092Z] ---> Running in d82bfe53f4c0 [2021-03-01T17:12:44.294Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:44.370Z] ---> Using cache [2021-03-01T17:12:44.370Z] ---> 56683d4c6e8e [2021-03-01T17:12:44.370Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-01T17:12:44.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:44.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-01T17:12:44.606Z] 5a73affefc9c: Preparing [2021-03-01T17:12:44.606Z] 28397e9d8b04: Preparing [2021-03-01T17:12:44.606Z] a17217f2bb84: Preparing [2021-03-01T17:12:44.606Z] 1ac474d2ff2b: Preparing [2021-03-01T17:12:44.606Z] 33e8713114f8: Preparing [2021-03-01T17:12:44.644Z] ---> Running in 4ea8eca636dc [2021-03-01T17:12:44.922Z] Collecting cached-property<2,>=1.2.0 [2021-03-01T17:12:44.922Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-01T17:12:45.197Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-01T17:12:45.472Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-01T17:12:45.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:12:45.563Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:45.563Z] 5a73affefc9c: Layer already exists [2021-03-01T17:12:45.563Z] 1ac474d2ff2b: Layer already exists [2021-03-01T17:12:45.563Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:45.563Z] 28397e9d8b04: Layer already exists [2021-03-01T17:12:45.563Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:aa6f4d26ab70ffba71aa30c904e8bc01ea070c9e292b5bdf0d53237559f4ec8c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:45.872Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:46.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-01T17:12:46.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-01T17:12:46.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-01T17:12:46.175Z] 5a73affefc9c: Preparing [2021-03-01T17:12:46.175Z] 28397e9d8b04: Preparing [2021-03-01T17:12:46.175Z] a17217f2bb84: Preparing [2021-03-01T17:12:46.175Z] 1ac474d2ff2b: Preparing [2021-03-01T17:12:46.175Z] 33e8713114f8: Preparing [2021-03-01T17:12:46.175Z] 28397e9d8b04: Layer already exists [2021-03-01T17:12:46.175Z] 5a73affefc9c: Layer already exists [2021-03-01T17:12:46.175Z] 1ac474d2ff2b: Layer already exists [2021-03-01T17:12:46.175Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:46.175Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:46.175Z] master: digest: sha256:aa6f4d26ab70ffba71aa30c904e8bc01ea070c9e292b5bdf0d53237559f4ec8c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-01T17:12:46.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-03-01T17:12:46.367Z] ===================================================== [Pipeline] echo [2021-03-01T17:12:46.414Z] taggedImages: [2021-03-01T17:12:46.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:46.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.108 [2021-03-01T17:12:46.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:46.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-01T17:12:46.494Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-01T17:12:46.494Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:46.494Z] 2.0.0-dev.108 [2021-03-01T17:12:46.494Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:46.494Z] master [2021-03-01T17:12:46.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-01T17:12:46.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:46.983Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:47.222Z] OK: 217 MiB in 51 packages [2021-03-01T17:12:47.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:47.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-01T17:12:47.283Z] 06dca9d22efc: Preparing [2021-03-01T17:12:47.283Z] 3537b7337f17: Preparing [2021-03-01T17:12:47.283Z] a17217f2bb84: Preparing [2021-03-01T17:12:47.283Z] 74ca3c312142: Preparing [2021-03-01T17:12:47.283Z] 33e8713114f8: Preparing [2021-03-01T17:12:47.283Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:47.283Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:47.283Z] 74ca3c312142: Layer already exists [2021-03-01T17:12:47.283Z] 06dca9d22efc: Pushed [2021-03-01T17:12:48.206Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-01T17:12:48.669Z] 3537b7337f17: Pushed [2021-03-01T17:12:48.669Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:43f9df104fe5e5fdaeccb447cb2a0d5e25430cd59f6595f1906853dc8aaf6b52 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:48.974Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:49.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.108 [2021-03-01T17:12:49.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-01T17:12:49.272Z] 06dca9d22efc: Preparing [2021-03-01T17:12:49.272Z] 3537b7337f17: Preparing [2021-03-01T17:12:49.273Z] a17217f2bb84: Preparing [2021-03-01T17:12:49.273Z] 74ca3c312142: Preparing [2021-03-01T17:12:49.273Z] 33e8713114f8: Preparing [2021-03-01T17:12:49.273Z] 3537b7337f17: Layer already exists [2021-03-01T17:12:49.273Z] 06dca9d22efc: Layer already exists [2021-03-01T17:12:49.273Z] 74ca3c312142: Layer already exists [2021-03-01T17:12:49.273Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:49.273Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:49.273Z] 2.0.0-dev.108: digest: sha256:43f9df104fe5e5fdaeccb447cb2a0d5e25430cd59f6595f1906853dc8aaf6b52 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:49.580Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:49.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:49.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-01T17:12:49.881Z] 06dca9d22efc: Preparing [2021-03-01T17:12:49.881Z] 3537b7337f17: Preparing [2021-03-01T17:12:49.881Z] a17217f2bb84: Preparing [2021-03-01T17:12:49.881Z] 74ca3c312142: Preparing [2021-03-01T17:12:49.881Z] 33e8713114f8: Preparing [2021-03-01T17:12:49.881Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:49.881Z] 06dca9d22efc: Layer already exists [2021-03-01T17:12:49.881Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:49.881Z] 3537b7337f17: Layer already exists [2021-03-01T17:12:49.881Z] 74ca3c312142: Layer already exists [2021-03-01T17:12:49.881Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:43f9df104fe5e5fdaeccb447cb2a0d5e25430cd59f6595f1906853dc8aaf6b52 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:50.188Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-01T17:12:50.196Z] Collecting PyYAML<4,>=3.10 [2021-03-01T17:12:50.196Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-01T17:12:50.196Z] Removing intermediate container 4501edd10883 [2021-03-01T17:12:50.196Z] ---> 1ec3e970939b [2021-03-01T17:12:50.196Z] Step 6/23 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:50.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-01T17:12:50.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-01T17:12:50.487Z] 06dca9d22efc: Preparing [2021-03-01T17:12:50.487Z] 3537b7337f17: Preparing [2021-03-01T17:12:50.487Z] a17217f2bb84: Preparing [2021-03-01T17:12:50.487Z] 74ca3c312142: Preparing [2021-03-01T17:12:50.487Z] 33e8713114f8: Preparing [2021-03-01T17:12:50.487Z] 3537b7337f17: Layer already exists [2021-03-01T17:12:50.487Z] 33e8713114f8: Layer already exists [2021-03-01T17:12:50.487Z] 06dca9d22efc: Layer already exists [2021-03-01T17:12:50.487Z] a17217f2bb84: Layer already exists [2021-03-01T17:12:50.487Z] 74ca3c312142: Layer already exists [2021-03-01T17:12:50.487Z] master: digest: sha256:43f9df104fe5e5fdaeccb447cb2a0d5e25430cd59f6595f1906853dc8aaf6b52 size: 1363 [Pipeline] } [2021-03-01T17:12:51.860Z] ---> 44374d2bfe54 [2021-03-01T17:12:51.861Z] Step 7/23 : RUN go mod download [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:12:51.990Z] ===================================================== [Pipeline] echo [2021-03-01T17:12:52.052Z] taggedImages: [2021-03-01T17:12:52.052Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:52.052Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.108 [2021-03-01T17:12:52.052Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:52.052Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-01T17:12:52.139Z] ---> Running in 673195e91e72 [Pipeline] echo [2021-03-01T17:12:52.157Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-01T17:12:52.157Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:52.157Z] 2.0.0-dev.108 [2021-03-01T17:12:52.157Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:12:52.157Z] master [2021-03-01T17:12:52.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:52.696Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:12:53.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:12:53.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-01T17:12:53.071Z] 09de039dfa92: Preparing [2021-03-01T17:12:53.071Z] 05e415ec0057: Preparing [2021-03-01T17:12:53.071Z] 3fc0027177e1: Preparing [2021-03-01T17:12:53.071Z] 2f928e55bcef: Preparing [2021-03-01T17:12:53.071Z] d799724b0f00: Preparing [2021-03-01T17:12:53.071Z] 4db8447cae8f: Preparing [2021-03-01T17:12:53.071Z] 75ab5f3b705b: Preparing [2021-03-01T17:12:53.071Z] 0754057c0ad3: Preparing [2021-03-01T17:12:53.071Z] 998cdf262ab1: Preparing [2021-03-01T17:12:53.071Z] 02e56110abd2: Preparing [2021-03-01T17:12:53.071Z] abc36efb885a: Preparing [2021-03-01T17:12:53.071Z] b0b09059f4e1: Preparing [2021-03-01T17:12:53.071Z] bb961f40224b: Preparing [2021-03-01T17:12:53.071Z] f4666769fca7: Preparing [2021-03-01T17:12:53.071Z] 0754057c0ad3: Waiting [2021-03-01T17:12:53.071Z] 998cdf262ab1: Waiting [2021-03-01T17:12:53.071Z] 02e56110abd2: Waiting [2021-03-01T17:12:53.071Z] abc36efb885a: Waiting [2021-03-01T17:12:53.071Z] b0b09059f4e1: Waiting [2021-03-01T17:12:53.071Z] bb961f40224b: Waiting [2021-03-01T17:12:53.071Z] f4666769fca7: Waiting [2021-03-01T17:12:53.071Z] 4db8447cae8f: Waiting [2021-03-01T17:12:53.071Z] 75ab5f3b705b: Waiting [2021-03-01T17:12:53.333Z] d799724b0f00: Pushed [2021-03-01T17:12:53.333Z] 09de039dfa92: Pushed [2021-03-01T17:12:53.595Z] 2f928e55bcef: Pushed [2021-03-01T17:12:53.595Z] 0754057c0ad3: Layer already exists [2021-03-01T17:12:53.595Z] 998cdf262ab1: Layer already exists [2021-03-01T17:12:53.595Z] 75ab5f3b705b: Pushed [2021-03-01T17:12:53.600Z] ---> 236e780b2d33 [2021-03-01T17:12:53.600Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-01T17:12:53.600Z] ---> Running in e0a41b1ad487 [2021-03-01T17:12:53.857Z] 02e56110abd2: Layer already exists [2021-03-01T17:12:53.857Z] abc36efb885a: Layer already exists [2021-03-01T17:12:53.857Z] b0b09059f4e1: Layer already exists [2021-03-01T17:12:53.857Z] bb961f40224b: Layer already exists [2021-03-01T17:12:53.857Z] 05e415ec0057: Pushed [2021-03-01T17:12:53.857Z] f4666769fca7: Layer already exists [2021-03-01T17:12:54.428Z] 4db8447cae8f: Pushed [2021-03-01T17:12:55.056Z] Collecting texttable<0.10,>=0.9.0 [2021-03-01T17:12:55.056Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-01T17:12:55.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-command/core-command ./cmd/core-command [2021-03-01T17:12:57.334Z] Removing intermediate container 673195e91e72 [2021-03-01T17:12:57.334Z] ---> d4e11e079ed2 [2021-03-01T17:12:57.334Z] Step 8/23 : COPY . . [2021-03-01T17:12:59.966Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-01T17:12:59.966Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-01T17:13:01.951Z] Collecting docker<4.0,>=3.6.0 [2021-03-01T17:13:01.951Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-01T17:13:02.227Z] 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-03-01T17:13:02.575Z] 3fc0027177e1: Pushed [2021-03-01T17:13:02.575Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:8d408d58a822dfe42ac8f8b7b99675236519f6a9c716a7e7e92ab6c2059a9e42 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:13:02.827Z] Collecting idna<2.8,>=2.5 [2021-03-01T17:13:02.827Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-01T17:13:02.827Z] 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-03-01T17:13:02.889Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:13:03.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.108 [2021-03-01T17:13:03.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-01T17:13:03.202Z] 09de039dfa92: Preparing [2021-03-01T17:13:03.202Z] 05e415ec0057: Preparing [2021-03-01T17:13:03.202Z] 3fc0027177e1: Preparing [2021-03-01T17:13:03.202Z] 2f928e55bcef: Preparing [2021-03-01T17:13:03.202Z] d799724b0f00: Preparing [2021-03-01T17:13:03.202Z] 4db8447cae8f: Preparing [2021-03-01T17:13:03.202Z] 75ab5f3b705b: Preparing [2021-03-01T17:13:03.202Z] 0754057c0ad3: Preparing [2021-03-01T17:13:03.202Z] 998cdf262ab1: Preparing [2021-03-01T17:13:03.202Z] 02e56110abd2: Preparing [2021-03-01T17:13:03.202Z] abc36efb885a: Preparing [2021-03-01T17:13:03.202Z] b0b09059f4e1: Preparing [2021-03-01T17:13:03.202Z] bb961f40224b: Preparing [2021-03-01T17:13:03.202Z] f4666769fca7: Preparing [2021-03-01T17:13:03.202Z] 02e56110abd2: Waiting [2021-03-01T17:13:03.202Z] 4db8447cae8f: Waiting [2021-03-01T17:13:03.202Z] abc36efb885a: Waiting [2021-03-01T17:13:03.202Z] b0b09059f4e1: Waiting [2021-03-01T17:13:03.202Z] bb961f40224b: Waiting [2021-03-01T17:13:03.202Z] 998cdf262ab1: Waiting [2021-03-01T17:13:03.202Z] 75ab5f3b705b: Waiting [2021-03-01T17:13:03.202Z] 0754057c0ad3: Waiting [2021-03-01T17:13:03.202Z] f4666769fca7: Waiting [2021-03-01T17:13:03.202Z] 2f928e55bcef: Layer already exists [2021-03-01T17:13:03.202Z] 3fc0027177e1: Layer already exists [2021-03-01T17:13:03.202Z] 09de039dfa92: Layer already exists [2021-03-01T17:13:03.202Z] 05e415ec0057: Layer already exists [2021-03-01T17:13:03.202Z] d799724b0f00: Layer already exists [2021-03-01T17:13:03.202Z] 75ab5f3b705b: Layer already exists [2021-03-01T17:13:03.202Z] 4db8447cae8f: Layer already exists [2021-03-01T17:13:03.202Z] 0754057c0ad3: Layer already exists [2021-03-01T17:13:03.202Z] 998cdf262ab1: Layer already exists [2021-03-01T17:13:03.202Z] 02e56110abd2: Layer already exists [2021-03-01T17:13:03.202Z] abc36efb885a: Layer already exists [2021-03-01T17:13:03.202Z] b0b09059f4e1: Layer already exists [2021-03-01T17:13:03.202Z] bb961f40224b: Layer already exists [2021-03-01T17:13:03.202Z] f4666769fca7: Layer already exists [2021-03-01T17:13:03.202Z] 2.0.0-dev.108: digest: sha256:8d408d58a822dfe42ac8f8b7b99675236519f6a9c716a7e7e92ab6c2059a9e42 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:13:03.508Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:13:03.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:13:03.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-01T17:13:03.803Z] 09de039dfa92: Preparing [2021-03-01T17:13:03.803Z] 05e415ec0057: Preparing [2021-03-01T17:13:03.803Z] 3fc0027177e1: Preparing [2021-03-01T17:13:03.803Z] 2f928e55bcef: Preparing [2021-03-01T17:13:03.803Z] d799724b0f00: Preparing [2021-03-01T17:13:03.803Z] 4db8447cae8f: Preparing [2021-03-01T17:13:03.803Z] 75ab5f3b705b: Preparing [2021-03-01T17:13:03.803Z] 0754057c0ad3: Preparing [2021-03-01T17:13:03.803Z] 998cdf262ab1: Preparing [2021-03-01T17:13:03.803Z] 02e56110abd2: Preparing [2021-03-01T17:13:03.803Z] abc36efb885a: Preparing [2021-03-01T17:13:03.803Z] b0b09059f4e1: Preparing [2021-03-01T17:13:03.803Z] bb961f40224b: Preparing [2021-03-01T17:13:03.803Z] f4666769fca7: Preparing [2021-03-01T17:13:03.803Z] 02e56110abd2: Waiting [2021-03-01T17:13:03.803Z] b0b09059f4e1: Waiting [2021-03-01T17:13:03.803Z] bb961f40224b: Waiting [2021-03-01T17:13:03.803Z] f4666769fca7: Waiting [2021-03-01T17:13:03.803Z] 4db8447cae8f: Waiting [2021-03-01T17:13:03.803Z] abc36efb885a: Waiting [2021-03-01T17:13:03.803Z] 75ab5f3b705b: Waiting [2021-03-01T17:13:03.803Z] 998cdf262ab1: Waiting [2021-03-01T17:13:03.803Z] 3fc0027177e1: Layer already exists [2021-03-01T17:13:03.803Z] 2f928e55bcef: Layer already exists [2021-03-01T17:13:03.803Z] 05e415ec0057: Layer already exists [2021-03-01T17:13:03.803Z] d799724b0f00: Layer already exists [2021-03-01T17:13:03.803Z] 09de039dfa92: Layer already exists [2021-03-01T17:13:03.803Z] 4db8447cae8f: Layer already exists [2021-03-01T17:13:03.803Z] 0754057c0ad3: Layer already exists [2021-03-01T17:13:03.803Z] 75ab5f3b705b: Layer already exists [2021-03-01T17:13:03.803Z] 998cdf262ab1: Layer already exists [2021-03-01T17:13:03.803Z] 02e56110abd2: Layer already exists [2021-03-01T17:13:03.803Z] bb961f40224b: Layer already exists [2021-03-01T17:13:03.803Z] b0b09059f4e1: Layer already exists [2021-03-01T17:13:03.803Z] abc36efb885a: Layer already exists [2021-03-01T17:13:03.803Z] f4666769fca7: Layer already exists [2021-03-01T17:13:03.803Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:8d408d58a822dfe42ac8f8b7b99675236519f6a9c716a7e7e92ab6c2059a9e42 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:13:03.829Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-01T17:13:03.829Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-01T17:13:04.106Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:13:04.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-01T17:13:04.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-01T17:13:04.403Z] 09de039dfa92: Preparing [2021-03-01T17:13:04.403Z] 05e415ec0057: Preparing [2021-03-01T17:13:04.403Z] 3fc0027177e1: Preparing [2021-03-01T17:13:04.403Z] 2f928e55bcef: Preparing [2021-03-01T17:13:04.403Z] d799724b0f00: Preparing [2021-03-01T17:13:04.404Z] 4db8447cae8f: Preparing [2021-03-01T17:13:04.404Z] 75ab5f3b705b: Preparing [2021-03-01T17:13:04.404Z] 0754057c0ad3: Preparing [2021-03-01T17:13:04.404Z] 998cdf262ab1: Preparing [2021-03-01T17:13:04.404Z] 02e56110abd2: Preparing [2021-03-01T17:13:04.404Z] abc36efb885a: Preparing [2021-03-01T17:13:04.404Z] b0b09059f4e1: Preparing [2021-03-01T17:13:04.404Z] bb961f40224b: Preparing [2021-03-01T17:13:04.404Z] f4666769fca7: Preparing [2021-03-01T17:13:04.404Z] 0754057c0ad3: Waiting [2021-03-01T17:13:04.404Z] 998cdf262ab1: Waiting [2021-03-01T17:13:04.404Z] 02e56110abd2: Waiting [2021-03-01T17:13:04.404Z] abc36efb885a: Waiting [2021-03-01T17:13:04.404Z] b0b09059f4e1: Waiting [2021-03-01T17:13:04.404Z] bb961f40224b: Waiting [2021-03-01T17:13:04.404Z] f4666769fca7: Waiting [2021-03-01T17:13:04.404Z] 75ab5f3b705b: Waiting [2021-03-01T17:13:04.404Z] 4db8447cae8f: Waiting [2021-03-01T17:13:04.404Z] 09de039dfa92: Layer already exists [2021-03-01T17:13:04.404Z] 3fc0027177e1: Layer already exists [2021-03-01T17:13:04.404Z] 05e415ec0057: Layer already exists [2021-03-01T17:13:04.404Z] d799724b0f00: Layer already exists [2021-03-01T17:13:04.404Z] 2f928e55bcef: Layer already exists [2021-03-01T17:13:04.404Z] 75ab5f3b705b: Layer already exists [2021-03-01T17:13:04.404Z] 998cdf262ab1: Layer already exists [2021-03-01T17:13:04.404Z] 4db8447cae8f: Layer already exists [2021-03-01T17:13:04.404Z] 0754057c0ad3: Layer already exists [2021-03-01T17:13:04.404Z] 02e56110abd2: Layer already exists [2021-03-01T17:13:04.404Z] b0b09059f4e1: Layer already exists [2021-03-01T17:13:04.404Z] abc36efb885a: Layer already exists [2021-03-01T17:13:04.404Z] f4666769fca7: Layer already exists [2021-03-01T17:13:04.404Z] bb961f40224b: Layer already exists [2021-03-01T17:13:04.404Z] master: digest: sha256:8d408d58a822dfe42ac8f8b7b99675236519f6a9c716a7e7e92ab6c2059a9e42 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:13:04.607Z] ===================================================== [Pipeline] echo [2021-03-01T17:13:04.651Z] taggedImages: [2021-03-01T17:13:04.651Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:13:04.651Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.108 [2021-03-01T17:13:04.651Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:13:04.651Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-01T17:13:04.815Z] Collecting docker-pycreds>=0.4.0 [2021-03-01T17:13:04.815Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-01T17:13:04.815Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-01T17:13:04.815Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-01T17:13:04.815Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-01T17:13:04.815Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-01T17:13:06.260Z] Installing collected packages: jsonschema, docopt, websocket-client, cached-property, dockerpty, PyYAML, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-03-01T17:13:06.870Z] Running setup.py install for docopt: started [2021-03-01T17:13:10.306Z] Running setup.py install for docopt: finished with status 'done' [2021-03-01T17:13:10.585Z] Running setup.py install for dockerpty: started [2021-03-01T17:13:10.585Z] ---> 3da59e94db93 [2021-03-01T17:13:10.585Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-01T17:13:10.964Z] ---> Running in fc4acaacb021 [2021-03-01T17:13:13.232Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o cmd/core-data/core-data ./cmd/core-data [2021-03-01T17:13:14.790Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-01T17:13:14.790Z] Running setup.py install for PyYAML: started [2021-03-01T17:13:18.207Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-01T17:13:18.485Z] Running setup.py install for texttable: started [2021-03-01T17:13:21.139Z] Running setup.py install for texttable: finished with status 'done' [2021-03-01T17:13:21.139Z] Attempting uninstall: idna [2021-03-01T17:13:21.139Z] Found existing installation: idna 2.9 [2021-03-01T17:13:21.139Z] Uninstalling idna-2.9: [2021-03-01T17:13:21.139Z] Successfully uninstalled idna-2.9 [2021-03-01T17:13:22.131Z] Attempting uninstall: urllib3 [2021-03-01T17:13:22.131Z] Found existing installation: urllib3 1.25.9 [2021-03-01T17:13:22.131Z] Uninstalling urllib3-1.25.9: [2021-03-01T17:13:22.409Z] Successfully uninstalled urllib3-1.25.9 [2021-03-01T17:13:23.014Z] Attempting uninstall: requests [2021-03-01T17:13:23.014Z] Found existing installation: requests 2.23.0 [2021-03-01T17:13:23.014Z] Uninstalling requests-2.23.0: [2021-03-01T17:13:23.292Z] Successfully uninstalled requests-2.23.0 [2021-03-01T17:13:26.707Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-03-01T17:13:32.157Z] Removing intermediate container 5d0e5000fb82 [2021-03-01T17:13:32.157Z] ---> 7d5ce46b1365 [2021-03-01T17:13:32.157Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-01T17:13:32.435Z] ---> Running in 39d1de21be5f [2021-03-01T17:13:34.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:13:35.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:13:35.651Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T17:13:35.651Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-01T17:13:35.651Z] (3/3) Installing curl (7.69.1-r3) [2021-03-01T17:13:35.651Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:13:35.651Z] OK: 71 MiB in 58 packages [2021-03-01T17:13:37.647Z] Removing intermediate container 39d1de21be5f [2021-03-01T17:13:37.647Z] ---> 1d05c0fd10b2 [2021-03-01T17:13:37.647Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-01T17:13:37.647Z] ---> Running in 54bf004346d2 [2021-03-01T17:13:38.250Z] Removing intermediate container 54bf004346d2 [2021-03-01T17:13:38.250Z] ---> be84758849ec [2021-03-01T17:13:38.250Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:13:38.528Z] ---> Running in b2e2d54c402a [2021-03-01T17:13:39.528Z] Removing intermediate container b2e2d54c402a [2021-03-01T17:13:39.528Z] ---> e2ceabb82c74 [2021-03-01T17:13:39.528Z] Step 24/26 : LABEL arch=arm64 [2021-03-01T17:13:39.528Z] ---> Running in 5ecadf55cac2 [2021-03-01T17:13:40.142Z] Removing intermediate container 5ecadf55cac2 [2021-03-01T17:13:40.142Z] ---> 0053219eba8d [2021-03-01T17:13:40.142Z] Step 25/26 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:13:40.421Z] ---> Running in b8a27b0522d6 [2021-03-01T17:13:41.025Z] Removing intermediate container b8a27b0522d6 [2021-03-01T17:13:41.025Z] ---> 3c1b5fb6d4eb [2021-03-01T17:13:41.025Z] Step 26/26 : LABEL version=2.0.0-dev.108 [2021-03-01T17:13:41.303Z] ---> Running in ae20986fd937 [2021-03-01T17:13:41.909Z] Removing intermediate container ae20986fd937 [2021-03-01T17:13:41.909Z] ---> 004ca9cfe680 [2021-03-01T17:13:41.909Z] [2021-03-01T17:13:42.514Z] Successfully built 004ca9cfe680 [2021-03-01T17:13:42.514Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-01T17:14:09.375Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.108" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-01T17:14:21.834Z] Removing intermediate container d82bfe53f4c0 [2021-03-01T17:14:21.834Z] ---> 1bfb0448fb00 [2021-03-01T17:14:21.834Z] [2021-03-01T17:14:21.834Z] Step 10/24 : FROM alpine:3.12 [2021-03-01T17:14:21.834Z] ---> d10569e2745f [2021-03-01T17:14:21.834Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-01T17:14:21.834Z] ---> Running in 2951579948b9 [2021-03-01T17:14:23.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:14:23.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:14:24.176Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-01T17:14:24.456Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T17:14:24.456Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-01T17:14:24.456Z] (4/5) Installing curl (7.69.1-r3) [2021-03-01T17:14:24.456Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-01T17:14:24.456Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:14:24.456Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T17:14:24.734Z] OK: 7 MiB in 19 packages [2021-03-01T17:14:25.392Z] Removing intermediate container 4ea8eca636dc [2021-03-01T17:14:25.392Z] ---> 51c52525f80f [2021-03-01T17:14:25.392Z] [2021-03-01T17:14:25.392Z] Step 10/30 : FROM alpine:3.12 [2021-03-01T17:14:25.392Z] ---> d10569e2745f [2021-03-01T17:14:25.392Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-01T17:14:25.688Z] ---> Running in 082435fd8caa [2021-03-01T17:14:26.702Z] Removing intermediate container 082435fd8caa [2021-03-01T17:14:26.702Z] ---> 76af05a12436 [2021-03-01T17:14:26.702Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-01T17:14:26.978Z] ---> Running in 1195a9722e65 [2021-03-01T17:14:27.583Z] Removing intermediate container 2951579948b9 [2021-03-01T17:14:27.583Z] ---> 79dcebc053fc [2021-03-01T17:14:27.583Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T17:14:27.862Z] ---> Running in c5db260910bd [2021-03-01T17:14:28.469Z] Removing intermediate container c5db260910bd [2021-03-01T17:14:28.469Z] ---> 66fb8929a023 [2021-03-01T17:14:28.469Z] Step 13/24 : WORKDIR / [2021-03-01T17:14:29.076Z] ---> Running in 5bdf99aef9ed [2021-03-01T17:14:29.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:14:29.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:14:29.633Z] Removing intermediate container 5bdf99aef9ed [2021-03-01T17:14:29.633Z] ---> 6d7fb2955934 [2021-03-01T17:14:29.633Z] 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-03-01T17:14:30.242Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-01T17:14:30.243Z] (2/2) Installing su-exec (0.2-r1) [2021-03-01T17:14:30.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:14:30.243Z] OK: 5 MiB in 16 packages [2021-03-01T17:14:30.861Z] ---> dc5a5d407d83 [2021-03-01T17:14:30.861Z] 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-03-01T17:14:32.322Z] ---> 6ee624d7206c [2021-03-01T17:14:32.322Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-01T17:14:32.598Z] Removing intermediate container 1195a9722e65 [2021-03-01T17:14:32.598Z] ---> d85d4f9b85b7 [2021-03-01T17:14:32.598Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-01T17:14:32.874Z] ---> Running in 2d2dd4e97e1f [2021-03-01T17:14:33.487Z] Removing intermediate container 2d2dd4e97e1f [2021-03-01T17:14:33.487Z] ---> 671a10d2c99b [2021-03-01T17:14:33.487Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-01T17:14:34.091Z] ---> Running in 7886353001be [2021-03-01T17:14:34.091Z] ---> 57a4ee36e823 [2021-03-01T17:14:34.091Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-01T17:14:35.091Z] Removing intermediate container 7886353001be [2021-03-01T17:14:35.091Z] ---> 72221e3f83ca [2021-03-01T17:14:35.091Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-01T17:14:35.714Z] ---> Running in fdf46271a5ff [2021-03-01T17:14:36.729Z] ---> b1ad35a33214 [2021-03-01T17:14:36.729Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-01T17:14:39.379Z] ---> 7c71e777f0a2 [2021-03-01T17:14:39.379Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-01T17:14:39.380Z] Removing intermediate container e0a41b1ad487 [2021-03-01T17:14:39.380Z] ---> 157e36e114fe [2021-03-01T17:14:39.380Z] [2021-03-01T17:14:39.380Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T17:14:39.380Z] ---> d10569e2745f [2021-03-01T17:14:39.380Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T17:14:39.380Z] ---> Using cache [2021-03-01T17:14:39.380Z] ---> ffd3ed47d797 [2021-03-01T17:14:39.380Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T17:14:39.380Z] ---> Using cache [2021-03-01T17:14:39.380Z] ---> 78b4739b3574 [2021-03-01T17:14:39.380Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-01T17:14:39.658Z] ---> Running in f6672473d18b [2021-03-01T17:14:39.938Z] Removing intermediate container fdf46271a5ff [2021-03-01T17:14:39.938Z] ---> 449bd7be8439 [2021-03-01T17:14:39.938Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-01T17:14:40.215Z] ---> 098881152b1a [2021-03-01T17:14:40.215Z] 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-03-01T17:14:40.215Z] ---> Running in 689e6690318c [2021-03-01T17:14:40.490Z] ---> Running in b64de0505a23 [2021-03-01T17:14:40.490Z] Removing intermediate container f6672473d18b [2021-03-01T17:14:40.490Z] ---> 9d8768dccec5 [2021-03-01T17:14:40.490Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T17:14:40.766Z] ---> Running in 3ef74e1afa0c [2021-03-01T17:14:41.055Z] Removing intermediate container 689e6690318c [2021-03-01T17:14:41.055Z] ---> 3ca53a14a936 [2021-03-01T17:14:41.055Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-01T17:14:41.332Z] Removing intermediate container 3ef74e1afa0c [2021-03-01T17:14:41.332Z] ---> 31e86a976a91 [2021-03-01T17:14:41.332Z] Step 15/23 : WORKDIR / [2021-03-01T17:14:41.608Z] ---> Running in 8115dc804158 [2021-03-01T17:14:42.211Z] ---> c9871580db7f [2021-03-01T17:14:42.212Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-01T17:14:42.212Z] Removing intermediate container 8115dc804158 [2021-03-01T17:14:42.212Z] ---> 3434666ce1bf [2021-03-01T17:14:42.212Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:14:42.212Z] ---> Running in 4ec61b9db564 [2021-03-01T17:14:43.685Z] Removing intermediate container b64de0505a23 [2021-03-01T17:14:43.685Z] ---> eb35a66c0f64 [2021-03-01T17:14:43.685Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-01T17:14:43.685Z] ---> 34f9e58c0a7f [2021-03-01T17:14:43.685Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-01T17:14:43.685Z] ---> Running in 45566ccfd6f6 [2021-03-01T17:14:44.681Z] Removing intermediate container 45566ccfd6f6 [2021-03-01T17:14:44.681Z] ---> 9fcf50896ac3 [2021-03-01T17:14:44.681Z] Step 22/24 : LABEL arch=arm64 [2021-03-01T17:14:44.681Z] ---> Running in 3b958c00e17a [2021-03-01T17:14:45.288Z] ---> a42b7765e292 [2021-03-01T17:14:45.289Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-01T17:14:45.567Z] Removing intermediate container 3b958c00e17a [2021-03-01T17:14:45.567Z] ---> a297710956bc [2021-03-01T17:14:45.567Z] Step 23/24 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:14:45.567Z] Removing intermediate container 4ec61b9db564 [2021-03-01T17:14:45.567Z] ---> 4c059012d04f [2021-03-01T17:14:45.567Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:14:45.850Z] ---> Running in 1ebcd5fade48 [2021-03-01T17:14:46.129Z] ---> 2efd2973bfaa [2021-03-01T17:14:46.129Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-01T17:14:46.406Z] Removing intermediate container 1ebcd5fade48 [2021-03-01T17:14:46.407Z] ---> 5f418951b8e1 [2021-03-01T17:14:46.407Z] Step 24/24 : LABEL version=2.0.0-dev.108 [2021-03-01T17:14:46.407Z] ---> Running in 034e159f6d84 [2021-03-01T17:14:46.681Z] ---> Running in 905649db6a64 [2021-03-01T17:14:46.681Z] ---> 94706ac9eb89 [2021-03-01T17:14:46.681Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-01T17:14:46.956Z] Removing intermediate container 034e159f6d84 [2021-03-01T17:14:46.956Z] ---> 30e9533520db [2021-03-01T17:14:46.956Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:14:47.230Z] Removing intermediate container 905649db6a64 [2021-03-01T17:14:47.230Z] ---> b8008b9a04ce [2021-03-01T17:14:47.230Z] [2021-03-01T17:14:47.506Z] ---> Running in da1d2618f050 [2021-03-01T17:14:47.506Z] Successfully built b8008b9a04ce [2021-03-01T17:14:47.506Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-01T17:14:48.199Z]  Building docker-security-secretstore-setup-go ... done  ---> 1c81abf78390 [2021-03-01T17:14:48.199Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-01T17:14:48.199Z] Removing intermediate container da1d2618f050 [2021-03-01T17:14:48.199Z] ---> 5268efb3fb3a [2021-03-01T17:14:48.199Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T17:14:48.506Z] ---> Running in e6fb20bea1f7 [2021-03-01T17:14:49.192Z] Removing intermediate container e6fb20bea1f7 [2021-03-01T17:14:49.192Z] ---> 65371e72dfe9 [2021-03-01T17:14:49.192Z] Step 22/23 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:14:49.192Z] ---> 945e8015118a [2021-03-01T17:14:49.192Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-01T17:14:49.192Z] ---> Running in fc1a78712841 [2021-03-01T17:14:49.845Z] Removing intermediate container fc1a78712841 [2021-03-01T17:14:49.845Z] ---> 19d66e01d385 [2021-03-01T17:14:49.845Z] Step 23/23 : LABEL version=2.0.0-dev.108 [2021-03-01T17:14:50.123Z] ---> Running in 0097a84a55eb [2021-03-01T17:14:50.123Z] ---> 2fd618f3ebea [2021-03-01T17:14:50.123Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-01T17:14:50.721Z] ---> Running in 095bee922190 [2021-03-01T17:14:50.721Z] Removing intermediate container 0097a84a55eb [2021-03-01T17:14:50.721Z] ---> c2a9eb4b89a8 [2021-03-01T17:14:50.721Z] [2021-03-01T17:14:50.996Z] Successfully built c2a9eb4b89a8 [2021-03-01T17:14:51.272Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-01T17:14:51.272Z]  Building docker-core-command-go ... done Removing intermediate container 095bee922190 [2021-03-01T17:14:51.272Z] ---> 36a0b39627ae [2021-03-01T17:14:51.272Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-01T17:14:52.715Z] ---> 142fd4897b69 [2021-03-01T17:14:52.715Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-01T17:14:52.995Z] ---> Running in 8ce7d4077a35 [2021-03-01T17:14:53.276Z] Removing intermediate container fc4acaacb021 [2021-03-01T17:14:53.276Z] ---> 69c439ecf71a [2021-03-01T17:14:53.276Z] [2021-03-01T17:14:53.276Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T17:14:53.276Z] ---> d10569e2745f [2021-03-01T17:14:53.276Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-01T17:14:53.276Z] ---> Running in 8c44c1ee9da9 [2021-03-01T17:14:53.878Z] Removing intermediate container 8c44c1ee9da9 [2021-03-01T17:14:53.878Z] ---> 120fa469c999 [2021-03-01T17:14:53.878Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-01T17:14:53.878Z] ---> Running in 24fb22fbdd75 [2021-03-01T17:14:54.480Z] Removing intermediate container 24fb22fbdd75 [2021-03-01T17:14:54.480Z] ---> 75cf87ac81e4 [2021-03-01T17:14:54.480Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-01T17:14:54.480Z] ---> Running in c1c4961ffe16 [2021-03-01T17:14:55.095Z] Removing intermediate container c1c4961ffe16 [2021-03-01T17:14:55.095Z] ---> 9916ae416f7f [2021-03-01T17:14:55.095Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T17:14:55.369Z] ---> Running in aa5cfc743ecf [2021-03-01T17:14:55.369Z] Removing intermediate container 8ce7d4077a35 [2021-03-01T17:14:55.369Z] ---> 2ee3ffcd5cf2 [2021-03-01T17:14:55.369Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-01T17:14:55.961Z] ---> Running in 55fb213f269a [2021-03-01T17:14:56.234Z] Removing intermediate container 55fb213f269a [2021-03-01T17:14:56.234Z] ---> 76d64b51e4d5 [2021-03-01T17:14:56.234Z] Step 27/30 : CMD ["gate"] [2021-03-01T17:14:56.504Z] ---> Running in f9a149773625 [2021-03-01T17:14:57.094Z] Removing intermediate container f9a149773625 [2021-03-01T17:14:57.094Z] ---> ba437b1c4d56 [2021-03-01T17:14:57.094Z] Step 28/30 : LABEL arch=arm64 [2021-03-01T17:14:57.364Z] ---> Running in 32b29efc5817 [2021-03-01T17:14:57.634Z] Removing intermediate container aa5cfc743ecf [2021-03-01T17:14:57.634Z] ---> 0e44dd41cd29 [2021-03-01T17:14:57.634Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-01T17:14:57.634Z] ---> Running in 7581f688ee0b [2021-03-01T17:14:57.919Z] Removing intermediate container 32b29efc5817 [2021-03-01T17:14:57.919Z] ---> 9eaa9cb627ee [2021-03-01T17:14:57.919Z] Step 29/30 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:14:58.199Z] ---> Running in 4fb81d2d2fbd [2021-03-01T17:14:58.797Z] Removing intermediate container 4fb81d2d2fbd [2021-03-01T17:14:58.798Z] ---> b794980471e3 [2021-03-01T17:14:58.798Z] Step 30/30 : LABEL version=2.0.0-dev.108 [2021-03-01T17:14:58.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T17:14:59.070Z] ---> Running in 503f58eb8d8c [2021-03-01T17:14:59.671Z] Removing intermediate container 503f58eb8d8c [2021-03-01T17:14:59.671Z] ---> 427d15a2386d [2021-03-01T17:14:59.671Z] [2021-03-01T17:14:59.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T17:14:59.942Z] Successfully built 427d15a2386d [2021-03-01T17:14:59.942Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-01T17:15:00.535Z]  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-01T17:15:00.535Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-01T17:15:00.807Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-01T17:15:00.807Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-01T17:15:01.079Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-01T17:15:01.351Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-01T17:15:01.351Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T17:15:01.351Z] OK: 8 MiB in 20 packages [2021-03-01T17:15:02.797Z] Removing intermediate container 7581f688ee0b [2021-03-01T17:15:02.797Z] ---> 84394c72d792 [2021-03-01T17:15:02.797Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T17:15:03.397Z] ---> f30e208d368b [2021-03-01T17:15:03.397Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-01T17:15:04.832Z] ---> fe0fc2cfa88f [2021-03-01T17:15:04.832Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-01T17:15:05.426Z] ---> 0355156f8321 [2021-03-01T17:15:05.426Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-01T17:15:05.701Z] ---> Running in 6d4530d2f7df [2021-03-01T17:15:05.973Z] Removing intermediate container 6d4530d2f7df [2021-03-01T17:15:05.973Z] ---> 6858d63e6532 [2021-03-01T17:15:05.973Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T17:15:06.246Z] ---> Running in caf747ebecb4 [2021-03-01T17:15:06.838Z] Removing intermediate container caf747ebecb4 [2021-03-01T17:15:06.838Z] ---> 69fe49a0e5f5 [2021-03-01T17:15:06.838Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T17:15:06.838Z] ---> Running in 2f16b0924b85 [2021-03-01T17:15:07.431Z] Removing intermediate container 2f16b0924b85 [2021-03-01T17:15:07.431Z] ---> 76b689d3ad31 [2021-03-01T17:15:07.431Z] Step 22/23 : LABEL git_sha=c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:07.431Z] ---> Running in d87f724079ac [2021-03-01T17:15:07.705Z] Removing intermediate container d87f724079ac [2021-03-01T17:15:07.705Z] ---> 828630b2fc1e [2021-03-01T17:15:07.705Z] Step 23/23 : LABEL version=2.0.0-dev.108 [2021-03-01T17:15:07.979Z] ---> Running in 0a3c6eff507b [2021-03-01T17:15:08.571Z] Removing intermediate container 0a3c6eff507b [2021-03-01T17:15:08.571Z] ---> 2b84386794ee [2021-03-01T17:15:08.571Z] [2021-03-01T17:15:08.571Z] Successfully built 2b84386794ee [2021-03-01T17:15:08.842Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-01T17:15:09.128Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-01T17:15:09.124Z] $ docker stop --time=1 193592c981290c0f17ec8e47da9316e05944c376694ef663c14569035bae800e [2021-03-01T17:15:11.003Z] $ docker rm -f 193592c981290c0f17ec8e47da9316e05944c376694ef663c14569035bae800e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T17:15:11.729Z] + docker images [2021-03-01T17:15:11.730Z] + grep docker [2021-03-01T17:15:12.001Z] docker-core-data-go-arm64 latest 2b84386794ee 3 seconds ago 21.1MB [2021-03-01T17:15:12.001Z] docker-security-bootstrapper-go-arm64 latest 427d15a2386d 12 seconds ago 17.6MB [2021-03-01T17:15:12.001Z] docker-core-command-go-arm64 latest c2a9eb4b89a8 21 seconds ago 16.2MB [2021-03-01T17:15:12.001Z] docker-security-secretstore-setup-go-arm64 latest b8008b9a04ce 25 seconds ago 23.7MB [2021-03-01T17:15:12.001Z] docker-sys-mgmt-agent-go-arm64 latest 004ca9cfe680 About a minute ago 300MB [2021-03-01T17:15:12.001Z] docker-core-metadata-go-arm64 latest 054cbb99d000 2 minutes ago 17.9MB [2021-03-01T17:15:12.001Z] docker-support-notifications-go-arm64 latest bb1b01feec69 2 minutes ago 16.8MB [2021-03-01T17:15:12.001Z] docker-support-scheduler-go-arm64 latest 4c8f25b5bf07 2 minutes ago 16.3MB [2021-03-01T17:15:12.001Z] docker-security-proxy-setup-go-arm64 latest cdb8229c494f 3 minutes ago 23.4MB [2021-03-01T17:15:12.001Z] docker 20.10.0 eeaf43b92773 2 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-03-01T17:15:12.561Z] provisioning config files... [2021-03-01T17:15:12.607Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/374@tmp/config8380093387058584699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:15:13.004Z] ---> docker-login.sh [2021-03-01T17:15:13.004Z] nexus3.edgexfoundry.org:10001 [2021-03-01T17:15:13.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:15:13.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:15:13.550Z] Configure a credential helper to remove this warning. See [2021-03-01T17:15:13.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:15:13.550Z] [2021-03-01T17:15:13.550Z] Login Succeeded [2021-03-01T17:15:13.550Z] nexus3.edgexfoundry.org:10002 [2021-03-01T17:15:13.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:15:14.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:15:14.096Z] Configure a credential helper to remove this warning. See [2021-03-01T17:15:14.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:15:14.096Z] [2021-03-01T17:15:14.096Z] Login Succeeded [2021-03-01T17:15:14.096Z] nexus3.edgexfoundry.org:10003 [2021-03-01T17:15:14.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:15:14.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:15:14.640Z] Configure a credential helper to remove this warning. See [2021-03-01T17:15:14.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:15:14.640Z] [2021-03-01T17:15:14.640Z] Login Succeeded [2021-03-01T17:15:14.640Z] nexus3.edgexfoundry.org:10004 [2021-03-01T17:15:14.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:15:15.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:15:15.183Z] Configure a credential helper to remove this warning. See [2021-03-01T17:15:15.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:15:15.183Z] [2021-03-01T17:15:15.183Z] Login Succeeded [2021-03-01T17:15:15.183Z] docker.io [2021-03-01T17:15:15.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T17:15:16.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T17:15:16.051Z] Configure a credential helper to remove this warning. See [2021-03-01T17:15:16.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T17:15:16.051Z] [2021-03-01T17:15:16.051Z] Login Succeeded [2021-03-01T17:15:16.051Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T17:15:16.069Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:15:16.338Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-01T17:15:16.338Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:16.338Z] 2.0.0-dev.108 [2021-03-01T17:15:16.338Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:16.338Z] master [2021-03-01T17:15:16.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:16.865Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:17.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:17.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-01T17:15:17.200Z] d69851378c3a: Preparing [2021-03-01T17:15:17.200Z] b318c71ccf79: Preparing [2021-03-01T17:15:17.200Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:17.200Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:17.200Z] 02a88cfff88f: Preparing [2021-03-01T17:15:17.474Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:17.474Z] d69851378c3a: Pushed [2021-03-01T17:15:17.474Z] 9fdc4254a2b9: Pushed [2021-03-01T17:15:17.474Z] 5a1e32f1adc5: Pushed [2021-03-01T17:15:20.079Z] b318c71ccf79: Pushed [2021-03-01T17:15:20.348Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:9bdabef02dc845b2ae220d282558a56668f82b0796ae47a58e4a0d95a5ec2dae size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:20.687Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:21.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:21.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-01T17:15:21.018Z] d69851378c3a: Preparing [2021-03-01T17:15:21.018Z] b318c71ccf79: Preparing [2021-03-01T17:15:21.018Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:21.018Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:21.018Z] 02a88cfff88f: Preparing [2021-03-01T17:15:21.018Z] 5a1e32f1adc5: Layer already exists [2021-03-01T17:15:21.018Z] b318c71ccf79: Layer already exists [2021-03-01T17:15:21.018Z] d69851378c3a: Layer already exists [2021-03-01T17:15:21.288Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:21.288Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:21.288Z] 2.0.0-dev.108: digest: sha256:9bdabef02dc845b2ae220d282558a56668f82b0796ae47a58e4a0d95a5ec2dae size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:21.627Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:21.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:21.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-01T17:15:21.960Z] d69851378c3a: Preparing [2021-03-01T17:15:21.960Z] b318c71ccf79: Preparing [2021-03-01T17:15:21.960Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:21.960Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:21.960Z] 02a88cfff88f: Preparing [2021-03-01T17:15:21.960Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:21.960Z] b318c71ccf79: Layer already exists [2021-03-01T17:15:21.960Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:21.960Z] d69851378c3a: Layer already exists [2021-03-01T17:15:21.960Z] 5a1e32f1adc5: Layer already exists [2021-03-01T17:15:22.231Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:9bdabef02dc845b2ae220d282558a56668f82b0796ae47a58e4a0d95a5ec2dae size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:22.573Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:22.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-01T17:15:22.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-01T17:15:22.909Z] d69851378c3a: Preparing [2021-03-01T17:15:22.909Z] b318c71ccf79: Preparing [2021-03-01T17:15:22.909Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:22.909Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:22.909Z] 02a88cfff88f: Preparing [2021-03-01T17:15:23.181Z] d69851378c3a: Layer already exists [2021-03-01T17:15:23.181Z] b318c71ccf79: Layer already exists [2021-03-01T17:15:23.181Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:23.181Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:23.181Z] 5a1e32f1adc5: Layer already exists [2021-03-01T17:15:23.181Z] master: digest: sha256:9bdabef02dc845b2ae220d282558a56668f82b0796ae47a58e4a0d95a5ec2dae size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:15:23.382Z] ===================================================== [Pipeline] echo [2021-03-01T17:15:23.437Z] taggedImages: [2021-03-01T17:15:23.437Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:23.437Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:23.437Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:23.437Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-01T17:15:23.510Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-01T17:15:23.510Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:23.510Z] 2.0.0-dev.108 [2021-03-01T17:15:23.510Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:23.510Z] master [2021-03-01T17:15:23.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:24.058Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:24.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:24.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-01T17:15:24.398Z] 7dd9562c3302: Preparing [2021-03-01T17:15:24.398Z] 1323c4c69766: Preparing [2021-03-01T17:15:24.398Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:24.398Z] 86b2943fdcce: Preparing [2021-03-01T17:15:24.398Z] a94a81933b1d: Preparing [2021-03-01T17:15:24.398Z] 02a88cfff88f: Preparing [2021-03-01T17:15:24.398Z] 02a88cfff88f: Waiting [2021-03-01T17:15:24.670Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:24.670Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:24.670Z] 7dd9562c3302: Pushed [2021-03-01T17:15:24.670Z] a94a81933b1d: Pushed [2021-03-01T17:15:25.649Z] 86b2943fdcce: Pushed [2021-03-01T17:15:27.613Z] 1323c4c69766: Pushed [2021-03-01T17:15:27.894Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:a02a64a3dd0ae12bfece3cb81f2796c7142d8b78028ce8b29c9f8340f5ad09f6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:28.260Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:28.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:28.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-01T17:15:28.629Z] 7dd9562c3302: Preparing [2021-03-01T17:15:28.629Z] 1323c4c69766: Preparing [2021-03-01T17:15:28.629Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:28.629Z] 86b2943fdcce: Preparing [2021-03-01T17:15:28.629Z] a94a81933b1d: Preparing [2021-03-01T17:15:28.629Z] 02a88cfff88f: Preparing [2021-03-01T17:15:28.629Z] 02a88cfff88f: Waiting [2021-03-01T17:15:28.629Z] 86b2943fdcce: Layer already exists [2021-03-01T17:15:28.629Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:28.629Z] a94a81933b1d: Layer already exists [2021-03-01T17:15:28.629Z] 1323c4c69766: Layer already exists [2021-03-01T17:15:28.629Z] 7dd9562c3302: Layer already exists [2021-03-01T17:15:28.908Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:28.908Z] 2.0.0-dev.108: digest: sha256:a02a64a3dd0ae12bfece3cb81f2796c7142d8b78028ce8b29c9f8340f5ad09f6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:29.277Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:29.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:29.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-01T17:15:29.634Z] 7dd9562c3302: Preparing [2021-03-01T17:15:29.634Z] 1323c4c69766: Preparing [2021-03-01T17:15:29.634Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:29.634Z] 86b2943fdcce: Preparing [2021-03-01T17:15:29.634Z] a94a81933b1d: Preparing [2021-03-01T17:15:29.634Z] 02a88cfff88f: Preparing [2021-03-01T17:15:29.634Z] 02a88cfff88f: Waiting [2021-03-01T17:15:29.907Z] 7dd9562c3302: Layer already exists [2021-03-01T17:15:29.907Z] a94a81933b1d: Layer already exists [2021-03-01T17:15:29.907Z] 1323c4c69766: Layer already exists [2021-03-01T17:15:29.907Z] 86b2943fdcce: Layer already exists [2021-03-01T17:15:29.907Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:29.907Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:29.907Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:a02a64a3dd0ae12bfece3cb81f2796c7142d8b78028ce8b29c9f8340f5ad09f6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:30.251Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:30.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-01T17:15:30.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-01T17:15:30.621Z] 7dd9562c3302: Preparing [2021-03-01T17:15:30.621Z] 1323c4c69766: Preparing [2021-03-01T17:15:30.621Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:30.621Z] 86b2943fdcce: Preparing [2021-03-01T17:15:30.621Z] a94a81933b1d: Preparing [2021-03-01T17:15:30.621Z] 02a88cfff88f: Preparing [2021-03-01T17:15:30.621Z] 02a88cfff88f: Waiting [2021-03-01T17:15:30.891Z] 7dd9562c3302: Layer already exists [2021-03-01T17:15:30.891Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:30.891Z] a94a81933b1d: Layer already exists [2021-03-01T17:15:30.891Z] 1323c4c69766: Layer already exists [2021-03-01T17:15:30.891Z] 86b2943fdcce: Layer already exists [2021-03-01T17:15:30.891Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:30.891Z] master: digest: sha256:a02a64a3dd0ae12bfece3cb81f2796c7142d8b78028ce8b29c9f8340f5ad09f6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:15:31.097Z] ===================================================== [Pipeline] echo [2021-03-01T17:15:31.148Z] taggedImages: [2021-03-01T17:15:31.148Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:31.148Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:31.148Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:31.148Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-01T17:15:31.217Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-01T17:15:31.217Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:31.217Z] 2.0.0-dev.108 [2021-03-01T17:15:31.217Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:31.217Z] master [2021-03-01T17:15:31.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:31.839Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:32.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:32.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-01T17:15:32.183Z] 201b0f3e9aa9: Preparing [2021-03-01T17:15:32.183Z] bc13c100a06d: Preparing [2021-03-01T17:15:32.183Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:32.183Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:32.183Z] 02a88cfff88f: Preparing [2021-03-01T17:15:32.183Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:32.451Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:32.451Z] 5a1e32f1adc5: Layer already exists [2021-03-01T17:15:32.451Z] 201b0f3e9aa9: Pushed [2021-03-01T17:15:35.050Z] bc13c100a06d: Pushed [2021-03-01T17:15:35.320Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:d19a26176b63b1071b16faacd5d87580d68375a8ec1675a3b0f260db095075d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:35.664Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:35.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:35.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-01T17:15:35.995Z] 201b0f3e9aa9: Preparing [2021-03-01T17:15:35.995Z] bc13c100a06d: Preparing [2021-03-01T17:15:35.995Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:35.995Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:35.995Z] 02a88cfff88f: Preparing [2021-03-01T17:15:35.995Z] 201b0f3e9aa9: Layer already exists [2021-03-01T17:15:35.995Z] 5a1e32f1adc5: Layer already exists [2021-03-01T17:15:35.995Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:35.995Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:35.995Z] bc13c100a06d: Layer already exists [2021-03-01T17:15:36.268Z] 2.0.0-dev.108: digest: sha256:d19a26176b63b1071b16faacd5d87580d68375a8ec1675a3b0f260db095075d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:36.616Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:36.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:36.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-01T17:15:36.948Z] 201b0f3e9aa9: Preparing [2021-03-01T17:15:36.948Z] bc13c100a06d: Preparing [2021-03-01T17:15:36.948Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:36.948Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:36.948Z] 02a88cfff88f: Preparing [2021-03-01T17:15:36.948Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:36.948Z] 201b0f3e9aa9: Layer already exists [2021-03-01T17:15:36.948Z] bc13c100a06d: Layer already exists [2021-03-01T17:15:36.948Z] 5a1e32f1adc5: Layer already exists [2021-03-01T17:15:36.948Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:37.218Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:d19a26176b63b1071b16faacd5d87580d68375a8ec1675a3b0f260db095075d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:37.558Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:37.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-01T17:15:37.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-01T17:15:37.894Z] 201b0f3e9aa9: Preparing [2021-03-01T17:15:37.894Z] bc13c100a06d: Preparing [2021-03-01T17:15:37.894Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:37.894Z] 5a1e32f1adc5: Preparing [2021-03-01T17:15:37.894Z] 02a88cfff88f: Preparing [2021-03-01T17:15:37.894Z] 201b0f3e9aa9: Layer already exists [2021-03-01T17:15:37.894Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:37.894Z] bc13c100a06d: Layer already exists [2021-03-01T17:15:37.894Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:38.164Z] 5a1e32f1adc5: Layer already exists [2021-03-01T17:15:38.164Z] master: digest: sha256:d19a26176b63b1071b16faacd5d87580d68375a8ec1675a3b0f260db095075d7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:15:38.366Z] ===================================================== [Pipeline] echo [2021-03-01T17:15:38.416Z] taggedImages: [2021-03-01T17:15:38.416Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:38.416Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:38.416Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:38.416Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-01T17:15:38.485Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-01T17:15:38.485Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:38.485Z] 2.0.0-dev.108 [2021-03-01T17:15:38.485Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:38.485Z] master [2021-03-01T17:15:38.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:39.006Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:39.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:39.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-01T17:15:39.346Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:39.346Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:39.346Z] b6ea64ea1983: Preparing [2021-03-01T17:15:39.346Z] d0b4b4039318: Preparing [2021-03-01T17:15:39.346Z] d316f8ff31be: Preparing [2021-03-01T17:15:39.346Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:39.346Z] de303cd52b51: Preparing [2021-03-01T17:15:39.346Z] de303cd52b51: Preparing [2021-03-01T17:15:39.346Z] 01b5dab62db6: Preparing [2021-03-01T17:15:39.346Z] 6e4634bdd58e: Preparing [2021-03-01T17:15:39.346Z] 02a88cfff88f: Preparing [2021-03-01T17:15:39.346Z] de303cd52b51: Waiting [2021-03-01T17:15:39.346Z] 01b5dab62db6: Waiting [2021-03-01T17:15:39.346Z] 6e4634bdd58e: Waiting [2021-03-01T17:15:39.346Z] 02a88cfff88f: Waiting [2021-03-01T17:15:39.616Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:39.616Z] b6ea64ea1983: Pushed [2021-03-01T17:15:39.616Z] d0b4b4039318: Pushed [2021-03-01T17:15:39.616Z] 0f8089c6fbf5: Pushed [2021-03-01T17:15:39.616Z] de303cd52b51: Pushed [2021-03-01T17:15:39.893Z] 01b5dab62db6: Pushed [2021-03-01T17:15:39.893Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:39.893Z] 6e4634bdd58e: Pushed [2021-03-01T17:15:42.497Z] d316f8ff31be: Pushed [2021-03-01T17:15:42.766Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:258cc29ecbc3e29d7d9a86e8f1bba18fb26d834e17876553ff2eb99d43141a33 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:43.107Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:43.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:43.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-01T17:15:43.441Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:43.441Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:43.441Z] b6ea64ea1983: Preparing [2021-03-01T17:15:43.441Z] d0b4b4039318: Preparing [2021-03-01T17:15:43.441Z] d316f8ff31be: Preparing [2021-03-01T17:15:43.441Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:43.441Z] de303cd52b51: Preparing [2021-03-01T17:15:43.441Z] de303cd52b51: Preparing [2021-03-01T17:15:43.441Z] 01b5dab62db6: Preparing [2021-03-01T17:15:43.441Z] 6e4634bdd58e: Preparing [2021-03-01T17:15:43.441Z] 02a88cfff88f: Preparing [2021-03-01T17:15:43.441Z] 01b5dab62db6: Waiting [2021-03-01T17:15:43.441Z] 6e4634bdd58e: Waiting [2021-03-01T17:15:43.441Z] 02a88cfff88f: Waiting [2021-03-01T17:15:43.441Z] de303cd52b51: Waiting [2021-03-01T17:15:43.441Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:43.441Z] d316f8ff31be: Layer already exists [2021-03-01T17:15:43.441Z] d0b4b4039318: Layer already exists [2021-03-01T17:15:43.441Z] 0f8089c6fbf5: Layer already exists [2021-03-01T17:15:43.441Z] b6ea64ea1983: Layer already exists [2021-03-01T17:15:43.714Z] de303cd52b51: Layer already exists [2021-03-01T17:15:43.714Z] 01b5dab62db6: Layer already exists [2021-03-01T17:15:43.714Z] 6e4634bdd58e: Layer already exists [2021-03-01T17:15:43.714Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:43.714Z] 2.0.0-dev.108: digest: sha256:258cc29ecbc3e29d7d9a86e8f1bba18fb26d834e17876553ff2eb99d43141a33 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:44.063Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:44.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:44.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-01T17:15:44.397Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:44.397Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:44.397Z] b6ea64ea1983: Preparing [2021-03-01T17:15:44.397Z] d0b4b4039318: Preparing [2021-03-01T17:15:44.397Z] d316f8ff31be: Preparing [2021-03-01T17:15:44.397Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:44.397Z] de303cd52b51: Preparing [2021-03-01T17:15:44.397Z] de303cd52b51: Preparing [2021-03-01T17:15:44.397Z] 01b5dab62db6: Preparing [2021-03-01T17:15:44.397Z] 6e4634bdd58e: Preparing [2021-03-01T17:15:44.397Z] 02a88cfff88f: Preparing [2021-03-01T17:15:44.397Z] 01b5dab62db6: Waiting [2021-03-01T17:15:44.397Z] 6e4634bdd58e: Waiting [2021-03-01T17:15:44.397Z] 02a88cfff88f: Waiting [2021-03-01T17:15:44.397Z] de303cd52b51: Waiting [2021-03-01T17:15:44.397Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:44.397Z] b6ea64ea1983: Layer already exists [2021-03-01T17:15:44.397Z] d316f8ff31be: Layer already exists [2021-03-01T17:15:44.397Z] 0f8089c6fbf5: Layer already exists [2021-03-01T17:15:44.397Z] d0b4b4039318: Layer already exists [2021-03-01T17:15:44.669Z] 01b5dab62db6: Layer already exists [2021-03-01T17:15:44.669Z] 6e4634bdd58e: Layer already exists [2021-03-01T17:15:44.669Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:44.669Z] de303cd52b51: Layer already exists [2021-03-01T17:15:44.669Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:258cc29ecbc3e29d7d9a86e8f1bba18fb26d834e17876553ff2eb99d43141a33 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:45.011Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:45.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-01T17:15:45.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-01T17:15:45.355Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:45.355Z] 0f8089c6fbf5: Preparing [2021-03-01T17:15:45.355Z] b6ea64ea1983: Preparing [2021-03-01T17:15:45.355Z] d0b4b4039318: Preparing [2021-03-01T17:15:45.355Z] d316f8ff31be: Preparing [2021-03-01T17:15:45.355Z] 9fdc4254a2b9: Preparing [2021-03-01T17:15:45.355Z] de303cd52b51: Preparing [2021-03-01T17:15:45.355Z] de303cd52b51: Preparing [2021-03-01T17:15:45.355Z] 01b5dab62db6: Preparing [2021-03-01T17:15:45.355Z] 6e4634bdd58e: Preparing [2021-03-01T17:15:45.355Z] 02a88cfff88f: Preparing [2021-03-01T17:15:45.355Z] 6e4634bdd58e: Waiting [2021-03-01T17:15:45.355Z] 01b5dab62db6: Waiting [2021-03-01T17:15:45.355Z] 02a88cfff88f: Waiting [2021-03-01T17:15:45.355Z] de303cd52b51: Waiting [2021-03-01T17:15:45.628Z] d316f8ff31be: Layer already exists [2021-03-01T17:15:45.628Z] b6ea64ea1983: Layer already exists [2021-03-01T17:15:45.628Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:15:45.628Z] d0b4b4039318: Layer already exists [2021-03-01T17:15:45.628Z] 0f8089c6fbf5: Layer already exists [2021-03-01T17:15:45.628Z] 01b5dab62db6: Layer already exists [2021-03-01T17:15:45.628Z] de303cd52b51: Layer already exists [2021-03-01T17:15:45.628Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:45.628Z] 6e4634bdd58e: Layer already exists [2021-03-01T17:15:45.628Z] master: digest: sha256:258cc29ecbc3e29d7d9a86e8f1bba18fb26d834e17876553ff2eb99d43141a33 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:15:45.820Z] ===================================================== [Pipeline] echo [2021-03-01T17:15:45.866Z] taggedImages: [2021-03-01T17:15:45.867Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:45.867Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:45.867Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:45.867Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-01T17:15:45.934Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-01T17:15:45.934Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:45.934Z] 2.0.0-dev.108 [2021-03-01T17:15:45.934Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:45.934Z] master [2021-03-01T17:15:45.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:46.438Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:46.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:46.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-01T17:15:46.818Z] 6679f13e8793: Preparing [2021-03-01T17:15:46.818Z] 267432b76571: Preparing [2021-03-01T17:15:46.818Z] c3b91e219a59: Preparing [2021-03-01T17:15:46.818Z] 379a5eef5c0b: Preparing [2021-03-01T17:15:46.818Z] b203a282952b: Preparing [2021-03-01T17:15:46.818Z] 02a88cfff88f: Preparing [2021-03-01T17:15:46.818Z] 02a88cfff88f: Waiting [2021-03-01T17:15:47.090Z] 379a5eef5c0b: Pushed [2021-03-01T17:15:47.090Z] c3b91e219a59: Pushed [2021-03-01T17:15:47.090Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:47.685Z] b203a282952b: Pushed [2021-03-01T17:15:49.114Z] 6679f13e8793: Pushed [2021-03-01T17:15:49.384Z] 267432b76571: Pushed [2021-03-01T17:15:49.655Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:27d7ae8f1d9af4dae72219f2123674090eb23d4cfd19f1aece3ac8e266f97335 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:49.997Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:50.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:50.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-01T17:15:50.337Z] 6679f13e8793: Preparing [2021-03-01T17:15:50.337Z] 267432b76571: Preparing [2021-03-01T17:15:50.337Z] c3b91e219a59: Preparing [2021-03-01T17:15:50.337Z] 379a5eef5c0b: Preparing [2021-03-01T17:15:50.337Z] b203a282952b: Preparing [2021-03-01T17:15:50.337Z] 02a88cfff88f: Preparing [2021-03-01T17:15:50.337Z] 02a88cfff88f: Waiting [2021-03-01T17:15:50.337Z] 379a5eef5c0b: Layer already exists [2021-03-01T17:15:50.337Z] 267432b76571: Layer already exists [2021-03-01T17:15:50.337Z] c3b91e219a59: Layer already exists [2021-03-01T17:15:50.337Z] b203a282952b: Layer already exists [2021-03-01T17:15:50.337Z] 6679f13e8793: Layer already exists [2021-03-01T17:15:50.337Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:50.608Z] 2.0.0-dev.108: digest: sha256:27d7ae8f1d9af4dae72219f2123674090eb23d4cfd19f1aece3ac8e266f97335 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:50.988Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:51.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:51.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-01T17:15:51.362Z] 6679f13e8793: Preparing [2021-03-01T17:15:51.362Z] 267432b76571: Preparing [2021-03-01T17:15:51.362Z] c3b91e219a59: Preparing [2021-03-01T17:15:51.362Z] 379a5eef5c0b: Preparing [2021-03-01T17:15:51.362Z] b203a282952b: Preparing [2021-03-01T17:15:51.362Z] 02a88cfff88f: Preparing [2021-03-01T17:15:51.362Z] 02a88cfff88f: Waiting [2021-03-01T17:15:51.362Z] 6679f13e8793: Layer already exists [2021-03-01T17:15:51.362Z] b203a282952b: Layer already exists [2021-03-01T17:15:51.362Z] c3b91e219a59: Layer already exists [2021-03-01T17:15:51.362Z] 379a5eef5c0b: Layer already exists [2021-03-01T17:15:51.362Z] 267432b76571: Layer already exists [2021-03-01T17:15:51.362Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:51.639Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:27d7ae8f1d9af4dae72219f2123674090eb23d4cfd19f1aece3ac8e266f97335 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:52.048Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:52.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-01T17:15:52.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-01T17:15:52.412Z] 6679f13e8793: Preparing [2021-03-01T17:15:52.412Z] 267432b76571: Preparing [2021-03-01T17:15:52.412Z] c3b91e219a59: Preparing [2021-03-01T17:15:52.412Z] 379a5eef5c0b: Preparing [2021-03-01T17:15:52.412Z] b203a282952b: Preparing [2021-03-01T17:15:52.412Z] 02a88cfff88f: Preparing [2021-03-01T17:15:52.412Z] 02a88cfff88f: Waiting [2021-03-01T17:15:52.412Z] b203a282952b: Layer already exists [2021-03-01T17:15:52.412Z] c3b91e219a59: Layer already exists [2021-03-01T17:15:52.412Z] 379a5eef5c0b: Layer already exists [2021-03-01T17:15:52.412Z] 267432b76571: Layer already exists [2021-03-01T17:15:52.681Z] 6679f13e8793: Layer already exists [2021-03-01T17:15:52.681Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:52.681Z] master: digest: sha256:27d7ae8f1d9af4dae72219f2123674090eb23d4cfd19f1aece3ac8e266f97335 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:15:52.883Z] ===================================================== [Pipeline] echo [2021-03-01T17:15:52.931Z] taggedImages: [2021-03-01T17:15:52.931Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:52.931Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:52.931Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:52.931Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-01T17:15:52.998Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-01T17:15:52.998Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:52.998Z] 2.0.0-dev.108 [2021-03-01T17:15:52.998Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:52.998Z] master [2021-03-01T17:15:52.998Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:53.491Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:53.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:53.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-01T17:15:53.822Z] d7f1dc31ed9c: Preparing [2021-03-01T17:15:53.822Z] 566201e78965: Preparing [2021-03-01T17:15:53.822Z] c6e60618a0b6: Preparing [2021-03-01T17:15:53.822Z] 1d917f2fea8b: Preparing [2021-03-01T17:15:53.822Z] e145a09ca577: Preparing [2021-03-01T17:15:53.822Z] a7d5c1a09c9c: Preparing [2021-03-01T17:15:53.822Z] 3af9ad0165bd: Preparing [2021-03-01T17:15:53.822Z] 88c5768033fd: Preparing [2021-03-01T17:15:53.822Z] 02a88cfff88f: Preparing [2021-03-01T17:15:53.822Z] a7d5c1a09c9c: Waiting [2021-03-01T17:15:53.822Z] 3af9ad0165bd: Waiting [2021-03-01T17:15:53.822Z] 88c5768033fd: Waiting [2021-03-01T17:15:54.093Z] d7f1dc31ed9c: Pushed [2021-03-01T17:15:54.093Z] e145a09ca577: Pushed [2021-03-01T17:15:54.367Z] 566201e78965: Pushed [2021-03-01T17:15:54.367Z] a7d5c1a09c9c: Pushed [2021-03-01T17:15:54.367Z] 3af9ad0165bd: Pushed [2021-03-01T17:15:54.638Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:54.910Z] 88c5768033fd: Pushed [2021-03-01T17:15:56.336Z] 1d917f2fea8b: Pushed [2021-03-01T17:15:56.336Z] c6e60618a0b6: Pushed [2021-03-01T17:15:56.608Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:57d7c782b0116612b54cea531b7e22030af4d7a2e26b4e3d8fefb43953cb5f33 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:56.947Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:57.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:57.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-01T17:15:57.279Z] d7f1dc31ed9c: Preparing [2021-03-01T17:15:57.279Z] 566201e78965: Preparing [2021-03-01T17:15:57.279Z] c6e60618a0b6: Preparing [2021-03-01T17:15:57.279Z] 1d917f2fea8b: Preparing [2021-03-01T17:15:57.279Z] e145a09ca577: Preparing [2021-03-01T17:15:57.279Z] a7d5c1a09c9c: Preparing [2021-03-01T17:15:57.279Z] 3af9ad0165bd: Preparing [2021-03-01T17:15:57.279Z] 88c5768033fd: Preparing [2021-03-01T17:15:57.279Z] 02a88cfff88f: Preparing [2021-03-01T17:15:57.279Z] a7d5c1a09c9c: Waiting [2021-03-01T17:15:57.279Z] 3af9ad0165bd: Waiting [2021-03-01T17:15:57.279Z] 88c5768033fd: Waiting [2021-03-01T17:15:57.279Z] 02a88cfff88f: Waiting [2021-03-01T17:15:57.279Z] e145a09ca577: Layer already exists [2021-03-01T17:15:57.279Z] d7f1dc31ed9c: Layer already exists [2021-03-01T17:15:57.551Z] 1d917f2fea8b: Layer already exists [2021-03-01T17:15:57.551Z] 566201e78965: Layer already exists [2021-03-01T17:15:57.551Z] c6e60618a0b6: Layer already exists [2021-03-01T17:15:57.551Z] 3af9ad0165bd: Layer already exists [2021-03-01T17:15:57.551Z] a7d5c1a09c9c: Layer already exists [2021-03-01T17:15:57.551Z] 88c5768033fd: Layer already exists [2021-03-01T17:15:57.551Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:57.551Z] 2.0.0-dev.108: digest: sha256:57d7c782b0116612b54cea531b7e22030af4d7a2e26b4e3d8fefb43953cb5f33 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:57.892Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:58.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:58.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-01T17:15:58.231Z] d7f1dc31ed9c: Preparing [2021-03-01T17:15:58.231Z] 566201e78965: Preparing [2021-03-01T17:15:58.231Z] c6e60618a0b6: Preparing [2021-03-01T17:15:58.231Z] 1d917f2fea8b: Preparing [2021-03-01T17:15:58.231Z] e145a09ca577: Preparing [2021-03-01T17:15:58.231Z] a7d5c1a09c9c: Preparing [2021-03-01T17:15:58.231Z] 3af9ad0165bd: Preparing [2021-03-01T17:15:58.231Z] 88c5768033fd: Preparing [2021-03-01T17:15:58.231Z] 02a88cfff88f: Preparing [2021-03-01T17:15:58.231Z] 3af9ad0165bd: Waiting [2021-03-01T17:15:58.231Z] 88c5768033fd: Waiting [2021-03-01T17:15:58.231Z] 02a88cfff88f: Waiting [2021-03-01T17:15:58.231Z] a7d5c1a09c9c: Waiting [2021-03-01T17:15:58.231Z] 566201e78965: Layer already exists [2021-03-01T17:15:58.231Z] c6e60618a0b6: Layer already exists [2021-03-01T17:15:58.231Z] 1d917f2fea8b: Layer already exists [2021-03-01T17:15:58.231Z] e145a09ca577: Layer already exists [2021-03-01T17:15:58.231Z] d7f1dc31ed9c: Layer already exists [2021-03-01T17:15:58.501Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:58.501Z] a7d5c1a09c9c: Layer already exists [2021-03-01T17:15:58.501Z] 3af9ad0165bd: Layer already exists [2021-03-01T17:15:58.501Z] 88c5768033fd: Layer already exists [2021-03-01T17:15:58.501Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:57d7c782b0116612b54cea531b7e22030af4d7a2e26b4e3d8fefb43953cb5f33 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:58.850Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:15:59.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-01T17:15:59.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-01T17:15:59.186Z] d7f1dc31ed9c: Preparing [2021-03-01T17:15:59.186Z] 566201e78965: Preparing [2021-03-01T17:15:59.186Z] c6e60618a0b6: Preparing [2021-03-01T17:15:59.186Z] 1d917f2fea8b: Preparing [2021-03-01T17:15:59.186Z] e145a09ca577: Preparing [2021-03-01T17:15:59.186Z] a7d5c1a09c9c: Preparing [2021-03-01T17:15:59.186Z] 3af9ad0165bd: Preparing [2021-03-01T17:15:59.186Z] 88c5768033fd: Preparing [2021-03-01T17:15:59.186Z] 02a88cfff88f: Preparing [2021-03-01T17:15:59.186Z] 3af9ad0165bd: Waiting [2021-03-01T17:15:59.186Z] 88c5768033fd: Waiting [2021-03-01T17:15:59.186Z] 02a88cfff88f: Waiting [2021-03-01T17:15:59.460Z] c6e60618a0b6: Layer already exists [2021-03-01T17:15:59.460Z] e145a09ca577: Layer already exists [2021-03-01T17:15:59.460Z] 566201e78965: Layer already exists [2021-03-01T17:15:59.460Z] d7f1dc31ed9c: Layer already exists [2021-03-01T17:15:59.460Z] 1d917f2fea8b: Layer already exists [2021-03-01T17:15:59.460Z] a7d5c1a09c9c: Layer already exists [2021-03-01T17:15:59.460Z] 3af9ad0165bd: Layer already exists [2021-03-01T17:15:59.460Z] 02a88cfff88f: Layer already exists [2021-03-01T17:15:59.460Z] 88c5768033fd: Layer already exists [2021-03-01T17:15:59.460Z] master: digest: sha256:57d7c782b0116612b54cea531b7e22030af4d7a2e26b4e3d8fefb43953cb5f33 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:15:59.693Z] ===================================================== [Pipeline] echo [2021-03-01T17:15:59.742Z] taggedImages: [2021-03-01T17:15:59.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:59.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.108 [2021-03-01T17:15:59.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:59.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-01T17:15:59.847Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-01T17:15:59.847Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:15:59.847Z] 2.0.0-dev.108 [2021-03-01T17:15:59.847Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:15:59.847Z] master [2021-03-01T17:15:59.847Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:00.445Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:00.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:00.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-01T17:16:00.794Z] 54d032924e71: Preparing [2021-03-01T17:16:00.794Z] a36b69b9109d: Preparing [2021-03-01T17:16:00.794Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:00.794Z] c7054a10c71e: Preparing [2021-03-01T17:16:00.794Z] 02a88cfff88f: Preparing [2021-03-01T17:16:00.794Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:01.070Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:01.070Z] 54d032924e71: Pushed [2021-03-01T17:16:01.350Z] c7054a10c71e: Pushed [2021-03-01T17:16:03.977Z] a36b69b9109d: Pushed [2021-03-01T17:16:03.977Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:eb98723d50e672dc0affbbe40a9caa4c42982ecbf906a01fc5c7225ef6bf3809 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:04.331Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:04.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.108 [2021-03-01T17:16:04.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-01T17:16:04.673Z] 54d032924e71: Preparing [2021-03-01T17:16:04.673Z] a36b69b9109d: Preparing [2021-03-01T17:16:04.673Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:04.673Z] c7054a10c71e: Preparing [2021-03-01T17:16:04.673Z] 02a88cfff88f: Preparing [2021-03-01T17:16:04.942Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:04.942Z] c7054a10c71e: Layer already exists [2021-03-01T17:16:04.942Z] a36b69b9109d: Layer already exists [2021-03-01T17:16:04.942Z] 54d032924e71: Layer already exists [2021-03-01T17:16:04.942Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:04.942Z] 2.0.0-dev.108: digest: sha256:eb98723d50e672dc0affbbe40a9caa4c42982ecbf906a01fc5c7225ef6bf3809 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:05.284Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:05.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:05.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-01T17:16:05.618Z] 54d032924e71: Preparing [2021-03-01T17:16:05.618Z] a36b69b9109d: Preparing [2021-03-01T17:16:05.618Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:05.618Z] c7054a10c71e: Preparing [2021-03-01T17:16:05.618Z] 02a88cfff88f: Preparing [2021-03-01T17:16:05.618Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:05.618Z] a36b69b9109d: Layer already exists [2021-03-01T17:16:05.618Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:05.618Z] 54d032924e71: Layer already exists [2021-03-01T17:16:05.618Z] c7054a10c71e: Layer already exists [2021-03-01T17:16:05.889Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:eb98723d50e672dc0affbbe40a9caa4c42982ecbf906a01fc5c7225ef6bf3809 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:06.230Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:06.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-01T17:16:06.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-01T17:16:06.563Z] 54d032924e71: Preparing [2021-03-01T17:16:06.563Z] a36b69b9109d: Preparing [2021-03-01T17:16:06.563Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:06.563Z] c7054a10c71e: Preparing [2021-03-01T17:16:06.563Z] 02a88cfff88f: Preparing [2021-03-01T17:16:06.563Z] a36b69b9109d: Layer already exists [2021-03-01T17:16:06.563Z] 54d032924e71: Layer already exists [2021-03-01T17:16:06.563Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:06.563Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:06.563Z] c7054a10c71e: Layer already exists [2021-03-01T17:16:06.834Z] master: digest: sha256:eb98723d50e672dc0affbbe40a9caa4c42982ecbf906a01fc5c7225ef6bf3809 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:16:07.027Z] ===================================================== [Pipeline] echo [2021-03-01T17:16:07.080Z] taggedImages: [2021-03-01T17:16:07.080Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:07.080Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.108 [2021-03-01T17:16:07.080Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:07.080Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-01T17:16:07.146Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-01T17:16:07.146Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:07.146Z] 2.0.0-dev.108 [2021-03-01T17:16:07.146Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:07.146Z] master [2021-03-01T17:16:07.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:07.654Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:07.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:07.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-01T17:16:07.987Z] 985852ec2ff0: Preparing [2021-03-01T17:16:07.987Z] de205f195df4: Preparing [2021-03-01T17:16:07.987Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:07.987Z] 8fdf4fe19df6: Preparing [2021-03-01T17:16:07.987Z] 02a88cfff88f: Preparing [2021-03-01T17:16:08.260Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:08.260Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:08.260Z] 985852ec2ff0: Pushed [2021-03-01T17:16:08.260Z] 8fdf4fe19df6: Pushed [2021-03-01T17:16:11.633Z] de205f195df4: Pushed [2021-03-01T17:16:11.633Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:01a9b4acccb011ea1022e63085a977443bd0c2bde3799f93f96b96e579fc9651 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:11.977Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:12.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.108 [2021-03-01T17:16:12.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-01T17:16:12.318Z] 985852ec2ff0: Preparing [2021-03-01T17:16:12.318Z] de205f195df4: Preparing [2021-03-01T17:16:12.318Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:12.318Z] 8fdf4fe19df6: Preparing [2021-03-01T17:16:12.318Z] 02a88cfff88f: Preparing [2021-03-01T17:16:12.318Z] de205f195df4: Layer already exists [2021-03-01T17:16:12.318Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:12.318Z] 985852ec2ff0: Layer already exists [2021-03-01T17:16:12.318Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:12.318Z] 8fdf4fe19df6: Layer already exists [2021-03-01T17:16:12.587Z] 2.0.0-dev.108: digest: sha256:01a9b4acccb011ea1022e63085a977443bd0c2bde3799f93f96b96e579fc9651 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:12.923Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:13.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:13.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-01T17:16:13.259Z] 985852ec2ff0: Preparing [2021-03-01T17:16:13.259Z] de205f195df4: Preparing [2021-03-01T17:16:13.259Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:13.259Z] 8fdf4fe19df6: Preparing [2021-03-01T17:16:13.259Z] 02a88cfff88f: Preparing [2021-03-01T17:16:13.259Z] 8fdf4fe19df6: Layer already exists [2021-03-01T17:16:13.259Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:13.259Z] de205f195df4: Layer already exists [2021-03-01T17:16:13.259Z] 985852ec2ff0: Layer already exists [2021-03-01T17:16:13.259Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:13.569Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:01a9b4acccb011ea1022e63085a977443bd0c2bde3799f93f96b96e579fc9651 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:13.923Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:14.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-01T17:16:14.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-01T17:16:14.254Z] 985852ec2ff0: Preparing [2021-03-01T17:16:14.254Z] de205f195df4: Preparing [2021-03-01T17:16:14.254Z] 9fdc4254a2b9: Preparing [2021-03-01T17:16:14.254Z] 8fdf4fe19df6: Preparing [2021-03-01T17:16:14.254Z] 02a88cfff88f: Preparing [2021-03-01T17:16:14.254Z] 9fdc4254a2b9: Layer already exists [2021-03-01T17:16:14.254Z] 8fdf4fe19df6: Layer already exists [2021-03-01T17:16:14.254Z] 985852ec2ff0: Layer already exists [2021-03-01T17:16:14.254Z] 02a88cfff88f: Layer already exists [2021-03-01T17:16:14.254Z] de205f195df4: Layer already exists [2021-03-01T17:16:14.527Z] master: digest: sha256:01a9b4acccb011ea1022e63085a977443bd0c2bde3799f93f96b96e579fc9651 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:16:14.762Z] ===================================================== [Pipeline] echo [2021-03-01T17:16:14.811Z] taggedImages: [2021-03-01T17:16:14.811Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:14.811Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.108 [2021-03-01T17:16:14.811Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:14.811Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-01T17:16:14.878Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-01T17:16:14.878Z] c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:14.878Z] 2.0.0-dev.108 [2021-03-01T17:16:14.878Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:14.878Z] master [2021-03-01T17:16:14.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:15.412Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:15.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:15.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-01T17:16:15.823Z] aabab0463165: Preparing [2021-03-01T17:16:15.823Z] 46885d879014: Preparing [2021-03-01T17:16:15.823Z] b4c3ab0e876e: Preparing [2021-03-01T17:16:15.823Z] b1f53b66fc0f: Preparing [2021-03-01T17:16:15.823Z] 847bee113a43: Preparing [2021-03-01T17:16:15.823Z] ec1016796705: Preparing [2021-03-01T17:16:15.823Z] d86f03610465: Preparing [2021-03-01T17:16:15.823Z] 9ded3b6bb9b5: Preparing [2021-03-01T17:16:15.823Z] fa1afe8e6ed9: Preparing [2021-03-01T17:16:15.823Z] d86f03610465: Waiting [2021-03-01T17:16:15.823Z] 87a09b4c083e: Preparing [2021-03-01T17:16:15.823Z] 0f74e9ff2a61: Preparing [2021-03-01T17:16:15.823Z] b122376c33c6: Preparing [2021-03-01T17:16:15.823Z] f8381ed47b22: Preparing [2021-03-01T17:16:15.823Z] e934a737d657: Preparing [2021-03-01T17:16:15.823Z] 9ded3b6bb9b5: Waiting [2021-03-01T17:16:15.823Z] fa1afe8e6ed9: Waiting [2021-03-01T17:16:15.823Z] 87a09b4c083e: Waiting [2021-03-01T17:16:15.823Z] 0f74e9ff2a61: Waiting [2021-03-01T17:16:15.823Z] b122376c33c6: Waiting [2021-03-01T17:16:15.823Z] f8381ed47b22: Waiting [2021-03-01T17:16:15.823Z] e934a737d657: Waiting [2021-03-01T17:16:15.823Z] ec1016796705: Waiting [2021-03-01T17:16:16.119Z] 847bee113a43: Pushed [2021-03-01T17:16:16.816Z] aabab0463165: Pushed [2021-03-01T17:16:17.416Z] d86f03610465: Pushed [2021-03-01T17:16:17.416Z] 9ded3b6bb9b5: Layer already exists [2021-03-01T17:16:17.416Z] b1f53b66fc0f: Pushed [2021-03-01T17:16:17.416Z] fa1afe8e6ed9: Layer already exists [2021-03-01T17:16:17.416Z] 87a09b4c083e: Layer already exists [2021-03-01T17:16:17.416Z] b122376c33c6: Layer already exists [2021-03-01T17:16:17.688Z] 0f74e9ff2a61: Layer already exists [2021-03-01T17:16:17.688Z] f8381ed47b22: Layer already exists [2021-03-01T17:16:17.688Z] e934a737d657: Layer already exists [2021-03-01T17:16:17.959Z] 46885d879014: Pushed [2021-03-01T17:16:18.927Z] ec1016796705: Pushed [2021-03-01T17:16:31.278Z] b4c3ab0e876e: Pushed [2021-03-01T17:16:31.278Z] c501ec80a15903c04bbfabfe9c8b77aea5670573: digest: sha256:a255488de66999896115d3fc78f845127bdb8a0a8264dd4832d919de1ba5d02e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:31.617Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:31.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.108 [2021-03-01T17:16:31.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-01T17:16:31.951Z] aabab0463165: Preparing [2021-03-01T17:16:31.951Z] 46885d879014: Preparing [2021-03-01T17:16:31.951Z] b4c3ab0e876e: Preparing [2021-03-01T17:16:31.951Z] b1f53b66fc0f: Preparing [2021-03-01T17:16:31.951Z] 847bee113a43: Preparing [2021-03-01T17:16:31.951Z] ec1016796705: Preparing [2021-03-01T17:16:31.951Z] d86f03610465: Preparing [2021-03-01T17:16:31.951Z] 9ded3b6bb9b5: Preparing [2021-03-01T17:16:31.951Z] fa1afe8e6ed9: Preparing [2021-03-01T17:16:31.951Z] 87a09b4c083e: Preparing [2021-03-01T17:16:31.951Z] 0f74e9ff2a61: Preparing [2021-03-01T17:16:31.951Z] b122376c33c6: Preparing [2021-03-01T17:16:31.951Z] f8381ed47b22: Preparing [2021-03-01T17:16:31.951Z] e934a737d657: Preparing [2021-03-01T17:16:31.951Z] fa1afe8e6ed9: Waiting [2021-03-01T17:16:31.951Z] d86f03610465: Waiting [2021-03-01T17:16:31.951Z] 9ded3b6bb9b5: Waiting [2021-03-01T17:16:31.951Z] 87a09b4c083e: Waiting [2021-03-01T17:16:31.951Z] 0f74e9ff2a61: Waiting [2021-03-01T17:16:31.951Z] b122376c33c6: Waiting [2021-03-01T17:16:31.951Z] ec1016796705: Waiting [2021-03-01T17:16:31.951Z] e934a737d657: Waiting [2021-03-01T17:16:31.951Z] f8381ed47b22: Waiting [2021-03-01T17:16:31.951Z] 847bee113a43: Layer already exists [2021-03-01T17:16:31.951Z] b4c3ab0e876e: Layer already exists [2021-03-01T17:16:31.951Z] b1f53b66fc0f: Layer already exists [2021-03-01T17:16:31.951Z] aabab0463165: Layer already exists [2021-03-01T17:16:31.951Z] 46885d879014: Layer already exists [2021-03-01T17:16:31.951Z] d86f03610465: Layer already exists [2021-03-01T17:16:31.951Z] 9ded3b6bb9b5: Layer already exists [2021-03-01T17:16:31.951Z] ec1016796705: Layer already exists [2021-03-01T17:16:31.951Z] fa1afe8e6ed9: Layer already exists [2021-03-01T17:16:31.951Z] 87a09b4c083e: Layer already exists [2021-03-01T17:16:32.221Z] 0f74e9ff2a61: Layer already exists [2021-03-01T17:16:32.221Z] b122376c33c6: Layer already exists [2021-03-01T17:16:32.221Z] f8381ed47b22: Layer already exists [2021-03-01T17:16:32.221Z] e934a737d657: Layer already exists [2021-03-01T17:16:32.221Z] 2.0.0-dev.108: digest: sha256:a255488de66999896115d3fc78f845127bdb8a0a8264dd4832d919de1ba5d02e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:32.561Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:32.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:32.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-01T17:16:32.892Z] aabab0463165: Preparing [2021-03-01T17:16:32.892Z] 46885d879014: Preparing [2021-03-01T17:16:32.892Z] b4c3ab0e876e: Preparing [2021-03-01T17:16:32.892Z] b1f53b66fc0f: Preparing [2021-03-01T17:16:32.892Z] 847bee113a43: Preparing [2021-03-01T17:16:32.892Z] ec1016796705: Preparing [2021-03-01T17:16:32.892Z] d86f03610465: Preparing [2021-03-01T17:16:32.892Z] 9ded3b6bb9b5: Preparing [2021-03-01T17:16:32.892Z] fa1afe8e6ed9: Preparing [2021-03-01T17:16:32.892Z] 87a09b4c083e: Preparing [2021-03-01T17:16:32.892Z] 0f74e9ff2a61: Preparing [2021-03-01T17:16:32.892Z] b122376c33c6: Preparing [2021-03-01T17:16:32.892Z] f8381ed47b22: Preparing [2021-03-01T17:16:32.892Z] e934a737d657: Preparing [2021-03-01T17:16:32.892Z] ec1016796705: Waiting [2021-03-01T17:16:32.892Z] d86f03610465: Waiting [2021-03-01T17:16:32.892Z] 9ded3b6bb9b5: Waiting [2021-03-01T17:16:32.892Z] b122376c33c6: Waiting [2021-03-01T17:16:32.892Z] e934a737d657: Waiting [2021-03-01T17:16:32.892Z] f8381ed47b22: Waiting [2021-03-01T17:16:32.892Z] fa1afe8e6ed9: Waiting [2021-03-01T17:16:32.892Z] 87a09b4c083e: Waiting [2021-03-01T17:16:32.892Z] 0f74e9ff2a61: Waiting [2021-03-01T17:16:32.892Z] b1f53b66fc0f: Layer already exists [2021-03-01T17:16:32.892Z] aabab0463165: Layer already exists [2021-03-01T17:16:32.892Z] 46885d879014: Layer already exists [2021-03-01T17:16:32.892Z] 847bee113a43: Layer already exists [2021-03-01T17:16:32.892Z] b4c3ab0e876e: Layer already exists [2021-03-01T17:16:32.892Z] ec1016796705: Layer already exists [2021-03-01T17:16:33.161Z] 9ded3b6bb9b5: Layer already exists [2021-03-01T17:16:33.161Z] d86f03610465: Layer already exists [2021-03-01T17:16:33.161Z] fa1afe8e6ed9: Layer already exists [2021-03-01T17:16:33.161Z] b122376c33c6: Layer already exists [2021-03-01T17:16:33.161Z] 87a09b4c083e: Layer already exists [2021-03-01T17:16:33.161Z] 0f74e9ff2a61: Layer already exists [2021-03-01T17:16:33.161Z] e934a737d657: Layer already exists [2021-03-01T17:16:33.161Z] f8381ed47b22: Layer already exists [2021-03-01T17:16:33.161Z] c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108: digest: sha256:a255488de66999896115d3fc78f845127bdb8a0a8264dd4832d919de1ba5d02e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:33.498Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:16:33.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-01T17:16:33.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-01T17:16:33.831Z] aabab0463165: Preparing [2021-03-01T17:16:33.831Z] 46885d879014: Preparing [2021-03-01T17:16:33.831Z] b4c3ab0e876e: Preparing [2021-03-01T17:16:33.831Z] b1f53b66fc0f: Preparing [2021-03-01T17:16:33.831Z] 847bee113a43: Preparing [2021-03-01T17:16:33.831Z] ec1016796705: Preparing [2021-03-01T17:16:33.831Z] d86f03610465: Preparing [2021-03-01T17:16:33.831Z] 9ded3b6bb9b5: Preparing [2021-03-01T17:16:33.831Z] fa1afe8e6ed9: Preparing [2021-03-01T17:16:33.831Z] 87a09b4c083e: Preparing [2021-03-01T17:16:33.831Z] 0f74e9ff2a61: Preparing [2021-03-01T17:16:33.831Z] b122376c33c6: Preparing [2021-03-01T17:16:33.831Z] f8381ed47b22: Preparing [2021-03-01T17:16:33.831Z] e934a737d657: Preparing [2021-03-01T17:16:33.831Z] 87a09b4c083e: Waiting [2021-03-01T17:16:33.831Z] 0f74e9ff2a61: Waiting [2021-03-01T17:16:33.831Z] ec1016796705: Waiting [2021-03-01T17:16:33.831Z] b122376c33c6: Waiting [2021-03-01T17:16:33.831Z] d86f03610465: Waiting [2021-03-01T17:16:33.831Z] f8381ed47b22: Waiting [2021-03-01T17:16:33.831Z] 9ded3b6bb9b5: Waiting [2021-03-01T17:16:33.831Z] e934a737d657: Waiting [2021-03-01T17:16:33.831Z] fa1afe8e6ed9: Waiting [2021-03-01T17:16:33.831Z] b4c3ab0e876e: Layer already exists [2021-03-01T17:16:33.831Z] 46885d879014: Layer already exists [2021-03-01T17:16:34.104Z] 847bee113a43: Layer already exists [2021-03-01T17:16:34.104Z] aabab0463165: Layer already exists [2021-03-01T17:16:34.104Z] b1f53b66fc0f: Layer already exists [2021-03-01T17:16:34.104Z] ec1016796705: Layer already exists [2021-03-01T17:16:34.104Z] 87a09b4c083e: Layer already exists [2021-03-01T17:16:34.104Z] d86f03610465: Layer already exists [2021-03-01T17:16:34.105Z] fa1afe8e6ed9: Layer already exists [2021-03-01T17:16:34.105Z] 9ded3b6bb9b5: Layer already exists [2021-03-01T17:16:34.105Z] f8381ed47b22: Layer already exists [2021-03-01T17:16:34.105Z] b122376c33c6: Layer already exists [2021-03-01T17:16:34.105Z] 0f74e9ff2a61: Layer already exists [2021-03-01T17:16:34.105Z] e934a737d657: Layer already exists [2021-03-01T17:16:34.105Z] master: digest: sha256:a255488de66999896115d3fc78f845127bdb8a0a8264dd4832d919de1ba5d02e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-01T17:16:34.281Z] ===================================================== [Pipeline] echo [2021-03-01T17:16:34.363Z] taggedImages: [2021-03-01T17:16:34.363Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573 [2021-03-01T17:16:34.363Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.108 [2021-03-01T17:16:34.363Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c501ec80a15903c04bbfabfe9c8b77aea5670573-2.0.0-dev.108 [2021-03-01T17:16:34.363Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:16:35.057Z] ---> job-cost.sh [2021-03-01T17:16:35.057Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UYcr [2021-03-01T17:17:14.001Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-01T17:19:35.793Z] lf-activate-venv(): INFO: Adding /tmp/venv-UYcr/bin to PATH [2021-03-01T17:19:35.793Z] INFO: No Stack... [2021-03-01T17:19:35.793Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-01T17:19:35.793Z] INFO: Archiving Costs [Pipeline] sh [2021-03-01T17:19:36.135Z] + cat /w/workspace/edgex-go/374/archives/cost.csv [2021-03-01T17:19:36.135Z] + cut -d, -f6 [Pipeline] lock [2021-03-01T17:19:36.249Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-374-stack-cost] [2021-03-01T17:19:36.259Z] Resource [jenkins-edgexfoundry-edgex-go-master-374-stack-cost] did not exist. Created. [2021-03-01T17:19:36.259Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-374-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-01T17:19:36.730Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-01T17:19:37.851Z] Stashed 1 file(s) [Pipeline] } [2021-03-01T17:19:37.861Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-374-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-03-01T17:19:39.447Z] provisioning config files... [2021-03-01T17:19:39.459Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/374@tmp/config6089483025451737604tmp [Pipeline] { [Pipeline] sh [2021-03-01T17:19:39.835Z] + set +x [2021-03-01T17:19:39.835Z] + curl -s https://codecov.io/bash [2021-03-01T17:19:39.835Z] + bash -s -- [2021-03-01T17:19:40.102Z] [2021-03-01T17:19:40.102Z] _____ _ [2021-03-01T17:19:40.102Z] / ____| | | [2021-03-01T17:19:40.102Z] | | ___ __| | ___ ___ _____ __ [2021-03-01T17:19:40.102Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-01T17:19:40.102Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-01T17:19:40.102Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-01T17:19:40.102Z] Bash-20210226-7100762 [2021-03-01T17:19:40.102Z] [2021-03-01T17:19:40.102Z] [2021-03-01T17:19:40.364Z] ==> git version 2.24.3 found [2021-03-01T17:19:40.364Z] ==> 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-03-01T17:19:40.364Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-01T17:19:40.365Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-01T17:19:40.365Z] ==> Jenkins CI detected. [2021-03-01T17:19:40.365Z] project root: . [2021-03-01T17:19:40.365Z] --> token set from env [2021-03-01T17:19:40.365Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-01T17:19:40.365Z] ==> Running gcov in . (disable via -X gcov) [2021-03-01T17:19:40.365Z] ==> Python coveragepy not found [2021-03-01T17:19:40.365Z] ==> Searching for coverage reports in: [2021-03-01T17:19:40.365Z] + . [2021-03-01T17:19:40.365Z] -> Found 1 reports [2021-03-01T17:19:40.365Z] ==> Detecting git/mercurial file structure [2021-03-01T17:19:40.365Z] ==> Reading reports [2021-03-01T17:19:40.365Z] + ./coverage.out bytes=600651 [2021-03-01T17:19:40.626Z] ==> Appending adjustments [2021-03-01T17:19:40.626Z] https://docs.codecov.io/docs/fixing-reports [2021-03-01T17:19:43.962Z] + Found adjustments [2021-03-01T17:19:43.962Z] ==> Gzipping contents [2021-03-01T17:19:43.962Z] 88K /tmp/codecov.gfaRAI.gz [2021-03-01T17:19:43.962Z] ==> Uploading reports [2021-03-01T17:19:43.962Z] url: https://codecov.io [2021-03-01T17:19:43.962Z] query: branch=master&commit=c501ec80a15903c04bbfabfe9c8b77aea5670573&build=374&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F374%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-01T17:19:43.962Z] -> Pinging Codecov [2021-03-01T17:19:43.962Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=c501ec80a15903c04bbfabfe9c8b77aea5670573&build=374&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F374%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-01T17:19:44.911Z] -> Uploading to [2021-03-01T17:19:44.911Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-01/00271124DB129430A58F1EEE437C3FCB/c501ec80a15903c04bbfabfe9c8b77aea5670573/c7cbad7e-55a3-417f-9dbe-ff20d0e5c17b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210301T171944Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a859649ab111f5d7d07baea81994f871ec5bb74abeb608f5ed8d407004ac10e [2021-03-01T17:19:44.911Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:19:44.911Z] Dload Upload Total Spent Left Speed [2021-03-01T17:19:45.485Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89545 0 0 100 89545 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-03-01T17:19:45.485Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c501ec80a15903c04bbfabfe9c8b77aea5670573 [Pipeline] } [2021-03-01T17:19:45.496Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-01T17:19:46.391Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-01T17:19:46.481Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:19:46.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-01T17:19:46.825Z] [2021-03-01T17:19:46.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:19:47.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-01T17:19:47.170Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-01T17:19:47.170Z] 188c0c94c7c5: Already exists [2021-03-01T17:19:47.170Z] 0ef7d3d256c8: Already exists [2021-03-01T17:19:47.170Z] de9db76c5a1d: Already exists [2021-03-01T17:19:47.170Z] 0eba1c9be4d2: Pulling fs layer [2021-03-01T17:19:47.170Z] 0d57e429df01: Pulling fs layer [2021-03-01T17:19:47.170Z] 4e4be7b47b0d: Pulling fs layer [2021-03-01T17:19:47.170Z] e1f770b5df2f: Pulling fs layer [2021-03-01T17:19:47.170Z] 85a0685a4137: Pulling fs layer [2021-03-01T17:19:47.170Z] 85a0685a4137: Waiting [2021-03-01T17:19:47.170Z] e1f770b5df2f: Waiting [2021-03-01T17:19:47.170Z] 4e4be7b47b0d: Verifying Checksum [2021-03-01T17:19:47.170Z] 4e4be7b47b0d: Download complete [2021-03-01T17:19:47.170Z] 0d57e429df01: Verifying Checksum [2021-03-01T17:19:47.170Z] 0d57e429df01: Download complete [2021-03-01T17:19:49.090Z] e1f770b5df2f: Verifying Checksum [2021-03-01T17:19:49.090Z] e1f770b5df2f: Download complete [2021-03-01T17:19:51.661Z] 0eba1c9be4d2: Verifying Checksum [2021-03-01T17:19:51.661Z] 0eba1c9be4d2: Download complete [2021-03-01T17:19:51.661Z] 85a0685a4137: Verifying Checksum [2021-03-01T17:19:51.661Z] 85a0685a4137: Download complete [2021-03-01T17:19:56.972Z] 0eba1c9be4d2: Pull complete [2021-03-01T17:19:57.237Z] 0d57e429df01: Pull complete [2021-03-01T17:19:57.237Z] 4e4be7b47b0d: Pull complete [2021-03-01T17:20:00.593Z] e1f770b5df2f: Pull complete [2021-03-01T17:20:10.625Z] 85a0685a4137: Pull complete [2021-03-01T17:20:10.625Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-01T17:20:10.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-01T17:20:10.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-01T17:20:10.852Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:20:10.914Z] $ 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/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:20:12.180Z] $ docker top d66c9bc231c57eb04a16f4b1daae467596f37786a5c0c3e9d9b5e833b23e9dfc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-01T17:20:12.458Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-01T17:20:12.757Z] + set -o pipefail [2021-03-01T17:20:12.757Z] + snyk monitor '--org=edgex-jenkins' [2021-03-01T17:20:40.087Z] [2021-03-01T17:20:40.087Z] Monitoring /w/workspace/edgex-go/374 (github.com/edgexfoundry/edgex-go)... [2021-03-01T17:20:40.087Z] [2021-03-01T17:20:40.087Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/943245a7-4af8-4a49-8c74-8acdbd5ec51c [2021-03-01T17:20:40.087Z] [2021-03-01T17:20:40.087Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-01T17:20:40.087Z] [2021-03-01T17:20:40.087Z] [Pipeline] } [2021-03-01T17:20:40.111Z] $ docker stop --time=1 d66c9bc231c57eb04a16f4b1daae467596f37786a5c0c3e9d9b5e833b23e9dfc [2021-03-01T17:20:43.186Z] $ docker rm -f d66c9bc231c57eb04a16f4b1daae467596f37786a5c0c3e9d9b5e833b23e9dfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-01T17:20:44.459Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-01T17:20:44.512Z] provisioning config files... [2021-03-01T17:20:44.524Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/374@tmp/config163253352234661309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:20:44.899Z] --> edgex-publish-swagger.sh [2021-03-01T17:20:44.899Z] === Publish openapi/v1 API === [2021-03-01T17:20:44.899Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-01T17:20:44.899Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/374/openapi/v1/core-command.yaml] [2021-03-01T17:20:44.899Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:44.899Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:46.286Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8626 0:00:01 0:00:01 --:--:-- 8631 100 10522 0 0 100 10522 0 8625 0:00:01 0:00:01 --:--:-- 8631 [2021-03-01T17:20:46.286Z] [2021-03-01T17:20:46.286Z] [2021-03-01T17:20:46.286Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/374/openapi/v1/core-data.yaml] [2021-03-01T17:20:46.286Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:46.286Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:47.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26927 0:00:01 0:00:01 --:--:-- 26951 100 32557 0 0 100 32557 0 25606 0:00:01 0:00:01 --:--:-- 25615 [2021-03-01T17:20:47.231Z] [2021-03-01T17:20:47.231Z] [2021-03-01T17:20:47.231Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/374/openapi/v1/core-metadata.yaml] [2021-03-01T17:20:47.231Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:47.231Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:48.880Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60978 0:00:01 0:00:01 --:--:-- 61027 100 73721 0 0 100 73721 0 51705 0:00:01 0:00:01 --:--:-- 51697 100 73721 0 0 100 73721 0 51699 0:00:01 0:00:01 --:--:-- 51697 [2021-03-01T17:20:48.880Z] [2021-03-01T17:20:48.880Z] [2021-03-01T17:20:48.880Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/374/openapi/v1/support-logging.yaml] [2021-03-01T17:20:48.880Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:48.880Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:50.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11257 0:00:01 0:00:01 --:--:-- 11261 100 13581 0 0 100 13581 0 10306 0:00:01 0:00:01 --:--:-- 10312 [2021-03-01T17:20:50.270Z] [2021-03-01T17:20:50.270Z] [2021-03-01T17:20:50.270Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/374/openapi/v1/support-notifications.yaml] [2021-03-01T17:20:50.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:50.270Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:51.213Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36115 0:00:01 0:00:01 --:--:-- 36143 100 38890 0 0 100 38890 0 36108 0:00:01 0:00:01 --:--:-- 36143 [2021-03-01T17:20:51.213Z] [2021-03-01T17:20:51.213Z] [2021-03-01T17:20:51.213Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/374/openapi/v1/support-scheduler.yaml] [2021-03-01T17:20:51.213Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:51.213Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:52.601Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12453 0:00:01 0:00:01 --:--:-- 12455 100 14249 0 0 100 14249 0 12451 0:00:01 0:00:01 --:--:-- 12455 [2021-03-01T17:20:52.601Z] [2021-03-01T17:20:52.601Z] [2021-03-01T17:20:52.601Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/374/openapi/v1/system-agent.yaml] [2021-03-01T17:20:52.601Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:52.601Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:53.548Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3907 0:00:01 0:00:01 --:--:-- 3910 100 4110 0 0 100 4110 0 3906 0:00:01 0:00:01 --:--:-- 3910 [2021-03-01T17:20:53.548Z] [2021-03-01T17:20:53.548Z] [2021-03-01T17:20:53.548Z] === Publish openapi/v2 API === [2021-03-01T17:20:53.548Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-01T17:20:53.548Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/374/openapi/v2/core-command.yaml] [2021-03-01T17:20:53.548Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:53.548Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:54.939Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24608 0:00:01 0:00:01 --:--:-- 24622 100 29744 0 0 100 29744 0 23140 0:00:01 0:00:01 --:--:-- 23129 100 29744 0 0 100 29744 0 23137 0:00:01 0:00:01 --:--:-- 23129 [2021-03-01T17:20:54.939Z] [2021-03-01T17:20:54.939Z] [2021-03-01T17:20:54.939Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/374/openapi/v2/core-data.yaml] [2021-03-01T17:20:54.939Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:54.939Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:55.884Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 49814 0:00:01 0:00:01 --:--:-- 49856 100 57136 0 0 100 57136 0 49807 0:00:01 0:00:01 --:--:-- 49856 [2021-03-01T17:20:55.884Z] [2021-03-01T17:20:55.884Z] [2021-03-01T17:20:55.884Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/374/openapi/v2/core-metadata.yaml] [2021-03-01T17:20:55.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:55.884Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:57.277Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 97k [2021-03-01T17:20:57.277Z] [2021-03-01T17:20:57.277Z] [2021-03-01T17:20:57.277Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/374/openapi/v2/support-notifications.yaml] [2021-03-01T17:20:57.277Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:57.277Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:58.222Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 54440 0:00:01 0:00:01 --:--:-- 54475 100 59705 0 0 100 59705 0 54431 0:00:01 0:00:01 --:--:-- 54475 [2021-03-01T17:20:58.222Z] [2021-03-01T17:20:58.222Z] [2021-03-01T17:20:58.222Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/374/openapi/v2/support-scheduler.yaml] [2021-03-01T17:20:58.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:58.222Z] Dload Upload Total Spent Left Speed [2021-03-01T17:20:59.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 31142 0:00:01 0:00:01 --:--:-- 31148 100 37783 0 0 100 37783 0 26618 0:00:01 0:00:01 --:--:-- 26626 [2021-03-01T17:20:59.614Z] [2021-03-01T17:20:59.614Z] [2021-03-01T17:20:59.614Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/374/openapi/v2/system-agent.yaml] [2021-03-01T17:20:59.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T17:20:59.614Z] Dload Upload Total Spent Left Speed [2021-03-01T17:21:01.026Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 20467 0:00:01 0:00:01 --:--:-- 20458 100 24182 0 0 100 24182 0 20464 0:00:01 0:00:01 --:--:-- 20458 [2021-03-01T17:21:01.026Z] [2021-03-01T17:21:01.026Z] [Pipeline] } [2021-03-01T17:21:01.051Z] 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-03-01T17:21:01.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T17:21:01.900Z] . [Pipeline] withDockerContainer [2021-03-01T17:21:02.002Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:21:02.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:21:02.946Z] $ docker top d4de76a9f031ed4760ac751685042d9842cdffaf3e6bfda19107df0520afcf57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T17:21:03.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T17:21:03.270Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T17:21:03.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T17:21:03.507Z] $ docker exec d4de76a9f031ed4760ac751685042d9842cdffaf3e6bfda19107df0520afcf57 ssh-agent [2021-03-01T17:21:03.688Z] SSH_AUTH_SOCK=/tmp/ssh-qOb22AL9JrpC/agent.11 [2021-03-01T17:21:03.688Z] SSH_AGENT_PID=16 [2021-03-01T17:21:03.696Z] Running ssh-add (command line suppressed) [2021-03-01T17:21:03.830Z] Identity added: /w/workspace/edgex-go/374@tmp/private_key_684543023456034769.key (/w/workspace/edgex-go/374@tmp/private_key_684543023456034769.key) [2021-03-01T17:21:03.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T17:21:04.232Z] + git semver tag [2021-03-01T17:21:04.806Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T17:21:04.806Z] # $GIT_DIR = /w/workspace/edgex-go/374/.git [2021-03-01T17:21:04.806Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/374 [2021-03-01T17:21:04.806Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T17:21:04.806Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T17:21:04.806Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T17:21:04.806Z] # $SEMVER_BRANCH = master [2021-03-01T17:21:04.807Z] # $SEMVER_DIR = /w/workspace/edgex-go/374/.semver [2021-03-01T17:21:04.807Z] # c501ec80a15903c04bbfabfe9c8b77aea5670573 HEAD [2021-03-01T17:21:05.069Z] # -> Force: false [2021-03-01T17:21:05.069Z] # c41d615aac6053b1aa9074a7c5fa7651b9d2f664 refs/tags/v2.0.0-dev.108 [Pipeline] } [2021-03-01T17:21:05.082Z] $ docker exec --env ******** --env ******** d4de76a9f031ed4760ac751685042d9842cdffaf3e6bfda19107df0520afcf57 ssh-agent -k [2021-03-01T17:21:05.276Z] unset SSH_AUTH_SOCK; [2021-03-01T17:21:05.276Z] unset SSH_AGENT_PID; [2021-03-01T17:21:05.276Z] echo Agent pid 16 killed; [2021-03-01T17:21:05.360Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T17:21:05.830Z] + git semver [Pipeline] } [2021-03-01T17:21:05.853Z] $ docker stop --time=1 d4de76a9f031ed4760ac751685042d9842cdffaf3e6bfda19107df0520afcf57 [2021-03-01T17:21:07.246Z] $ docker rm -f d4de76a9f031ed4760ac751685042d9842cdffaf3e6bfda19107df0520afcf57 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:21:07.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-01T17:21:07.946Z] [2021-03-01T17:21:07.946Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:21:08.294Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-01T17:21:08.294Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-01T17:21:08.294Z] ab5ef0e58194: Pulling fs layer [2021-03-01T17:21:08.294Z] 9712f1f96733: Pulling fs layer [2021-03-01T17:21:08.294Z] 63f879dbbcfc: Pulling fs layer [2021-03-01T17:21:08.294Z] 0d9ebad4ef96: Pulling fs layer [2021-03-01T17:21:08.294Z] e9a5061849ea: Pulling fs layer [2021-03-01T17:21:08.294Z] d747dcd14b5f: Pulling fs layer [2021-03-01T17:21:08.294Z] 2de7ff778b66: Pulling fs layer [2021-03-01T17:21:08.294Z] 0d9ebad4ef96: Waiting [2021-03-01T17:21:08.294Z] e9a5061849ea: Waiting [2021-03-01T17:21:08.294Z] d747dcd14b5f: Waiting [2021-03-01T17:21:08.294Z] 2de7ff778b66: Waiting [2021-03-01T17:21:08.294Z] 9712f1f96733: Verifying Checksum [2021-03-01T17:21:08.294Z] 9712f1f96733: Download complete [2021-03-01T17:21:11.613Z] 63f879dbbcfc: Verifying Checksum [2021-03-01T17:21:11.613Z] 63f879dbbcfc: Download complete [2021-03-01T17:21:11.613Z] e9a5061849ea: Verifying Checksum [2021-03-01T17:21:11.613Z] e9a5061849ea: Download complete [2021-03-01T17:21:11.613Z] d747dcd14b5f: Verifying Checksum [2021-03-01T17:21:11.613Z] d747dcd14b5f: Download complete [2021-03-01T17:21:11.613Z] 0d9ebad4ef96: Verifying Checksum [2021-03-01T17:21:11.613Z] 0d9ebad4ef96: Download complete [2021-03-01T17:21:12.186Z] 2de7ff778b66: Verifying Checksum [2021-03-01T17:21:12.186Z] 2de7ff778b66: Download complete [2021-03-01T17:21:12.186Z] ab5ef0e58194: Verifying Checksum [2021-03-01T17:21:12.186Z] ab5ef0e58194: Download complete [2021-03-01T17:21:17.495Z] ab5ef0e58194: Pull complete [2021-03-01T17:21:17.495Z] 9712f1f96733: Pull complete [2021-03-01T17:21:20.049Z] 63f879dbbcfc: Pull complete [2021-03-01T17:21:28.237Z] 0d9ebad4ef96: Pull complete [2021-03-01T17:21:30.156Z] e9a5061849ea: Pull complete [2021-03-01T17:21:30.156Z] d747dcd14b5f: Pull complete [2021-03-01T17:21:33.482Z] 2de7ff778b66: Pull complete [2021-03-01T17:21:33.482Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-01T17:21:33.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-01T17:21:33.482Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-01T17:21:33.695Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:21:33.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:21:37.154Z] $ docker top f90904182c4319f213b7f57a28b88188498e83b0cd1d44bf422f5696ae217427 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-01T17:21:37.401Z] provisioning config files... [2021-03-01T17:21:37.411Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/374@tmp/config499701875255580313tmp [2021-03-01T17:21:37.429Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/374@tmp/config7237335101095092480tmp [2021-03-01T17:21:37.446Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/374@tmp/config3190420203828103372tmp [Pipeline] { [Pipeline] echo [2021-03-01T17:21:37.525Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:21:37.830Z] ---> sigul-configuration.sh [2021-03-01T17:21:37.831Z] gpg: directory `/root/.gnupg' created [2021-03-01T17:21:37.831Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-01T17:21:37.831Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-01T17:21:37.831Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-01T17:21:37.831Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-01T17:21:37.831Z] gpg: CAST5 encrypted data [2021-03-01T17:21:38.100Z] gpg: encrypted with 1 passphrase [2021-03-01T17:21:38.100Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-01T17:21:38.400Z] + mkdir /home/jenkins [2021-03-01T17:21:38.400Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-01T17:21:38.699Z] + 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-03-01T17:21:38.710Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:21:39.009Z] ---> sigul-install.sh [2021-03-01T17:21:45.604Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-01T17:21:45.904Z] + git tag --list [2021-03-01T17:21:45.904Z] 0.6.0 [2021-03-01T17:21:45.904Z] 0.6.1 [2021-03-01T17:21:45.904Z] 0.7.0 [2021-03-01T17:21:45.904Z] 0.7.1 [2021-03-01T17:21:45.904Z] v0.0.0 [2021-03-01T17:21:45.904Z] v0.0.1-dev.1 [2021-03-01T17:21:45.904Z] v1.0.0 [2021-03-01T17:21:45.904Z] v1.0.1 [2021-03-01T17:21:45.904Z] v1.1.0 [2021-03-01T17:21:45.904Z] v1.2.0 [2021-03-01T17:21:45.904Z] v1.2.1 [2021-03-01T17:21:45.904Z] v1.2.2-dev.1 [2021-03-01T17:21:45.904Z] v1.2.2-dev.10 [2021-03-01T17:21:45.904Z] v1.2.2-dev.100 [2021-03-01T17:21:45.904Z] v1.2.2-dev.101 [2021-03-01T17:21:45.904Z] v1.2.2-dev.102 [2021-03-01T17:21:45.904Z] v1.2.2-dev.103 [2021-03-01T17:21:45.904Z] v1.2.2-dev.104 [2021-03-01T17:21:45.904Z] v1.2.2-dev.105 [2021-03-01T17:21:45.904Z] v1.2.2-dev.106 [2021-03-01T17:21:45.904Z] v1.2.2-dev.107 [2021-03-01T17:21:45.904Z] v1.2.2-dev.11 [2021-03-01T17:21:45.904Z] v1.2.2-dev.12 [2021-03-01T17:21:45.904Z] v1.2.2-dev.13 [2021-03-01T17:21:45.904Z] v1.2.2-dev.14 [2021-03-01T17:21:45.904Z] v1.2.2-dev.15 [2021-03-01T17:21:45.904Z] v1.2.2-dev.16 [2021-03-01T17:21:45.904Z] v1.2.2-dev.17 [2021-03-01T17:21:45.904Z] v1.2.2-dev.18 [2021-03-01T17:21:45.904Z] v1.2.2-dev.19 [2021-03-01T17:21:45.904Z] v1.2.2-dev.2 [2021-03-01T17:21:45.904Z] v1.2.2-dev.20 [2021-03-01T17:21:45.904Z] v1.2.2-dev.21 [2021-03-01T17:21:45.904Z] v1.2.2-dev.22 [2021-03-01T17:21:45.904Z] v1.2.2-dev.23 [2021-03-01T17:21:45.904Z] v1.2.2-dev.24 [2021-03-01T17:21:45.904Z] v1.2.2-dev.25 [2021-03-01T17:21:45.904Z] v1.2.2-dev.26 [2021-03-01T17:21:45.904Z] v1.2.2-dev.27 [2021-03-01T17:21:45.904Z] v1.2.2-dev.28 [2021-03-01T17:21:45.904Z] v1.2.2-dev.29 [2021-03-01T17:21:45.904Z] v1.2.2-dev.3 [2021-03-01T17:21:45.904Z] v1.2.2-dev.30 [2021-03-01T17:21:45.904Z] v1.2.2-dev.31 [2021-03-01T17:21:45.904Z] v1.2.2-dev.32 [2021-03-01T17:21:45.904Z] v1.2.2-dev.33 [2021-03-01T17:21:45.904Z] v1.2.2-dev.34 [2021-03-01T17:21:45.904Z] v1.2.2-dev.35 [2021-03-01T17:21:45.904Z] v1.2.2-dev.36 [2021-03-01T17:21:45.904Z] v1.2.2-dev.37 [2021-03-01T17:21:45.904Z] v1.2.2-dev.38 [2021-03-01T17:21:45.904Z] v1.2.2-dev.39 [2021-03-01T17:21:45.904Z] v1.2.2-dev.4 [2021-03-01T17:21:45.904Z] v1.2.2-dev.40 [2021-03-01T17:21:45.904Z] v1.2.2-dev.41 [2021-03-01T17:21:45.904Z] v1.2.2-dev.42 [2021-03-01T17:21:45.904Z] v1.2.2-dev.43 [2021-03-01T17:21:45.904Z] v1.2.2-dev.44 [2021-03-01T17:21:45.904Z] v1.2.2-dev.45 [2021-03-01T17:21:45.904Z] v1.2.2-dev.46 [2021-03-01T17:21:45.904Z] v1.2.2-dev.47 [2021-03-01T17:21:45.904Z] v1.2.2-dev.48 [2021-03-01T17:21:45.904Z] v1.2.2-dev.49 [2021-03-01T17:21:45.904Z] v1.2.2-dev.5 [2021-03-01T17:21:45.904Z] v1.2.2-dev.50 [2021-03-01T17:21:45.904Z] v1.2.2-dev.51 [2021-03-01T17:21:45.904Z] v1.2.2-dev.52 [2021-03-01T17:21:45.904Z] v1.2.2-dev.53 [2021-03-01T17:21:45.904Z] v1.2.2-dev.54 [2021-03-01T17:21:45.904Z] v1.2.2-dev.55 [2021-03-01T17:21:45.904Z] v1.2.2-dev.56 [2021-03-01T17:21:45.904Z] v1.2.2-dev.57 [2021-03-01T17:21:45.904Z] v1.2.2-dev.58 [2021-03-01T17:21:45.904Z] v1.2.2-dev.59 [2021-03-01T17:21:45.904Z] v1.2.2-dev.6 [2021-03-01T17:21:45.904Z] v1.2.2-dev.60 [2021-03-01T17:21:45.904Z] v1.2.2-dev.61 [2021-03-01T17:21:45.904Z] v1.2.2-dev.62 [2021-03-01T17:21:45.904Z] v1.2.2-dev.63 [2021-03-01T17:21:45.904Z] v1.2.2-dev.64 [2021-03-01T17:21:45.904Z] v1.2.2-dev.65 [2021-03-01T17:21:45.904Z] v1.2.2-dev.66 [2021-03-01T17:21:45.904Z] v1.2.2-dev.67 [2021-03-01T17:21:45.904Z] v1.2.2-dev.68 [2021-03-01T17:21:45.904Z] v1.2.2-dev.69 [2021-03-01T17:21:45.904Z] v1.2.2-dev.7 [2021-03-01T17:21:45.904Z] v1.2.2-dev.70 [2021-03-01T17:21:45.904Z] v1.2.2-dev.71 [2021-03-01T17:21:45.904Z] v1.2.2-dev.72 [2021-03-01T17:21:45.904Z] v1.2.2-dev.73 [2021-03-01T17:21:45.904Z] v1.2.2-dev.74 [2021-03-01T17:21:45.904Z] v1.2.2-dev.75 [2021-03-01T17:21:45.904Z] v1.2.2-dev.76 [2021-03-01T17:21:45.904Z] v1.2.2-dev.77 [2021-03-01T17:21:45.904Z] v1.2.2-dev.78 [2021-03-01T17:21:45.904Z] v1.2.2-dev.79 [2021-03-01T17:21:45.904Z] v1.2.2-dev.8 [2021-03-01T17:21:45.904Z] v1.2.2-dev.80 [2021-03-01T17:21:45.904Z] v1.2.2-dev.81 [2021-03-01T17:21:45.904Z] v1.2.2-dev.82 [2021-03-01T17:21:45.905Z] v1.2.2-dev.83 [2021-03-01T17:21:45.905Z] v1.2.2-dev.84 [2021-03-01T17:21:45.905Z] v1.2.2-dev.85 [2021-03-01T17:21:45.905Z] v1.2.2-dev.86 [2021-03-01T17:21:45.905Z] v1.2.2-dev.87 [2021-03-01T17:21:45.905Z] v1.2.2-dev.88 [2021-03-01T17:21:45.905Z] v1.2.2-dev.89 [2021-03-01T17:21:45.905Z] v1.2.2-dev.9 [2021-03-01T17:21:45.905Z] v1.2.2-dev.90 [2021-03-01T17:21:45.905Z] v1.2.2-dev.91 [2021-03-01T17:21:45.905Z] v1.2.2-dev.92 [2021-03-01T17:21:45.905Z] v1.2.2-dev.93 [2021-03-01T17:21:45.905Z] v1.2.2-dev.94 [2021-03-01T17:21:45.905Z] v1.2.2-dev.95 [2021-03-01T17:21:45.905Z] v1.2.2-dev.96 [2021-03-01T17:21:45.905Z] v1.2.2-dev.97 [2021-03-01T17:21:45.905Z] v1.2.2-dev.98 [2021-03-01T17:21:45.905Z] v1.2.2-dev.99 [2021-03-01T17:21:45.905Z] v1.3.0 [2021-03-01T17:21:45.905Z] v1.3.1 [2021-03-01T17:21:45.905Z] v1.3.1-dev.1 [2021-03-01T17:21:45.905Z] v1.3.1-dev.10 [2021-03-01T17:21:45.905Z] v1.3.1-dev.11 [2021-03-01T17:21:45.905Z] v1.3.1-dev.12 [2021-03-01T17:21:45.905Z] v1.3.1-dev.13 [2021-03-01T17:21:45.905Z] v1.3.1-dev.14 [2021-03-01T17:21:45.905Z] v1.3.1-dev.15 [2021-03-01T17:21:45.905Z] v1.3.1-dev.16 [2021-03-01T17:21:45.905Z] v1.3.1-dev.17 [2021-03-01T17:21:45.905Z] v1.3.1-dev.18 [2021-03-01T17:21:45.905Z] v1.3.1-dev.2 [2021-03-01T17:21:45.905Z] v1.3.1-dev.3 [2021-03-01T17:21:45.905Z] v1.3.1-dev.4 [2021-03-01T17:21:45.905Z] v1.3.1-dev.5 [2021-03-01T17:21:45.905Z] v1.3.1-dev.6 [2021-03-01T17:21:45.905Z] v1.3.1-dev.7 [2021-03-01T17:21:45.905Z] v1.3.1-dev.8 [2021-03-01T17:21:45.905Z] v1.3.1-dev.9 [2021-03-01T17:21:45.905Z] v2.0.0-dev.1 [2021-03-01T17:21:45.905Z] v2.0.0-dev.10 [2021-03-01T17:21:45.905Z] v2.0.0-dev.100 [2021-03-01T17:21:45.905Z] v2.0.0-dev.101 [2021-03-01T17:21:45.905Z] v2.0.0-dev.102 [2021-03-01T17:21:45.905Z] v2.0.0-dev.103 [2021-03-01T17:21:45.905Z] v2.0.0-dev.104 [2021-03-01T17:21:45.905Z] v2.0.0-dev.105 [2021-03-01T17:21:45.905Z] v2.0.0-dev.106 [2021-03-01T17:21:45.905Z] v2.0.0-dev.107 [2021-03-01T17:21:45.905Z] v2.0.0-dev.108 [2021-03-01T17:21:45.905Z] v2.0.0-dev.11 [2021-03-01T17:21:45.905Z] v2.0.0-dev.12 [2021-03-01T17:21:45.905Z] v2.0.0-dev.13 [2021-03-01T17:21:45.905Z] v2.0.0-dev.14 [2021-03-01T17:21:45.905Z] v2.0.0-dev.15 [2021-03-01T17:21:45.905Z] v2.0.0-dev.16 [2021-03-01T17:21:45.905Z] v2.0.0-dev.17 [2021-03-01T17:21:45.905Z] v2.0.0-dev.18 [2021-03-01T17:21:45.905Z] v2.0.0-dev.19 [2021-03-01T17:21:45.905Z] v2.0.0-dev.2 [2021-03-01T17:21:45.905Z] v2.0.0-dev.20 [2021-03-01T17:21:45.905Z] v2.0.0-dev.21 [2021-03-01T17:21:45.905Z] v2.0.0-dev.22 [2021-03-01T17:21:45.905Z] v2.0.0-dev.23 [2021-03-01T17:21:45.905Z] v2.0.0-dev.24 [2021-03-01T17:21:45.905Z] v2.0.0-dev.25 [2021-03-01T17:21:45.905Z] v2.0.0-dev.26 [2021-03-01T17:21:45.905Z] v2.0.0-dev.27 [2021-03-01T17:21:45.905Z] v2.0.0-dev.28 [2021-03-01T17:21:45.905Z] v2.0.0-dev.29 [2021-03-01T17:21:45.905Z] v2.0.0-dev.3 [2021-03-01T17:21:45.905Z] v2.0.0-dev.30 [2021-03-01T17:21:45.905Z] v2.0.0-dev.31 [2021-03-01T17:21:45.905Z] v2.0.0-dev.32 [2021-03-01T17:21:45.905Z] v2.0.0-dev.33 [2021-03-01T17:21:45.905Z] v2.0.0-dev.34 [2021-03-01T17:21:45.905Z] v2.0.0-dev.35 [2021-03-01T17:21:45.905Z] v2.0.0-dev.36 [2021-03-01T17:21:45.905Z] v2.0.0-dev.37 [2021-03-01T17:21:45.905Z] v2.0.0-dev.38 [2021-03-01T17:21:45.905Z] v2.0.0-dev.39 [2021-03-01T17:21:45.905Z] v2.0.0-dev.4 [2021-03-01T17:21:45.905Z] v2.0.0-dev.40 [2021-03-01T17:21:45.905Z] v2.0.0-dev.41 [2021-03-01T17:21:45.905Z] v2.0.0-dev.42 [2021-03-01T17:21:45.905Z] v2.0.0-dev.43 [2021-03-01T17:21:45.905Z] v2.0.0-dev.44 [2021-03-01T17:21:45.905Z] v2.0.0-dev.45 [2021-03-01T17:21:45.905Z] v2.0.0-dev.46 [2021-03-01T17:21:45.905Z] v2.0.0-dev.47 [2021-03-01T17:21:45.905Z] v2.0.0-dev.48 [2021-03-01T17:21:45.905Z] v2.0.0-dev.49 [2021-03-01T17:21:45.905Z] v2.0.0-dev.5 [2021-03-01T17:21:45.905Z] v2.0.0-dev.50 [2021-03-01T17:21:45.905Z] v2.0.0-dev.51 [2021-03-01T17:21:45.905Z] v2.0.0-dev.52 [2021-03-01T17:21:45.905Z] v2.0.0-dev.53 [2021-03-01T17:21:45.905Z] v2.0.0-dev.54 [2021-03-01T17:21:45.905Z] v2.0.0-dev.55 [2021-03-01T17:21:45.905Z] v2.0.0-dev.56 [2021-03-01T17:21:45.905Z] v2.0.0-dev.57 [2021-03-01T17:21:45.905Z] v2.0.0-dev.58 [2021-03-01T17:21:45.905Z] v2.0.0-dev.59 [2021-03-01T17:21:45.905Z] v2.0.0-dev.6 [2021-03-01T17:21:45.905Z] v2.0.0-dev.60 [2021-03-01T17:21:45.905Z] v2.0.0-dev.61 [2021-03-01T17:21:45.905Z] v2.0.0-dev.62 [2021-03-01T17:21:45.905Z] v2.0.0-dev.63 [2021-03-01T17:21:45.905Z] v2.0.0-dev.64 [2021-03-01T17:21:45.905Z] v2.0.0-dev.65 [2021-03-01T17:21:45.905Z] v2.0.0-dev.66 [2021-03-01T17:21:45.905Z] v2.0.0-dev.67 [2021-03-01T17:21:45.905Z] v2.0.0-dev.68 [2021-03-01T17:21:45.905Z] v2.0.0-dev.69 [2021-03-01T17:21:45.905Z] v2.0.0-dev.7 [2021-03-01T17:21:45.905Z] v2.0.0-dev.70 [2021-03-01T17:21:45.905Z] v2.0.0-dev.71 [2021-03-01T17:21:45.905Z] v2.0.0-dev.72 [2021-03-01T17:21:45.905Z] v2.0.0-dev.73 [2021-03-01T17:21:45.905Z] v2.0.0-dev.74 [2021-03-01T17:21:45.905Z] v2.0.0-dev.75 [2021-03-01T17:21:45.905Z] v2.0.0-dev.76 [2021-03-01T17:21:45.905Z] v2.0.0-dev.77 [2021-03-01T17:21:45.905Z] v2.0.0-dev.78 [2021-03-01T17:21:45.905Z] v2.0.0-dev.79 [2021-03-01T17:21:45.905Z] v2.0.0-dev.8 [2021-03-01T17:21:45.905Z] v2.0.0-dev.80 [2021-03-01T17:21:45.905Z] v2.0.0-dev.81 [2021-03-01T17:21:45.905Z] v2.0.0-dev.82 [2021-03-01T17:21:45.905Z] v2.0.0-dev.83 [2021-03-01T17:21:45.905Z] v2.0.0-dev.84 [2021-03-01T17:21:45.905Z] v2.0.0-dev.85 [2021-03-01T17:21:45.905Z] v2.0.0-dev.86 [2021-03-01T17:21:45.905Z] v2.0.0-dev.87 [2021-03-01T17:21:45.905Z] v2.0.0-dev.88 [2021-03-01T17:21:45.905Z] v2.0.0-dev.89 [2021-03-01T17:21:45.905Z] v2.0.0-dev.9 [2021-03-01T17:21:45.905Z] v2.0.0-dev.90 [2021-03-01T17:21:45.905Z] v2.0.0-dev.91 [2021-03-01T17:21:45.905Z] v2.0.0-dev.92 [2021-03-01T17:21:45.905Z] v2.0.0-dev.93 [2021-03-01T17:21:45.905Z] v2.0.0-dev.94 [2021-03-01T17:21:45.905Z] v2.0.0-dev.95 [2021-03-01T17:21:45.905Z] v2.0.0-dev.96 [2021-03-01T17:21:45.905Z] v2.0.0-dev.97 [2021-03-01T17:21:45.905Z] v2.0.0-dev.98 [2021-03-01T17:21:45.905Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-01T17:21:46.203Z] + lftools sign git-tag v2.0.0-dev.108 [2021-03-01T17:21:47.594Z] Signing Git tag with Sigul... [2021-03-01T17:21:47.594Z] Signing v2.0.0-dev.108 [Pipeline] echo [2021-03-01T17:21:48.994Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:21:49.359Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-01T17:21:49.436Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-01T17:21:49.578Z] $ docker stop --time=1 f90904182c4319f213b7f57a28b88188498e83b0cd1d44bf422f5696ae217427 [2021-03-01T17:21:51.719Z] $ docker rm -f f90904182c4319f213b7f57a28b88188498e83b0cd1d44bf422f5696ae217427 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:21:52.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T17:21:52.557Z] . [Pipeline] withDockerContainer [2021-03-01T17:21:52.690Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:21:52.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:21:53.566Z] $ docker top ed88f027b363c60faa1dd9830d3074df8a9fa0a5850d1e8cb411902bee44c060 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T17:21:53.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T17:21:53.868Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T17:21:54.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T17:21:54.094Z] $ docker exec ed88f027b363c60faa1dd9830d3074df8a9fa0a5850d1e8cb411902bee44c060 ssh-agent [2021-03-01T17:21:54.284Z] SSH_AUTH_SOCK=/tmp/ssh-wFv75NuKJDI1/agent.12 [2021-03-01T17:21:54.284Z] SSH_AGENT_PID=17 [2021-03-01T17:21:54.292Z] Running ssh-add (command line suppressed) [2021-03-01T17:21:54.422Z] Identity added: /w/workspace/edgex-go/374@tmp/private_key_5165648848622237140.key (/w/workspace/edgex-go/374@tmp/private_key_5165648848622237140.key) [2021-03-01T17:21:54.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T17:21:54.821Z] + git semver bump pre [2021-03-01T17:21:54.821Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T17:21:54.821Z] # $GIT_DIR = /w/workspace/edgex-go/374/.git [2021-03-01T17:21:54.821Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/374 [2021-03-01T17:21:54.821Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T17:21:54.821Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T17:21:54.821Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T17:21:54.821Z] # $SEMVER_BRANCH = master [2021-03-01T17:21:54.821Z] # $SEMVER_DIR = /w/workspace/edgex-go/374/.semver [2021-03-01T17:21:54.821Z] 2.0.0-dev.109 [Pipeline] } [2021-03-01T17:21:54.834Z] $ docker exec --env ******** --env ******** ed88f027b363c60faa1dd9830d3074df8a9fa0a5850d1e8cb411902bee44c060 ssh-agent -k [2021-03-01T17:21:54.955Z] unset SSH_AUTH_SOCK; [2021-03-01T17:21:54.955Z] unset SSH_AGENT_PID; [2021-03-01T17:21:54.955Z] echo Agent pid 17 killed; [2021-03-01T17:21:55.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T17:21:55.538Z] + git semver [Pipeline] } [2021-03-01T17:21:55.556Z] $ docker stop --time=1 ed88f027b363c60faa1dd9830d3074df8a9fa0a5850d1e8cb411902bee44c060 [2021-03-01T17:21:56.951Z] $ docker rm -f ed88f027b363c60faa1dd9830d3074df8a9fa0a5850d1e8cb411902bee44c060 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:21:57.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T17:21:57.531Z] . [Pipeline] withDockerContainer [2021-03-01T17:21:57.648Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:21:57.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:21:58.576Z] $ docker top de488f3bcb1449db7811632538140ecbfe19c26c9ed00ce3f38d71864dab95c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T17:21:58.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T17:21:58.951Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T17:21:59.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T17:21:59.156Z] $ docker exec de488f3bcb1449db7811632538140ecbfe19c26c9ed00ce3f38d71864dab95c6 ssh-agent [2021-03-01T17:21:59.345Z] SSH_AUTH_SOCK=/tmp/ssh-vzP5HBFopWOs/agent.11 [2021-03-01T17:21:59.345Z] SSH_AGENT_PID=16 [2021-03-01T17:21:59.353Z] Running ssh-add (command line suppressed) [2021-03-01T17:21:59.489Z] Identity added: /w/workspace/edgex-go/374@tmp/private_key_7458775929262899372.key (/w/workspace/edgex-go/374@tmp/private_key_7458775929262899372.key) [2021-03-01T17:21:59.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T17:21:59.889Z] + git semver push [2021-03-01T17:21:59.889Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T17:21:59.889Z] # $GIT_DIR = /w/workspace/edgex-go/374/.git [2021-03-01T17:21:59.889Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/374 [2021-03-01T17:21:59.889Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T17:21:59.889Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T17:21:59.889Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T17:21:59.889Z] # $SEMVER_BRANCH = master [2021-03-01T17:21:59.889Z] # $SEMVER_DIR = /w/workspace/edgex-go/374/.semver [Pipeline] } [2021-03-01T17:22:09.912Z] $ docker exec --env ******** --env ******** de488f3bcb1449db7811632538140ecbfe19c26c9ed00ce3f38d71864dab95c6 ssh-agent -k [2021-03-01T17:22:10.045Z] unset SSH_AUTH_SOCK; [2021-03-01T17:22:10.045Z] unset SSH_AGENT_PID; [2021-03-01T17:22:10.045Z] echo Agent pid 16 killed; [2021-03-01T17:22:10.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T17:22:10.663Z] + git semver [Pipeline] } [2021-03-01T17:22:10.679Z] $ docker stop --time=1 de488f3bcb1449db7811632538140ecbfe19c26c9ed00ce3f38d71864dab95c6 [2021-03-01T17:22:12.061Z] $ docker rm -f de488f3bcb1449db7811632538140ecbfe19c26c9ed00ce3f38d71864dab95c6 [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-03-01T17:22:13.351Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:22:14.230Z] ---> package-listing.sh [2021-03-01T17:22:14.230Z] ++ facter osfamily [2021-03-01T17:22:14.230Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-01T17:22:14.230Z] + OS_FAMILY=redhat [2021-03-01T17:22:14.230Z] + workspace=/w/workspace/edgex-go/374 [2021-03-01T17:22:14.230Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-01T17:22:14.230Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-01T17:22:14.230Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-01T17:22:14.230Z] + PACKAGES=/tmp/packages_start.txt [2021-03-01T17:22:14.230Z] + '[' /w/workspace/edgex-go/374 ']' [2021-03-01T17:22:14.230Z] + PACKAGES=/tmp/packages_end.txt [2021-03-01T17:22:14.230Z] + case "${OS_FAMILY}" in [2021-03-01T17:22:14.230Z] + rpm -qa [2021-03-01T17:22:14.230Z] + sort [2021-03-01T17:22:19.535Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-01T17:22:19.535Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-01T17:22:19.535Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-01T17:22:19.535Z] + '[' /w/workspace/edgex-go/374 ']' [2021-03-01T17:22:19.535Z] + mkdir -p /w/workspace/edgex-go/374/archives/ [2021-03-01T17:22:19.535Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/374/archives/ [Pipeline] echo [2021-03-01T17:22:19.548Z] 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/374/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-01T17:22:19.862Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:22:20.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T17:22:20.168Z] [2021-03-01T17:22:20.168Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-01T17:22:20.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T17:22:20.524Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-01T17:22:20.524Z] df20fa9351a1: Pulling fs layer [2021-03-01T17:22:20.524Z] 36b3adc4ff6f: Pulling fs layer [2021-03-01T17:22:20.524Z] 8ad3a11d3b57: Pulling fs layer [2021-03-01T17:22:20.524Z] 46f8f816bc3b: Pulling fs layer [2021-03-01T17:22:20.524Z] 93b61091891f: Pulling fs layer [2021-03-01T17:22:20.524Z] 93b9cdb0e59b: Pulling fs layer [2021-03-01T17:22:20.524Z] 5e14af77c1be: Pulling fs layer [2021-03-01T17:22:20.524Z] 01666e4c0597: Pulling fs layer [2021-03-01T17:22:20.524Z] aa168da1d23b: Pulling fs layer [2021-03-01T17:22:20.524Z] 93b61091891f: Waiting [2021-03-01T17:22:20.524Z] 93b9cdb0e59b: Waiting [2021-03-01T17:22:20.524Z] 5e14af77c1be: Waiting [2021-03-01T17:22:20.524Z] 01666e4c0597: Waiting [2021-03-01T17:22:20.524Z] aa168da1d23b: Waiting [2021-03-01T17:22:20.524Z] 46f8f816bc3b: Waiting [2021-03-01T17:22:20.524Z] 36b3adc4ff6f: Download complete [2021-03-01T17:22:20.524Z] 46f8f816bc3b: Verifying Checksum [2021-03-01T17:22:20.524Z] 46f8f816bc3b: Download complete [2021-03-01T17:22:20.786Z] df20fa9351a1: Verifying Checksum [2021-03-01T17:22:20.786Z] df20fa9351a1: Download complete [2021-03-01T17:22:20.786Z] 93b9cdb0e59b: Verifying Checksum [2021-03-01T17:22:20.786Z] 93b9cdb0e59b: Download complete [2021-03-01T17:22:20.786Z] 93b61091891f: Verifying Checksum [2021-03-01T17:22:20.786Z] 93b61091891f: Download complete [2021-03-01T17:22:20.786Z] 5e14af77c1be: Verifying Checksum [2021-03-01T17:22:20.786Z] 5e14af77c1be: Download complete [2021-03-01T17:22:20.786Z] 01666e4c0597: Verifying Checksum [2021-03-01T17:22:20.786Z] 01666e4c0597: Download complete [2021-03-01T17:22:20.786Z] 8ad3a11d3b57: Verifying Checksum [2021-03-01T17:22:20.786Z] 8ad3a11d3b57: Download complete [2021-03-01T17:22:21.048Z] df20fa9351a1: Pull complete [2021-03-01T17:22:21.310Z] 36b3adc4ff6f: Pull complete [2021-03-01T17:22:22.704Z] aa168da1d23b: Verifying Checksum [2021-03-01T17:22:22.704Z] aa168da1d23b: Download complete [2021-03-01T17:22:23.651Z] 8ad3a11d3b57: Pull complete [2021-03-01T17:22:23.651Z] 46f8f816bc3b: Pull complete [2021-03-01T17:22:24.225Z] 93b61091891f: Pull complete [2021-03-01T17:22:24.225Z] 93b9cdb0e59b: Pull complete [2021-03-01T17:22:24.487Z] 5e14af77c1be: Pull complete [2021-03-01T17:22:24.487Z] 01666e4c0597: Pull complete [2021-03-01T17:22:32.654Z] aa168da1d23b: Pull complete [2021-03-01T17:22:32.654Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-01T17:22:32.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T17:22:32.655Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-01T17:22:32.820Z] prd-centos7-docker-4c-2g-28065 does not seem to be running inside a container [2021-03-01T17:22:32.887Z] $ 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/374/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/374 -v /w/workspace/edgex-go/374:/w/workspace/edgex-go/374:rw,z -v /w/workspace/edgex-go/374@tmp:/w/workspace/edgex-go/374@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-03-01T17:22:36.186Z] $ docker top 252a4bfa42c5a9d3bd88873ac7ebdbce0a8d977065707bf3b6963147c3ac214a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T17:22:36.706Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-01T17:22:37.006Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-01T17:22:37.304Z] + ls /var/log/sa-host [2021-03-01T17:22:37.304Z] + sadf -c /var/log/sa-host/sa01 [2021-03-01T17:22:37.304Z] file_magic: OK [2021-03-01T17:22:37.304Z] HZ: Using current value: 100 [2021-03-01T17:22:37.304Z] file_header: OK [2021-03-01T17:22:37.304Z] 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-03-01T17:22:37.304Z] Statistics: [2021-03-01T17:22:37.304Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-01T17:22:37.304Z] File successfully converted to sysstat format version 12.2.1 [2021-03-01T17:22:37.304Z] + sadf -c /var/log/sa-host/sa23 [2021-03-01T17:22:37.304Z] file_magic: OK [2021-03-01T17:22:37.304Z] HZ: Using current value: 100 [2021-03-01T17:22:37.304Z] file_header: OK [2021-03-01T17:22:37.304Z] 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-03-01T17:22:37.304Z] Statistics: [2021-03-01T17:22:37.304Z] Hnuu...uuuununununu... [2021-03-01T17:22:37.304Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-01T17:22:37.905Z] provisioning config files... [2021-03-01T17:22:37.919Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/374@tmp/config9156367280075921640tmp [Pipeline] { [Pipeline] echo [2021-03-01T17:22:37.988Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:22:38.286Z] ---> create-netrc.sh [Pipeline] } [2021-03-01T17:22:38.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-01T17:22:38.390Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:22:38.688Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-01T17:22:38.700Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:22:39.002Z] ---> sudo-logs.sh [2021-03-01T17:22:39.002Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-01T17:22:39.066Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:22:39.384Z] ---> job-cost.sh [2021-03-01T17:22:39.384Z] lf-activate-venv: SKIPPING [2021-03-01T17:22:39.384Z] DEBUG: total: 0.20999999344348907 [2021-03-01T17:22:39.384Z] INFO: Retrieving Stack Cost... [2021-03-01T17:22:40.335Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-01T17:22:40.909Z] INFO: Archiving Costs [Pipeline] echo [2021-03-01T17:22:40.923Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T17:22:41.219Z] ---> logs-deploy.sh [2021-03-01T17:22:41.219Z] lf-activate-venv: SKIPPING [2021-03-01T17:22:41.219Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/374 [2021-03-01T17:22:41.219Z] INFO: archiving workspace using pattern(s): [2021-03-01T17:22:42.609Z] Archives upload complete. [2021-03-01T17:22:42.870Z] INFO: archiving logs to Nexus [2021-03-01T17:22:43.815Z] ---> uname -a: [2021-03-01T17:22:43.815Z] Linux prd-centos7-docker-4c-2g-28065.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] ---> lscpu: [2021-03-01T17:22:43.815Z] Architecture: x86_64 [2021-03-01T17:22:43.815Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-01T17:22:43.815Z] Byte Order: Little Endian [2021-03-01T17:22:43.815Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-01T17:22:43.815Z] CPU(s): 4 [2021-03-01T17:22:43.815Z] On-line CPU(s) list: 0-3 [2021-03-01T17:22:43.815Z] Thread(s) per core: 1 [2021-03-01T17:22:43.815Z] Core(s) per socket: 1 [2021-03-01T17:22:43.815Z] Socket(s): 4 [2021-03-01T17:22:43.815Z] NUMA node(s): 1 [2021-03-01T17:22:43.815Z] Vendor ID: GenuineIntel [2021-03-01T17:22:43.815Z] CPU family: 6 [2021-03-01T17:22:43.815Z] Model: 44 [2021-03-01T17:22:43.815Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-01T17:22:43.815Z] Stepping: 1 [2021-03-01T17:22:43.815Z] CPU MHz: 2933.438 [2021-03-01T17:22:43.815Z] BogoMIPS: 5866.87 [2021-03-01T17:22:43.815Z] Virtualization: VT-x [2021-03-01T17:22:43.815Z] Hypervisor vendor: KVM [2021-03-01T17:22:43.815Z] Virtualization type: full [2021-03-01T17:22:43.815Z] L1d cache: 128 KiB [2021-03-01T17:22:43.815Z] L1i cache: 128 KiB [2021-03-01T17:22:43.815Z] L2 cache: 16 MiB [2021-03-01T17:22:43.815Z] L3 cache: 64 MiB [2021-03-01T17:22:43.815Z] NUMA node0 CPU(s): 0-3 [2021-03-01T17:22:43.815Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-01T17:22:43.815Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-01T17:22:43.815Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-01T17:22:43.815Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-01T17:22:43.815Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-01T17:22:43.815Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-01T17:22:43.815Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-01T17:22:43.815Z] Vulnerability Srbds: Not affected [2021-03-01T17:22:43.815Z] Vulnerability Tsx async abort: Not affected [2021-03-01T17:22:43.815Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] ---> nproc: [2021-03-01T17:22:43.815Z] 4 [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] ---> df -h: [2021-03-01T17:22:43.815Z] Filesystem Size Used Available Use% Mounted on [2021-03-01T17:22:43.815Z] overlay 50.0G 14.3G 35.7G 29% / [2021-03-01T17:22:43.815Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-01T17:22:43.815Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-01T17:22:43.815Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /facter-os [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /etc/resolv.conf [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /etc/hostname [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /etc/hosts [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /var/log/secure [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /var/log/auth.log [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /run/cloud-init/result.json [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /var/log/sa-host [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /w/workspace/edgex-go/374 [2021-03-01T17:22:43.815Z] /dev/vda1 50.0G 14.3G 35.7G 29% /w/workspace/edgex-go/374@tmp [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] ---> free -m: [2021-03-01T17:22:43.815Z] total used free shared buff/cache available [2021-03-01T17:22:43.815Z] Mem: 1837 796 138 0 902 996 [2021-03-01T17:22:43.815Z] Swap: 1023 74 949 [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] ---> ip addr: [2021-03-01T17:22:43.815Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-01T17:22:43.815Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-01T17:22:43.815Z] inet 127.0.0.1/8 scope host lo [2021-03-01T17:22:43.815Z] valid_lft forever preferred_lft forever [2021-03-01T17:22:43.815Z] inet6 ::1/128 scope host [2021-03-01T17:22:43.815Z] valid_lft forever preferred_lft forever [2021-03-01T17:22:43.815Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-01T17:22:43.815Z] link/ether fa:16:3e:d0:af:84 brd ff:ff:ff:ff:ff:ff [2021-03-01T17:22:43.815Z] inet 10.30.122.73/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-01T17:22:43.815Z] valid_lft 85187sec preferred_lft 85187sec [2021-03-01T17:22:43.815Z] inet6 fe80::f816:3eff:fed0:af84/64 scope link [2021-03-01T17:22:43.815Z] valid_lft forever preferred_lft forever [2021-03-01T17:22:43.815Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-01T17:22:43.815Z] link/ether 02:42:65:90:16:08 brd ff:ff:ff:ff:ff:ff [2021-03-01T17:22:43.815Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-01T17:22:43.815Z] valid_lft forever preferred_lft forever [2021-03-01T17:22:43.815Z] inet6 fe80::42:65ff:fe90:1608/64 scope link [2021-03-01T17:22:43.815Z] valid_lft forever preferred_lft forever [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] ---> sar -b -r -n DEV: [2021-03-01T17:22:43.815Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/01/21 _x86_64_ (4 CPU) [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] 17:02:19 LINUX RESTART (4 CPU) [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] 17:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-01T17:22:43.815Z] 17:04:01 157.36 65.99 91.38 0.00 9421.47 35724.89 0.00 [2021-03-01T17:22:43.815Z] 17:05:01 317.92 137.97 179.95 0.00 5376.91 34951.41 0.00 [2021-03-01T17:22:43.815Z] 17:06:01 129.95 40.83 89.12 0.00 1567.39 12673.76 0.00 [2021-03-01T17:22:43.815Z] 17:07:01 133.49 65.39 68.10 0.00 3210.52 9568.45 0.00 [2021-03-01T17:22:43.815Z] 17:08:02 1021.04 751.88 269.15 0.00 93974.33 166012.90 0.00 [2021-03-01T17:22:43.815Z] 17:09:01 2579.67 2251.68 328.00 0.00 143675.04 154284.53 0.00 [2021-03-01T17:22:43.815Z] 17:10:02 506.49 232.08 274.40 0.00 53229.79 95971.29 0.00 [2021-03-01T17:22:43.815Z] 17:11:02 2873.51 2515.65 357.86 0.00 158828.17 171086.20 0.00 [2021-03-01T17:22:43.815Z] 17:12:01 683.11 418.32 264.79 0.00 27379.58 42702.47 0.00 [2021-03-01T17:22:43.815Z] 17:13:02 149.87 101.26 48.60 0.00 7819.17 5806.42 0.00 [2021-03-01T17:22:43.815Z] 17:14:01 2.51 0.51 2.00 0.00 6.10 41.89 0.00 [2021-03-01T17:22:43.815Z] 17:15:01 0.28 0.02 0.27 0.00 0.27 3.31 0.00 [2021-03-01T17:22:43.815Z] 17:16:01 0.27 0.00 0.27 0.00 0.00 3.05 0.00 [2021-03-01T17:22:43.815Z] 17:17:01 0.75 0.58 0.17 0.00 5.73 1.92 0.00 [2021-03-01T17:22:43.815Z] 17:18:01 2.26 1.95 0.32 0.00 61.42 5.35 0.00 [2021-03-01T17:22:43.815Z] 17:19:01 0.82 0.03 0.78 0.00 1.07 14.99 0.00 [2021-03-01T17:22:43.815Z] 17:20:01 77.25 16.51 60.74 0.00 968.33 17794.01 0.00 [2021-03-01T17:22:43.815Z] 17:21:01 244.27 154.73 89.53 0.00 7648.26 19643.20 0.00 [2021-03-01T17:22:43.815Z] 17:22:01 243.58 99.17 144.41 0.00 7720.51 33443.91 0.00 [2021-03-01T17:22:43.815Z] Average: 478.83 359.35 119.48 0.00 27379.31 42114.00 0.00 [2021-03-01T17:22:43.815Z] [2021-03-01T17:22:43.815Z] 17:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-01T17:22:43.815Z] 17:04:01 78184 0 704088 37.42 2596 1096676 1534476 52.37 698064 893808 25852 [2021-03-01T17:22:43.815Z] 17:05:01 189620 0 792156 42.10 1492 898276 1748500 59.67 590224 827928 23496 [2021-03-01T17:22:43.815Z] 17:06:01 204720 0 772744 41.07 760 903320 1450128 49.49 665052 725084 13400 [2021-03-01T17:22:43.815Z] 17:07:01 99160 0 833700 44.31 672 948012 1511528 51.59 686172 800788 70692 [2021-03-01T17:22:43.815Z] 17:08:02 327496 0 726612 38.62 0 827436 2573176 87.82 581160 755656 208 [2021-03-01T17:22:43.815Z] 17:09:01 152784 0 1320972 70.21 0 407788 4288148 146.35 795076 663344 38856 [2021-03-01T17:22:43.815Z] 17:10:02 70384 0 794316 42.22 0 1016844 1920204 65.53 760856 808292 13828 [2021-03-01T17:22:43.816Z] 17:11:02 79036 0 828840 44.05 0 973668 2277132 77.71 759088 810852 83224 [2021-03-01T17:22:43.816Z] 17:12:01 471828 0 698256 37.11 0 711460 1508088 51.47 478712 672696 8 [2021-03-01T17:22:43.816Z] 17:13:02 261708 0 654796 34.80 0 965040 1236844 42.21 564184 795256 28 [2021-03-01T17:22:43.816Z] 17:14:01 270084 0 646420 34.36 0 965040 1190244 40.62 559008 793884 16 [2021-03-01T17:22:43.816Z] 17:15:01 272408 0 644092 34.23 0 965044 1168644 39.88 557168 793700 8 [2021-03-01T17:22:43.816Z] 17:16:01 272636 0 643848 34.22 0 965060 1168644 39.88 557184 793704 8 [2021-03-01T17:22:43.816Z] 17:17:01 271716 0 644780 34.27 0 965048 1168904 39.89 558148 793836 20 [2021-03-01T17:22:43.816Z] 17:18:01 270636 0 644676 34.26 0 966232 1168860 39.89 558524 794176 20 [2021-03-01T17:22:43.816Z] 17:19:01 270692 0 644612 34.26 0 966240 1168776 39.89 558220 794176 12 [2021-03-01T17:22:43.816Z] 17:20:01 88984 0 736544 39.15 0 1056016 1604256 54.75 644004 857892 130348 [2021-03-01T17:22:43.816Z] 17:21:01 259884 0 702252 37.32 0 919408 1192824 40.71 647424 676104 20 [2021-03-01T17:22:43.816Z] 17:22:01 182484 0 793436 42.17 0 905624 1370204 46.76 565880 758324 52 [2021-03-01T17:22:43.816Z] Average: 215497 0 748797 39.80 291 916960 1644715 56.13 620218 779447 21058 [2021-03-01T17:22:43.816Z] [2021-03-01T17:22:43.816Z] 17:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-01T17:22:43.816Z] 17:04:01 eth0 1537.95 1393.17 7422.72 164.66 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:04:01 docker0 845.11 827.15 69.11 2683.46 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:05:01 eth0 251.03 189.68 870.97 76.39 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:05:01 veth9d76175 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:05:01 docker0 146.62 190.93 10.73 834.67 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:06:01 eth0 29.00 15.17 23.17 11.32 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:06:01 veth9d76175 1.33 1.35 0.11 0.11 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:06:01 docker0 1.33 1.33 0.09 0.11 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:07:01 eth0 45.47 35.17 22.31 67.60 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:07:01 veth9d76175 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:07:01 docker0 0.53 0.53 0.03 0.04 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:08:02 vethda5f83e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:08:02 vethd8497d0 0.18 0.20 0.01 0.24 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:08:02 vethb2364dd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:08:02 vethbaf922d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:09:01 vethdd7b896 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:09:01 vethdc7945b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:09:01 vethd2574c5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:09:01 vethb030cd7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:10:02 eth0 2907.50 2292.24 13223.43 463.99 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:10:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:10:02 docker0 1002.61 1055.11 79.97 3763.50 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:10:02 vetha904791 0.00 0.72 0.00 0.03 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:11:02 vethe12e003 1.64 2.09 0.21 7.19 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:11:02 eth0 123.65 83.54 462.20 80.66 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:11:02 docker0 40.04 64.45 2.38 431.45 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:12:01 veth55d68d0 1.67 3.06 0.11 14.65 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:12:01 eth0 75.44 46.45 162.06 68.73 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:12:01 veth6375e9e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:13:02 eth0 406.87 387.18 210.40 1573.89 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:13:02 docker0 1077.21 1169.01 84.95 4431.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:14:01 eth0 18.50 15.68 14.70 4.85 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:15:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:16:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:17:01 eth0 0.57 0.57 0.31 0.22 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:18:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:19:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:20:01 eth0 428.70 365.69 4012.14 31.89 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:21:01 eth0 86.12 71.31 284.63 60.26 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:21:01 docker0 30.94 35.06 2.81 253.36 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:22:01 veth52404fc 0.93 0.77 0.39 0.57 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:22:01 eth0 611.45 521.62 3490.27 120.58 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] 17:22:01 docker0 60.02 94.17 3.56 228.44 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] Average: veth52404fc 0.05 0.04 0.02 0.03 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] Average: eth0 212.74 181.19 1071.00 124.10 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] Average: docker0 61.55 68.40 4.81 258.84 0.00 0.00 0.00 0.00 [2021-03-01T17:22:43.816Z] [2021-03-01T17:22:43.816Z] [2021-03-01T17:22:43.816Z] ---> sar -P ALL: [2021-03-01T17:22:43.816Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/01/21 _x86_64_ (4 CPU) [2021-03-01T17:22:43.816Z] [2021-03-01T17:22:43.816Z] 17:02:19 LINUX RESTART (4 CPU) [2021-03-01T17:22:43.816Z] [2021-03-01T17:22:43.816Z] 17:03:01 CPU %user %nice %system %iowait %steal %idle [2021-03-01T17:22:43.816Z] 17:04:01 all 15.12 0.00 8.01 2.38 0.06 74.43 [2021-03-01T17:22:43.816Z] 17:04:01 0 16.79 0.00 10.09 2.51 0.05 70.55 [2021-03-01T17:22:43.816Z] 17:04:01 1 15.48 0.00 7.11 1.30 0.09 76.02 [2021-03-01T17:22:43.816Z] 17:04:01 2 12.81 0.00 8.13 4.26 0.07 74.73 [2021-03-01T17:22:43.816Z] 17:04:01 3 15.41 0.00 6.71 1.44 0.03 76.40 [2021-03-01T17:22:43.816Z] 17:05:01 all 12.51 0.00 8.82 7.20 0.09 71.38 [2021-03-01T17:22:43.816Z] 17:05:01 0 11.80 0.00 9.35 6.46 0.10 72.29 [2021-03-01T17:22:43.816Z] 17:05:01 1 12.37 0.00 8.40 10.17 0.05 69.01 [2021-03-01T17:22:43.816Z] 17:05:01 2 12.82 0.00 8.48 7.38 0.09 71.24 [2021-03-01T17:22:43.816Z] 17:05:01 3 13.05 0.00 9.05 4.80 0.10 73.00 [2021-03-01T17:22:43.816Z] 17:06:01 all 55.08 0.00 13.26 4.12 0.05 27.49 [2021-03-01T17:22:43.816Z] 17:06:01 0 54.38 0.00 13.31 3.96 0.03 28.32 [2021-03-01T17:22:43.816Z] 17:06:01 1 54.61 0.00 13.70 4.02 0.07 27.60 [2021-03-01T17:22:43.816Z] 17:06:01 2 55.05 0.00 12.57 5.90 0.05 26.43 [2021-03-01T17:22:43.816Z] 17:06:01 3 56.28 0.00 13.48 2.60 0.05 27.58 [2021-03-01T17:22:43.816Z] 17:07:01 all 42.61 0.00 13.25 2.75 0.05 41.34 [2021-03-01T17:22:43.816Z] 17:07:01 0 43.37 0.00 13.72 1.93 0.05 40.93 [2021-03-01T17:22:43.816Z] 17:07:01 1 43.04 0.00 13.46 2.74 0.05 40.71 [2021-03-01T17:22:43.816Z] 17:07:01 2 42.70 0.00 13.16 2.84 0.05 41.24 [2021-03-01T17:22:43.816Z] 17:07:01 3 41.32 0.00 12.67 3.50 0.03 42.47 [2021-03-01T17:22:43.816Z] 17:08:02 all 20.00 0.00 21.48 8.53 0.11 49.88 [2021-03-01T17:22:43.816Z] 17:08:02 0 20.98 0.00 21.03 8.53 0.16 49.31 [2021-03-01T17:22:43.816Z] 17:08:02 1 18.71 0.00 20.82 8.49 0.11 51.88 [2021-03-01T17:22:43.816Z] 17:08:02 2 21.24 0.00 22.25 6.79 0.07 49.64 [2021-03-01T17:22:43.816Z] 17:08:02 3 19.08 0.00 21.81 10.33 0.11 48.69 [2021-03-01T17:22:43.816Z] 17:09:01 all 24.19 0.00 23.39 30.48 0.11 21.83 [2021-03-01T17:22:43.816Z] 17:09:01 0 23.67 0.00 24.28 33.18 0.13 18.75 [2021-03-01T17:22:43.816Z] 17:09:01 1 24.55 0.00 23.03 32.34 0.09 20.00 [2021-03-01T17:22:43.816Z] 17:09:01 2 23.60 0.00 23.03 28.38 0.11 24.87 [2021-03-01T17:22:43.816Z] 17:09:01 3 24.93 0.00 23.24 28.00 0.13 23.71 [2021-03-01T17:22:43.816Z] 17:10:02 all 43.15 0.00 17.64 20.70 0.10 18.41 [2021-03-01T17:22:43.816Z] 17:10:02 0 42.55 0.00 16.94 22.61 0.09 17.81 [2021-03-01T17:22:43.816Z] 17:10:02 1 43.18 0.00 17.56 16.51 0.12 22.63 [2021-03-01T17:22:43.816Z] 17:10:02 2 43.31 0.00 17.96 20.36 0.09 18.29 [2021-03-01T17:22:43.816Z] 17:10:02 3 43.57 0.00 18.09 23.30 0.10 14.94 [2021-03-01T17:22:43.816Z] 17:11:02 all 18.51 0.00 22.14 34.20 0.07 25.08 [2021-03-01T17:22:43.816Z] 17:11:02 0 18.39 0.00 21.47 30.09 0.05 30.00 [2021-03-01T17:22:43.816Z] 17:11:02 1 18.41 0.00 22.02 33.17 0.07 26.33 [2021-03-01T17:22:43.816Z] 17:11:02 2 19.56 0.00 21.79 33.82 0.09 24.75 [2021-03-01T17:22:43.816Z] 17:11:02 3 17.68 0.00 23.29 39.79 0.07 19.18 [2021-03-01T17:22:43.816Z] 17:12:01 all 50.62 0.00 15.91 17.21 0.07 16.18 [2021-03-01T17:22:43.816Z] 17:12:01 0 51.71 0.00 16.24 13.68 0.07 18.30 [2021-03-01T17:22:43.816Z] 17:12:01 1 49.80 0.00 16.02 17.62 0.07 16.48 [2021-03-01T17:22:43.816Z] 17:12:01 2 49.09 0.00 16.31 19.77 0.07 14.75 [2021-03-01T17:22:43.816Z] 17:12:01 3 51.82 0.00 15.07 17.87 0.09 15.16 [2021-03-01T17:22:43.816Z] 17:13:02 all 9.97 0.00 5.31 3.36 0.06 81.30 [2021-03-01T17:22:43.816Z] 17:13:02 0 9.36 0.00 5.88 2.86 0.05 81.85 [2021-03-01T17:22:43.816Z] 17:13:02 1 10.31 0.00 5.33 2.73 0.07 81.56 [2021-03-01T17:22:43.816Z] 17:13:02 2 9.93 0.00 5.06 4.71 0.05 80.25 [2021-03-01T17:22:43.816Z] 17:13:02 3 10.29 0.00 4.98 3.12 0.07 81.54 [2021-03-01T17:22:43.816Z] 17:14:01 all 0.40 0.00 0.25 0.02 0.00 99.33 [2021-03-01T17:22:43.816Z] 17:14:01 0 0.24 0.00 0.22 0.00 0.02 99.52 [2021-03-01T17:22:43.816Z] 17:14:01 1 0.24 0.00 0.14 0.05 0.00 99.58 [2021-03-01T17:22:43.816Z] 17:14:01 2 0.80 0.00 0.32 0.02 0.00 98.86 [2021-03-01T17:22:43.816Z] 17:14:01 3 0.34 0.00 0.31 0.00 0.00 99.35 [2021-03-01T17:22:43.816Z] [2021-03-01T17:22:43.816Z] 17:14:01 CPU %user %nice %system %iowait %steal %idle [2021-03-01T17:22:43.816Z] 17:15:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-03-01T17:22:43.816Z] 17:15:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-01T17:22:43.816Z] 17:15:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-01T17:22:43.816Z] 17:15:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-03-01T17:22:43.816Z] 17:15:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-01T17:22:43.816Z] 17:16:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-03-01T17:22:43.816Z] 17:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-01T17:22:43.816Z] 17:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-01T17:22:43.816Z] 17:16:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-03-01T17:22:43.816Z] 17:16:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-01T17:22:43.816Z] 17:17:01 all 0.20 0.00 0.06 0.02 0.00 99.72 [2021-03-01T17:22:43.816Z] 17:17:01 0 0.03 0.00 0.07 0.02 0.00 99.88 [2021-03-01T17:22:43.816Z] 17:17:01 1 0.18 0.00 0.07 0.03 0.00 99.72 [2021-03-01T17:22:43.816Z] 17:17:01 2 0.55 0.00 0.05 0.02 0.00 99.38 [2021-03-01T17:22:43.816Z] 17:17:01 3 0.05 0.00 0.05 0.02 0.00 99.88 [2021-03-01T17:22:43.816Z] 17:18:01 all 0.13 0.00 0.07 0.03 0.00 99.76 [2021-03-01T17:22:43.816Z] 17:18:01 0 0.05 0.00 0.12 0.07 0.00 99.77 [2021-03-01T17:22:43.817Z] 17:18:01 1 0.28 0.00 0.07 0.02 0.02 99.62 [2021-03-01T17:22:43.817Z] 17:18:01 2 0.15 0.00 0.07 0.03 0.00 99.75 [2021-03-01T17:22:43.817Z] 17:18:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-01T17:22:43.817Z] 17:19:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-01T17:22:43.817Z] 17:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-01T17:22:43.817Z] 17:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-01T17:22:43.817Z] 17:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-01T17:22:43.817Z] 17:19:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-01T17:22:43.817Z] 17:20:01 all 5.39 0.00 3.85 1.98 0.03 88.75 [2021-03-01T17:22:43.817Z] 17:20:01 0 5.45 0.00 4.37 3.81 0.02 86.35 [2021-03-01T17:22:43.817Z] 17:20:01 1 5.72 0.00 3.83 2.33 0.00 88.12 [2021-03-01T17:22:43.817Z] 17:20:01 2 5.00 0.00 3.47 0.99 0.03 90.51 [2021-03-01T17:22:43.817Z] 17:20:01 3 5.38 0.00 3.75 0.79 0.07 90.02 [2021-03-01T17:22:43.817Z] 17:21:01 all 5.81 0.00 4.72 3.64 0.04 85.80 [2021-03-01T17:22:43.817Z] 17:21:01 0 7.32 0.00 5.32 3.12 0.07 84.18 [2021-03-01T17:22:43.817Z] 17:21:01 1 5.04 0.00 4.41 4.50 0.03 86.02 [2021-03-01T17:22:43.817Z] 17:21:01 2 5.07 0.00 4.24 3.86 0.02 86.81 [2021-03-01T17:22:43.817Z] 17:21:01 3 5.82 0.00 4.89 3.08 0.03 86.17 [2021-03-01T17:22:43.817Z] 17:22:01 all 11.94 0.00 9.96 4.09 0.05 73.97 [2021-03-01T17:22:43.817Z] 17:22:01 0 12.93 0.00 9.50 3.81 0.05 73.71 [2021-03-01T17:22:43.817Z] 17:22:01 1 11.48 0.00 11.88 4.17 0.03 72.44 [2021-03-01T17:22:43.817Z] 17:22:01 2 12.52 0.00 8.39 4.24 0.05 74.80 [2021-03-01T17:22:43.817Z] 17:22:01 3 10.83 0.00 10.05 4.14 0.05 74.93 [2021-03-01T17:22:43.817Z] Average: all 16.34 0.00 8.68 7.23 0.05 67.70 [2021-03-01T17:22:43.817Z] Average: 0 16.57 0.00 8.90 7.04 0.05 67.45 [2021-03-01T17:22:43.817Z] Average: 1 16.18 0.00 8.67 7.20 0.05 67.90 [2021-03-01T17:22:43.817Z] Average: 2 16.28 0.00 8.54 7.37 0.04 67.77 [2021-03-01T17:22:43.817Z] Average: 3 16.34 0.00 8.64 7.30 0.05 67.67 [2021-03-01T17:22:43.817Z] [2021-03-01T17:22:43.817Z] [2021-03-01T17:22:43.817Z]